#tabs,
.page-registration-form .registration .step#step-one .tryout-select,
.page-shop .shop-content,
.page-shop .shop-content .items,
.page-shop .shop-content .items .item .button-wrap {
    *zoom: 1;
}

#tabs:before,
.page-registration-form .registration .step#step-one .tryout-select:before,
.page-shop .shop-content:before,
.page-shop .shop-content .items:before,
.page-shop .shop-content .items .item .button-wrap:before,
#tabs:after,
.page-registration-form .registration .step#step-one .tryout-select:after,
.page-shop .shop-content:after,
.page-shop .shop-content .items:after,
.page-shop .shop-content .items .item .button-wrap:after {
    content: " ";
    display: table;
}

#tabs:after,
.page-registration-form .registration .step#step-one .tryout-select:after,
.page-shop .shop-content:after,
.page-shop .shop-content .items:after,
.page-shop .shop-content .items .item .button-wrap:after {
    clear: both;
}

/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

a img {
    border: none;
}

abbr {
    color: #ee1c24;
    border-bottom: 1px dotted #ee1c24;
}

div,
nav,
footer,
header {
    position: relative;
}

form input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font: 18px/2 "franklin-gothic-urw", Helvetica, sans-serif;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    body {
        font: 16px/1.6 "franklin-gothic-urw", Helvetica, sans-serif;
    }
}

p {
    margin: 20px 0;
}

a:not(.toggle-nav) {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    text-decoration: none;
}

a:not(.toggle-nav):hover {
    text-decoration: underline;
}

sup {
    font-size: 50%;
}

h1,
h2,
h3 {
    line-height: 1;
    letter-spacing: -1px;
}

h1 {
    font-size: 54px;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 42px;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 32px;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    h3 {
        font-size: 20px;
    }
}

.cta.filled {
    color: #fff !important;
    line-height: 58px;
    padding: 0 30px;
    text-decoration: none !important;
    display: inline-block;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .cta.filled {
        font-size: 16px;
        line-height: 32px;
        padding: 8px 24px;
    }
}

.cta.filled.red {
    background: #c6191a;
}

.cta.filled.red:hover {
    background: #212121;
}

.cta.filled.black {
    background: #212121;
}

.cta.filled.black:hover {
    background: #c6191a;
}

.cta.filled.dark-grey {
    background: #525252;
}

.cta.filled.dark-grey:hover {
    background: #212121;
}

.cta.filled.light-grey {
    background: rgba(117, 117, 117, 0.9);
}

.cta.filled.light-grey:hover {
    background: #757575;
}

.cta.filled:hover {
    text-decoration: none;
}

.cta.arrow {
    position: relative;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    padding-right: 50px;
    display: inline-block;
}

.cta.arrow:after {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.cta.arrow.white {
    color: #fff;
}

.cta.arrow.white:after {
    background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
}

.cta.arrow.red {
    color: #c6191a;
}

.cta.arrow.red:after {
    background: url(../images/ui-icon-chevron-right-dark-grey.svg) no-repeat center center;
}

.cta.arrow.dark-grey {
    color: #525252;
}

.cta.arrow.dark-grey:after {
    background: url(../images/ui-icon-chevron-right-dark-grey.svg) no-repeat center center;
}

.cta.arrow.black {
    color: #212121;
}

.cta.arrow.black:after {
    background: url(../images/ui-icon-chevron-right-black.svg) no-repeat center center;
}

.cta.arrow:hover {
    text-decoration: none;
}

a[title=cta-red] {
    color: #fff !important;
    line-height: 58px;
    padding: 0 30px;
    text-decoration: none !important;
    display: inline-block;
    margin-right: 20px;
    background: #c6191a;
}

a[title=cta-red]:hover {
    background: #212121;
}

a[title=cta-grey] {
    color: #fff !important;
    line-height: 58px;
    padding: 0 30px;
    text-decoration: none !important;
    margin-right: 20px;
    display: inline-block;
    background: #525252;
}

a[title=cta-grey]:hover {
    background: #212121;
}

.back-btn {
    color: white;
    text-decoration: none;
    font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    z-index: 1000;
    padding-left: 30px;
    position: relative;
}

.back-btn:hover {
    text-decoration: none;
}

.back-btn:before {
    content: '';
    background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.diamond {
    display: block;
    width: 12vw;
    height: 12vw;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6vw 0 0 -6vw;
    z-index: 200;
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.diamond h4 {
    top: 50%;
    width: 80%;
    left: 10%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 22px;
}

.diamond:before {
    content: '';
    width: 13vw;
    height: 13vw;
    display: block;
    visibility: hidden;
    top: -0.5vw;
    left: -0.5vw;
    background: transparent;
    z-index: -1;
    position: absolute;
    border: 1vw solid #212121;
    opacity: 0.4 !important;
    filter: alpha(opacity=40 !important) !important;
    -webkit-transform: rotate(45deg) scale(0.9);
    -moz-transform: rotate(45deg) scale(0.9);
    -ms-transform: rotate(45deg) scale(0.9);
    -o-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
    -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.diamond:after {
    content: '';
    width: 12vw;
    height: 12vw;
    display: block;
    left: 0;
    top: 0;
    background: #c6191a;
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.diamond a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
}

@media (max-width: 1024px) {
    .diamond {
        width: 130px;
        height: 130px;
        margin: -65px 0 0 -65px;
    }

    .diamond h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .diamond:before {
        width: 140px;
        height: 140px;
        border-width: 10px;
        top: -5px;
        left: -5px;
    }

    .diamond:after {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .diamond {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }

    .diamond h4 {
        font-size: 14px;
        line-height: 1.2;
    }

    .diamond:before {
        width: 110px;
        height: 110px;
        border-width: 10px;
        top: -5px;
        left: -5px;
    }

    .diamond:after {
        width: 100px;
        height: 100px;
    }
}

.s-active .diamond,
.init .diamond {
    opacity: 1 !important;
    filter: alpha(opacity=100 !important) !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-active .diamond:after,
.init .diamond:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.s-active .diamond:before,
.init .diamond:before {
    visibility: visible;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background: #fff;
    margin: 0 auto;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
}

::selection {
    background: #c6191a;
    color: white;
}

::-moz-selection {
    background: #c6191a;
    color: white;
}

#tabs {
    border: 2px solid #c6c6c6;
    border-radius: 3px;
    z-index: 2;
    margin-bottom: 30px;
    /*@include breakpoint(tablet){ a{ padding: 15px 0; } }*/
}

#tabs a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #c6c6c6;
    border-radius: 3px;
    padding: 5px 0;
    border: 2px white solid;
}

#tabs a:hover {
    background: #c6c6c6;
    color: white;
    text-decoration: none;
}

#tabs a.active {
    background-color: #c6191a;
    color: white;
    cursor: default;
}

/* qTip2 - Pretty powerful tooltips - v2.2.1 http://qtip2.com Copyright (c) 2014 Released under the MIT licenses http://jquery.org/license Date: Sat Sep 6 2014 08:21 EDT-0400 Plugins: None Styles: core */
.custom-tip {
    background: white !important;
    border: 1px solid #dddddd !important;
    color: #727272 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 30px !important;
    max-width: 300px !important;
    box-shadow: 0 5px 5px #888888 !important;
}

.custom-tip p {
    margin: 0;
}

.custom-bio-tip {
    background: black !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 0px !important;
    z-index: 100 !important;
    box-shadow: 0 5px 5px #888888 !important;
}

.custom-bio-tip img {
    width: 200px !important;
    height: 200px !important;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.custom-bio-tip p {
    margin: 0;
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    /* Overlap .qtip-tip */
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555;
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93;
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .custom-tip {
        font-size: 13px !important;
        line-height: 1.4 !important;
        padding: 15px !important;
        max-width: 300px !important;
    }
}

/************************************
          MINIMALECT 0.9
  A minimalistic select replacement

 jQuery 1.7+ required.
 Developed by @groenroos
 http://www.groenroos.fi

 Github: http://git.io/Xedg9w

 Licensed under the MIT license.

************************************/
html:not(.smil) .minict_wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.minict_wrapper {
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    color: #969696;
    background: #f5f5f5;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 2px solid #dadada;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.minict_wrapper.disabled {
    background: #f5f5f5;
    text-shadow: 0 1px 0 #fff;
}

.minict_wrapper.disabled span {
    color: #bbb !important;
}

.minict_wrapper:after {
    content: '';
    background: url(../images/ui-icon-chevron-down-black.svg) no-repeat right top;
    -webkit-background-size: 17px auto !important;
    -moz-background-size: 17px auto !important;
    -o-background-size: 17px auto !important;
    background-size: 17px auto !important;
    display: block;
    position: absolute;
    height: 17px;
    width: 17px;
    top: 50%;
    margin-top: -4px;
    right: 17px;
}

.minict_wrapper.active:after {
    content: '';
    background: url(../images/ui-icon-chevron-up-black.svg) no-repeat right top;
    -webkit-background-size: 17px auto !important;
    -moz-background-size: 17px auto !important;
    -o-background-size: 17px auto !important;
    background-size: 17px auto !important;
}

.minict_wrapper.disabled:after {
    color: #bbb;
}

.minict_wrapper span {
    display: block;
    border: 0;
    outline: none;
    background: none;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    color: #969696;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.5rem;
    cursor: default;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.minict_wrapper span:empty:before {
    content: attr(data-placeholder);
    color: #969696;
    line-height: 23px;
    line-height: 1.5rem;
}

.minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -3px;
    position: absolute;
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #dadada;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 43px;
    background: #f5f5f5;
    left: 1px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 999999;
}

.minict_wrapper ul li {
    list-style: none;
    font-size: 1rem;
    padding: 0 10px;
    padding: 0 0.7rem;
    cursor: pointer;
    background: #f5f5f5;
    height: 35px;
    height: 2.2rem;
    line-height: 32px;
    line-height: 2rem;
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .minict_wrapper ul li {
        font-size: .9rem;
        height: 30px;
        height: 2rem;
    }
}

.minict_wrapper ul li:hover {
    background: #fcfcfc;
    color: #111;
}

.minict_wrapper ul li.minict_group {
    color: #444;
    background: #f6f6f6;
    font-weight: bold;
    cursor: default;
}

.minict_wrapper ul li.minict_empty {
    display: none;
    background: #fff !important;
    color: #bbb;
    text-align: center;
    font-size: 14px;
    font-size: 0.9rem;
    height: 55px;
    height: 3.5rem;
    line-height: 50px;
    line-height: 3.3rem;
}

.minict_wrapper ul li.disabled {
    cursor: default;
    background: #fff !important;
    color: #bbb;
}

.minict_wrapper ul li.selected {
    color: #b1b1b1;
}

.minict_wrapper ul li.highlighted {
    color: #fff;
    background: #b1b1b1;
}

.minict_wrapper ul li.hidden {
    display: none;
}

.minict_wrapper .minict_reset {
    display: none;
    width: 18px;
    height: 18px;
    background: #969696;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border-radius: 2px;
    position: absolute;
    right: 16px;
    top: 50%;
    color: #fff;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

.minict_wrapper .minict_reset:hover {
    background-color: #555;
}

.minict_wrapper.disabled .minict_reset {
    display: none;
}

.page-cart {
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page-cart .registration {
    height: auto;
    display: block;
    padding: 0;
}

.page-cart .registration#top {
    padding: 80px 0 0;
}

.page-cart .cart.errors .buttons .warning {
    display: block;
}

.page-cart .cart.errors .error {
    border-color: #c6191a;
}

.page-cart #step-line {
    width: 80%;
    height: 80px;
    margin: 0 0 65px 20%;
    border-bottom: 2px dotted #c6191a;
}

.page-cart #step-line #step-circle {
    height: 105px;
    width: 105px;
    background: #c6191a;
    position: absolute;
    left: -105px;
    top: 24px;
    text-align: center;
    padding: 25px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-cart #step-line #step-circle img {
    height: 50px;
    width: auto;
}

.page-cart .reg-content {
    width: 65%;
    margin: 0 10% 0 25%;
    color: #333333;
    display: inline-block;
}

.page-cart .reg-content #step-count .mark {
    width: 59px;
    height: 18px;
    background: url(../images/ui-icon-step-mark-next.svg) no-repeat center center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
}

.page-cart .reg-content #step-count .mark.active {
    background: url(../images/ui-icon-step-mark-active.svg) no-repeat center center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-cart .reg-content #step-count .mark.past {
    background: url(../images/ui-icon-step-mark-past.svg) no-repeat center center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-cart .reg-content #step-count .number {
    height: 18px;
    width: 23px;
    text-indent: -9999px;
    display: inline-block;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-position: center;
}

