/* v17.2.14 */


/*
main green: #00ae4d
lime: #bed630
yellow: #ffdd00
orange: #f6921e
red: #ec1c24
*/

div#customContainer div.mainSection.gift,
div#customContainer div.mainSection.billing,
div#customContainer div.mainSection.payment {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: Averta, Avenir, 'Avenir Next', Gotham, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 300;
}

div#customContainer div.inputGroup div.asCell {
    vertical-align: top;
}

div#customContainer div.inputGroup div.cardIconGroup.asCell table td {
    vertical-align: middle;
}

body {
    background-color: white;
    font-size: 100%;
}

div.loadingMsg {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
}

div.loadingMsg p.loadingMsg {
    font-size: 2em;
    font-weight: 400;
    font-weight: 300;
    font-weight: 200;
    color: #bababa;
    text-align: center;
    margin: 2em;
}

.asTable {
    display: table;
}

.asRow {
    display: table-row;
}

.asCell {
    display: table-cell;
}

.relativer,
.relativee {
    position: relative;
}

.wrapSet {
    display: inline-block;
}

div.asRow.narrowBlock > div.asCell,
div.asRow.midBlock > div.asCell {
    display: block;
}

.button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

div.centering {
    text-align: center;
}

.containShape {
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: -4px;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    background-color: #e9e9f1;
    border: 1px solid #00ae4d;
    vertical-align: bottom;
    outline: none;
}

input[type="radio"] {
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background: #00ae4d;
    background: -webkit-radial-gradient(center, ellipse cover, #000000 30%, #00ae4d 40%, #027433 100%);
    background: radial-gradient(ellipse at center, #000000 30%, #00ae4d 40%, #027433 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#027433', endColorstr='#00ae4d', GradientType=1);
    background: -moz-radial-gradient(center, ellipse cover, #00ae4d 40%, #027433 100%);
}

div.mainSection.containShape,
div.preFooter,
footer {
    padding: 1.5rem 1.25rem;
}

div.columns.asTable,
div.columns.asTable div.leftColumn {
    width: 100%;
}

div.columns.asTable div.leftColumn,
div.columns.asTable div.rightColumn {
    display: block;
    width: 100%;
}

div.mainSection.billing div.columns.asTable div.rightColumn,
div.mainSection.payment div.columns.asTable div.rightColumn {
    display: none;
}

div.mainSection.payment {
    background-color: #f2f2f2;
}

a,
.clickLink {
    cursor: pointer;
    color: #176fcc;
    text-decoration: none;
}

div.preFooter a,
div.preFooter .clickLink {
    color: #00ae4d;
}

a:hover,
.clickLink:hover {
    text-decoration: underline;
}

a:active,
.clickLink:active {
    color: gray;
}

footer {
    color: white;
    background-color: black;
}

footer p {
    margin-bottom: .1em;
}

footer p,
footer strong,
footer span,
footer a {
    font-size: .875em;
    line-height: 1.4em;
    vertical-align: baseline;
}

footer a,
footer .clickLink {
    color: white;
}

footer a:hover,
footer .clickLink:hover {
    color: white;
    text-decoration: underline;
}

footer div.leftColumn,
footer div.rightColumn {
    vertical-align: middle;
}

footer div.rightColumn {
    padding-top: 1em;
    text-align: left;
}

label span.required {
    color: #87CEFA;
    margin-right: .25em;
}

div.columns.asTable div.rightColumn.lowerInfo {
    vertical-align: middle;
}

div.columns.asTable div.rightColumn.lowerInfo figure {
    width: 90%;
    margin: 0 auto 1em auto;
}

div.columns.asTable div.rightColumn.lowerInfo figure img.lowerInfo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

div.columns.asTable div.rightColumn.lowerInfo figure figcaption {
    margin-top: 1em;
    font-size: 1.15em;
    line-height: 1.4em;
}

div#customContainer {
    display: none;
}

div.mainSection.gift {
    position: relative;
}

header {
    position: relative;
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1926/con_2016_dpage_hero_mom_baby_carseat_1400x649.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 47.5%;
    -webkit-animation-name: introFadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: introFadeIn;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    animation-name: introFadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

div.mainSection.gift div.mastContent {
    margin: 0 auto;
}

header div.bgFade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 33%, rgba(0, 0, 0, 1) 40%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, .4)), color-stop(33%, rgba(0, 0, 0, .4)), color-stop(40%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 33%, rgba(0, 0, 0, 1) 40%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 33%, rgba(0, 0, 0, 1) 40%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 33%, rgba(0, 0, 0, 1) 40%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 33%, rgba(0, 0, 0, 1) 40%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

div.mainSection.gift a,
div.mainSection.gift img.logo {
    z-index: 1;
    width: 90%;
    max-width: 250px;
    height: auto;
    border: none;
}

div.mainSection.gift hr.mastLine {
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    margin: .66em 0 0 0;
}

div.mainSection.gift div.introCopy {
    width: 100%;
    height: 100%;
}

div.mainSection.gift p.introCopy {
    color: white;
    font-size: 2.25em;
    line-height: 1.4em;
    font-weight: 400;
    font-weight: 300;
}

div#customGiftString div.giftLevel.chooser,
div#customGiftString input.giftLevel.other {
    font-weight: normal;
    font-weight: 500;
}

div.mainSection.gift {
    -webkit-animation-name: introFadeIn;
    -webkit-animation-duration: 1.75s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: introFadeIn;
    -moz-animation-duration: 1.75s;
    -moz-animation-iteration-count: 1;
    animation-name: introFadeIn;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
}

div#customContainer div.mainSection.gift div.leftColumn h2 {
    color: white;
    font-weight: 400;
    font-weight: 300;
    font-weight: 200;
    font-size: 2.25em;
    line-height: 1.1em;
    margin: .33em 0 1em 0;
}

