html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small,
h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small,
.h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small,
.h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small,
.h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small,
.h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    /*color: #337ab7 !important;*/
    color: #08c !important;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

.desktop .btn-group{
    /*margin-top: 60px;*/
}

[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block,
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: "iforgot-icons";
    src: url('../../bin/cb3929772053/dist/shared/assets/fonts/generated/iforgot-icons.eot');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "iforgot-icons";
    src: url('../../bin/cb3929772053/dist/shared/assets/fonts/generated/iforgot-icons.eot');
    src: url('../../bin/cb3929772053/dist/shared/assets/fonts/generated/iforgot-icons.eot?#iefix') format("embedded-opentype"), url('../../bin/cb2582637104/dist/shared/assets/fonts/generated/iforgot-icons.woff') format("woff"), url('../../bin/cb2284154666/dist/shared/assets/fonts/generated/iforgot-icons.ttf') format("truetype"), url('../../bin/cb2819284772/dist/shared/assets/fonts/generated/iforgot-icons.svg?#iforgot-icons') format("svg");
    font-weight: normal;
    font-style: normal
}

.icon {
    font-family: "iforgot-icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon_account100:before {
    content: "\f101"
}

.icon_apple:before {
    content: "\f102"
}

.icon_check:before {
    content: "\f103"
}

.icon_check_fill:before {
    content: "\f104"
}

.icon_checked:before {
    content: "\f105"
}

.icon_down_chevron:before {
    content: "\f106"
}

.icon_error_arrow:before {
    content: "\f107"
}

.icon_exclamation:before {
    content: "\f108"
}

.icon_green_check:before {
    content: "\f109"
}

.icon_handset:before {
    content: "\f10a"
}

.icon_help:before {
    content: "\f10b"
}

.icon_left_chevron:before {
    content: "\f10c"
}

.icon_mail:before {
    content: "\f10d"
}

.icon_process74:before {
    content: "\f10e"
}

.icon_radio_fill:before {
    content: "\f10f"
}

.icon_radio_off:before {
    content: "\f110"
}

.icon_radio_on:before {
    content: "\f111"
}

.icon_reload:before {
    content: "\f112"
}

.icon_remove:before {
    content: "\f113"
}

.icon_right_chevron:before {
    content: "\f114"
}

.icon_security100:before {
    content: "\f115"
}

.icon_share100:before {
    content: "\f116"
}

.icon_sign_in:before {
    content: "\f117"
}

.icon_sms:before {
    content: "\f118"
}

.icon_sound:before {
    content: "\f119"
}

.icon_text:before {
    content: "\f11a"
}

.icon_uncheck:before {
    content: "\f11b"
}

.icon_up_chevron:before {
    content: "\f11c"
}

.icon_vr:before {
    content: "\f11d"
}

.icon_white_guy100:before {
    content: "\f11e"
}

.icon_yellow_bubble:before {
    content: "\f11f"
}

.simple-popover {
    position: relative
}

@media only screen and (max-device-width:767px) {
    .noscroll-mobile {
        overflow-y: hidden;
        position: fixed
    }
}

.simple-modal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10001;
    text-align: center;
    overflow: auto
}

.simple-modal .content {
    position: relative;
    top: 200px;
    margin: auto
}

.noscroll {
    overflow: hidden
}

.ltr .force-ltr {
    direction: ltr
}

.rtl .force-ltr {
    direction: rtl
}

.ltr .force-rtl {
    direction: rtl
}

.rtl .force-rtl {
    direction: ltr
}

input[type="text"], input[type="password"], input[type="email"],
input[type=tel], select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

input::-ms-clear {
    display: none
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    direction: ltr
}

body {
    background-color: #fff;
    font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    font-size: 13px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 1.45
}

#content {
    height: 100%;
    position: relative
}

.body-wrap {
    min-height: 100%;
    margin-top: -105px;
    margin-bottom: -95px;
    padding-top: 105px;
    padding-bottom: 95px;
}

@media only screen and (max-width:767px) {
    .body-wrap {
        padding-bottom: 145px;
        margin-bottom: -145px
    }
}

