@charset "UTF-8";
/* __              _                           __ 
  / /  __ ____ _  (_)__  ___ ___ _______ ___  / /_
 / /__/ // /  ' \/ / _ \/ -_|_-</ __/ -_) _ \/ __/
/____/\_,_/_/_/_/_/_//_/\__/___/\__/\__/_//_/\__/  D I G I T A L
                                                                                                                       

Theme URI:	http://www.projecturl.com/
Author: 	Luminescent Digital
Version:	1.0
Date:		22-07-2016

*/
/* ==========================================================================
   Reset
   ========================================================================== */
::-moz-selection {
  background: #000;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #000;
  text-shadow: none;
  color: #fff;
}

html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

body {
  font: 0.55556em "Mercury SSm A", "Mercury SSm B";
  color: #535353;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul {
  list-style: none;
}

a {
  color: #000;
  -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;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

*:focus,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

figure {
  line-height: 0;
}

p {
  margin: 0 0 9px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

img {
  display: inline-block;
  max-width: 100%;
}

address {
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: #535353;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #535353;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #535353;
}

:-ms-input-placeholder {
  color: #535353;
}

.no-padd {
  padding: 0;
}

.no-marg {
  margin: 0;
}

/* -----------------------------------------
   Font Imports
----------------------------------------- */
/*
@font-face {
  font-family: 'mercury-text-g1-roman';
  src: url('../fonts/ufonts.com_mercury-text-g1-roman.eot');
  src: local('Γÿ║'), url('../fonts/ufonts.com_mercury-text-g1-roman.woff') format('woff'), 
  url('../fonts/ufonts.com_mercury-text-g1-roman.ttf') format('truetype'), 
  url('../fonts/ufonts.com_mercury-text-g1-roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-medium';
  src: url('../fonts/gotham-medium.eot');
  src: local('Γÿ║'), url('../fonts/gotham-medium.woff') format('woff'), 
  url('../fonts/gotham-medium.ttf') format('truetype'), 
  url('../fonts/gotham-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'gotham-bold';
  src: url('../fonts/gotham-bold.eot');
  src: local('Γÿ║'), url('../fonts/gotham-bold.woff') format('woff'), 
  url('../fonts/gotham-bold.ttf') format('truetype'), 
  url('../fonts/gotham-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* -----------------------------------------
   TYPOGRAPHY
----------------------------------------- */
html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-size: 0.55556em;
  font-weight: 300;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td, p {
  font-family: "Mercury SSm A", "Mercury SSm B";
}

div.ccm-page h1, div.ccm-page h2, div.ccm-page h3, div.ccm-page h4, div.ccm-page h5, div.ccm-page h6 {
  font-family: "Gotham A", "Gotham B";
  text-rendering: optimizeLegibility;
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 4.8em;
  font-family: "Gotham A", "Gotham B";
}

h2 {
  font-size: 3.8em;
  font-family: "Gotham A", "Gotham B";
}

h3 {
  font-size: 3.2em;
  font-family: "Gotham A", "Gotham B";
}

h4 {
  font-size: 3em;
  font-family: "Gotham A", "Gotham B";
}

h5 {
  font-size: 2.6em;
  font-family: "Gotham A", "Gotham B";
}

h6 {
  font-size: 2.4em;
  font-family: "Gotham A", "Gotham B";
}

em, i {
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-style: italic;
}

strong, b {
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-weight: 700;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
}

address {
  font-family: "Mercury SSm A", "Mercury SSm B";
}

/*  ==========================================================================
	Form Controls
	========================================================================== */
input,
select,
textarea {
  font-size: 14px;
  color: #4c4c4c;
  padding: 8px 12px;
  border: solid 1px #cdcdcd;
}

textarea {
  height: auto;
  padding: 12px;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 40px;
}

input[type="checkbox"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
  content: "\2714";
  font-size: 14px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="checkbox"]:checked:before {
  color: #00a79d;
}

input[type="radio"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"]:hover:before,
input[type="radio"]:checked:before {
  content: "\2022";
  font-size: 17px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="radio"]:checked:before {
  color: #00a79d;
}

input[type="file"] {
  height: auto;
  padding: 12px;
}

/*input.button[type="submit"],
input.button[type="button"]{
	width:auto;
}
*/
label {
  display: block;
  padding-top: 8px;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.nopadding {
  padding: 0;
}

.formRow {
  margin-bottom: 18px;
  position: relative;
}
.formRow label {
  margin: 0;
  padding: 5px 0 0 15px;
  font-size: 10px;
  line-height: 1;
}
.formRow.formSubmit {
  margin-bottom: 0;
}
.formRow.error:before, .formRow .error:before, .formRow.success:before, .formRow .success:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 3px;
  top: 3px;
  z-index: 10;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-family: 'fontname' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.formRow.error label, .formRow .error label {
  color: #dd5044;
}
.formRow.error:before, .formRow .error:before {
  content: "\e905";
  color: #dd5044;
}
.formRow.success label, .formRow .success label {
  color: #1bb261;
}
.formRow.success:before, .formRow .success:before {
  content: "\e904";
}

.form-control {
  color: #444;
  border: 1px solid #cbc6c9;
  background: transparent;
  box-shadow: none;
  padding: 12px;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid #cbc6c9;
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/*  ==========================================================================
	CTA
	========================================================================== */
.cta {
  font-family: "Mercury SSm A", "Mercury SSm B";
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 180px;
  width: auto;
  min-height: 37px;
  height: auto;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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;
}
.cta i {
  margin-right: 6px;
}
.cta.inline {
  padding: 8px 20px !important;
  min-width: 0;
}
.cta.white {
  background: #fff;
  color: #000;
  -webkit-transition: 0.2s, 0.3s;
  -moz-transition: 0.2s, 0.3s;
  -ms-transition: 0.2s, 0.3s;
  -o-transition: 0.2s, 0.3s;
  transition: 0.2s, 0.3s;
}
.cta.white:visited {
  color: #000;
}
.cta.white:hover {
  color: #000;
}

/*  Custom Upload  */
.upload {
  position: relative;
}
.upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 50;
  opacity: 0;
}

/* -- Common Layout elements -- */
/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
}

/* -----------------------------------------
   Header
----------------------------------------- */
div.ccm-page {
  /*-- HOME HEADER STYLES --*/
  padding-top: 88px;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
  /*-- End Header --*/
}
div.ccm-page.page-template-home {
  padding-top: 40px;
}
div.ccm-page header {
  background: #e6e9ed;
  height: 88px;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  position: fixed;
  z-index: 999;
}
div.ccm-page header h2 {
  font-size: 18px;
  color: #434a54;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
}
div.ccm-page header h2 span {
  color: #da4453;
  font-weight: 700;
}
div.ccm-page header p {
  font-size: 14px;
  line-height: 20px;
  color: #434a54;
  font-style: italic;
  text-align: center;
  opacity: 1;
}
div.ccm-page header .logo-global {
  margin-top: 12px;
  float: right;
  opacity: 1;
}
div.ccm-page header #nav-toggle {
  top: 25px;
  position: relative;
}
div.ccm-page header:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  width: 100%;
  display: inline-block;
  background: #a18fc3;
  background: -moz-linear-gradient(left, #a18fc3 0%, #a18fc3 10.999%, #6a9ecf 11%, #6a9ecf 22%, #5fbaa2 22%, #5fbaa2 33%, #e286b6 33%, #e286b6 44%, #eb6c53 44%, #eb6c53 55%, #e95364 55%, #e95364 66%, #77aadb 66%, #77aadb 77%, #f5b940 77%, #f5b940 88%, #9fc76a 88%, #9fc76a 100%);
  background: -webkit-linear-gradient(left, #a18fc3 0%, #a18fc3 10.999%, #6a9ecf 11%, #6a9ecf 22%, #5fbaa2 22%, #5fbaa2 33%, #e286b6 33%, #e286b6 44%, #eb6c53 44%, #eb6c53 55%, #e95364 55%, #e95364 66%, #77aadb 66%, #77aadb 77%, #f5b940 77%, #f5b940 88%, #9fc76a 88%, #9fc76a 100%);
  background: linear-gradient(to right, #a18fc3 0%, #a18fc3 10.999%, #6a9ecf 11%, #6a9ecf 22%, #5fbaa2 22%, #5fbaa2 33%, #e286b6 33%, #e286b6 44%, #eb6c53 44%, #eb6c53 55%, #e95364 55%, #e95364 66%, #77aadb 66%, #77aadb 77%, #f5b940 77%, #f5b940 88%, #9fc76a 88%, #9fc76a 100%);
}
div.ccm-page header.header-home {
  height: 40px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
div.ccm-page header.header-home #nav-toggle {
  top: 0px;
  -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;
}
div.ccm-page header.header-home .logo-global, div.ccm-page header.header-home p, div.ccm-page header.header-home h2 {
  opacity: 0;
  -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;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
div.ccm-page header.header-home.fixedHeader {
  height: 88px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div.ccm-page header.header-home.fixedHeader #nav-toggle {
  top: 23px;
}
div.ccm-page header.header-home.fixedHeader .logo-global {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
div.ccm-page header.header-home.fixedHeader .logo-global, div.ccm-page header.header-home.fixedHeader p, div.ccm-page header.header-home.fixedHeader h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

body.headerExpanded div.ccm-page.page-template-home {
  padding-top: 88px;
}

/* ----------------------------------------
   Footer
----------------------------------------- */
div.ccm-page footer#footer-theme {
  width: 100%;
  background: #242424;
  padding: 30px 0 50px;
  position: relative;
}
div.ccm-page footer#footer-theme section {
  border: none;
  padding: 10px 0;
}
div.ccm-page footer#footer-theme .social {
  margin: 0 0 30px 0;
}
div.ccm-page footer#footer-theme .social div.ccm-block-social-links {
  text-align: center;
}
div.ccm-page footer#footer-theme .social div.ccm-block-social-links ul li a .fa {
  font-size: 30px;
  color: #fff;
}
div.ccm-page footer#footer-theme .footer-widget h3 {
  font-size: 16px;
  font-weight: 300;
  color: #aaabad;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: dotted 1px #aaabad;
}
div.ccm-page footer#footer-theme .footer-widget p {
  font-size: 12px;
  color: #aaabad !important;
  line-height: 16px;
  font-weight: 300;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer-widget ul li {
  padding: 0 0 5px 0;
  line-height: 16px;
}
div.ccm-page footer#footer-theme .footer-widget ul li a {
  font-size: 12px;
  color: #aaabad !important;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer-widget ul li a:hover, div.ccm-page footer#footer-theme .footer-widget ul li a.active {
  color: #da4453 !important;
}
div.ccm-page footer#footer-theme .footer-widget ul li.active a {
  color: #da4453 !important;
}
div.ccm-page footer#footer-theme .footer-widget address {
  font-size: 12px;
  color: #aaabad !important;
  line-height: 16px;
  font-weight: 300;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer-widget address a {
  color: #aaabad !important;
  font-weight: 300;
}
div.ccm-page footer#footer-theme .footer-widget address a:hover {
  color: #da4453 !important;
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links {
  text-align: left;
  margin-top: 20px;
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links ul.list-inline {
  margin-left: 0;
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links ul.list-inline:before {
  content: "FOLLOW US";
  font-size: 16px;
  font-weight: 300;
  color: #aaabad;
  display: block;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links ul.list-inline li {
  margin-right: 10%;
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links ul.list-inline li a .fa {
  font-size: 20px;
  color: #fff;
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links ul.list-inline li a .fa:hover {
  color: #da4453;
}
div.ccm-page footer#footer-theme .footer-widget div.ccm-block-social-links ul.list-inline li:last-child {
  margin-right: 0px;
}
div.ccm-page footer#footer-theme .footer_bottom {
  margin-top: 20px;
}
div.ccm-page footer#footer-theme .footer_bottom:before {
  content: "";
  display: block;
  padding-top: 10px;
  border-top: dotted 1px #aaabad;
}
div.ccm-page footer#footer-theme .footer_bottom .copy {
  float: left;
}
div.ccm-page footer#footer-theme .footer_bottom .copy p {
  text-align: left;
  font-size: 13px;
  color: #aaabad !important;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer_bottom .footer_bottom_links {
  float: right;
}
div.ccm-page footer#footer-theme .footer_bottom .footer_bottom_links p {
  line-height: 1;
}
div.ccm-page footer#footer-theme .footer_bottom .footer_bottom_links a {
  text-align: left;
  font-size: 13px;
  color: #aaabad !important;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer_bottom .footer_bottom_links a:after {
  content: " | ";
  margin: 0 4px;
  font-size: 13px;
  color: #aaabad !important;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page footer#footer-theme .footer_bottom .footer_bottom_links a:last-child:after {
  display: none;
}
div.ccm-page footer#footer-theme .footer_bottom .footer_bottom_links a:hover {
  color: #da4453 !important;
}
div.ccm-page footer#footer-theme .back-top {
  position: fixed;
  z-index: 998;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 37px;
  font-size: 9px;
  line-height: 12px;
  color: #000;
  padding: 7px 5px;
  display: none;
  text-align: center;
  opacity: 0.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #aaabad;
  background: #aaabad;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