div#customContainer div.mainSection.gift div.leftColumn h2 a {
    color: white;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
}

div#customContainer div.rightColumn.specialNote h4 {
    color: #00ae4d;
    font-weight: normal;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: .75em;
}

div#customContainer div.rightColumn.specialNote ul {
    margin-left: 1em;
}

div#customContainer div.rightColumn.specialNote ul li {
    font-size: 1.125em;
    line-height: 1.4em;
    margin-bottom: .75em;
}

div#customContainer div.mainSection.gift div.rightColumn {
    display: none;
}

div#customContainer div.mainSection.gift .asTable {
    width: 100%;
}

div#customContainer div.mainSection.gift .asCell {
    vertical-align: middle;
}

div#customContainer div.mainSection label.giftFreq,
div#customContainer div.mainSection label.payMethod,
div#customContainer div.mainSection label.bankAcctType {
    display: inline-block;
    font-size: 1.125em;
    margin-top: .15em;
}

div#customContainer div.mainSection label.giftFreq:not(:last-of-type),
div#customContainer div.mainSection label.payMethod:not(:last-of-type),
div#customContainer div.mainSection label.bankAcctType:not(:last-of-type) {
    margin-right: 1.5em;
}

div#customContainer div.mainSection label.giftFreq input[type="radio"],
div#customContainer div.mainSection label.payMethod input[type="radio"],
div#customContainer div.mainSection label.bankAcctType input[type="radio"] {
    margin-right: .5em;
}

div#customContainer div.mainSection.gift div.giftIntroBox {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
}

div#customContainer div.mainSection.gift div.giftIntroBox img.logo {
    width: 80%;
    height: auto;
    margin-bottom: .75em;
}

div#customContainer div.mainSection.gift div.giftIntroBox p.giftIntro {
    font-size: 1rem;
    line-height: 1.4em;
}

div#customContainer div.mainSection.gift div.giftIntroBox strong {
    font-weight: bold;
}

div#customContainer div.mainSection.gift div.giftIntroBox p.giftIntro.big {
    font-size: 1.6875rem;
    line-height: 1.1em;
}

