html{
    overflow: visible !important;
}
.x-grid-rowbody {
    padding: 5px 0px 5px 0px !important;
}
.expander-td {
    padding-left: 15px;
}
.x-tree-icon { 
	display: none !important; 
}
.x-tree-checkbox{
	float: right !important;
}
.x-column-header-sort-DESC .x-column-header-text-inner {
    background-image: url('') !important;
    padding-right: 0px !important;
    background-position: right center !important;
}
.x-column-header-sort-ASC .x-column-header-text-inner {
    background-image: url('') !important;
    padding-right: 0px !important;
    background-position: right center !important;
}
.grid-header-icon-div{
	float:left;
	width:100%;
    text-align: center;
}
.x-tree-icon, .x-tree-elbow-img {
    margin-top: -8px !important;
    margin-bottom: -7px !important;
    display: none !important;
}
.renderer-div{
	width: 89%;
	height: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
.renderer-subnode-div{
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}
#country_tree .renderer-div{
    padding-left: 0px;
}
.label-span{
	padding-left: 5px;
    font-weight: normal !important;
    color:#1b1b1c !important;
    font-family: "Gotham A", "Gotham B" !important;
}
.label-span-country{
    padding-left: 5px;
    font-weight: bold !important;
    color:#434a54 !important;
    font-family: "Gotham A", "Gotham B" !important;
}
.label-span-child{
	padding-left: 40px;
    color:#434a54 !important;
    font-family: "Gotham A", "Gotham B" !important;
}
#treeview-1045-record-9 .renderer-div .label-span-dt{
    padding-left: 23px;
}
.label-span-dt{
    padding-left: 36px;
    font-weight: bold !important;
    color:#434a54 !important;
    font-family: "Gotham A", "Gotham B" !important;  
}
.x-column-header-checkbox {
    width: 60px;
    right: auto;
    left: 0px;
    margin: 0px;
    top: 0px;
    height: 64px;
    border-color: #f5f5f5;
    background: transparent !important;
    background-color: white !important;
} 
.x-column-header-checkbox .x-column-header-text{

    display: none !important;
}
.not-pinned-button {
   background: url("../../assets/images/not_pinned.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 21px;
  width: 21px;
}
.x-grid-cell-inner {
    text-align: center !important;
    height: 30px !important;
    font-size: 12px !important;
    position: relative !important;
    padding: 7px 7px 7px 7px !important;
    text-overflow: initial;
}
.x-grid-cell-row-checker .x-grid-cell-inner {
    padding: 0px !important;
    line-height: 22px !important;
}
.button-mode{
    cursor: pointer;
}
.x-column-header {
    border-right: 1px solid #ffffff !important;
}
.x-grid-header-ct {
    border: none !important;
}
.x-grid-cell-special {
    border-color: #ededed !important;
    border-style: none !important; 
    border-right-width: 0px !important;
}
.x-docked-summary .x-grid-item, .x-docked-summary .x-grid-row-summary .x-grid-cell {
    border-bottom: 0 none !important;
     border-bottom: 0 !important;
    /* border-top: 0 none; */
}
.x-docked-summary {
    border-style: none !important;
    background: #fff !important;
    overflow: visible !important;
}
.x-grid-body {
    background: #fff !important;
    border-width: 0px !important;
    border-style: none !important;
}
.x-grid-td {
    overflow: hidden !important;
    vertical-align: top !important;
    border: solid 1px #fff !important;
    border-bottom: 0 !important;
}
.main-div{
    width: 100%;
    /*padding: 20px 20px 20px 20px;*/
}
.tool-button{
    border: none !important;
    background: url('../../assets/images/show_tools.png') no-repeat right center !important;
    width: 142px !important;
    height: 40px !important;
    top: 0px !important;
    padding: 0;
    left: auto !important;
    right: 0 !important;
}
.tool-button .x-btn-button-center{
    text-align: left;
    justify-content: flex-start;
}
.label-button{
    background: transparent !important;
    border-style: none !important;
    color: black !important;
}
.header-arrow{
    width: 14px;
    height: 14px;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}

#button-1031-btnInnerEl {
    color:#7b7b7b !important;
}

.x-panel-body-default{
    background: none;
}
.x-slider-horz,
.x-slider-horz .x-slider-end{
    background: none;
    padding-left: 0px !important;
}
.x-slider-horz .x-slider-inner {
    background:  #d2d4d6;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 60px !important;
    height: 16px !important;
    margin: 0 auto;
}

.x-slider-horz .x-slider-thumb {
    width: 12px !important;
    height: 12px !important;
    background: #424a54;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px !important;
    top:2px;
    left: 2px;
}
.toggleoff .x-slider-horz .x-slider-thumb {
    margin-left: 2px !important;
}
.toggleon .x-slider-horz .x-slider-thumb {
    margin-left: -15px !important;
}

