*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #2a2a2a;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #3CA5DD;
    text-decoration: none; }

a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic; }

table {
  border-collapse: collapse; }

iframe {
  border: none;
  vertical-align: top; }

video {
  vertical-align: top; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

input,
button,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

input:focus {
  outline: 0; }

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent; }

h1, h2, h3 {
  margin: 0; }

.col-bs10-1, .col-bs9-1, .col-bs12-1, .col-bs10-2, .col-bs9-2, .col-bs12-2, .col-bs10-3, .col-bs9-3, .col-bs12-3, .col-bs10-4, .col-bs9-4, .col-bs12-4, .col-bs10-5, .col-bs9-5, .col-bs12-5, .col-bs10-6, .col-bs9-6, .col-bs12-6, .col-bs10-7, .col-bs9-7, .col-bs12-7, .col-bs10-8, .col-bs9-8, .col-bs12-8, .col-bs10-9, .col-bs9-9, .col-bs12-9, .col-bs10-10, .col-bs9-10, .col-bs12-10, .col-bs10-11, .col-bs9-11, .col-bs12-11, .col-bs10-12, .col-bs9-12, .col-bs12-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-bs10-1 {
  width: 10%; }

.col-bs10-2 {
  width: 20%; }

.col-bs10-3 {
  width: 30%; }

.col-bs10-4 {
  width: 40%; }

.col-bs10-5 {
  width: 50%; }

.col-bs10-6 {
  width: 60%; }

.col-bs10-7 {
  width: 70%; }

.col-bs10-8 {
  width: 80%; }

.col-bs10-9 {
  width: 90%; }

.col-bs10-10 {
  width: 100%; }

.col-bs9-1 {
  width: 11.11111%; }

.col-bs9-2 {
  width: 22.22222%; }

.col-bs9-3 {
  width: 33.33333%; }

.col-bs9-4 {
  width: 44.44444%; }

.col-bs9-5 {
  width: 55.55556%; }

.col-bs9-6 {
  width: 66.66667%; }

.col-bs9-7 {
  width: 77.77778%; }

.col-bs9-8 {
  width: 88.88889%; }

.col-bs9-9 {
  width: 100%; }

.col-bs12-1 {
  width: 8.33333%; }

.col-bs12-2 {
  width: 16.66667%; }

.col-bs12-3 {
  width: 25%; }

.col-bs12-4 {
  width: 33.33333%; }

.col-bs12-5 {
  width: 41.66667%; }

.col-bs12-6 {
  width: 50%; }

.col-bs12-7 {
  width: 58.33333%; }

.col-bs12-8 {
  width: 66.66667%; }

.col-bs12-9 {
  width: 75%; }

.col-bs12-10 {
  width: 83.33333%; }

.col-bs12-11 {
  width: 91.66667%; }

.col-bs12-12 {
  width: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  *zoom: 1;
  position: relative; }

.col-offset-fluid {
  margin-right: -15px;
  margin-left: -15px; }

.col-offset-0 {
  padding-right: 0px;
  padding-left: 0px; }

.col-offset-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.recommendation a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.recommendation a:hover {
  color: #3CA5DD;
  text-decoration: none; }

.mt2 {
  margin-top: 20px; }

.mt3 {
  margin-top: 30px; }

.title {
  position: relative;
  border-bottom: 1px solid #9B9B9B; }
  .title--clean {
    border-bottom: 1px solid transparent; }
  .title--center {
    text-align: center; }
  .title--big {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #E55225;
    border-bottom: 1px solid transparent;
    text-transform: uppercase; }
  .title__content {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #4a4a4a; }
    .title__content:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 101%;
      border-bottom: 5px solid #3CA5DD; }
  .title--big .title__content:after, .title--clean .title__content:after {
    border-bottom: transparent; }
  .title--center:after {
    content: '';
    position: absolute;
    left: 33.3333333%;
    bottom: 0;
    width: 33.3333333%;
    border-bottom: 5px solid #3CA5DD; }
  .title--center .title__content:after {
    border-bottom: transparent; }

.article__wrap__grid {
  position: relative; }

.article__wrap__grid--flex {
  display: block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  -webkit-flex-flow: wrap; }

.article__boxsubtitle {
  padding: 5px 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  color: #E55225; }

.article__subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1; }

.article__asset {
  position: relative; }

.article__asset img {
  display: block;
  width: 100%; }

.article__link {
  display: block; }

.article__title {
  max-height: 74px;
  height: 74px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  margin: 0 0 10px; }

.article__date {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px;
  display: inline-block; }

.article__lead {
  max-height: 126px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: #808080;
  margin: 0 0 10px; }

.article__box {
  position: relative;
  margin: -20px 10px 0;
  background: #fff;
  padding: 10px; }

.article__grid {
  position: relative; }

.jixie__logo {
  font-size: 12px;
  padding: 15px 5px 5px;
  text-align: right;
  color: #b7b7b7;
  position: relative; }

.jixie__logo--right {
  float: right; }

.jixie__logo span {
  position: relative;
  vertical-align: bottom;
  padding: 0 5px; }

.jixie__logo img {
  width: 60px; }

.jixie__logo__img {
  cursor: pointer;
  display: inline-block; }

.color--sponsored {
  color: #3CA5DD !important; }

.box--sponsored,
.box--advertorial,
.box--brandzview {
  background: #3CA5DD !important;
  color: #fff !important; }

.tooltips {
  position: absolute;
  top: 36px;
  right: 10px;
  width: 335px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: default; }

.tooltips:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 18px;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000; }

.tooltips span {
  border-radius: 5px;
  background: #000;
  display: block;
  margin-top: 10px;
  padding: 12px;
  color: #fff; }

.tooltips--show {
  opacity: 1;
  visibility: visible; }

.recommendation--small .col-offset-fluid {
  margin-left: -10px;
  margin-right: -10px; }

.recommendation--small .col-bs12-3 {
  padding-left: 10px;
  padding-right: 10px; }

.recommendation--small .article__box {
  margin: -20px 6px 0; }

.recommendation--small .article__title {
  max-height: 87px;
  height: 87px;
  font-size: 18px; }

.recommendation--small .article__boxsubtitle {
  top: 10px;
  padding: 5px; }

.recommendation--small .article__subtitle {
  font-size: 11px; }

.jixie__wrap {
  padding: 0 0 10px;
  margin: 0 0 53px;
  border-bottom: 1px solid #dfdfdf; }
  .jixie__wrap .jixie__logo {
    padding: 27px 5px 5px; }
  .jixie__wrap .tooltips {
    width: 275px;
    top: -85px; }
  .jixie__wrap .tooltips:before {
    top: 89px;
    right: 20px; }
