<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* NEWSLETTER SIGNUP */
/* (main.scss) */
/* ================================================================================ */
.signup-head {
  padding-top: 2em;
  display: block;
  margin-bottom: 1.5em; }
  .signup-head .logo {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: .5em; }
  .signup-head .trusted {
    display: block;
    clear: both;
    font-family: 'Napco_1';
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .25em;
    margin-bottom: 1.5em; }

.signup-box {
  text-align: center; }
  .signup-box .inner-pad {
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: #eee; }
  .signup-box .h5 {
    display: block;
    margin-bottom: .5em; }
  .signup-box input {
    display: block;
    clear: both;
    width: 100%;
    height: 38px;
    line-height: 36px; }
  .signup-box input[type="text"], .signup-box input[type="email"] {
    border: 1px solid #ccc;
    font-family: 'Georgia';
    font-size: 1em;
    text-align: center;
    font-style: italic;
    margin-bottom: .5em; }
  .signup-box fieldset {
    clear: both;
    margin-bottom: .5em; }
  .signup-box .sub {
    display: block;
    clear: both;
    font-size: 0.875em; }
    .signup-box .sub a {
      font-weight: 700; }
  .signup-box.col-sm-12 {
    margin-bottom: 2em; }
    .signup-box.col-sm-12 fieldset {
      width: 80%;
      display: block;
      margin: 0 auto; }
      .signup-box.col-sm-12 fieldset:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      @media (max-width: 480px) {
        .signup-box.col-sm-12 fieldset {
          width: 100%; } }
    .signup-box.col-sm-12 input {
      clear: none;
      display: inline; }
    .signup-box.col-sm-12 input[type="text"], .signup-box.col-sm-12 input[type="email"] {
      float: left;
      width: 78%;
      text-align: left;
      padding: 0 15px; }
    .signup-box.col-sm-12 input[type="submit"] {
      float: right;
      width: 20%; }

.signup-message .inner-pad {
  padding: 2% 4%;
  text-align: center; }
.signup-message .h3 {
  line-height: 1.3em;
  display: block;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1.625em; }
.signup-message p {
  font-style: italic; }

.signup-option {
  margin-bottom: 2em; }
  .signup-option .inner-pad {
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
    position: relative;
    background-color: white;
    -webkit-transition: background-color 400ms ease-in-out;
    -moz-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out; }
  .signup-option input[type="checkbox"] {
    position: absolute;
    top: 18px;
    left: 12px; }
  .signup-option .h4 {
    display: block;
    margin-bottom: .4em;
    line-height: 1.2em; }
  .signup-option small {
    font-size: 0.75em;
    clear: both;
    display: block; }
  .signup-option p {
    display: block;
    margin-bottom: .5em; }
  .signup-option .see-example {
    color: #2397db;
    font-family: 'Napco_1';
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    clear: both;
    margin-bottom: .5em; }
  .signup-option.selected .inner-pad {
    background-color: #eee; }
  
  
  /* ================================================================================ */
/* SUBSCRIBE */
/* (modules.scss) */
/* ================================================================================ */
.newsletter {
  background: #336699 url(../../images/mag-cover.jpg) 16px bottom no-repeat;
  min-height: 120px; }
  .newsletter.no-mag {
    background-image: none;
    min-height: inherit; }
    .newsletter.no-mag .inner-pad {
      margin-left: 0;
      padding-top: 35px;
      position: relative; }
    .newsletter.no-mag .logo {
      text-align: center;
      max-width: 300px;
      min-width: 155px; }
  .newsletter .inner-pad {
    padding: 10px;
    border: none;
    margin-left: 135px; }
  .newsletter .text {
    line-height: 1; }
    .newsletter .text .top {
      font-size: 1em; }
    .newsletter .text .bot {
      font-size: 0.875em;
      font-weight: bold;
      margin-bottom: 5px; }
    .newsletter .text p {
      padding: 0 0 10px 0;
      margin: 0;
      font-size: 0.75em;
      font-weight: normal; }
  .newsletter .button {
    font-size: 0.875em; }
  .newsletter form {
    display: block;
    clear: both;
    margin-bottom: 15px;
    margin-top: 5px; }
  .newsletter .checks {
    display: block;
    list-style-type: none;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    font-size: .875em;
    margin-bottom: 5px; }
    @media (max-width: 1160px) {
      .newsletter .checks {
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        column-count: 2;
        column-gap: 10px; } }
  .newsletter li {
    margin-bottom: 5px; }
  .newsletter fieldset input {
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 1.125em; }
  .newsletter input[type="email"], .newsletter input[type="text"] {
    width: 66%;
    margin-right: 2%;
    background: #fff;
    border: none;
    padding: 0 2%;
    font-family: 'Napco_2';
    font-size: 0.6875em; }
  .newsletter input[type="submit"] {
    background: #2397db;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Napco_1';
    font-weight: bold;
    font-size: 0.875em;
    border: 0;
    width: 32%;
    line-height: 30px;
    cursor: pointer;
    text-transform: none; }
  .newsletter .terms {
    display: block;
    text-align: center;
    font-family: 'Napco_2';
    font-size: .875em; }
    .newsletter .terms a {
      font-weight: 700; }

.signup-all .all-top {
  display: block;
  margin-bottom: 20px; }
  .signup-all .all-top .icon {
    float: left;
    width: 25%; }
    .signup-all .all-top .icon img {
      display: block;
      width: 100%;
      height: auto; }
  .signup-all .all-top .text-wrap {
    float: right;
    width: 71%;
    line-height: 1.2em; }
  .signup-all .all-top .h5 {
    font-family: 'Napco_2 Condensed';
    font-weight: 400;
    margin-bottom: 5px; }

.signup-one .one-top {
  display: block;
  margin-bottom: 15px; }
  .signup-one .one-top .cover {
    float: right;
    width: 30%; }
  .signup-one .one-top .text-wrap {
    float: left;
    width: 68%; }
  .signup-one .one-top .h5 {
    font-family: 'Napco_2 Condensed';
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2em; }
  
  .signup-all.no-mag {
    background-color: #eee;
    border: 1px #999 solid;
    padding-top: 15px;
  }</pre></body></html>