div#customContainer div.mainSection.gift div.giftIntroBox p.giftIntro:not(:last-of-type) {
    margin-bottom: .66rem;
}

div#customContainer div.mainSection.gift div.giftIntroBox p.hint {
    font-size: .8em;
    line-height: inherit;
}

div#customContainer div.mainSection.gift div.giftString div.widthSizer {
    display: inline-block;
    width: 49%;
    padding: .5em;
    vertical-align: middle;
}

div#customContainer div.mainSection.gift div.giftString div.widthSizer > div.giftLevel,
div#customContainer div.mainSection.gift div.giftString div.widthSizer > input.giftLevel {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

div#customContainer div.mainSection.gift div.giftString div.giftLevel.chooser {
    padding: .4em;
    border: 2px solid #00ae4d;
}

div#customContainer div.mainSection.gift div.giftString div.giftLevel.chooser.unselected {
    opacity: .5;
}

div#customContainer div.mainSection.gift div.giftString input.giftLevel.other {
    text-align: center;
    width: 4.25em;
    padding: .4em;
    background-color: white;
    border: 2px solid white;
    transition: border-color .4s, box-shadow .4s;
    outline: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div#customContainer div.mainSection.gift div.giftString div.giftLevel.button {
    color: #00ae4d;
    background-color: white;
    transition: background-color .4s, border-color .4s;
}

div#customContainer div.mainSection.gift div.giftString div.giftLevel.button.selected {
    color: white;
    background-color: #00ae4d;
}

div#customContainer div.mainSection.gift div.giftString div.giftLevel.button:hover:not(.selected) {
    color: #e0e0e0;
    color: rgba(255, 255, 255, 0.8);
    background-color: #00ae4d;
}

div#customContainer div.mainSection.gift div.giftString input.giftLevel.other.selected {
    border-color: #00ae4d;
}

div#customContainer div.mainSection.gift div.giftString input.giftLevel.other:hover:not(.selected) {
    border-color: lightgray;
}

div#customContainer div.mainSection.gift div.giftString div.giftLevel.button:active {
    transition: background-color .1s, border-color .1s;
    color: black;
    background-color: gray;
    border-color: gray;
}

div#customContainer div.mainSection.gift p.otherMsg {
    display: none;
    text-align: center;
    color: #f6921e;
}

div#customContainer div.mainSection.gift p.mbrBenTease,
div#customContainer div.mainSection.gift p.mbrBenTeaseMonthly {
    display: none;
    margin-top: 1em;
    margin-bottom: 0;
    color: #414141;
    font-size: .9em;
    text-align: center;
}

div#customContainer div.mainSection.gift p.mbrBenTease span.clickMbrBen,
div#customContainer div.mainSection.gift p.mbrBenTeaseMonthly span.clickMbrBenMonthly {
    color: inherit;
    font-weight: bold;
}

div#customContainer div.giftFreq.asTable,
div#customContainer div.payMethod.asTable {
    margin: 1em auto 0 auto;
    width: 100%;
}

div#customContainer div.giftFreq.asTable {
    text-align: center;
}

div#customContainer div.groupGiftFreq.asCell {
    padding: 1.2em .5em 1em .5em;
}

div#customContainer div.groupPayMethod.asCell {
    padding: .25em 0 1em 0;
}

div#groupbankAcctType {
    margin-top: .5em;
}

div#customContainer div.buttonLinedLabel.asTable div.asRow.first div.asCell {
    border-bottom: 1px solid gray;
    width: 33.33%;
}

div#customContainer div.buttonLinedLabel.asTable {
    width: auto;
}

div#customContainer div.buttonLinedContainer {
    width: 100%;
}

div#customContainer div.buttonLinedLabel.asTable div.asRow.first div.buttonLinedLabel.asCell {
    border-bottom: none;
    padding: 0 .5em;
    vertical-align: bottom;
    font-size: 1.25em;
    font-weight: 700;
}

div#customContainer div.buttonLinedLabel.asTable {
    width: auto;
    margin: 0 auto;
}

