* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  background-color: #f3f5f4;
  background-image: url("../../../img/miscellaneous/cedraflon-2018/branding.jpg");
  background-repeat: no-repeat;
  background-position-y: 80px;
  background-position-x: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #333333; }

a {
  text-decoration: none; }

a img {
  border: none; }

img {
  vertical-align: middle;
  border: none; }

ul, li {
  list-style: none; }

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cedraflon-container {
  width: 1012px;
  background: #fff;
  margin: 487px auto 30px;
  padding: 20px;
  display: flex; }
  .cedraflon-container .cedraflon-container-left {
    flex: 642px 0 0;
    margin-right: 30px; }
  .cedraflon-container .cedraflon-container-right {
    flex: 300px 0 0;
    margin: -20px 0 0 20px; }
    .cedraflon-container .cedraflon-container-right div {
      margin-bottom: 15px; }
  .cedraflon-container img {
    max-width: 100%;
    height: auto !important; }

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .article-list li {
    width: 300px;
    margin-bottom: 25px; }
    .article-list li img {
      border: 3px solid #e8e9ed; }
    .article-list li a h2 {
      color: #725fc0;
      font-size: 16px;
      font-weight: 700; }
    .article-list li a p {
      color: #333;
      font-size: 12px;
      font-weight: 400; }

.cedraflon-branding {
  position: absolute;
  width: 100%;
  height: 407px;
  top: 80px; }
  .cedraflon-branding a {
    display: block;
    height: 100%; }

.is-mobile {
  background: #f3f5f4;
  padding: 0; }
  .is-mobile .cedraflon-container {
    width: 100%;
    padding: 15px;
    flex-direction: column;
    margin: 0; }

.article {
  margin-bottom: 25px; }
  .article img {
    border: 3px solid #e8e9ed;
    margin-bottom: 5px;
    width: 100%;
    height: auto; }
  .article a h2 {
    color: #725fc0;
    font-size: 16px;
    font-weight: 700; }
  .article a p {
    color: #333;
    font-size: 12px;
    font-weight: 400; }

.top-link {
  margin: -15px -15px 10px; }

.cedraflon-img {
  text-align: center;
  margin-bottom: 10px; }

/*# sourceMappingURL=styles.css.map */
