.start.notheme .esriSignInDialog {
    font-family: Helvetica, 'sans-serifs';
    background-color: #48484b;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: .688em;
    padding: 0
}
.start.notheme .esriSignInDialog .dijitDialogTitleBar {
    background-color: #2c2d2e;
    font-size: 1.5em;
    padding: 5px 8px;
    cursor: move
}
.start.notheme .esriSignInDialog .dijitDialogCloseIcon {
    float: right;
    cursor: pointer;
    position: relative;
    top: -2px;
    right: 1px
}
.start.notheme .esriSignInDialog .dijitDialogPaneContentArea {
    padding: 5px 7px 4px 7px
}
.start.notheme .esriSignInDialog .dijitDialogPaneActionBar {
    padding: 5px 8px 14px;
    text-align: right
}
.start.notheme .esriSignInDialog .dijitButtonNode {
    padding: 4px 12px;
    color: #fff;
    font-weight: bold;
    background-color: #12a5f4
}
.start.notheme .dijitDialogPaneActionBar .dijitButton:last-child .dijitButtonNode {
    background: #7c7c7c
}
.start.notheme .esriSignInDialog .dijitButtonHover .dijitButtonNode {
    background-color: #2aaef5
}
.start.notheme .esriSignInDialog .dijitTextBox {
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #48484b;
    color: #000;
    margin-top: 3px
}
.start.notheme .esriSignInDialog .dijitTextBox .dijitInputField {
    padding-left: 5px
}
.start.notheme .esriSignInDialog .dijitInputInner {
    border: 0 !important;
    vertical-align: middle !important;
    background-color: transparent !important;
    width: 100% !important
}
.start.notheme .esriSignInDialog .dijitTextBox .dijitInputInner {
    padding: 1px 2px 1px 0;
    outline: 0
}
.start.notheme .esriSignInDialog .dijitTextBox .dijitValidationContainer,
.start.notheme .esriSignInDialog .dijitToggleButtonIconChar {
    display: none !important
}
.start.notheme .dijitButton {
    margin: .2em;
    vertical-align: middle;
    cursor: pointer
}
.start.notheme .dijitOffScreen {
    position: absolute;
    left: 50%;
    top: -10000px
}
.start.notheme .esriSignInDialog .esriErrorMsg {
    background: #c0392b;
    padding: 3px
}
.start.notheme .esriSignInDialog .dijitTextBoxHover,
.start.notheme .esriSignInDialog .dijitTextBoxFocused {
    border-color: #12a5f4;
    -ms-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}
.start.notheme .esriSignInDialog .dijitTextBoxError {
    border-color: #c0392b;
    border-right-width: 10px;
    position: relative
}
.start.notheme .esriSignInDialog .dijitTextBoxError:after {
    content: '!';
    position: absolute;
    right: -7px;
    top: 1px;
    color: #FFF;
    font-size: 17px
}
.dj_ie .start.notheme .dijitInputInner,
.dj_gecko .start.notheme .dijitInputInner {
    height: 22px
}
.start .splashScreen .anim_bg .progress {
    background-color: #3c3c3c
}
.start {
    background: #fff !important
}
.started {
    background-color: white;
    background-image: none
}
.started .splashScreen {
    display: none !important
}
html,
body,
.splashScreen {
    margin: 0;
    padding: 0;
    height: 100%
}
body {
    background-color: #f1f1f1;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.start {
    pointer-events: none;
}
.ct-splashscreen-stage .launch__bundles {
    font-size: 12px;
    color: rgba(94, 94, 94, 0.6);
}
.splashScreen {
    background-color: #f1f1f1;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.splashText {
    color: rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    font-size: calc(12px + 1vh);
    display: block;
    position: absolute;
    bottom: 2%;
    right: 2%;
}
.splashImage {
    height: 50vw;
    max-height: 75vh;
    margin: auto;
    display: block;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}