.line-button{
    border: none !important;
    background: url('../../assets/images/chart_line.png') no-repeat top left !important;
}
.column-button{
    border: none !important;
    background: url('../../assets/images/column_chart.png') no-repeat top left !important;
}
.scatter-button{
    border: none !important;
    background: url('../../assets/images/scatter_chart.png') no-repeat top left !important;
}
.spider-button{
    border: none !important;
    background: url('../../assets/images/spider_chart.png') no-repeat top left !important;
}
.triangle-down,
.triangle-up {
    display: inline-block;
    background: url("../../assets/images/down_arrow_red.png") right top no-repeat;
    width: 12px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 7px;
}
.triangle-up {
    background-image: url("../../assets/images/up_arrow_green.png");
}
.x-menu-item-default.x-menu-item-separator {
    height: 1px !important;
    background: #7d848e !important;
    border-top: none !important;
    /*margin: 10px 0 20px !important;*/
    padding: 0 !important;
}
.data-tool-btn{
    border-style: none !important;
    background-image: none !important;
    background-color: #27348b !important;
    height: 50px;
    border-radius: 0px !important;
    width: 170px !important;
    margin-left: 15px;
    margin-top: 13px;
    margin-bottom: 15px;
    padding: 0;
}
.data-tool-btn.half-size{
     width: 94px !important;
     vertical-align: top;
}
.data-tool-btn.half-size:last-child{
     margin-left: 0;
}
#apply_btn-btnInnerEl, #view_pot_btn-btnInnerEl, #send-to-tool-btn-btnInnerEl, 
#reset_btn-btnInnerEl, #download_btn-btnInnerEl,#embedshare_btn-btnInnerEl{
    color: white !important;
    font-weight: bold !important;
}
.data-tool-grey-btn{
    border-style: none !important;
    background-image: none !important;
    background-color: #9ca0a6 !important;
    font-weight: normal !important;
    height: 50px;
    border-radius: 0px !important;
    width: 170px !important;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#treeview-1046-record-3  .x-tree-checkbox{
    display: none;
}
#treeview-1046-record-4  .x-tree-checkbox{
    display: none;
}
.close-btn{
    border: none !important;
    background: url('../../assets/images/close_button.png') no-repeat right center !important;
    width: 142px !important;
    height: 40px !important;
    top: 0px !important;
    padding: 0;
    left: auto !important;
    right: 15px !important;
}
.close-btn .x-btn-button-center{
    text-align: left;
    justify-content: flex-start;
}
.bold-font{
    font-weight: bold !important;
    color:#434a54 !important;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
}
.bold-font-tool{
    font-weight: bold !important;
    color:#434a54 !important;
    font-family: "Gotham A", "Gotham B";
    text-align: right !important;
}
.tableHeaderTitle{
    font-weight: bold !important;
    color: #434a54 !important;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    padding-top: 10px;
    cursor: pointer!important;
}
.x-panel-body-default {
    border-style: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    text-align: right;
    min-width: 220px;
    padding: 5px;
    right: -18px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow-y: scroll !important;
}
.dropdown-group {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    text-align: right;
    min-width: 220px;
    padding: 5px;
    right: -18px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
 .x-box-layout-ct, .x-column-header-text, .x-box-inner, .x-column-header-inner,.x-column-header{
    overflow: visible !important;
}
#pCountrykGrid.x-panel{
    overflow: visible !important;
}
.dots-display-none{
    display: none;
}
.dropdown-content img{
    display: block;
    padding-top: 5px;
}
.dropdown-content .dropdownTitle{
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 16px;
    padding: 5px 6px;
}
.dropdown-group img{
    display: block;
    padding-top: 5px;
}
.dropdown-group .dropdownTitle{
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 16px;
    padding: 5px 6px;
}
.header-icons{
  width: 32px;
  height: 32px;
  /* background: url('../../assets/images/icons-ranking.svg') no-repeat 0 0; */
  margin: 0 auto;
  cursor: pointer;
}
.dropdown-content .header-icons{
    margin: 5px auto;
    width: auto;
    background: none;
    padding-right: 6px;
    font-family: "Gotham A", "Gotham B";
}
.dropdown-content .header-icons span.icon{
    /* background: url('../../assets/images/icons-ranking.svg') no-repeat; */
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.dropdown-content .header-icons span.label{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #1b1b1c !important;
    font-weight: 300;
    font-size: 14px;
}
.safe{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/safe.png');
  margin: 0 auto;
  cursor: pointer;
}
.safe:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/safe2.png');
  margin: 0 auto;
  cursor: pointer;
}
.pers{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/pers.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.pers:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/pers2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.gove{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/gove.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.gove:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/gove2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.soci{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/soci.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.soci:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/soci2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.inve{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/inve.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.inve:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/inve2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.ente{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/ente.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.ente:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/ente2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.mark{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/mark.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.mark:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/mark2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.econ{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/econ.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.econ:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/econ2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.livi{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/livi.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.livi:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/livi2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.heal{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/heal.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.heal:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/heal2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.educ{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/educ.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.educ:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/educ2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.natu{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/natu.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
.natu:hover{
  width: 32px;
  height: 32px;
  background: url('../../assets/images/natu2.png') no-repeat 0 0;
  margin: 0 auto;
  cursor: pointer;
}
div.ccm-page .tools-labels
div.ccm-page h2.tools-labels,
div.ccm-page h3.tools-labels,
div.ccm-page h4.tools-labels,
div.ccm-page h5.tools-labels,
div.ccm-page h6.tools-labels{
    color:#434a54;
    width: auto; 
    margin: 10px 5px; 
    padding-left:10px; 
    font: 13px "Gotham A", "Gotham B";
    text-align: left;
    font-weight: 700;
}
div.ccm-page h4.tools-labels.first-item{
    margin-top:15px;
}
.gotham-normal{
    text-align: left;
    margin-bottom: 0;
    font-weight: 300!important;
    font-family: "Gotham A", "Gotham B" !important;
}
.x-form-item-label-inner, .x-grid-cell-inner, .x-column-header-text-inner {
    font-weight: normal !important;
    color:#1b1b1c !important;
    font-family: "Gotham A", "Gotham B" !important;
}
.dockedTitle{
    color: #1b1b1c;
}
.main-data-tool{
    z-index: 100;
}
.x-grid-item-focused .x-grid-cell-inner:before  
{     
      display: none; 
}
.x-column-header-focus{
    /*display: none; */
}
.x-column-header, .x-column-header-over{
    background-color: #e6e8eb !important;
    bottom: 0;
}
.header-arrow.normal{
    display: inline;
}
.header-arrow.sorted{
    display: none;
}
.x-column-header.x-column-header-sort-DESC,
.x-column-header.x-column-header-sort-ASC,
.x-column-header.x-column-header-sort-DESC .x-column-header-over,
.x-column-header.x-column-header-sort-ASC .x-column-header-over{
    background-color: #cdd1d5 !important;
}
.x-column-header.x-column-header-sort-DESC .header-arrow.normal,
.x-column-header.x-column-header-sort-ASC .header-arrow.normal,
.x-column-header.x-column-header-sort-DESC .x-column-header-over .header-arrow.normal,
.x-column-header.x-column-header-sort-ASC .x-column-header-over .header-arrow.normal{
    display: none;
}
.x-column-header.x-column-header-sort-DESC .header-arrow.sorted,
.x-column-header.x-column-header-sort-ASC .header-arrow.sorted,
.x-column-header.x-column-header-sort-DESC .x-column-header-over .header-arrow.sorted,
.x-column-header.x-column-header-sort-ASC .x-column-header-over .header-arrow.sorted{
    display: inline;
}
/*#gridcolumn-1045{
    background-color: white !important;
}*/
#loading {
     position: absolute;
     top: 40%;
     left: 45%;
     z-index: 998;
}
#loading SPAN {
     background: url('../../assets/images/ajax-loader.gif') no-repeat left center;
     padding: 5px 30px;
     display: block;
     color: #ffffff;
     width: 100%;
     height: 100%;
}
.x-tree-node-text{
    display: inline-block;
    text-align: left !important;
    width: 100% !important;
    padding-right:5px !important;
    padding-left:0 !important;
}
.x-column-header-inner{
    padding: 7px 8px 0px !important;
}
input, select, textarea {
    font-size: 14px;
    color: #4c4c4c;
    padding: 8px 10px;
    border: solid 1px #cdcdcd;
}
#treecolumn-1033-titleEl{
    display: none !important;
}


/* OVERRIDES*/
.x-grid-header-ct .x-box-inner .x-box-target .x-column-header:nth-child(1){
    background: #fff !important;
}
.x-grid-header-ct .x-box-inner .x-box-target .x-column-header:nth-child(1) .x-column-header-over{
    background: #fff !important;
}
.x-docked-summary .x-grid-row-summary .x-grid-cell{
    vertical-align: middle !important;
    background: #f5f5f5 !important;
    font-weight: 700 !important;
}
.x-docked-summary .x-grid-row-summary .x-grid-cell.red{
    vertical-align: middle !important;
    background: #27348b !important;
    font-weight: 700 !important;
    height:33px !important;
    border-style: none !important;
}
.x-docked-summary .x-grid-row-summary .x-grid-cell:nth-child(1){
    background: #fff !important;
}
.x-docked-summary .x-grid-row-summary .x-grid-cell .x-grid-cell-inner{
    height: auto !important;
    padding: 2px 0!important;
}
.x-docked-summary .x-grid-row-summary .x-grid-cell:nth-child(3){
    position: relative!important;
    overflow: visible !important;
}
.x-docked-summary .x-grid-row-summary .x-grid-cell:nth-child(3) .x-grid-cell-inner{
    position: absolute !important;
    left: -52px;
    top: 6px;
    font-weight: 700 !important;
    overflow: visible !important;
}

.weight-menu{
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700 !important;
    min-height: 20px;
    padding:5px 3px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background: url('../../assets/images/icon-down-arrow.png') no-repeat right 2px center !important;
}
.x-tip-default {
    background-color: #434953 !important;
    border-color: #434953 !important;
     -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
     border-radius: 0px !important; 
}
.x-tip-body-default {
    color: #fff !important;
    font-family: "Gotham A", "Gotham B" !important;
}
.x-tip-body-default h5{
    font-size: 14px;
}
.x-tip-body-default p{
    font-size: 12px;
    line-height: 1.2;
}
.x-btn-inner-default-small{
    color: #333 !important;
    font: normal 12px/16px "Gotham A", "Gotham B" !important;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
}
.data-tool-btn .x-btn-inner-default-small{
    height: 50px;
}
.tool-button .x-btn-inner-default-small{
    height: 40px;
}

#toggle_container label{
    font: normal 10px/14px "Gotham A", "Gotham B" !important;
    padding-top: 0px !important;
}
#toggle_container label .toggle-text-left{
    margin-right: 70px !important;
}
.tog-text-left{
    text-align: right;
}
#toggle_container{
    margin-bottom: 15px;
}
.x-slider-horz .x-slider-end{
    padding-right: 0px !important;
}
#toggle_container .x-vbox-form-item{
    margin-bottom: 0;
}
#rank-div{
    margin-top: 75px;
}
.x-column-header.x-column-header-focus .x-column-header-inner:after{
    border:none;
}
#country_tree-body .x-grid-td{
    overflow: hidden !important;
    vertical-align: top !important;
    border: none !important;
    border-bottom: 0 !important;
    background-color: #F5F7FA;
}

.x-box-inner .x-box-target:first-child{
    border:none!important;
    height: 100%;
}
.country-expander{
    cursor:pointer;
    width: 12px; 
    height:12px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 7px;
}
#pCountrykGrid.fixed{
    position: fixed!important;
    z-index: 2;
}
#MainDt.fixed{
    position: fixed!important;
    z-index: 2;
}
#dockedTitle.white{
    color: #ffffff;
}
.x-box-inner.x-scroll-scroller{
    transform:none !important;
    -moz-transform:none !important;
    -webkit-transform:none !important;
}
#expander-span{
    cursor: pointer;
}
.weight-question-icon{
  background: #434a54; 
  color:#fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  cursor: pointer;
  margin-left: 6px;
  /*vertical-align: middle;*/
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 17px;
}
.weight-question-icon .weight-tooltip{
    font-family: "Gotham A", "Gotham B" !important;
    display: none;
    position: absolute;
    width: 200px;
    height: auto;
    top: 7px;
    left: 16px;
    background: #434a54;
    color:#fff;
    font-weight: normal;
    padding: 10px;
    box-shadow: rgb(136, 136, 136) 0px 0px 6px;
    white-space: normal;
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
    z-index: 9999;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
#MainDt .weight-question-icon .weight-tooltip{
    left: -26px;
    top: 16px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.weight-question-icon:hover .weight-tooltip{
    display: block;
}
#MainDt .weight-question-icon .weight-tooltip a:hover{
    color: #fff!important;
}

#MainDt{
    height: auto !important;
}
#rankGrid .x-grid-header-ct{
    display: none;
}
#pCountrykGrid .x-grid-header-ct{
   z-index: 99;
}
#country_tree .x-grid-header-ct{
     display: none;
}

.pin-div{
    width: 20px;
    height: 20px;
    margin: 5px auto 0;
    position: relative;
    border: solid 3px #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.pin-div.selected{
    border-color: #434a54;
}
.pin-div.selected:before{
    content: "";
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background: #434a54;
    left: 4px;
    top: 4px;
}
.arrow-display-block{
    display: block;
}
@media only screen and (max-width: 1024px) {
  #showToolContainer.fixed{
        position: fixed!important;
        z-index: 2;
        background: #ffffff;
    }
    #rank-div{
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .x-tip{
    display: none!important;
  }
  .x-docked-summary {
    /*overflow: hidden !important;*/
    }
    .arrow-display-block{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
#pCountrykGrid .weight-question-icon:hover .weight-tooltip {
    right: 0;
    left: auto;
    top: 25px;
}

}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255,255,255,0.6); /* White w/ opacity */
}
.wrap_chart{
    min-height: 400px;
}
.pin-div:hover{
  background: url("../../assets/images/pinning.gif") no-repeat 0 0 ;
  cursor: pointer;
  height: 21px;
  width: 21px;
  left:0px;
  top:0px;
  border:none;
  z-index: 9999;
}
.pin-div.selected:hover{
    background:none;
    height: 20px;
   width: 20px;
    border:solid 3px #434a54;
}
.weight-tooltip a{
    color:#27348b !important 
}

@media screen and (max-width: 1023px){
    .pin-div:hover{
        background: none;
        width: 20px;
        height: 20px;
        border: solid 3px #ccc;
    }
}

.x-window-default, .x-window{
    border-color: #dddddd !important;
}
#share-window .x-message-box .x-window-header-default-top, #share-window .x-window-header-default{
    background:#dddddd !important;
    border-color:#dddddd !important;
}
#share-window  .x-message-box .x-title-text, #share-window .x-title-text-default{
    color: #434a54 !important;
}
#share-window .x-message-box .x-window-header-default .x-tool-img, #share-window .x-window-header-default .x-tool-close{
    background-color: #dddddd !important;
}
#share-window .x-message-box .x-toolbar-footer{
    border-color: #fff;
    background-color: #fff;
}
#share-window .x-message-box .x-btn-default-small{
    background: #27348b !important;
    border-color:#27348b !important;
}
#share-window .x-message-box .x-btn-inner-default-small{
    color: #fff !important;
}
#share-window .x-legend.x-horizontal {
    white-space: normal !important;
    text-align: center;
}
#share-window .x-window-body-default{
    border-color:#dddddd !important;
    padding: 20px;
}
#share-window .x-form-text-default.x-form-textarea {
    line-height:20px;
    font-size: 13px;
    color: #333;
}
#share-window .x-form-item-label-inner-default{
    padding-top: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #434a54 !important;
    font-weight: 700 !important;
}
#share-window .x-form-trigger-wrap-focus{
    border:solid 1px #c2c2c2 !important;
}

