@import url(chimed.css);
.bg-col-red {
  background-color: #F5F5F5;
  color: #9E006E;
}
.bg-col-black {
  background-color: #030303;
}
.bg-col-white {
  background-color: #FFF;
  color: #9E006E;
}
.bg-col-pink {
  background-color: #EE0279;
}
.bg-col-orange {
  background-color: #FB9419;
}
.bg-col-green {
  background-color: #BAD157;
}
.bg-col-rose {
  background-color: #A20067;
}
.bg-col-blue {
  background-color: #307BBF;
}
.bg-col-purple {
  background-color: #9E006E;
  color: #FFF;
}
.bg-col-dark-blue {
  background-color: #283269;
  color: #FFF;
}
.bg-col-grey {
  background-color: #333333;
}
.bg-col-light-grey {
  background-color: #999;
}
.bg-col-black-20pct {
  background-color: rgba(3,3,3,0.05);
}
.bg-col-light-bg-pink-text {
  background-color: #F5F5F5;
  color: #EE0279;
}
.bg-col-light-bg-purple-text {
  background-color: #F5F5F5;
  color: #9E006E;
}
.bg-col-light-bg-green-text {
  background-color: #F5F5F5;
  color: #BAD157;
}
.bg-col-light-bg-blue-text {
  background-color: #F5F5F5;
  color: BLUE;
}
.bg-col-light-bg-dark-blue-text {
  background-color: #F5F5F5;
  color: #283269;
}
.bg-col-white-bg-pink-text {
  background-color: #FFF;
  color: #EE0279;
}
.bg-col-white-bg-purple-text {
  background-color: #FFF;
  color: #9E006E;
}
.bg-col-white-bg-green-text {
  background-color: #FFF;
  color: #BAD157;
}
.bg-col-white-bg-blue-text {
  background-color: #FFF;
  color: #307BBF;
}
.bg-col-white-bg-dark-blue-text {
  background-color: #FFF;
  color: #283269;
}
h1.pink {
  font-weight: 300;
  color: #EE0279;
}
h1.h24 {
  font-weight: 300;
  font-size: 24px;
}
h1.h32 {
  font-weight: 700;
  font-size: 32px;
}
h1.h60 {
  font-weight: 300;
  font-size: 60px;
}
body {
  background: -webkit-radial-gradient(#fefefe,#efefef);
  background: -o-radial-gradient(#fefefe,#efefef);
  background: -moz-radial-gradient(#fefefe,#efefef);
  background: radial-gradient(#fefefe,#efefef);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 300px;
  }
}
footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
a {
  color: #E31C79;
}
a:hover,
a:focus {
  color: #E31C79;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted rgba(227,28,121,0.5);
}
.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home #panel-2-1-2-0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .page-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
a {
  outline: 0;
  text-decoration: none;
}
a:visited {
  outline: 0;
  text-decoration: none;
}
iframe {
  border: 0px transparent;
}
p {
  font-size: 18px;
}
header {
  background-color: #030303;
  height: 138px;
}
@media only screen and (max-width: 767px) {
  header {
    height: 87px;
  }
}
header .header-menu {
  position: relative;
}
header .logo {
  position: absolute;
  background-color: #fff;
  width: 141px;
  height: 161px;
  top: 0px;
  left: 15px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 999;
  background-image: url(../images/logo-282x282.png);
  background-size: 100% auto;
  background-position: center bottom;
  -ms-behavior: url(/backgroundsize.min.htc);
}
@media only screen and (max-width: 767px) {
  header .logo {
    width: 92px;
    height: 104px;
  }
}
header .nav-row {
  margin-top: 30px;
}
header .main-menu {
  z-index: 991;
  padding-left: 166px;
}
header .main-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: table;
  position: relative;
}
header .main-menu li {
  position: relative;
  display: table-cell;
  text-align: center;
  height: 70px;
  padding: 0px 10px 0px 10px;
  vertical-align: bottom;
}
header .main-menu li:first-child .spacer {
  display: none;
}
header .main-menu li a {
  display: table;
  height: 100%;
  width: 100%;
  color: #FFF;
}
header .main-menu li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1259px) {
  header .main-menu li a span {
    font-size: 16px;
  }
}
header .main-menu li .submenu {
  position: absolute;
  top: 69px;
  left: 0px;
  display: none;
  z-index: 994;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
header .main-menu li .submenu li {
  display: block;
  text-align: left;
  background-color: #ffffff;
  height: initial;
  width: 380px;
  line-height: 50px;
  padding-left: 28px;
  border-bottom: 1px solid #acacac;
}
header .main-menu li .submenu li a {
  display: block;
}
header .main-menu li .submenu li a span {
  line-height: 50px;
}
header .main-menu li .submenu li:last-child {
  border-bottom-color: transparent;
}
header .main-menu li .submenu li:hover {
  background-color: #dcdcdc;
}
header .main-menu li .submenu:before {
  z-index: 999;
  display: block;
  position: absolute;
  left: 70px;
  top: -1px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #dcdcdc transparent transparent transparent;
}
header .main-menu li .spacer {
  display: block;
  width: 1px;
  margin-top: 12%;
  background-color: #979797;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 55%;
}
header .main-menu li:hover {
  background-color: #dcdcdc;
}
header .main-menu li:hover a {
  color: #030303;
}
header .main-menu li:hover .spacer {
  display: none;
}
header .main-menu li:hover .submenu {
  display: block;
}
header .main-menu li.rootitem-6 .submenu,
header .main-menu li.rootitem-7 .submenu {
  right: 0px;
  left: inherit;
}
header .main-menu li.rootitem-6 .submenu:before,
header .main-menu li.rootitem-7 .submenu:before {
  left: inherit;
  right: 70px;
}
header .main-menu li.colored {
  background-color: #E31736;
}
header .main-menu li.colored div.spacer {
  background-color: #fff;
}
header .main-menu li.colored:hover {
  background-color: #dcdcdc;
}
header .main-menu li.colored:hover a {
  color: #030303;
}
header .main-menu li.current span {
  opacity: 0.5;
}
header .main-menu li.current .submenu span {
  opacity: 1;
}
header .main-menu .item-width-7 li {
  width: 14.27%;
}
header .mobile-menu {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 999;
  padding-top: 50px;
  background-color: #030303;
  top: 0px;
}
header .mobile-menu ul {
  list-style: none;
  padding: 0px;
  display: block;
}
header .mobile-menu ul li {
  position: relative;
  padding: 10px 15px 10px 35px;
  background-color: #030303;
  display: block;
  border-bottom: 1px solid #979797;
}
header .mobile-menu ul li a {
  color: #FFF;
}
header .mobile-menu ul li.menu-arrow:before {
  font-family: "chimed";
  content: '\e80c';
  color: #fff;
  width: 20px;
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}
header .mobile-menu ul li.menu-arrow.open:before {
  content: '\e80a';
}
header .mobile-menu .submenu {
  display: none;
}
header .mobile-menu .submenu a {
  color: #999;
}
header .mobile-menu .submenu a:hover {
  color: #FFF;
}
header .mobileMenuBlock {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #030303;
  top: 40px;
  right: 30px;
  z-index: 999;
  text-align: center;
}
header .mobileMenuBlock span {
  display: inline-block;
}
header .mobileMenuBlock span:before {
  font-size: 35px;
  color: #FFF;
  padding: 0px;
  margin: 0px;
}
header .stockprice {
  position: absolute;
  color: #FFF;
  padding-top: 5px;
  padding-left: 190px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1259px) {
  header .stockprice {
    padding-left: 177px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .stockprice {
    padding-left: 155px;
  }
}
@media only screen and (max-width: 767px) {
  header .stockprice {
    padding-left: 110px;
  }
}
header .searchbutton {
  display: block;
  float: right;
  background-color: #E31736;
  color: #FFF;
  padding: 6px 20px 6px 17px;
  line-height: 26px;
}
header .searchbutton a {
  display: block;
  float: right;
  color: #FFF;
}
header .searchbutton .icon {
  display: block;
  float: right;
  padding-right: 7px;
  padding-top: 2px;
  font-size: 22px;
}
header .searchbutton .field {
  display: block;
  float: right;
  color: #666;
  overflow: hidden;
  width: 0px;
}
header .searchbutton .field input {
  border: 0px;
  padding: 2px 5px 2px 5px;
  line-height: 20px;
  outline: none;
}
#header-textblock {
  background-color: #EE0279;
  height: 243px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
}
#header-textblock .container {
  height: 100%;
}
#header-textblock .container .titlewrapper {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#header-textblock .title {
  display: table-cell;
  font-size: 60px;
  line-height: 1em;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  z-index: 990;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  #header-textblock .title {
    font-size: 35px;
  }
}
#header-background-normal {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  height: 243px;
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0;
}
#header-carousel {
  background-color: #333333;
  height: 472px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header-carousel {
    height: 320px;
  }
}
#header-carousel .carousel-custome-indicator {
  z-index: 40;
  margin-top: -12px;
  position: relative;
}
@media only screen and (min-width: 1260px) {
  #header-carousel .carousel-custome-indicator {
    width: 1230px;
  }
}
#header-carousel .carousel-indicators {
  display: block;
  width: 100%;
  position: relative;
  left: 0px;
  list-style: none;
  margin: 0px;
  bottom: 0px;
}
#header-carousel .carousel-indicators li {
  display: block;
  float: left;
  height: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #e6e6e6;
  text-indent: 0px;
  border: 0px none;
  margin: 0px;
}
#header-carousel .carousel-indicators li .border-right {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #000;
}
#header-carousel .carousel-indicators li:first-child .border-right {
  visibility: hidden;
}
#header-carousel .carousel-indicators li.active {
  background-color: #E31736;
  margin: 0px;
  border: 0px none;
}
#header-carousel .carousel-indicators li.active .border-right {
  visibility: hidden;
}
#header-carousel .carousel-indicators .indicator-wi-2 {
  width: 50%;
}
#header-carousel .carousel-indicators .indicator-wi-3 {
  width: 33.33%;
}
#header-carousel .carousel-indicators .indicator-wi-4 {
  width: 25%;
}
#header-carousel .carousel-indicators .indicator-wi-5 {
  width: 20%;
}
#header-carousel .carousel-indicators .indicator-wi-6 {
  width: 16.66%;
}
#header-carousel .carousel-indicators .indicator-wi-7 {
  width: 14.28%;
}
#header-carousel .item {
  width: 100%;
  height: 472px;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-repeat: no-repeat;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #header-carousel .item {
    height: 320px;
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 480px) {
  #header-carousel .item {
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-carousel .item {
    font-size: 0.6em;
  }
}
#header-carousel .item span.slide-title {
  font-size: 6.7em;
  word-wrap: break-word;
  display: block;
  margin-top: 80px;
  font-weight: 700;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  #header-carousel .item span.slide-title {
    margin-top: 30px;
    font-size: 5.8em;
  }
}
#header-carousel .item span.slide-text {
  font-size: 2.5em;
  line-height: 1.2em;
  display: block;
  margin-top: 13px;
  margin-bottom: 17px;
  font-weight: 300;
}
#header-carousel .item a.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #E31736;
  padding: 12px 42px 12px 42px;
  display: inline-block;
}
.footer-row {
  line-height: 40px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .footer-row {
    padding-bottom: 0px;
  }
}
.footer-row .h-logo {
  display: block;
  background-image: url(../images/CKH_FOOTER_LOGO_V1.png);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-behavior: url(/backgroundsize.min.htc);
  max-width: 394px;
  min-height: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-row .h-logo {
    margin-bottom: 20px;
  }
}
.footer-row .icon-col span {
  line-height: 40px;
  position: relative;
}
.footer-row .icon-col span:before {
  font-size: 40px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .footer-row .icon-col {
    padding-bottom: 20px;
  }
}
.footer-row hr {
  border-color: #333333;
}
.footer-row #menu-footermenu {
  float: right;
  list-style: none;
  clear: both;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .footer-row #menu-footermenu {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-row #menu-footermenu {
    float: none;
    display: flex;
    justify-content: space-between;
  }
}
.footer-row #menu-footermenu li {
  float: left;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-row #menu-footermenu li {
    float: none;
    display: block;
    border-top: 1px solid #333333;
  }
}
.footer-row #menu-footermenu li a {
  color: #333333;
}
.footer-row #menu-footermenu li a:hover {
  color: #999;
}
.footer-row #menu-footermenu li:before {
  content: '|';
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-row #menu-footermenu li:before {
    content: '';
    padding-right: 0px;
  }
}
.footer-row #menu-footermenu li:first-child:before {
  content: '';
  padding-right: 0px;
}
.footer-row #menu-footermenu li:last-child {
  padding-right: 0px;
}
.row-article {
  padding-left: 100px;
  padding-right: 100px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .row-article {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.row-article-facts .textwidget {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .row-article-facts .textwidget {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.text-widget-list .widget_black-studio-tinymce {
  margin-bottom: 40px !important;
}
.row-black {
  background-color: #F1F1F1;
  color: #000;
  padding: 0px 0px 0px 0px;
}
.row-black-padding {
  background-color: #1c1c1c;
  padding: 50px 0px 40px 0px;
}
.row-white {
  background-color: #FFF;
  padding-top: 55px;
}
.row-competative {
  padding-top: 10px;
  margin-bottom: 10px;
}
.row-competative:first-child {
  padding-top: 60px;
}
.homepage-row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.homepage-row h1 {
  margin-top: 0px;
}
.row-financial {
  padding-left: 100px;
  padding-right: 100px;
  background-color: #fff;
}
.row-financial .textwidget {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .row-financial {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-financial .textwidget {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.row-light-grey-column .widget {
  background-color: rgba(3,3,3,0.05);
}
.row-light-grey-column .widget .textwidget {
  padding-left: 25px;
  padding-right: 25px;
}
.bootstrap-cells .panel-grid-cell {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bootstrap-cells .panel-grid-cell {
    width: 50% !important;
    padding-bottom: 10px;
  }
}
.breadcrump {
  list-style: none;
  line-height: initial;
  background-color: #fff;
  display: table;
  padding: 5px 10px 5px 10px;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  clear: both;
  overflow: hidden;
}
.breadcrump li {
  display: table-cell;
  padding-right: 5px;
  white-space: pre-line;
}
.breadcrump li a {
  color: #030303;
}
.breadcrump li a:before {
  position: relative;
  top: -2px;
  font-size: 0.7em;
}
.textwidget {
  padding-top: 0px;
}
.textwidget .pretext {
  color: #030303;
  font-weight: 300;
  font-size: 30px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  line-height: 33px;
}
.textwidget .quote {
  color: #E31736;
  font-size: 44px;
  font-weight: 500;
  line-height: 47px;
}
.textwidget .quote p:before {
  content: '"';
  float: left;
}
.textwidget .quote p:after {
  content: '"';
  display: inline-block;
}
.textwidget ul {
  padding-left: 18px;
}
.textwidget li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.textwidget .page-intro-text {
  font-weight: 300;
  font-size: 32px;
  color: #030303;
}
.textwidget .page-intro-text-small {
  font-weight: 300;
  font-size: 24px;
  color: #030303;
}
.textwidget .text-small-14p {
  font-size: 12px;
  color: #030303;
}
.textwidget .img-padding-vert {
  padding-top: 5px;
  padding-bottom: 5px;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 42px 12px 42px;
  color: #FFF;
}
.button:hover {
  color: #e6e6e6;
}
.button.bg-col-white {
  color: #9E006E;
}
.button.bg-col-red {
  color: #9E006E;
}
.single-page-post {
  padding-top: 64px;
}
.single-page-post .meta-navi {
  padding-bottom: 30px;
}
.single-page-post .meta-navi .article-navigation .arrow {
  color: #EE0279;
  font-weight: 600;
  display: inline-block;
}
.single-page-post .meta-navi .article-navigation .arrow:before {
  display: block;
  font-size: 10px;
  float: left;
  padding-top: 5px;
}
.single-page-post .meta-navi .article-navigation span.arrow {
  color: #999;
}
.single-page-post .meta-navi .article-navigation .icon-icon_link-arrow:before {
  float: right;
}
.single-page-post .meta-navi .infoblock {
  padding-top: 30px;
}
.single-page-post .meta-navi .infoblock .article_cat {
  font-weight: 600;
}
.single-page-post .meta-navi .page-navigation {
  float: right;
  color: #EE0279;
}
.single-page-post .meta-navi .page-navigation a {
  color: #EE0279;
}
.single-page-post .meta-navi .page-navigation a div {
  display: inline-block;
}
.single-page-post .meta-navi .page-navigation a div:before {
  font-size: 12px;
}
.single-page-post h1 {
  margin: 0px;
}
.single-page-post .meta-head {
  display: block;
  min-height: 100px;
}
.single-page-post .meta-head padding-top: 25px,
.single-page-post .meta-head span.date {
  display: block;
  font-weight: 500;
}
.single-page-post .meta-head span.categories {
  display: block;
}
.single-page-post .textWidget {
  padding-top: 25px;
}
.single-page-post .attachments {
  background-color: rgba(33,33,33,0.05);
  padding: 40px;
}
.single-page-post .attachments .icon-block {
  font-size: 22px;
  line-height: 54px;
  padding-bottom: 20px;
}
.single-page-post .attachments .icon-block:before {
  float: left;
  font-size: 54px;
  color: #E31736;
  margin-left: 0px;
  padding-right: 10px;
}
.single-page-post .attachments .download {
  display: block;
  color: #030303;
  padding-left: 20px;
}
.single-page-post .attachments .download:before {
  margin-left: -20px;
}
.single-page-post .attachments .download:hover {
  color: rgba(33,33,33,0.5);
}
.search-result .search-header {
  font-size: 24px;
}
.search-result .search-header h1 {
  font-size: 40px;
  font-weight: 300;
}
.search-result a {
  font-size: 24px;
  color: #EE0279;
}
.search-result a:hover {
  color: #333333;
}
.search-result hr {
  border-top-color: #1c1c1c;
}
.chimed-widget .linkicon {
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 57px;
}
.chimed-widget .linkicon:before {
  font-family: 'chimed';
  font-size: 20px;
  content: '\e808';
  color: #FFF;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.widget .widget-title {
  font-weight: 300;
  color: #EE0279;
}
.widget span.h32 {
  font-weight: 300;
  font-size: 32px;
}
.widget span.pink {
  color: #EE0279;
}
.widget .advantage-box {
  background-color: #fff;
  padding: 40px 25px 40px 25px;
  min-height: 420px;
  font-weight: 300;
  margin-bottom: 10px;
}
.widget .advantage-box h3 {
  color: #E31736;
  font-weight: 300;
  font-size: 32px;
}
.widget .advantage-box-red {
  background-color: #F5F5F5;
  color: #A20067;
}
.widget .advantage-box-red h3 {
  color: #A20067;
}
@media only screen and (max-width: 767px) {
  .widget {
    margin-bottom: 10px !important;
  }
}
.financial-numbers {
  text-align: center;
}
.financial-numbers h2 {
  font-size: 24px;
  font-weight: 300;
}
.financial-numbers h1 {
  text-align: center;
  font-size: 40px;
  margin: 0px;
}
.financial-numbers .row {
  padding-top: 10px;
  padding-bottom: 46px;
}
.financial-numbers .col-xs-3 {
  padding-left: 6px;
  padding-right: 6px;
}
.financial-numbers .col-md-3 {
  padding-left: 8px;
  padding-right: 8px;
}
.financial-numbers .number-cell {
  padding: 10px 0px 10px 0px;
  background-color: #fbfbfb;
  color: #030303;
  margin-bottom: 5px;
}
.financial-numbers .number-cell h1 {
  color: #E31736;
}
.chimed-linkbox {
  color: #FFF;
  margin-bottom: 12px;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.chimed-linkbox .wrap {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
.chimed-linkbox .wrap:focus {
  outline: 0;
  outline-offset: 0;
}
.chimed-linkbox hr {
  border-top-color: #FFF;
  margin-top: 13px;
  margin-bottom: 13px;
}
.chimed-linkbox .content {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 30px;
  display: block;
  line-height: 1.3em;
}
.chimed-linkbox .content a {
  color: inherit;
}
.chimed-linkbox .widgetPadding {
  padding: 26px 0px 50px 26px;
}
.chimed-linkbox .template-grey-col {
  padding: 40px 25px 40px 25px;
}
.chimed-linkbox .template-grey-col h1 {
  color: #EE0279;
  padding-top: 42px;
}
.chimed-linkbox .template-grey-col .content {
  color: #030303;
}
.chimed-linkbox .template-grey-col .image-placeholder {
  display: block;
  height: 84px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: left center;
}
.chimed-linkbox .linkicon {
  width: 60px;
}
.chimed-linkbox .template-iconbox {
  padding: 26px 0px 50px 26px;
}
.chimed-linkbox .template-iconbox .col-sm-4 {
  padding-left: 0px;
}
.chimed-linkbox .template-iconbox .col-sm-4:before {
  top: 50%;
  display: block;
  position: relative;
  color: #A20067;
  width: 100%;
  font-size: 110px;
  padding-top: 65px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .chimed-linkbox .template-iconbox .col-sm-4:before {
    padding-top: 0px;
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chimed-linkbox .template-iconbox .col-sm-4:before {
    padding-top: 0px;
    font-size: 60px;
  }
}
.chimed-linkbox .template-iconbox h1 {
  color: #030303;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-right: 26px;
}
.chimed-linkbox .template-iconbox hr {
  margin-right: 25px;
  border-top-color: #030303;
}
.chimed-linkbox .template-iconbox .content {
  color: inherit;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .chimed-linkbox .template-iconbox .button {
    display: block;
    margin-right: 26px;
    text-align: center;
  }
}
.chimed-linkbox .template-iconbox .icon-icon_atom:before {
  color: #9f0045;
}
.chimed-linkbox .template-rg h1 {
  margin-top: 0px;
  padding-right: 26px;
}
.chimed-linkbox .template-sm h1.h24 {
  text-transform: uppercase;
}
.chimed-linkbox .template-sm .content {
  padding-right: 90px;
}
.chimed-linkbox .template-xs h1.h24 {
  text-transform: uppercase;
}
.chimed-linkbox .template-xs .widgetPadding {
  padding: 25px 90px 25px 25px;
}
.chimed-linkbox .template-xs h1 {
  margin: 0px;
}
.chimed-linkbox .template-chairman h1 {
  color: #EE0279;
}
.chimed-linkbox .template-chairman .content {
  color: #030303;
  font-size: 32px;
}
.chimed-linkbox .template-chairman .content small {
  display: block;
  font-size: 14px;
}
.chimed-linkbox .template-chairman .image-cell {
  text-align: center;
  padding-top: 20px;
}
.chimed-linkbox .template-chairman .image {
  display: inline-block;
  background-color: rgba(0,0,0,0.01);
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  max-width: 100%;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chimed-linkbox .template-chairman .image {
    width: 220px;
    height: 220px;
  }
}
.chimed-linkbox .chimed_grey_col {
  background-color: rgba(33,33,33,0.05);
}
.chimed-linkbox.bg-col-red,
.chimed-linkbox.bg-col-black-20pct {
  color: #9E006E;
}
.chimed-linkbox.bg-col-red .linkicon:before,
.chimed-linkbox.bg-col-black-20pct .linkicon:before {
  color: #9E006E;
}
.chimed-linkbox.bg-col-light-bg-pink-text {
  color: #EE0279;
}
.chimed-linkbox.bg-col-light-bg-pink-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-light-bg-pink-text .button {
  background: #EE0279;
  color: #FFF;
}
.chimed-linkbox.bg-col-light-bg-pink-text .linkicon:before {
  color: #EE0279;
}
.chimed-linkbox.bg-col-light-bg-purple-text {
  color: #9E006E;
}
.chimed-linkbox.bg-col-light-bg-purple-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-light-bg-purple-text .button {
  background: #9E006E;
  color: #FFF;
}
.chimed-linkbox.bg-col-light-bg-purple-text .linkicon:before {
  color: #9E006E;
}
.chimed-linkbox.bg-col-light-bg-green-text {
  color: #BAD157;
}
.chimed-linkbox.bg-col-light-bg-green-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-light-bg-green-text .button {
  background: #BAD157;
  color: #FFF;
}
.chimed-linkbox.bg-col-light-bg-green-text .linkicon:hover {
  opacity: 0.4;
}
.chimed-linkbox.bg-col-light-bg-green-text .linkicon:before {
  color: #353534;
  opacity: 0.3;
}
.chimed-linkbox.bg-col-light-bg-blue-text {
  color: #307BBF;
}
.chimed-linkbox.bg-col-light-bg-blue-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-light-bg-blue-text .button {
  background: #307BBF;
  color: #FFF;
}
.chimed-linkbox.bg-col-light-bg-blue-text .linkicon:hover {
  opacity: 0.4;
}
.chimed-linkbox.bg-col-light-bg-blue-text .linkicon:before {
  color: #353534;
  opacity: 0.3;
}
.chimed-linkbox.bg-col-light-bg-dark-blue-text {
  color: #283269;
}
.chimed-linkbox.bg-col-light-bg-dark-blue-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-light-bg-dark-blue-text .button {
  background: #283269;
  color: #FFF;
}
.chimed-linkbox.bg-col-light-bg-dark-blue-text .linkicon:hover {
  opacity: 0.4;
}
.chimed-linkbox.bg-col-light-bg-dark-blue-text .linkicon:before {
  color: #353534;
  opacity: 0.3;
}
.chimed-linkbox.bg-col-white-bg-pink-text {
  color: #EE0279;
}
.chimed-linkbox.bg-col-white-bg-pink-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-white-bg-pink-text .button {
  background: #EE0279;
  color: #FFF;
}
.chimed-linkbox.bg-col-white-bg-pink-text .linkicon:before {
  color: #EE0279;
}
.chimed-linkbox.bg-col-white,
.chimed-linkbox.bg-col-white-bg-purple-text {
  color: #9E006E;
}
.chimed-linkbox.bg-col-white .content,
.chimed-linkbox.bg-col-white-bg-purple-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-white .button,
.chimed-linkbox.bg-col-white-bg-purple-text .button {
  background: #9E006E;
  color: #FFF;
}
.chimed-linkbox.bg-col-white .linkicon:before,
.chimed-linkbox.bg-col-white-bg-purple-text .linkicon:before {
  color: #9E006E;
}
.chimed-linkbox.bg-col-white-bg-green-text {
  color: #BAD157;
}
.chimed-linkbox.bg-col-white-bg-green-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-white-bg-green-text .button {
  background: #BAD157;
  color: #FFF;
}
.chimed-linkbox.bg-col-white-bg-green-text .linkicon:hover {
  opacity: 0.4;
}
.chimed-linkbox.bg-col-white-bg-green-text .linkicon:before {
  color: #353534;
  opacity: 0.3;
}
.chimed-linkbox.bg-col-white-bg-blue-text {
  color: #307BBF;
}
.chimed-linkbox.bg-col-white-bg-blue-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-white-bg-blue-text .button {
  background: #307BBF;
  color: #FFF;
}
.chimed-linkbox.bg-col-white-bg-blue-text .linkicon:hover {
  opacity: 0.4;
}
.chimed-linkbox.bg-col-white-bg-blue-text .linkicon:before {
  color: #353534;
  opacity: 0.3;
}
.chimed-linkbox.bg-col-white-bg-dark-blue-text {
  color: #283269;
}
.chimed-linkbox.bg-col-white-bg-dark-blue-text .content {
  color: #353534 !important;
}
.chimed-linkbox.bg-col-white-bg-dark-blue-text .button {
  background: #283269;
  color: #FFF;
}
.chimed-linkbox.bg-col-white-bg-dark-blue-text .linkicon:hover {
  opacity: 0.4;
}
.chimed-linkbox.bg-col-white-bg-dark-blue-text .linkicon:before {
  color: #353534;
  opacity: 0.3;
}
.homepage-row .chimed-linkbox {
  margin-bottom: 0px;
}
.homepage-row .template-rg {
  min-height: 330px;
}
.chimed-factsfigurebox {
  background-color: #E31736;
  color: #FFF;
  padding: 25px 0px 25px 25px;
}
.chimed-factsfigurebox h1 {
  margin-top: 0px;
}
.chimed-factsfigurebox .factsline {
  display: block;
  padding-right: 25px;
}
.chimed-factsfigurebox .factsline .numbers {
  font-weight: 600;
  float: right;
}
.chimed-keyproductbox .salestitle {
  display: block;
}
.chimed-keyproductbox .h60 {
  color: #E31736;
  margin-bottom: 4px;
  margin-top: 4px;
}
.chimed-keyproductbox .h60 .saleschange {
  padding-left: 10px;
  font-size: 18px;
  color: #030303;
}
.chimed-keyproductbox hr {
  border-color: #030303;
  margin-bottom: 12px;
  margin-top: 12px;
}
.chimed-keyproductbox .headline {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}
.chimed-keyproductbox .content {
  padding-top: 4px;
}
.chimed-keyproductbox .imagebox {
  display: block;
  height: 270px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.chimed-pipeline-single-row {
  display: block;
}
.chimed-pipeline-single-row .row {
  background-color: #f6f6f6;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0px;
}
.chimed-pipeline-single-row .col-sm-7,
.chimed-pipeline-single-row .col-sm-5 {
  padding: 0px;
}
.chimed-pipeline-single-row table {
  width: 100%;
}
.chimed-pipeline-single-row td {
  font-size: 12px;
  font-weight: 300;
  position: relative;
}
.chimed-pipeline-single-row .progress {
  border: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E31736;
  position: relative;
}
.chimed-pipeline-single-row .rounded {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chimed-pipeline-single-row .image {
  display: block;
  border: 0px;
}
.chimed-pipeline-single-row .tableHeader {
  border-bottom: 2px solid #333333;
  border-left: 0px none;
  margin-left: 1px;
}
.chimed-pipeline-single-row .tableHeader .phase3 {
  border-right: 0px none;
}
.chimed-pipeline-single-row .cellHeader {
  line-height: 48px;
  color: #E31736;
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid #999;
  padding-left: 5px;
}
.chimed-pipeline-single-row .progressCell {
  padding: 0px;
  height: 60px;
  border-right: 1px solid #999;
}
.chimed-pipeline-single-row .progressCell:last-child {
  border-right: 0px none;
}
.chimed-pipeline-single-row .descriptionRow {
  display: none;
  padding: 15px 15px 15px 55px;
}
.chimed-pipeline-single-row .rowLegend {
  display: none;
}
.chimed-pipeline-single-row .rowLegend td {
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .chimed-pipeline-single-row .rowLegend {
    display: table-row;
  }
}
.chimed-pipeline-single-row .infoCell {
  border-right: 1px solid #999;
  height: 60px;
  padding: 5px 5px 5px 5px;
  word-wrap: break-word;
}
.chimed-pipeline-single-row .mobileCellHeader {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.chimed-pipeline-single-row .mobileCellHeader:first-child {
  border-left: 0px none;
}
.chimed-pipeline-single-row .floatTitle {
  position: absolute;
  line-height: 60px;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding-left: 5px;
}
.chimed-pipeline-single-row .image {
  display: block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.chimed-pipeline-single-row .nav {
  width: 8.3%;
  text-align: center;
}
.chimed-pipeline-single-row .nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #030303;
  color: #FFF;
}
.chimed-pipeline-single-row .nav a:before {
  line-height: 20px;
  font-size: 20px;
  margin: 0px;
}
.chimed-pipeline-single-row .program {
  width: 16%;
  font-weight: 500;
}
.chimed-pipeline-single-row .target {
  width: 17.6%;
}
.chimed-pipeline-single-row .partner {
  width: 22.2%;
}
.chimed-pipeline-single-row .indication {
  width: 36%;
}
.chimed-pipeline-single-row .preclinical {
  width: 20%;
}
.chimed-pipeline-single-row .phase1 {
  width: 20%;
}
.chimed-pipeline-single-row .phlb {
  width: 20%;
}
.chimed-pipeline-single-row .phase2 {
  width: 20%;
}
.chimed-pipeline-single-row .phase3 {
  width: 20%;
}
.chimed-pipeline-single-row .rowOpen .infoCell {
  border-bottom: 1px solid #999;
}
.chimed-pipeline-single-row .rowOpen .progressCell {
  border-bottom: 1px solid #999;
}
.chimed-pipeline-single-row .rowOpen .col-sm-5 .mobileCellHeader {
  border-top: 1px solid #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chimed-pipeline-single-row .cellHeader {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .chimed-pipeline-single-row {
    padding-bottom: 15px;
  }
  .chimed-pipeline-single-row .row {
    border: 1px solid #999;
  }
  .chimed-pipeline-single-row .infoCell {
    border-bottom: 1px solid #999;
  }
  .chimed-pipeline-single-row .infoCell:last-child {
    border-right: 0px none;
  }
  .chimed-pipeline-single-row .mobileTitel {
    display: block;
  }
}
.chimed-pagelist {
  position: relative;
}
.chimed-pagelist .template-boardmember-gery-col {
  padding: 40px 25px 40px 25px;
}
.chimed-pagelist .template-boardmember-gery-col h1 {
  color: #EE0279;
  padding-bottom: 20px;
}
.chimed-pagelist .template-boardmember-gery-col a.boardmember {
  color: #030303;
  display: block;
  padding: 0px 0px 20px 0px;
}
.chimed-pagelist .template-boardmember-gery-col a.boardmember .name {
  display: block;
  font-weight: 500;
}
.chimed-pagelist .template-boardmember-gery-col a.boardmember .title {
  font-style: italic;
}
.chimed-pagelist .template-boardmember-gery-col a.boardmember:hover {
  color: #EE0279;
}
.chimed-pagelist .template-boardmember-list .board-member {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 25px;
  cursor: pointer;
}
.chimed-pagelist .template-boardmember-list .board-member h1 {
  padding-top: 25px;
  color: #EE0279;
  margin: 0px;
}
.chimed-pagelist .template-boardmember-list .board-member .image {
  display: inline-block;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  position: relative;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
.chimed-pagelist .template-boardmember-list .board-member .image .plus-button {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 9px;
  width: 28px;
  height: 28px;
  color: #030303;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.chimed-pagelist .template-boardmember-list .board-member .image .plus-button:before {
  font-family: "chimed";
  font-size: 24px;
  font-weight: 400;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  content: '\e80c';
}
.chimed-pagelist .template-boardmember-list .board-member .title {
  font-style: italic;
}
.chimed-pagelist .template-boardmember-list .board-member .mobile-board-member-desc {
  display: none;
  background-color: transparent;
  padding: 25px 25px 0px 25px;
}
.chimed-pagelist .template-boardmember-list .active {
  background-color: rgba(33,33,33,0.05);
}
.chimed-pagelist .template-boardmember-list .active .image .plus-button:before {
  content: '\e80a';
}
.chimed-pagelist .template-boardmember-list .board-member-desc {
  background-color: rgba(33,33,33,0.05);
  margin: 0px;
  display: none;
}
.chimed-pagelist .template-boardmember-list .board-member-desc .content {
  padding: 40px 25px 40px 25px;
}
.chimed-pagelist .template-sitemap h1 {
  font-size: 18px;
  font-weight: 400;
}
.chimed-pagelist .template-sitemap .pageItem {
  color: #333333;
}
.chimed-postlistbox {
  position: relative;
}
.chimed-postlistbox .template-col-grey {
  padding: 40px 25px 120px 25px;
}
.chimed-postlistbox .template-col-grey .top-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 70px;
  font-size: 50px;
  color: #EE0279;
}
.chimed-postlistbox .template-col-grey h1 {
  color: #EE0279;
  word-wrap: break-word;
}
.chimed-postlistbox .homepage-2-col-link {
  right: -12px;
}
@media only screen and (max-width: 767px) {
  .chimed-postlistbox .homepage-2-col-link {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chimed-postlistbox .homepage-2-col-link {
    right: 0px;
  }
}
.chimed-postlistbox .template-homepage-2-col {
  padding: 30px 25px 30px 0px;
  margin-right: -12px;
}
.chimed-postlistbox .template-homepage-2-col .col-2 {
  padding-left: 12px;
}
.chimed-postlistbox .template-homepage-2-col hr {
  border-top-color: #030303;
  margin-top: 13px;
  margin-bottom: 13px;
}
.chimed-postlistbox .template-homepage-2-col a.post_title:before {
  margin-left: -15px;
  font-size: 12px;
}
.chimed-postlistbox .template-homepage-2-col .linkicon {
  right: -12px;
}
.chimed-postlistbox .template-homepage-2-col .post-image {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  background-color: #999;
  margin-bottom: 20px;
}
.chimed-postlistbox .template-homepage-2-col .image-corporate-news {
  background-image: url(../images/news-thumbnail-201811.jpg);
}
.chimed-postlistbox .template-homepage-news-iconlist h1 {
  color: #FFF;
}
.chimed-postlistbox .template-homepage-news-iconlist .icon-corporate:before {
  content: '\e80b';
  color: #FB9419;
}
.chimed-postlistbox .template-homepage-news-iconlist .icon-commercial:before {
  content: '\e807';
  color: #A20067;
}
.chimed-postlistbox .template-homepage-news-iconlist .icon-innovation:before {
  content: '\e801';
  color: #9f0045;
}
.chimed-postlistbox .template-homepage-news-iconlist .icon-regulatory:before {
  content: '\e801';
  color: #E31736;
}
.chimed-postlistbox .template-homepage-news-iconlist .thumbnail {
  display: block;
  background-color: #212121;
  width: 60px;
  height: 75px;
  margin-left: 15px;
  margin-right: 15px;
  background-size: cover;
  background-position: center top;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block {
  display: table;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 35px;
  min-height: 90px;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block:hover {
  color: #999;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder .icon {
  display: inline-block;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder .icon:before {
  font-size: 75px;
  clear: both;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder .icon-icon_documents {
  color: #A20067;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder .icon-icon_people-group {
  color: #FB9419;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder .icon-icon_heart-plus {
  color: #A20067;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .iconholder .icon-icon_atom {
  color: #9f0045;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .content {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .content .contentwrapper {
  display: inline-block;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .media {
  font-weight: 500;
  display: inline-block;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .date {
  display: inline-block;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .title {
  display: block;
}
.chimed-postlistbox .template-homepage-news-iconlist .news-icon-block .title:before {
  margin-left: -15px;
  font-size: 12px;
}
.chimed-postlistbox .template-homepage-reportlist h1 {
  color: #FFF;
}
.chimed-postlistbox .template-homepage-reportlist .report-block {
  display: table;
  color: #FFF;
  text-decoration: none;
  padding-bottom: 35px;
}
.chimed-postlistbox .template-homepage-reportlist .report-block .image {
  display: table-cell;
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.chimed-postlistbox .template-homepage-reportlist .report-block .content {
  display: table-cell;
  padding-left: 15px;
}
.chimed-postlistbox .template-homepage-reportlist .report-block .content a {
  color: #FFF;
}
.chimed-postlistbox .template-homepage-reportlist .report-block .content a:hover {
  color: #999;
}
.chimed-postlistbox .template-homepage-reportlist .report-block .title {
  font-weight: 500;
  display: block;
}
.chimed-postlistbox .template-homepage-broker-coverage {
  background-color: #868686;
}
.chimed-postlistbox .template-homepage-broker-coverage h1 {
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 25px;
  color: #FFF;
}
.chimed-postlistbox .template-homepage-broker-coverage hr {
  margin-bottom: 0px;
}
.chimed-postlistbox .template-homepage-broker-coverage .broker-block {
  position: relative;
  display: block;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
  color: #FFF;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.chimed-postlistbox .template-homepage-broker-coverage .broker-block .title {
  font-weight: 500;
  display: block;
}
.chimed-postlistbox .template-homepage-broker-coverage .broker-block:last-child {
  border-bottom: 0px none;
}
.chimed-postlistbox .template-homepage-broker-coverage .broker-block a {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -25px;
  color: #E31736;
}
.chimed-postlistbox .broker-coverage-h1 {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #FFF;
  margin: 30px 0px 30px 0px;
}
.chimed-postlistbox .broker-coverage-box-margin {
  margin-bottom: 30px;
}
.chimed-postlistbox .template-broker-coverage {
  color: #FFF;
  padding: 30px;
}
.chimed-postlistbox .template-broker-coverage .chimed-widget {
  padding-bottom: 30px;
}
.chimed-postlistbox .template-broker-coverage .broker-item {
  text-align: center;
  padding: 30px;
  border-left: 1px solid #FFF;
}
.chimed-postlistbox .template-broker-coverage .broker-item:first-child {
  border-left: 0px none;
}
.chimed-postlistbox .template-broker-coverage .title {
  font-weight: 500;
  display: block;
}
.chimed-postlistbox .template-broker-coverage a {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -25px;
  color: #E31736;
}
.chimed-postlistbox .template-news-archive .paging {
  display: block;
  margin-bottom: 20px;
  line-height: 30px;
  height: 30px;
}
.chimed-postlistbox .template-news-archive .paging .pageNumber {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: ;
  color: #EE0279;
  margin-right: 2px;
}
.chimed-postlistbox .template-news-archive .paging .selected {
  background-color: transparent;
  color: #333333;
}
.chimed-postlistbox .template-news-archive .news-item {
  margin-bottom: 10px;
  position: relative;
}
.chimed-postlistbox .template-news-archive .news-item .infocol {
  border-right: 1px solid #999;
}
.chimed-postlistbox .template-news-archive .news-item .titlelink {
  padding: 25px;
  display: block;
  padding-left: 100px;
}
.chimed-postlistbox .template-news-archive .news-item .titlelink:before {
  font-size: 45px;
  color: #EE0279;
  float: left;
  margin-left: -70px;
  margin-top: 5px;
}
.chimed-postlistbox .template-news-archive .news-item .downloadlink {
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 25px;
  display: block;
  color: #030303;
  line-height: 40px;
  font-size: 20px;
}
.chimed-postlistbox .template-news-archive .news-item .downloadlink:before {
  font-size: 40px;
  color: #E31736;
  float: left;
}
.chimed-postlistbox .template-news-archive .news-item .download {
  color: #030303;
}
.chimed-postlistbox .template-news-archive .news-item .download:hover {
  color: ;
}
.chimed-postlistbox .template-news-archive .news-item h1 {
  color: #EE0279;
  margin-top: 5px;
  margin-bottom: 5px;
}
.chimed-postlistbox .template-news-archive .news-item .meta {
  color: #030303;
}
.chimed-postlistbox .template-news-archive .news-item .meta span {
  font-weight: 500;
}
.chimed-postlistbox .template-news-archive .news-item .download {
  display: block;
}
.chimed-postlistbox .template-news-archive .news-item .subcontent {
  display: none;
}
.chimed-postlistbox .template-news-archive .news-item .content {
  display: block;
  padding: 10px 100px 40px 100px;
}
.chimed-postlistbox .template-news-archive .news-item .content .div {
  display: block;
}
.chimed-postlistbox .template-news-archive .news-item .content .button {
  margin-top: 25px;
}
.chimed-postlistbox .template-news-archive .plusicon {
  display: inline-block;
  background-color: #030303;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.chimed-postlistbox .template-news-archive .plusicon:before {
  padding: 0px;
  margin: 0px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  font-weight: bolder;
}
.chimed-postlistbox .template-news-archive .open .plusicon:before {
  content: '\e80a';
}
.chimed-postlistbox .template-financial-reports-box {
  padding: 25px 25px 25px 25px;
}
.chimed-postlistbox .template-financial-reports-box h1 {
  margin-top: 0px;
}
.chimed-postlistbox .template-financial-reports-box hr {
  border-top-color: #030303;
}
.chimed-postlistbox .template-financial-reports-box .reports {
  display: table;
  width: 100%;
  padding-bottom: 25px;
  padding-top: 25px;
}
.chimed-postlistbox .template-financial-reports-box .report-item {
  display: table-cell;
  text-align: center;
}
.chimed-postlistbox .template-financial-reports-box .report-item .image {
  display: inline-block;
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.chimed-postlistbox .template-financial-reports-box .report-item .title {
  padding-top: 10px;
  display: block;
  color: #030303;
  font-weight: 500;
}
.chimed-postlistbox .template-financial-reports-box .report-item .download a {
  color: #030303;
}
@media only screen and (max-width: 767px) {
  .chimed-postlistbox .template-financial-reports-box .report-item {
    display: block;
  }
}
.chimed-postlistbox .template-financial-reports-list h1 {
  text-align: center;
  padding-bottom: 40px;
}
.chimed-postlistbox .template-financial-reports-list .report-list {
  margin-left: 0px;
  margin-right: 0px;
}
.chimed-postlistbox .template-financial-reports-list .report-item {
  text-align: center;
  min-height: 275px;
}
.chimed-postlistbox .template-financial-reports-list .report-item div.h24 {
  font-size: 24px;
  color: #EE0279;
  display: block;
  padding-top: 10px;
}
.chimed-postlistbox .template-financial-reports-list .report-item .image {
  display: inline-block;
  width: 120px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.chimed-postlistbox .template-financial-reports-list .report-item h1 {
  color: #EE0279;
  min-height: 1em;
}
.chimed-postlistbox .template-financial-reports-list .report-item .download {
  min-height: 1em;
}
.chimed-postlistbox .template-financial-reports-list .report-item .download a {
  color: #030303;
}
.chimed-postlistbox .template-event-box {
  padding: 25px 0px 25px 25px;
}
.chimed-postlistbox .template-event-box h1 {
  margin: 0px;
  color: #FFF;
}
.chimed-postlistbox .template-event-box hr {
  margin-bottom: 0px;
  margin-top: 13px;
}
.chimed-postlistbox .template-event-box .event-item {
  border-bottom: 1px solid #FFF;
  padding: 20px 0px 20px 0px;
  color: #FFF;
}
.chimed-postlistbox .template-event-box .event-item span {
  font-weight: 500;
  display: block;
}
.chimed-postlistbox .template-event-box .event-item:last-child {
  border-bottom: 0px none;
  padding-bottom: 0px;
}
.chimed-postlistbox .template-event-information h1 {
  font-weight: 300;
  color: #EE0279;
  font-weight: 600;
}
.chimed-postlistbox .template-event-information .event-block {
  border-bottom: 1px solid ;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chimed-postlistbox .template-event-information .event-block .date {
  font-weight: 600;
}
.chimed-postlistbox .template-event-information .event-block .title {
  display: block;
  padding-bottom: 20px;
  font-weight: 500;
}
.chimed-postlistbox .template-event-information .event-block a {
  display: block;
  color: #030303;
}
.chimed-postlistbox .template-event-information .event-block a:hover {
  color: #999;
}
.chimed-postlistbox .template-event-information .event-block .icon {
  line-height: 20px;
  color: #030303;
  padding-bottom: 20px;
}
.chimed-postlistbox .template-event-information .event-block .icon:before {
  color: #E31736;
  margin-right: 10px;
  float: left;
  font-size: 20px;
}
.chimed-postlistbox .news-block {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
.chimed-postlistbox .news-block .categories {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.chimed-postlistbox .news-block .date {
  font-weight: 300;
  color: #999;
  font-size: 14px;
}
.chimed-postlistbox .news-block .post_title {
  display: block;
  color: #333333;
  text-decoration: none;
}
.chimed-postlistbox .news-block .post_title:hover {
  color: #999;
}
.chimed-postlistbox .news-block a:before {
  margin-left: -18px;
}
.homepage-row .template-homepage-2-col {
  min-height: 330px;
  padding-top: 25px;
}
.border-left .report-list {
  border-left: 1px solid #ababab;
}
.chimed-anchorlist .template-standard ul {
  list-style: none;
  padding: 0px 40px 0px 0px;
}
.chimed-anchorlist .template-standard ul li a {
  padding: 15px 25px 15px 25px;
  background-color: #868686;
  border-bottom: 1px solid #999;
  color: #FFF;
  display: block;
}
.chimed-anchorlist .template-standard ul li a:hover {
  background-color: #E31736;
}
.chimed-postfilterbox span.col-title {
  font-weight: 500;
  display: block;
}
.chimed-postfilterbox .checkbox {
  display: table;
  padding-bottom: 10px;
  vertical-align: top;
}
.chimed-postfilterbox .checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.chimed-postfilterbox .checkbox input[type="checkbox"]:checked + label {
  color: red;
}
.chimed-postfilterbox .checkbox input[type="checkbox"]:checked + label:before {
  font-family: "chimed";
  display: block;
  content: '\e802';
  text-align: center;
  color: #030303;
  font-size: 30px;
}
.chimed-postfilterbox .checkbox .input-field {
  display: table-cell;
  vertical-align: top;
}
.chimed-postfilterbox .checkbox label {
  width: 40px;
  height: 40px;
  border: 1px solid #030303;
  background-color: #f1f1f1;
  padding-left: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.chimed-postfilterbox .checkbox .input-field-name {
  display: table-cell;
  line-height: 40px;
  padding-left: 20px;
}
.chimed-chart-box {
  background-color: #f5f5f5;
}
.chimed-chart-box h1 {
  display: block;
  margin: 0px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
}
.chimed-chart-box span.subtitle {
  display: block;
  padding: 5px 15px 5px 15px;
}
.inlinechart {
  display: block;
  width: 100%;
}
.tablemaker {
  width: 100%;
}
.tablemaker td {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 3px;
}
.tablemaker tr {
  padding-bottom: 5px;
}
.tablemaker tr.dark {
  background-color: #ccc;
}
.financial-results {
  padding-bottom: 25px;
}
.financial-results .header {
  display: none;
}
.financial-results tbody>tr>td {
  border-top: 0px none;
  padding: 0px;
  color: #FFF;
  font-weight: 300;
}
.financial-results .c1 {
  text-align: right;
  font-weight: 600;
}
.shareprice {
  font-weight: 300;
}
.shareprice .price {
  font-size: 52px;
  line-height: 60px;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shareprice .price {
    font-size: 38px;
  }
}
#sharepricechart {
  height: 1720px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sharepricechart {
    height: 1800px;
  }
}
@media only screen and (max-width: 767px) {
  #sharepricechart {
    height: 2630px;
  }
}
.wpcf7 .formbox {
  width: 70%;
  border: 1px solid #030303;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .formbox {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wpcf7 .imgwrap {
  display: block;
  text-align: center;
  background-color: #fff;
  height: 52px;
  line-height: 52px;
}
.wpcf7 .imgwrap img {
  display: inline-block;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap select,
.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #030303;
  margin-bottom: 12px;
  background-color: #f1f1f1;
  padding: 15px 25px 15px 25px;
  font-weight: 300;
}
.wpcf7 .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap select::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 .wpcf7-form-control-wrap input:-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap select:-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #999;
}
.wpcf7 .wpcf7-form-control-wrap input::-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap select::-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #999;
}
.wpcf7 .wpcf7-form-control-wrap input:-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap select:-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #999;
}
.wpcf7 .wpcf7-form-control-wrap select {
  height: 52px;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
  height: 245px;
}
.wpcf7 input[type="checkbox"] {
  width: 20px;
}
.wpcf7 label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #030303;
  background-color: #f1f1f1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"] {
  width: 20px;
}
.wpcf7 input[type="checkbox"]:checked + label {
  color: red;
}
.wpcf7 input[type="checkbox"]:checked + label:before {
  font-family: "chimed";
  display: block;
  content: '\e802';
  text-align: center;
  color: #030303;
  font-size: 14px;
}
.wpcf7 .wpcf7-submit {
  background-color: #E31736;
  padding: 14px 42px 14px 42px;
  border: 0px none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  font-weight: 500;
  float: right;
  margin-right: 30%;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #333333;
}
.wpcf7 .captchalabel {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpcf7 .legal {
  width: inherit;
  display: inline-block;
  float: left;
  margin-top: 15px;
  padding-right: 15px;
}
.wpcf7 .legalText {
  float: left;
  margin-top: 15px;
}