.app-container {
    /*padding-bottom: 50px*/
}

.content-main {
    display: inline-block;
    position: relative;
    /*padding-bottom: 26px*/
}

.content-head {
    margin-top: 40px;
}

@media only screen and (max-device-width:767px) {
    .content-head {
        margin-top: 20px
    }
}

.content-body {
    margin-top: 15px
}

.content-item-description {
    margin-bottom: 25px
}

.subtitle {
    font-size: 24px;
    font-weight: 200;
    outline: 0;
    line-height: 32px;
    margin-bottom: 8px
}

.description {
    font-size: 18px;
    font-weight: 400
}

.text-centered {
    text-align: center
}

.text-left {
    text-align: left
}

p {
    word-wrap: break-word
}

.content-main-row {
    margin-bottom: 10px
}

.content-item {
    margin-bottom: 10px
}

.content-item.content-item-last{
    margin-bottom: 0px;
}

.content-main-column {
    display: table-cell
}

.content-table {
    display: table
}

.vertical-top {
    vertical-align: top
}

.content-column {
    display: inline-block
}

.content-input {
    font-size: 15px;
    display: inline-block;
    height: 32px;
    padding: 6px;
    line-height: 20px;
    vertical-align: middle;
    color: #555555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none
}

@media only screen and (max-device-width:767px) {
    .content-input {
        height: 44px
    }
}

.content-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #08c;
    outline: 0
}

#accountname.content-input[readonly]:focus {
    border: 1px solid #CCCCCC;
}

.content-input.error {
    background-color: #fcf8e3
}

.content-input.error.override {
    background-color: #fff
}

.multiple-options {
    text-align: left;
    margin-bottom: 10px
}

.multiple-options .option-label {
    font-size: 15px;
    margin-left: 7px
}

.multiple-options .subtext {
    margin-left: 7px
}

.subtext {
    color: #919191;
    font-size: 14px
}

.caption-link {
    font-size: 14px;
    font-weight: 400
}

.option-radio {
    margin-top: 2px
}

.info {
    color: #919191;
    font-size: 17px
}

.content-list {
    display: inline-block;
    text-align: left;
    overflow-y: auto;
    padding: 5px
}

p {
    margin: 0px
}

.paragraph-break {
    margin-top: 30px
}

.btn-big {
    font-size: 21px
}

.inline-error {
    color: red
}

.btn {
    text-decoration: none !important;
    float: none !important;
    padding: 0px;
    white-space: normal;
    display: inline
}

.btn:focus:-visual-focus-ring-is-not-required {
    outline: none
}

.btn-thin {
    font-weight: 200
}

.iforgot-btn {
    font-size: 21px;
    margin-top: 20px
}

.link {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer
}

a {
    color: #08c
}

.bold {
    font-weight: 700 !important
}

.medium {
    font-weight: 500 !important
}

.semi-bold {
    font-weight: 600 !important
}

.regular {
    font-weight: 200 !important
}

.one-letter-space {
    letter-spacing: 1px
}

.icon.icon_green_check.success {
    color: #5CC629;
    text-align: center;
    direction: ltr;
}

.icon.large {
    font-size: 50px
}

.icon.xl {
    font-size: 90px
}

.success-icon-wrap {
    margin-bottom: 26px
}

.btn-group .divider {
    border-left: 1px solid #D5D5DA;
    margin: 5px 20px 8px 20px;
    display: inline;
    font-size: 16px
}

.modal-img-warning {
    margin-top: 30px;
    margin-left: 20px
}

.verify-code {
    display: inline-block
}

.verify-code .field-wrap {
    width: 40px;
    display: inline-block;
    margin-right: 5px
}

.verify-code.split .field-wrap:nth-of-type(3) {
    margin-right: 15px
}

.verify-code.error .field-wrap input {
    background-color: #fcf8e3
}

.verify-code .field-wrap:last-of-type {
    margin-right: 0
}

.verify-code .char-field {
    width: 40px;
    height: 40px;
    margin: 2px;
    font-size: 24px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ccc
}