div#customContainer div.buttonLinedLabel.asTable div.asRow.second div.asCell {
    font-size: 1em;
    line-height: 1em;
}

div#customContainer div.buttonLinedLabel.asTable div.asRow.second div.asCell:first-of-type {
    border-left: 1px solid gray;
}

div#customContainer div.buttonLinedLabel.asTable div.asRow.second div.asCell:last-of-type {
    border-right: 1px solid gray;
}

div#customContainer div.buttonLinedLabel.asTable div.buttonLinedLabel.asCell span {
    position: relative;
    top: 0.6em;
    text-transform: uppercase;
    font-size: 1em;
    /*font-family: 'Helvetica W01', Helvetica, 'Avenir Next', Gotham, sans-serif;*/
    color: #666666;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

div#customContainer div.mainSection.payment div.buttonLinedContainer {
    margin-top: 1em;
}

div.inputGroup.asTable,
div.inputGroup.asTable div.asTable {
    width: 100%;
}

div.inputGroup p {
    font-size: 1.125em;
}

div.inputGroup div.inputBox {
    width: 100%;
    display: inline-block;
    margin-top: 1em;
    background: #E5E5E5;
    padding: .5em .75em;
    vertical-align: top;
    border: 2px solid #E5E5E5;
    transition: border-color .25s;
}

div.inputGroup div.inputBox.invalid {
    border-color: #f6921e;
}

div.inputGroup div.inputBox input,
div.inputGroup div.inputBox select {
    display: inline-block;
    width: 100%;
    background: #E5E5E5;
    background: transparent;
    border: none;
    outline: none;
    font-size: 2em;
    font-weight: 300;
    font-weight: 200;
}

div.inputGroup div.inputBox select {
    color: #9b9b9b;
    text-align: left;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    border: none;
}

div.inputGroup div.inputBox select.valid {
    color: black;
}

div.inputGroup div.inputBox div.cardIconBox {
    width: 100%;
}

div.inputGroup div.inputBox div.cardIconGroup table {
    margin: 0 auto;
    vertical-align: middle;
}

div.inputGroup div.inputBox div.asTable div.asCell.inputBoxFader,
div.inputGroup div.inputBox.cardExpire {
    position: relative;
}

div.inputGroup div.inputBox div.asTable div.asCell img.inputBoxFader {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 25px;
}

div.inputGroup.asTable > div.asRow > div.asCell {
    vertical-align: top;
}

div.inputGroup.asTable div.cardExpire.asCell > div.asTable > div.asRow > div.asCell:not(:last-of-type) {
    padding-right: 1em;
}

div.inputGroup.cardInfo div.cardExpire.asCell img.selectArrows {
    height: auto;
    width: 20px;
    top: 5px;
    right: 20px;
}

div.inputGroup.cardInfo p.relativee {
    /* matches to div.inputBox margin-top (less a bit) */
    top: .7em;
}

::-webkit-input-placeholder {
    color: #9b9b9b;
}

:-moz-placeholder {
    color: #9b9b9b;
}

::-moz-placeholder {
    color: #9b9b9b;
}

:-ms-input-placeholder {
    color: #9b9b9b;
}


/*div#customContainer div.mainSection div.inputGroup div[class^="inputBox"] .invalid,
div#customContainer div.mainSection div.giftString input.giftLevel.other.selected.invalid {
    color: #f6921e;
}*/

div#customContainer div.mainSection div.giftString input.giftLevel.other.selected.invalid {
    background-color: rgba(246, 146, 30, 0.25);
    border-color: #f6921e;
}

div#customContainer div.mainSection div.giftString input.giftLevel.other.selected.invalid {
    position: relative;
    -webkit-animation-name: otherInvalid;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: otherInvalid;
    -moz-animation-duration: .4s;
    -moz-animation-iteration-count: 1;
    animation-name: otherInvalid;
    animation-duration: .4s;
    animation-iteration-count: 1;
}


