/*basic*/
body, .fonts-loaded body {
    font-family:'Centra',Arial,Helvetica,Verdana,sans-serif;
}
.btn, .form-field {
    border-radius: 2px;
}
.btn {
    text-transform: uppercase;
    border-width:0;
    font-size: 12px;
    padding: 12px 15px;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: bold;
}
.btn-jumbo {
	font-size: 18px;
	padding: 16px 40px 13px;
	border-radius: 4px;
}
.btn-outline {
    border-width:2px;
    border-radius: 4px;
}

/*placeholders on home*/
.how-it-works .img-placeholder {
  padding-bottom: 73%;
}
.about-innovation .img-placeholder {
  padding-bottom:125%;
}
@media (min-width:768px) {
  .how-it-works.old-placeholder .img-placeholder {
    padding-bottom: 35%;
  }
}
.img-placeholder, .img-set-4 img, .img-placeholder > img {
  background:rgba(0, 0, 0, .1);
}
.img-placeholder > img {
  display:none;
}
.defer .img-placeholder {
  background:none;
  padding-bottom:0;
}
.defer .img-set-4 img {
  background:none;
}
.defer .img-placeholder > img {
  display:inline-block;
}


/*lightbox*/

.newsletter-modal .modal-body {
    background:#c4e3f1;
    padding:10px;
}
.newsletter-modal .modal-title {
    color:#255aa8;
    font-weight:bold;
    font-size:40px;
}

.will-load-fonts .newsletter-modal .modal-title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.newsletter-modal .modal-title, .fonts-loaded .newsletter-modal .modal-title,
.fonts-loaded .newsletter-pick-brands h2, .will-load-fonts .newsletter-pick-brands h2 {
    font-family: 'Centra';
}

.newsletter-modal .modal-title span {
    font-size:50px;
}

.newsletter-modal .form-group input {
    padding: 12px 14px;
    height: auto;
    font-size: 18px;
    border-radius: 3px;
    width: 70%;
    border:solid 1px transparent;
}

.newsletter-modal .form-group .btn {
    width: 30%;
    padding: 20px 14px 19px;
    height: auto;
    border-radius: 3px;
}
@media (min-width:375px) {
    .newsletter-modal .form-group .btn {
        width: 25%;
    }
}

.newsletter-modal .linkalike {
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
    border: solid 2px #fff;
    border-radius: 2px;
    margin-top: 15px;
}

.newsletter-modal .clarification {
    font-style: normal;
    margin-bottom: 30px;
}

.newsletter-pick-brands h2 {
    color:#255aa8;
    font-weight: bold;
}

@media (min-width:768px) {
    .newsletter-modal .modal-title span {
        display: block;
    }
}

/*newsletter header ad*/
.header-notification.newsletter-signup .btn {
    font-size: 14px;
    padding: 10px 12px;
}

/*navigation*/
.btn-menu {
    background: transparent;
    font-size: 18px;
    padding: 16px 15px;
    font-weight: normal;
}
.hamburger {
    width: 17px;
    height: 3px;
    background: #444;
}
.hamburger:after, .hamburger:before {
    background: #444;
    width: 17px;
    height: 3px;
    top: -6px;
}
.hamburger:after {
    top: 6px;
}
/*.hamburger.ex:before,
.hamburger.ex:after {
    background: #fff;
}*/
.hamburger.ex:before {
    width: 16px;
}
.hamburger.ex:after {
    width: 16px;
    left: 2px;
    top: 6px;
}

/*.menu3 {
    display: block;
    position: fixed;
    top:50px;
    bottom: 0;
    max-height: none;
    left: -100%;
    transition: left .3s, top .4s;
    background:#255aa8;
}
.header-cta-open .menu3 {
    top:100px;
}
.scrolled.header-cta-open .menu3 {
    top: 80px;
}
.menu-open .menu3 {
    left: 0;
}
.top-nav .toggle-section, .border-bottom-gray {
    border-color: rgba(255, 255, 255, .2);
    border-bottom-width:2px;
}
.menu3 .current-currency, .menu3 a {
    color:#fff;
}*/