.verify-code .char-field:focus {
    border-color: #66afe9;
    outline: none
}

.verify-code .verify-code-controls {
    position: relative
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.noarrow-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.popover {
    background-color: #fff;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D5D5DA;
    z-index: 1001;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    -webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 60px rgba(0, 0, 0, 0.07)
}

.popover .btn {
    font-size: 16px
}

.popover .btn-group {
    top: 4px
}

.popover .btn-group .divider {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px
}

.popover .content {
    text-align: left
}

.popover .content .popover-title {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 5px
}

.popover .content .popover-description {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px
}

.popover:before {
    width: 16px;
    background-color: #fff;
    height: 16px;
    content: "";
    position: absolute;
    border-left: 1px solid #D5D5DA;
    border-top: 1px solid #D5D5DA;
    left: 48%
}

.popover-top {
    bottom: 0%;
    margin-bottom: 5px
}

.popover-top:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    bottom: -9px;
    top: inherit
}

.popover-bottom {
    left: 20px;
    width: 90%;
    top: 5px
}

.popover-bottom:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: inherit;
    top: -9px
}

.popover-error {
    background-color: #F9E593;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    padding: 12px;
    bottom: 37px
}

.popover-error .content {
    text-align: center
}

.popover-error:before {
    background-color: #F9E593
}

.popover-error.popover-error-input {
    bottom: 34px;
    width: 360px;
    left: 35px
}

@media only screen and (max-device-width:767px) {
    .popover-error.popover-error-input {
        bottom: 44px;
        width: 100%;
        left: 0px
    }
}

.popover-warning {
    background-color: #f6fafe;
    font-size: 16px;
    font-weight: 500;
    color: red;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc
}

.popover-warning .modal-img-warning.image.image-header.warning {
    width: 35px;
    height: 70px;
    margin-top: 1px
}

.popover-warning .popover-warning-content {
    display: inline-block;
    margin-left: 20px;
    width: 70%;
    margin-bottom: 5px
}

.popover-warning:before {
    background-color: #F9E593
}

@media(max-device-width:767px) {
    .mobile-wrap {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 10px;
        z-index: 10001;
        overflow-y: auto
    }

    .mobile-wrap .popover {
        left: 0px;
        text-align: left;
        position: relative;
        top: 46px;
        width: 100%
    }

    .mobile-wrap .popover .content .popover-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2
    }

    .mobile-wrap .popover .content .popover-description {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px
    }

    .mobile-wrap .popover .content>div {
        float: none !important
    }

    .mobile-wrap .popover:before {
        display: none
    }

    .mobile-wrap .popover .btn {
        font-size: 20px
    }

    .mobile-wrap.fullpage-wrap {
        padding: 0px
    }

    .mobile-wrap.fullpage-wrap div * {
        display: block;
        text-align: left;
        width: 100%
    }

    .mobile-wrap.fullpage-wrap p {
        margin-bottom: 20px;
        padding: 0px 15px
    }

    .mobile-wrap.fullpage-wrap .btn {
        display: block;
        text-align: left;
        width: 100%
    }

    .mobile-wrap.fullpage-wrap .popover {
        top: 0px;
        border-radius: 0px;
        padding: 0px;
        border: 0px;
        position: fixed;
        bottom: 0px
    }

    .mobile-wrap.fullpage-wrap .popover .right-nav {
        margin-left: 0px
    }

    .mobile-wrap.fullpage-wrap .popover .divider {
        border-top: 1px solid #D5D5DA;
        display: block;
        height: 0px;
        float: left;
        width: 100%;
        margin: 10px 0px
    }

    .mobile-wrap.fullpage-wrap .head {
        height: 65px;
        background: transparent url('../../bin/cb3380168209/dist/shared/assets/images/hero-splash-mobile.jpg') no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        text-align: center;
        margin-bottom: 20px
    }
}

.modal {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5)
}

.modal .content {
    text-align: left;
    width: 550px;
    border-radius: 5px;
    background-color: #fff
}

.modal .content .h-divider {
    border-top: 1px solid #D5D5DA;
    display: block;
    height: 0px;
    float: left;
    width: 100%
}