/*div#customContainer div.mainSection div.inputGroup div[class^="inputBox"].invalid *::-webkit-input-placeholder {
    color: #00ae4d;
}

div#customContainer div.mainSection div.inputGroup div[class^="inputBox"].invalid *:-moz-placeholder {
    color: #00ae4d;
}

div#customContainer div.mainSection div.inputGroup div[class^="inputBox"].invalid *::-moz-placeholder {
    color: #00ae4d;
}

div#customContainer div.mainSection div.inputGroup div[class^="inputBox"].invalid *:-ms-input-placeholder {
    color: #00ae4d;
}*/

div#customContainer div.mainSection div.inputGroup p.hint.invalid {
    display: none;
    font-size: .9em;
    font-weight: normal;
    color: #f6921e;
    margin: .1em 0 0 0;
}

div#customContainer div.mainSection div.inputGroup div.inputBox.city {
    min-width: 10em;
}

div#customContainer div.mainSection div.inputGroup div.inputBox.zip,
div#customContainer div.mainSection div.inputGroup div.inputBox.cardCvv {
    width: 75%;
    min-width: 10em;
    max-width: 15em;
}

div#customContainer div.mainSection div.inputGroup div.inputBox.state,
div#customContainer div.mainSection div.inputGroup div.inputBox.cardExpire {
    width: 75%;
    min-width: 10em;
    max-width: 12em;
}

div#customContainer div.mainSection div.inputGroup div.inputBox.cardCvv input {
    letter-spacing: 3px;
    letter-spacing: 2.5px;
}

div.userMsg {
    font-size: 1.25em;
    display: none;
    margin: 1em 0;
    padding: .25em;
    text-align: center;
    color: black;
    border: 2px solid #f6921e;
    background-color: rgba(246, 146, 30, 0.25);
}

div.userMsg p {
    margin: .5em 0;
}

div#customContainer div.mainSection div.inputGroup p.bankOptIn {
    position: relative;
    left: -5px;
    padding: 5px;
    transition: background-color .66s, left .66s;
}

div#customContainer div.mainSection div.inputGroup p.bankOptIn {
    border: 2px solid transparent;
    margin: 1em auto;
}

div#customContainer div.mainSection div.inputGroup p.bankOptIn.invalid {
    border: 2px solid #f6921e;
    background-color: rgba(246, 146, 30, 0.25);
    left: 0;
}

div#customContainer div.mainSection div.inputGroup p.bankOptIn input#customBankOptIn {
    margin-right: .3em;
}

div#customContainer div.mainSection div.cardExpire.asCell select {
    display: inline-block;
}

div#customContainer div.mainSection.payment div.cardIconGroup {
    vertical-align: middle;
}

div#customContainer div.mainSection.payment div.cardIconGroup img.cardIcon {
    vertical-align: middle;
    width: 100%;
    min-width: 2em;
    max-width: 3em;
    height: auto;
    border: 1px solid white;
    border-color: transparent;
    background-color: transparent;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .5s;
}

div#customContainer div.mainSection div.cardIconGroup img.cardIcon:hover {
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

div#customContainer div.mainSection div.cardIconGroup img.cardIcon.selected {
    border-color: #00ae4d;
    background-color: #00ae4d;
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

div#customContainer div.sectionJump {
    margin-bottom: .5em;
}

