html {
    font-size: 10px;
}

body,
.ad,
.sm {
    font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
}

a {
    color: currentColor;
    text-decoration: none;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}
/*
	AD
*/

.ad {
    width: 9.375rem;
    /* 150 */
    color: #444;
    color: rgba( 0, 0, 0, .75);
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .5);
    position: fixed;
    z-index: 1000;
    top: 0.625rem;
    /* 10 */
    left: 0.625rem;
    /* 10 */
    padding: 0.5rem 0.625rem;
    /* 8 10 */
}

.ad--dark {
    color: #ddd;
    color: rgba( 255, 255, 255, .75);
    background-color: #111;
    background-color: rgba( 0, 0, 0, .5);
}

.ad__close {
    width: 0.625rem;
    /* 10 */
    height: 0.625rem;
    /* 10 */
    background-color: #777;
    background-color: rgba( 0, 0, 0, .5);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -0.25rem;
    /* 4 */
    right: -0.25rem;
    /* 4 */
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.ad--dark .ad__close {
    background-color: #ddd;
    background-color: rgba( 255, 255, 255, .75);
}

.ad__close:hover,
.ad__close:focus {
    -webkit-transform: scale( 1.25);
    -ms-transform: scale( 1.25);
    transform: scale( 1.25);
}

#carbonads {
    font-size: 0.875rem;
    /* 14 */
    letter-spacing: -0.071em;
    /* 1 (14) */
    line-height: 1.125rem;
    /* 18 */
}

#carbonads a {
    color: currentColor;
    display: block;
    margin-top: 0.313rem;
    /* 5 */
}

#carbonads .carbon-poweredby {
    font-size: 0.75rem;
    /* 12 */
    text-transform: uppercase;
    color: #aaa;
    color: rgba( 0, 0, 0, .25);
}

.ad--dark #carbonads .carbon-poweredby {
    color: #999;
    color: rgba( 255, 255, 255, .25);
}
/*
	SOCIAL MEDIA
*/

.sm {
    width: 100%;
    height: 2.5rem;
    /* 40 */
    color: #444;
    color: rgba( 0, 0, 0, .75);
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .5);
    overflow: hidden;
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 0;
    padding: 0.625rem 1.25rem 0;
    /* 10 20 */
}

.sm--dark {
    color: #ddd;
    color: rgba( 255, 255, 255, .75);
    background-color: #111;
    background-color: rgba( 0, 0, 0, .5);
}

.sm ul {}

.sm li {
    float: right;
    margin-left: 1rem;
}

.sm li:first-child {
    float: left;
    margin-left: 0;
}

.sm .googleplus-one {
    max-width: 60px;
}

.sm .twitter-follow>*:not( :first-child),
.sm .twitter-share>*:not( :first-child) {
    display: none;
}

@media screen {
    @media ( min-width: 0px)/* everything but Internet Explorer and Safari â‰¤6 */
    {
        .sm li:last-child {
            opacity: 0;
            -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
        }
        .sm:hover li:last-child {
            opacity: 1;
        }
    }
}

.sm__back {
    font-size: 0.875rem;
    /* 14 */
    font-weight: bold;
    color: currentColor;
    text-transform: uppercase;
    position: relative;
}

.sm__back::before {
    width: 0;
    height: 0;
    border: 0.313rem solid transparent;
    /* 5 */
    border-left: none;
    border-right-color: currentColor;
    content: '';
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 0.313rem;
    /* 5 */
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
}

.sm__back:hover::before,
.sm__back:focus::before {
    left: -0.313rem;
    /* 5 */
}
/*
	RESPONSIVENESS
*/

@media screen and (max-width: 40em),
screen and (max-height: 40em)
/* 640 */

{
    .ad,
    .sm {
        display: none;
    }
}

html {}

body {
    font-family: Roboto, sans-serif;
    color: #0f3c4b;
    background-color: #e5edf1;
    padding: 5rem 1.25rem;
    /* 80 20 */
}

.container {
    width: 100%;
    max-width: 680px;
    /* 800 */
    text-align: center;
    margin: 0 auto;
}

.container h1 {
    font-size: 42px;
    font-weight: 300;
    color: #0f3c4b;
    margin-bottom: 40px;
}

.container h1 a:hover,
.container h1 a:focus {
    color: #39bfd3;
}

.container nav {
    margin-bottom: 40px;
}

.container nav a {
    border-bottom: 2px solid #c8dadf;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;
}

.container nav a.is-selected {
    font-weight: 700;
    color: #39bfd3;
    border-bottom-color: currentColor;
}

.container nav a:not( .is-selected):hover,
.container nav a:not( .is-selected):focus {
    border-bottom-color: #0f3c4b;
}

.container footer {
    color: #92b0b3;
    margin-top: 40px;
}

.container footer p+p {
    margin-top: 1em;
}

.container footer a:hover,
.container footer a:focus {
    color: #39bfd3;
}

.box {
    font-size: 1.25rem;
    /* 20 */
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
}

#bridgefab_upload {
    position: relative;
}

.form-group {
    position: relative;
}
#project-prefix {
    --webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    bottom: auto;
    height: 4rem;
    font-size: 20px;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    transition-delay: 9999s;
}

.prefix-input {
    /*position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    background: rgba(229, 237, 241, 0.8);*/
}

.form-input {

}

.box.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}

.box__dragndrop,
.box__icon {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY( -50%);
    transform: translateY( -50%);
}

.box__uploading {
    font-style: italic;
}

.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY( -50%) scale( 0);
    }
    75% {
        -webkit-transform: translateY( -50%) scale( 1.1);
    }
    to {
        -webkit-transform: translateY( -50%) scale( 1);
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY( -50%) scale( 0);
    }
    75% {
        transform: translateY( -50%) scale( 1.1);
    }
    to {
        transform: translateY( -50%) scale( 1);
    }
}

.box__restart {
    font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}

.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.js .box__file+label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.js .box__file+label:hover strong,
.box__file:focus+label strong,
.box__file.has-focus+label strong {
    color: #39bfd3;
}

.js .box__file:focus+label,
.js .box__file.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.js .box__file+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.no-js .box__file+label {
    display: none;
}

.no-js .box__button {
    display: block;
}

.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

.box__button:hover,
.box__button:focus {
    background-color: #0f3c4b;
}

.title {
    font-size: 20px;
    margin: 5rem 0rem;
}

.logo {
    display: block;
    margin: 2rem auto;
}
