* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    background-image: linear-gradient(90deg, #d7d5dd 0, #eee 30%, #eee 70%, #d7d5dd);
}
body {
    font-family: 'SkyTextReg', sans-serif;
    background: transparent;
}
/*form styles*/
#dgform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
#dgform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}
#dgform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/

#dgform input,
#dgform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}
#dgform input:focus,
#dgform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #d61726;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
/*buttons*/

#dgform .action-button {
    width: 89px;
    background: #122d68;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    z-index: 3;
    position: relative;
}
#dgform .action-button:hover,
#dgform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #d61726;
}
#dgform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    z-index: 3;
    position: relative;
}
.carousel {
    margin: 10px auto;
    max-width: ;
    font-family: sans-serif;
    position: relative;
}
.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: -100px;
    margin-bottom: -80px;
}
.carousel-nav {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
}
.carousel-nav a {
    text-decoration: none;
    font-size: .8em;
    background: #fff;
    color: #333;
    opacity: .8;
    padding: .5em;
    position: absolute;
    bottom: 0;
    font-weight: bold;
}
.carousel-nav a.prev {
    left: 0;
}
.carousel-nav a.next {
    right: 0;
}
.carousel-nav-paginated .carousel-active-page a {
    background: #333;
    color: #fff;
    opacity: .8;
}
/* styled arrows */

.arrows .carousel-nav {
    bottom: auto;
    top: 50%;
}
.arrows .carousel-nav a {
    text-indent: -9999px;
    width: 2em;
    height: 2em;
    background: #fff;
    opacity: .5;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
}
.arrows .carousel-nav a:hover,
.arrows .carousel-nav a:focus {
    opacity: 1;
}
.arrows .carousel-nav a.next {
    background-image: url(../images/arrow-right.png);
    right: 0em;
    top: -100px;
}
.arrows .carousel-nav a.prev {
    background-image: url(../images/arrow-left.png);
    left: -0.2em;
    top: -100px;
}
.carousel-item {
    position: relative;
}
.carousel a:focus,
.carousel .carousel-item:focus:after {
    outline: 2px solid #ededed;
}

.carousel .carousel-item:focus:after {
    content: "\20";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}
/* peek */

.carousel.peek {
    max-width: 100%;
}
.carousel.peek .carousel-item-prev,
.carousel.peek .carousel-item-next {
    width: 50%;
    display: block;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(.6) rotate(-15deg);
}
.carousel.peek .carousel-item-next {
    right: 0;
    left: auto;
    transform: scale(.6) rotate(15deg);
}
.carousel.peek .carousel-active {
    width: 50%;
    opacity: 1;
    position: relative;
    left: 25%;
    z-index: 2;
}
.carousel.peek .carousel-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.carousel.peek .carousel-nav a {
    width: 20%;
    height: 100%;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.carousel.peek .carousel-nav a.next {
    left: auto;
    right: 0;
}
.sample-childlink {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    background: #fff;
    font-size: 10px;
}
.shirt-overlay {
    width: 50%;
    height: 98px;
    top: 35px;
    position: relative;
    color: #fff;
    line-height: 1.7;
    font-weight: bold;
    font-size: 23px;
    z-index: 2;
    text-shadow: 0px 0px 9px rgba(150, 150, 150, .5);
    display: inline-grid;
    margin: 0 auto;
}
.darts-name--shirt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    margin: 0 auto;
}
.action-button-download {
    background-color: #d61726 !important;
}

a {
    text-decoration: none;
}

@media all and (max-width: 480px) {
    .shirt-overlay {
        top: 32px;
        font-size: 15px;
    }
    .darts-name--shirt {
        font-size: 13px;
    }
    #progressbar li {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .shirt-overlay {
        top: 40px;
        font-size: 35px;
    }
    .darts-name--shirt {
        font-size: 30px;
    }
}
.darts-name--shirt:before {
    content: open-quote;
}
.darts-name--shirt:after {
    content: close-quote;
}
#dgform .action-button-previous:hover,
#dgform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #d7d5dd;
}
.share-preview-image-container {
    margin-bottom: 10px;
}
.share-preview-image {
    width: 100%;
}
.fs-title {
    font-size: 21px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: bold;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 17px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 17px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: #d61726;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}
.carousel {
    width: 100%;
    position: relative;
}
.carousel .carousel-item {
    display: none;
}
.carousel .carousel-active {
    display: block;
}
.carousel .carousel-nav:nth-child(2) {
    display: none;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #122d68;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #122d68;
    color: white;
}
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
.dme_link a:hover,
.dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
.terms {
    position: relative;
    top: 15px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.terms p {
    text-align: center;
    font-size: 12px;
}