div#customContainer div.sectionJump span.clickLink,
div#customContainer div.sectionJump img {
    color: #bababa;
    font-size: 1.125em;
    vertical-align: middle;
    /*font-family: Averta, Avenir, 'Avenir Next', Gotham, 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
}

div#customContainer div.sectionJump span.clickLink.selected {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

div#customContainer div.sectionJump img {
    margin: 0 .25em;
}

div#customContainer div.button.continue {
    font-size: 1.375em;
    font-weight: normal;
    color: white;
    background-color: #00ae4d;
    border: 2px solid #00ae4d;
    padding: 0.25em 1.5em;
    margin: 2em 1em 1em 1em;
    transition: background-color .4s, border-color .4s;
}

div#customContainer div.button.continue:hover {
    color: #00ae4d;
    background-color: white;
}

div#customContainer div.button.continue:active {
    transition: background-color .1s;
    color: black;
    background-color: gray;
    border-color: gray;
}

div#customContainer div.mainSubmitGroup {
    margin: 0 auto;
}

div#customContainer div.mainSubmitGroup div.asTable {
    width: 100%;
    margin: 1em auto 0 auto;
}

div#customContainer div.mainSubmitGroup div.asCell {
    vertical-align: middle;
    text-align: center;
}

div#customContainer div.mainSubmitGroup div.asCell table#sealGeoTrust {
    margin: 1em auto;
}

div#customContainer div.mainSubmitGroup div.clickWarn p {
    color: gray;
    font-size: .8em;
    text-align: center;
}

div#customContainer div.button.mainSubmit {
    color: white;
    background-color: #00ae4d;
    border: 2px solid #00ae4d;
    padding: 0.6em 2em;
    margin: 1em auto;
    transition: background-color .4s, border-color .4s;
}

div#customContainer div.button.mainSubmit p.big {
    font-size: 1.66em;
}

div#customContainer div.button.mainSubmit:hover {
    color: #00ae4d;
    background-color: white;
    border-color: #00ae4d;
}

div#customContainer div.button.mainSubmit.locked,
div#customContainer div.button.mainSubmit:active {
    transition: background-color .1s;
    color: gray;
    background-color: white;
    background-color: transparent;
    border-color: gray;
}

div#customContainer div.button.mainSubmit:active {
    position: relative;
    top: 3px;
}

div#customContainer div.mainSection div.cardExpire.asCell select {
    display: inline-block;
}

div#customContainer div.mainSection div.swapContainer.payFields {
    width: 100%;
}

div#customContainer div.mainSection div.swapContainer.payFields > div.asTable {
    width: 100%;
}

div#customContainer div.swapFieldGroup.paypal p {
    text-align: center;
    font-size: 1.2em;
    color: gray;
    margin: 1em 2em 2em 2em;
}

div.preFooter p {
    font-size: 1.125em;
    line-height: 1.4em;
}

div.preFooter p strong {
    font-weight: bold;
    font-weight: 700;
    font-weight: 600;
}

div.preFooter p {
    margin-bottom: 1em;
}

aside.ddPopup {
    display: none;
    max-width: 60em;
    margin: 0 auto;
}

aside.ddPopup div.border {
    background-color: #f7f7fa;
    border: 3px solid #828282;
	max-height: 90vh;
    overflow-y: scroll;
}

aside.ddPopup div.border > div {
    padding: 1em;
}

aside.ddPopup div.clickClose {
    text-align: right;
    color: #176fcc !important;
    font-size: 12px;
    line-height: 14px;
}

aside.ddPopup span.clickClose.tab {
    color: white !important;
    background: #828282;
    padding: 6px 10px 0 10px;
}

aside.ddPopup div.alternatingBg:nth-child(even) {
    background-color: #e3e5e9;
}

aside.ddPopup h3,
aside.ddPopup h4 {
    color: #00ae4d !important;
    margin-top: 0;
    margin-bottom: .75em;
    font-size: 20px;
    line-height: 1.1em;
}

aside.ddPopup h4 {
    font-size: 18px;
    line-height: 1.1em;
}

aside.ddPopup p {
    margin-top: .33em;
}

aside.ddPopup p.disclaimer {
    margin-left: 2em;
    margin-right: 2em;
}

aside.ddPopup p.disclaimer em,
aside.ddPopup span.clickClose {
    font-size: 12px;
    line-height: normal;
}

aside.ddPopup ul {
    margin: 0 1em;
    padding-left: 2em;
}

aside.mbrBen h3 span.level {
    color: #3b3b3b !important;
}

aside.ddPopup.cvvInfo img {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
}

div#enContainer {
    position: relative;
    background: #b0e4ff;
    padding: 1em;
}


/* show the EN system form after a few moments by default. this is immediately overriden by code, but exists for when code fails/not present */

