﻿
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
img {
    display: block;
}

.use-style-guide .upcase {
    text-transform: uppercase
}



.use-style-guide h2 {
    font-size: 1.28em;
    font-weight: 300;
    font-family: AmazonEmberLight,'Lato','Helvetica',sans-serif !important;
    font-smooth: never !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: auto !important
}

.use-style-guide p.meta {
    color: #4d6874;
    font-size: .86em;
    font-weight: 400
}

.use-style-guide a {
    font-size: 1em;
    color: #247bbd;
    text-decoration: none
}

    .use-style-guide a:hover, .use-style-guide a:active, .use-style-guide a:focus {
        text-decoration: none;
        color: #4d6874
    }

.use-style-guide .btn {
    color: #fff;
    min-width: 80px;
    height: 44px;
    padding: 0 20px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

    .use-style-guide .btn.btn-primary {
        background-color: #0079ad;
        border-bottom: 1px solid #2a5f82
    }

        .use-style-guide .btn.btn-primary:hover {
            background-color: #009de0
        }

    .use-style-guide .btn.btn-default {
        background-color: #999;
        border-bottom: 1px solid #808080
    }

        .use-style-guide .btn.btn-default:hover {
            background-color: #b3b3b3
        }

    .use-style-guide .btn:hover {
        color: #fff
    }

    .use-style-guide .btn:focus {
        outline: 0;
        border: 0
    }

.use-style-guide form {
    margin-top: 15px
}

    .use-style-guide form label {
        margin-bottom: 7px;
        margin-right: 3px
    }

        .use-style-guide form label p {
            margin: 0;
            color: #666
        }

    .use-style-guide form .form-buttons {
        margin-top: 25px
    }

    .use-style-guide form input[type="checkbox"] {
        display: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none
    }

        .use-style-guide form input[type="checkbox"] + label {
            -ms-user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -webkit-touch-callout: none;
            padding-left: 31px;
            padding-top: 2px;
            margin: 10px 15px 0 0;
            font-weight: 400;
            height: 25px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 0 -26px;
            vertical-align: middle;
            cursor: default;
            background-image: url('checkbox_sprite.png')
        }

        .use-style-guide form input[type="checkbox"]:checked + label {
            background-position: 0 0
        }

    .use-style-guide form input[type="text"], .use-style-guide form input[type="password"], .use-style-guide form input[type="number"] {
        height: 44px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc
    }

        .use-style-guide form input[type="text"][disabled="disabled"], .use-style-guide form input[type="password"][disabled="disabled"], .use-style-guide form input[type="number"][disabled="disabled"] {
            background-color: #f2f2f2;
            color: #808080;
            border: 1px solid #ddd
        }

        .use-style-guide form input[type="number"]::-webkit-inner-spin-button, .use-style-guide form input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .use-style-guide form .form-control {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }

        .use-style-guide form .form-control:focus {
            border: 1px solid #247bbd !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important
        }

.use-style-guide .full-width {
    width: 100% !important
}

.use-style-guide .inline {
    display: inline !important
}

.use-style-guide .grey-base {
    color: #333 !important
}

.use-style-guide .meta-size {
    font-size: .86em !important
}

.use-style-guide .txt-cntr {
    text-align: center !important
}

.use-style-guide .tooltip.error.top {
    opacity: 1
}

    .use-style-guide .tooltip.error.top .tooltip-inner {
        background-color: #db3766;
        color: #fff;
        width: 180px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-align: left;
        padding: 10px
    }

    .use-style-guide .tooltip.error.top .tooltip-arrow {
        border-top-color: #db3766
    }

.use-style-guide input.input-error {
    border: 1px solid #db3766 !important
}

    .use-style-guide input.input-error:focus {
        border: 1px solid #db3766 !important
    }

.use-style-guide .input-alert {
    background-color: #db3766;
    color: #fff;
    line-height: 1.3;
    margin-top: -3px;
    font-size: 1.14em;
    font-family: Georgia,"Times New Roman",Serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.use-style-guide .button-pair button.btn {
    width: 47%
}

    .use-style-guide .button-pair button.btn:last-child {
        float: right
    }

.no-select {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: 0
}

.modal.justfade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

    .modal.justfade.in {
        opacity: 1
    }

.close-icon {
    background-repeat: no-repeat;
    background-image: url('assets_close.png');
    height: 16px;
    width: 25px;
    display: inline-block;
    background-position: 0 -16px;
    margin-top: 10px;
    cursor: pointer
}

    .close-icon:hover {
        background-position: 0 0
    }

.dropdown-container {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.language-text {
    margin-left: 5px !important;
    margin-right: 4px !important
}

.help-container {
    display: table;
    margin: 0 auto
}

.help-content {
    height: 28px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #bababa;
    padding-left: 15px;
    word-wrap: break-word
}

.help-content-container {
    display: table;
    table-layout: fixed
}

.zero-margin {
    margin: 0
}

.left-margin {
    margin-left: 3px
}

.language-select {
    background-color: #e3eaed !important;
    height: 28px !important
}

    .language-select::after {
        height: 15px !important;
        width: 10px !important;
        top: 7px !important;
        margin: -2px !important
    }

    .language-select span {
        margin-right: 15px !important;
        float: right !important
    }

    .language-select a.chosen-single {
        padding-left: 5px !important;
        padding-top: 2px !important;
        height: 28px !important
    }

.globe-container {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 2px !important
}

    .globe-container img {
        height: 1.3em;
        width: 18px
    }

.language-select .chosen-drop {
    margin-left: -20px;
    width: 140px
}

.language-select .chosen-results li.disabled-result, .language-select .chosen-results li.active-result, .language-select .chosen-results li.result-selected {
    padding: 10px 15px !important
}

@font-face {
    font-family: AmazonEmber;
    src: url('fonts/AmazonEmber_Rg.ttf')
}

@font-face {
    font-family: AmazonEmberLight;
    src: url('fonts/AmazonEmber_Lt.ttf')
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,0.15)
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0
    }

    .chosen-container a {
        cursor: pointer
    }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 18px;
    height: 100%
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('chosen-sprite.png') no-repeat 0 2px
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .chosen-container-single .chosen-search input[type="text"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('chosen-sprite.png') no-repeat 100% -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background: url('chosen-sprite.png') no-repeat 100% -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);
        background: url('chosen-sprite.png') no-repeat 100% -20px,-moz-linear-gradient(#eee 1%,#fff 15%);
        background: url('chosen-sprite.png') no-repeat 100% -20px,-o-linear-gradient(#eee 1%,#fff 15%);
        background: url('chosen-sprite.png') no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 5px;
                height: 15px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
            color: #333;
            line-height: 13px;
            cursor: default
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #111 !important
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.chosen-rtl {
    text-align: right
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .chosen-rtl .chosen-choices li {
        float: right
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
        left: 9999px
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: 0
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
        background: url('chosen-sprite.png') no-repeat -30px -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
        background: url('chosen-sprite.png') no-repeat -30px -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);
        background: url('chosen-sprite.png') no-repeat -30px -20px,-moz-linear-gradient(#eee 1%,#fff 15%);
        background: url('chosen-sprite.png') no-repeat -30px -20px,-o-linear-gradient(#eee 1%,#fff 15%);
        background: url('chosen-sprite.png') no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);
        direction: rtl
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

@font-face {
    font-family: AmazonEmber;
    src: url('fonts/AmazonEmber_Rg.ttf')
}

@font-face {
    font-family: AmazonEmberLight;
    src: url('fonts/AmazonEmber_Lt.ttf')
}

.use-style-guide .upcase {
    text-transform: uppercase
}

.use-style-guide h1 {
    font-size: 1.7em;
    font-weight: 300;
    font-family: AmazonEmberLight,'Lato','Helvetica',sans-serif !important;
    font-smooth: never !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: auto !important
}

.use-style-guide h2 {
    font-size: 1.28em;
    font-weight: 300;
    font-family: AmazonEmberLight,'Lato','Helvetica',sans-serif !important;
    font-smooth: never !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: auto !important
}

.use-style-guide p.meta {
    color: #4d6874;
    font-size: .86em;
    font-weight: 400
}

.use-style-guide a {
    font-size: 1em;
    color: #247bbd;
    text-decoration: none
}

    .use-style-guide a:hover, .use-style-guide a:active, .use-style-guide a:focus {
        text-decoration: none;
        color: #4d6874
    }

.use-style-guide .btn {
    color: #fff;
    min-width: 80px;
    height: 44px;
    padding: 0 20px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

    .use-style-guide .btn.btn-primary {
        background-color: #0079ad;
        border-bottom: 1px solid #2a5f82
    }

        .use-style-guide .btn.btn-primary:hover {
            background-color: #009de0
        }

    .use-style-guide .btn.btn-default {
        background-color: #999;
        border-bottom: 1px solid #808080
    }

        .use-style-guide .btn.btn-default:hover {
            background-color: #b3b3b3
        }

    .use-style-guide .btn:hover {
        color: #fff
    }

    .use-style-guide .btn:focus {
        outline: 0;
        border: 0
    }

.use-style-guide form {
    margin-top: 15px
}

    .use-style-guide form label {
        margin-bottom: 7px;
        margin-right: 3px
    }

        .use-style-guide form label p {
            margin: 0;
            color: #666
        }

    .use-style-guide form .form-buttons {
        margin-top: 25px
    }

    .use-style-guide form input[type="checkbox"] {
        display: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none
    }

        .use-style-guide form input[type="checkbox"] + label {
            -ms-user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -webkit-touch-callout: none;
            padding-left: 31px;
            padding-top: 2px;
            margin: 10px 15px 0 0;
            font-weight: 400;
            height: 25px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 0 -26px;
            vertical-align: middle;
            cursor: default;
            background-image: url('checkbox_sprite.png')
        }

        .use-style-guide form input[type="checkbox"]:checked + label {
            background-position: 0 0
        }

    .use-style-guide form input[type="text"], .use-style-guide form input[type="password"], .use-style-guide form input[type="number"] {
        height: 44px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc
    }

        .use-style-guide form input[type="text"][disabled="disabled"], .use-style-guide form input[type="password"][disabled="disabled"], .use-style-guide form input[type="number"][disabled="disabled"] {
            background-color: #f2f2f2;
            color: #808080;
            border: 1px solid #ddd
        }

        .use-style-guide form input[type="number"]::-webkit-inner-spin-button, .use-style-guide form input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .use-style-guide form .form-control {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }

        .use-style-guide form .form-control:focus {
            border: 1px solid #247bbd !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important
        }

.use-style-guide .full-width {
    width: 100% !important
}

.use-style-guide .inline {
    display: inline !important
}

.use-style-guide .grey-base {
    color: #333 !important
}

.use-style-guide .meta-size {
    font-size: .86em !important
}

.use-style-guide .txt-cntr {
    text-align: center !important
}

.use-style-guide .tooltip.error.top {
    opacity: 1
}

    .use-style-guide .tooltip.error.top .tooltip-inner {
        background-color: #db3766;
        color: #fff;
        width: 180px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-align: left;
        padding: 10px
    }

    .use-style-guide .tooltip.error.top .tooltip-arrow {
        border-top-color: #db3766
    }

.use-style-guide input.input-error {
    border: 1px solid #db3766 !important
}

    .use-style-guide input.input-error:focus {
        border: 1px solid #db3766 !important
    }

.use-style-guide .input-alert {
    background-color: #db3766;
    color: #fff;
    line-height: 1.3;
    margin-top: -3px;
    font-size: 1.14em;
    font-family: Georgia,"Times New Roman",Serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.use-style-guide .button-pair button.btn {
    width: 47%
}

    .use-style-guide .button-pair button.btn:last-child {
        float: right
    }

.no-select {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: 0
}

.modal.justfade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

    .modal.justfade.in {
        opacity: 1
    }

.close-icon {
    background-repeat: no-repeat;
    background-image: url('assets_close.png');
    height: 16px;
    width: 25px;
    display: inline-block;
    background-position: 0 -16px;
    margin-top: 10px;
    cursor: pointer
}

    .close-icon:hover {
        background-position: 0 0
    }

.dropdown-container {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.language-text {
    margin-left: 5px !important;
    margin-right: 4px !important
}

.help-container {
    display: table;
    margin: 0 auto
}

.help-content {
    height: 28px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #bababa;
    padding-left: 15px;
    word-wrap: break-word
}

.help-content-container {
    display: table;
    table-layout: fixed
}

.zero-margin {
    margin: 0
}

.left-margin {
    margin-left: 3px
}

.language-select {
    background-color: #e3eaed !important;
    height: 28px !important
}

    .language-select::after {
        height: 15px !important;
        width: 10px !important;
        top: 7px !important;
        margin: -2px !important
    }

    .language-select span {
        margin-right: 15px !important;
        float: right !important
    }

    .language-select a.chosen-single {
        padding-left: 5px !important;
        padding-top: 2px !important;
        height: 28px !important
    }

.globe-container {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 2px !important
}

    .globe-container img {
        height: 1.3em;
        width: 18px
    }

.language-select .chosen-drop {
    margin-left: -20px;
    width: 140px
}

.language-select .chosen-results li.disabled-result, .language-select .chosen-results li.active-result, .language-select .chosen-results li.result-selected {
    padding: 10px 15px !important
}

.chosen-container a.chosen-single, .chosen-container.chosen-container-active a.chosen-single {
    background: 0;
    border: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: .68em 1.2em
}

.chosen-container-single {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: 0;
    font-size: 1em;
    height: 44px;
    line-height: 25px;
    text-shadow: none;
    transition: background-color .3s ease-in-out
}

.chosen-container-single {
    background: #ccc;
    color: #333
}

    .chosen-container-single:active {
        background: #ccc
    }

    .chosen-container-single:hover {
        background: #d9d9d9
    }

.chosen-container.chosen-container-single::after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 15px;
    right: 15px;
    margin: 0;
    border: 0;
    background: url("icon_caret.png") no-repeat center center;
    pointer-events: none
}

.chosen-container.chosen-container-single .chosen-search input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 6px;
    outline: 0;
    padding: .8em 1.15em;
    text-overflow: ellipsis
}

div.chosen-container-multi {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-height: 38px;
    margin-top: -1px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    display: inline-block;
    width: auto !important;
    background: #fff
}

div.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

div.chosen-container-multi ul.chosen-choices {
    min-height: 42px !important;
    min-width: 258px;
    border: 0;
    background: 0;
    padding: 0 .5em 0 0
}

    div.chosen-container-multi ul.chosen-choices li.search-field input[type=text] {
        font: 1em;
        color: #e8e8e8;
        display: block;
        height: auto;
        line-height: 1.5em;
        padding: 10px 8px
    }

        div.chosen-container-multi ul.chosen-choices li.search-field input[type=text]:active {
            color: #333
        }

div.chosen-container div.chosen-drop {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    text-align: left
}

div.chosen-container .chosen-results {
    margin: 0;
    padding: 0
}

div.chosen-drop .chosen-results li.active-result, div.chosen-drop .chosen-results li.disabled-result, div.chosen-drop .chosen-results li.result-selected {
    font: 1em;
    padding: 17px 29px 17px 7px;
    border-bottom: 1px solid #e8e8e8
}

    div.chosen-drop .chosen-results li.active-result:last-child {
        border-bottom: 0
    }

    div.chosen-drop .chosen-results li.active-result.highlighted {
        color: #fff;
        background: #247bbd
    }

li.active-result {
    padding-left: 15px !important;
    padding-right: 50px !important;
    padding-top: 20px !important
}

div.chosen-drop .chosen-results li.result-selected {
    color: #333;
    position: relative
}

    div.chosen-drop .chosen-results li.result-selected:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 10px
    }

div.chosen-container .chosen-choices .search-choice {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #247bbd;
    border: 0;
    color: #fff;
    height: 34px;
    line-height: 36px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 40px 0 15px;
    margin: 4px
}

    div.chosen-container .chosen-choices .search-choice:hover {
        background: #3a95da
    }

    div.chosen-container .chosen-choices .search-choice span {
        padding: 0 .5em 0 0;
        white-space: nowrap;
        font: 1em
    }

    div.chosen-container .chosen-choices .search-choice a.search-choice-close {
        border-left: 1px solid #d86416;
        background: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 36px;
        height: auto;
        margin: 0;
        background-image: url("icon_chosen_close.png");
        background-repeat: no-repeat;
        background-position: 11px 9px
    }

        div.chosen-container .chosen-choices .search-choice a.search-choice-close:hover {
            background-position: 11px 9px
        }

.chosen-container-single .chosen-default span {
    color: #333
}

    .chosen-container-single .chosen-default span:hover, .chosen-container-single .chosen-default span:active, .chosen-container-single .chosen-default span:visited, .chosen-container-single .chosen-default span:focus {
        color: #333
    }

.link ~ .chosen-container-single {
    background: 0;
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    line-height: 2em !important;
    margin-bottom: 0;
    max-width: 100% !important;
    padding: 0;
    vertical-align: top;
    width: auto !important
}

    .link ~ .chosen-container-single a.chosen-single span {
        color: #333
    }

a.chosen-single:focus {
    color: #333
}

.link ~ .chosen-container-single::after {
    right: 6px;
    top: 5px
}

select.chosen {
    width: 100%;
    height: 44px;
    padding-right: 35px;
    display: block;
    text-overflow: ellipsis;
    background-color: #ccc !important;
    background: url("icon_caret.png") no-repeat center center;
    background-position: 90%;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-appearance: none
}

select.chosen-select {
    width: 70px;
    height: 44px;
    padding-right: 20px;
    padding-left: 5px;
    display: block;
    border: 0;
    text-overflow: ellipsis;
    background: url("icon_caret.png") no-repeat center center;
    background-size: 10px 10px;
    background-position: 85%;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-appearance: none
}

.login-page {
    margin: 0;
    background-color: #e3eaed;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: AmazonEmber,'Lato','Helvetica',sans-serif;
    color: #232f3e
}



.background-top {
    width: 100%;
    height: 270px;
    background-color: #0079ad;
    border-bottom: 1px solid #fff
}

@media all and (max-width:768px) {
    .background-top {
        height: 170px
    }
}

.centered-content {
    position: absolute;
    width: 380px;
    z-index: 1000;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media all and (max-width:768px) {
    .centered-content {
        width: 100%;
        top: 15px;
        padding: 0 15px
    }
}



.content-box {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative
}

.top-h2 {
    margin-top: 0
}

.text-warning {
    margin-top: 10px
}

.modal#faqModal .modal-header {
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    border-bottom: 0
}

.modal#faqModal .modal-title {
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid #ddd
}

.modal#faqModal .modal-body {
    padding: 0 20px 30px 20px
}

    .modal#faqModal .modal-body .question {
        font-weight: bold;
        margin-bottom: 5px
    }

    .modal#faqModal .modal-body .answer {
        margin-bottom: 25px
    }

.modal#faqModal .section-header {
    text-transform: uppercase;
    color: #0079ad;
    margin-top: 20px;
    margin-bottom: 5px
}

.modal#faqModal .modal-content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 620px;
    box-shadow: none
}

