/*
Trade-In App for PowersportsTV
v1.0
*/

/* WEBFONTS */


/* @NOTE Helvetica fonts are in CSS file from Fonts.com; see the head of each HTML file */

@font-face {
  font-family: 'entypo';
  src: url('../fonts/entypo.eot?p9yp5w');
  src: url('../fonts/entypo.eot?p9yp5w#iefix') format('embedded-opentype'), url('../fonts/entypo.ttf?p9yp5w') format('truetype'), url('../fonts/entypo.woff?p9yp5w') format('woff'), url('../fonts/entypo.svg?p9yp5w#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GENERIC LAYOUT CLASSES */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
}
.no-flexbox .wrapperFlex {
  display: block;
}
.wrapperFlex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapperFlex .elementWrapper, .wrapperFlex .element {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.wrapperFlex .elementWrapper + .elementWrapper, .wrapperFlex .elementWrapper + .element,
.wrapperFlex .element + .element, .wrapperFlex .element + .elementWrapper {
  margin-left: 20px;
}
.wrapperInline {
  width: 100%;
}
.wrapperInline .elementWrapper, .wrapperInline .element {
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
.wrapperInline .elementWrapper:last-of-type, .wrapperInline .element:last-of-type {
  margin-right: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.alignCenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.inlineElement {
  display: inline !important;
}
.isLink, .isPointer {
  cursor: pointer;
}
.imgWrapper {
  margin: 0;
  padding: 0;
}
.imgWrapper img, .imgWrapper .img {
  display: block;
  height: auto;
  width: 100%;
}
.noList, .noList li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* SITE BASE STYLES */

body {
  background: white;
 // background: black;
  color: #333;
  font-family: "Helvetica W01", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;

}
.wrapper {
  margin: 0 auto -66px;
  max-width: 600px;
  overflow: visible;
  padding: 18px;
  position: relative;

}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p, li {
  font-size: 16px;
  font-size: 1rem;
}
p {
  -ms-word-break: normal;
  -ms-word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: 'liga', 'dlig';
  -moz-font-feature-settings: 'liga=1, dlig=1';
  -ms-font-feature-settings: 'liga', 'dlig';
  -o-font-feature-settings: 'liga', 'dlig';
  font-feature-settings: 'liga', 'dlig';
}
a, .isLink {
  color: #00acf1;
}
a:hover, .isLink:hover {
  color: black;
}
.icon {
  font-family: 'entypo';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.icon-arrow:before {
    content: "\25be";
}
.icon-plus:before {
    content: "\2795";
}
.icon-cancel:before {
    content: "\2715";
}
.icon-lock:before {
    content: "\1f512";
}
.legal {
  color: #999;
  font-size: 9px;
  line-height: 1;
  padding-top: 20px;
  text-align: justify;
}
.legal a, .legal .isLink {
  color: black;
  text-decoration: underline;
}
.legal a:hover, .legal a:focus, .legal .isLink:hover, .legal .isLink:focus {
  color: black;
}


.consent {
  color: #999;
  //font-size: 11px;
  font-family: "Helvetica W01", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 70%;  
  //line-height: 1;
  //padding-top: 20px;
  text-align: justify;
}
.consent a, .consent .isLink {
  //color: black;
  color: #999;
  text-decoration: underline;
}
.consent a:hover, .consent a:focus, .consent .isLink:hover, .consent .isLink:focus {
  //color: black;
    color: blue;

}


#secure {
  font-size: 12px;
  margin: 12px -3% 13px;
  text-align: center;
  width: 106%;
}
#secure .icon {
  color: #ffcc25;
}
form, article {
  background-color: #f3f3f2;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 22px;
  position: relative;
}
.formHeader, .articleHeader {
  color: #333;
  padding: 15px 4px;
}
.formHeader .heading, .articleHeader .heading {
  font-size: 24px;
  font-weight: 700;
}
.formHeader .imgWrapper, .articleHeader .imgWrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 114px;
}
.formContent aside, article section {
  background: white;
  border-radius: 7px;
  font-weight: 100;
  margin: 5px 5px 30px 5px;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  padding: 20px;
}
article section:last-of-type {
  margin-bottom: 50px;
}
.formContent aside .heading, .formContent aside p {
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
  margin: 0;
  padding: 0 0 5px 0;
}
.sectionHeader {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sectionHeader p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 5px 0;
}
section .wrapperFlex .elementWrapper {
  width: calc(100% - 180px);
}
section .imgWrapper {
  margin: 5px 0 20px 20px;
  width: 180px;
}
section .heading {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
section .subheading {
  font-weight: 200;
  padding: 0 0 10px 0;
}

/* BUTTON STYLES */

button, [type=button], [type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=submit]:hover, [type=submit]:focus {
  outline: none;
}
.btnDefault, .btnCTA {
  border-radius: 7px;
  display: block;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.btnDefault:hover, .btnCTA:hover {
  opacity: 0.8;
}
a.no_underline:hover {
  text-decoration: none;
}
.btnDefault {
  background-color: white;
  border: 3px solid #00acf1;
  color: #00acf1;
}
.btnDefault:hover {
  background-color: #00acf1;
  color: white;
}
.btnCTA {
  background-color: #00acf1;
  //nadablue   background-color: #021F5F;

  color: white;
  font-size: 24px;
  font-weight: 700;
  -moz-transition: all, 0.3s, ease;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}
.btnCTA:hover {
  color: white;
}

/* FORM + INPUT STYLES */

.formContent .heading {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.formContent .heading + .wrapperFlex {
  margin-top: 24px;
}
.formContent dl {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.formContent dl .formElementWrapper {
  margin: 0;
  padding: 0;
}
.formContent dt, .formContent dd {
  margin-left: 0!important;
  margin-bottom: 5px;
}
.formContent dt {
  width: 70%;
}
.formContent dd {
  font-weight: 700;
  text-align: right;
  width: 30%;
}
.formContent .optionsTotal {
  border-top: solid 1px #ccc;
  font-weight: 700;
  margin-top: 20px;
  padding-top: 10px;
  text-align: right;
}
.formContent aside a {
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], input[type=checkbox], input[type="textarea"], textarea, .selectWrapper select {
  background-color: white;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], input[type=checkbox], input[type="textarea"], textarea {
  border: 4px solid #eaeaea;
  border-radius: 4px;
}
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="textarea"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}
input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="textarea"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="textarea"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
}
input[type="email"]::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="text"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="color"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="datetime"]:focus::-moz-placeholder, input[type="datetime-local"]:focus::-moz-placeholder, input[type="month"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, input[type="textarea"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.4;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type="email"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="color"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="datetime"]:focus::-webkit-input-placeholder, input[type="datetime-local"]:focus::-webkit-input-placeholder, input[type="month"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder, input[type="textarea"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type="email"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="text"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="color"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="datetime"]:focus:-ms-input-placeholder, input[type="datetime-local"]:focus:-ms-input-placeholder, input[type="month"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, input[type="textarea"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type=checkbox] {
  margin: 0 10px 0 0;
  padding: 10px;
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  vertical-align: middle;
}
input[type=checkbox] ~ label {
  vertical-align: middle;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formElementWrapper {
  padding: 5px 5px 20px;
}
.formElementWrapper label + label {
  margin-left: 18px;
}
.formElement {
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
}
textarea.formElement {
  font-size: 12px;
  font-weight: 400;
  min-height: 100px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.formElement:focus {
  outline: none;
}
.formElement, .selectWrapper {
  height: 44px;
}
.formElement, .formElementWrapper, .selectWrapper {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.selectWrapper {
  font-size: 16px;
  height: 42px;
  position: relative;
}
.selectWrapper .selectArrow {
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}
.selectWrapper .selectArrow .icon {
  font-weight: bold;
}
.selectWrapper select {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 4px solid #eaeaea;
  border-radius: 4px;
  height: 100%;
  margin: none;
  padding: 0 24px 0 15px;
  width: 100%;
}
.selectWrapper select, .selectWrapper .selectArrow {
  color: #666;
}
.selectWrapper select::-ms-expand {
  display: none;
}
.selectWrapper, .selectWrapper select {
  cursor: pointer;
}
.formElementWrapper.fileInputWrapper {
  padding-bottom: 5px;
}
.formElementWrapper.fileInputWrapper:last-of-type {
  padding-bottom: 20px!important;
}
.fileInputWrapper label {
  margin: 0;
}
.fileInputWrapper span, .fileInputWrapper .btnCTA {
  line-height: 44px;
}
.fileInputWrapper span {
  margin-right: 20px;
  white-space: nowrap;
}
.fileInputWrapper .btnCTA {
  font-size: 16px;
  min-width: 70px;
}
#uploads li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  min-width: 75px;
}
#uploads li + li {
  margin-left: 16px;
}
#uploads .imgWrapper {
  display: inline-block;
  position: relative;
}
#uploads img {
  border-radius: 7px;
  height: 90px;
  max-height: 90px;
  width: 90px;
  max-width: 90px;
}
#uploads .removeItem {
  background: white;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  color: #444;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 20px;
  width: 20px;
}
#uploads .removeItem:hover {
  color: #00acf1;
}
#uploads .fileInputWrapper, #uploads .btnDefault {
  line-height: 1.5;
  height: 90px;
  width: 90px;
}
#uploads .btnDefault {
  padding-top: 12px;
}
#contactInfo .element:first-of-type {
  width: 40%;
}
#contactInfo .element {
  width: 30%;
}
.formElementWrapper.elementDisabled, .selectWrapper.elementDisabled {
  opacity: 0.4;
}
#submit {
  margin-top: 0;
}
section + #submit {
  margin-bottom: 30px;
}
.field-validation-error {
  background-color: rgba(255, 204, 37, 0.35);
  padding: 3px 6px;
}
hr.light {
  background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  border: 0;
  height: 1px;
  margin: 10px 0;
}
.optionsList li {
  font-size: 10px;
  text-transform: uppercase;
}
.wrapperPills {
  display: block;
  text-align: right;
}
.wrapperPillsCenter {
  display: block;
  text-align: center;
}
.wrapperPills .pill + .pill {
  margin-left: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.pill {
  background: #eaeaea;
  border-radius: 4px;
  color: #999;
  display: inline-block;
  font-weight: 700;
  line-height: 34px;
  padding: 0 10px!important;
  text-align: center;
}
.pill span {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
#optionsPill {
  float: right;
}
.pillHighlight {
  background: #59b200;
  color: white;
}
.iframeWrapper {
  margin: 0 0 20px 20px;
  width: 220px!important;
}
@media only screen and (max-width:349px) {
  .formHeader .heading, .articleHeader .heading {
    font-size: 19px;
  }
  #replaceWith label {
    display: block;
    width: 100%;
  }
  #replaceWith label + label {
    margin-left: 0;
  }
  .btnCTA {
    font-size: 22px;
  }
}
@media only screen and (max-width:419px) {
  .formHeader .imgWrapper, .articleHeader .imgWrapper {
    width: 75px;
  }
  .formHeader .imgWrapper img, .articleHeader .imgWrapper img {
    height: auto;
    width: 100%!important;
  }
}
@media only screen and (max-width:449px) {
  section .wrapperFlex {
    display: block;
  }
  section .wrapperFlex .element, section .wrapperFlex .elementWrapper {
    width: 100%;
  }
  section .iframeWrapper, section .iframeWrapper iframe {
    width: 100%!important;
  }
  section .wrapperFlex .elementWrapper + .elementWrapper, section .wrapperFlex .elementWrapper + .element, section .wrapperFlex .element + .element, section .wrapperFlex .element + .elementWrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width:458px) {
  .wrapperPills .pill {
    display: block;
    margin-right: auto;
    margin-left: auto!important;
    width: 90%;
  }
  .wrapperPills .pill + .pill {
    margin-top: 9px;
  }
}
@media only screen and (min-width:459px) and (max-width:480px) {
  .wrapperPills .pill + .pill {
    margin-left: 3px;
  }
}
@media only screen and (max-width:469px) {
  #uploads.wrapperFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #uploads li + li {
    margin-top: 9px;
    margin-left: 0;
  }
  #uploads .fileInputWrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width:499px) {
  .wrapperFlex.contactDetails {
    display: block;
  }
  .wrapperFlex.contactDetails .formElement {
    margin-left: 0;
    width: 100%!important;
  }
}
@media only screen and (max-width:579px) {
  #uploads.wrapperFlex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width:590px) {
  .formHeader .imgWrapper.elementWrapper, .articleHeader .imgWrapper.elementWrapper {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #secure {
    font-size: 11px;
  }
}

@media only screen and (max-width:500px) {
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], input[type=checkbox], input[type="textarea"], textarea, .selectWrapper select {
        font-size: 1em!important;
    }
}


#upload_input{ position: fixed; top: -1000px;}
#upload_progress{height:5px; width:0px;margin-top: 5px; background-color: #00acf1}
.wrapperFlex
{
    /*display: flex;
    justify-content: center;
    */
}
/*
.elementWrapper{
    float:left;
    height: 90px;
}
*/
.removeItem{
    cursor:pointer;
}

/* @NOTE Turn off X in IE to clear fields.  Conflicting with phone field */

input::-ms-clear
{
    display: none;
}