.page-cart .reg-content #step-count .number.one {
    background: url(../images/stencil-digits-1.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-cart .reg-content #step-count .number.two {
    background: url(../images/stencil-digits-gray-2.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-cart .reg-content #step-count .number.two.red {
    background: url(../images/stencil-digits-2.svg) no-repeat;
}

.page-cart .reg-content #step-count .number.three {
    background: url(../images/stencil-digits-gray-3.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-cart .reg-content #step-count .number.three.red {
    background: url(../images/stencil-digits-3.svg) no-repeat;
}

.page-cart .reg-content #step-count .number.four {
    background: url(../images/stencil-digits-gray-4.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-cart .reg-content #step-count .number.four.red {
    background: url(../images/stencil-digits-4.svg) no-repeat;
}

.page-cart .reg-content h1 {
    color: #4cafd4;
    margin: 40px 0 0;
}

.page-cart .reg-content h1 strong {
    font-weight: 600;
}

.page-cart .reg-content h3 strong {
    color: #c6191a;
    font-weight: 600;
}

.page-cart .reg-content #required {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 15px;
    color: #999;
    text-decoration: none;
}

.page-cart .reg-content #reg-trouble {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 15px;
    color: #212121;
    text-decoration: underline;
    font-weight: 600;
}

.page-cart .reg-content .col:first-child {
    width: 60%;
    float: left;
}

.page-cart .reg-content .col:first-child h3:first-child strong {
    color: #212121;
}

.page-cart .reg-content .col:first-child h4 {
    font-size: 18px;
    color: #898989;
    width: 100%;
    padding: 0 0 35px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}

.page-cart .reg-content .col:first-child table {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #0c0c0c;
}

.page-cart .reg-content .col:first-child table tr {
    height: 70px;
    border-bottom: 1px solid #dadada;
}

.page-cart .reg-content .col:first-child table tr:first-child {
    border-bottom: 0;
}

.page-cart .reg-content .col:first-child table tr:first-child td {
    font-size: 20px;
    color: #969696;
    font-weight: 400;
    padding-right: 20px;
}

.page-cart .reg-content .col:first-child table tr a.change {
    color: #4cafd4;
    text-decoration: underline;
}

.page-cart .reg-content .col:first-child .fast-catch {
    width: 100%;
    height: 80px;
    padding: 30px 20px;
    background-color: #e6f3f9;
}

.page-cart .reg-content .col:first-child .fast-catch:after {
    content: '';
    height: 24px;
    width: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #e6f3f9;
    position: absolute;
    left: 24px;
    bottom: -12px;
}

.page-cart .reg-content .col:first-child .fast-catch input[type="checkbox"] {
    margin-top: -6px;
    background-color: white;
}

.page-cart .reg-content .col:first-child .fast-catch p {
    float: left;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.page-cart .reg-content .col:first-child .fast-catch a {
    color: #c6191a;
    text-decoration: underline;
}

.page-cart .reg-content .col:first-child .after-fc {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.3;
}

.page-cart .reg-content .col:first-child .promo-total {
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    height: 190px;
    margin: 0 0 40px;
}

.page-cart .reg-content .col:first-child .promo-total .promo {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 20px 0 0;
}

.page-cart .reg-content .col:first-child .promo-total .promo .promo-title {
    font-weight: 600;
    font-size: 16px;
    float: left;
    width: 100%;
}

.page-cart .reg-content .col:first-child .promo-total .promo input#promo,
.page-cart .reg-content .col:first-child .promo-total .promo input#promo_code {
    width: 60%;
    margin: 0 20px 20px 0;
}

.page-cart .reg-content .col:first-child .promo-total .promo input#submit-promo {
    width: 25%;
    background: #959595;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    padding: 10px 0;
    border: none;
    float: left;
    cursor: pointer;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    -webkit-transform: 0.2s ease-in-out;
    -moz-transform: 0.2s ease-in-out;
    -ms-transform: 0.2s ease-in-out;
    -o-transform: 0.2s ease-in-out;
    transform: 0.2s ease-in-out;
}

.page-cart .reg-content .col:first-child .promo-total .promo input#submit-promo:hover {
    background: #333;
}

.page-cart .reg-content .col:first-child .promo-total .promo p {
    font-size: 14px;
    color: #898989;
    line-height: 1.3;
    margin: 0;
    display: inline-block;
    clear: left;
}

.page-cart .reg-content .col:first-child .promo-total .total {
    width: 40%;
    height: 100%;
    display: inline-block;
    float: left;
    background: #f7f7f7;
    padding: 20px 0 0 20px;
    font-size: 14px;
    font-weight: 600;
}

.page-cart .reg-content .col:first-child .promo-total .total span {
    float: left;
    width: 80px;
}

.page-cart .reg-content .col:first-child .promo-total .total span.clear {
    clear: left;
}

.page-cart .reg-content .col:first-child .promo-total .total .ttl {
    font-size: 18px;
}

.page-cart .reg-content .col:first-child .promo-total .total .ttl .ttl-price {
    font-size: 18px;
    color: #56b0d4;
}

.page-cart .reg-content .col:first-child .billing {
    float: left;
}

.page-cart .reg-content .col:first-child .billing h3 {
    margin-bottom: 20px;
}

.page-cart .reg-content .col:first-child .billing h3:first-child strong {
    color: #c6191a;
}

.page-cart .reg-content .col:first-child .billing img.cc-cards {
    position: absolute;
    top: 0;
    left: 280px;
}

.page-cart .reg-content .col:first-child .shipping {
    float: left;
}

.page-cart .reg-content .col:first-child .shipping h3:first-child {
    float: left;
    clear: left;
}

.page-cart .reg-content .col:first-child .shipping h3:first-child strong {
    clear: left;
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
    color: #c6191a;
}

.page-cart .reg-content .col:first-child .shipping #same-as {
    display: inline-block;
    padding: 38px 0 0 30px;
    color: #898989;
    float: left;
    line-height: 1;
}

.page-cart .reg-content .col:first-child .shipping #same-as input[type="checkbox"] {
    margin: -5px 10px 0 0;
}

.page-cart .reg-content .col:nth-child(2) {
    width: 40%;
    float: left;
}

.page-cart .reg-content .col:nth-child(2) .player-details {
    padding: 30px;
    margin: 70px 0 0 15%;
    width: 85%;
    background: #f7f7f7;
}

.page-cart .reg-content .col:nth-child(2) .player-details h3 {
    margin: 0 0 30px;
}

.page-cart .reg-content .col:nth-child(2) .player-details a.change {
    position: absolute;
    top: 33px;
    right: 30px;
    text-decoration: underline;
    color: #4cafd4;
}

.page-cart .reg-content .col:nth-child(2) .player-details span {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.2;
    display: inline-block;
}

.page-cart .reg-content .col:nth-child(2) .player-details span.left {
    width: 40%;
    color: #898989;
}

.page-cart .reg-content .col:nth-child(2) .player-details span.right {
    width: 40%;
    color: #212121;
}

.page-cart #step-one .col {
    width: 100%;
}

.page-cart #step-one .cta a:after {
    display: none;
}

.page-cart select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 50px;
    border: 3px solid #e4e4e4;
    background: #fff;
    padding: 0 20px 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0 0 5px;
    position: relative;
    outline: none;
    background: white url("../images/ui-icon-chevron-down-black.svg") no-repeat 95% center;
    -webkit-background-size: 14px auto !important;
    -moz-background-size: 14px auto !important;
    -o-background-size: 14px auto !important;
    background-size: 14px auto !important;
}

.page-cart select.valid {
    background: white url(../images/ui-icon-checkbox-checked.svg) no-repeat 95% center;
}

.page-cart select.error {
    background: white url(../images/ui-icon-alert-gray.svg) no-repeat 95% center;
}

.page-cart select::-ms-expand {
    display: none;
}

.page-cart select.disabled {
    opacity: 0.5 !important;
    filter: alpha(opacity=50 !important) !important;
}

.page-cart select.border {
    border-color: #c6191a;
    background: white url(../images/ui-icon-alert-gray.svg) no-repeat 95% center;
}

.page-cart select::-ms-clear {
    display: none;
}

.page-cart input[type="text"],
.page-cart input[type="email"] {
    width: 100%;
    margin: 5px 5% 5px 0;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 3px solid #e4e4e4;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
    color: #212121;
    outline: none;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    background: white no-repeat right 1em bottom -200px url("../images/ui-icon-checkbox-checked.svg");
    -webkit-background-size: 14px auto !important;
    -moz-background-size: 14px auto !important;
    -o-background-size: 14px auto !important;
    background-size: 14px auto !important;
}

.page-cart input[type="text"].full,
.page-cart input[type="email"].full {
    width: 95%;
}

.page-cart input[type="text"].valid,
.page-cart input[type="email"].valid {
    background-position: right 1em center;
}

.page-cart input[type="text"].error,
.page-cart input[type="email"].error {
    background: white no-repeat right 1em center url("../images/ui-icon-alert-gray.svg");
    -webkit-background-size: 20px auto !important;
    -moz-background-size: 20px auto !important;
    -o-background-size: 20px auto !important;
    background-size: 20px auto !important;
}

.page-cart input[type="checkbox"] {
    float: left;
    margin: 15px 3% 30px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: checkbox;
    background: #fff;
    border: 3px solid #e4e4e4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 30px;
    width: 30px;
    outline: none;
    display: block;
}

.page-cart input[type="checkbox"]:checked {
    background: url(../images/ui-icon-checkbox-checked.svg) no-repeat center center #fff;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
}

.page-cart input::-ms-clear {
    display: none;
}

.page-cart label {
    width: 45%;
    margin: 5px 5% 5px 0;
    font-weight: 600;
    font-size: 16px;
    float: left;
    line-height: 1;
}

.page-cart label.notifications {
    width: 90%;
    margin: 30px 0;
    font-size: 13px;
    color: #adadad;
    font-weight: 400;
}

.page-cart label.notifications input[type="checkbox"] {
    margin-top: -6px;
}

.page-cart label.hs-name {
    width: 70%;
}

.page-cart label.member-two {
    margin-top: 30px;
}

.page-cart label.height {
    position: relative;
}

.page-cart label.height .inches {
    position: absolute;
    top: 20px;
    right: -5%;
    margin-top: 0;
}

.page-cart #address,
.page-cart .full {
    width: 100%;
    clear: both;
}

.page-cart .fourth {
    width: 20%;
    float: left;
    margin-top: 5px;
    margin-right: 5%;
}

.page-cart .half {
    width: 45%;
}

.page-cart .clear,
.page-cart #gpa,
.page-cart #hs-year {
    clear: both;
}

.page-cart #country,
.page-cart #sat,
.page-cart #member-one-primary,
.page-cart #summer,
.page-cart #primary {
    clear: left;
}

.page-cart .dropdown {
    position: relative;
}

.page-cart .dropdown input {
    width: 100%;
    margin-right: 0;
}

.page-cart .dropdown.fourth {
    width: 100%;
}

.page-cart .dropdown.fourth.feet,
.page-cart .dropdown.fourth.inches {
    width: 47.5%;
    float: none;
}

.page-cart .dropdown.full {
    width: 95%;
    margin-top: 5px;
}

.page-cart .dropdown.half {
    width: 100%;
    margin-top: 5px;
}

.page-cart .dropdown.error {
    margin: 0;
    padding: 0;
}

.page-cart input:-ms-input-placeholder {
    color: #e4e4e4 !important;
}

.page-cart #back {
    height: 55px;
    left: 7%;
    border: 3px solid #56b0d4;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #56b0d4;
    padding: 13px 15px 13px 100px;
    text-align: right;
    cursor: pointer;
    float: left;
    position: relative;
    text-transform: none;
    background: #fff url(../images/ui-icon-chevron-left-blue.svg) no-repeat left 15px center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.page-cart #back:hover {
    background-position: left 10px center;
    text-decoration: none;
}

.page-cart #skip {
    height: 55px;
    border: 3px solid #333;
    background: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 13px 100px 13px 15px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #333 url(../images/ui-icon-chevron-right-white.svg) no-repeat right 15px center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
}

.page-cart #skip:hover {
    background-position: right 10px center;
    text-decoration: none;
}

.page-cart #skip.submit {
    border-color: #c6191a;
    background-color: #c6191a;
}

.page-cart .cta {
    background: url(../images/ui-border-gray.jpg) repeat-y;
    margin: 80px 0 0;
    font-size: 24px;
    padding: 0 0 0 45px;
    max-width: 285px;
    float: right;
    line-height: 1.2;
    clear: both;
}

.page-cart .cta p {
    margin: 0 0 20px;
}

.page-cart .cta p.gray {
    color: #999;
    margin-bottom: 0;
}

.page-cart .cta a {
    color: #c6191a;
    text-decoration: none;
    margin: 30px 0 0;
    display: inline-block;
    position: relative;
}

.page-cart .cta a:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url(../images/ui-icon-chevron-right-red.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    position: absolute;
    top: 4px;
    right: -30px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.page-cart .cta a:hover {
    text-decoration: none;
}

.page-cart .cta a:hover:after {
    right: -40px;
}

.page-cart .cta#gear {
    margin-top: 560px;
}

.page-cart .cta#numbers {
    margin-top: 280px;
}

.page-cart .cta strong {
    font-weight: 600;
}

.page-cart .submit-box {
    width: 100%;
    height: 125px;
    background: #f7f7f7;
    position: relative;
    left: -5%;
    padding: 35px 5% 0 5%;
    margin: 30px 0 0;
    float: left;
}

.page-cart .submit-box input[type="checkbox"] {
    float: left;
    margin-top: 10px;
}

.page-cart .submit-box label {
    width: auto;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    float: none;
    line-height: 1.2;
}