div.ccm-page footer#footer-theme .back-top:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 11px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #aaabad;
}
div.ccm-page footer#footer-theme .back-top:hover {
  color: #fff;
  background: #da4453;
  border: solid 1px #da4453;
  opacity: 1;
}
div.ccm-page footer#footer-theme .back-top:hover:before {
  border-bottom: 15px solid #da4453;
}

/* -----------------------------------------
   Navigation
----------------------------------------- */
body.no-height .ccm-page {
  overflow: hidden !important;
  height: 100%;
}

div.ccm-page {
  /*-- Header Dropdown Menu --*/
}
div.ccm-page #nav-toggle {
  height: 39px;
  width: 33px;
  display: block;
  padding-top: 1px;
}
div.ccm-page #nav-toggle span {
  content: "";
  position: absolute;
  height: 2px;
  width: 32px;
  top: 21px;
  left: 0;
  cursor: pointer;
  background: #434a54;
  display: block;
}
div.ccm-page #nav-toggle span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 2px;
  background: #434a54;
  width: 32px;
}
div.ccm-page #nav-toggle:before {
  content: "MENU";
  background: none;
  width: 32px;
  font-size: 10px;
  top: -3px;
  left: 0;
  background: none;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #434a54;
  z-index: 999;
  /*-- End Navigation --*/
  /*-- End Form --*/
}
div.ccm-page .wrap-nav a.close-button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50px;
  right: 10%;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
  z-index: 999;
}
div.ccm-page .wrap-nav a.close-button:before, div.ccm-page .wrap-nav a.close-button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -20px;
  display: block;
  height: 3px;
  width: 40px;
  background-color: #fff;
  transition: all 0.25s ease-out;
}
div.ccm-page .wrap-nav a.close-button:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div.ccm-page .wrap-nav a.close-button:hover:before, div.ccm-page .wrap-nav a.close-button:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
div.ccm-page .wrap-nav .nav-container {
  margin-top: 80px;
}
div.ccm-page .wrap-nav ul.nav li {
  position: relative;
}
div.ccm-page .wrap-nav ul.nav li a {
  font-size: 42px;
  line-height: 48px;
  text-align: left;
  padding: 0;
  font-weight: 500;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-nav ul.nav li a:hover {
  color: #da4453;
}
div.ccm-page .wrap-nav ul.nav li.dropdown > a:after {
  content: ">";
  padding-left: 20px;
}
div.ccm-page .wrap-nav ul.nav li ul {
  position: absolute;
  right: -15px;
  top: 8px;
  display: none;
  background: #434a54;
}
div.ccm-page .wrap-nav ul.nav li ul li a {
  font-size: 24px;
  line-height: 28px;
}
div.ccm-page .wrap-nav ul.nav li:hover ul {
  display: block;
}
div.ccm-page .wrap-nav form {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
div.ccm-page .wrap-nav form input.ccm-search-block-text {
  background: url(../img/icon-mag.png) no-repeat 0 top;
  padding: 0 0 0 50px;
  height: 52px;
  width: 48px;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-nav form input:focus {
  box-shadow: none !important;
}
div.ccm-page .wrap-nav form input.ccm-search-block-text:focus {
  width: 100%;
  background-color: none;
  background: url(../img/icon-mag.png) no-repeat 0 bottom;
  border: none;
}
div.ccm-page .wrap-nav form input:-moz-placeholder {
  color: transparent;
}
div.ccm-page .wrap-nav form input::-webkit-input-placeholder {
  color: transparent;
}
div.ccm-page .wrap-nav .ccm-block-social-links {
  margin-top: 20px;
}
div.ccm-page .wrap-nav .ccm-block-social-links .list-inline li {
  width: 100%;
  padding: 0 0 5px;
}
div.ccm-page .wrap-nav .ccm-block-social-links .list-inline li a i:before {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  -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;
}
div.ccm-page .wrap-nav .ccm-block-social-links .list-inline li a i:hover:before {
  color: #da4453;
}
div.ccm-page .wrap-nav .ccm-block-social-links .list-inline li a i.fa-twitter:before {
  content: "Twitter";
}
div.ccm-page .wrap-nav .ccm-block-social-links .list-inline li a i.fa-facebook:before {
  content: "Facebook";
}
div.ccm-page .wrap-nav .ccm-block-social-links .list-inline li a i.fa-linkedin-square:before {
  content: "LinkedIn";
}
div.ccm-page .wrap-nav .country-profile figure {
  margin-bottom: 35px;
}
div.ccm-page .wrap-nav .country-profile .details small {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .wrap-nav .country-profile .details p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 20px 0;
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-family: "Mercury SSm A", "Mercury SSm B";
}
div.ccm-page .wrap-nav .country-profile .details .more {
  display: block;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  background: #da4453;
  font-family: "Gotham A", "Gotham B";
  color: #fff;
  text-align: center;
}
div.ccm-page .wrap-nav .country-profile .details .more:hover {
  background: #666;
}

/* -----------------------------------------
   Globe Navigation
----------------------------------------- */
div.ccm-page .globe_social_icons {
  position: absolute;
  bottom: 0;
}
div.ccm-page .leftMenu {
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  position: absolute;
  padding-top: 50px;
  font-size: 26px;
  font-weight: 700;
  padding: 20px;
  color: #434A54 !important;
  font-family: "Gotham A","Gotham B";
  width: 265px;
  overflow: hidden;
  /*-- End Globe Nav --*/
}
div.ccm-page .leftMenu.overlayAdded {
  width: 450px;
  height: 400px;
  overflow: hidden;
}
div.ccm-page .leftMenu select {
  opacity: 0;
}
div.ccm-page .leftMenu.overlayAdded #globeNav li #subInd {
  display: block !important;
}
div.ccm-page .leftMenu.overlayAdded #globeNav li.bgoverlay ~ li {
  width: 145px;
}
div.ccm-page .leftMenu #globeNav li {
  position: relative;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .leftMenu #globeNav li a {
  font-size: 26px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  color: #434A54 !important;
}
div.ccm-page .leftMenu #globeNav li a:hover {
  color: #da4453 !important;
}
div.ccm-page .leftMenu #globeNav li.bgoverlay:hover ~ li {
  width: 145px;
}
div.ccm-page .leftMenu #globeNav li #subInd {
  display: none !important;
  font-size: 20px;
  left: 175px;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  font-family: "Gotham A", "Gotham B";
  padding: 0 10px;
}
div.ccm-page .leftMenu #globeNav li #subInd li:last-child {
  padding-bottom: 30px;
}
div.ccm-page .leftMenu #globeNav li #subInd a {
  font-size: 20px;
}
div.ccm-page .leftMenu #globeNav li #subInd a:hover, div.ccm-page .leftMenu #globeNav li #subInd a.active {
  color: #da4453 !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: #da4453 !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: #da4453 !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: #da4453 !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: #da4453;
  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: #da4453;
  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: #da4453 !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: #da4453;
}
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: #da4453 !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: #da4453;
  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: #da4453;
  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;
  /*-- End Tab Pane --*/
}
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 .tab-pane {
  /*-- End Rank --*/
}
div.ccm-page .wrap-tab .tab-content .tab-pane .row {
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane 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 .tab-pane .google-visualization-tooltip {
  padding: 10px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .google-visualization-tooltip h3 {
  font-size: 14px !important;
  color: #434a54 !important;
  text-transform: none;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .google-visualization-tooltip div.gap-chart-tooltip,
div.ccm-page .wrap-tab .tab-content .tab-pane .google-visualization-tooltip div.gap-chart-tooltip div {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .google-visualization-tooltip div.gap-chart-tooltip span,
div.ccm-page .wrap-tab .tab-content .tab-pane .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 .tab-pane .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 .wrap-tab .tab-content .tab-pane .rank h3 #rank {
  font-size: 150px;
  line-height: 0.8;
  float: left;
  letter-spacing: -0.04em;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank h3 .rank_sup {
  display: table-cell;
  padding-left: 7px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank h3 .rank_sup #rank_sup {
  display: block;
  width: 100%;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank h3 .rank_sup #rank_sup sup {
  top: 0;
  font-size: 90px;
  line-height: 0.8em;
  text-transform: none;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .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 .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper {
  border-top: solid 1px #434a54;
  border-bottom: solid 1px #434a54;
  padding: 20px 0;
  margin: 30px 0 30px 0;
  width: 100%;
  display: inline-block;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .scorecard {
  float: left;
  width: 40%;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .scorecard .score_chart {
  min-height: 25px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .scorecard .score_chart .subInx {
  float: left;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .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 .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .scorecard span {
  font-size: 11px;
  line-height: 10px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .scorecard .txt-rank {
  float: right;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .details {
  float: right;
  width: 55%;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .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 .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .details p {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  color: #434a54;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .rank .scorecard-wrapper .details p b {
  font-weight: 500;
}
div.ccm-page .wrap-tab .tab-content .tab-pane 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 .tab-pane ol li {
  font-size: 13px;
  line-height: 20px;
  color: #434a54;
}
div.ccm-page .wrap-tab .tab-content .tab-pane ol li a, div.ccm-page .wrap-tab .tab-content .tab-pane ol li a.tweet-link {
  font-size: 13px;
  line-height: 20px;
  color: #da4453;
}
div.ccm-page .wrap-tab .tab-content .tab-pane ol li a.tweet-link {
  width: 18px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
}
div.ccm-page .wrap-tab .tab-content .tab-pane 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 .tab-pane ol li:last-child {
  border-bottom: none;
  margin: 0;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .sub-description p {
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}
div.ccm-page .wrap-tab .tab-content .tab-pane figure figcaption {
  color: #aab2bd;
  font-size: 12px;
  padding: 5px 0;
}
div.ccm-page .wrap-tab .tab-content .tab-pane#home .ccm-block-share-this-page ul.list-inline {
  padding-top: 4px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .ccm-block-tags-wrapper a {
  border: none;
  display: inline-block;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .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 .tab-pane .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 .tab-pane .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 .tab-pane .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 .tab-pane 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 .tab-pane ul.select2-choices li input {
  min-width: 150px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .prosperity-gap-default-desc p {
  font-size: 16px;
}
div.ccm-page .wrap-tab .tab-content .tab-pane .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: #da4453;
  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: #da4453 !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: #da4453 !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: #da4453;
  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: #da4453 !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: #da4453;
  display: block;
  font-family: "Gotham A", "Gotham B";
}
div.ccm-page .related-block .details a.more {
  font-size: 13px;
  font-style: italic;
  color: #da4453;
}
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: #da4453;
}
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: #da4453;
  -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: #da4453;
  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 .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: #da4453;
  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: #da4453 !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: #da4453 !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: #da4453 !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: #da4453 !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;
  margin-bottom: 60px;
}
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: #da4453 !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: #da4453 !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: #da4453 !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: #da4453;
  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: #da4453;
  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: #da4453;
}
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: #da4453;
}
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: #da4453;
}
div.ccm-page .all-countries-list .country-group ul li.expand:hover {
  color: #da4453;
}
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;
}

/*-- 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: #da4453;
}
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: #da4453;
}
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: #da4453;
}
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: #da4453;
}
div.ccm-page .feed-lists .feed_title small, div.ccm-page .feed-lists .feed_title small a {
  color: #da4453;
  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: #da4453;
  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: #da4453;
  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: #da4453 !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: #da4453;
  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: #da4453;
}
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: #da4453;
  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: #da4453;
  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: #da4453;
  font-family: "Gotham A", "Gotham B";
  border: 1px solid #da4453;
}
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: #da4453;
  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: #da4453;
  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: #da4453;
}
div.ccm-page .faq-list h3.active {
  color: #da4453;
}
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: #da4453;
}
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: #da4453 !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: #da4453;
  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: #da4453;
  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: #da4453;
  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: #da4453 !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: #da4453 !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: #da4453 !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: #da4453;
  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: #da4453 !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: 10px;
  text-transform: uppercase;
}
div.ccm-page .infoPanel #country_desc p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
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: #da4453;
  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: #da4453 !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: #da4453;
  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: #da4453;
  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;
}
