/* FOR TESTING PURPOSES ONLY */

  .test-nav a {
    display: inline-block;
    padding: 10px;
    font-family: sans-serif;
    text-transform: uppercase;
    color: gray;
    font-size: 13px;
    text-decoration: none;
  }

  .test-nav a:hover {
    background-color: pink;
  }

  .test-nav a.current-page {
    background-color: gray;
    color: white;
  }

  @media screen and (max-width: 500px) {
    .test-nav a {
      display: block;
      width: 94%;
    }

    .test-nav a:hover {
      background-color: pink;
    }
  }


/* CSS Reset  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  -webkit-text-size-adjust: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ddlBirthdayMonth{
    padding-left:10px;
}

.frame {
  width: 1000px;
  height: auto;
  border: 1px solid #dadcde;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fff;
  margin: 15px;
  clear: both;
  overflow: hidden; }

.form {
  border-top: 1px solid #dadcde;
  width: 610px;
  height: auto;
  display: block;
  clear: both;
  overflow: hidden; }

.row {
  display: block;
  width: 100%; }

.checkbox-column-fourths {
  width: 145px;
  display: inline-block;
  vertical-align: top; }

.checkbox-column-half {
  width: 300px;
  vertical-align: top;
  display: inline-block; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.m-top-default {
  margin-top: 18px; }

.float-right > .m-top-default {
	padding-top: 15px;
	margin-top: 0;
    clear: both !important;
    display: block !important;
    float: none !important;
}

.float-right > .m-top-default:first-child {
	padding-top: 20px;
}

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-left-default {
  margin-left: 18px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.p-bottom-20 {
  padding-bottom: 20px; }

.prefcenter-side {
  vertical-align: baseline;
  margin: 40px 85px 0 0; }

.other-side {
  vertical-align: baseline;
  margin: 0 85px 0 0; }

input[type="text"] {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9ea2a6;
  font-size: 13px;
  height: auto;
  padding: 10px;
  display: block;
  background: #fff;
  border: 1px solid #b5b9bd;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

input[type="text"].general {
  width: 240px; }

input[type="text"].zip {
  width: 220px;
  float: right; }

input[type="checkbox"] + label {
  cursor: pointer; }

.submit {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: url("https://mediacdn.espssl.com/6130/Shared/PrefCenter/smallbutton.png");
  background-size: 300px 80px;
  background-position: -5px 0;
  background-color: #7fade0;
  height: auto;
  padding: 5px 0;
  width: 105px;
  border: 1px solid #7aa8dc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: inline-block; }

.submit:hover,
.submit:active {
  background-position: -5px 40px; }

.error {
    color:red;
    font-family: Helvetica, Arial, sans-serif;
    font-size:0.9em;
    line-height:0.9em;
    margin:2px;
    padding:2px;
}

input[type="checkbox"] {
  margin: 5px 10px 5px 0; }


.hidden-select {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 34px;
  background: transparent !important;
  border: transparent;
  outline: none;
  z-index: 00; }

.dropdown {
  float: right !important;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9ea2a6;
  font-size: 13px;
  line-height: 14px;
  vertical-align: middle;
  width: 240px;
  height: 34px;
  display: inline-block;
  text-align: left;
  border: 1px solid #b5b9bd;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  content: "" !important;
  z-index: 1;
  background-color: #fff;
  position: relative; }

.dropdown select {
  width: 100%;
  height: 34px;
  border: none;
  outline: none;
  text-align: left;
  padding-left: 5px;
  margin-left: 0; }

.dropdown .hidden-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 34px;
  background: transparent;
  border: transparent;
  outline: none;
  z-index: 10; }

.dropdown::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  right: 0.4em;
  top: 50%;
  margin-top: -3px;
  z-index: 999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.dropdown:hover:before {
  border-color: #000000 transparent transparent transparent !important; }

.dropdown select::-ms-expand {
  display: none !important; }

select:focus,
input:focus {
  outline: none !important; }

.headline {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px; }

.subheadline {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-weight: bold;
  font-size: 16px; }

.italic-copy {
  font-weight: normal;
  font-style: italic;
  font-size: 14px; }

.label {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-size: 13px;
  display: inline-block;
  font-weight: normal; }

.dropdown-label {
  text-align: left;
  padding-right: 18px;
  margin-top: 9px;
  float: left; }

.checkbox-label {
  vertical-align: middle; }

.disclaimer {
  text-align: left;
  width: 475px;
  display: inline-block; }

.disclaimer-copy {
   font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-size: 10px;
  line-height: 12px;
 }
 a.disclaimer-copy:link,
 a.disclaimer-copy:visited {
  text-decoration: none;
  color: #5793d6;
 }
 a.disclaimer-copy:hover,
 a.disclaimer-copy:active {
  text-decoration: underline;
  color: #5793d6;
 }

.smallest-copy {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-size: 10px;
  line-height: 12px;
  text-align: left; }

.full-width {
  width: 100% !important; }

.larger-copy {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-size: 14px;
  line-height: 21px;
  text-align: left; }

.copy {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6a737b;
  font-size: 12px;
  line-height: 21px;
  text-align: left; }

.copy:link,
.copy:visited {
  color: #5793d6;
  text-decoration: none; }
  .copy:link:active, .copy:link:hover,
  .copy:visited:active,
  .copy:visited:hover {
    text-decoration: underline;
    color: #5793d6; }

a.shop:link,
a.shop:visited {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: url("https://mediacdn.espssl.com/6130/Shared/PrefCenter/smallbutton.png");
  background-size: 300px 80px;
  background-position: -5px 0;
  height: auto;
  padding: 5px 0;
  width: 105px;
  border: 1px solid #7aa8dc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-decoration: none; }
  a.shop:link:hover, a.shop:link:active,
  a.shop:visited:hover,
  a.shop:visited:active {
    background: url("https://mediacdn.espssl.com/6130/Shared/PrefCenter/smallbutton.png");
    background-size: 300px 80px;
    background-position: -5px -40px; }

@media screen and (max-width: 500px) {
  .frame {
    width: 95% !important;
    margin: 10px auto !important;
    overflow: inherit; }

  .form {
    width: 95%;
    margin: 0 auto !important; }

  .form:first-child {
    border-top: none !important; }

  .float-right > .m-top-default,
  .float-right > .m-top-default:first-child {
    margin-top: 10px;
    padding: 0; }

  .m-left-default {
    margin-left: 0; }

  .float-left,
  .float-right {
    float: none !important; }

  .prefcenter-side,
  .other-side {
    display: none; }

  .full-width {
    width: 95% !important; }

  .row {
    width: 95%;
    margin: 15px auto; }

  .checkbox-column-fourths,
  .checkbox-column-half {
    width: 100%;
    margin: 0 auto;
    display: block; }

  .headline {
    line-height: 18px;
    width: 95% !important;
    margin-left: auto;
    margin-right: auto; }

  .headline:first-child {
    width: 92% !important; }
  
  .subheadline {
    width: 95% !important;
    margin: 20px auto; }

  .dropdown-label {
    margin-bottom: 7px;
    margin-top: 0;
    display: block;
    margin-left: 2%; }

  .copy {
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto 30px !important;
    width: 95% !important;
  }
  .larger-copy {
    margin: 15px auto 0;
    width: 95%;
  }
  .smallest-copy {
    margin: -5px 10px 10px 30px;
  }

  .disclaimer {
    width: 100%;
    display: block;
    margin: 15px auto; }

  div.row > p.disclaimer {
    margin: 0px auto 15px !important;
  }

  input[type="text"] {
    border: 1px solid #aaa;
    background: #f9f9f9 !important;
    -webkit-appearance: none !important; }

  input[type="text"].general,
  input[type="text"].zip {
    width: 90% !important;
    float: none;
    margin: 15px auto !important; }

  input[type="text"].general:first-child {
    margin-top: 20px !important; }

  label.checkbox-label {
    background: #f9f9f9;
    width: 100% !important;
    margin: 4px auto 0 !important; }

  input[type="checkbox"] {
    margin: 15px 5px 15px 10px; } 

  div.dropdown {
    background: #fff;
    width: 98% !important;
    margin: 0 0 15px 2px !important;
    display: block; }

   .dropdown { float: left !important; }

  .dropdown:before {
    right: 0.4em;
    top: 50%;
    margin-top: -3px;
    z-index: 999;}

  .dropdown select {
      background: #fff;
      width: 100% !important;
      margin-left: 0 !important; }

      @-moz-document url-prefix() {
      .dropdown:after {
        content: " " !important; } }
        

  input.submit {
    width: 95%;
    display: block;
    max-width: 320px;
    margin: 0 auto 20px !important;
    height: 34px;
    background: url("https://mediacdn.espssl.com/6130/Shared/PrefCenter/smallbutton.png");
    background-size: auto 160px;
    background-position: top center;
    font-size: 13px;
    text-align: center;
    border: 1px solid #7aa8dc; }

  input.submit:hover,
  input.submit:active {
    background-position: top center; }

  a.shop:link,
  a.shop:visited,
  a.shop:hover,
  a.shop:active  {
    padding: 10px 30px;
    margin-top: -10px;
    margin-left: 10px;
    margin-bottom: 30px;
    display: block !important;
    background: url("https://mediacdn.espssl.com/6130/Shared/PrefCenter/smallbutton.png");
    background-size: auto 160px;
    background-position: -10px 0px !important;
    font-size: 13px;
    text-align: center;
    border: 1px solid #7aa8dc; }

  }


