/* use : @include flex; @include trans; */
main a, main a:active, main a:focus, main a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
}

body, li, ol, p, ul, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.consensus_page {
  position: relative;
  font: 400 16px/22px 'Lora', serif;
  color: #000; 
  background-color: #EFEAEA !important;
  margin: 0;
  padding: 0;
}

.mc_fluid_container {
  margin-right: auto;
  margin-left: auto;
}

.mc_container {
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_vcenter {
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_hcenter {
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a {
  font-family: inherit;
}


.go2how_to_sec{ font: 400 16px/22px 'Lora', serif; color: #000;text-decoration: underline !important;}
.go2how_to_sec:hover,
.go2how_to_sec:focus,
.go2how_to_sec:active{ text-decoration: underline !important;outline: 0px !important; outline: none !important;color: #000 !important;}
	
	
.dn {
  display: none;
}

.mob_view {
  display: none;
}

.clear {
  clear: both;
}

.advbanner_wrap {
  margin: 0px auto 20px auto;
  text-align: center;
}

.breadcrum_sec {
  border-bottom: 1px solid #e5e5e5;
}

.consensus_page .page_title {
  display: inline-block;
  color: #000;
  font: 700 40px/60px 'Lora',serif;
  margin-bottom: 5px;
  position: relative;
  width: 100%; margin-left: 0;
}

.sec_title {
  display: inline-block;
  color: #000;
  font: 700 40px/50px  'Lora',serif;
  margin-bottom: 20px;
  position: relative;
}

.sub_sec_title {
  display: inline-block;
  color: #000;
  font: 700 20px/28px 'Lora',serif;
  margin-bottom: 20px;
  position: relative;
}

.cs_btn {
  display: inline-block;
  font: 600 18px/24px 'Lora', serif;
  background-color: #fff;
  color: #18403E;
  border-radius: 33px;
  text-align: center;
  min-width: 172px;
  height: 48px;
  padding: 10px;
  border: 1px solid #ccc;
}

.cs_btn:hover, .cs_btn:focus, .cs_btn:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #fff !important; background-color: #18403e !important;
}

.cs_btn svg {
  position: relative;
  top: 0px;
  left: 5px;
}

@media all and (max-width: 1316px) {
  .mc_container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 980px) {
  .desk_view {
    display: none;
  }
  .mob_view {
    display: block;
  }
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

.breadcrum_sec {
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.breadcrum_sec .heading_txt {
  display: inline-block;
  font-size: 12px;
}

.brad_crum {
  border-bottom: 0 dotted #a9a9a9;
  color: #282828;
  margin: 0 auto;
  padding: 6px 0;
  text-transform: uppercase;
  font: 400 16px 'Fira Sans',sans-serif;
  display: block;
  clear: both;
  overflow: hidden;
}

.bread-title {
  color: #000;
  font: 500 12px 'Fira Sans',sans-serif;
}

.brad_crum a {
  font: 400 12px 'Fira Sans',sans-serif;
  text-transform: capitalize;
  color: #337ab7 !important;
}

.brad_crum a:last-of-type {
  color: #333 !important;
}

.brad_crum .bread-arrow {
  display: inline-block;
  height: 11px;
  padding-left: 5px;
  width: 11px;
  position: relative;
  top: 2px;
  background: unset;
}

.brad_crum .bread-arrow:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 3px;
  width: 11px;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #ccc;
}

.breadcrum_sec .mc_container {
  padding-left: 0;
  padding-right: 0;
}

.top_strip_sec {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 5px 5px -8px #000;
          box-shadow: 1px 5px 5px -8px #000;
  background-color: #18403E;
}

.top_strip_sec .mc_container {
  padding-left: 0;
  padding-right: 0;
}

.top_strip_sec .top_strip_links {
  margin-bottom: 0;
}

.top_strip_sec .top_strip_links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  padding-right: 30px;
}

.top_strip_sec .top_strip_links li a {
  color: #fff;
  opacity: 70%;
  font-size: 16px;
  line-height: 17px;
  position: relative;
  padding: 23px 0 22px 0;
  display: inline-block;
}

.top_strip_sec .top_strip_links li a.active {
  color: #fff;
  opacity: 100%;
  font-weight: 700;
  border-bottom: 3px solid #fff;
}

.top_strip_sec.stickyNav {
  height: 48px;
}

.top_strip_sec.stickyNav .top_strip_links li a {
  padding: 15px 5px 15px 5px;
}

.overview_sec {
  padding: 50px 0 30px 0;
}

.overview_sec p {
  margin-top: 15px;
}

.overview_sec p:first-of-type {
  margin-bottom: 15px;
}

.overview_sec .inline {
  display: inline;
  margin-top: 15px;
}

.more_content_show_virtual {
  display: none;
  margin-bottom: 15px;
}

.show_more_link {
  color: #000;
  cursor: pointer;
  text-decoration: none !important;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.show_more_link:active, .show_more_link:focus, .show_more_link:hover {
  color: #000;
}

.charts_box_list_sec {
  margin-bottom: 30px;
}

.charts_box_list {
  border-top: 1px solid #bfbbbb;
  padding-top: 50px;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 45px;
}

.charts_box {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  border-radius: 12px;
  background-color: #fff;
  padding: 15px 20px 70px 10px;
  position: relative;
}

.charts_box .chart_graph {
  margin-bottom: 5px;
}

.charts_box .c_txt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.charts_box .read_more_btn_wrap {
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  padding-left: 10px;
}

.how_to_sec {
  padding: 30px 0 30px 0;
}

.archive_sec {
  margin-bottom: 70px;
}

.archive_sec .sec_title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #bfbbbb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.archive_sec .sub_sec_title {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.archive_month_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 40px;
}

.archive_month_list .month_btn {
  width: calc(16.66% - 16px);
  max-width: calc(16.66% - 16px);
  -ms-flex-preferred-size: calc(16.66% - 16px);
      flex-basis: calc(16.66% - 16px);
  display: inline-block;
  font: 400 20px/24px 'Lora', serif;
  background-color: #EFEAEA;
  color: #000;
  border-radius: 8px;
  text-align: center;
  min-width: 180px;
  height: 48px;
  padding: 10px;
  border: 1px solid #ccc;
  opacity: 80%;
}

.archive_month_list .month_btn.disabled {
  opacity: 30%;
  pointer-events: none;
} 