.is-marginless {
  margin: 0 !important; }

.is-small {
  font-size: 0.875rem;
  line-height: 1.2; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden,
[hidden] {
  display: none !important;
  visibility: hidden; }

.sr-only,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  line-height: 1px;
  height: 1px; }

.print-only {
  display: none; }

.fl_left {
  float: left; }

.fl_right {
  float: right; }

.ta_right {
  text-align: right; }

.ta_center {
  text-align: center; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  height: 100%;
  margin: 0; }

.anti-aliased, h1,
h2,
h3,
h4,
h5, .affiliate-account .container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #333; }
  a:hover {
    color: #000; }
  a:focus {
    color: #000;
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  display: block;
  height: 1px;
  outline: 0;
  margin: rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #666; }

h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  margin: 0 0 1rem 0; }

h1 {
  font-size: 1.25rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1.0625rem; }

ul,
ol,
dl {
  margin: 0 0 1.5rem 0; }

p {
  margin: 0 0 1.5rem 0; }

ul {
  list-style: none;
  padding: 0; }

q {
  display: block; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

strong > i,
b > i,
strong > em,
b > em,
i > strong,
i > b,
em > strong,
em > b {
  font-weight: bold;
  font-style: italic; }

.common-btn {
  background: #666;
  display: inline-block;
  font-size: 1.0625rem;
  color: #fff;
  width: auto;
  line-height: 1.2;
  vertical-align: top;
  margin: 0.375rem 0;
  padding: 0.375rem 1.25rem 0.28125rem 1.25rem;
  border: 1px solid #666;
  border-radius: 0.1875rem;
  outline: 0 none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 40rem) {
    .common-btn {
      margin-right: 0.3125rem; } }
  .common-btn:hover {
    background: #000; }

.instructionText {
  padding: 0.3125rem;
  font-size: 1.125rem;
  font-style: normal; }

.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999; }

.affiliate-account form {
  font-size: 0.875rem; }
.affiliate-account .validation {
  color: #cc0000;
  margin-left: 0.125rem; }
.affiliate-account .field-error {
  display: block;
  color: #cc0000;
  font-weight: bold; }
.affiliate-account fieldset {
  margin: 1rem 0; }
  .affiliate-account fieldset legend {
    line-height: 1;
    padding-bottom: 0.3125rem; }
.affiliate-account label {
  display: block;
  font-size: 0.875rem;
  position: relative; }
.affiliate-account textarea {
  background: transparent;
  font-size: inherit;
  min-height: 7.5rem;
  resize: vertical;
  padding: 0.75rem;
  border: solid 1px #666;
  border-radius: 0;
  outline: 0 none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
.affiliate-account input[type="text"],
.affiliate-account input[type="password"],
.affiliate-account input[type="url"],
.affiliate-account input[type="search"],
.affiliate-account input[type="email"],
.affiliate-account input[type="tel"],
.affiliate-account input[type="number"] {
  display: inline-block;
  font-size: inherit;
  min-height: 1.875rem;
  min-width: 10.625rem;
  width: 100%;
  padding: 0 0.5rem;
  border: solid 1px #666;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
.affiliate-account select {
  background: transparent;
  font-size: inherit;
  min-height: 1.875rem;
  width: 100%;
  padding: 0.3125rem 0;
  border: 1px solid #666; }
  @media screen and (min-width: 48rem) {
    .affiliate-account select {
      width: auto; } }
@-moz-document url-prefix() {
  .affiliate-account select {
    text-overflow: ""; } }
.affiliate-account input[type="text"]:focus,
.affiliate-account input[type="password"]:focus,
.affiliate-account input[type="url"]:focus,
.affiliate-account input[type="email"]:focus,
.affiliate-account input[type="tel"]:focus,
.affiliate-account input[type="number"]:focus,
.affiliate-account select:focus {
  outline: 0 none; }
.affiliate-account input[type="submit"] {
  background: #000;
  display: inline-block;
  width: auto;
  height: 1.875rem;
  color: #fff;
  text-align: center;
  padding: 0 0.75rem;
  cursor: pointer; }
.affiliate-account .form-row {
  margin: 0 0 0.75rem 0;
  clear: both; }
  .affiliate-account .form-row:before, .affiliate-account .form-row:after {
    content: "";
    display: table; }
  .affiliate-account .form-row:after {
    clear: both; }
.affiliate-account ::-webkit-input-placeholder {
  color: #000; }
.affiliate-account :-moz-placeholder {
  color: #000; }
.affiliate-account :-ms-input-placeholder {
  color: #000; }
.affiliate-account ::-moz-placeholder {
  color: #000; }
.affiliate-account .login-form label,
.affiliate-account .forgot-password-form label {
  text-align: left; }
.affiliate-account.login div.container {
  margin: 0 auto; }
  .affiliate-account.login div.container div.dialog {
    border: 0;
    width: auto; }
.affiliate-account.login form input[type="text"],
.affiliate-account.login form input[type="password"],
.affiliate-account.login form input#password {
  width: 300px; }
.affiliate-account.login form span {
  display: block; }

.callout {
  background: #f1f1f1;
  font-size: 0.875rem;
  width: 100%;
  position: relative;
  margin: 0.75rem auto 1.25rem auto;
  padding: 0.75rem;
  border: 1px solid #000; }
  .callout p {
    margin: 0.75rem 0; }

.affiliate-account .wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
.affiliate-account .main-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0.75rem; }
.affiliate-account #pageWrapper {
  max-width: none; }
.affiliate-account .container {
  position: relative;
  clear: both;
  padding: 1rem 0; }
  @media screen and (min-width: 48rem) {
    .affiliate-account .container {
      margin-left: auto;
      margin-right: auto; } }
  .affiliate-account .container:before, .affiliate-account .container:after {
    content: "";
    display: table; }
  .affiliate-account .container:after {
    clear: both; }

.grid-row .grid {
  display: block;
  position: relative; }
.grid-row:before, .grid-row:after {
  content: "";
  display: table; }
.grid-row:after {
  clear: both; }

@media screen and (min-width: 48rem) {
  .grid {
    float: left; }
    .grid.grid_right {
      float: right; }

  .grid_1 {
    width: 6.86666666667%; }

  .grid_2 {
    width: 15.3333333333%; }

  .grid_3 {
    width: 23.8%; }

  .grid_4 {
    width: 32.2666666667%; }

  .grid_5 {
    width: 40.7333333333%; }

  .grid_6 {
    width: 49.2%; }

  .grid_7 {
    width: 57.6666666667%; }

  .grid_8 {
    width: 66.1333333333%; }

  .grid_9 {
    width: 74.6%; }

  .grid_10 {
    width: 83.0666666667%; }

  .grid_11 {
    width: 91.5333333333%; }

  .grid_12 {
    width: 100%;
    margin-left: 0; } }
.affiliate-account .header {
  background: #f1f1f1;
  width: 100%;
  min-height: 3.125rem;
  text-align: center; }
  @media screen and (min-width: 48rem) {
    .affiliate-account .header {
      text-align: left; } }
  .affiliate-account .header:before, .affiliate-account .header:after {
    content: "";
    display: table; }
  .affiliate-account .header:after {
    clear: both; }

.affiliate-account .footer {
  background: #f1f1f1;
  min-height: 3.125rem;
  width: 100%;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem; }
  @media screen and (min-width: 48rem) {
    .affiliate-account .footer {
      text-align: left; } }

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