.page-cart .submit-box p {
    float: left;
    font-size: 18px;
    color: #898989;
    margin: 15px 0 0;
}

.page-cart .submit-box p a {
    text-decoration: underline;
    color: #898989;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.page-cart .submit-box p a:hover {
    color: #212121;
}

.page-cart .submit-box .warning {
    padding: 10px 60px 0 0;
    color: #c6191a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.page-cart .submit-box .warning:after {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 15px;
    left: -45px;
    background: url(../images/ui-icon-warning.svg) no-repeat;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-cart #refresh-note {
    float: left;
    font-size: 14px;
    text-align: left;
    padding: 15px 10% 0 0;
    width: 95%;
    clear: both;
    color: #c6191a;
    margin: 0;
}

.page-cart .buttons {
    width: 80%;
    margin: 0 0 100px 20%;
    border-top: 2px dotted #c6191a;
    padding: 40px 10% 0 0;
}

.page-cart .buttons display:inline-block p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c6191a;
    display: inline-block;
    margin: 15px 50px 0 0;
    float: right;
}

.page-cart .buttons .warning {
    padding: 10px 40px 0 0;
    float: right;
    position: relative;
    color: #c6191a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: none;
}

.page-cart .buttons .warning:after {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 15px;
    left: -45px;
    background: url(../images/ui-icon-warning.svg) no-repeat;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-cart .buttons #back {
    height: 55px;
    left: 7%;
    border: 3px solid #56b0d4;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #56b0d4;
    padding: 13px 15px 13px 100px;
    text-align: right;
    cursor: pointer;
    float: left;
    position: relative;
    text-transform: none;
    background: #fff url(../images/ui-icon-chevron-left-blue.svg) no-repeat left 15px center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.page-cart .buttons #back:hover {
    background-position: left 10px center;
    text-decoration: none;
}

.page-cart .submit {
    position: relative;
}

.page-cart .submit input[type="submit"] {
    height: 55px;
    border: 3px solid #c6191a;
    font-size: 24px;
    font-weight: 600;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 100px 10px 15px;
    text-align: left;
    float: right;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    outline: none;
    background: #c6191a url(../images/ui-icon-chevron-right-white.svg) no-repeat 95% center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    opacity: 1 !important;
    filter: alpha(opacity=100 !important) !important;
}

.page-cart .submit input[type="submit"].disabled,
.page-cart .submit input[type="submit"]:disabled {
    color: #B1B1B1;
    border: 3px solid #B1B1B1;
    background: #fff url(../images/ui-icon-chevron-right-grey.svg) no-repeat 95% center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    cursor: default;
    opacity: 0.5 !important;
    filter: alpha(opacity=50 !important) !important;
}

.page-cart .submit input[type="submit"]:hover {
    background-position: 96% center;
}

.page-cart .submit input[type="submit"]:hover.disabled {
    background-position: 95% center;
}

.page-cart a#continue-shopping {
    position: absolute;
    right: 0;
    top: 33px;
    font-size: 15px;
    color: #898989;
    text-decoration: underline;
}

.page-cart a#clear-cart {
    font-size: 15px;
    color: #898989;
    text-decoration: underline;
    margin-left: 20px;
}

.page-cart #cart td {
    width: 12%;
    padding: 0 10px;
    font-weight: 400;
}

.page-cart #cart td:nth-child(2) {
    width: 28%;
}

.page-cart #cart input {
    height: 35px;
    width: 35px;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0;
    text-align: center;
    margin: 0;
}

.page-cart #order-total {
    background: #f7f7f7;
    border-bottom: 1px solid #dadada;
    margin: 0 0 40px;
    height: 190px;
    font-size: 14px;
}

.page-cart #order-total a {
    color: #8cc4de;
    text-decoration: underline;
}

.page-cart #order-total .col:first-child {
    width: 64% !important;
    height: 100%;
    display: block;
    text-align: center;
    padding-top: 78px;
    font-size: 16px;
}

.page-cart #order-total .col:nth-child(2) {
    width: 12% !important;
    float: left;
    padding: 25px 10px 10px 10px;
}

.page-cart #order-total .col:nth-child(2) {
    width: 12% !important;
    float: left;
    padding: 25px 10px 10px 10px;
}

.page-cart #order-total .col:nth-child(3) {
    width: 24% !important;
    float: left;
    padding: 25px 10px 10px 10px;
}

@media (max-width: 1440px) {
    .page-cart#container .reg-content .reg-details .col .dropdown {
        width: 100%;
    }

    .page-cart#container .confirm-content {
        padding: 80px 10%;
    }

    .page-cart#container .cart .reg-content {
        width: 85%;
        margin: 0 5% 0 10%;
    }

    .page-cart#container .cart #step-line {
        margin: 0px 0 65px 10%;
        width: 90%;
    }

    .page-cart#container .cart #step-line #step-circle {
        left: 0;
    }
}

@media (max-width: 1280px) {

    .page-cart#container .cart #cart,
    .page-cart#container #order-total,
    .page-cart#container .cart .promo-total {
        width: 95%;
    }

    .page-cart#container .cart .submit {
        margin-right: 5%;
    }

    .page-cart#container .cart .submit-box .submit {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .page-cart#container .reg-content {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    .page-cart#container #step-line {
        margin: 35px 0 65px 5%;
        width: 95%;
    }

    .page-cart#container .reg-content .reg-details .col {
        width: 50%;
    }

    .page-cart#container .reg-content .reg-details .col:nth-child(3) {
        margin-top: 30px;
    }

    .page-cart#container .reg-content .program .col:last-child {
        width: 100%;
        margin-top: 30px;
    }

    .page-cart#container .reg-content a#reg-trouble {
        position: static;
        margin-top: 50px;
        display: block;
    }

    .page-cart#container .reg-content .col .cta {
        max-width: none;
        float: left;
    }

    .page-cart#container #numbers,
    .page-cart#container #gear {
        margin-top: 60px;
    }

    .page-cart#container label {
        margin: 5px 5% 5px 0;
    }

    .page-cart#container .cart .reg-content .col:first-child,
    .page-cart#container .cart .reg-content .col:nth-child(2) {
        width: 100%;
    }

    .page-cart#container .cart a#skip {
        margin: 30px 5% 0 0;
        float: right;
        position: relative;
    }

    .page-cart#container .cart .submit-box {
        height: 180px;
    }

    .page-cart#container .cart .cta {
        clear: both;
        margin-top: 60px;
        width: 100%;
        float: right;
    }

    .page-cart#container .cart .submit-box {
        padding: 35px 3% 0 3%;
    }

    .page-cart#container .reg-content .submit-box p {
        font-size: 13px;
        padding-top: 6px;
    }

    .page-cart#container .reg-content .submit-box .submit:after {
        display: none;
    }

    .page-cart#container .reg-content .submit-box input[type="submit"] {
        width: 178px;
        text-align: center;
    }

    .page-cart#container .reg-content .cta {
        display: none;
    }
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .page-cart#container {
        min-width: 100%;
    }

    .page-cart#container .reg-content h1 {
        font-size: 26px;
        margin: 40px 0 60px;
    }

    .page-cart#container .cart #step-line {
        display: none;
    }

    .page-cart#container .reg-content h3 strong {
        color: #757575;
        font-weight: 500;
        font-size: 22px;
        text-align: center;
        margin: 20px auto 0;
        display: block;
    }

    .page-cart#container #step-two .reg-content h3:first-child {
        margin-bottom: 0;
    }

    .page-cart#container .reg-content {
        width: 90%;
        margin: 0 5%;
    }

    .page-cart#container .reg-content .col:nth-child(2) {
        display: none;
    }

    .page-cart#container .reg-content h3#order-details {
        display: none;
    }

    .page-cart#container .reg-content .col:first-child h4 {
        text-align: center;
        color: #aaa;
        margin: 0px auto;
        font-size: 13px;
        border: none;
        margin: 0;
        padding: 0;
    }

    .page-cart#container a#clear-cart {
        position: relative;
        top: 0;
        text-align: center;
        margin: 0 0 40px;
        display: block;
        width: 100%;
        font-size: 13px;
    }

    .page-cart#container table td {
        font-size: 13px;
        padding: 8px 10px;
    }

    .page-cart#container table tr td:first-child,
    .page-cart#container table tr td:nth-child(4),
    .page-cart#container table tr td:nth-child(6) {
        display: none;
    }

    .page-cart#container #cart td:nth-child(2) {
        width: 40%;
    }

    .page-cart#container #order-total .col:first-child {
        position: absolute;
        width: 100% !important;
        bottom: -60px;
        text-align: right;
        padding: 0;
        height: auto;
    }

    .page-cart#container #order-total .col:nth-child(2) {
        width: 50% !important;
        display: block;
    }

    .page-cart#container #order-total .col:nth-child(3) {
        width: 50% !important;
        text-align: right;
    }

    .page-cart#container .cart .submit {
        margin: 80px 5% 80px 0;
    }

    .page-cart#container .cart .submit input[type="submit"] {
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
    }

    .page-cart#container .cart .submit:after {
        display: none;
    }

    .page-cart#container .reg-content .col:first-child .promo-total .promo {
        width: 100%;
    }

    .page-cart#container .reg-content .col:first-child .promo-total .total {
        padding: 20px 5%;
        width: 100%;
    }

    .page-cart#container .reg-content .col:first-child .promo-total .total span {
        width: 50%;
    }

    .page-cart#container .reg-content .col:first-child .promo-total .total span:nth-child(2n) {
        text-align: right;
    }

    .page-cart#container .reg-content .col:first-child .promo-total .promo input#submit-promo {
        width: 35%;
    }

    .page-cart#container .reg-content .col:first-child .billing img.cc-cards {
        position: relative;
        left: 0;
        display: block;
        margin: 20px auto;
    }

    .page-cart#container label,
    .page-cart#container select.half,
    .page-cart#container .dropdown.half {
        width: 95%;
    }

    .page-cart#container input.fourth,
    .page-cart#container label.fourth,
    .page-cart#container select.fourth,
    .page-cart#container .dropdown.fourth {
        width: 45%;
    }

    .page-cart#container .reg-content .col:first-child .shipping #same-as {
        clear: both;
        padding: 20px 0;
    }

    .page-cart#container .reg-content .submit-box p {
        width: 85%;
        float: right;
        line-height: 1.2;
    }

    .page-cart#container #step-two .submit {
        margin-top: 25px;
    }

    .page-cart#container input.full,
    .page-cart#container label.full,
    .page-cart#container select.full,
    .page-cart#container .dropdown.full {
        width: 95%;
    }

    .page-cart#container .reg-content .col:first-child .promo-total {
        padding: 0 0 10px;
        height: auto;
        float: left;
    }

    .page-cart#container .reg-content .col:first-child .shipping #same-as {
        line-height: 1.8;
    }

    .page-cart#container .cart .submit-box {
        height: auto;
        padding: 35px 5%;
        left: 0;
        width: 95%;
    }

    .page-cart#container .cart .submit-box label {
        width: 80%;
        margin: 0;
        display: inline-block;
    }

    .page-cart#container .cart .submit-box label p {
        margin: 0;
    }

    .page-cart#container a#continue-shopping {
        width: 100%;
        text-align: center;
        font-size: 13px;
        top: 100px;
    }
}

.page-cart .cart,
.page-registration-form .registration .step {
    padding: 0 0 150px;
    left: 0;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1 !important;
    filter: alpha(opacity=100 !important) !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-cart .next.cart,
.page-registration-form .registration .next.step {
    position: absolute;
    visibility: hidden;
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.page-cart .past.cart,
.page-registration-form .registration .past.step {
    position: absolute;
    visibility: hidden;
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.page-registration-form {
    overflow: hidden;
    background: white;
}

.page-registration-form .registration {
    height: auto;
    display: block;
    padding: 0;
}

.page-registration-form .registration#top {
    padding: 180px 0 0;
}

.page-registration-form .registration .step #step-line {
    width: 80%;
    height: 80px;
    margin: 0 0 65px 20%;
    border-bottom: 2px dotted #c6191a;
}

.page-registration-form .registration .step #step-line #step-circle {
    height: 105px;
    width: 105px;
    background: #c6191a;
    position: absolute;
    left: -105px;
    top: 24px;
    text-align: center;
    padding: 25px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-registration-form .registration .step #step-line #step-circle img {
    height: 50px;
    width: auto;
}

.page-registration-form .registration .step#step-one h3:nth-child(3) {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.page-registration-form .registration .step#step-one .reg-content {
    margin-top: 30px;
}

.page-registration-form .registration .step#step-one .tryout-select {
    border-bottom: 2px dotted #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-registration-form .registration .step#step-one .tryout-select .dropdown {
    width: 50%;
}

.page-registration-form .registration .step#step-two .reg-content {
    padding-bottom: 20px;
}

.page-registration-form .registration .step#step-two .reg-content .col:first-child {
    width: 65%;
    float: left;
}

.page-registration-form .registration .step#step-two .reg-content .col:nth-child(2) {
    width: 35%;
    float: left;
}

.page-registration-form .registration .step#step-two .reg-content h3 {
    clear: both;
    margin: 20px 0 40px;
    width: 100%;
    float: left;
}