.sticky-page-nav {
    /*probably "lighten" color-blue-light*/
    background:#f2faff;
    /*color-blue-light*/
    border:solid 2px #c4e3f1;
    border-width:2px 0 0;
}
.sticky-page-nav .nudge-up {
    padding-top:12px;
}
.sticky-page-nav li {
    margin:9px 1px;
    border:0;
}
.sticky-page-nav a {
    /*color-kiwico*/
    color:#00B261;
}
.sticky-page-nav a:hover,
.sticky-page-nav a:focus,
.sticky-page-nav a:active,
.sticky-page-nav .active a {
    background:#00B261;
    color:#fff;
}
.sticky-page-nav .btn {
    padding: 10px;
    margin-top: -4px;
    /*font-weight: normal;*/
    letter-spacing: 1px;   
}

/*gifting*/
.sticky-page-nav.gifting-nav li {
    margin-left:0;
    margin-right:0;
}
.sticky-page-nav.gifting-nav .nudge-up, .sticky-page-nav.gifting-nav a {
    padding-right: 4px;
    padding-left: 7px;
}
.sticky-page-nav.gifting-nav .btn {
    margin-top: -5px;
    padding: 7px 10px 6px;
}

/*.top-nav .our-brands li a:before {
    display: none;
}
.factory .menu3 .logo-icon {
    width: 19px;
    margin-right: 6px;
}
.factory .menu3 .logo-icon.kiwi, .factory .menu3 .logo-icon.atlas {
    width: 17px;
    margin-left: 2px;
}*/
@media (min-width: 480px) {
    .sticky-page-nav .nudge-up {
        padding-top:18px;
    }
    .sticky-page-nav.gifting-nav .btn {
        padding: 10px;
        margin-top: -3px;
    }
}
@media (min-width:768px) {
    .sticky-page-nav {
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .sticky-page-nav ol {
        display: block;
    }
    .sticky-page-nav.gifting-nav .nudge-up, .sticky-page-nav.gifting-nav a {
        padding-left:10px;
        padding-right:10px;
    }

    /*.top-nav.factory {
        padding-left:30px;
        padding-right:30px;
    }
    .menu3-item > a, .user-links a {
        color-kiwico
        color:#00B261;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .top-nav .toggle-section:after {
        right:15px;
    }
    .top-nav .open .toggle-section:after, .top-nav .toggle-section:after {
        width:6px;
        height: 6px;
        top:16px;
        color-blue-dark
        border-color:#255aa8;
    }
    .top-nav .toggle-section, .top-nav .universal-nav .top-link-login {
        padding-left: 20px;
    }
    .desktop-divider-left:before {
        display: none;
    }
    .menu3 {
        position: static;
    }
    .menu3-item {
        margin-right:0;
    }
    .menu3-item:hover, .menu3-item:hover .menu3-item-list {
        background:rgba(37,90,168,.9);
    }
    .menu3-item:hover .menu3-item-list {
        top: 56px;
        border:0;
    }
    .menu3-item:hover .toggle-section:after {
        border-color:#fff;
    }
    .menu3-item:hover > a {
        color:#fff;
    }
    .menu3-item-list a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-left:20px;
        font-size: 12px;
    }
    .menu3-item-list a:hover {
        color-yellow
        color:#fff402;
    }
    .menu3 .ages {
        font-size: 12px;
        text-transform: lowercase;
    }*/
}

/*@media (min-width: 960px) {
    .top-nav.factory:before {
        display: none;
    }
    .menu3-item {
        margin-right: 15px;
    }
}*/

@media (min-width: 1100px) {
    .sticky-page-nav.gifting-nav .nudge-up, .sticky-page-nav.gifting-nav a {
        padding-right: 14px;
        padding-left: 14px;
    }
}

/*hero*/
.slidebox {
    height: 1.5em;
    text-shadow: none;
    margin-top: -10px;
}

.hero-factory {
    background: green url('//icdn.kiwico.com/site/innovation-factory/home-hero-mobile.jpg') center center no-repeat;
    background-size: cover;
    /*this is in case we need to make bad decisions later*/
    min-height: 610px;
    margin-top: -60px;
    padding-top: 60px;
}
.hero-factory .headline {
    margin-top:50px;
}
.hero-factory .slide-headline {
    margin-top:20px;
}
.hero-factory h1 {
    font-size: 40px;
    margin: 10px 0;
}
.hero-factory .slide-headline h2 {
    margin-top:-28px;
}

@media (max-width: 419px) {
    .static-headline h1 {
        font-size: 30px;
    }
}

@media (min-width:551px) {
    .hero-factory {
        margin:0;
        padding:0;
        background-image: url('//icdn.kiwico.com/site/innovation-factory/home-hero-desktop.jpg');
        min-height: 370px;
        background-position: 35% center;
    }
    .hero-factory .headline {
        float: right;
        padding-top:20px;
    }
}
@media (min-width: 551px) and (max-width: 719px) {
    .static-headline h1 {
        font-size: 30px;
    }
}
@media (min-width:768px) {
    .hero-factory {
        background-position: center center;
    }
    .hero-factory .headline {
        margin-right: 100px;
        padding-top:0;
    }
    .hero-factory .slide-headline {
        margin-top:50px;
    }
    .hero-factory h1 {
        font-size: 54px;
    }
    .hero-factory .slide-headline h1 em {
        font-size: 28px;
    }
    .hero-factory .slide-headline h2 {
        font-size:22px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .static-headline h1 {
        font-size: 40px;
    }
}
@media (min-width: 1600px) {
    .hero-factory {
        min-height: 550px;
    }
    .hero-factory .headline {
        margin-top: 90px;
    }
    .hero-factory .slide-headline {
        margin-top:75px;
    }
    .hero-factory h1 {
        font-size: 70px;
    }
    .hero-factory .btn-outline {
        padding: 15px 20px;
        font-size: 16px;
    }
    .hero-factory .slide-headline h1 em {
        font-size: 32px;
    }
    .slidebox {
        font-size: 1.5em;
    }
    .hero-factory .slide-headline h2 {
        font-size:28px;
    }
}


/*compare inside*/



@media (min-width: 768px) {
    section.compare-inside .tagline {
        color:#000;
    }

    /*order*/

}
section.compare-inside .closer:before {
    display: none;
}
section.compare-inside article {
    margin:0 5px;
    display: block;
    min-width: -webkit-calc(100% - 10px);
    min-width: calc(100% - 10px);
}
section.compare-inside ol.ages {
    text-shadow:none;
    font-size: 20px;
}
section.compare-inside,
section .compare-inside-tab {
    color:#000;
}
section.compare-inside .tagline {
    color:#666;
}
section.compare-inside .info .btn-jumbo {
    padding: 12px 15px;
}
.will-load-fonts section.compare-inside article hgroup h2 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
section.compare-inside article hgroup h2, .fonts-loaded section.compare-inside article hgroup h2 {
    font-family: 'Centra';
}



.factory .compare-inside-tab {
    border: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom:0;
}
.factory .compare-inside-tab img, .factory.compare-inside .blurb {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.logo-50-white.logo-icon {
    width: 50px;
}
.logo-50-white.logo-icon.tinker {
    width: 47px;
    margin-left: 3px;
}
.logo-50-white.logo-icon.atlas {
    width: 43px;
    margin-left: 7px;
}
.logo-50-white.logo-icon.kiwi {
    width: 45px;
    margin-left: 5px;
}
.factory.compare-inside .blurb {
    padding:15px 10px;
}
.factory.compare-inside .blurb .ages {
    border:0;
    padding: 0;
    font-size: 28px;
}
.factory.compare-inside .tagline {
    color:#fff;
    margin:0;
    /*font-size: 18px;*/
}
.factory.compare-inside .tagline br {
    display: none;
}
.factory.compare-inside .blurb:after {
    display: none;
}
.factory .compare-inside-tab.open {
    padding-bottom: 0;
}
.factory .compare-inside-tab.open .blurb,
.factory .compare-inside-tab.open img {
    width: 100%;
    margin: 0;
}
.factory .compare-inside-tab.open .blurb {
    padding-bottom:10px;
}
.factory.compare-inside article {
    max-width: 100%;
}
.factory .compare-inside-tab img {
    margin:-11% 0;
}
.factory .compare-inside-tab h2 {
    font-size: 22px;
}
@media (min-width: 768px) {
    .factory .compare-inside-tab {
        width: 240px;
    }
    .factory .compare-inside-tab img {
        margin:0;
    }
    .factory .compare-inside-tab .ages {
        display: block;
        font-size: 22px;
    }
    .factory.compare-inside .tagline {
        /*font-size: 14px;*/
    }
    .factory.compare-inside .logo-icon {
        margin-right: 10px;
    }
}
@media (min-width: 820px) {
    .factory .compare-inside-tab .ages {
        display: block;
        font-size: 22px;
    }
    .factory.compare-inside .tagline {
        /*font-size: 14px;*/
    }
}
@media (min-width:1600px) {
    .factory.compare-inside .container {
        width: 100%;
        text-align: center;
    }
    .factory.compare-inside .order {
        width: auto;
    }
    .factory.compare-inside article {
        order: 12 !important;
        width: 1300px;
    }
    .factory.compare-inside .info ul {
        margin-top: 30px;
    }
    .factory.compare-inside .info li {
        margin-bottom:30px;
    }
}


/*how it works*/

.show-how-test,
.how-test .hide-how-test {
    display: none;
}

.how-test .show-how-test,
.hide-how-test {
    display: block;
}

.how-it-works {
    font-size: 18px;
}
@media (min-width: 768px) {
    .how-it-works h2 {
        display: inline;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .how-it-works img {
        margin-top:70px;
    }
}

/*steam*/

.steam .painters-tape {
    margin-bottom:-50px;
}
.steam h2 span {
    margin-left: 4px;
}

.steam .factory-sprite-pseudo {
    position: relative;
}
.steam .factory-sprite-pseudo:before,
.steam .factory-sprite-pseudo:after {
    position: absolute;
    transition:left .3s ease-out, right .3s ease-out, margin .3s ease-out;
}
/*.steam .factory-after-flask:after,
.steam .factory-before-atom:before,
.steam .factory-after-magnifying-glass:after,
.steam .factory-before-planet:before {
    display: none;
}*/

.steam .factory-after-exclamation:after {
    transform: rotate(25deg) scale(.7);
    right: 50%;
    margin-right: -2.2em;
}
.steam .factory-after-flask:after {
    right: -100%;
    margin-right: -11em;
    top: 1.5em;
    transform: rotate(-25deg) scale(.7);
}
.steam .factory-before-atom:before {
    left: -100%;
    margin-left: -11em;
    bottom: -1.5em;
}
.steam .factory-before-planet:before {
    left: -100%;
    margin-left: -12em;
    bottom: -2em;
}

.steam .factory-after-magnifying-glass:after {
    right: -100%;
    margin-right: -14em;
    transform: rotate(45deg) scale(.9);
    bottom: -1em;
}

@media (min-width:480px) {
    .steam {
        padding: 30px 30px 40px;
    }
    .steam .factory-after-flask:after {
        right:50%;
    }
    .steam .factory-before-atom:before {
        left:50%;
    }
}

@media (min-width:768px) {
    .steam .factory-after-magnifying-glass:after {
        right:50%;
    }
    .steam .factory-before-planet:before {
        left:50%;
    }
    .steam .factory-after-flask:after {
        margin-right:-18em;
    }
    .steam .factory-before-atom:before {
        margin-left: -19em;
        bottom: -2.5em;
    }
}


/*why our crates*/

.crates-slider li:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    left: 50%;
}
.why-crate-enriching:before {
    background: transparent url(//icdn.kiwico.com/site/innovation-factory/why-educational.png) no-repeat bottom left;
    width: 149px;
    height: 243px;
    margin-left: -190px;
    bottom:10px;
}
.why-crate-creative:before {
    background: transparent url(//icdn.kiwico.com/site/innovation-factory/why-creative-alt1.png) no-repeat bottom left;
    width: 122px;
    height: 291.5px;
    top: -27px;
}
.why-crate-convenient:before {
    background: transparent url(//icdn.kiwico.com/site/innovation-factory/why-convenient.png) no-repeat bottom left;
    width: 186px;
    height: 154px;
    top: -40px;
    margin-left: -100px;
}

/*gifting*/
.why-crate-tested:before {
    background: transparent url(//icdn.kiwico.com/site/innovation-factory/atlas-girl.png) no-repeat bottom left;
    width: 148px;
    height: 232px;
    margin-left: -200px;
    bottom: 0;
}
.why-crate-ongoing:before {
    background: transparent url(//icdn.kiwico.com/site/innovation-factory/binoculars-boy.png) no-repeat bottom left;
    width: 99px;
    height: 302px;
    margin-left: 45px;
    top:-27px;
}
.why-crate-convenient-gift:before {
    background: transparent url(//icdn.kiwico.com/site/innovation-factory/telescope-boy.png) no-repeat bottom left;
    width: 129px;
    height: 144px;
    margin-left: -75px;
    top: -40px;
}
@media (min-width:768px) and (max-width:900px) {
    .why-crate-convenient-gift:before {
        margin-left:-55px;
    }
}
@media (min-width:768px) {
    .why-crate-ongoing {
        margin-top: 150px;
    }
}
@media (min-width: 1100px) {
    .why-crate-ongoing {
        margin-top: 70px;
    }
}

/*slider*/

.crates-slider {
    padding-bottom: 30px;
    padding-top: 60px;
}

.css-slider {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.css-slides {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;
    scroll-snap-type: mandatory;
}
.css-slides-3 {
    scroll-snap-points-x: repeat(300px);
}
.css-slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.css-slides::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
.css-slides::-webkit-scrollbar-track {
  background: transparent;
}
.css-slides > li {
  flex-shrink: 0;
  width: 100%;
}


/*.css-slider li {
    width: 33.33%;
}*/
/*.css-slider li:first-child {
    transition: margin .3s ease-out;
    margin-left:0;
}

.css-slider.slide-2 li:first-child {
    margin-left:-33.33%;
}
.css-slider.slide-3 li:first-child {
    margin-left:-66.67%;
}*/

.css-slider-nav {
    margin-bottom: 30px;
}
.css-slider .jump-anchor {
    top: -215px;
}
.css-slider-nav a {
    display: block;
    width: 22px;
    height: 25px;
    position: relative;
}
.css-slider-nav-dot {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    border: solid 3px #b9e5fb; /*color-blue-light*/
}
.active > .css-slider-nav-dot {
    background:#b9e5fb;
}

@media (min-width:768px) {
    .why-our-crates h1 {
        margin-top: 30px;
        margin-bottom: -60px;
    }
    .crates-slider {
        display: block;
        width:1200px;
        max-width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    .crates-slider li {
        float:left;
        width: 33.33%
    }
    .why-crate-creative {
        margin-top:150px;
    }
}
@media (min-width: 960px) {
    .crates-slider {
        padding-left:60px;
        padding-right:60px;
    }
}

@media (min-width:1100px) {
    .why-crate-creative {
        margin-top:70px;
    }
}



/*about us*/

.about-innovation .inner:before {
    position: absolute;
    left: -15px;
    top: 30px;
}
.about-innovation .inner:after {
    position: absolute;
    right: 17%;
    transform: rotate(45deg) scale(.9);
    bottom: 20%;
    transition: right .3s ease-out;
}
.kiwico-seal-before:before {
    content: "";
    background:transparent url('//icdn.kiwico.com/site/innovation-factory/logo-kiwico-stamp.png') no-repeat 0 0;
    width: 125px;
    height: 117px;
    background-size: contain;
    position: absolute;
    margin-top: -10px;
    transform: rotate(-10deg);
    display: none;
}
.about-innovation .factory-before-exclamation:before {
    top: 10px;
    position: absolute;
    left:-100%;
    transform: rotate(25deg);
    transition: transform .3s, left .3s ease-out;
}
.about-innovation .factory-before-pink-scribble:before {
    transform: scale(.9);
    position: relative;
    left: 12px;
}
.photo-experts-container {
    margin-left:-25%;
    width: 90%;
    padding: 12px;
}
.photo-experts-container.factory-after-pink-scribble:after {
    position: absolute;
    left: -100%;
}
.photo-experts {
    margin-top:-45px;
    margin-bottom:-30px;
}
.photo-experts-container:before,
.photo-experts-container:after {
    position: absolute
}
.photo-experts-container:before {
    right: -120px;
    transform: rotate(-25deg);
    top: 15%;
}

.about-innovation .factory-after-atom:after {
    right: 50%;
    position: absolute;
    bottom: -25px;
    margin-right:-11em;
}

.photo-testing-container {
    margin-right: -20px;
    padding-top: 45px;
    padding-left: 45px;
}

/*.photo-testing-container:before {
    content: 'And...';
    font-weight: bold;
    color: #255aa8;
    font-size: 22px;
    position: absolute;
    left: -5em;
    top: 65%;
}*/
.photo-testing-container:after {
    position: absolute;
    color: #ef4129;
    font-family: 'Minute';
    content: 'Kid Testing!';
    top: 20px;
    left: -20px;
    transform: rotate(-14deg);
    font-size: 20px;
    font-weight: normal;
}
.about-innovation .factory-before-world:before {
    position: absolute;
    bottom: -10px;
    right:-100%;
    transition: right .3s ease-out;
}
.about-innovation blockquote {
    position: absolute;
    left: -140px;
    width: 230px;
    text-align: center;
    padding: 15px;
    bottom: 10%;
}
.about-innovation .factory-after-wow:after {
    right:-100%;
    position: absolute;
    transform: rotate(20deg);
    transition: right .3s ease-out;
}

@media (min-width: 480px) {
    .about-innovation .inner {
        padding-left:30px;
        padding-right: 30px;
    }
    .photo-experts-container {
        margin-top: -20px;
        padding:15px;
        width: 75%;
        margin-left: -15%;
        margin-bottom: 30px;
    }
    .photo-experts {
        margin-top: -65px;
        margin-bottom: -60px;
    }
    .about-innovation .factory-before-exclamation:before {
        left: 10%;
    }
}
@media (min-width: 768px) {
    .about-innovation .inner {
        padding-bottom: 100px;
    }
    .about-innovation .inner:before {
        top: 25%;
        left: 50%;
        margin-left: -400px;
    }
    .kiwico-seal-before {
        padding-left: 160px;
        width: 500px;
    }
    .kiwico-seal-before:before {
        display: inline-block;
        margin-left:-150px;
    }
    .photo-experts-container {
        margin: 0;
        width: 350px;
        padding:0;
        float:right;
    }
    .photo-experts {
        margin:0;
    }
    .about-innovation .factory-before-exclamation:before {
        left: 220%;
        top: -15%;
    }
    .about-innovation .factory-before-pink-scribble:before {
        left:-100%;
    }
    .photo-experts-container.factory-after-pink-scribble:after {
        left: -30px;
        top: -65px;
    }
    .photo-experts-container:before {
        left: 20%;
        top: -75%;
    }
    .about-innovation .factory-after-atom:after {
        bottom: -3em;
        margin-right: 14em;
    }
    .about-innovation .factory-before-world:before {
        right: 30px;
    }
    .about-innovation .inner:after {
        right: -100%;
    }
}

@media (min-width: 960px) {
    .about-innovation .inner {
        padding-bottom: 150px;
    }
    .about-innovation .inner:before {
        top: 57%;
        margin-left: -600px;
    }
    .about-innovation .inner:after {
        right: 50%;
        margin-right: -720px;
        bottom: 50%;
    }
    .about-innovation h1 {
        font-size: 40px;
    }
    .kiwico-seal-before,
    .about-innovation .container  {
        width: 1200px;
        max-width: 100%;
    }
    .kiwico-seal-before:before {
        margin-top:5px;
    }
    .photo-experts-container:before {
        left: -50%;
        top: 15%;
    }
    .photo-testing-container {
        margin-right:0;
    }
/*    .photo-testing-container:before {
        left: -6em;
    }*/
    .about-innovation .factory-before-exclamation:before {
        left:200%;
        top: -7%;
    }
    .about-innovation .factory-after-wow:after {
        right: -35%;
        bottom: -10em;
    }
}
@media (min-width: 1200px) {
    .photo-experts-container {
        width: 450px;
    }
}



/*community*/
.img-set-4 {
    max-width: 100%;
}
.img-set-4 > div {
    float:left;
}
.img-set-4 img {
    padding:5px;
}


/*purchase*/

.purchase,
.purchase small,
.purchase .ages,
.purchase .ages-list,
.purchase .add-ons b,
footer.purchase-footer,
.purchase .complete>.accordion-header .heading,
.purchase .accordion-header p {
    color: #000;
}
.purchase .container > h2 {
    font-size: 30px;
    color: #fff;
    margin: 30px auto 30px;
}
.purchase small {
    font-size: 14px;
    margin: 10px;
}
.purchase .add-ons small {
    margin-left: 0;
}
.purchase .add-ons b {
    font-size: 14px;
}
.purchase .tagline {
    font-size: 14px;
    font-style: normal;
}
.purchase-footer .btn {
    padding: 15px 40px;
    line-height: 1;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.truck-before:before {
    background: transparent url('https://icdn.kiwico.com/site/innovation-factory/svg/shipping-truck-green-vroom.svg') no-repeat center center;
    background-size:35px auto;
    height:25px;
}

@media (max-width: 767px) {
    .purchase .brand-color.tagline {
        color:#666;
    }
}
@media (min-width: 768px) {
    .purchase .free-shipping {
        margin-bottom: 30px;
    }
    .purchase .free-shipping .font-larger {
        font-size: 1em;
    }
    .truck-before:before {
        background-size: 35px auto;
        width: 35px;
        height: 25px;
        margin-top:-5px;
    }
    .purchase .ages-list {
        font-size: 20px;
        font-weight: bold;
    }
}

/*awards*/

.awards li {
    vertical-align: middle;
}
.awards .side-scroll {
    overflow:hidden;
    margin:0 -10px;
}
.awards .side-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.awards .side-scroll::-webkit-scrollbar-thumb {
  background: transparent;
}
.awards .side-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.media-row li {
    margin: 5px 0;
}
@media (min-width: 768px) {
    .awards-row a {
        margin: 8px 15px;
    }
}

/*store*/

.store-upsell img {
    margin-left: -15%;
    max-width: 175%;
}

@media (min-width: 768px) {
    .store-upsell img {
        margin:0;
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    .store-upsell .text-block {
        padding-top:30px;
    }
}


.callout-pointy {
    position: absolute;
    font-size: 18px;
    overflow: hidden;
}
.callout-pointy-inner {
    padding: 15px;
    margin: 0;
}
.callout-pointy-left {
    right: 0;
}
.callout-pointy-left .callout-pointy-inner {
    margin-left:50px;
}
.callout-pointy-inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    border:solid 100px transparent;
    border-width: 50px 30px;
}
.callout-pointy-left .callout-pointy-inner:before {
    left:0;
    top:50%;
    margin-top:-50px;
}

.store-upsell .callout-pointy {
    bottom: 15px;
}
.store-upsell .callout-pointy-inner:before {
    margin-top:-37px;
    border-width: 37px 25px;
}


.callout-pointy-red-transparent .callout-pointy-inner {
    background: rgba(239, 65, 41, .9);
    color: #fff;
}
.callout-pointy-red-transparent.callout-pointy-left .callout-pointy-inner:before {
    border-right-color: rgba(239, 65, 41, .9);
}





/*// linnie made these calls; todo: discuss with a designer */
.factory.compare-inside .info p {
    font-style: normal;
}
.will-load-fonts .factory.compare-inside .easy-switch {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.factory.compare-inside .easy-switch, .fonts-loaded .factory.compare-inside .easy-switch {
    font-family: 'Sentinel';
}




/*gifting misc*/

.tape-container {
    margin-bottom:-60px;
}
@media (min-width:768px) {
    .modal-buttons .card {
        padding: 45px 0;
    }
    /* dangerous*/
    article .modal-dialog {
        min-width: 700px;
    }
}
@media (min-width:768px) and (max-width:900px) {
    .modal-buttons .card {
        font-size: 16px;
    }
}
/*dangerous*/
article .modal-body {
    overflow:hidden;
}
.modal .btn-large {
    padding: 15px 30px;
    min-width: 200px;
}

/*gifting hero*/

.gifting-hero {
    background: url('https://icdn.kiwico.com/site/innovation-factory/hero-sweeperboy-m.jpg') no-repeat top center;
    background-size: cover;
}
.gifting-hero .headline {
    margin-top:215px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
.gifting-hero h1 {
    padding: 5px;
}
.gifting-hero a {
    text-shadow: none;
}
@media (min-width:550px) {
  .gifting-hero {
        background-image: url('https://icdn.kiwico.com/site/innovation-factory/hero-sweeperboy-d.jpg');
        background-position:top center;
  }
  .gifting-hero .headline {
    float:right;
    margin:0;
  }
}
@media (min-width:768px) {
    .gifting-hero a {
        display:inline-block;
    }
    .gifting-hero {
        padding:60px;
    }
}
@media (min-width:1000px) {
    .gifting-hero {
        padding:100px 60px;
    }
}
@media (min-width:1300px) {
    .gifting-hero {
        padding:130px 60px;
    }
    .gifting-hero .headline {
        width:500px;
    }
    .gifting-hero h1 {
        font-size:48px;
    }
    .gifting-hero h2 {
        margin-bottom:30px;
    }
}
@media (min-width:1430px) {
    .gifting-hero {
        padding:150px 60px;
    }
}