/*Mixin Responsive*/
.postWrapper .section_wrapper.mcb-section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

a:focus {
  outline: auto; }

header#Header #Top_bar {
  position: static;
  background: #0167de; }
  header#Header #Top_bar .container {
    border: none; }

.postWrapper {
  font-size: 16px;
  line-height: 28px;
  color: #252525; }
  .postWrapper ul li, .postWrapper ol li {
    color: #252525; }
    .postWrapper ul li::marker, .postWrapper ol li::marker {
      color: #252525; }
  @media (max-width: 480px) {
    .postWrapper {
      font-size: 14px;
      line-height: 26px; } }
  .postWrapper .section_wrapper.mcb-section-inner {
    flex-wrap: wrap; }
    .postWrapper .section_wrapper.mcb-section-inner .column, .postWrapper .section_wrapper.mcb-section-inner .columns {
      margin-left: 0; }
  .postWrapper h1 {
    font-weight: 300;
    color: #001730;
    font-size: 59px;
    line-height: 67px;
    margin-bottom: 20px; }
    @media (max-width: 980px) {
      .postWrapper h1 {
        font-size: 45px;
        line-height: 50px; } }
    @media (max-width: 480px) {
      .postWrapper h1 {
        font-size: 30px;
        line-height: 40px; } }
  .postWrapper img {
    max-width: 100%; }

.relatedTitleBox {
  color: #0c1769;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500; }
  @media (max-width: 480px) {
    .relatedTitleBox {
      font-size: 28px; } }