.page-registration-form .registration .step#step-two .reg-content h3:first-child {
    margin-top: 0;
    width: auto;
    float: none;
}

.page-registration-form .registration .step#step-two .reg-content #reg-trouble {
    top: 0;
}

.page-registration-form .registration .step#step-two .reg-content #gear img {
    height: 80px;
    width: auto;
    display: block;
}

.page-registration-form .registration .step#step-two .reg-error {
    width: 65% !important;
    margin: 0 10% 20px 25% !important;
}

.page-registration-form .registration .step#step-three #cart tr.hide {
    display: none;
}

.page-registration-form .registration .step#step-three a#reg-trouble {
    top: 0;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child {
    width: 60%;
    float: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child h3:first-child strong {
    color: #212121;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child h4 {
    font-size: 18px;
    color: #898989;
    width: 100%;
    padding: 0 0 35px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child table {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #0c0c0c;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child table tr {
    height: 70px;
    border-bottom: 1px solid #dadada;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child table tr:first-child {
    border-bottom: 0;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child table tr:first-child td {
    font-size: 20px;
    color: #969696;
    font-weight: 400;
    padding-right: 20px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child table tr a.change {
    color: #4cafd4;
    text-decoration: underline;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch {
    width: 100%;
    height: 80px;
    padding: 30px 20px;
    background-color: #e6f3f9;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch:after {
    content: '';
    height: 24px;
    width: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #e6f3f9;
    position: absolute;
    left: 24px;
    bottom: -12px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch input[type="checkbox"] {
    margin-top: -6px;
    background-color: white;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch p {
    float: left;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch a {
    color: #c6191a;
    text-decoration: underline;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .after-fc {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.3;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total {
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    height: 190px;
    margin: 0 0 40px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 20px 0 0;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo .promo-title {
    font-weight: 600;
    font-size: 16px;
    float: left;
    width: 100%;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo input#promo,
.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo input#promo_code {
    width: 60%;
    margin: 0 20px 20px 0;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo input#submit-promo {
    width: 25%;
    background: #959595;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    padding: 10px 0;
    border: none;
    float: left;
    cursor: pointer;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    -webkit-transform: 0.2s ease-in-out;
    -moz-transform: 0.2s ease-in-out;
    -ms-transform: 0.2s ease-in-out;
    -o-transform: 0.2s ease-in-out;
    transform: 0.2s ease-in-out;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo input#submit-promo:hover {
    background: #333;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo p {
    font-size: 14px;
    color: #898989;
    line-height: 1.3;
    margin: 0;
    display: inline-block;
    clear: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total {
    width: 40%;
    height: 100%;
    display: inline-block;
    float: left;
    background: #f7f7f7;
    padding: 20px 0 0 20px;
    font-size: 14px;
    font-weight: 600;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total span {
    float: left;
    width: 80px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total span.clear {
    clear: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total .ttl {
    font-size: 18px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total .ttl .ttl-price {
    font-size: 18px;
    color: #56b0d4;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .billing {
    float: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .billing h3 {
    margin-bottom: 20px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .billing h3:first-child strong {
    color: #c6191a;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .billing img.cc-cards {
    position: absolute;
    top: 0;
    left: 280px;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .shipping {
    float: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .shipping h3:first-child {
    float: left;
    clear: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .shipping h3:first-child strong {
    clear: left;
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
    color: #c6191a;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .shipping #same-as {
    display: inline-block;
    padding: 38px 0 0 30px;
    color: #898989;
    float: left;
    line-height: 1;
}

.page-registration-form .registration .step#step-three .reg-content .col:first-child .shipping #same-as input[type="checkbox"] {
    margin: -5px 10px 0 0;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) {
    width: 40%;
    float: left;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details {
    padding: 30px;
    margin: 70px 0 0 15%;
    width: 85%;
    background: #f7f7f7;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details h3 {
    margin: 0 0 30px;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details a.change {
    position: absolute;
    top: 33px;
    right: 30px;
    text-decoration: underline;
    color: #4cafd4;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details span {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.2;
    display: inline-block;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details span.left {
    width: 40%;
    color: #898989;
}

.page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details span.right {
    width: 40%;
    color: #212121;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box {
    width: 100%;
    height: 125px;
    background: #f7f7f7;
    position: relative;
    left: -5%;
    padding: 35px 5% 0 5%;
    margin: 30px 0 0;
    float: left;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box input[type="checkbox"] {
    float: left;
    margin-top: 10px;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box label {
    width: auto;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    float: none;
    line-height: 1.2;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box p {
    float: left;
    font-size: 18px;
    color: #898989;
    margin: 15px 0 0;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box p a {
    text-decoration: underline;
    color: #898989;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box p a:hover {
    color: #212121;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box .warning {
    padding: 10px 60px 0 0;
    color: #c6191a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.page-registration-form .registration .step#step-three .reg-content .submit-box .warning:after {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 15px;
    left: -45px;
    background: url(../images/ui-icon-warning.svg) no-repeat;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-registration-form .registration .step#step-three .reg-content #refresh-note {
    float: left;
    font-size: 14px;
    text-align: left;
    padding: 15px 10% 0 0;
    width: 95%;
    clear: both;
    color: #c6191a;
    margin: 0;
}

.page-registration-form .registration .step select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 50px;
    border: 3px solid #e4e4e4;
    background: #fff;
    padding: 0 20px 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0 0 5px;
    position: relative;
    outline: none;
    background: white url("../images/ui-icon-chevron-down-black.svg") no-repeat 95% center;
    -webkit-background-size: 14px auto !important;
    -moz-background-size: 14px auto !important;
    -o-background-size: 14px auto !important;
    background-size: 14px auto !important;
}

.page-registration-form .registration .step select.valid {
    background: white url(../images/ui-icon-checkbox-checked.svg) no-repeat 95% center;
}

.page-registration-form .registration .step select.error {
    background: white url(../images/ui-icon-alert-gray.svg) no-repeat 95% center;
}

.page-registration-form .registration .step select::-ms-expand {
    display: none;
}

.page-registration-form .registration .step select.disabled {
    opacity: 0.5 !important;
    filter: alpha(opacity=50 !important) !important;
}

.page-registration-form .registration .step select.border {
    border-color: #c6191a;
    background: white url(../images/ui-icon-alert-gray.svg) no-repeat 95% center;
}

.page-registration-form .registration .step select::-ms-clear {
    display: none;
}

.page-registration-form .registration .step input[type="text"],
.page-registration-form .registration .step input[type="email"] {
    width: 100%;
    margin: 5px 5% 5px 0;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 3px solid #e4e4e4;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
    color: #212121;
    outline: none;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    background: white no-repeat right 1em bottom -200px url("../images/ui-icon-checkbox-checked.svg");
    -webkit-background-size: 14px auto !important;
    -moz-background-size: 14px auto !important;
    -o-background-size: 14px auto !important;
    background-size: 14px auto !important;
}

.page-registration-form .registration .step input[type="text"].full,
.page-registration-form .registration .step input[type="email"].full {
    width: 95%;
}

.page-registration-form .registration .step input[type="text"].valid,
.page-registration-form .registration .step input[type="email"].valid {
    background-position: right 1em center;
}

.page-registration-form .registration .step input[type="text"].error,
.page-registration-form .registration .step input[type="email"].error {
    background: white no-repeat right 1em center url("../images/ui-icon-alert-gray.svg");
    -webkit-background-size: 20px auto !important;
    -moz-background-size: 20px auto !important;
    -o-background-size: 20px auto !important;
    background-size: 20px auto !important;
}

.page-registration-form .registration .step input[type="checkbox"] {
    float: left;
    margin: 15px 3% 30px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: checkbox;
    background: #fff;
    border: 3px solid #e4e4e4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 30px;
    width: 30px;
    outline: none;
    display: block;
}

.page-registration-form .registration .step input[type="checkbox"]:checked {
    background: url(../images/ui-icon-checkbox-checked.svg) no-repeat center center #fff;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
}

.page-registration-form .registration .step input::-ms-clear {
    display: none;
}

.page-registration-form .registration .step label {
    width: 45%;
    margin: 5px 5% 5px 0;
    font-weight: 600;
    font-size: 16px;
    float: left;
    line-height: 1;
}

.page-registration-form .registration .step label.notifications {
    width: 90%;
    margin: 30px 0;
    font-size: 13px;
    color: #adadad;
    font-weight: 400;
}

.page-registration-form .registration .step label.notifications input[type="checkbox"] {
    margin-top: -6px;
}

.page-registration-form .registration .step label.hs-name {
    width: 70%;
}

.page-registration-form .registration .step label.member-two {
    margin-top: 30px;
}

.page-registration-form .registration .step label.height {
    position: relative;
}

.page-registration-form .registration .step label.height .inches {
    position: absolute;
    top: 20px;
    right: -5%;
    margin-top: 0;
}

.page-registration-form .registration .step #address,
.page-registration-form .registration .step .full {
    width: 100%;
    clear: both;
}

.page-registration-form .registration .step .fourth {
    width: 20%;
    float: left;
    margin-top: 5px;
    margin-right: 5%;
}

.page-registration-form .registration .step .half {
    width: 45%;
}

.page-registration-form .registration .step .clear,
.page-registration-form .registration .step #gpa,
.page-registration-form .registration .step #hs-year {
    clear: both;
}

.page-registration-form .registration .step #country,
.page-registration-form .registration .step #sat,
.page-registration-form .registration .step #member-one-primary,
.page-registration-form .registration .step #summer,
.page-registration-form .registration .step #primary {
    clear: left;
}

.page-registration-form .registration .step .dropdown {
    position: relative;
}

.page-registration-form .registration .step .dropdown input {
    width: 100%;
    margin-right: 0;
}

.page-registration-form .registration .step .dropdown.fourth {
    width: 100%;
}

.page-registration-form .registration .step .dropdown.fourth.feet,
.page-registration-form .registration .step .dropdown.fourth.inches {
    width: 47.5%;
    float: none;
}

.page-registration-form .registration .step .dropdown.full {
    width: 95%;
    margin-top: 5px;
}

.page-registration-form .registration .step .dropdown.half {
    width: 100%;
    margin-top: 5px;
}

.page-registration-form .registration .step .dropdown.error {
    margin: 0;
    padding: 0;
}

.page-registration-form .registration .step input:-ms-input-placeholder {
    color: #e4e4e4 !important;
}

.page-registration-form .registration .step .cta {
    background: url(../images/ui-border-gray.jpg) repeat-y;
    margin: 80px 0 0;
    font-size: 24px;
    padding: 0 0 0 45px;
    max-width: 285px;
    float: right;
    line-height: 1.2;
    clear: both;
}

.page-registration-form .registration .step .cta p {
    margin: 0 0 20px;
}

.page-registration-form .registration .step .cta p.gray {
    color: #999;
    margin-bottom: 0;
}

.page-registration-form .registration .step .cta a {
    color: #c6191a;
    text-decoration: none;
    margin: 30px 0 0;
    display: inline-block;
    position: relative;
}

.page-registration-form .registration .step .cta a:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url(../images/ui-icon-chevron-right-red.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    position: absolute;
    top: 4px;
    right: -30px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.page-registration-form .registration .step .cta a:hover {
    text-decoration: none;
}

.page-registration-form .registration .step .cta a:hover:after {
    right: -40px;
}

.page-registration-form .registration .step .cta#gear {
    margin-top: 560px;
}

.page-registration-form .registration .step .cta#numbers {
    margin-top: 100px;
}

.page-registration-form .registration .step .cta strong {
    font-weight: 600;
}

.page-registration-form .registration .step .reg-error {
    background: #fce2e3;
    color: #ed1c24;
    padding: 15px 5px 15px 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    letter-spacing: .3px;
}

.page-registration-form .registration .step .reg-error:after {
    content: '';
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 19px;
    background: url(../images/ui-icon-warning.svg) no-repeat;
    background-size: 100% auto;
}

.page-registration-form .registration .step.errors .buttons .warning {
    display: block;
}

.page-registration-form .registration .step.errors .error {
    border-color: #c6191a;
}

.page-registration-form .registration .reg-content {
    width: 65%;
    margin: 0 10% 0 25%;
    color: #333;
    display: inline-block;
}

.page-registration-form .registration .reg-content #step-count .mark {
    width: 59px;
    height: 18px;
    background: url(../images/ui-icon-step-mark-next.svg) no-repeat center center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
}

.page-registration-form .registration .reg-content #step-count .mark.active {
    background: url(../images/ui-icon-step-mark-active.svg) no-repeat center center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-registration-form .registration .reg-content #step-count .mark.past {
    background: url(../images/ui-icon-step-mark-past.svg) no-repeat center center;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-registration-form .registration .reg-content #step-count .number {
    height: 18px;
    width: 23px;
    text-indent: -9999px;
    display: inline-block;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-position: center;
}

.page-registration-form .registration .reg-content #step-count .number.one {
    background: url(../images/stencil-digits-1.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form .registration .reg-content #step-count .number.two {
    background: url(../images/stencil-digits-gray-2.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form .registration .reg-content #step-count .number.two.red {
    background: url(../images/stencil-digits-2.svg) no-repeat;
}

.page-registration-form .registration .reg-content #step-count .number.three {
    background: url(../images/stencil-digits-gray-3.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form .registration .reg-content #step-count .number.three.red {
    background: url(../images/stencil-digits-3.svg) no-repeat;
}

.page-registration-form .registration .reg-content #step-count .number.four {
    background: url(../images/stencil-digits-gray-4.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form .registration .reg-content #step-count .number.four.red {
    background: url(../images/stencil-digits-4.svg) no-repeat;
}

.page-registration-form .registration .reg-content h1 {
    color: #4cafd4;
    margin: 40px 0 0;
}

.page-registration-form .registration .reg-content h1 strong {
    font-weight: 600;
}

.page-registration-form .registration .reg-content h3 strong {
    color: #c6191a;
    font-weight: 600;
}

.page-registration-form .registration .reg-content #tabs {
    width: 400px;
    display: inline-block;
    float: left;
    clear: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-registration-form .registration .reg-content #tabs a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-registration-form .registration .reg-content #tabs a:first-child {
    width: 65%;
}

.page-registration-form .registration .reg-content #tabs a:nth-child(2) {
    width: 35%;
}

.page-registration-form .registration .reg-content #view-all {
    float: left;
    display: inline-block;
    padding: 9px 0 0 15px;
    color: #b1b1b1;
    font-size: 18px;
    text-decoration: underline;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.page-registration-form .registration .reg-content #view-all:hover {
    color: #333;
}

.page-registration-form .registration .reg-content #required {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 15px;
    color: #999;
    text-decoration: none;
}

.page-registration-form .registration .reg-content #reg-trouble {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 15px;
    color: #212121;
    text-decoration: underline;
    font-weight: 600;
}

.page-registration-form .registration .reg-content .program {
    padding: 40px 45px 30px;
    border: 3px solid #e4e4e4;
    margin: 20px 0 0;
    float: left;
    width: 100%;
    cursor: pointer;
}

.page-registration-form .registration .reg-content .program:first-of-type {
    margin-top: 50px;
}

.page-registration-form .registration .reg-content .program:before {
    content: '';
    height: 45px;
    width: 45px;
    background: #fff;
    border: 4px solid #c6191a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    top: 30px;
    left: -24px;
}

.page-registration-form .registration .reg-content .program.selected {
    border: 3px solid #d0d0d0;
    background: #f1f1f1;
}

.page-registration-form .registration .reg-content .program.selected .plans-msg {
    display: block;
}

.page-registration-form .registration .reg-content .program.selected .plans-msg p {
    font-size: 13px;
    color: #a7a7a7;
    line-height: 1.4;
}

.page-registration-form .registration .reg-content .program.selected:after {
    content: '';
    height: 25px;
    width: 25px;
    background: #c6191a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    top: 40px;
    left: -14px;
}

.page-registration-form .registration .reg-content .program .col {
    display: inline-block;
}

.page-registration-form .registration .reg-content .program .col:first-child {
    width: 280px;
    float: left;
}

.page-registration-form .registration .reg-content .program .col:last-child {
    width: 60%;
    float: right;
}

.page-registration-form .registration .reg-content .program .col h4 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #212121;
}

.page-registration-form .registration .reg-content .program .col ul {
    font-size: 15px;
}

.page-registration-form .registration .reg-content .program .col ul li {
    line-height: 1.2;
    margin: 0 0 3px 20px;
}

.page-registration-form .registration .reg-content .program .col p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 5px;
}

.page-registration-form .registration .reg-content .program .col .price-line {
    margin: 0 0 20px;
}

.page-registration-form .registration .reg-content .program .col .price-line img {
    display: inline-block;
    vertical-align: top;
}

.page-registration-form .registration .reg-content .program .col .price-line img.prog-price {
    height: 34px;
    width: auto;
}

.page-registration-form .registration .reg-content .program .col .price-line img.reg-star {
    margin: 8px 5px 0;
}

.page-registration-form .registration .reg-content .program .col .price-line .second-pos {
    float: right;
}

.page-registration-form .registration .reg-content .program .col .price-line .second-pos p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .5px;
    color: #c6191a;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.page-registration-form .registration .reg-content .program .col .plans-msg {
    display: none;
}

.page-registration-form .registration .reg-content .reg-note {
    margin: 20px 0 0;
    width: 100%;
    float: left;
    border-bottom: 2px dotted #e4e4e4;
}

.page-registration-form .registration .reg-content .reg-note p {
    font-size: 12px;
    color: #999;
    margin: 0 0 30px 50px;
}

.page-registration-form .registration .reg-content .reg-note p strong {
    font-weight: 600;
}

.page-registration-form .registration .reg-content .reg-details {
    float: left;
    border-left: 20px solid #e4e4e4;
    margin: 80px 0;
    width: 100%;
}

.page-registration-form .registration .reg-content .reg-details.tryout {
    border-left: 0;
}

.page-registration-form .registration .reg-content .reg-details.tryout h2 {
    color: #c6191a;
    font-size: 32px;
    padding: 0 0 30px;
    font-weight: 600;
}

.page-registration-form .registration .reg-content .reg-details.tryout .dropdown {
    width: 50%;
}

.page-registration-form .registration .reg-content .reg-details .col {
    width: 33%;
    padding: 0 0 0 3%;
    float: left;
    margin-bottom: 20px;
}

.page-registration-form .registration .reg-content .reg-details .col h2 {
    color: #c6191a;
    height: 60px;
    font-weight: 600;
    font-size: 30px;
}

.page-registration-form .registration .reg-content .reg-details .col h2:nth-child(3) {
    margin-top: 30px;
}

.page-registration-form .registration .reg-content .reg-details .col p {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 1.3;
    margin: 0 0 30px;
}

.page-registration-form .registration .reg-content .reg-details .col .two-pos {
    opacity: 0.5 !important;
    filter: alpha(opacity=50 !important) !important;
    font-size: 14px;
    height: 60px;
}

.page-registration-form .registration .reg-content .reg-details .col .two-pos.enabled {
    opacity: 1 !important;
    filter: alpha(opacity=100 !important) !important;
}

.page-registration-form .registration .reg-content .reg-details .col div {
    line-height: 1.2;
}

.page-registration-form .registration .reg-content .reg-details .col div span {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    background: url(../images/reg-star.png) no-repeat;
}

.page-registration-form .registration #skip {
    height: 55px;
    border: 3px solid #333;
    background: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 13px 100px 13px 15px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #333 url(../images/ui-icon-chevron-right-white.svg) no-repeat right 15px center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
}

.page-registration-form .registration #skip:hover {
    background-position: right 10px center;
    text-decoration: none;
}

.page-registration-form .registration #skip.submit {
    border-color: #c6191a;
    background-color: #c6191a;
}

.page-registration-form .registration .buttons {
    width: 80%;
    margin: 0 0 100px 20%;
    border-top: 2px dotted #c6191a;
    padding: 40px 10% 0 0;
}

.page-registration-form .registration .buttons display:inline-block p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c6191a;
    display: inline-block;
    margin: 15px 50px 0 0;
    float: right;
}

.page-registration-form .registration .buttons .warning {
    padding: 10px 40px 0 0;
    float: right;
    position: relative;
    color: #c6191a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: none;
}

.page-registration-form .registration .buttons .warning:after {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 15px;
    left: -45px;
    background: url(../images/ui-icon-warning.svg) no-repeat;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.page-registration-form .registration .buttons #back {
    height: 55px;
    left: 7%;
    border: 3px solid #56b0d4;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #56b0d4;
    padding: 13px 15px 13px 100px;
    text-align: right;
    cursor: pointer;
    float: left;
    position: relative;
    text-transform: none;
    background: #fff url(../images/ui-icon-chevron-left-blue.svg) no-repeat left 15px center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.page-registration-form .registration .buttons #back:hover {
    background-position: left 10px center;
    text-decoration: none;
}

.page-registration-form .registration .submit {
    position: relative;
}

.page-registration-form .registration .submit input[type="submit"] {
    height: 55px;
    border: 3px solid #c6191a;
    font-size: 24px;
    font-weight: 600;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px 100px 10px 15px;
    text-align: left;
    float: right;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    outline: none;
    background: #c6191a url(../images/ui-icon-chevron-right-white.svg) no-repeat 95% center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    opacity: 1 !important;
    filter: alpha(opacity=100 !important) !important;
}

.page-registration-form .registration .submit input[type="submit"].disabled,
.page-registration-form .registration .submit input[type="submit"]:disabled {
    color: #B1B1B1;
    border: 3px solid #B1B1B1;
    background: #fff url(../images/ui-icon-chevron-right-grey.svg) no-repeat 95% center;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
    cursor: default;
    opacity: 0.5 !important;
    filter: alpha(opacity=50 !important) !important;
}

.page-registration-form .registration .submit input[type="submit"]:hover {
    background-position: 96% center;
}

.page-registration-form .registration .submit input[type="submit"]:hover.disabled {
    background-position: 95% center;
}

.page-registration-form.little-league-experience .reg-content #step-count .number.one {
    display: none;
}

.page-registration-form.little-league-experience .reg-content #step-count .number.two.red {
    background: url(../images/stencil-digits-1.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form.little-league-experience .reg-content #step-count .number.three {
    background: url(../images/stencil-digits-gray-2.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form.little-league-experience .reg-content #step-count .number.three.red {
    background: url(../images/stencil-digits-2.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form.little-league-experience .reg-content #step-count .number.four {
    background: url(../images/stencil-digits-gray-3.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form.little-league-experience .reg-content #step-count .number.four.red {
    background: url(../images/stencil-digits-3.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-form.little-league-experience .reg-content #step-count .mark:nth-child(2) {
    display: none;
}

.page-registration-form.little-league-tour #step-one .program ul {
    display: none;
}

.page-registration-form.little-league-tour #step-one .reg-details .col {
    width: 50%;
    padding: 0 0 0 5%;
}

.page-registration-form.little-league-tour #step-one .reg-details .col .dropdown {
    width: 100%;
}

@media (max-width: 1440px) {
    .page-registration-form .registration .step #step-line {
        margin: 0px 0 65px 10%;
        width: 90%;
    }

    .page-registration-form .registration .step #step-line #step-circle {
        left: 0;
    }

    .page-registration-form .registration .step#step-three .promo p {
        width: 100%;
    }

    .page-registration-form .registration .reg-content {
        width: 85%;
        margin: 0 5% 0 10%;
    }

    .page-registration-form .registration .buttons {
        width: 90%;
        margin: 0 0 100px 10%;
        padding: 40px 5% 0 0;
    }

    .page-registration-form .registration .buttons #back {
        left: 0%;
    }
}

@media (max-width: 1280px) {
    .page-registration-form .registration .step #step-line {
        margin: 35px 0 65px 5%;
        width: 95%;
    }

    .page-registration-form .registration .step#step-two .reg-content {
        width: 95%;
        margin: 0 0 0 5%;
    }

    .page-registration-form .registration .step#step-two .reg-content #required {
        right: 5%;
    }

    .page-registration-form .registration .step#step-two .reg-content #reg-trouble {
        left: 0;
        top: 0px;
        position: relative;
        display: block;
        margin: 20px 0;
    }

    .page-registration-form .registration .step#step-two .reg-content .col:first-child,
    .page-registration-form .registration .step#step-two .reg-content .col:nth-child(2) {
        width: 100%;
    }

    .page-registration-form .registration .step#step-two label {
        width: 46%;
        margin: 5px 2.5% 5px 0;
    }

    .page-registration-form .registration .step#step-two label input:not([type=checkbox]) {
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child {
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) {
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details {
        margin-left: 0;
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .submit-box {
        width: 100%;
        margin-left: 5%;
        padding: 35px 3% 0 3%;
    }

    .page-registration-form .registration .step#step-three .reg-content .submit-box input[type="submit"] {
        width: 200px;
    }

    .page-registration-form .registration .step#step-three .reg-content .submit-box p {
        font-size: 13px;
        padding-top: 6px;
        margin-top: 10px;
    }

    .page-registration-form .registration .step .cta {
        display: none;
    }

    .page-registration-form .registration .step .dropdown.full {
        width: 100%;
    }

    .page-registration-form .registration .step label.notifications {
        margin-right: 0;
        width: 95%;
        line-height: 2;
    }

    .page-registration-form .registration .step label.member-two {
        margin-top: 30px;
    }

    .page-registration-form .registration .reg-content {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    .page-registration-form .registration .reg-content .program .col:last-child {
        width: 100%;
        margin-top: 10px;
    }

    .page-registration-form .registration .reg-content .reg-details .col {
        width: 50%;
    }

    .page-registration-form .registration .reg-content .reg-details .col:nth-child(3) {
        margin-top: 30px;
    }

    .page-registration-form .registration .buttons {
        width: 95%;
        margin: 0 0 100px 5%;
        padding: 40px 5% 0 0;
    }

    .page-registration-form .registration .buttons #back {
        left: 0%;
    }
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .page-registration-form .registration#top {
        padding-top: 0px;
    }

    .page-registration-form .registration .step .fourth {
        width: 100%;
    }

    .page-registration-form .registration .step #step-line {
        display: none;
    }

    .page-registration-form .registration .step label {
        width: 100%;
        font-size: 14px;
    }

    .page-registration-form .registration .step label .dropdown.full,
    .page-registration-form .registration .step label input[type="text"].full,
    .page-registration-form .registration .step label input[type="email"].full {
        width: 100%;
    }

    .page-registration-form .registration .step label.notifications {
        width: 100%;
        margin-top: 15px;
        line-height: 1.3;
    }

    .page-registration-form .registration .step label.height .dropdown.feet,
    .page-registration-form .registration .step label.height .dropdown.inches {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }

    .page-registration-form .registration .step#step-one h3:nth-child(3) {
        padding: 20px 0;
    }

    .page-registration-form .registration .step#step-one h3:nth-child(3) strong {
        font-weight: 600;
    }

    .page-registration-form .registration .step#step-one .tryout-select .dropdown {
        width: 100%;
    }

    .page-registration-form .registration .step#step-one .reg-content {
        width: 90%;
        margin: 0 5%;
    }

    .page-registration-form .registration .step#step-one .reg-content .program .col:first-child {
        width: 100%;
    }

    .page-registration-form .registration .step#step-one .reg-details .col:nth-child(2) {
        margin: 20px 0 10px;
    }

    .page-registration-form .registration .step#step-two .col {
        width: 100%;
        margin: 0;
    }

    .page-registration-form .registration .step#step-two label {
        width: 95%;
        margin: 0 0 10px;
    }

    .page-registration-form .registration .step#step-two label.member-two {
        margin-top: 0;
    }

    .page-registration-form .registration .step#step-two .reg-content h3 {
        margin: 20px 0 10px;
    }

    .page-registration-form .registration .step#step-two .reg-content #required {
        right: auto;
        margin-bottom: 10px;
        display: block;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child {
        width: 90%;
        margin: 0 5%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child h4 {
        padding-bottom: 15px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child table {
        font-weight: normal;
        font-size: 12px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child table tr td {
        padding-left: 10px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child table tr td:first-child {
        padding-left: 0;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child table tr:first-child {
        height: 30px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child table tr:first-child td {
        padding-left: 0;
        font-size: 13px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch p {
        width: 82%;
        font-size: 12px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .fast-catch a {
        color: #c6191a !important;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .after-fc {
        margin: 20px 0;
        font-size: 12px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total {
        height: auto;
        display: inline-block;
        margin-bottom: 20px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo {
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo input#promo_code {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo input#submit-promo {
        width: 100%;
        cursor: pointer;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .promo p {
        width: 100%;
        margin: 10px 0;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total {
        width: 100%;
        padding: 20px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total span {
        width: 50%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total span:nth-child(even) {
        text-align: right;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .promo-total .total span span {
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .billing img.cc-cards {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px 0;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .billing h3 {
        margin-bottom: 20px;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:first-child .shipping #same-as {
        font-size: 14px;
        padding: 15px 0;
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) {
        padding: 0%;
        margin: 20px 0 0;
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details {
        margin: 20px 0 0 0;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details span.right {
        width: 100%;
        margin: 0 0 10px;
        display: block;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) .player-details span.left {
        width: 100%;
        margin: 0;
        display: block;
    }

    .page-registration-form .registration .step#step-three .reg-content .col:nth-child(2) #reg-trouble {
        margin-left: 5%;
    }

    .page-registration-form .registration .step#step-three .reg-content .submit-box {
        padding: 0 5%;
        height: auto;
        background: none;
    }

    .page-registration-form .registration .step#step-three .reg-content .submit-box p {
        width: 82%;
        margin-top: 6px;
        line-height: 1.2;
    }

    .page-registration-form .registration .step#step-three .reg-content .submit-box input[type="submit"] {
        width: 100%;
    }

    .page-registration-form .registration .step#step-three .reg-content #refresh-note {
        margin-left: 5%;
    }

    .page-registration-form .registration .reg-content {
        width: 100%;
        margin: 0;
    }

    .page-registration-form .registration .reg-content h1 {
        font-size: 26px;
        margin: 20px 5%;
    }

    .page-registration-form .registration .reg-content h3 {
        font-size: 25px;
    }

    .page-registration-form .registration .reg-content #step-count {
        margin: 0 5%;
    }

    .page-registration-form .registration .reg-content #step-count .mark {
        width: 50px;
        display: inline-block;
    }

    .page-registration-form .registration .reg-content #required {
        position: relative;
    }

    .page-registration-form .registration .reg-content #reg-trouble {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 14px;
        bottom: 10px;
        position: relative;
        top: auto;
    }

    .page-registration-form .registration .reg-content .reg-details {
        margin: 20px 0;
        border: 0;
    }

    .page-registration-form .registration .reg-content .reg-details h2 {
        height: 40px;
        font-size: 25px;
    }

    .page-registration-form .registration .reg-content .reg-details .col {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .page-registration-form .registration .reg-content .reg-details .col .two-pos {
        height: auto;
    }

    .page-registration-form .registration .reg-content .reg-details.tryout .dropdown {
        width: 100%;
    }

    .page-registration-form .registration .reg-content .program {
        padding: 20px;
        cursor: default;
    }

    .page-registration-form .registration .reg-content .program:before {
        height: 30px;
        width: 30px;
        top: 15px;
        left: -17px;
    }

    .page-registration-form .registration .reg-content .program.selected {
        border-color: #e4e4e4;
    }

    .page-registration-form .registration .reg-content .program.selected:after {
        height: 16px;
        width: 16px;
        top: 22px;
        left: -10px;
    }

    .page-registration-form .registration .reg-content .program .col h4 {
        text-align: center;
    }

    .page-registration-form .registration .reg-content .program .col .price-line {
        text-align: center;
    }

    .page-registration-form .registration .reg-content .program .col .price-line img.prog-price {
        height: 50px;
    }

    .page-registration-form .registration .reg-content .program .col .price-line .second-pos {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .page-registration-form .registration .reg-content .program .col .price-line .second-pos img {
        margin-top: 3px;
    }

    .page-registration-form .registration .reg-content .program .col .price-line .second-pos br {
        display: none;
    }

    .page-registration-form .registration .reg-content #tabs {
        width: 100%;
    }

    .page-registration-form .registration .reg-content .reg-note p {
        margin: 0 0 20px;
    }

    .page-registration-form .registration .buttons {
        border-top: none;
        padding-top: 0;
    }

    .page-registration-form .registration .buttons .warning {
        width: 90%;
    }

    .page-registration-form .registration .buttons input[type="submit"] {
        width: 100%;
    }

    .page-registration-form .registration .buttons a#back {
        left: 0;
        width: 50%;
        margin-top: 20px;
        padding-left: 0;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .page-registration-form#container .reg-content label.notifications input {
        margin-top: 3px;
    }
}

@-moz-document url-prefix() {
    .dropdown:before {
        display: none;
    }

    select {
        padding-right: 0;
    }
}

.page-registration-confirmation {
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page-registration-confirmation iframe {
    visibility: hidden;
}

.page-registration-confirmation #hero.confirmation {
    background: url(../images/confirmation-header.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 515px;
    padding: 225px 0 0 25%;
}

.page-registration-confirmation #hero.confirmation h3 {
    color: #fff;
    font-size: 54px;
    margin-top: 20px;
}

.page-registration-confirmation #site-wrapper .toggle-nav {
    top: 370px;
}

.page-registration-confirmation .confirm-content {
    padding: 80px 10% 80px 25%;
}

.page-registration-confirmation .confirm-content h3:first-child {
    display: inline-block;
}

.page-registration-confirmation .confirm-content #print-conf {
    display: inline-block;
    float: right;
    text-decoration: underline;
    padding: 5px 80px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    position: relative;
}

.page-registration-confirmation .confirm-content #print-conf span {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
}

.page-registration-confirmation .confirm-content #print-conf:after {
    content: '';
    height: 40px;
    width: 50px;
    background: url(../images/ui-icon-confirmation-print.svg) no-repeat center center #979797;
    -webkit-background-size: 50% auto !important;
    -moz-background-size: 50% auto !important;
    -o-background-size: 50% auto !important;
    background-size: 50% auto !important;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.page-registration-confirmation .confirm-content #print-conf:hover:after {
    background-color: #333;
}

.page-registration-confirmation .confirm-content .col:nth-child(3) {
    width: 70%;
    float: left;
}

.page-registration-confirmation .confirm-content .col:nth-child(4) {
    width: 25%;
    margin: 0 0 0 5%;
    float: left;
}

.page-registration-confirmation .confirm-content #confirm-table {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    margin: 20px 0 0;
}

.page-registration-confirmation .confirm-content #confirm-table a {
    color: #c6191a;
    text-decoration: underline;
}

.page-registration-confirmation .confirm-content #confirm-table .line {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    height: 40px;
}

.page-registration-confirmation .confirm-content #confirm-table .line div {
    width: 33%;
    float: left;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.page-registration-confirmation .confirm-content #confirm-table .line div strong {
    font-weight: 600;
    font-size: 15px;
}

.page-registration-confirmation .confirm-content #confirm-table .line div p {
    margin: 10px 0;
}