.modal .content .popover-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 32px
}

.modal .content .popover-description {
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px
}

@media only screen and (max-device-width:767px) {
    .modal .content .popover-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 24px
    }

    .modal .content .popover-description {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px
    }
}

.modal .content .btn-group {
    padding: 15px 20px
}

.modal .content .btn-group .btn {
    font-size: 20px
}

@media only screen and (max-device-width:767px) {
    .modal .content {
        width: 100%;
        top: 46px
    }
}

.modal .content:before {
    display: none
}

.pointer {
    cursor: pointer
}

.image {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px
}

.image.image-header {
    width: 70px;
    height: 70px;
    margin-bottom:26px;
}

.image.warning {
    background-image: url('../../../../images/vetting/warning.png');
}

@media only screen and (max-device-width:767px) {

    .image.image-header {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }
    .app-container {
        text-align: left
    }

    .content-main {
        width: 100%;
        padding: 0 10px
    }

    .content-body-center {
        text-align: center
    }

    .content-head-center {
        text-align: center
    }

    .content-input {
        width: 100%;
        border-radius: 0px
    }

    .subnav{
        padding-top:0px !important;
    }

    .desktop {
        display: none !important
    }

    .content-input {
        border-radius: 0px
    }

    .body-wrap {
        margin-top: -100px;
        padding-top: 100px
    }
}

@media only screen and (min-device-width:768px) {
    #content {
        min-width: 100%;
    }

    .body-wrap {
        padding-bottom: 90px;
        margin-bottom: -90px;
    }

    .app-container {
        text-align: center
    }

    .content-main {
        width: 470px
    }

    .content-input {
        width: 360px;
        border-radius: 4px
    }

    .mobile {
        display: none !important
    }

    .content-body {
        padding: 0 20px
    }
}

.no-verification-code {
    width: 118%;
    left: -37px;
    padding: 15px 0px
}

.no-verification-code .column {
    width: 33.33%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0px 15px
}

.no-verification-code .center {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.no-verification-code .icon {
    color: #ccc;
    margin-bottom: 12px
}

.no-verification-code .caption {
    font-size: 16px
}

.recovery-key {
    font-family: monospace
}

#globalheader {
    margin: 0 auto
}

.hero-image h1 {
    color: #fff;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    font-weight: 100
}