.splashTitle {
    font-family: sans-serif;
    font-size: 5vw;
    color: rgb(0, 48, 100);
    margin: auto;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.containedText {
    display: inline-block;
}
.fountainTextG {
    color: rgba(212, 0, 74, 0.97);
    font-family: Arial;
    font-size: 5vw;
    text-decoration: none;
    font-weight: normal;
    font-style: bold;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5)
}
#fountainTextG_1 {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}
#fountainTextG_2 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}
#fountainTextG_3 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}
#fountainTextG_4 {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}
#fountainTextG_5 {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}
#fountainTextG_6 {
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
#fountainTextG_7 {
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}
#fountainTextG_8 {
    animation-delay: 1.79s;
    -o-animation-delay: 1.79s;
    -ms-animation-delay: 1.79s;
    -webkit-animation-delay: 1.79s;
    -moz-animation-delay: 1.79s;
}
#fountainTextG_9 {
    animation-delay: 1.94s;
    -o-animation-delay: 1.94s;
    -ms-animation-delay: 1.94s;
    -webkit-animation-delay: 1.94s;
    -moz-animation-delay: 1.94s;
}
#fountainTextG_10 {
    animation-delay: 2.09s;
    -o-animation-delay: 2.09s;
    -ms-animation-delay: 2.09s;
    -webkit-animation-delay: 2.09s;
    -moz-animation-delay: 2.09s;
}
#fountainTextG_11 {
    animation-delay: 2.24s;
    -o-animation-delay: 2.24s;
    -ms-animation-delay: 2.24s;
    -webkit-animation-delay: 2.24s;
    -moz-animation-delay: 2.24s;
}
#fountainTextG_12 {
    animation-delay: 2.39s;
    -o-animation-delay: 2.39s;
    -ms-animation-delay: 2.39s;
    -webkit-animation-delay: 2.39s;
    -moz-animation-delay: 2.39s;
}
#fountainTextG_13 {
    animation-delay: 2.54s;
    -o-animation-delay: 2.54s;
    -ms-animation-delay: 2.54s;
    -webkit-animation-delay: 2.54s;
    -moz-animation-delay: 2.54s;
}
#fountainTextG_14 {
    animation-delay: 2.69s;
    -o-animation-delay: 2.69s;
    -ms-animation-delay: 2.69s;
    -webkit-animation-delay: 2.69s;
    -moz-animation-delay: 2.69s;
}
#fountainTextG_15 {
    animation-delay: 2.84s;
    -o-animation-delay: 2.84s;
    -ms-animation-delay: 2.84s;
    -webkit-animation-delay: 2.84s;
    -moz-animation-delay: 2.84s;
}
#fountainTextG_16 {
    animation-delay: 2.99s;
    -o-animation-delay: 2.99s;
    -ms-animation-delay: 2.99s;
    -webkit-animation-delay: 2.99s;
    -moz-animation-delay: 2.99s;
}
#fountainTextG_17 {
    animation-delay: 3.14s;
    -o-animation-delay: 3.14s;
    -ms-animation-delay: 3.14s;
    -webkit-animation-delay: 3.14s;
    -moz-animation-delay: 3.14s;
}
#fountainTextG_18 {
    animation-delay: 3.29s;
    -o-animation-delay: 3.29s;
    -ms-animation-delay: 3.29s;
    -webkit-animation-delay: 3.29s;
    -moz-animation-delay: 3.29s;
}
@keyframes bounce_fountainTextG {
    0% {
        transform: scale(1);
        color: rgb(0, 48, 100);
    }
    100% {
        transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}
@-o-keyframes bounce_fountainTextG {
    0% {
        -o-transform: scale(1);
        color: rgb(0, 48, 100);
    }
    100% {
        -o-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}
@-webkit-keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        color: rgb(0, 48, 100);
    }
    100% {
        -webkit-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}
@-moz-keyframes bounce_fountainTextG {
    0% {
        -moz-transform: scale(1);
        color: rgb(0, 48, 100);
    }
    100% {
        -moz-transform: scale(.5);
        color: rgb(255, 255, 255);
    }
}