.page-registration-confirmation .confirm-content #confirm-table .line div p img {
    float: left;
    margin: 0 10px 10px 0;
}

.page-registration-confirmation .confirm-content #confirm-table .line div:nth-child(3) {
    margin-right: 0;
}

.page-registration-confirmation .confirm-content #confirm-table .line:nth-child(1) {
    font-weight: 600;
    color: #999;
}

.page-registration-confirmation .confirm-content #confirm-table .line:nth-child(1) a {
    font-weight: 400;
    color: #4cafd4;
}

.page-registration-confirmation .confirm-content #confirm-table .line:nth-child(2) {
    height: 160px;
}

.page-registration-confirmation .confirm-content h4 {
    font-size: 20px;
    color: #4b4b4b;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 33px;
    float: left;
}

.page-registration-confirmation .confirm-content #share-icon {
    height: 45px;
    width: 45px;
    float: left;
    background: url(../images/ui-icon-confirmation-share.svg) no-repeat 11px center #d4d4d4;
    -webkit-background-size: 60% auto !important;
    -moz-background-size: 60% auto !important;
    -o-background-size: 60% auto !important;
    background-size: 60% auto !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    margin: 30px 10px 30px 0;
    text-indent: -9999px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.page-registration-confirmation .confirm-content .social-box {
    width: 49.5%;
    height: auto;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    float: left;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 0;
    padding-bottom: 17%;
}

