﻿/***********************************************
Variables
/***********************************************/
/*** Fonts ***/
/*** Weight ***/
/*** Colors ***/
/***********************************************
Border Colors
  -whitepaper cover image
/***********************************************/
/***********************************************
Pattern Squares Colors
/***********************************************/
/***********************************************
Buttons
/***********************************************/
/***********************************************
General Mixin
/***********************************************/
/***********************************************
Images
/***********************************************/
/***********************************************
Line-Height Function
/***********************************************/
.nag-block {
  background: #f30782;
  padding: 30px 0;
  position: relative; }
  .nag-block .nag-logo-white {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
    .nag-block .nag-logo-white img {
      width: 220px; }
  .nag-block ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow-x: auto;
    flex-wrap: nowrap; }
    .nag-block ul li {
      display: inline-block;
      margin-left: 30px;
      background: #ffffff;
      float: left;
      z-index: 2;
      flex: 0 0 auto; }
      .nag-block ul li img {
        width: 220px;
        max-width: 100%; }
      .nag-block ul li p {
        padding: 25px 10px 15px 10px; }
      .nag-block ul li a {
        color: #f30782; }
      .nag-block ul li span {
        color: #999999; }
  .nag-block .nag-info {
    display: none; }
  .nag-block > .nag-nav {
    margin: 30px 0; }
    .nag-block > .nag-nav a {
      color: #ffffff;
      padding: 8px 12px;
      margin-right: 10px; }
      .nag-block > .nag-nav a:last-child {
        margin-right: 0; }
  .nag-block .background-dots {
    background: url("../images/white-dots.png") repeat;
    background-size: 20px 20px;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 50px;
    z-index: 1;
    opacity: .8; }

@media (min-width: 768px) {
  .nag-block {
    padding: 60px 0; }
    .nag-block > .nag-nav {
      display: none; }
    .nag-block .nag-logo-white {
      display: none; }
    .nag-block .nag-info {
      z-index: 2;
      height: 494px;
      display: inherit;
      position: absolute;
      top: 0;
      max-width: 320px;
      background: #fdcee6;
      padding: 75px 30px 0 30px; }
      .nag-block .nag-info .nag-logo {
        background: url("../images/nag-logo.svg") no-repeat;
        text-indent: -9999px;
        background-size: 218px;
        width: 218px;
        height: 33px;
        display: block;
        margin-bottom: 45px; }
      .nag-block .nag-info p {
        margin-bottom: 30px; }
      .nag-block .nag-info .nag-nav {
        position: absolute;
        bottom: 0; }
        .nag-block .nag-info .nag-nav p {
          margin: 0;
          padding: 0 20px;
          color: #ffffff;
          font-size: 14px; } }