@media only screen and (min-device-width:768px) {
    .hero-image {
        height: 145px;
        background: transparent url('../../../../images/vetting/hero-splash.jpg') no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    .hero-image h1 {
        font-size: 41px;
        line-height: 145px
    }
}

@media only screen and (max-device-width:767px) {
    .hero-image {
        height: 65px;
        background: transparent url('../../../../images/vetting/hero-splash-mobile.jpg') no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        text-align: center
    }

    .hero-image .title {
        display: inline-block;
        width: 60%
    }

    .hero-image .title h1 {
        line-height: 65px;
        font-size: 32px
    }
}

.footer {
    width: 100%;
    left: 0;
    height: 60px;
    font-size: 12px;
    color: #B3B3B3;
    text-align: center;
    padding: 0px 10px;
    display: block
}

.footer .footer-wrap {
    width: 1000px;
    display: inline-block;
    text-align: left
}

.footer .line1 {
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.footer .line2 {
    display: inline-block;
    float: right;
    margin-bottom: 10px
}

.footer .line3 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

.footer a {
    color: #53585F
}

.footer .menu {
    list-style-type: none;
    min-width: 300px;
    padding: 0;
    margin: 0;
    display: inline-block
}

.footer .item {
    display: inline-block;
    font-size: 11.5px;
    border-right: 1px solid #ccc;
    padding-right: 5px
}

.footer .item:last-child {
    border-right: 0px
}

@media only screen and (max-device-width:767px) {
    .footer {
        bottom: 10px
    }

    .footer .footer-wrap {
        width: 100%;
        display: inline-block
    }

    .footer .line1 {
        width: 100%;
        float: left
    }

    .footer .line2 {
        width: 100%;
        float: left
    }

    .footer .line3 {
        width: 100%;
        float: left
    }
}

.subnav {
    font-size: 13px;
    background-color: #fff;
    /*background-color: #EFF1EE;*/
    margin: 0;
    padding: 7px 0px;
    text-align: center
}

.subnav .subnav-wrap {
    width: 100%;
    display: inline-block;
    padding: 7px 20px;
}

.subnav .subnav-wrap a, .subnav .subnav-wrap a:hover, .subnav .subnav-wrap a:active, .subnav .subnav-wrap a:visited {
    color: #000000;
    text-decoration: none
}

.subnav .subnav-wrap .brand {
    font-size: 32px;
    float: left;
    display: inline;
    font-weight: 200
}

.subnav .subnav-wrap .menu {
    list-style-type: none;
    min-width: 300px;
    margin: 0;
    float: right;
    line-height: 45px;
    display: inline-block;
    font-weight: 500
}

.subnav .subnav-wrap .item {
    display: inline-block;
    padding: 0 1em
}

.subnav .subnav-wrap .item .btn {
    color: #000;
    line-height: 60px
}

.subnav .subnav-wrap .active .btn {
    opacity: .2
}

.subnav.manage {
    display: none
}

@media only screen and (max-device-width:767px) {
    #appleidSubnav, appleid-subnav {
        display: none
    }
}

.nav-wrap .spinner {
    display: inline-block;
    position: absolute;
    color: #08c;
    font-size: 16px
}

.nav-wrap .spinner .hide {
    display: none
}

.nav-wrap .spinner-wrap {
    display: inline-block
}

.nav-wrap .rotate {
    -webkit-animation: loading-spin 0.9s infinite linear;
    animation: loading-spin 0.9s infinite linear;
    transform: translate(0, 0)
}

@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@media(min-device-width:768px) {
    .nav-wrap {
        position: relative;
        top:30px;
        width: 100%
    }

    .nav-wrap .iforgot-nav {
        margin-left: auto;
        margin-right: auto
    }

    .nav-wrap .iforgot-nav .nav-btn {
        font-size: 20px;
        color: #08c
    }

    .nav-wrap .iforgot-nav .nav-btn.disabled {
        color: #A6AAA8
    }

    .nav-wrap .spinner {
        top: 7px;
        margin-left: 5px
    }
}

@media(max-device-width:767px) {
    .nav-wrap {
        position: relative;
        top: 30px;
        width: 100%;
        margin: 0
    }

    .nav-wrap .nav-btn-wrapper .btn {
        background-color: rgba(192, 192, 192, 0.4);
        border: none;
        color: white;
        font-size: 17px;
        width: 4em;
        padding: 4px
    }

    .nav-wrap .nav-btn-wrapper.nav-btn-left {
        position: absolute;
        left: 12px
    }

    .nav-wrap .nav-btn-wrapper.nav-btn-right {
        position: absolute;
        right: 12px
    }

    .nav-wrap .spinner {
        right: 18px;
        margin-top: 12px
    }
}

.password-strength-wrap {
    position: relative;
    display: none
}

.password-strength-wrap .popover-bottom {
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 60px rgba(0, 0, 0, 0.07)
}

.password-strength-wrap .popover-bottom .success {
    color: #83CE40;
    display: table-row
}

.password-strength-wrap .popover-bottom .error {
    color: #BABABA;
    display: table-row
}

.password-strength-wrap .popover-bottom .message {
    font-size: 16px;
    padding-left: 10px;
    display: table-cell;
    font-weight: 400
}

.password-strength-wrap .popover-bottom .errorMsg {
    color: #F5382F;
    font-size: 14px;
    line-height: 18px;
    display: none;
    font-weight: 400
}

.password-strength-wrap .popover-bottom .errorMsg.show {
    display: inline
}

.password-strength-wrap .popover-bottom .progress-bar {
    min-width: 0%
}

.password-strength-wrap .popover-bottom .progress-bar.strong {
    background-color: #83CE40
}

.password-strength-wrap .popover-bottom .progress-bar.moderate {
    background-color: #F09025
}

.password-strength-wrap .popover-bottom .progress-bar.weak {
    background-color: #F5382F
}

.password-strength-wrap .popover-bottom .title {
    margin: 15px 0 4px 0
}

.password-strength-wrap .popover-bottom .title .hideWeak {
    display: none
}

.password-strength-wrap .popover-bottom .title .hideWeak.weak {
    display: inline
}

.password-strength-wrap .popover-bottom .title .hideModerate {
    display: none
}

.password-strength-wrap .popover-bottom .title .hideModerate.moderate {
    display: inline
}

.password-strength-wrap .popover-bottom .title .hideStrong {
    display: none
}

.password-strength-wrap .popover-bottom .title .hideStrong.strong {
    display: inline
}

.password-strength-wrap .popover-bottom .hint {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    font-weight: 400
}

.password-strength-wrap .popover-bottom .progress {
    height: 5px;
    margin-bottom: 7px;
    border-radius: 0;
    box-shadow: none;
    background-color: #BABABA
}

@media only screen and (max-device-width:767px) {
    .password-strength-wrap {
        display: none;
    }
    .show.password-strength-wrap{
        display: block;
    }

    .password-strength-wrap .popover-bottom {
        position: relative;
        top: 0px;
        left: 0px
    }
}

@media only screen and (min-device-width:768px) {
    .password-strength-wrap.show {
        display: block
    }

    .password-strength-wrap .popover-bottom {
        max-width: 250px;
        padding: 20px;
        position: absolute;
        border-radius: 5px;
        border: 1px solid #D5D5DA
    }

    .password-strength-wrap .popover-bottom:before {
        width: 16px;
        background-color: #fff;
        height: 16px;
        content: "";
        position: absolute;
        left: 47%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -9px;
        border-left: 1px solid #D5D5DA;
        border-top: 1px solid #D5D5DA
    }
}

.rt-pwd-strength {
    top: -30px;
    left: 80px;
    z-index: 501
}

.mobile .rt-pwd-strength{
    margin-top:1vh;
    padding:5px;
}
.message:before {
    content: "\2022";
    vertical-align: middle;
    font-size: 20px;
}

.unlock_wrap {
    margin-top: 30px
}

.footer {
    width: 100%;
    left: 0;
    height: 60px;
    font-size: 12px;
    color: #B3B3B3;
    text-align: center;
    padding: 0px 10px;
    display: block
}

.footer .footer-wrap {
    width: 1000px;
    display: inline-block;
    text-align: left
}

.footer .line1 {
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.footer .line2 {
    display: inline-block;
    float: right;
    margin-bottom: 10px
}

.footer .line3 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

.footer a {
    color: #53585F
}

.footer .menu {
    list-style-type: none;
    min-width: 300;
    padding: 0;
    margin: 0;
    display: inline-block
}

.footer .item {
    display: inline-block;
    font-size: 11.5px;
    border-right: 1px solid #ccc;
    padding-right: 5px
}

.footer .item:last-child {
    border-right: 0px
}

@media only screen and (max-device-width:767px) {
    .footer {
        bottom: 10px
    }

    .footer .footer-wrap {
        width: 100%;
        display: inline-block
    }

    .footer .line1 {
        width: 100%;
        float: left
    }

    .footer .line2 {
        width: 100%;
        float: left
    }

    .footer .line3 {
        width: 100%;
        float: left
    }
}

.emb-body {
    text-align: left
}

.emb-body .nav {
    text-align: center
}

.nw-ph .country-list {
    z-index: 2;
    background-color: transparent
}

.nw-ph .send-opts {
    padding: 0px 10px
}

.nw-ph .dropdown {
    font-size: 12px;
    z-index: 1;
    position: absolute;
    color: #08c;
    margin-top: 8px;
    margin-left: -26px;
    font-size: 12px;
    z-index: -1
}

.nw-ph .caption-block {
    margin-top: 20px
}

.cc-body .expDateComp input {
    width: 180px
}

@media only screen and (max-device-width:767px) {
    .cc-body .expDateComp input {
        width: 100%;
        margin-bottom: 20px
    }
}

.cc-body .cvvComp input {
    width: 180px
}

@media only screen and (max-device-width:767px) {
    .cc-body .cvvComp input {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 30px
    }
}

.cc-body .question-mark {
    position: absolute;
    right: 0px;
    margin-top: -26px;
    margin-right: 56px
}

@media only screen and (max-device-width:767px) {
    .cc-body .question-mark {
        margin-top: -45px;
        margin-right: 18px
    }
}

.cc-body .question-mark .btn-icon {
    font-size: 18px;
    margin: 0;
    padding: 0 2px
}

.cc-body .btn-icon {
    color: #ccc;
    font-size: 18px;
    margin: 0;
    padding: 0 2px
}

.cc-body .btn-icon:hover {
    color: #0088CC
}

.cc-body .security-popover-error {
    width: 180px;
    left: 0px
}

@media only screen and (min-device-width:768px) {
    .cc-body .cvv-helper-popover {
        margin-left: 20px;
        margin-top: -163px;
        text-align: left;
        width: 200px
    }
}

@media only screen and (max-device-width:767px) {
    .cc-body .cvv-helper-popover {
        margin-top: 0px;
        width: 100%
    }
}

.cc-body .cvv-helper-popover .card-info {
    color: #A6AAA8;
    text-align: center;
    margin-top: 30px
}

.cc-body .cvv-helper-popover:before {
    border-left: 1px solid #D5D5DA;
    border-bottom: 1px solid #D5D5DA;
    border-top: 0px;
    top: 139px;
    left: -9px
}

.cc-body .cvv-img-wrapper {
    width: 160px;
    margin: 0 auto
}

.cc-body .cvv-img-wrapper.cvv-visa img, .cc-body .cvv-img-wrapper.cvv-amex img {
    max-width: 160px
}

@media only screen and (max-device-width:767px) {
    .cc-body .content-column {
        width: 100%
    }
}

.ph-num-description {
    letter-spacing: 1px
}

.question {
    font-size: 17px;
    display: block;
    text-align: left;
    padding-left: 36px
}

@media only screen and (max-device-width:767px) {
    .question {
        padding-left: 0px
    }
}


.myappleid .grid2colc.wrap .column.last{
    float: none !important;
    display:block;
    margin-left:auto !important;
    margin-right:auto !important;
    width:470px !important;
}

#main{
    width:100% !important;
}

#content{
    background:none !important;
}
body{
    background-color:white !important;
}
.red {
    color: #ea0000;
    margin-top:15px;
}
.description.mobile{
    text-align: left;
}

