@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@font-face {
  font-family: 'HelveticaNeueLTStd-HvCn';
  src: url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.eot');
  src: url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.ttf') format('truetype'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  font-size: inherit;
}
.blog-post-container p {
  font-size: 14px;
  margin: 10px 0;
}
.blog-post-container a {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.blog-post-container li {
  font-size: 14px;
  margin: 0;
  padding: 0;
  /*list-style-position:inside;*/
  list-style-position: outside;
}
.basic-entry ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.basic-entry {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin: 30px 0px;
}
.basic-entry .img-entry {
  margin: 20px 0px;
}
.basic-entry .img-entry img {
  width: 100%;
}
.basic-entry .img-entry.custom-width img {
  width: 100%;
}
.basic-entry .img-entry.reg-width img {
  width: 100%;
}
.basic-entry .mobile {
  /*display: none;*/
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.basic-entry h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 25px;
}
@media screen and (max-width: 550px) {
  .basic-entry {
    font-size: 16px;
  }
  .basic-entry .mobile {
    display: block;
  }
  .basic-entry .desktop {
    display: block;
  }
  .basic-entry h3 {
    font-size: 19px;
  }
}
.left-aligned .basic-entry:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.left-aligned .basic-entry .img-entry {
  float: left;
  margin: 0 20px 20px 0;
  width: 25%;
}
.left-aligned .basic-entry img {
  float: right;
  margin-left: 50px;
}
.right-aligned .basic-entry:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.right-aligned .basic-entry .img-entry {
  float: right;
  margin: 0 0 20px 20px;
  width: 50%;
}
.right-aligned .basic-entry img {
  float: left;
  margin-right: 50px;
}
.alternating .basic-entry:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.alternating .basic-entry .img-entry {
  float: left;
  margin: 0px 20px 20px 0px;
}
.alternating .basic-entry:nth-of-type(2n):after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.alternating .basic-entry:nth-of-type(2n) .img-entry {
  float: right;
  margin: 0px 0px 20px 20px;
}
@media screen and (max-width: 480px) {
  /*.left-aligned {

        .basic-entry .img-entry {
            float: none;
            width:auto;
            padding:0px;
            margin-bottom:25px;
        }

    }*/
  .left-aligned .basic-entry .img-entry,
  .right-aligned .basic-entry .img-entry {
    /*float: none;*/
    width: 100%;
    margin: 0px 0px 25px 0px;
    /*border:1px solid red;*/
  }
  .left-aligned .basic-entry .img-entry .img,
  .right-aligned .basic-entry .img-entry .img {
    /*margin:20px 0px 20px 0px;*/
  }
}