div#enContainer.startFail {
    -webkit-animation-name: startFail;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: startFail;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: 1;
    animation-name: startFail;
    animation-duration: 4s;
    animation-iteration-count: 1;
}


/* ~480px */

@media screen and (min-width:30rem) {
    div.mainSection.containShape {
        padding: 2rem;
    }
    div.asRow.narrowBlock > div.asCell {
        display: table-cell;
    }
    div.asRow.narrowBlock > div.asCell:not(:last-of-type) {
        padding-right: 1em;
    }
    div#customContainer div.sectionJump img {
        margin: 0px 0.75em;
    }
    div#customContainer div.mainSubmitGroup div.asTable {
        width: inherit;
        margin-left: 0;
    }
    div#customContainer div.button.mainSubmit {
        margin: 1em 0;
    }
    div#customContainer div.mainSection.gift div.giftString div.widthSizer {
        width: 32%;
    }
}


/* ~500px */

@media screen and (min-width:33.33rem) {
    header {
        background-size: 110% auto;
    }
}


/* ~660px */

@media screen and (min-width:41rem) {
    header {
        background-size: cover;
    }
    header div.bgFade {
        width: 60%;
        background: -moz-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19, 19, 19, 1)), color-stop(100%, rgba(76, 76, 76, 0)));
        background: -webkit-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: -o-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: -ms-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: linear-gradient(to right, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
    }
    div#customContainer div.mainSection.gift div.leftColumn {
        width: 50%;
    }
    div#customContainer div.mainSection.gift div.rightColumn {
        display: table-cell;
        width: 50%;
    }
    div#customContainer div.mainSection.gift div.giftString div.widthSizer {
        width: 49%;
    }
}


/* ~700px */

@media screen and (min-width:44rem) {
    .containShape {
        margin-left: auto;
        margin-right: auto;
    }
    div.mainSection div.columns.asTable div.leftColumn,
    div.preFooter div.columns.asTable div.leftColumn,
    footer div.columns.asTable div.leftColumn {
        display: table-cell;
        width: 66%;
        padding-right: 3em;
    }
    div.mainSection div.columns.asTable div.rightColumn,
    div.preFooter div.columns.asTable div.rightColumn,
    footer div.columns.asTable div.rightColumn {
        display: table-cell;
        width: 34%;
    }
    div.mainSection.billing div.columns.asTable div.rightColumn,
    div.mainSection.payment div.columns.asTable div.rightColumn {
        display: table-cell;
    }
    footer div.rightColumn {
        padding-top: 0;
        text-align: right;
    }
    div#customContainer div.mainSection div.inputGroup div.inputBox.zip,
    div#customContainer div.mainSection div.inputGroup div.inputBox.cardCvv {
        width: 100%;
        min-width: 12em;
    }
    div#customContainer div.mainSection div.inputGroup div.inputBox.state,
    div#customContainer div.mainSection div.inputGroup div.inputBox.cardExpire {
        width: 100%;
    }
    div.preFooter p:last-of-type {
        margin-bottom: 0;
    }
    aside.ddPopup {
        width: 90%;
    }
}


/* ~800px */

@media screen and (min-width:50rem) {
    header {
        background-position: left center;
    }
    div.mainSection.containShape {
        padding: 2rem;
    }
    div.mainSection.containShape:not(.gift) {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    div#customContainer div.mainSection.gift div.leftColumn {
        width: 40%;
    }
    div#customContainer div.mainSection.gift div.giftString div.widthSizer {
        width: 32%;
    }
    div.asRow.midBlock > div.asCell {
        display: table-cell;
    }
    div.asRow.midBlock > div.asCell:not(:last-of-type) {
        padding-right: 1em;
    }
    div.inputGroup div.inputBox div.cardIconGroup table {
        margin: 0 0 0 auto;
        vertical-align: middle;
    }
    div#customContainer div.mainSubmitGroup div.asTable {
        margin-left: auto;
    }
}


/* ~1000px */

@media screen and (min-width:62.5rem) {
    div#customContainer div.mainSection.gift div.leftColumn {
        /*padding: 2.5em;*/
    }
}