.page-registration-confirmation .confirm-content .social-box:nth-child(4) {
    clear: left;
    margin-right: 1%;
}

.page-registration-confirmation .confirm-content .social-box .soc-icon {
    margin: 42% 0 20px;
    height: 40px;
    width: 100%;
    text-indent: -9999px;
    z-index: 999;
}

.page-registration-confirmation .confirm-content .social-box .soc-txt {
    z-index: 999;
    margin-bottom: 110px;
}

.page-registration-confirmation .confirm-content .social-box .soc-txt span {
    color: #fff;
    text-decoration: underline;
}

.page-registration-confirmation .confirm-content .social-box:hover .soc-text {
    text-decoration: none;
}

.page-registration-confirmation .confirm-content .social-box#twitter .soc-icon {
    background: url(../images/ui-icon-twitter-white.svg) no-repeat center center;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-confirmation .confirm-content .social-box#facebook .soc-icon {
    background: url(../images/ui-icon-fb-white.svg) no-repeat center center;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-registration-confirmation .confirm-content .social-box .soc-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-registration-confirmation .confirm-content .social-box .soc-img img {
    width: 100%;
    height: auto;
}

.page-registration-confirmation .confirm-content .social-box .soc-img:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #26718d;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
}

.page-registration-confirmation .confirm-content .social-box:hover .soc-img:after {
    background: #26718d;
    opacity: 0.3 !important;
    filter: alpha(opacity=30 !important) !important;
}

.page-registration-confirmation .confirm-content .cta {
    background: url(../images/ui-border-gray.jpg) repeat-y;
    margin: 80px 0 0;
    font-size: 22px;
    padding: 10px 0 30px 45px;
    max-width: 285px;
    float: right;
    line-height: 1.2;
}

.page-registration-confirmation .confirm-content .cta p {
    margin: 0 0 20px;
}

.page-registration-confirmation .confirm-content .cta p.gray {
    color: #999;
    margin-bottom: 0;
}

.page-registration-confirmation .confirm-content .cta a {
    color: #fff;
    text-decoration: none;
    margin: 30px 0 0;
    display: inline-block;
    position: relative;
    padding: 16px 20px;
    background: #c6191a;
}

.page-registration-confirmation .confirm-content .cta a:hover {
    text-decoration: none;
    background: #c20304;
}

.page-registration-confirmation .confirm-content #gear {
    margin-top: 220px;
}