@media all and (max-width:768px) {
    .modal#faqModal .modal-content {
        width: 100%
    }
}

.modal#faqModal .faq-scrollable {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    padding-left: 0;
    overflow-y: scroll;
    height: 300px
}

#enterResetToken_form input#resetToken {
    margin-bottom: 10px
}

#enterResetToken_form .popover {
    z-index: 9999;
    max-width: 90%;
    padding-left: 0;
    font-size: small
}

    #enterResetToken_form .popover .popover-title {
        background-color: transparent;
        border-bottom: 0;
        text-transform: uppercase;
        font-weight: 300;
        padding-bottom: 0
    }

    #enterResetToken_form .popover .popover-content {
        padding-left: 0
    }

.alert-top {
    margin-top: 10px;
    width: 100%;
    background-color: #db3766;
    text-align: center;
    color: #fff;
    font-family: George,"Times New Roman",Serif;
    font-size: 1.43em;
    border-bottom: 1px solid #b22b58;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.content-box.error {
    margin-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.instructions {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

    .instructions li {
        padding-left: 35px;
        position: relative;
        margin-top: 10px
    }

    .instructions .bullet {
        position: absolute;
        left: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #283442;
        height: 25px;
        width: 25px;
        line-height: 1.9em;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        display: inline-block
    }

    .instructions .instruction {
        margin-top: 3px;
        display: inline-block;
        vertical-align: middle
    }

.toast-container {
    width: 270px;
    padding: 25px;
    background: #283442;
    opacity: .9;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

    .toast-container .loader {
        height: 36px;
        width: 36px
    }

        .toast-container .loader:after {
            background-color: #283442
        }

.toast-icon {
    margin: auto;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .toast-icon.toast-icon-success {
        background-image: url(/idp/assets_successcheck.svg)
    }

.toast-text {
    color: white;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0
}

.banner-top {
    padding: 10px 0
}

    .banner-top .alert-icon {
        display: inline-block;
        height: 25px;
        width: 25px;
        margin-right: 10px;
        text-align: center;
        font-size: large;
        font-weight: bold;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #fff;
        color: #fff
    }

    .banner-top.banner-error {
        background-color: #db3766
    }

        .banner-top.banner-error p {
            display: inline;
            padding: 0;
            margin: 0;
            color: #fff
        }

.loader {
    overflow: hidden;
    font-size: 2px;
    margin: 5em auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #0079ad;
    background: -moz-linear-gradient(left,#0079ad 10%,rgba(255,255,255,0) 42%);
    background: -webkit-linear-gradient(left,#0079ad 10%,rgba(255,255,255,0) 42%);
    background: -o-linear-gradient(left,#0079ad 10%,rgba(255,255,255,0) 42%);
    background: -ms-linear-gradient(left,#0079ad 10%,rgba(255,255,255,0) 42%);
    background: linear-gradient(to right,#0079ad 10%,rgba(255,255,255,0) 42%);
    position: relative;
    -webkit-animation: load3 .6s infinite linear;
    animation: load3 .6s infinite linear
}

    .loader.medium {
        font-size: 4px;
        -webkit-animation-duration: .6s;
        animation-duration: .6s
    }

    .loader:before {
        width: 50%;
        height: 50%;
        background: #0079ad;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: ''
    }

    .loader:after {
        background: #fff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

@-webkit-keyframes load3 {
    0 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