/* THANK YOU MESSAGE OVERRIDES */

div.tySection {
    display: none;
    margin: 1em auto;
    padding: 2em 5%;
    color: black;
    text-align: left;
}

div.tySection h2 {
    margin-bottom: 1em;
    font-size: 2.5em;
    line-height: 1.1em;
}

div.tySection p {
    margin-bottom: 1em;
    font-size: 2em;
    line-height: 1.1em;
}

div.tySection p.socialText {
    color: #00ae4d;
}

div.tySection img.socialIcon {
    display: inline;
    vertical-align: middle;
    margin: 1em;
    opacity: 1;
    transition: opacity .5s;
}

div.tySection img.socialIcon:hover {
    opacity: .66;
}

div#customContainer header.tyMessage div.mainSection.gift div.leftColumn h2 {
    color: white !important;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 300;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
    margin: .5em 0;
}

div#customContainer header.tyMessage {
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1926/con_2016_dpage_hero_mom_baby_carseat_1400x649.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

div#customContainer header.tyMessage div.bgImg {
    display: none;
}

div#customContainer header.tyMessage div.bgFade {
    width: 100%;
    background: rgba(0, 0, 0, .66);
}


/* ~660px */

@media screen and (min-width:41rem) {
    div#customContainer header.tyMessage div.bgFade {
        width: 75%;
        background: -moz-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19, 19, 19, 1)), color-stop(100%, rgba(76, 76, 76, 0)));
        background: -webkit-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: -o-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: -ms-linear-gradient(left, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
        background: linear-gradient(to right, rgba(19, 19, 19, 1) 0%, rgba(76, 76, 76, 0) 100%);
    }
}


/* ~800px */

@media screen and (min-width:50rem) {}


/* BEGIN FADE-IN ANIMATIONS */

@-moz-keyframes introFadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes introFadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes introFadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* end FADE-IN ANIMATIONS */


/* BEGIN OTHER AMOUNT INVALID ANIMATIONS */

@-moz-keyframes otherInvalid {
    0% {
        left: 0;
    }
    5% {
        left: 0;
    }
    25% {
        left: .25em;
    }
    44% {
        left: -.25em;
    }
    63% {
        left: .25em;
    }
    82% {
        left: -.25em;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes otherInvalid {
    0% {
        left: 0;
    }
    5% {
        left: 0;
    }
    25% {
        left: .25em;
    }
    44% {
        left: -.25em;
    }
    63% {
        left: .25em;
    }
    82% {
        left: -.25em;
    }
    100% {
        left: 0;
    }
}

@keyframes otherInvalid {
    0% {
        left: 0;
    }
    5% {
        left: 0;
    }
    25% {
        left: .25em;
    }
    44% {
        left: -.25em;
    }
    63% {
        left: .25em;
    }
    82% {
        left: -.25em;
    }
    100% {
        left: 0;
    }
}


/* end OTHER AMOUNT INVALID ANIMATIONS */


/* BEGIN EN CONTAINER SHOW ANIMATIONS */

@-moz-keyframes startFail {
    0% {
        left: -111%;
    }
    50% {
        left: -111%;
    }
    100% {
        left: 0%;
    }
}

@-webkit-keyframes startFail {
    0% {
        left: -111%;
    }
    50% {
        left: -111%;
    }
    100% {
        left: 0%;
    }
}

@keyframes startFail {
    0% {
        left: -111%;
    }
    50% {
        left: -111%;
    }
    100% {
        left: 0%;
    }
}


/* end EN CONTAINER SHOW ANIMATIONS */

div.inputGroup div.inputBox select {
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1926/con_dropdown_arrows_default_38x74.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 1.5em;
}

div.inputGroup div.inputBox select:hover,
div.inputGroup div.inputBox select.valid {
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1926/con_dropdown_arrows_38x74.png);
}


/* account for IE by hiding the custom select arrows (-ms-high-contrast used to detect IE) */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    div.inputGroup div.inputBox select {
        background-image: none;
        padding: 0;
    }
}