#share-window ul.list-inline {
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom:solid 1px #dddddd;
}
#share-window ul.list-inline:before {
  content: "SHARE";
  font-size: 14px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  width: 100%;
  color: #434a54;
  font-weight: 700;
  padding-bottom: 7px;
  font-family: "Gotham A", "Gotham B" !important;
}
#share-window ul.list-inline li {
  padding: 0;
  margin: 0 7px 0 0;
}
#share-window ul.list-inline li a {
  display: block;
  width: 37px;
  height: 37px;
  overflow: hidden;
  text-align: center;
}
#share-window ul.list-inline li a i.fa {
  width: 37px;
  height: 37px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#share-window ul.list-inline li a i.fa.fa-facebook {
  background: #547bbc;
  padding-top: 2px;
}
#share-window ul.list-inline li a i.fa.fa-twitter {
  background: #78cbef;
  padding: 2px 0 0 2px;
}
#share-window ul.list-inline li a i.fa.fa-linkedin-square {
  background: #1384c7;
  padding-top: 1px;
}
#share-window ul.list-inline li a i.fa.fa-envelope {
  background: #656d78;
}
#embedshare_btn{
left: 114px !important;
width: 70px !important;
}
.renderer-div .label-span-dt {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

 li #subInd a.active {
  color: #27348b !important;
}
div.ccm-page .leftMenu #globeNav li #keyDiv {
  display: none;
  font-size: 20px;
  left: 220px;
  position: absolute;
  top: 0;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .leftMenu #globeNav li #keyDiv a {
  font-size: 20px;
}
div.ccm-page .leftMenu #globeNav li #country {
  display: none;
  font-size: 20px;
  left: 200px;
  position: absolute;
  top: 0;
  font-family: "Gotham A", "Gotham B";
  width: 100px;
}
div.ccm-page .leftMenu #globeNav li #country a {
  font-size: 20px;
}
div.ccm-page .leftMenu #globeNav li:hover #subInd {
  display: block;
}
div.ccm-page .leftMenu #globeNav li:hover #keyDiv {
  display: block;
}
div.ccm-page .leftMenu #globeNav li:hover #country {
  display: block;
}
div.ccm-page .leftMenu #globeNav li .select2-container .select2-choice {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
div.ccm-page .leftMenu #globeNav li .select2-container .select2-choice span.select2-chosen {
  padding: 0;
  margin: 0;
}
div.ccm-page .leftMenu #globeNav li .select2-container .select2-choice span.select2-chosen img {
  margin-right: 15px;
}
div.ccm-page .leftMenu #globeNav li .select2-container .select2-choice span.select2-arrow {
  display: none;
}