@media (max-width: 1024px) {

    .page-registration-confirmation#container .confirm-content .col:nth-child(3),
    .page-registration-confirmation#container .confirm-content .col:nth-child(4) {
        width: 100%;
        margin: 0;
    }

    .page-registration-confirmation#container .confirm-content #gear {
        margin-top: 60px;
        max-width: none;
    }

    .page-registration-confirmation#container .confirm-content .cta {
        display: none;
    }
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .page-registration-confirmation#container .confirm-content #print-conf {
        display: none;
    }

    .page-registration-confirmation#container .confirm-content #confirm-table .line {
        height: auto;
        border: none;
        font-size: 13px;
    }

    .page-registration-confirmation#container .confirm-content #confirm-table .line div {
        width: 100%;
        height: 110px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .page-registration-confirmation#container .confirm-content #confirm-table .line:nth-child(1) {
        width: 35%;
        float: left;
        text-transform: uppercase;
        font-weight: 100;
    }

    .page-registration-confirmation#container .confirm-content #confirm-table .line:nth-child(1) div {
        padding-right: 5%;
    }

    .page-registration-confirmation#container .confirm-content #confirm-table .line:nth-child(2) {
        width: 65%;
        float: left;
    }

    .page-registration-confirmation#container .confirm-content #confirm-table .line:nth-child(2) p {
        margin: 0 0 10px 0;
    }

    .page-registration-confirmation#container .confirm-content h4 {
        font-size: 15px;
        top: 40px;
    }

    .page-registration-confirmation#container .confirm-content #gear {
        background: none;
        padding-left: 0;
        font-size: 16px;
        margin-top: 30px;
    }

    .page-registration-confirmation#container .confirm-content #gear img {
        margin: 0 auto 10px auto;
        height: 110px;
        display: block;
    }

    .page-registration-confirmation#container .confirm-content #gear a {
        width: 100%;
        text-align: center;
    }

    .page-registration-confirmation#container .confirm-content .social-box {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .page-registration-confirmation#container .confirm-content {
        padding: 80px 5%;
    }

    .page-registration-confirmation#container .confirm-content .social-box {
        width: 275px;
        height: 275px;
        margin: 0 auto;
        display: table;
        float: none;
    }

    .page-registration-confirmation#container .confirm-content .social-box .soc-icon {
        margin-top: 33%;
    }

    .page-registration-confirmation#container .confirm-content .social-box .soc-txt {
        margin-bottom: 66px;
    }
}

.page-shop-confirmation {
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page-shop-confirmation #hero.confirmation {
    background: url(../images/confirmation-header.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 515px;
    padding: 225px 0 0 25%;
}

.page-shop-confirmation #hero.confirmation h3 {
    color: #fff;
    font-size: 54px;
    margin-top: 20px;
}

.page-shop-confirmation #site-wrapper .toggle-nav {
    top: 370px;
}

.page-shop-confirmation .confirm-content {
    padding: 80px 10% 80px 25%;
}

.page-shop-confirmation .confirm-content h3:first-child {
    display: inline-block;
    float: left;
}

.page-shop-confirmation .confirm-content #print-conf {
    display: inline-block;
    float: right;
    text-decoration: underline;
    padding: 5px 80px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    position: relative;
}

.page-shop-confirmation .confirm-content #print-conf span {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
}

.page-shop-confirmation .confirm-content #print-conf:after {
    content: '';
    height: 40px;
    width: 50px;
    background: url(../images/ui-icon-confirmation-print.svg) no-repeat center center #979797;
    -webkit-background-size: 50% auto !important;
    -moz-background-size: 50% auto !important;
    -o-background-size: 50% auto !important;
    background-size: 50% auto !important;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.page-shop-confirmation .confirm-content #print-conf:hover:after {
    background-color: #333;
}

.page-shop-confirmation .confirm-content .col:nth-child(3) {
    width: 70%;
    float: left;
    clear: left;
}

.page-shop-confirmation .confirm-content .col:nth-child(4) {
    width: 25%;
    margin: 0 0 0 5%;
    float: left;
}

.page-shop-confirmation .confirm-content #confirm-table {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    margin: 20px 0 0;
}

.page-shop-confirmation .confirm-content #confirm-table .line {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    height: 40px;
}

.page-shop-confirmation .confirm-content #confirm-table .line div {
    width: 33%;
    float: left;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.page-shop-confirmation .confirm-content #confirm-table .line div strong {
    font-weight: 600;
    font-size: 15px;
}

.page-shop-confirmation .confirm-content #confirm-table .line div p {
    margin: 10px 0;
}

.page-shop-confirmation .confirm-content #confirm-table .line div p img {
    float: left;
    margin: 0 10px 10px 0;
}

.page-shop-confirmation .confirm-content #confirm-table .line div:nth-child(3) {
    margin-right: 0;
}

.page-shop-confirmation .confirm-content #confirm-table .line:nth-child(1) {
    font-weight: 600;
    color: #999;
}

.page-shop-confirmation .confirm-content #confirm-table .line:nth-child(1) a {
    font-weight: 400;
    color: #4cafd4;
}

.page-shop-confirmation .confirm-content #confirm-table .line:nth-child(2) {
    height: 160px;
}

.page-shop-confirmation .confirm-content h4 {
    font-size: 20px;
    color: #4b4b4b;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 33px;
    float: left;
}

.page-shop-confirmation .confirm-content #share-icon {
    height: 45px;
    width: 45px;
    float: left;
    background: url(../images/ui-icon-confirmation-share.svg) no-repeat 11px center #d4d4d4;
    -webkit-background-size: 60% auto !important;
    -moz-background-size: 60% auto !important;
    -o-background-size: 60% auto !important;
    background-size: 60% auto !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    margin: 30px 10px 30px 0;
    text-indent: -9999px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.page-shop-confirmation .confirm-content .social-box {
    width: 49.5%;
    height: auto;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    float: left;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 0;
    padding-bottom: 17%;
}

.page-shop-confirmation .confirm-content .social-box:nth-child(4) {
    clear: left;
    margin-right: 1%;
}

.page-shop-confirmation .confirm-content .social-box .soc-icon {
    margin: 42% 0 20px;
    height: 40px;
    width: 100%;
    text-indent: -9999px;
    z-index: 999;
}

.page-shop-confirmation .confirm-content .social-box .soc-txt {
    z-index: 999;
    margin-bottom: 110px;
}

.page-shop-confirmation .confirm-content .social-box .soc-txt span {
    color: #fff;
    text-decoration: underline;
}

.page-shop-confirmation .confirm-content .social-box:hover .soc-text {
    text-decoration: none;
}

.page-shop-confirmation .confirm-content .social-box#twitter .soc-icon {
    background: url(../images/ui-icon-twitter-white.svg) no-repeat center center;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-shop-confirmation .confirm-content .social-box#facebook .soc-icon {
    background: url(../images/ui-icon-fb-white.svg) no-repeat center center;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.page-shop-confirmation .confirm-content .social-box .soc-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-shop-confirmation .confirm-content .social-box .soc-img img {
    width: 100%;
    height: auto;
}

.page-shop-confirmation .confirm-content .social-box .soc-img:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #26718d;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
}

.page-shop-confirmation .confirm-content .social-box:hover .soc-img:after {
    background: #26718d;
    opacity: 0.3 !important;
    filter: alpha(opacity=30 !important) !important;
}

.page-shop-confirmation .confirm-content .cta {
    background: url(../images/ui-border-gray.jpg) repeat-y;
    margin: 80px 0 0;
    font-size: 22px;
    padding: 10px 0 30px 45px;
    max-width: 285px;
    float: right;
    line-height: 1.2;
}

.page-shop-confirmation .confirm-content .cta p {
    margin: 0 0 20px;
}

.page-shop-confirmation .confirm-content .cta p.gray {
    color: #999;
    margin-bottom: 0;
}

.page-shop-confirmation .confirm-content .cta a {
    color: #fff;
    text-decoration: none;
    margin: 30px 0 0;
    display: inline-block;
    position: relative;
    padding: 16px 20px;
    background: #c6191a;
}

.page-shop-confirmation .confirm-content .cta a:hover {
    text-decoration: none;
    background: #c20304;
}

.page-shop-confirmation .confirm-content #gear {
    margin-top: 220px;
}

@media (max-width: 1024px) {

    .page-shop-confirmation#container .confirm-content .col:nth-child(3),
    .page-shop-confirmation#container .confirm-content .col:nth-child(4) {
        width: 100%;
        margin: 0;
    }

    .page-shop-confirmation#container .confirm-content #gear {
        margin-top: 60px;
        max-width: none;
    }

    .page-shop-confirmation#container .confirm-content .cta {
        display: none;
    }
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .page-shop-confirmation#container .confirm-content #print-conf {
        display: none;
    }

    .page-shop-confirmation#container .confirm-content #confirm-table .line {
        height: auto;
        border: none;
        font-size: 13px;
    }

    .page-shop-confirmation#container .confirm-content #confirm-table .line div {
        width: 100%;
        height: 110px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .page-shop-confirmation#container .confirm-content #confirm-table .line:nth-child(1) {
        width: 35%;
        float: left;
        text-transform: uppercase;
        font-weight: 100;
    }

    .page-shop-confirmation#container .confirm-content #confirm-table .line:nth-child(1) div {
        padding-right: 5%;
    }

    .page-shop-confirmation#container .confirm-content #confirm-table .line:nth-child(2) {
        width: 65%;
        float: left;
    }

    .page-shop-confirmation#container .confirm-content #confirm-table .line:nth-child(2) p {
        margin: 0 0 10px 0;
    }

    .page-shop-confirmation#container .confirm-content h4 {
        font-size: 15px;
        top: 40px;
    }

    .page-shop-confirmation#container .confirm-content #gear {
        background: none;
        padding-left: 0;
        font-size: 16px;
        margin-top: 30px;
    }

    .page-shop-confirmation#container .confirm-content #gear img {
        margin: 0 auto 10px auto;
        height: 110px;
        display: block;
    }

    .page-shop-confirmation#container .confirm-content #gear a {
        width: 100%;
        text-align: center;
    }

    .page-shop-confirmation#container .confirm-content .social-box {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .page-shop-confirmation#container .confirm-content {
        padding: 80px 5%;
    }

    .page-shop-confirmation#container .confirm-content .social-box {
        width: 275px;
        height: 275px;
        margin: 0 auto;
        display: table;
        float: none;
    }

    .page-shop-confirmation#container .confirm-content .social-box .soc-icon {
        margin-top: 33%;
    }

    .page-shop-confirmation#container .confirm-content .social-box .soc-txt {
        margin-bottom: 66px;
    }
}

.page-shop {
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page-shop #add-cart-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    background: white;
    color: white;
}

.page-shop .shop-content {
    padding: 80px 65px;
}

.page-shop .shop-content h3 {
    padding-bottom: 30px;
}

.page-shop .shop-content h3 strong {
    color: #c6191a;
}

.page-shop .shop-content h3:first-child {
    display: inline-block;
    margin: 3px 30px 0 0;
    vertical-align: top;
    float: left;
}

.page-shop .shop-content #tabs {
    width: 400px;
    display: inline-block;
    float: left;
    clear: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-shop .shop-content #tabs a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-shop .shop-content #tabs a:first-child {
    width: 65%;
}

.page-shop .shop-content #tabs a:nth-child(2) {
    width: 35%;
}

.page-shop .shop-content #view-all {
    float: left;
    display: inline-block;
    padding: 9px 0 0 15px;
    color: #b1b1b1;
    font-size: 18px;
    text-decoration: underline;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.page-shop .shop-content #view-all:hover {
    color: #333;
}

.page-shop .shop-content #free-shipping {
    display: inline-block;
    color: #2abd42;
    font-size: 16px;
    margin: 8px 120px 0 0;
    position: absolute;
    top: 75px;
    right: 60px;
}

.page-shop .shop-content #cart-icon {
    height: 30px;
    width: 110px;
    background: url(../images/cart-icon.svg) no-repeat;
    margin: 0 0 0 10px;
    background-position: top right;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    padding: 0 0 0 10px;
    border-left: 2px solid #898989;
    display: inline-block;
    position: absolute;
    top: 80px;
    right: 60px;
    text-decoration: underline;
    color: #212121;
}

.page-shop .shop-content #cart-icon #cart-number {
    color: #fff;
    background: #53c361;
    height: 22px;
    width: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    top: -8px;
    right: -5px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.page-shop .shop-content #cart-icon #cart-number.hide {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.page-shop .shop-content #cart-icon span {
    font-size: 16px;
    color: #212121;
}

.page-shop .shop-content #cart-icon:hover {
    text-decoration: none;
}

.page-shop .shop-content .items {
    clear: both;
}

.page-shop .shop-content .items .item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 24%;
    margin: 20px 1% 20px 0;
    display: inline-block;
    float: left;
    overflow: visible;
    position: relative;
    padding-bottom: 20px;
}

.page-shop .shop-content .items .item.hide {
    display: none;
}

.page-shop .shop-content .items .item .image-wrap {
    border-bottom: 1px solid #ddd;
    margin: 0 auto 20px;
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page-shop .shop-content .items .item .image-wrap img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    max-width: 300px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.page-shop .shop-content .items .item.sale-item .image-wrap:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 98px;
    height: 56px;
    z-index: 1000;
    -webkit-background-size: 98px 56px !important;
    -moz-background-size: 98px 56px !important;
    -o-background-size: 98px 56px !important;
    background-size: 98px 56px !important;
}


.page-shop .shop-content .items .item.sale-item-1 .image-wrap:before {
    background: transparent url(../images/shop-sale-item-tag.svg) no-repeat top left;
}

