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

body {
  background-color: #f3f5f4;
  background-image: url("../../../img/miscellaneous/delaco-2018/branding.jpg?2");
  background-repeat: no-repeat;
  background-position: top 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; }

.delaco-container {
  width: 1012px;
  background: #fff;
  margin: 487px auto 30px;
  padding: 20px;
  display: flex; }
  .delaco-container .delaco-container-left {
    flex: 642px 0 0;
    margin-right: 30px; }
  .delaco-container .delaco-container-right {
    flex: 300px 0 0; }
    .delaco-container .delaco-container-right div {
      margin-bottom: 15px; }

.video {
  margin: 0 0 15px;
  max-width: 100%; }
  .video video {
    width: 100% !important; }

img.text {
  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; }

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

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

.fb-iframe, .banner {
  margin-bottom: 25px;
  text-align: center; }

.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; }

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