/* Just hide header element for demo page */

.force-hover > .toggled-hover {
    visibility: hidden;
}

.usedQuotePage {
  max-width: 1400px;
  margin: auto;
  padding: 0 3vw;
}

.usedQuotePage h1 {
    font-weight: 400;
    margin: 60px 0 20px;
    text-align: center;
    color: #004387;
}

.used-header {
    padding: 30px 25px;
    background: #D9EAF3;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Steps */

.steps .col1,
.steps .col2 {
    height: 200px;
}

.steps .easy-steps {
    padding-left: 100px;
    position: relative;
    font-size: 60px;
    text-transform: uppercase;
    margin-top:50px;
    color: #004387;
    line-height: 42px;
    letter-spacing: 0;
    font-weight: 600;
}

.steps .easy-steps:before {
    content: "3";
    position: absolute;
    left: 25px;
    top: 17px;
    font-size: 110px;
}

.steps .easy-steps span {
    display: block;
    font-size: 48px;
}

.steps .item {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}
.steps .item svg text {
    font-weight: 600;
}
.steps .item:nth-of-type(1) svg,
.steps .item:nth-of-type(2) svg {
    position: relative;
    left: -30px;
}
.steps .item:nth-of-type(3) svg {
    position: relative;
    left: -15px;
}

.steps .item h2 {
    color: #004387;
    font-size: 1.125rem;
    padding: 0;
    text-transform: initial;
}
.steps .item:nth-of-type(1) h2{
    padding: 0 38px;
}
.steps .item:nth-of-type(2) h2 {
    padding: 0 30px;
}
.steps.layout-30-70 > .col1 {
    padding-right: 3%;
}

/* used-section */
.used-section {
  border-width: 1px;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-top: 0;
  padding: 100px 30px 30px 30px;
  border-color: #ccc;
}

.sell-form h3 {
    color: #004387;
    letter-spacing: 0;
    font-weight: 400;
    margin: 30px;
    position: absolute;
}
.used-add-item {
    color: #004387;
    text-decoration: underline;
    letter-spacing: 0;
    font-size: 14px;
}
.sell-form .button {
    margin: 0 auto 40px;
    display: block;
    background: #5DAC00;
}

.used-item-group-container .used-add-item {
    margin: 0;
    padding: 0;
}

.used-add-item:before {
    display: none;
}

.aweform-35-45-20 > .sib1 {
    padding-right: 0;
}

.used-remove-item {
    text-decoration: underline;
    color: #0084B6;
    font-size: 0.875rem;
    opacity:1;
}
.used-item-group:hover .used-remove-item {
    color: #258cd1;
}
.used-remove-item:before{
    display:none;
}

/* Success */

.success.hidden {
    display: none;
}

.success h3 {
    font-size: 36px;
    color: #38BF72;
    letter-spacing:0;
    margin-bottom: 20px;
    padding-left: 60px;
    line-height: 42px;
}

.success span[data-icon] {
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
}

.success span[data-icon]:before {
    color: #38BF72;
    font-size: 3em;
    position: absolute;
}

.success h4 {
    font-size: 24px;
    font-weight: 400;
    color: #2D2E32;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.success h4 span {
    display: block;
}

.success p {
    font-size: 14px;
    color: #2D2E32;
    letter-spacing: 0;
}

.success p span {
    display: block;
}
.success p a {
    text-decoration: none;
    color: #2D2E32;
}


/* Asside */

.options {
    background: #004387;
    border-radius: 4px;
    padding: 30px 20px;
}
.options * {
    color: #fff;
}
.options p {
    margin-bottom: 1em;
}
.options p:last-of-type {
    margin-bottom: 0;
}
.options a {
    text-decoration: underline;
}
.options a:hover {
    color: #fff;
}
.options h4 {
    padding: 0 10px 20px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 0;
    position: relative;
    margin-bottom: 1.142857142857143em;
}
.options h4 span {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 0;
    border:2px solid #004387;
    font-size:1.25em;
}
.options h4 span:before {
    color: #004387;
    top: 51%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.options p {
    font-size: 16px;
    line-height: 24px;
}
.options p span,
.options p strong {
    display: block;
}
.options p strong {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}


body{background:#fff!important}
.acInput { width: 200px; }
.acResults { padding: 0px; border: 1px solid WindowFrame; background-color: #fff; z-index: 11; max-height:200px;
overflow-y:auto;
-ms-overflow-y: auto;
-ms-overflow-x: visible;
}
.acResults ul { margin: 0px; padding: 0px; list-style-position: outside; list-style: none; }

.acResults ul li { margin: 0px; padding: 2px 5px; cursor: pointer; display: block; font: menu; font-size: 12px; overflow: hidden; }
.acLoading { background : url("/artworks2/tooltipLoading.gif") right center no-repeat; }
.acSelect { background-color: Highlight; color: HighlightText; }
.hideRemoveItem .removeItem{display: none;}



/* Footer */
#footer {
    margin-top: 0;
}

.message.error.used-form-error {
    margin: 0;
    max-width: 100%;
    padding-bottom:20px;
    text-align:center;
}
.widget-content {
    max-width:none;
}


/* !--- rwd large + rwd 940 --- */
@media screen and (min-width:940px) {
}


/* !--- rwd 940 --- */
@media screen and (max-width:940px) {
    .easy {display: none;}
    .easy ~ .col2 {width: 100%;}
    .steps .item:nth-of-type(1) svg, .steps .item:nth-of-type(2) svg {width:65%!important;}
    .steps .item:nth-of-type(1) svg {width:60%!important;}
   .sell-used h1 {font-size:1.25em;padding-left:10%; padding-right:10%;}
    .steps .col1, .steps .col2{height:initial;}
    .steps .pageContent {padding: 0;}
    .steps .item h2 {font-size: 13px;padding: 0 5%;}
    .steps .item:nth-of-type(1) h2 {margin-top:3px;}
    .steps .item:nth-of-type(1) h2, .steps .item:nth-of-type(2) h2 {padding: 0 5px;}
    .steps .item:nth-of-type(1) svg, .steps .item:nth-of-type(2) svg {left:-15%;}
    .steps .item:nth-of-type(3) svg {left:-7%;}
    .options {padding-bottom:0}
    .options h4 {font-size: 18px;padding-bottom: 30px; border-bottom-width:0}
    .options h4 span {display: block;}
    .options .aside-container {display: none;}
    article {padding-right: 10px;padding-left:10px;}
    .aweform-35-45-20 .sib1, .aweform-35-45-20 .sib2, .aweform-35-45-20 .sib3, .aweform-40-40-20 .sib1, .aweform-40-40-20 .sib2:not(.tele) {width: 100%!important; padding-left:0; margin-bottom: 18px; display: block; clear: both;}
    .aweform-40-40-20 .sib2.tele {padding-left: 0; width: 70%}
    .aweform-40-40-20 .sib3 {width: 30%;}
    .sib3 select {display: inline-block; width: auto;}
    .used-section {padding:60px 12px 0 12px;}
    .usedQuotePage h1 {font-size:21px; margin-top: 0;}
    .used-remove-item {float:left;}
    .usedQuotePage .static-content .col1, .usedQuotePage .static-content .col2 {margin: 0; padding: 0;}
}


@media screen and (min-width:940px) and (orientation: landscape) {
    .options .aside-container {display: block!important;}
}
/* !--- Fix for landscape modes --- */
@media screen and (max-width: 599px) {
    .static-content .col1,.static-content .col2{padding-top: 0;}
    .steps .item {width: 100%; padding: 10px 0;}
    .steps .item:nth-of-type(1) svg, .steps .item:nth-of-type(2) svg {left: -5%;}
}

/* !--- rwd extra small --- */
@media screen and (max-width:530px) {
    .steps .item h2 {padding: 0 5px;font-size: 11px;}
}
@media screen and (max-width:320px) {
    .widget-content .aweform-input .subscribe label {font-size:13px;}
}

@media screen and (max-width:1020px) {
    .steps .item h2{font-size:1rem}
}

@media screen and (min-width: 1400px) {
  .usedQuotePage {padding: 0;}
}