.page-shop .shop-content .items .item.sale-item-2 .image-wrap:before {
    background: transparent url(../images/shop-best-seller-item-tag.svg) no-repeat top left;
}

.page-shop .shop-content .items .item .detail-wrap {
    height: 150px;
}

.page-shop .shop-content .items .item .descrip {
    font-size: 17px;
    width: 75%;
    line-height: 1.3;
    margin: 0 5% 10px 0;
    float: left;
    color: #898989;
    min-height: 70px;
}

.page-shop .shop-content .items .item .price,
.page-shop .shop-content .items .item .originalprice {
    width: 20%;
    text-align: right;
    float: left;
    display: inline-block;
    font-size: 13px;
}

.page-shop .shop-content .items .item .originalprice {
    text-decoration: line-through;
    color: #898989;
}

.page-shop .shop-content .items .item .descrip strong {
    color: #c6191a !important;
}

.page-shop .shop-content .items .item .details {
    width: 25%;
    float: left;
    display: inline-block;
    color: #b6b6b6;
    text-decoration: underline;
    font-size: 14px;
    padding: 0 0;
    position: static;
}

.page-shop .shop-content .items .item .details .hover-descrip {
    display: none;
    font-size: 12px;
    line-height: 1.3;
    color: #adadad;
}

.page-shop .shop-content .items .item .details:hover {
    color: #56b0d4;
    cursor: pointer;
}

.page-shop .shop-content .items .item .button-wrap {
    height: 55px;
}

.page-shop .shop-content .items .item .button-wrap.no-drop span.one-size {
    width: 58%;
    display: block;
    float: left;
    clear: both;
    display: inline-block;
    line-height: 55px;
    height: 55px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #b6b6b6;
}

.page-shop .shop-content .items .item .dropdown {
    width: 58%;
    float: left;
    clear: both;
    display: inline-block;
    text-align: left;
    font-weight: 600;
    height: 55px;
}

.page-shop .shop-content .items .item .dropdown.error {
    margin: 0;
    padding: 0;
}

.page-shop .shop-content .items .item label.add-to-cart {
    line-height: 30px;
    width: 40%;
    float: right;
    display: block;
    height: 50px;
    position: relative;
    text-indent: -9999px;
    overflow: visible;
    margin: 0;
    padding: 0;
    background: #212121;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.page-shop .shop-content .items .item label.add-to-cart input[type=checkbox] {
    display: none;
}

.page-shop .shop-content .items .item label.add-to-cart .add,
.page-shop .shop-content .items .item label.add-to-cart .added {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin: 0;
    color: white;
    text-indent: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.page-shop .shop-content .items .item label.add-to-cart .added {
    display: none;
}

.page-shop .shop-content .items .item label.add-to-cart .continue-btn {
    position: absolute;
    top: 50%;
    color: #6d6d6d;
    text-indent: 0px;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
}

.page-shop .shop-content .items .item label.add-to-cart.checked {
    background: #c6191a;
}

.page-shop .shop-content .items .item label.add-to-cart.checked .add {
    display: none;
}

.page-shop .shop-content .items .item label.add-to-cart.checked .added {
    display: block;
}

.page-shop .shop-content .items .item label.add-to-cart.checked .continue-btn {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 1 !important;
    filter: alpha(opacity=100 !important) !important;
}

.page-shop .shop-content select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 50px;
    border: 3px solid #e4e4e4;
    background: #fff;
    padding: 0 20px 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0 0 5px;
    position: relative;
    outline: none;
    background: white url("../images/ui-icon-chevron-down-black.svg") no-repeat 95% center;
    -webkit-background-size: 14px auto !important;
    -moz-background-size: 14px auto !important;
    -o-background-size: 14px auto !important;
    background-size: 14px auto !important;
}

.page-shop .shop-content select.valid {
    background: white url(../images/ui-icon-checkbox-checked.svg) no-repeat 95% center;
}

.page-shop .shop-content select.error {
    background: white url(../images/ui-icon-alert-gray.svg) no-repeat 95% center;
}

.page-shop .shop-content select::-ms-expand {
    display: none;
}

.page-shop .shop-content select.disabled {
    opacity: 0.5 !important;
    filter: alpha(opacity=50 !important) !important;
}

.page-shop .shop-content select.border {
    border-color: #c6191a;
    background: white url(../images/ui-icon-alert-gray.svg) no-repeat 95% center;
}

.page-shop .shop-content select::-ms-clear {
    display: none;
}

.page-shop .shop-content input[type="text"],
.page-shop .shop-content input[type="email"] {
    width: 100%;
    margin: 5px 5% 5px 0;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 3px solid #e4e4e4;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
    color: #212121;
    outline: none;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    background: white no-repeat right 1em bottom -200px url("../images/ui-icon-checkbox-checked.svg");
    -webkit-background-size: 14px auto !important;
    -moz-background-size: 14px auto !important;
    -o-background-size: 14px auto !important;
    background-size: 14px auto !important;
}

.page-shop .shop-content input[type="text"].full,
.page-shop .shop-content input[type="email"].full {
    width: 95%;
}

.page-shop .shop-content input[type="text"].valid,
.page-shop .shop-content input[type="email"].valid {
    background-position: right 1em center;
}

.page-shop .shop-content input[type="text"].error,
.page-shop .shop-content input[type="email"].error {
    background: white no-repeat right 1em center url("../images/ui-icon-alert-gray.svg");
    -webkit-background-size: 20px auto !important;
    -moz-background-size: 20px auto !important;
    -o-background-size: 20px auto !important;
    background-size: 20px auto !important;
}

.page-shop .shop-content input[type="checkbox"] {
    float: left;
    margin: 15px 3% 30px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: checkbox;
    background: #fff;
    border: 3px solid #e4e4e4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 30px;
    width: 30px;
    outline: none;
    display: block;
}

.page-shop .shop-content input[type="checkbox"]:checked {
    background: url(../images/ui-icon-checkbox-checked.svg) no-repeat center center #fff;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    background-size: 15px auto !important;
}

.page-shop .shop-content input::-ms-clear {
    display: none;
}

.page-shop .shop-content label {
    width: 45%;
    margin: 5px 5% 5px 0;
    font-weight: 600;
    font-size: 16px;
    float: left;
    line-height: 1;
}

.page-shop .shop-content label.notifications {
    width: 90%;
    margin: 30px 0;
    font-size: 13px;
    color: #adadad;
    font-weight: 400;
}

.page-shop .shop-content label.notifications input[type="checkbox"] {
    margin-top: -6px;
}

.page-shop .shop-content label.hs-name {
    width: 70%;
}

.page-shop .shop-content label.member-two {
    margin-top: 30px;
}

.page-shop .shop-content label.height {
    position: relative;
}

.page-shop .shop-content label.height .inches {
    position: absolute;
    top: 20px;
    right: -5%;
    margin-top: 0;
}

.page-shop .shop-content #address,
.page-shop .shop-content .full {
    width: 100%;
    clear: both;
}

.page-shop .shop-content .fourth {
    width: 20%;
    float: left;
    margin-top: 5px;
    margin-right: 5%;
}

.page-shop .shop-content .half {
    width: 45%;
}

.page-shop .shop-content .clear,
.page-shop .shop-content #gpa,
.page-shop .shop-content #hs-year {
    clear: both;
}

.page-shop .shop-content #country,
.page-shop .shop-content #sat,
.page-shop .shop-content #member-one-primary,
.page-shop .shop-content #summer,
.page-shop .shop-content #primary {
    clear: left;
}

.page-shop .shop-content .dropdown {
    position: relative;
}

.page-shop .shop-content .dropdown input {
    width: 100%;
    margin-right: 0;
}

.page-shop .shop-content .dropdown.fourth {
    width: 100%;
}

.page-shop .shop-content .dropdown.fourth.feet,
.page-shop .shop-content .dropdown.fourth.inches {
    width: 47.5%;
    float: none;
}

.page-shop .shop-content .dropdown.full {
    width: 95%;
    margin-top: 5px;
}

.page-shop .shop-content .dropdown.half {
    width: 100%;
    margin-top: 5px;
}

.page-shop .shop-content .dropdown.error {
    margin: 0;
    padding: 0;
}

.page-shop .shop-content input:-ms-input-placeholder {
    color: #e4e4e4 !important;
}

.page-shop .shop-content .items .item .image-wrap img.cloned {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.page-shop .shop-content .items .item .image-wrap img.cloned.move {
    -webkit-transform: translate3d(100%, -100%, 0) scale(0.5);
    -moz-transform: translate3d(100%, -100%, 0) scale(0.5);
    -ms-transform: translate3d(100%, -100%, 0) scale(0.5);
    -o-transform: translate3d(100%, -100%, 0) scale(0.5);
    transform: translate3d(100%, -100%, 0) scale(0.5);
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    z-index: 121212;
}

@-moz-document url-prefix() {
    .page-shop .dropdown:before {
        display: none;
    }
}

@-moz-document url-prefix() {
    .page-shop select {
        padding-right: 0;
    }
}

.page-shop .ads {
    width: 100%;
    margin: 40px 0;
    float: left;
}

.page-shop .ads .ad {
    width: 48%;
    float: left;
}

.page-shop .ads .ad:hover {
    cursor: pointer;
}

.page-shop .ads .ad:after {
    content: '';
    height: 25px;
    width: 25px;
    background: url(../images/ui-icon-chevron-right-white.svg) no-repeat;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    position: absolute;
    top: 40%;
    right: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.page-shop .ads .ad:nth-child(2) {
    float: right;
}

.page-shop .ads .ad img {
    width: 100%;
    height: auto;
}

@media (max-width: 1600px) {
    .page-shop .shop-content h3:first-child {
        float: left;
    }
}

@media (max-width: 1440px) {
    .page-shop .shop-content #tabs {
        clear: left;
    }

    .page-shop .shop-content #view-all,
    .page-shop .shop-content #tabs {
        float: left;
    }
}

@media (max-width: 1280px) {
    .page-shop .shop-content #free-shipping {
        font-size: 16px;
        margin: 8px 0 0 0;
        position: relative;
        float: right;
        top: 0;
        right: 0;
    }

    .page-shop .shop-content #cart-icon {
        position: relative;
        float: right;
        right: 0;
        border-left: none;
        top: 0;
        clear: both;
        margin-top: 0;
    }
}

@media (max-width: 1440px) {

    .page-shop .shop-content .item .descrip,
    .page-shop .shop-content select {
        font-size: 14px;
    }

    .page-shop .shop-content .item .descrip {
        min-height: 60px;
        margin-bottom: 0;
    }

    .page-shop .shop-content .items .item label.add-to-cart {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .page-shop .shop-content .items .item .dropdown {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .page-shop .shop-content .items .item .no-drop span.one-size {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .page-shop .shop-content {
        padding: 80px 40px;
    }

    .page-shop .shop-content .items .item {
        width: 49%;
        margin-right: 1%;
    }

    .page-shop .shop-content .items .item .detail-wrap {
        height: 120px;
    }

    .page-shop .shop-content .items .item .descrip {
        min-height: 0;
    }
}

@media (max-width: 767px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 1080px) {
    .page-shop .shop-content {
        padding: 40px 5%;
    }

    .page-shop .shop-content h3:first-child {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .page-shop .shop-content #tabs {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-shop .shop-content #tabs a {
        font-size: 14px;
        margin: 1%;
        border: none;
        padding: 10px 0;
    }

    .page-shop .shop-content #tabs a:first-child {
        width: 98%;
    }

    .page-shop .shop-content #tabs a:nth-child(2) {
        width: 98%;
    }

    .page-shop .shop-content #view-all {
        margin: 20px auto;
        font-size: 14px;
        display: table;
        float: none;
        clear: left;
    }

    .page-shop .shop-content #free-shipping {
        top: 0;
        margin-right: 10px;
        position: relative;
        right: inherit;
        clear: left;
        float: left;
    }

    .page-shop .shop-content #cart-icon {
        margin-top: 0;
        clear: none;
    }

    .page-shop .shop-content .items .item {
        width: 100%;
        margin: 0;
    }

    .page-shop .shop-content .items .item .detail-wrap {
        height: auto;
    }

    .page-shop .shop-content .items .item .price {
        width: 100%;
        text-align: left;
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .page-shop .shop-content .items .item .image-wrap img {
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .page-shop .shop-content .items .item .details {
        display: none;
    }

    .page-shop .shop-content .items .item .dropdown {
        margin-top: 0;
    }

    .page-shop .shop-content .items .item .descrip {
        min-height: 0;
        width: 100%;
        margin: 0;
    }

    .page-shop .shop-content .ad:after {
        top: 27%;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .page-shop .shop-content #cart-icon {
        float: left;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
        clear: left;
    }

    .page-shop .shop-content #tabs a:first-child {
        padding: 10px 12%;
    }

    .page-shop .shop-content .items .item .details {
        display: none;
    }

    .page-shop .shop-content .ad {
        width: 100%;
    }
}

/* Newletter Registration Confirmation */
fieldset#nrConfirm {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 20px 0 10px 0;
    font-size: 16px;
}

#nrConfirm p {
    padding-left: 1rem;
}