@media screen and  (min-device-width: 768px){
    .nav-btn.btn-link{
        font-size: 20px !important;
    }
}

@media screen and  (max-device-width: 767px){
    .nav-btn.btn-link{
        font-size: 20px !important;
    }
}

/*Myriad set*/
@font-face {
    font-family:'Myriad Set Pro';
    font-style:normal;
    font-weight:200;
    src:url("../../Fonts/Vetting/myriad-set-pro_thin.woff") format("truetype");
    /* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */
}

@font-face {
    font-family:'Myriad Set Pro';
    font-style:normal;
    font-weight:500;
    src:url("../../Fonts/Vetting/myriad-set-pro_medium.woff") format("truetype");
    /* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */
}

@font-face {
    font-family:'Myriad Set Pro';
    font-style:normal;
    font-weight:400;
    src:url("../../Fonts/Vetting/myriad-set-pro_text.woff") format("truetype");
    /* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */
}

/*iforgot icons*/
@font-face{
    font-family:'iforgot-icons';
    src:url("../../Fonts/Vetting/iforgot-icons.woff");
}

.myappleid .input-msg.pwd em.strong {
    color: #178c0b;
    font-style: normal;
    font-weight: 800;
}

.myappleid .input-msg.pwd em.moderate {
    color: #edbc03;
    font-style: normal;
    font-weight: 800;
}

.myappleid .input-msg.pwd em.weak {
    color: #ea0000;
    font-style: normal;
    font-weight: 800;
}