.select2-drop.globe, .globe.select2-drop-active {
  border: none !important;
}
.select2-drop.globe .select2-search, .globe.select2-drop-active .select2-search {
  top: -35px;
  left: 0px;
  padding: 0;
  border: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.select2-drop.globe .select2-search input, .globe.select2-drop-active .select2-search input {
  border: none !important;
  background: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  color: #434A54 !important;
  line-height: 30px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.select2-drop.globe ul.select2-results, .globe.select2-drop-active ul.select2-results {
  margin-top: -33px;
}
.select2-drop.globe ul.select2-results li, .globe.select2-drop-active ul.select2-results li {
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #434A54 !important;
  position: relative;
  padding-left: 34px;
}
.select2-drop.globe ul.select2-results li div, .globe.select2-drop-active ul.select2-results li div {
  font-size: 13px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  word-wrap: normal;
  overflow-wrap: normal;
}
.select2-drop.globe ul.select2-results li img, .globe.select2-drop-active ul.select2-results li img {
  margin-right: 10px;
  position: absolute;
  left: 8px;
  top: 7px;
}

.select2-results li div {
  font-size: 13px;
}

/* -----------------------------------------
  Elements appears in general
----------------------------------------- */
body {
  background: #fff;
}

.ccm-panel-ready a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

div.ccm-page {
  /* Elements using icon font */
  /*-- CONTENT STYLE --*/
  /*-- END CONTENT STYLES --*/
}
div.ccm-page .clearfix:before,
div.ccm-page .clearfix:after,
div.ccm-page .home-navigation:before {
  content: " ";
  display: table;
  clear: both;
}
div.ccm-page main {
  padding-bottom: 60px;
}
div.ccm-page [class^="icon-"], div.ccm-page [class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
div.ccm-page .container.headerBot .nav > ul > li > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tfgowners' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.ccm-page .loader {
  background: #002e5a url(../img/loader.svg) center center no-repeat;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 15px auto;
}
div.ccm-page p {
  font-size: 17px;
  line-height: 1.53;
  font-weight: 300;
  color: #434a54;
}
div.ccm-page p:last-child {
  margin-bottom: 0;
}
div.ccm-page .country-default-desc, div.ccm-page .country-default-desc p {
  font-size: 28px;
  line-height: 1.214;
  font-weight: 300;
  margin-bottom: 30px;
}
div.ccm-page .country-default-desc a, div.ccm-page .country-default-desc p a {
  color: #27348b !important;
}
div.ccm-page .country-default-desc a:hover, div.ccm-page .country-default-desc p a:hover {
  color: #434a54 !important;
}
div.ccm-page p a {
  color: #27348b !important;
}
div.ccm-page p a:hover {
  color: #434a54 !important;
}
div.ccm-page .content {
  padding: 0 0 15px;
}
div.ccm-page .content p {
  color: #434a54;
  margin-bottom: 18px;
}
div.ccm-page .content p a {
  color: #27348b !important;
}
div.ccm-page .content p a:hover {
  color: #434a54 !important;
}
div.ccm-page .content h1 {
  font-size: 60px;
  line-height: 1;
  color: #434a54;
  padding: 0 0 20px 0;
  letter-spacing: -0.05em;
  text-transform: none;
}
div.ccm-page .content h2 {
  font-size: 50px;
  line-height: 1;
  color: #434a54;
  padding: 0 0 20px 0;
  letter-spacing: -0.05em;
  text-transform: none;
}
div.ccm-page .content h3 {
  font-size: 40px;
  line-height: 1;
  color: #434a54;
  padding: 0 0 20px 0;
  letter-spacing: -0.05em;
  text-transform: none;
}
div.ccm-page .content h4 {
  font-size: 30px;
  line-height: 1;
  color: #434a54;
  padding: 0 0 20px 0;
  letter-spacing: -0.05em;
  text-transform: none;
}
div.ccm-page .content h5 {
  font-size: 20px;
  line-height: 1;
  color: #434a54;
  padding: 0 0 20px 0;
  letter-spacing: -0.05em;
  text-transform: none;
}
div.ccm-page .content h6 {
  font-size: 18px;
  line-height: 1;
  color: #434a54;
  padding: 0 0 20px 0;
  letter-spacing: -0.05em;
  text-transform: none;
}
div.ccm-page .content p, div.ccm-page .content li {
  color: #434a54;
  padding: 0 0 30px;
  margin: 0;
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-size: 17px;
  line-height: 1.53;
  font-weight: 300;
}
div.ccm-page .content ul {
  overflow: hidden;
}
div.ccm-page .content ul li {
  padding-left: 25px;
  position: relative;
  border: none !important;
  color: #434a54;
  font-size: 17px;
  line-height: 1.53;
  font-weight: 300;
}
div.ccm-page .content ul li:before {
  content: "";
  background: #27348b;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .content ol {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 30px;
}
div.ccm-page .content ol li {
  border-bottom: solid 1px #aab2bd;
  padding: 10px 0 10px 50px;
  margin: 0;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  overflow: hidden;
}
div.ccm-page .content ol li:first-child {
  padding-top: 0;
}
div.ccm-page .content ol li:before {
  counter-increment: section;
  content: counters(section,".") " ";
  font-family: "Gotham A", "Gotham B";
  color: #27348b;
  width: 50px;
  font-size: 42px;
  line-height: 34px;
  float: left;
  font-weight: 700;
  margin-left: -50px;
}
div.ccm-page .content ol li:last-child {
  margin: 0;
}
div.ccm-page .content ol li p {
  display: table-cell;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  vertical-align: middle;
}
div.ccm-page .content ol li a {
  color: #27348b !important;
}
div.ccm-page .content .cta {
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 18px 15px;
  margin-right: 10px;
}
div.ccm-page .content .cta:hover {
  color: #fff !important;
}
div.ccm-page .content figure {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
div.ccm-page .content figure figcaption {
  display: inline-block;
  width: 100%;
  color: #aab2bd;
  font-size: 12px;
  line-height: 1.6667;
  padding: 5px 0;
  font-weight: 300;
  border-bottom: solid 1px #aab2bd;
}
div.ccm-page .content blockquote {
  margin-top: 30px;
  padding: 5px 20px 5px 30px;
  border-color: #27348b;
}
div.ccm-page .content blockquote p {
  padding: 0;
}
div.ccm-page .content .content-table {
  width: 100%;
  overflow-y: auto;
}
div.ccm-page .content table {
  border-color: #C8E4DF;
  margin-bottom: 20px;
}
div.ccm-page .content table tr:nth-child(even) {
  background: #fbf4f5;
}
div.ccm-page .content table tr th {
  padding: 10px;
  border-bottom: solid 1px #ecd2d5;
  background: #f3e3e5;
}
div.ccm-page .content table tr td {
  padding: 5px 10px;
  border-bottom: solid 1px #ecd2d5;
  font-size: 17px;
  line-height: 1.53;
  font-weight: 300;
  color: #434a54;
}
div.ccm-page .content table tr td a {
  color: #27348b !important;
}
div.ccm-page .content table tr td a:hover {
  color: #434a54 !important;
}
div.ccm-page .content .highlight h3, div.ccm-page .content .highlight p, div.ccm-page .content .highlight p span, div.ccm-page .content .highlight p span strong {
  font-family: "Gotham A", "Gotham B";
  font-size: 32px;
  line-height: 1.3125;
  color: #27348b;
  text-transform: none;
}
div.ccm-page .content .sub-description, div.ccm-page .content .sub-description p {
  font-size: 13px;
  line-height: 1.3846;
  padding: 0;
}
div.ccm-page .content h3.popover-title {
  padding: 0 !important;
}
div.ccm-page hr.custom-hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #aab2bd;
}

.mfp-wrap {
  z-index: 20000;
}

.mfp-s-ready .mfp-preloader,
.mfp-preloader {
  font-size: 15px;
}

.img-tweet {
  width: 36px;
  height: 32px;
  display: block;
  position: absolute;
  top: -30px;
  left: 45%;
  z-index: 100;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x;
}
.img-tweet:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 19%;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x;
  box-sizing: content-box;
}
.img-tweet a {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 18px;
  background-position: center center;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 2px;
  text-indent: -999em;
  position: relative;
}

/* -- Common Components -- */
div.ccm-page {
  /*-- BREADCRUMB --*/
}
div.ccm-page .breadcrumb {
  margin: 0 15px;
  background: #27348b;
  margin-bottom: 55px;
  overflow: hidden;
  min-height: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page .breadcrumb p {
  color: #fff !important;
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px 0 0;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .breadcrumb ul li {
  color: #fff !important;
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px 0 0;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .breadcrumb ul li a {
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
div.ccm-page .breadcrumb ul li a:hover {
  color: #000 !important;
}

div.ccm-page .wrap-tab {
  margin: 60px 0 40px;
  position: relative;
  z-index: 100;
  /*-- End Tab Content --*/
}
div.ccm-page .wrap-tab .nav-tabs {
  border: none;
  width: 100%;
  display: block;
}
div.ccm-page .wrap-tab .nav-tabs ul li {
  float: left;
}
div.ccm-page .wrap-tab .nav-tabs ul li a {
  display: block;
  background: #e6e9ed;
  padding: 8px 15px;
  margin-right: 1px;
  font-family: "Gotham A", "Gotham B";
  color: #aab2bd;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
div.ccm-page .wrap-tab .nav-tabs ul li.active a {
  color: #000;
  background: #f5f7fa;
}
div.ccm-page .wrap-tab .tab-content {
  display: inline-block;
  width: 100%;
  background: #f5f7fa;
  padding: 50px 0;
}
div.ccm-page .wrap-tab .tab-content p, div.ccm-page .wrap-tab .tab-content div, div.ccm-page .wrap-tab .tab-content li {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  color: #434a54;
}
div.ccm-page .wrap-tab .tab-content #spl_analysis .content h5 {
  font-size: 20px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #434a54;
}
div.ccm-page .wrap-tab .tab-content #spl_analysis .content h5.mob-title {
  display: none;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 500;
  background-repeat: no-repeat;
}
div.ccm-page .wrap-tab .tab-content .row {
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .wrap-tab .tab-content h2 {
  padding: 0 0 25px;
  margin: 0 0 30px;
  font-size: 60px;
  line-height: 60px;
  color: #434a54;
  border-bottom: solid 1px #333;
}
div.ccm-page .wrap-tab .tab-content .google-visualization-tooltip {
  padding: 10px;
}
div.ccm-page .wrap-tab .tab-content .google-visualization-tooltip h3 {
  font-size: 14px !important;
  color: #434a54 !important;
  text-transform: none;
}
div.ccm-page .wrap-tab .tab-content .google-visualization-tooltip div.gap-chart-tooltip,
div.ccm-page .wrap-tab .tab-content .google-visualization-tooltip div.gap-chart-tooltip div {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
div.ccm-page .wrap-tab .tab-content .google-visualization-tooltip div.gap-chart-tooltip span,
div.ccm-page .wrap-tab .tab-content .google-visualization-tooltip div.gap-chart-tooltip div span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
div.ccm-page .wrap-tab .tab-content h3 {
  font-size: 18px;
  line-height: 1.5;
  border: none;
  padding: 0;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
}
div.ccm-page .wrap-tab .tab-content ol li {
  font-size: 13px;
  line-height: 20px;
  color: #434a54;
}
div.ccm-page .wrap-tab .tab-content ol li a, div.ccm-page .wrap-tab .tab-content ol li a.tweet-link {
  font-size: 13px;
  line-height: 20px;
  color: #27348b;
}
div.ccm-page .wrap-tab .tab-content ol li a.tweet-link {
  width: 18px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
}
div.ccm-page .wrap-tab .tab-content ol li a.tweet-link:before {
  content: "\f099";
  font-size: 18px;
  line-height: 20px;
  margin-right: 10px;
  color: #1da1f2;
  font-family: "FontAwesome";
}
div.ccm-page .wrap-tab .tab-content ol li:last-child {
  border-bottom: none;
  margin: 0;
}
div.ccm-page .wrap-tab .tab-content .sub-description p {
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}
div.ccm-page .wrap-tab .tab-content figure figcaption {
  color: #aab2bd;
  font-size: 12px;
  padding: 5px 0;
}
div.ccm-page .wrap-tab .tab-content#home .ccm-block-share-this-page ul.list-inline {
  padding-top: 4px;
}
div.ccm-page .wrap-tab .tab-content .ccm-block-tags-wrapper a {
  border: none;
  display: inline-block;
}
div.ccm-page .wrap-tab .tab-content .ccm-block-tags-wrapper .ccm-block-tags-header h5 {
  font-size: 11px;
  color: #a6a8ab;
  font-weight: 300;
  padding-bottom: 7px;
}
div.ccm-page .wrap-tab .tab-content .ccm-block-tags-wrapper span.ccm-block-tags-tag {
  color: #a6a8ab;
  padding: 6px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 7px 7px 0;
  font-weight: 300;
  border: solid 1px #a6a8ab !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page .wrap-tab .tab-content .ccm-block-tags-wrapper span.ccm-block-tags-tag:hover {
  background: #a6a8ab;
  color: #000;
  border: solid 1px #a6a8ab !important;
}
div.ccm-page .wrap-tab .tab-content .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.ccm-page .wrap-tab .tab-content ul.select2-choices {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: solid 1px #ccc !important;
}
div.ccm-page .wrap-tab .tab-content ul.select2-choices li input {
  min-width: 150px;
}
div.ccm-page .wrap-tab .tab-content .prosperity-gap-default-desc p {
  font-size: 16px;
}
div.ccm-page .wrap-tab .tab-content .radar-chart-desc {
  font-size: 13px;
  line-height: 18px;
}
div.ccm-page .wrap-tab .tab-content .mob-tab-list {
  display: none;
}
div.ccm-page #gap-chart-exp {
  margin: 30px 0;
  height: 500px;
}
div.ccm-page .google-visualization-tooltip {
  padding: 10px;
}
div.ccm-page .google-visualization-tooltip h3 {
  font-size: 14px !important;
  color: #434a54 !important;
}
div.ccm-page .google-visualization-tooltip div.gap-chart-tooltip {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
div.ccm-page .google-visualization-tooltip div.gap-chart-tooltip span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
div.ccm-page .text-note-ranking {
  font-size: 13px;
  line-height: 18px;
  padding-top: 20px;
}

.ccm-ui .select2-results li.select2-no-results {
  color: #27348b;
  font-size: 13px;
  background: none;
}

div.ccm-page {
  /*-- SIDEBAR WIDGETS STYLE --*/
}
div.ccm-page .ccm-block-share-this-page ul.list-inline {
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-left: 0px;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline:before {
  content: "Share";
  font-size: 13px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  width: 100%;
  color: #434a54;
  font-weight: 300;
  padding-bottom: 7px;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li {
  padding: 0;
  margin: 0;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li a {
  display: block;
  width: 37px;
  height: 37px;
  overflow: hidden;
  text-align: center;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li a i.fa {
  width: 37px;
  height: 37px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li a i.fa.fa-facebook {
  background: #547bbc;
  padding-top: 2px;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li a i.fa.fa-twitter {
  background: #78cbef;
  padding: 2px 0 0 2px;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li a i.fa.fa-linkedin-square {
  background: #1384c7;
  padding-top: 1px;
}
div.ccm-page .ccm-block-share-this-page ul.list-inline li a i.fa.fa-envelope {
  background: #656d78;
}
div.ccm-page aside {
  padding-top: 5px;
}
div.ccm-page aside .ccm-block-share-this-page ul.list-inline {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #aab2bd;
}
div.ccm-page aside .author-image {
  margin-bottom: 20px;
}
div.ccm-page aside .author-image img {
  width: 100%;
}
div.ccm-page aside .print {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #aab2bd;
}
div.ccm-page aside .print a {
  color: #27348b !important;
  font-size: 13px;
  padding: 0 0 0 35px;
  position: relative;
}
div.ccm-page aside .print a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
  top: -4px;
  background: url(../img/icon-print.png) no-repeat 0 2px;
}
div.ccm-page aside .print a:hover {
  color: #434a54 !important;
}
div.ccm-page aside .print a:hover:before {
  background: url(../img/icon-print.png) no-repeat 0 bottom;
}
div.ccm-page aside .print.no-bdr {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
div.ccm-page aside .download {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: solid 1px #aab2bd;
}
div.ccm-page aside .download a {
  color: #27348b !important;
  font-size: 13px;
  padding: 0 0 0 35px;
  position: relative;
}
div.ccm-page aside .download a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
  top: -4px;
  background: url(../img/icon-dwn.png) no-repeat 0 0px;
}
div.ccm-page aside .download a:hover {
  color: #434a54 !important;
}
div.ccm-page aside .download a:hover:before {
  background: url(../img/icon-dwn.png) no-repeat 0 bottom;
}
div.ccm-page aside .wrap-country-select label {
  font-size: 13px;
  line-height: 1.42857143;
  color: #434a54;
  font-weight: 300;
  padding: 10px 0 0 0px;
}
div.ccm-page aside .select2-container select {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
div.ccm-page aside .select2-container .select2-choice {
  border: solid 1px #ccc !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
div.ccm-page aside .select2-container .select2-choice span {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
div.ccm-page aside .select2-container .select2-chosen img {
  margin-right: 10px;
}
div.ccm-page aside .author_wrapper {
  font-size: 12px;
  color: #434a54;
}
div.ccm-page aside .author_wrapper span {
  color: #27348b;
  font-size: 14px;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
}
div.ccm-page aside .author_wrapper.prosperity-is span {
  font-size: 14px;
  padding-bottom: 5px;
}
div.ccm-page aside .author_job_wrapper {
  font-size: 13px;
  padding-bottom: 5px;
}
div.ccm-page aside .date_wrapper {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #aab2bd;
  font-size: 12px;
  color: #434a54;
}
div.ccm-page aside .ccm-block-tags-wrapper a {
  border: none;
  display: inline-block;
}
div.ccm-page aside .ccm-block-tags-wrapper .ccm-block-tags-header h5 {
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-size: 13px;
  color: #434a54;
  font-weight: 300;
  text-transform: none;
  padding-bottom: 7px;
}
div.ccm-page aside .ccm-block-tags-wrapper span.ccm-block-tags-tag {
  color: #a6a8ab;
  padding: 6px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px 7px 0;
  font-weight: 300;
  border: solid 1px #a6a8ab !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page aside .ccm-block-tags-wrapper span.ccm-block-tags-tag:hover {
  background: #a6a8ab;
  color: #000;
  border: solid 1px #a6a8ab !important;
}
div.ccm-page .btm-social-tags .ccm-block-tags-wrapper .ccm-block-tags-header h5 {
  font-size: 12px;
  color: #434a54;
  font-weight: 300;
  text-transform: none;
  padding-bottom: 7px;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .btm-social-tags .ccm-block-tags-wrapper span.ccm-block-tags-tag {
  color: #a6a8ab;
  padding: 6px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px 7px 0;
  font-weight: 300;
  border: solid 1px #a6a8ab !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page .btm-social-tags .ccm-block-tags-wrapper span.ccm-block-tags-tag:hover {
  background: #a6a8ab;
  color: #000;
  border: solid 1px #a6a8ab !important;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #fff !important;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -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;
}

.select2-drop-active {
  border-color: #fff !important;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #fff !important;
}

div.ccm-page {
  /*-- FOOTER RELATED WIDGET --*/
}
div.ccm-page .related-block {
  margin-bottom: 30px;
}
div.ccm-page .related-block .cta {
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin: -5px 0 20px;
  padding: 12px 10px 8px;
  min-width: 160px;
}
div.ccm-page .related-block .cta:hover {
  color: #fff !important;
}
div.ccm-page .related-block .related-content {
  position: relative;
  padding-bottom: 35px;
  overflow: hidden;
}
div.ccm-page .related-block .related-slider {
  overflow: hidden;
}
div.ccm-page .related-block .details {
  background: #f5f7fa;
  padding: 10px 0;
  min-height: 460px;
}
div.ccm-page .related-block .details figure {
  margin-bottom: 10px;
  overflow: hidden;
}
div.ccm-page .related-block .details figure img {
  width: 100%;
}
div.ccm-page .related-block .details h2 {
  min-height: 65px;
  font-size: 16px;
  line-height: 18px;
  padding: 0 10px 10px 10px;
  margin: 0;
}
div.ccm-page .related-block .details h2 a {
  font-size: 16px;
  color: #434a54;
}
div.ccm-page .related-block .details h2 a:hover {
  color: #27348b !important;
}
div.ccm-page .related-block .details .detail-desc {
  margin: 0 10px;
}
div.ccm-page .related-block .details p, div.ccm-page .related-block .details strong {
  font-size: 14px;
  font-weight: 300;
  color: #434a54;
  line-height: 18px;
}
div.ccm-page .related-block .details p strong {
  font-weight: 500;
}
div.ccm-page .related-block .details small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 10px 4px;
  color: #27348b;
  display: block;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .related-block .details a.more {
  font-size: 13px;
  font-style: italic;
  color: #27348b;
}
div.ccm-page .related-block .details a.more:hover {
  color: #000;
}
div.ccm-page .related-block .related {
  background: #e6e9ed;
  padding: 7px 10px;
  height: 35px;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e6e9ed;
}
div.ccm-page .related-block .related:before {
  content: "";
  position: absolute;
  right: 5px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6e9ed;
}
div.ccm-page .related-block .related:hover {
  height: 30%;
}
div.ccm-page .related-block .related:hover ul {
  height: 100%;
  overflow: inherit;
}
div.ccm-page .related-block .related ul {
  float: left;
  width: 100%;
  height: 17px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div.ccm-page .related-block .related li {
  display: inline-block;
}
div.ccm-page .related-block .related li:after {
  content: "|";
  display: inline-block;
  padding: 0 2px 0 3px;
  color: #aab2bd;
}
div.ccm-page .related-block .related li:last-child:after {
  display: none;
}
div.ccm-page .related-block .related li a {
  font-family: "Gotham A", "Gotham B";
  color: #aab2bd;
  font-size: 12px;
  text-transform: uppercase;
}
div.ccm-page .related-block .related li a:hover {
  color: #27348b;
}
div.ccm-page .related-block .related li.tbc {
  position: absolute;
  top: 0px;
  right: 0px;
}
div.ccm-page .related-block .related li.tbc:after {
  display: none !important;
}
div.ccm-page .related-block .related.norelatedtags:before {
  display: none;
}
div.ccm-page .related-block .related.norelatedtags:hover {
  height: 35px;
}
div.ccm-page .related-block h3 {
  font-size: 18px;
  padding: 0 0 40px 0;
  margin: 0;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: 700;
}
div.ccm-page .wrapper-audio, div.ccm-page .wrapper-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
div.ccm-page .wrapper-audio iframe, div.ccm-page .wrapper-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* -- Pages -- */
div.ccm-page {
  /*-- HOME PAGE BANNER STYLES --*/
  /*-- HOME PAGE KEY FINDINGS STYLES --*/
  /*-- HOME PAGE KEY FINDINGS QUICK VIEW STYLES --*/
  /*-- HOME PAGE WELCOME GLOBE STYLES --*/
  /*-- HOME PAGE WIDGETS STYLES --*/
  /*-- HOME PAGE 10 X 10 STYLES --*/
  /*-- HOME PAGE PROSPERITY IS.. STYLES --*/
}
div.ccm-page a.cta {
  color: #fff;
  text-align: center;
  background: #27348b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page a.cta:hover {
  background: #434a54;
}
div.ccm-page .home-banner {
  padding: 25px 0;
}
div.ccm-page .home-banner h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.055;
}
div.ccm-page .home-banner h3 {
  font-size: 18px;
  color: #434a54;
  width: 90%;
  font-weight: 300;
  line-height: 1.445;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .home-banner h4 {
  font-size: 52px;
  line-height: 0.83;
  color: #27348b;
  padding-bottom: 8px;
}
div.ccm-page .home-banner p {
  font-size: 16.5px;
  color: #aab2bd;
  font-style: italic;
  font-weight: 300;
}
div.ccm-page .home-banner .banner-logo {
  float: right;
  margin-top: -7px;
  margin-right: -5px;
}
div.ccm-page .home-banner .tagline {
  float: left;
  width: 40%;
  padding-right: 30px;
  margin-top: 7px;
}
div.ccm-page .home-banner .details {
  float: left;
  width: 50%;
  margin-top: 26px;
}
div.ccm-page .home-banner .downloadlinks {
  padding-top: 20px;
}
div.ccm-page .home-banner .downloadlinks a {
  display: block;
  color: #27348b !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.445;
  font-family: "Mercury SSm A", "Mercury SSm B";
  padding: 7px 0;
  border-top: solid 1px #e3e5e8;
}
div.ccm-page .home-banner .downloadlinks a:first-child {
  border-top: 0;
}
div.ccm-page .home-banner .downloadlinks a:hover {
  color: #434a54 !important;
}
div.ccm-page .home-banner .share {
  clear: both;
  width: 99px;
  float: right;
  margin-top: 31px;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline {
  padding-bottom: 0;
  margin-bottom: 0;
  float: left;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline:before {
  top: -5px;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline li {
  float: left;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline li a {
  width: 44px;
  height: 44px;
  display: table;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline li a i.fa {
  width: 44px;
  height: 44px;
  font-size: 24px;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline li:nth-child(even) a {
  margin-left: 9px;
}
div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline li:nth-child(3), div.ccm-page .home-banner .share .ccm-block-share-this-page ul.list-inline li:nth-child(4) {
  margin-top: 9px;
}
div.ccm-page a.cta-key-feeds {
  font-size: 8px;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  padding: 7px 18px;
  min-height: 22px;
  min-width: auto;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page a.cta-key-feeds:hover {
  color: #fff;
  background: #434a54;
}
div.ccm-page .wrap-key-feeds {
  background: #f5f7fa;
  padding: 39px 0;
  position: relative;
}
div.ccm-page .wrap-key-feeds .topic-heading a {
  font-size: 12px;
  line-height: 1.2;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #27348b !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4px;
}
div.ccm-page .wrap-key-feeds .feed-title a.cta-key-feeds {
  position: absolute;
  top: -61px;
  left: 15px;
}
div.ccm-page .wrap-key-feeds h2 {
  font-size: 4em;
  line-height: 55px;
  font-weight: bold;
  letter-spacing: -0.015em;
  margin: 0;
  padding: 0 0 24px;
  color: #434a54 !important;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-key-feeds h2 a {
  color: #434a54 !important;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-key-feeds p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #434a54;
  width: 90%;
  margin: 0;
}
div.ccm-page .wrap-key-feeds a.more {
  color: #27348b !important;
  font-style: italic;
  font-weight: 500;
}
div.ccm-page .wrap-key-feeds a.more:hover {
  color: #434a54 !important;
}
div.ccm-page .wrap-quick-view {
  padding: 39px 0;
}
div.ccm-page .wrap-quick-view figure {
  margin-bottom: 15px;
}
div.ccm-page .wrap-quick-view .details span, div.ccm-page .wrap-quick-view .details span a {
  font-size: 10px;
  line-height: 1.2;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #27348b !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4px;
}
div.ccm-page .wrap-quick-view .details h2 {
  font-size: 14px;
  line-height: 18px;
  color: #434a54 !important;
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-weight: 500;
}
div.ccm-page .wrap-quick-view .details h2 a {
  color: #434a54 !important;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .wrap-quick-view .highlight figure {
  float: left;
  margin-right: 15px;
  width: 50%;
}
div.ccm-page .wrap-quick-view .highlight .details {
  display: table-cell;
}
div.ccm-page .wrap-quick-view .highlight .details h2 {
  font-size: 20px;
  line-height: 26px;
}
div.ccm-page .wrap-quick-view .highlight .details h2 a {
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .wrap-globe {
  background: #434a54;
  padding: 20px 0;
  margin: 15px 0 60px;
  position: relative;
}
div.ccm-page .wrap-globe .container {
  position: relative;
}
div.ccm-page .wrap-globe figure.country-flag {
  text-align: center;
}
div.ccm-page .wrap-globe .welcome h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
}
div.ccm-page .wrap-globe .welcome h3 {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .wrap-globe .welcome span.other_link {
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  padding-top: 5px;
  display: block;
}
div.ccm-page .wrap-globe .welcome span.other_link a {
  color: #fff !important;
}
div.ccm-page .wrap-globe .welcome span.other_link a:hover {
  color: #27348b !important;
}
div.ccm-page .wrap-globe a.cta {
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 18px 15px;
  width: 100%;
}
div.ccm-page .wrap-globe a.cta:hover {
  background: #333;
}
div.ccm-page .wrap-globe .globe {
  width: 325px;
  height: 325px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.ccm-page .graph {
  background: #e6e9ed;
  padding: 18px 0 0 18px;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .graph strong {
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  padding-bottom: 10px;
}
div.ccm-page .graph h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .graph h3 strong {
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  padding-bottom: 10px;
}
div.ccm-page .wrap-ten-stories {
  background: #e1f5f0;
  padding: 40px 0;
}
div.ccm-page .wrap-ten-stories h2 {
  font-size: 19px;
  line-height: 26px;
  color: #434a54;
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-weight: 300;
}
div.ccm-page .wrap-ten-stories p {
  font-size: 19px;
  line-height: 26px;
  color: #434a54;
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-weight: 300;
}
div.ccm-page .wrap-ten-stories .stories {
  margin-top: 40px;
}
div.ccm-page .wrap-ten-stories .stories figure {
  margin-bottom: 17px;
}
div.ccm-page .wrap-ten-stories .stories .details h3, div.ccm-page .wrap-ten-stories .stories .details h3 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #434a54;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .wrap-ten-stories .stories .details span {
  font-size: 12px;
  line-height: 1.2;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #27348b !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4px;
}
div.ccm-page .wrap-ten-stories .stories .details a span {
  font-size: 12px;
  line-height: 1.2;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #27348b !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
div.ccm-page .wrap-ten-stories a.cta {
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  padding: 18px 15px;
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
}
div.ccm-page .slider-wrap-arrow {
  width: 100%;
  position: relative;
}
div.ccm-page .slider-wrap-arrow .prev,
div.ccm-page .slider-wrap-arrow .next {
  display: block;
  width: 32px;
  height: 32px;
  background: #27348b !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.9;
  position: absolute;
  top: 60px;
  z-index: 100;
  text-align: center;
}
div.ccm-page .slider-wrap-arrow .prev:before, div.ccm-page .slider-wrap-arrow .prev:after,
div.ccm-page .slider-wrap-arrow .next:before,
div.ccm-page .slider-wrap-arrow .next:after {
  content: "";
  width: 12px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
}
div.ccm-page .slider-wrap-arrow .prev:hover,
div.ccm-page .slider-wrap-arrow .next:hover {
  background: #434a54 !important;
}
div.ccm-page .slider-wrap-arrow .next {
  right: -16px;
}
div.ccm-page .slider-wrap-arrow .next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  right: 9px;
}
div.ccm-page .slider-wrap-arrow .next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  right: 9px;
}
div.ccm-page .slider-wrap-arrow .prev {
  left: -16px;
}
div.ccm-page .slider-wrap-arrow .prev:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 9px;
}
div.ccm-page .slider-wrap-arrow .prev:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  left: 9px;
}
div.ccm-page .wrap-ten-stories .slider-wrap-arrow .prev, div.ccm-page .wrap-ten-stories .slider-wrap-arrow .next {
  top: 100px;
}
div.ccm-page .wrap-prosperity {
  background: #f5f7fa;
  padding: 35px 0;
}
div.ccm-page .wrap-prosperity > .container > .row .testiSlide:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #aab2bd;
  position: absolute;
  top: 0;
  right: -12%;
}
div.ccm-page .wrap-prosperity h2 {
  font-size: 48px;
  color: #434a54;
  padding-bottom: 30px;
}
div.ccm-page .wrap-prosperity .prosperity-left-block {
  float: left;
  width: 25%;
}
div.ccm-page .wrap-prosperity .prosperity-left-block figure {
  float: left;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.ccm-page .wrap-prosperity .prosperity-left-block figure span {
  width: 128px;
  height: 128px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ffed00;
  overflow: hidden;
}
div.ccm-page .wrap-prosperity .prosperity-left-block figure.moved {
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
div.ccm-page .wrap-prosperity .prosperity-left-block .author-detail {
  width: 100%;
  clear: both;
  padding-top: 20px;
}
div.ccm-page .wrap-prosperity .prosperity-left-block .author-detail span {
  font-size: 12px;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  display: block;
  width: 85%;
}
div.ccm-page .wrap-prosperity .prosperity-left-block .author-detail span.author {
  font-size: 13px;
  font-weight: 700;
}
div.ccm-page .wrap-prosperity .details {
  margin-left: 25%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.ccm-page .wrap-prosperity .details blockquote {
  background: #e6e9ed;
  border-color: #e6e9ed;
  padding: 20px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  color: #27348b;
  position: relative;
  display: block;
  min-height: 200px;
}
div.ccm-page .wrap-prosperity .details blockquote p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.24;
  font-style: italic;
  color: #27348b;
  display: inline;
  margin: 0;
}
div.ccm-page .wrap-prosperity .details blockquote span.author {
  color: #434a54;
  display: inline-block;
  font-weight: 300;
  font-style: normal;
}
div.ccm-page .wrap-prosperity .details blockquote:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e6e9ed;
}
div.ccm-page .wrap-prosperity .details.moved {
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
  opacity: 0;
}
div.ccm-page .wrap-prosperity .definition p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
div.ccm-page .wrap-prosperity .definition a.more {
  font-size: 14px;
  font-weight: 300;
  color: #27348b;
}
div.ccm-page .wrap-prosperity .definition a.more:hover {
  color: #434a54;
}
div.ccm-page .wrap-prosperity .wrap-cta {
  margin-left: 25%;
  display: table;
  width: 75%;
}
div.ccm-page .wrap-prosperity .wrap-cta * {
  display: table-cell;
}
div.ccm-page .wrap-prosperity .wrap-cta a.cta {
  min-height: 50px;
  min-width: auto;
  display: table-cell;
  vertical-align: middle;
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  padding: 18px 15px;
  letter-spacing: 0.1em;
}
div.ccm-page .wrap-prosperity .wrap-cta a.cta:first-child {
  width: 33%;
}
div.ccm-page .wrap-prosperity .wrap-cta a.cta:last-child {
  margin-left: 10px;
  position: relative;
}
div.ccm-page .wrap-prosperity .wrap-cta span:nth-child(2) {
  width: 15px;
}
div.ccm-page .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-- COUNTRY PROFILE PAGE STYLES --*/
div.ccm-page {
  /*-- PAGE TITLE  -- */
}
div.ccm-page figure.country_flag {
  float: left;
  margin-right: 25px;
}
div.ccm-page .wrap-title {
  padding: 50px 0;
}
div.ccm-page .wrap-title h1 {
  font-size: 60px;
  line-height: 1;
  color: #434a54;
  padding: 0;
  letter-spacing: -0.04em;
  text-transform: none;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-title span {
  font-size: 24px;
  color: #434a54;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  position: absolute;
  right: 15px;
  top: calc(100% + 5px);
}
div.ccm-page .bg-block {
  padding: 35px 0 0px;
  margin-bottom: 0px;
}
div.ccm-page .all-countries-list .country-group {
  width: 190px;
  margin: 15px;
  padding: 0px;
  display: inline-block;
}
div.ccm-page .all-countries-list .country-group span {
  font-size: 18px;
}
div.ccm-page .all-countries-list .country-group ul {
  margin: 0;
  padding: 0;
}
div.ccm-page .all-countries-list .country-group ul li {
  float: left;
  width: 100%;
}
div.ccm-page .all-countries-list .country-group ul li figure {
  float: left;
  margin: 5px 5px 10px 0;
}
div.ccm-page .all-countries-list .country-group ul li span.country {
  display: table-cell;
  line-height: 18px;
}
div.ccm-page .all-countries-list .country-group ul li span.country a {
  font-size: 13px;
  color: #434a54;
}
div.ccm-page .all-countries-list .country-group ul li span.country a:hover {
  color: #27348b;
}
div.ccm-page .all-countries-list .country-group ul li.expand {
  padding: 15px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #434a54;
  cursor: pointer;
}
div.ccm-page .all-countries-list .country-group ul li.expand span {
  font-size: 12px;
  font-weight: 700;
  color: #434a54;
  cursor: pointer;
}
div.ccm-page .all-countries-list .country-group ul li.expand span:hover {
  color: #27348b;
}
div.ccm-page .all-countries-list .country-group ul li.expand:hover {
  color: #27348b;
}
div.ccm-page p.description_content {
  color: #434a54;
  padding: 0 0 30px !important;
  margin: 0;
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-size: 17px;
  line-height: 1.53;
  font-weight: 300;
}
div.ccm-page .countryProfileRank {
  /*-- End Rank --*/
}
div.ccm-page .countryProfileRank .rank span {
  font-size: 40px;
  line-height: 0.75;
  font-weight: 700;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  display: block;
  margin-bottom: 2px;
}
div.ccm-page .countryProfileRank .rank h3 #rank {
  font-size: 150px;
  line-height: 0.8;
  float: left;
  letter-spacing: -0.04em;
}
div.ccm-page .countryProfileRank .rank h3 .rank_sup {
  display: table-cell;
  padding-left: 7px;
}
div.ccm-page .countryProfileRank .rank h3 .rank_sup #rank_sup {
  display: block;
  width: 100%;
}
div.ccm-page .countryProfileRank .rank h3 .rank_sup #rank_sup sup {
  top: 0;
  font-size: 90px;
  line-height: 0.8em;
  text-transform: none;
}
div.ccm-page .countryProfileRank .rank h3 .rank_sup span.rank-text {
  margin-left: 0px;
  font-size: 36px;
  line-height: 1;
  padding-left: 7px;
  display: block;
  text-transform: none;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper {
  padding: 20px 0 10px;
  margin: 30px 0 0;
  width: 100%;
  display: inline-block;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .scorecard {
  float: left;
  width: 40%;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .scorecard .score_chart {
  min-height: 25px;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .scorecard .score_chart .subInx {
  float: left;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .scorecard label {
  font-size: 11px;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 12px;
  float: left;
  font-weight: 700;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .scorecard span {
  font-size: 11px;
  line-height: 10px;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .scorecard .txt-rank {
  float: right;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .details {
  float: right;
  width: 55%;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .details h3 {
  font-size: 18px;
  line-height: 1.5;
  border: none;
  padding: 0;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  margin: 0;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .details p {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  color: #434a54;
}
div.ccm-page .countryProfileRank .rank .scorecard-wrapper .details p b {
  font-weight: 500;
}

/*-- FEED PAGE STYLES --*/
div.ccm-page .wrap-sort {
  background: #f5f7fa;
  height: 50px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
div.ccm-page .wrap-sort .sort {
  font-size: 16px;
  line-height: 18px;
  color: #aab2bd;
  padding-top: 15px;
  text-align: right;
}
div.ccm-page .wrap-sort .sort span {
  font-size: 16px;
  color: #aab2bd;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
}
div.ccm-page .wrap-sort .sort a {
  font-size: 16px;
  line-height: 18px;
  color: #aab2bd !important;
  padding: 0px;
  margin: 0px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
}
div.ccm-page .wrap-sort .sort a.active {
  font-weight: 500;
}
div.ccm-page .wrap-sort .sort a:hover {
  color: #27348b;
}
div.ccm-page .wrap-sort .sort a:first-child {
  border-left: none;
}
div.ccm-page .wrap-sort .sort a#date_sorting {
  border-left: none;
  padding: 0;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter {
  width: 100%;
  text-align: left;
  display: inline-block;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter span {
  font-size: 16px;
  line-height: 18px;
  color: #aab2bd;
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  height: 50px;
  padding: 15px 15px 0 0;
  border-right: solid 1px #d4d8df;
  float: left;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter select {
  font-size: 16px;
  line-height: 18px;
  color: #aab2bd;
  width: 195px;
  padding: 0 15px 0 8px;
  border: none;
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  background: none;
  min-height: 20px;
  height: 20px;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter span.topic-menu {
  display: none;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter ul.topic-list {
  float: left;
  width: auto;
  height: 50px;
  padding: 15px 15px 0 0;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter ul.topic-list li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 0 15px;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter ul.topic-list li a {
  font-size: 16px;
  line-height: 18px;
  color: #aab2bd;
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter ul.topic-list li a:hover {
  color: #27348b;
}
div.ccm-page .wrap-sort .ccm-block-topic-list-flat-filter .filter ul.topic-list li.active a {
  font-weight: 500;
}
div.ccm-page .feed-lists {
  /*-- End One Col Styles --*/
}
div.ccm-page .feed-lists .category_detail_wrapper {
  margin-bottom: 50px;
}
div.ccm-page .feed-lists .category_detail_wrapper .title h2 {
  font-family: "Gotham A", "Gotham B";
  font-size: 52px;
  line-height: 45px;
  color: #434a54;
}
div.ccm-page .feed-lists .category_detail_wrapper .title h2 a {
  color: #434a54;
}
div.ccm-page .feed-lists .category_detail_wrapper .title h2 a:hover {
  color: #27348b;
}
div.ccm-page .feed-lists .category_detail_wrapper .desc, div.ccm-page .feed-lists .category_detail_wrapper .desc p {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #434a54;
}
div.ccm-page .feed-lists .feed_title {
  padding: 15px;
}
div.ccm-page .feed-lists .feed_title h2 {
  min-height: 36px;
}
div.ccm-page .feed-lists .feed_title h2 a {
  color: #434a54;
}
div.ccm-page .feed-lists .feed_title h2 a:hover {
  color: #27348b;
}
div.ccm-page .feed-lists .feed_title small, div.ccm-page .feed-lists .feed_title small a {
  color: #27348b;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .feed-lists .feed_title small a:hover {
  color: #434a54;
}
div.ccm-page .feed-lists .feed_title h2 {
  font-size: 16px;
  line-height: 18px;
  color: #434a54;
}
div.ccm-page .feed-lists .feed-detail .highlight {
  padding: 15px;
  min-height: 170px;
}
div.ccm-page .feed-lists .feed-detail .highlight small, div.ccm-page .feed-lists .feed-detail .highlight small a {
  color: #27348b;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .feed-lists .feed-detail .highlight small a:hover {
  color: #434a54;
}
div.ccm-page .feed-lists .feed-detail .highlight h2 {
  font-size: 18px;
  line-height: 22px;
  color: #434a54;
}
div.ccm-page .feed-lists .feed-detail .highlight p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 3px;
}
div.ccm-page .feed-lists .feed-detail .highlight a.more {
  color: #27348b;
  font-size: 15px;
  font-style: italic;
}
div.ccm-page .feed-lists .feed-detail .highlight a.more:hover {
  color: #434a54;
}
div.ccm-page .feed-lists .feed-detail .related {
  float: left;
  background: #e6e9ed;
  width: 100%;
  height: 35px;
  padding: 10px 15px 5px;
}
div.ccm-page .feed-lists .feed-detail .related ul {
  position: relative;
}
div.ccm-page .feed-lists .feed-detail .related ul li {
  float: left;
  padding: 0 5px 0 0;
  margin: 0 5px 5px 0;
  line-height: 14px;
  border-right: solid 1px #aab2bd;
}
div.ccm-page .feed-lists .feed-detail .related ul li.tbc {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  margin: 0;
  border: none;
}
div.ccm-page .feed-lists .feed-detail .related ul li:last-child {
  border: none;
  padding: 0;
  margin: 0 0 5px 0px;
}
div.ccm-page .feed-lists .feed-detail .related ul li a {
  color: #aab2bd !important;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .feed-lists .feed-detail .related ul li a:hover {
  color: #27348b !important;
}
div.ccm-page .feed-lists .feed-detail .related.norelatedtags:before {
  display: none;
}
div.ccm-page .feed-lists .feed-detail .related.norelatedtags:hover {
  height: 35px;
}
div.ccm-page .feed-lists .one-col, div.ccm-page .feed-lists .two-col, div.ccm-page .feed-lists .three-col, div.ccm-page .feed-lists .four-col {
  background: #f5f7fa;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  overflow: hidden;
}
div.ccm-page .feed-lists .one-col .related, div.ccm-page .feed-lists .two-col .related, div.ccm-page .feed-lists .three-col .related, div.ccm-page .feed-lists .four-col .related {
  position: absolute;
  bottom: 0px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e6e9ed;
}
div.ccm-page .feed-lists .one-col .related:before, div.ccm-page .feed-lists .two-col .related:before, div.ccm-page .feed-lists .three-col .related:before, div.ccm-page .feed-lists .four-col .related:before {
  content: "";
  position: absolute;
  right: 5px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6e9ed;
}
div.ccm-page .feed-lists .one-col .related:hover, div.ccm-page .feed-lists .two-col .related:hover, div.ccm-page .feed-lists .three-col .related:hover, div.ccm-page .feed-lists .four-col .related:hover {
  height: 30%;
}
div.ccm-page .feed-lists .one-col .related:hover ul, div.ccm-page .feed-lists .two-col .related:hover ul, div.ccm-page .feed-lists .three-col .related:hover ul, div.ccm-page .feed-lists .four-col .related:hover ul {
  height: 100%;
  overflow: inherit;
}
div.ccm-page .feed-lists .one-col .related ul, div.ccm-page .feed-lists .two-col .related ul, div.ccm-page .feed-lists .three-col .related ul, div.ccm-page .feed-lists .four-col .related ul {
  float: left;
  width: 100%;
  height: 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div.ccm-page .feed-lists .one-col {
  display: block;
  background: #f5f7fa;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}
div.ccm-page .feed-lists .one-col figure {
  float: left;
  width: 60%;
}
div.ccm-page .feed-lists .one-col .feed-detail {
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight {
  padding: 20px 20px 20px 30px;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight small {
  color: #27348b;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight h2 {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #434a54;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight h2 a {
  color: #434a54;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight h2 a:hover {
  color: #27348b;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight p {
  font-size: 14px;
  line-height: 18px;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight a.more {
  color: #27348b;
  font-size: 15px;
  font-style: italic;
}
div.ccm-page .feed-lists .one-col .feed-detail .highlight a.more:hover {
  color: #434a54;
}
div.ccm-page .feed-lists .one-col .feed-detail .related {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
div.ccm-page .feed-lists .previous, div.ccm-page .feed-lists .next {
  background: #ccd1d9;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff !important;
  font-family: "Gotham A", "Gotham B";
  line-height: 50px;
  margin-bottom: 20px;
}
div.ccm-page .feed-lists .previous a, div.ccm-page .feed-lists .next a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
  text-transform: uppercase;
  background: #27348b;
  line-height: 50px;
}
div.ccm-page .feed-lists .previous a:hover, div.ccm-page .feed-lists .next a:hover {
  background: #434a54;
}
div.ccm-page .wrap-text-desc figure {
  margin: 4px 20px 20px 0;
  float: left;
  max-width: 50%;
}
div.ccm-page .wrap-text-desc figure figcaption {
  color: #aab2bd;
  font-size: 12px;
  line-height: 1.6667;
  padding: 5px 0;
  font-weight: 300;
  border-bottom: solid 1px #aab2bd;
}
div.ccm-page .wrap-text-desc .description {
  padding-left: 31%;
  margin-bottom: 20px;
}

/*-- SEARCH RESULT PAGE STYLES --*/
div.ccm-page .search-results .ccm-search-block-form h3 {
  font-size: 16px;
  color: #aab2bd;
  font-family: "Gotham A", "Gotham B";
  font-weight: 300;
  width: auto;
  float: left;
  margin-right: 20px;
  margin-top: 14px;
  text-transform: none;
}
div.ccm-page .search-results .ccm-search-block-form input.ccm-search-block-text {
  float: left;
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 35%;
  margin-bottom: 0px;
  padding: 0 10px;
  min-height: auto;
  line-height: 30px;
  font-size: 18px;
  background: #e6e9ed;
  margin-top: 10px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .search-results .ccm-search-block-form input.ccm-search-block-submit {
  padding: 5px 15px;
  border-radius: 0;
  margin-top: 10px;
  color: #fff;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
  border: 1px solid #27348b;
}
div.ccm-page .no-search-results {
  padding-top: 8%;
}
div.ccm-page .no-search-results h3 {
  font-size: 60px;
  text-align: center;
  padding: 0 0 20px 0;
  color: #27348b;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .no-search-results h4 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
div.ccm-page .no-search-results .wrap-search-form {
  margin-top: 30px;
}
div.ccm-page .no-search-results .wrap-search-form form {
  width: 40%;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  background: #f5f7fa;
}
div.ccm-page .no-search-results .wrap-search-form form input.ccm-search-block-text {
  width: auto;
}

/*-- TEAM MEMBERS PAGE STYLES --*/
div.ccm-page .team-members figure {
  float: left;
  margin: 0 30px 20px 0;
  width: 154px;
  height: 154px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .team-members .member-details {
  display: table-cell;
}
div.ccm-page .team-members .name {
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .team-members .title {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 500;
  border-bottom: solid 1px #e1e1e1;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .team-members .details {
  color: #434a54;
  padding: 0 0 30px;
  margin: 0;
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}
div.ccm-page .team-members .details a.share {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page .team-members .details a.share:hover {
  background: #333;
}

/*-- FAQ PAGE STYLES --*/
div.ccm-page .faq-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.ccm-page .faq-list .question {
  font-size: 24px;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
  padding: 10px 0 10px 50px;
  margin: 0;
  background: url(../img/qmark.png) no-repeat 0 8px;
  background-size: 35px;
  cursor: pointer;
}
div.ccm-page .faq-list .question:hover {
  color: #27348b;
}
div.ccm-page .faq-list h3.active {
  color: #27348b;
}
div.ccm-page .faq-list .answer {
  padding: 10px 0 10px 50px;
  background: url(../img/amark.png) no-repeat 0 8px;
  background-size: 35px;
}
div.ccm-page .faq-list .faq-item + .faq-item {
  margin-top: 20px;
}

/*-- PROSPERITY IS LISTING PAGE STYLES --*/
div.ccm-page .prosperity-list .feed-content {
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #e1e1e1;
}
div.ccm-page .prosperity-list .feed-content figure {
  float: left;
  max-width: 128px;
  margin-right: 7%;
}
div.ccm-page .prosperity-list .feed-content .feed-detail {
  display: table-cell;
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head, div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head a {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head:hover, div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head a:hover {
  color: #27348b;
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head span, div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head a span {
  font-size: 14px;
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-head {
  padding-bottom: 10px;
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-desc .feed-date {
  display: none;
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-desc p {
  font-size: 14px;
  line-height: 18px;
  color: #434a54;
}
div.ccm-page .prosperity-list .feed-content .feed-detail .feed-detail-wrapper figure {
  display: none;
}
div.ccm-page .author-image.mob-view {
  display: none;
}
div.ccm-page .mobile-heading h2 {
  font-size: 24px;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
}

/*-- CONTACT PAGE STYLES --*/
div.ccm-page .wrap-contact {
  margin-top: 30px;
}
div.ccm-page .wrap-contact aside h3 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #434a54;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-contact aside address {
  font-size: 14px;
  color: #434a54;
  margin-bottom: 30px;
  font-weight: 300;
}
div.ccm-page .wrap-contact aside address a {
  color: #27348b !important;
}
div.ccm-page .wrap-contact aside address a:hover {
  color: #434a54 !important;
}
div.ccm-page .wrap-contact form label.control-label {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}
div.ccm-page .wrap-contact form label.control-label span.text-muted {
  color: #27348b;
  font-size: 11px;
}
div.ccm-page .wrap-contact form .captcha label.control-label {
  text-transform: none;
}
div.ccm-page .wrap-contact form .captcha img {
  margin-bottom: 20px;
  display: inline;
  padding-right: 10px;
}
div.ccm-page .wrap-contact form .captcha > div {
  float: left;
  width: 50%;
}
div.ccm-page .wrap-contact form .form-actions input.btn.btn-primary {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  width: 100%;
}
div.ccm-page .wrap-contact form .form-actions input.btn.btn-primary:hover {
  background: #333;
}

/*-- 404 PAGE STYLES --*/
div.ccm-page .wrap-error {
  padding-top: 30px;
  min-height: 500px;
}
div.ccm-page .wrap-error h3 {
  font-size: 100px;
  font-weight: 500;
  text-align: right;
  color: #27348b;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-error h3 span {
  font-size: 28px;
  font-weight: 700;
  color: #434a54;
}
div.ccm-page .wrap-error figure {
  text-align: center;
  padding: 20px 0;
}
div.ccm-page .wrap-error p {
  font-size: 18px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-error p a {
  color: #27348b !important;
}
div.ccm-page .wrap-error p a:hover {
  color: #434a54 !important;
}

/*-- POPUP FORM--*/
.mfp-content .popup_form_wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px 20px 20px 20px;
  position: relative;
  width: 90%;
  max-width: 650px;
  height: 80%;
  max-height: 580px;
}
.mfp-content .popup_form_wrapper .popup_form_inner_wrapper {
  width: 100%;
  max-width: 650px;
  height: 80%;
  max-height: 520px;
}
.mfp-content .popup_form_wrapper .mfp-close, .mfp-content .popup_form_wrapper .mfp-close:active {
  top: 0px;
  right: 5px;
}
.mfp-content .popup_form_wrapper #msg p span {
  font-size: 12px;
  color: #27348b !important;
}
.mfp-content .popup_form_wrapper #msg p span.msg-success,
.mfp-content .popup_form_wrapper .msg-success {
  font-size: 13px;
  color: #15a54f !important;
}
.mfp-content .popup_form_wrapper form {
  padding: 0 0px 30px 0;
}
.mfp-content .popup_form_wrapper form .form-group {
  margin-bottom: 10px;
}
.mfp-content .popup_form_wrapper form label {
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
}
.mfp-content .popup_form_wrapper form label.error {
  font-size: 12px;
  color: #27348b !important;
  text-transform: none;
}
.mfp-content .popup_form_wrapper form textarea {
  height: 80px !important;
  resize: none;
  overflow-y: auto;
}
.mfp-content .popup_form_wrapper form .form-control {
  min-height: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
}
.mfp-content .popup_form_wrapper form img.ccm-captcha-image {
  margin-bottom: 20px;
}
.mfp-content .popup_form_wrapper form .btn {
  font-size: 14px;
  color: #fff !important;
  padding: 5px 10px;
  min-height: auto;
  min-width: auto;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
}
.mfp-content .popup_form_wrapper form .btn:hover {
  color: #fff;
  background: #434a54;
}
.mfp-content .popup_form_wrapper form .redactor-editor {
  height: 150px;
  overflow: auto;
}
.mfp-content .popup_form_wrapper form .redactor-editor p {
  font-size: 14px;
  color: #000 !important;
}
.mfp-content .popup_form_wrapper form .redactor-editor a {
  font-size: 14px;
  color: #27348b !important;
}

/*-- GLOBE PAGE INFO PANEL STYLES --*/
div.ccm-page .infoPanel {
  z-index: 1;
  background: #434a54 none repeat scroll 0 0;
  color: #FFF;
  height: 90%;
  right: 0;
  position: absolute;
  width: 60%;
  max-width: 600px;
  padding: 20px 0px 50px 20px;
  display: none;
}
div.ccm-page .infoPanel #headingCountry {
  color: #fff;
  font-size: 34px !important;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  margin-left: 50px;
  padding-right: 95px;
}
div.ccm-page .infoPanel figure.country_flag {
  margin-right: 15px;
}
div.ccm-page .infoPanel figure.country_flag img {
  width: 35px;
  margin-top: 6px;
}
div.ccm-page .infoPanel .info-content {
  height: 90%;
  width: 100%;
  display: inline-block;
  padding-right: 55px;
  margin-top: 20px;
}
div.ccm-page .infoPanel a.close-button-info {
  top: 16px;
  right: 8%;
}
div.ccm-page .infoPanel a.close-button-info:before, div.ccm-page .infoPanel a.close-button-info:after {
  height: 2px;
  width: 38px;
  margin-top: 20px;
  margin-left: 11px;
}
div.ccm-page .infoPanel span#heading_start, div.ccm-page .infoPanel span#rank_sup, div.ccm-page .infoPanel span#rank_sup sup, div.ccm-page .infoPanel span#heading_end {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .infoPanel span#rank_sup sup {
  top: 0;
}
div.ccm-page .infoPanel span#rank {
  font-size: 26px;
  position: relative;
  bottom: -6px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .infoPanel .scorecard {
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  min-width: 475px;
}
div.ccm-page .infoPanel .scorecard .score_chart {
  min-height: 25px;
}
div.ccm-page .infoPanel .scorecard .score_chart .subInx {
  float: left;
}
div.ccm-page .infoPanel .scorecard label {
  font-size: 11px;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 12px;
  float: left;
}
div.ccm-page .infoPanel .scorecard span {
  font-size: 11px;
  line-height: 10px;
}
div.ccm-page .infoPanel .scorecard .txt-rank {
  float: right;
  margin-right: 10px;
}
div.ccm-page .infoPanel #country_desc {
  width: 100%;
  margin-bottom: 30px;
}
div.ccm-page .infoPanel #country_desc h2, div.ccm-page .infoPanel #country_desc h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 7px;
  text-transform: uppercase;
}
div.ccm-page .infoPanel #country_desc p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
div.ccm-page .infoPanel #country_desc p a:hover {
  color: #fff !important;
}
div.ccm-page .infoPanel #country_desc a.readmore {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page .infoPanel #country_desc a.readmore:hover {
  background: #333;
}
div.ccm-page .infoPanel #country_desc .wrapper-audio, div.ccm-page .infoPanel #country_desc .wrapper-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
div.ccm-page .infoPanel #country_desc .wrapper-audio iframe, div.ccm-page .infoPanel #country_desc .wrapper-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.ccm-page .infoPanel #feeds_list h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
div.ccm-page .infoPanel #feeds_list .feedcontents {
  border-top: solid 2px #fff;
  padding-top: 20px;
  margin-top: 15px;
}
div.ccm-page .infoPanel #feeds_list .feedcontents figure {
  float: left;
  width: 85px;
  height: 85px;
  overflow: hidden;
  margin-right: 15px;
}
div.ccm-page .infoPanel #feeds_list .feedcontents figure iframe {
  width: 85px !important;
  height: 85px !important;
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details {
  display: table-cell;
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details h2, div.ccm-page .infoPanel #feeds_list .feedcontents .details h3 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: 500;
  text-transform: none;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details h2 a, div.ccm-page .infoPanel #feeds_list .feedcontents .details h3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
  text-transform: none;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details h2 a:hover, div.ccm-page .infoPanel #feeds_list .feedcontents .details h3 a:hover {
  color: #27348b !important;
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details a {
  color: #27348b;
  margin-left: 10px;
  font-weight: 400;
  font-size: 15px;
}
div.ccm-page .infoPanel #feeds_list .feedcontents .details a:hover {
  color: #fff !important;
}

/*-- GLOBE PAGE KEY PANEL STYLES --*/
div.ccm-page .keyPanel {
  background: #434a54 none repeat scroll 0 0;
  height: 90%;
  right: 0;
  position: absolute;
  top: 87px;
  width: 60%;
  max-width: 567px;
  z-index: 1;
  color: #FFF;
  display: none;
}
div.ccm-page .keyPanel a.close-button::before, div.ccm-page .keyPanel a.close-button::after {
  background-color: #fff;
  content: "";
  display: none;
  height: 5px;
  right: 40%;
  margin-left: -25px;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s ease-out 0s;
  width: 50px;
}
div.ccm-page .keyPanel a.close-button-info {
  top: 16px;
  right: 8%;
}
div.ccm-page .keyPanel a.close-button-info:before, div.ccm-page .keyPanel a.close-button-info:after {
  height: 2px;
  width: 38px;
  margin-top: 20px;
  margin-left: 11px;
}
div.ccm-page .keyPanel .keyFindingsTitle {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .keyPanel .keyFindingsDesc {
  font-size: 14px !important;
  line-height: 20px;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .keyPanel a.readmore {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  color: #fff !important;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #27348b;
  font-family: "Gotham A", "Gotham B";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
div.ccm-page .keyPanel a.readmore:hover {
  background: #333;
}


div.ccm-page .launch-view{
    background:#d04e3f;
}
div.ccm-page .launch-view h3{
    font-size: 3em;
    color:#ffffff;
    padding-top:25px;
    line-height: 1;
    font-weight: 300;
}
div.ccm-page .launch-view h2{
    font-size: 3em;
    color:#ffffff;
    line-height: 1;
    padding-bottom:10px;
}
div.ccm-page .launch-view p{
    font-size:20px;
    color:#ffffff;
    line-height: 1.3;
     padding-bottom:5px;
     font-family: "Gotham A", "Gotham B";
}
div.ccm-page .launch-view a.cta{
    margin-bottom:20px;
    color: #fff !important;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    padding: 18px 15px;
    letter-spacing: 0.12em;
    font-weight: 500;
    min-width:78%;
    background:#03566a !important;
}
div.ccm-page .launch-view a.cta:hover{
    background: #333 !important;
}
div.ccm-page .team-members figure img{
    min-width:100%;
}
.ccm-custom-style-container{
	margin-left: 0px !important;
}	 