<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'ge-sans';
    font-weight: normal;
    src: url('../css/fonts/GEInspiraSans-Regular-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-Regular-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-Regular-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-sans';
    font-weight: bold;
    src: url('../css/fonts/GEInspiraSans-Bold-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-Bold-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-Bold-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-sans';
    font-weight: normal;
    font-style: italic;
    src: url('../css/fonts/GEInspiraSans-Italic-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-Italic-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-Italic-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-sans';
    font-weight: bold;
    font-style: italic;
    src: url('../css/fonts/GEInspiraSans-BoldItalic-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-BoldItalic-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-BoldItalic-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-inspira';
    font-weight: normal;
    src: url('../css/fonts/GEInspiraSans-Regular-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-Regular-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-Regular-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-inspira';
    font-weight: bold;
    src: url('../css/fonts/GEInspiraSans-Bold-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-Bold-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-Bold-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-inspira';
    font-weight: normal;
    font-style: italic;
    src: url('../css/fonts/GEInspiraSans-Italic-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-Italic-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-Italic-v02.woff2') format('woff2')
}

@font-face {
    font-family: 'ge-inspira';
    font-weight: bold;
    font-style: italic;
    src: url('../css/fonts/GEInspiraSans-BoldItalic-v02.ttf') format('truetype'), url('https://fonts.geapps.io/GEInspiraSans-BoldItalic-v02.woff') format('woff'), url('https://fonts.geapps.io/GEInspiraSans-BoldItalic-v02.woff2') format('woff2')
}

.brand-text:before {
    content: "Building a world that works"
}

li#copyright:after {
    content: "General Electric"
}

.ge-logo {
    background: transparent url("../../../smcommon/img/ge-monogram-bluesteel.svg") no-repeat;
    background-size: contain;
    border: 0;
    color: transparent;
    float: left;
    font: 0/0 a;
    height: 120px;
    margin: -55px 15px 15px 15px;
    width: 120px
}

.footer .ge-logo {
    background: transparent url("../../../smcommon/img/ge-monogram_footer.svg") no-repeat;
    background-size: contain;
    border: 0;
    color: transparent;
    float: left;
    font: 0/0 a;
    height: 70px;
    margin: -10px 10px -35px 24px;
    width: 40px
}

input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,
input {
    *overflow: visible;
    line-height: normal
}

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}

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

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

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

body {
    margin: 0;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #5c5f63;
    background-color: #f0f1f2
}

a {
    color: #005eb8;
    text-decoration: none
}

body {
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #5c5f63;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

a {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.row {
    margin-left: -20px;
    *zoom: 1
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container {
    width: 940px
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%
}

.row-fluid [class*="span"]:first-child,
.row-fluid .span6:nth-of-type(odd) {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574%
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%
}

.row-fluid .offset12 {
    margin-left: 104.25531913799999%;
    *margin-left: 104.14893615927657%
}

.row-fluid .offset12:first-child {
    margin-left: 102.127659564%;
    *margin-left: 102.02127658527658%
}

.row-fluid .offset11 {
    margin-left: 95.744680841%;
    *margin-left: 95.63829786227659%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702126700001%;
    *margin-left: 93.5106382882766%
}

.row-fluid .offset10 {
    margin-left: 87.23404254399999%;
    *margin-left: 87.12765956527657%
}

.row-fluid .offset10:first-child {
    margin-left: 85.10638297%;
    *margin-left: 84.99999999127658%
}

.row-fluid .offset9 {
    margin-left: 78.723404247%;
    *margin-left: 78.61702126827659%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574467300001%;
    *margin-left: 76.4893616942766%
}

.row-fluid .offset8 {
    margin-left: 70.21276594999999%;
    *margin-left: 70.10638297127657%
}

.row-fluid .offset8:first-child {
    margin-left: 68.085106376%;
    *margin-left: 67.97872339727658%
}

.row-fluid .offset7 {
    margin-left: 61.702127653%;
    *margin-left: 61.595744674276595%
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468079%;
    *margin-left: 59.468085100276596%
}

.row-fluid .offset6 {
    margin-left: 53.19148935599999%;
    *margin-left: 53.08510637727659%
}

.row-fluid .offset6:first-child {
    margin-left: 51.06382978199999%;
    *margin-left: 50.95744680327659%
}

.row-fluid .offset5 {
    margin-left: 44.680851059%;
    *margin-left: 44.574468080276596%
}

.row-fluid .offset5:first-child {
    margin-left: 42.553191485%;
    *margin-left: 42.4468085062766%
}

.row-fluid .offset4 {
    margin-left: 36.170212762%;
    *margin-left: 36.063829783276596%
}

.row-fluid .offset4:first-child {
    margin-left: 34.042553188%;
    *margin-left: 33.9361702092766%
}

.row-fluid .offset3 {
    margin-left: 27.659574465%;
    *margin-left: 27.553191486276596%
}

.row-fluid .offset3:first-child {
    margin-left: 25.531914891%;
    *margin-left: 25.425531912276597%
}

.row-fluid .offset2 {
    margin-left: 19.148936168%;
    *margin-left: 19.042553189276596%
}

.row-fluid .offset2:first-child {
    margin-left: 17.021276594%;
    *margin-left: 16.914893615276597%
}

.row-fluid .offset1 {
    margin-left: 10.638297870999999%;
    *margin-left: 10.531914892276596%
}

.row-fluid .offset1:first-child {
    margin-left: 8.510638297%;
    *margin-left: 8.404255318276597%
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right
}

div[class*="span"],
section[class*="span"] {
    margin-bottom: 20px
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.container-fluid:after {
    clear: both
}

p {
    margin: 0
}

.lead {
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: 200;
    line-height: 36px
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

ul,
ol {
    padding: 0;
    margin: 0 0 12px 25px
}

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

li {
    line-height: 24px
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none
}

ul.inline&gt;li,
ol.inline&gt;li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px
}

hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #e1e2e5;
    border-bottom: 1px solid #fff
}

p {
    line-height: 20px
}

ul,
ol {
    margin: 20px 0 12px 15px
}

ul.structured,
ol.structured {
    margin-left: 0;
    list-style: none
}

ul.structured li,
ol.structured li {
    border-top: 1px solid #bfc2c5;
    margin-top: 10px;
    padding-top: 10px
}

ul.structured li:first-child:not(.nav-header),
ol.structured li:first-child:not(.nav-header) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

form {
    margin: 0 0 24px
}

label,
input,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px
}

input,
button,
select,
textarea {
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 5px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 24px;
    padding: 4px 6px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #999c9f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle
}

input,
textarea,
.uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #f0f1f2;
    border: 1px solid #dad9d7;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select,
input[type="file"] {
    height: 34px;
    line-height: 34px
}

select {
    width: 220px;
    border: 1px solid #dad9d7;
    background-color: #f0f1f2
}

select[multiple],
select[size] {
    height: auto
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.uneditable-input,
.uneditable-textarea {
    color: #bfc2c5;
    background-color: #edeef0;
    border-color: #dad9d7;
    cursor: not-allowed
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999c9f
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999c9f
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999c9f;
    font-style: italic
}

.radio,
.checkbox {
    min-height: 24px;
    padding-left: 20px
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.controls&gt;.radio:first-child,
.controls&gt;.checkbox:first-child {
    padding-top: 5px
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

input.search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #5c5f63;
    border-color: transparent;
    font-size: 14px;
    line-height: normal;
    padding: 4px 10px 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select.focused,
textarea.focused,
input[type="text"].focused,
input[type="password"].focused,
input[type="datetime"].focused,
input[type="datetime-local"].focused,
input[type="date"].focused,
input[type="month"].focused,
input[type="time"].focused,
input[type="week"].focused,
input[type="number"].focused,
input[type="email"].focused,
input[type="url"].focused,
input[type="search"].focused,
input[type="tel"].focused,
input[type="color"].focused,
.uneditable-input.focused {
    border-color: transparent
}

select+.help-inline,
textarea+.help-inline,
input[type="text"]+.help-inline,
input[type="password"]+.help-inline,
input[type="datetime"]+.help-inline,
input[type="datetime-local"]+.help-inline,
input[type="date"]+.help-inline,
input[type="month"]+.help-inline,
input[type="time"]+.help-inline,
input[type="week"]+.help-inline,
input[type="number"]+.help-inline,
input[type="email"]+.help-inline,
input[type="url"]+.help-inline,
input[type="search"]+.help-inline,
input[type="tel"]+.help-inline,
input[type="color"]+.help-inline,
.uneditable-input+.help-inline {
    margin-bottom: 12px
}

textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="search"],
input[type="tel"] {
    -webkit-appearance: none
}

input[type="file"] {
    line-height: 1;
    height: 26px
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #fce0de;
    border-color: #fce0de
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #f8b4af
}

.uneditable-input {
    line-height: 24px
}

.uneditable-input:hover {
    border-color: #5c5f63
}

select {
    background-color: #f0f1f2;
    border: 1px solid #dad9d7;
    height: 28px
}

select:focus {
    border: 1px solid #005eb8;
    outline: 0
}

.touch select {
    border: 1px solid #4c4c4c;
    background-color: #fff;
    border-radius: 5px
}

.touch select:focus {
    border: 1px solid #005eb8
}

label {
    margin-bottom: 12px
}

.input-prepend .add-on,
.input-append .add-on {
    background-color: #f0f1f2;
    border-color: #f0f1f2;
    color: #999c9f;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    padding-left: 8px;
    padding-right: 8px;
    text-shadow: none
}

.input-prepend .add-on [class*="icon-ico"],
.input-append .add-on [class*="icon-ico"] {
    color: #262626;
    font-size: 21.9998px
}

.input-prepend .btn,
.input-append .btn {
    padding: 4px 10px 4px 10px;
    margin-right: 0;
    -webkit-transition: border linear .2s;
    -moz-transition: border linear .2s;
    -o-transition: border linear .2s;
    transition: border linear .2s
}

.input-prepend input,
.input-append input {
    margin-bottom: 0
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #e1e2e5
}

input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover,
input[readonly]:hover,
select[readonly]:hover,
textarea[readonly]:hover {
    border-color: #e1e2e5
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    -webkit-text-fill-color: #fff
}

.form-search .input-append .search-query,
.navbar-search .input-append .search-query {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-append .search-query {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
    font-style: normal
}

textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
    font-style: normal
}

textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
    font-style: normal
}

textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
    font-style: normal
}

textarea.disabled::-webkit-input-placeholder,
input[type="text"].disabled::-webkit-input-placeholder,
input[type="password"].disabled::-webkit-input-placeholder,
input[type="datetime"].disabled::-webkit-input-placeholder,
input[type="datetime-local"].disabled::-webkit-input-placeholder,
input[type="date"].disabled::-webkit-input-placeholder,
input[type="month"].disabled::-webkit-input-placeholder,
input[type="time"].disabled::-webkit-input-placeholder,
input[type="week"].disabled::-webkit-input-placeholder,
input[type="number"].disabled::-webkit-input-placeholder,
input[type="email"].disabled::-webkit-input-placeholder,
input[type="url"].disabled::-webkit-input-placeholder,
input[type="search"].disabled::-webkit-input-placeholder,
input[type="tel"].disabled::-webkit-input-placeholder,
input[type="color"].disabled::-webkit-input-placeholder {
    font-style: italic
}

textarea.disabled:-moz-placeholder,
input[type="text"].disabled:-moz-placeholder,
input[type="password"].disabled:-moz-placeholder,
input[type="datetime"].disabled:-moz-placeholder,
input[type="datetime-local"].disabled:-moz-placeholder,
input[type="date"].disabled:-moz-placeholder,
input[type="month"].disabled:-moz-placeholder,
input[type="time"].disabled:-moz-placeholder,
input[type="week"].disabled:-moz-placeholder,
input[type="number"].disabled:-moz-placeholder,
input[type="email"].disabled:-moz-placeholder,
input[type="url"].disabled:-moz-placeholder,
input[type="search"].disabled:-moz-placeholder,
input[type="tel"].disabled:-moz-placeholder,
input[type="color"].disabled:-moz-placeholder {
    font-style: italic
}

textarea.disabled::-moz-placeholder,
input[type="text"].disabled::-moz-placeholder,
input[type="password"].disabled::-moz-placeholder,
input[type="datetime"].disabled::-moz-placeholder,
input[type="datetime-local"].disabled::-moz-placeholder,
input[type="date"].disabled::-moz-placeholder,
input[type="month"].disabled::-moz-placeholder,
input[type="time"].disabled::-moz-placeholder,
input[type="week"].disabled::-moz-placeholder,
input[type="number"].disabled::-moz-placeholder,
input[type="email"].disabled::-moz-placeholder,
input[type="url"].disabled::-moz-placeholder,
input[type="search"].disabled::-moz-placeholder,
input[type="tel"].disabled::-moz-placeholder,
input[type="color"].disabled::-moz-placeholder {
    font-style: italic
}

textarea.disabled:-ms-input-placeholder,
input[type="text"].disabled:-ms-input-placeholder,
input[type="password"].disabled:-ms-input-placeholder,
input[type="datetime"].disabled:-ms-input-placeholder,
input[type="datetime-local"].disabled:-ms-input-placeholder,
input[type="date"].disabled:-ms-input-placeholder,
input[type="month"].disabled:-ms-input-placeholder,
input[type="time"].disabled:-ms-input-placeholder,
input[type="week"].disabled:-ms-input-placeholder,
input[type="number"].disabled:-ms-input-placeholder,
input[type="email"].disabled:-ms-input-placeholder,
input[type="url"].disabled:-ms-input-placeholder,
input[type="search"].disabled:-ms-input-placeholder,
input[type="tel"].disabled:-ms-input-placeholder,
input[type="color"].disabled:-ms-input-placeholder {
    font-style: italic
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    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;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #e1e2e5;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

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

.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #5c5f63;
    white-space: nowrap
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus,
.dropdown-submenu:hover&gt;a,
.dropdown-submenu:focus&gt;a {
    text-decoration: none;
    color: #5c5f63;
    background-color: #dcdde0;
    background-image: -moz-linear-gradient(top, #e1e2e5, #d3d5d9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e2e5), to(#d3d5d9));
    background-image: -webkit-linear-gradient(top, #e1e2e5, #d3d5d9);
    background-image: -o-linear-gradient(top, #e1e2e5, #d3d5d9);
    background-image: linear-gradient(to bottom, #e1e2e5, #d3d5d9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e2e5', endColorstr='#ffd3d5d9', GradientType=0)
}

.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:hover,
.dropdown-menu&gt;.active&gt;a:focus {
    color: #005eb8;
    text-decoration: none;
    outline: 0;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0)
}

.dropdown-menu&gt;.disabled&gt;a,
.dropdown-menu&gt;.disabled&gt;a:hover,
.dropdown-menu&gt;.disabled&gt;a:focus {
    color: #bfc2c5
}

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

.open {
    *z-index: 1000
}

.open&gt;.dropdown-menu {
    display: block
}

.dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 0
}

.dropdown-menu li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #5c5f63;
    white-space: nowrap
}

.dropdown-menu li&gt;a:hover,
.dropdown-menu li&gt;a:focus,
.dropdown-submenu:hover&gt;a {
    filter: -;
    text-decoration: none;
    color: #5c5f63;
    background-color: #e1e2e5
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f0f1f2;
    border: 1px solid #dddfe1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.well {
    border-width: 0
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.collapse.in {
    height: auto
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #262626;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #262626;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    line-height: 17px;
    margin-top: 0
}

.nav {
    margin-left: 0;
    margin-bottom: 24px;
    list-style: none
}

.nav&gt;li&gt;a {
    display: block
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
    text-decoration: none;
    background-color: #e1e2e5
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #999c9f;
    border-bottom-color: #999c9f
}

.nav&gt;.dropdown.active&gt;a:hover,
.nav&gt;.dropdown.active&gt;a:focus {
    cursor: pointer
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav&gt;li.dropdown.open.active&gt;a:hover,
.nav&gt;li.dropdown.open.active&gt;a:focus {
    color: #fff;
    background-color: #bfc2c5;
    border-color: #bfc2c5
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar {
    overflow: visible;
    margin-bottom: 24px;
    *position: relative;
    *z-index: 2
}

.navbar-inner {
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #777778;
    background-image: -moz-linear-gradient(top, #262626, #f0f1f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#f0f1f2));
    background-image: -webkit-linear-gradient(top, #262626, #f0f1f2);
    background-image: -o-linear-gradient(top, #262626, #f0f1f2);
    background-image: linear-gradient(to bottom, #262626, #f0f1f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#fff0f1f2', GradientType=0);
    border: 1px solid #262626;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible
}

.navbar-link {
    color: #26272b
}

.navbar-link:hover,
.navbar-link:focus {
    color: #fff
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-bottom: 0
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.navbar-static-top {
    position: static;
    margin-bottom: 0
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.navbar .nav&gt;li {
    float: left
}

.navbar .nav&gt;li&gt;a {
    float: none;
    padding: 18px 15px 18px;
    color: #26272b;
    text-decoration: none;
    text-shadow: 0 1px 0 #262626
}

.navbar .nav&gt;li&gt;a:focus,
.navbar .nav&gt;li&gt;a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    background-color: #191919
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    background-color: #e2e4e6
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.navbar .nav&gt;li&gt;.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #e1e2e5;
    position: absolute;
    top: -7px;
    left: 9px
}

.navbar .nav&gt;li&gt;.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px
}

.navbar .nav li.dropdown.open&gt;.dropdown-toggle,
.navbar .nav li.dropdown.active&gt;.dropdown-toggle,
.navbar .nav li.dropdown.open.active&gt;.dropdown-toggle {
    background-color: #005eb8;
    color: #fff
}

.navbar-inner {
    filter: none
}

.navbar-static-top {
    margin-bottom: 24px
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner,
.navbar-inner {
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar .brand {
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    height: 70px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 0;
    text-shadow: none;
    margin-left: -45px
}

.navbar .nav&gt;li {
    font-size: 14px
}

.navbar .nav&gt;li&gt;a {
    text-shadow: none
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 0
}

.navbar .container {
    position: relative
}

.navbar .btn-navbar {
    margin-left: 10px;
    margin-right: 0
}

.navbar-search {
    float: none;
    margin-top: 0
}

.navbar-search .input-append {
    margin-bottom: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #262626
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}

.modal.fade.in {
    top: 10%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal {
    border-color: #bfc2c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.modal-header {
    background-color: #f0f1f2;
    border-width: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    padding: 30px
}

.modal-header .close {
    margin-top: 0
}

.modal-header&gt;h1,
.modal-header h2,
.modal-header h3,
.modal-header h4 {
    line-height: inherit
}

.modal-footer {
    background-color: transparent;
    border-top-color: #f7f8fa;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.modal-footer .btn {
    margin-left: 5px;
    margin-bottom: 0;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 24px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail {
    background-color: #f0f1f2;
    border-width: 0;
    padding: 15px
}

.accordion {
    margin-bottom: 24px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 11px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.accordion-inner .catright {
    padding-right: 0
}

.catright i.fas.fa-check-circle {
    color: #7ac16d
}

.catright i.fas.fa-check-circle:hover {
    color: #005cb9
}

.catright i.fas.fa-info-circle {
    color: #f6b547
}

.catright i.fas.fa-info-circle:hover {
    color: #005cb9
}

.accordion-group {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 1px;
    border: 0;
    background-color: #ececf0
}

.accordion-group:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin-top: 0
}

.accordion-group:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.accordion-toggle {
    color: inherit;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s
}

.accordion-toggle:hover {
    color: #005eb8;
    text-decoration: none
}

.accordion-toggle.in [class*="icon-"] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-inner {
    border-top-width: 0
}

.accordion.chromeless {
    margin: 0
}

.accordion.chromeless .accordion-group {
    border: 0
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.backtop {
    background-color: #262626;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    bottom: 20px;
    height: 20px;
    opacity: 0;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 20px
}

.backtop.hovered,
.backtop:hover {
    cursor: pointer;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.backtop i {
    color: #fff;
    font-size: 20px;
    margin-top: -1px;
    margin-left: -1px
}

.navbar {
    margin-bottom: 0
}

.navbar.navbar-small .brand {
    margin: 6px 0 0 -35px;
    height: 55px
}

.navbar.navbar-small .brand .primary-brand {
    font-size: 20px
}

.navbar.navbar-small .ge-logo {
    height: 40px;
    width: 40px;
    margin: -6px 10px 0 0
}

.navbar.navbar-small .toolbar-container {
    margin-top: 17px
}

.navbar.navbar-small .primary-navbar {
    margin-left: -30px
}

.navbar.navbar-small .navbar-inner {
    min-height: 80px
}

.navbar .navbar-inner {
    min-height: 136px;
    background-color: #f0f1f2;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0
}

.navbar .toolbar-container {
    margin-top: 25px
}

.navbar .navbar-search {
    display: inline-block;
    float: none;
    margin-left: 0
}

.navbar .btn-navbar {
    display: none;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 4px 10px 3px 10px
}

.navbar .brand {
    margin-top: 17px;
    color: #005eb8;
    font-size: 26px
}

.navbar .nav {
    clear: left;
    margin-left: -15px
}

.navbar .primary-navbar {
    height: 40px
}

.navbar .primary-navbar .nav {
    margin-left: -10px
}

.navbar .primary-navbar .nav&gt;li&gt;a {
    border: 1px solid transparent;
    color: #26272b;
    font-weight: bold;
    outline: 0;
    padding: 9px 14px 8px
}

.navbar .primary-navbar .nav&gt;li&gt;a:hover {
    color: #005eb8
}

.navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle {
    border: 1px solid #e1e2e5;
    background-color: #fff;
    border-bottom-color: #fff;
    color: #005eb8;
    margin-bottom: -1px;
    position: relative;
    z-index: 1001
}

.navbar .primary-navbar .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e2e5;
    margin-top: 0;
    min-width: 100px;
    padding: 15px;
    white-space: nowrap
}

.navbar .primary-navbar .dropdown-menu:before,
.navbar .primary-navbar .dropdown-menu:after {
    display: none !important
}

.navbar .primary-navbar .dropdown-menu a {
    color: #26272b;
    font-weight: bold;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0
}

.navbar .primary-navbar .dropdown-menu a:hover {
    background: transparent;
    color: #005eb8
}

.navbar .primary-navbar .dropdown-menu .open {
    float: left;
    min-width: 100px
}

.navbar .primary-navbar .dropdown-menu .open li&gt;a {
    line-height: 20px;
    color: #3f4145;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0
}

.navbar .primary-navbar .dropdown-menu .open li&gt;a:hover {
    color: #005eb8
}

.navbar .dropdown-menu&gt;li&gt;a:hover,
.navbar .dropdown-menu&gt;li&gt;a:focus,
.navbar .dropdown-submenu:hover&gt;a,
.navbar .dropdown-submenu:focus&gt;a {
    background: 0;
    background-repeat: none;
    filter: -;
    text-decoration: none;
    color: #5c5f63;
    background-color: #e1e2e5
}

.navbar .btn:not(.btn-primary) {
    background-color: #fff
}

.navbar .btn.btn-navbar {
    background-color: #005eb8;
    color: #fff
}

.navbar .typeahead {
    margin-top: -10px
}

.typeahead-faceted {
    padding-top: 0;
    overflow: hidden;
    background-color: #e1e2e5;
    border: 1px solid #bfc2c5;
    width: 167%
}

.footer {
    background-color: #e1e2e5;
    color: #5c5f63;
    font-size: 14px;
    padding-top: 25px
}

.footer .block {
    background: transparent;
    padding: 0
}

.footer .span12 {
    margin-bottom: 7px
}

.footer-inner&gt;.container {
    position: relative
}

.footer {
    overflow: hidden
}

.footer ul {
    list-style: none;
    margin: 0
}

.footer a {
    display: inline-block;
    color: #5c5f63
}

.footer hr {
    margin: 0;
    border-bottom: 1px solid #bfc2c5
}

.footer .footer-body {
    padding: 50px 0
}

.footer .block {
    border-top: 0
}

.footer .brand {
    display: inline-block;
    height: 42px;
    margin-top: 15px;
    margin-left: -24px
}

.footer .colophon {
    margin-top: 0
}

.footer .colophon ul {
    margin: 20px 0 0;
    text-align: left
}

.footer .colophon li {
    display: inline
}

.footer .colophon li:last-child {
    color: #999c9f
}

html,
body {
    height: 100%
}

.sticky-footer {
    display: table;
    height: 100%;
    width: 100%
}

.sticky-footer&gt;header,
.sticky-footer&gt;footer,
.sticky-footer&gt;section {
    display: table-row;
    height: 1px
}

.thumbnail.body.person {
    min-height: 60px;
    padding-top: 18px;
    padding-left: 80px;
    position: relative
}

.block {
    background-color: #fff;
    padding: 30px
}

.block&gt;:first-child {
    margin-top: 0
}

.block&gt;:last-child {
    margin-bottom: 0
}

.feature {
    min-height: 150px
}

.feature img,
.feature .image {
    display: block
}

.feature p {
    margin-right: 5%
}

.block.sidebar {
    font-size: 14px;
    padding: 0;
    background-color: transparent
}

.block.sidebar:first-of-type {
    border: 0
}

.block.sidebar h2 {
    color: #26272b;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 60px
}

.block.sidebar h4 {
    margin-bottom: 0;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold
}

.block.sidebar&gt;div:first-child h2 {
    margin-top: 24px
}

.block.sidebar a {
    color: #005eb8
}

.block.sidebar a i {
    color: #005eb8
}

.block.sidebar a i[class*="arrow"],
.block.sidebar a i[class*="download"] {
    position: relative;
    top: 1px;
    display: inline-block;
    color: #005eb8
}

.block.sidebar a:hover {
    color: #08539c
}

.thumbnail {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none !important
}

a:hover,
.btn-link:hover {
    text-decoration: none
}

label {
    margin-bottom: 0
}

.modal {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal .modal-header {
    background-color: transparent
}

.modal .modal-header .close {
    margin-top: -4px
}

.block.feature {
    min-height: 323px
}

.fill-container.messaging {
    background-color: #fff
}

.fill-container.messaging .container {
    padding-top: 40px;
    padding-bottom: 40px
}

.fill-container.messaging a {
    color: #5c5f63;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em
}

.fill-container.messaging a i {
    margin-top: -20px;
    color: #005eb8
}

.fill-container.messaging a:hover {
    color: #005eb8
}

.fill-container.text-image-story {
    padding: 0;
    position: relative;
    background-color: #f7f8fa
}

.fill-container.text-image-story:nth-child(2n+1) {
    background-color: #fff
}

.fill-container.text-image-story [class*="span"] {
    margin-bottom: 0
}

.fill-container.text-image-story .text {
    padding: 0 1em 1em 0
}

.fill-container.text-image-story .text a {
    color: #5c5f63
}

.fill-container.text-image-story .text a i {
    color: #005eb8
}

.fill-container.text-image-story .text a:hover {
    color: #005eb8
}

.fill-container.text-image-story .text .align-wrapper {
    display: table-cell;
    vertical-align: bottom
}

.fill-container.text-image-story .text .align-bottom {
    display: inline-block;
    vertical-align: bottom
}

.fill-container.video-player {
    background-color: #fff;
    padding: 0
}

.fill-container.video-player img {
    width: 100%
}

.fill-container.news {
    background-color: #f0f1f2
}

.fill-container.header-carousel {
    background-color: #669ed4;
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.fill-container.header-carousel .item h1,
.fill-container.header-carousel .item h2,
.fill-container.header-carousel .item h3,
.fill-container.header-carousel .item h4,
.fill-container.header-carousel .item h5,
.fill-container.header-carousel .item h6,
.fill-container.header-carousel .item p {
    color: #fff
}

.fill-container.header-carousel .item a:hover h1,
.fill-container.header-carousel .item a:hover h2,
.fill-container.header-carousel .item a:hover h3,
.fill-container.header-carousel .item a:hover h4,
.fill-container.header-carousel .item a:hover h5,
.fill-container.header-carousel .item a:hover h6,
.fill-container.header-carousel .item a:hover p {
    color: #e6e6e6
}

.fill-container.photobar {
    padding: 0
}

.fill-container.photobar img {
    width: 25%;
    margin: 0
}

.fill-container.video-player .media {
    position: relative
}

.fill-container.video-player .media [class*="ico_play"] {
    color: #fff;
    font-size: 143px;
    height: 143px;
    margin-top: -30px;
    margin-left: -30px;
    padding: 15px 0;
    position: absolute;
    left: 80px;
    bottom: 30px;
    width: 143px;
    text-align: center;
    text-indent: 3px
}

.fill-container.video-player .media [class*="ico_play"]:hover {
    opacity: .8;
    cursor: pointer
}

.fill-container.more {
    background-color: #f0f1f2
}

.fill-container.more .block {
    min-height: 300px
}

table p {
    width: 100%
}

.carousel .carousel-navigation {
    bottom: 20px;
    padding: 8px 10px;
    background-color: rgba(255, 255, 255, 0.7)
}

.carousel .carousel-navigation li {
    position: relative;
    top: -3px
}

.carousel .carousel-navigation li a {
    background-color: #999c9f
}

.form-search.inverse .search-query,
.navbar-search.inverse .search-query {
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    line-height: normal;
    background-color: #fff;
    outline: 0
}

.form-search.inverse .btn,
.navbar-search.inverse .btn {
    background-color: #fff
}

.form-search.inverse .btn:hover,
.navbar-search.inverse .btn:hover {
    background-color: #e1e2e5
}

.navbar input[type="search"],
.navbar .search-query {
    background-color: #fff
}

.navbar .nav li.dropdown.open&gt;.dropdown-toggle,
.navbar .nav li.dropdown.open.active&gt;.dropdown-toggle {
    border: 1px solid #e1e2e5;
    background-color: #fff;
    border-bottom-color: #fff;
    color: #005eb8;
    margin-bottom: -1px;
    position: relative;
    z-index: 1001
}

.navbar .nav li.dropdown.active&gt;.dropdown-toggle {
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom-color: transparent;
    color: #005eb8
}

.btn-group {
    margin-bottom: 12px
}

.navbar .dropdown-backdrop {
    position: static
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 0
}

body,
html {
    height: 100%
}

input[type="radio"],
input[type="radio"]:focus {
    outline: 0
}

.hide {
    dislplay: none
}

.show {
    display: block-inline
}

a,
a:hover,
a:visited,
a:active,
a:link,
a img,
a:hover img,
a:visited img,
a:active img,
a:link img {
    outline: 0;
    text-decoration: none
}

.btn-group&gt;.btn-group .dropdown-menu li {
    text-align: left
}

.btn-group&gt;.btn-group&gt;.btn.dropdown-toggle {
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group&gt;.btn-group:last-child {
    margin-left: 1px
}

.btn-group&gt;.btn-group:last-child&gt;.btn.dropdown-toggle {
    margin-left: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px
}

.btn-group&gt;.btn-group:first-child {
    margin-right: 1px
}

.btn-group&gt;.btn-group:first-child&gt;.btn.dropdown-toggle {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px
}

.sticky-footer&gt;header,
.sticky-footer&gt;footer,
.sticky-footer&gt;section {
    display: block;
    height: auto
}

.dropdown-menu li a i {
    margin-right: 5px
}

.dropdown-menu li.location h6 {
    margin-bottom: 0;
    font-weight: normal
}

.dropdown-menu li.location a {
    color: #bfc2c5
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@media(max-width: 767px) {
    .jumpnav.fixed {
        margin-left: -20px;
        position: static !important
    }

    .jumpnav ul {
        padding: 0
    }

    .jumpnav li {
        border-top: 1px solid #999c9f;
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }

    .jumpnav li:first-child {
        border-top: 0
    }

    .jumpnav a {
        font-weight: normal;
        padding: 5px 15px
    }
}

@media(min-width: 768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }

    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }
}

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

    .visible-desktop {
        display: none !important
    }

    .visible-phone,
    .email-health-coach {
        display: inline-block !important
    }

    .hidden-phone {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

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

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

@media(min-width: 1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row:after {
        clear: both
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }

    .container {
        width: 1170px
    }

    .span12 {
        width: 1170px
    }

    .span11 {
        width: 1070px
    }

    .span10 {
        width: 970px
    }

    .span9 {
        width: 870px
    }

    .span8 {
        width: 770px
    }

    .span7 {
        width: 670px
    }

    .span6 {
        width: 570px
    }

    .span5 {
        width: 470px
    }

    .span4 {
        width: 370px
    }

    .span3 {
        width: 270px
    }

    .span2 {
        width: 170px
    }

    .span1 {
        width: 70px
    }

    .offset12 {
        margin-left: 1230px
    }

    .offset11 {
        margin-left: 1130px
    }

    .offset10 {
        margin-left: 1030px
    }

    .offset9 {
        margin-left: 930px
    }

    .offset8 {
        margin-left: 830px
    }

    .offset7 {
        margin-left: 730px
    }

    .offset6 {
        margin-left: 630px
    }

    .offset5 {
        margin-left: 530px
    }

    .offset4 {
        margin-left: 430px
    }

    .offset3 {
        margin-left: 330px
    }

    .offset2 {
        margin-left: 230px
    }

    .offset1 {
        margin-left: 130px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.564102564102564%
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%
    }

    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%
    }

    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%
    }

    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%
    }

    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%
    }

    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%
    }

    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%
    }

    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%
    }

    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%
    }

    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%
    }

    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%
    }

    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%
    }

    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%
    }

    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%
    }

    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%
    }

    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%
    }

    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%
    }

    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px
    }

    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px
    }

    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px
    }

    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px
    }

    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px
    }

    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px
    }

    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px
    }

    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px
    }

    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px
    }

    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px
    }

    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px
    }

    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px
    }

    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px
    }

    .thumbnails {
        margin-left: -30px
    }

    .thumbnails&gt;li {
        margin-left: 30px
    }

    .row-fluid .thumbnails {
        margin-left: 0
    }
}

@media(min-width: 768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row:after {
        clear: both
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }

    .container {
        width: 724px
    }

    .span12,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px
    }

    .span11 {
        width: 662px
    }

    .span10 {
        width: 600px
    }

    .span9 {
        width: 538px
    }

    .span8 {
        width: 476px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span5 {
        width: 290px
    }

    .span4 {
        width: 228px
    }

    .span3 {
        width: 166px
    }

    .span2 {
        width: 104px
    }

    .span1 {
        width: 42px
    }

    .offset12 {
        margin-left: 764px
    }

    .offset11 {
        margin-left: 702px
    }

    .offset10 {
        margin-left: 640px
    }

    .offset9 {
        margin-left: 578px
    }

    .offset8 {
        margin-left: 516px
    }

    .offset7 {
        margin-left: 454px
    }

    .offset6 {
        margin-left: 392px
    }

    .offset5 {
        margin-left: 330px
    }

    .offset4 {
        margin-left: 268px
    }

    .offset3 {
        margin-left: 206px
    }

    .offset2 {
        margin-left: 144px
    }

    .offset1 {
        margin-left: 82px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.7624309392265194%
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%
    }

    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%
    }

    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%
    }

    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%
    }

    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%
    }

    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%
    }

    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%
    }

    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%
    }

    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%
    }

    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%
    }

    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%
    }

    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%
    }

    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%
    }

    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%
    }

    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%
    }

    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%
    }

    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%
    }

    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%
    }

    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%
    }

    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%
    }

    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%
    }

    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%
    }

    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%
    }

    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%
    }

    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px
    }

    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px
    }

    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px
    }

    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px
    }

    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px
    }

    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px
    }

    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px
    }

    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px
    }

    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px
    }

    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px
    }

    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px
    }

    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px
    }

    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px
    }
}

@media(max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px
    }

    .container-fluid {
        padding: 0
    }

    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0
    }

    .container {
        width: auto
    }

    .row-fluid {
        width: 100%
    }

    .row,
    .thumbnails {
        margin-left: 0
    }

    .thumbnails&gt;li {
        float: none;
        margin-left: 0
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }

    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 34px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0
    }

    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0
    }

    .modal.fade {
        top: -100px
    }

    .modal.fade.in {
        top: 20px
    }
}

@media(max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }

    .page-header h1 small {
        display: block;
        line-height: 24px
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc
    }

    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .form-horizontal .control-list {
        padding-top: 0
    }

    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px
    }

    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px
    }

    .media-object {
        margin-right: 0;
        margin-left: 0
    }

    .modal {
        top: 10px;
        left: 10px;
        right: 10px
    }

    .modal-header .close {
        padding: 10px;
        margin: -10px
    }

    .carousel-caption {
        position: static
    }
}

@media(max-width: 767px) {
    .page-header&gt;.pull-right {
        clear: left;
        float: none
    }

    .page-header .nav-pills {
        margin-bottom: 20px;
        text-align: left;
        width: 100%
    }

    .page-header .nav-pills&gt;li {
        margin-top: 1px;
        float: none;
        width: 100%
    }

    .page-header .nav-pills&gt;li:first-child {
        margin-top: 0
    }

    .page-header .nav-pills&gt;li:first-child&gt;a {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    .page-header .nav-pills&gt;li:last-child&gt;a {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }

    .input-append span.add-on,
    .input-prepend span.add-on {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 34px
    }
}

@media(max-width: 979px) {
    body {
        padding-top: 0
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }

    .navbar-fixed-top {
        margin-bottom: 24px
    }

    .navbar-fixed-bottom {
        margin-top: 24px
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }

    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 12px
    }

    .nav-collapse .nav&gt;li {
        float: none
    }

    .nav-collapse .nav&gt;li&gt;a {
        margin-bottom: 2px
    }

    .nav-collapse .nav&gt;.divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #26272b;
        text-shadow: none
    }

    .nav-collapse .nav&gt;li&gt;a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #26272b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }

    .navbar-inverse .nav-collapse .nav&gt;li&gt;a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #26272b
    }

    .navbar-inverse .nav-collapse .nav&gt;li&gt;a:hover,
    .navbar-inverse .nav-collapse .nav&gt;li&gt;a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #f0f1f2
    }

    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .nav-collapse .open&gt;.dropdown-menu {
        display: block
    }

    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none
    }

    .nav-collapse .dropdown-menu .divider {
        display: none
    }

    .nav-collapse .nav&gt;li&gt;.dropdown-menu:before,
    .nav-collapse .nav&gt;li&gt;.dropdown-menu:after {
        display: none
    }

    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 12px 15px;
        margin: 12px 0;
        border-top: 1px solid #f0f1f2;
        border-bottom: 1px solid #f0f1f2
    }

    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #f0f1f2;
        border-bottom-color: #f0f1f2
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width: 980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

@media(max-width: 979px) {
    .nav-collapse .btn {
        font-weight: bold;
        padding: 4px 10px 4px 10px;
        border: 0
    }

    .primary-navbar.nav-collapse .nav&gt;li {
        border-top: 1px solid #e1e2e5;
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.open .dropdown-menu {
        position: static;
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.open .dropdown-menu&gt;.open {
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.dropdown&gt;a,
    .primary-navbar.nav-collapse .nav&gt;li.dropdown&gt;a:hover,
    .primary-navbar.nav-collapse .nav&gt;li.dropdown.open&gt;a {
        border: 0;
        margin: 0;
        padding: 12px 20px
    }

    .primary-navbar.nav-collapse .nav&gt;li&gt;a {
        padding: 12px 20px
    }

    .nav-collapse .dropdown-menu {
        display: none;
        float: left;
        left: 0;
        margin: 0 0 0 5px;
        min-width: 100px;
        padding: 14px 45px;
        position: absolute;
        top: 100%
    }

    .nav-collapse .dropdown-menu a {
        color: #5c5f63;
        font-weight: bold;
        margin-right: 30px;
        margin-bottom: 0
    }

    .nav-collapse .dropdown-menu a:hover {
        background: transparent;
        color: #005eb8
    }

    .toolbar-container {
        margin-left: 0;
        margin-right: 10px
    }

    .btn-toolbar {
        display: inline-block
    }

    .navbar .btn.btn-navbar {
        display: inline-block;
        float: none;
        margin-top: 0;
        margin-left: 6px
    }

    .navbar .brand {
        margin: 17px 0 0 -17px
    }

    .navbar.navbar-small .brand {
        margin: 6px 0 0 0
    }

    .navbar.navbar-small .primary-navbar {
        margin-left: 0
    }

    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 0;
        margin: 0;
        border-top: 0;
        border-bottom: 0
    }

    .navbar .primary-navbar .dropdown-menu {
        border: 0
    }
}

@media(min-width: 768px) and (max-width:979px) {

    table.table-responsive td,
    table.table-responsive th {
        display: none;
        visibility: collapse
    }

    table.table-responsive td.essential,
    table.table-responsive th.essential,
    table.table-responsive td.optional,
    table.table-responsive th.optional {
        display: table-cell;
        visibility: visible
    }
}

@media(max-width: 767px) {

    table.table-responsive td,
    table.table-responsive th {
        display: none;
        visibility: collapse
    }

    table.table-responsive td.essential,
    table.table-responsive th.essential {
        display: table-cell;
        visibility: visible
    }
}

.input-append {
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    background-color: #f0f1f2
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table th {
    background-color: #262626;
    color: #fff;
    font-weight: bold
}

.jumpnav li {
    font-size: 14px;
    float: left;
    margin-right: 30px
}

.table th,
.table td {
    padding: 20px;
    font-size: 14px;
    vertical-align: middle;
    border-top: 1px solid #dad9d7
}

.ml_30px {
    margin-left: 30px
}

input#hcsummary-date {
    width: 156px
}

button#hcSummaryCalendar {
    padding-top: 7px;
    border-color: transparent
}

.input-append&gt;a&gt;button {
    font-weight: 700;
    border-color: transparent
}

.alert-success,
.alert-success h4 {
    color: #48a23f
}

.alert-error,
.alert-error h4 {
    color: #c8102e
}

.alert-success {
    background-color: #eaf4d9
}

.alert-danger,
.alert-error {
    background-color: #fce0de
}

.alert {
    display: inline-block;
    padding: 10px 35px 10px 14px
}

.carousel {
    position: relative;
    margin-bottom: 24px;
    line-height: 1
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.carousel-inner&gt;.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner&gt;.item&gt;img,
.carousel-inner&gt;.item&gt;a&gt;img {
    display: block;
    line-height: 1
}

.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    display: block
}

.carousel-inner&gt;.active {
    left: 0
}

.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner&gt;.next {
    left: 100%
}

.carousel-inner&gt;.prev {
    left: -100%
}

.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
    left: 0
}

.carousel-inner&gt;.active.left {
    left: -100%
}

.carousel-inner&gt;.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #3f4145;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    left: auto;
    right: 2%
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #5c5f63;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4,
.carousel-caption p {
    color: #fff;
    line-height: 24px
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.carousel-control {
    font-size: 30px;
    line-height: 40px
}

.carousel-control-container {
    height: -webkit-fill-available
}

html body {
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    background-color: #ececf0
}

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

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

h1,
h2,
h3,
h4,
h5,
.title.voice-brand,
.pref-toggle-controls .view-switch .btn,
.cms-sidebar.sidebar .section-title h3.title.voice-brand {
    color: #5c5f63;
    font-weight: normal;
    padding: 0;
    margin: 0
}

a [class*='icon-ico_arrowright'],
.navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle,
.portlet-GE_GUIDELINK .portlet-contents,
#current-lang a,
.block.sidebar a,
.block.sidebar i {
    color: #005cb9
}

a {
    color: #005cb9
}

h1 {
    font-size: 30px;
    line-height: 45px
}

h2 {
    font-size: 26px;
    line-height: 39px
}

h3 {
    font-size: 24px;
    line-height: 45px
}

h4,
.cms-eeview-content h4&gt;a {
    font-size: 22px;
    line-height: 33px
}

h5 {
    font-size: 18px;
    line-height: 27px
}

p {
    font-size: 16px;
    line-height: 24px
}

h3 i {
    font-size: 18px
}

iframe {
    border: 0
}

img {
    max-width: 100%
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.no-title .cms-page-title {
    display: none
}

.small-button i {
    font-size: 14px;
    padding-right: 5px
}

.fas.fa-arrow-right {
    padding-left: 16px
}

.modal {
    padding: 20px 60px 30px 60px;
    max-height: 70vh
}

.modal .modal-header {
    padding-bottom: 40px
}

.modal.in {
    padding-bottom: 30px
}

.modal-footer {
    padding-top: 30px
}

.modal .modal-header .close {
    font-size: 30px;
    margin-right: -40px;
    padding-right: 20px
}

.modal-footer .btn {
    margin-left: 5px;
    margin-bottom: 0;
    color: #fff;
    background: #005cb9;
    font-weight: normal;
    float: left
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 45vh;
    padding: 15px
}

#timer-modal {
    padding: 0
}

#timer-modal .modal-header {
    overflow: hidden;
    background: #ececf0;
    padding: 10px
}

#timer-modal .close {
    margin: 0;
    font-size: 24px;
    color: #2f3133
}

#timer-modal .modal-body {
    text-align: center
}

#timer-modal .modal-footer {
    text-align: center;
    padding: 0 15px 30px 15px;
    border: 0
}

.btn.small {
    font-size: 12px
}

.span4,
.span8.shuffle-item {
    margin-left: 10px
}

.span8 {
    float: left;
    min-height: 1px;
    margin-left: 30px
}

.row-fluid .span9 {
    margin-left: 0
}

.tab-introduction.standard.cms-banner-noimage {
    margin-left: 30px
}

.footer .span12 {
    margin-left: 0
}

.portlet-span .title.voice-brand {
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase
}

div[class*="span"],
section[class*="span"] {
    margin-bottom: 10px
}

.small-button {
    padding: 5px 10px;
    line-height: 12px
}

.small-button.inverse,
.regular-button.inverse {
    border: 1px solid #005eb8;
    background-color: #fff;
    color: #005eb8;
    width: fit-content
}

.btn,
.small-button,
.regular-button {
    width: fit-content;
    border-radius: 3px;
    border: 0;
    background-color: #005eb8;
    color: #fff;
    display: block;
    margin: 10px 0
}

.btn,
.regular-button {
    padding: 13px 20px;
    font-size: 16px
}

.regular-button:hover,
.small-button:hover {
    cursor: pointer
}

footer .container {
    background-color: transparent
}

.messaging.last&gt;.container {
    padding-top: 10px
}

.messaging.last&gt;.container:first-of-type:not(#portal-content) {
    background-color: #ececf0
}

.btn&gt;a {
    color: #fff
}

@media(min-width: 1200px) {
    .span8.portlet-span {
        margin-left: 10px
    }

    .row.shuffle.portlet-container {
        margin-left: -10px
    }

    .span4 {
        width: 400px
    }

    .span4:not(.portlet-span):not(.shuffle__sizer):not(.card) {
        width: 350px
    }

    .span8 {
        width: 810px
    }

    .block.feature {
        background: #fff;
        min-height: 263px !important
    }

    .block:nth-of-type(2n) {
        padding-left: 0
    }

    .open .dropdown-menu .unstyled {
        padding: 10px 0 33px
    }
}

@media(max-width: 1199px) {
    .dropdown-menu {
        padding-bottom: 15px
    }

    .responsive-elements {
        margin: 0;
        background: #fff
    }

    .span4 {
        width: 325px
    }

    .span4:not(.portlet-span):not(.shuffle__sizer) {
        width: 260px
    }

    .span8 {
        width: 660px
    }

    .navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle {
        border: 0;
        color: #3d3d3d
    }

    .navbar .primary-navbar .nav&gt;li&gt;a:hover {
        color: inherit
    }

    .primary-navbar.nav-collapse .nav&gt;li.open {
        background-color: #fff
    }

    .modal {
        padding: 20px 20px 30px 20px
    }
}

@media(max-width: 979px) {
    .span8 {
        width: 444px
    }

    .shuffle .span4 {
        width: 454px
    }

    .row-fluid .card[class*="span"] {
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .portlet-span&gt;.block.feature {
        margin-bottom: 0
    }

    .span8 {
        width: 100%;
        margin-left: -10px
    }

    .span4,
    .span4:not(.portlet-span):not(.shuffle__sizer),
    .shuffle .span4 {
        width: 100%
    }

    .messaging.last .container {
        padding: 10px
    }

    h1 {
        font-size: 24px;
        line-height: 45px
    }

    h2,
    h3.sectionTitle {
        font-size: 22px;
        line-height: 33px
    }

    .span4:not(.portlet-span):not(.shuffle__sizer) {
        margin-left: 0
    }

    .messaging.last&gt;.container&gt;.row&gt;.span8 {
        position: relative;
        z-index: 2
    }

    .backtop {
        z-index: 3
    }
}

.feedback .green {
    color: #00bf6f
}

h5.voice-ui {
    font-size: 16px
}

.table {
    border-bottom: 1px solid #dad9d7
}

.table th,
.table td {
    padding: 20px;
    font-size: 14px;
    vertical-align: middle
}

.voice-ui input.btn.btn-primary {
    display: inline-block
}

@media(min-width: 1200px) {

    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px
    }
}

@media(min-width: 768px) and (max-width:979px) {
    .brand .primary-brand {
        display: none
    }
}

@media(max-width: 767px) {
    .toolbar-container {
        margin-left: 20px
    }

    .navbar .toolbar-container {
        text-align: left;
        float: left
    }

    .navbar .container {
        position: relative
    }

    .navbar .search-query {
        width: 100px
    }

    .primary-navbar.nav-collapse .nav&gt;li {
        border-top: 1px solid #e1e2e5;
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.open .dropdown-menu {
        position: static;
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.open .dropdown-menu&gt;.open {
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.dropdown&gt;a,
    .primary-navbar.nav-collapse .nav&gt;li.dropdown&gt;a:hover,
    .primary-navbar.nav-collapse .nav&gt;li.dropdown.open&gt;a {
        border: 0;
        margin: 0;
        padding: 12px 20px
    }

    .primary-navbar.nav-collapse .nav&gt;li&gt;a {
        padding: 12px 20px
    }

    .toolbar-container {
        float: left;
        margin-left: 20px
    }

    .nav-collapse .dropdown-menu {
        display: none;
        float: left;
        left: 0;
        margin: 0 0 0 5px;
        min-width: 100px;
        padding: 14px 45px;
        position: absolute;
        top: 100%
    }

    .nav-collapse .dropdown-menu a {
        color: #5c5f63;
        font-weight: bold;
        margin-right: 30px;
        margin-bottom: 0
    }

    .nav-collapse .nav&gt;li&gt;.dropdown-menu:before,
    .nav-collapse .nav&gt;li&gt;.dropdown-menu:after {
        display: inline-block
    }

    .nav-collapse.in .btn-group {
        margin-top: 0
    }

    .primary-navbar .container {
        padding: 0
    }

    .primary-navbar .nav {
        margin-bottom: 0
    }

    .primary-navbar .nav&gt;li {
        float: left
    }

    .primary-navbar .nav&gt;li&gt;a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .primary-navbar .nav&gt;li&gt;a:hover,
    .primary-navbar .nav&gt;li&gt;a.active {
        color: #005eb8
    }

    .navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle {
        padding: 12px 20px
    }

    .navbar .brand {
        max-width: 75%
    }

    .navbar-search .search-query {
        width: 100px;
        border: 0
    }

    .brand .primary-brand {
        display: none
    }
}

@media(max-width: 480px) {
    .navbar .search-query {
        width: 85px
    }
}

@media(max-width: 767px) {
    .feature img {
        width: 100%
    }
}

@media(max-width: 767px) {
    body {
        padding: 0
    }
}

@media(max-width: 480px) {
    .navbar .navbar-inner {
        height: 150px
    }
}

html {
    height: 100% !important
}

body {
    min-height: 100% !important
}

.navbar-inner {
    position: relative
}

.block.feature {
    position: relative;
    min-height: inherit !important
}

.portlet-contents {
    margin: 15px -30px 0;
    padding: 0 30px 44px;
    padding: 0 30px 35px
}

.full-width-inside-block {
    margin-left: -30px;
    margin-right: -30px
}

.info-block-individual .cat {
    font-size: 14px
}

.info-block-individual.full .cat {
    padding: 6px
}

.onehr-tab-data2 {
    font-weight: bold
}

.c-collapsable {
    padding-top: 15px;
    padding-bottom: 20px
}

.block-bottom-controls.alt.clearfix {
    border-top: 0;
    border-bottom: 1px solid #efefef;
    border-radius: 4px
}

.v-align-children.lock-image {
    font-size: 18px;
    transform: translateY(50%)
}

.big-icon-lock {
    padding: 0 12px 0;
    font-size: 24px;
    position: inherit;
    top: inherit;
    margin: inherit;
    left: inherit;
    display: inline
}

.portlet-span&gt;.block.feature {
    border-radius: 4px
}

.onehr-link-header.info-block-ge-green {
    background-color: inherit;
    color: inherit;
    font-weight: bold
}

.info-block-individual .info {
    font-size: 16px
}

.onehr-link-header {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 6px 0;
    padding-left: .5em;
    padding-right: .5em
}

.onehr-link-individual {
    display: block;
    border-bottom: 1px solid #eee;
    padding-top: 8px;
    padding-bottom: 6px
}

.onehr-tab-layout-4&gt;.onehr-tab-data {
    display: inline-block
}

.tab-content&gt;.tab-pane,
.pill-content&gt;.pill-pane {
    display: none
}

.tab-content&gt;.active,
.pill-content&gt;.active {
    display: block
}

.well-widget {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #f0f1f2;
    border: 1px solid #dddfe1
}

.onehr-tab-data {
    width: 32% !important
}

.onehr-tab-data2 {
    position: relative;
    left: 2%
}

.onehr-tab-data4 {
    width: 35%
}

.recent-date-container {
    padding: 10px 30px;
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: 0;
    background-color: #fbfbfb;
    font-size: 14px;
    font-weight: bold;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}

.almost-full-width-inside-block .recent-date-container {
    padding: 10px 20px
}

.recent-date-container.white {
    background-color: #fff;
    color: #454545;
    border-bottom: 0;
    font-size: 12px
}

.recent-date-container.white {
    background-color: #fff;
    color: #999c9f;
    border-bottom: 0;
    font-size: 14px
}

.catright {
    float: right;
    padding-right: 22px;
    width: 100px;
    text-align: left
}

.catleft {
    float: left
}

.accordion-white.header-white .accordion-group&gt;:first-child {
    background-color: #fff
}

.accordion-white.header-white .info-block-individual.full {
    border-bottom: 1px solid #e0e0e0 !important
}

@media(max-width: 380px) {
    .recent-date-container {
        text-align: center;
        line-height: 1.7
    }

    .most-recent-time {
        display: block;
        float: none
    }

    .most-recent-time-left {
        float: none
    }
}

.info-blocks-group {
    margin-top: 0;
    position: relative
}

.info-blocks-group .divider {
    position: absolute;
    width: 2px;
    top: 3px;
    bottom: 3px;
    left: 50%;
    margin-left: -1px;
    background-color: #fff
}

.info-blocks-group * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.info-blocks-group-halfs .info-block-individual {
    width: 49.9%;
    float: left;
    text-align: center;
    padding: 10px 6px
}

.border-pay {
    border-bottom: 2px solid #bebbbb
}

.info-block-green-text .info-block-individual .info,
.info-block-green-text .info.info-sensitive-container:after {
    color: #7ac16d !important
}

.info-block-individual {
    font-weight: bold;
    position: relative
}

@media(max-width: 480px) {
    .info-blocks-group-halfs .info-block-individual {
        width: 100%
    }
}

.info-block-individual .cat {
    font-size: 14px;
    text-transform: uppercase
}

.info-block-individual .info {
    font-size: 18px;
    line-height: 1.1
}

.info-block-gray .info-block-individual .cat {
    color: #777;
    color: rgba(0, 0, 0, .5);
    line-height: 1.2;
    padding: .25em 0 .5em
}

.info-block-gray .info-block-individual .info {
    color: #777
}

.last-element {
    margin-bottom: 0
}

.accordion-inner {
    overflow: scroll
}

.c-collapsable .title.voice-brand {
    margin-top: 0
}

@media(max-width: 767px) {
    .c-collapsable .title.voice-brand {
        padding-bottom: 5px
    }

    .info-blocks-group .divider-b {
        bottom: inherit;
        left: 5%;
        rigth: 5%;
        top: 50%;
        width: 90%;
        height: 1px;
        background-color: #d0d0d0;
        position: absolute
    }
}

.modal {
    z-index: -10;
    opacity: 0;
    display: none
}

.modal.in {
    display: block;
    z-index: 10050;
    opacity: 1;
    padding-bottom: 60px;
    overflow: hidden
}

.modal.fade.in {
    overflow-x: hidden
}

.modal.fade.in {
    position: fixed !important
}

@media(max-width: 568px) {
    .modal.fade.in {
        bottom: 20px
    }
}

@media(max-width: 480px) {
    .touch .modal .modal-body {
        max-height: 81%;
        overflow: auto
    }
}

.modal&gt;.close {
    position: absolute;
    top: 10px;
    right: 10px
}

.modal .block {
    overflow: auto;
    height: 100%
}

.modal textarea {
    resize: none;
    width: 90%;
    height: 45px
}

.hide-specific .info-sensitive-container&gt;span {
    display: none
}

.js.lt-ie9 .hide-specific .info-sensitive-container .info-sensitive-data {
    -ms-filter: "alpha(opacity=0)"
}

.hide-specific .info-sensitive-container:after {
    content: 'XXXX';
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
    font-family: helvetica, arial;
    font-size: .8725em;
    display: inline-block
}

.hide-specific .info-sensitive-container[data-sensitive]:after {
    content: attr(data-sensitive)
}

.hide-specific .info-sensitive-show .info-sensitive-container&gt;span,
.hide-specific .info-sensitive-show-global .info-sensitive-container&gt;span {
    display: inline;
    opacity: 1;
    -ms-filter: "alpha(opacity=1)"
}

.info-sensitive-show .info-sensitive-container:after,
.info-sensitive-show-global .info-sensitive-container:after {
    content: '' !important
}

.info-sensitive-show .info-sensitive-container[data-sensitive]:after,
.info-sensitive-show-global .info-sensitive-container[data-sensitive]:after {
    content: '' !important
}

.info-sensitive-show .info-sensitive-container&gt;span,
.info-sensitive-show-global .info-sensitive-container&gt;span {
    display: inline
}

.hide-specific.portlet-span .toggle-visible-data {
    color: #a0a0a0
}

.info-sensitive-show .toggle-visible-data {
    color: #005eb8
}

.toggle-visible-data-global .fa-icon-eye-open,
.toggle-visible-data-global .fa-icon-eye-close {
    font-size: 1.4em
}

.toggle-visible-data-global i:before {
    top: -2px;
    position: relative
}

.btn.toggle-visible-data-global [class*="icon-"]:first-child:not(:only-child),
.btn.toggle-visible-data-global [class*="icon-"]:first-child:not(:only-child) {
    margin-right: 0
}

.btn.toggle-visible-data-global .fa-icon-eye-close,
.btn.toggle-visible-data-global.btn-active .fa-icon-eye-open,
.si-hide,
.btn-active .si-show,
.filter-favorites .si-hide,
.btn-primary .si-show {
    display: none
}

.btn.toggle-visible-data-global .fa-icon-eye-open,
.btn.toggle-visible-data-global.btn-active .fa-icon-eye-close,
.si-show,
.btn-active .si-hide,
.btn-primary .filter-favorites .si-hide {
    display: inline;
    display: inline-block
}

.si-show,
.si-hide {
    min-width: 28px
}

@media all and (max-width: 767px) {

    .toggle-visible-data-global,
    .toggle-visible-data,
    .filter-favorites {
        display: none !important
    }
}

.toggle-visible-data-global.btn-active:active,
.toggle-visible-data-global.btn-active:focus {
    background-color: #005eb8;
    color: #fff !important
}

.info-sensitive-container {
    cursor: pointer
}

.hide-specific .info-sensitive-container&gt;span {
    display: none
}

.hide-specific .info-sensitive-container.showing&gt;span {
    display: inline-block
}

.hide-specific .info-sensitive-container:after {
    display: inline-block
}

.hide-specific .info-sensitive-container.showing:after {
    display: none
}

.svg .d3-retirement-chart img {
    display: none
}

.d3-retirement-chart {
    padding-top: 30px;
    text-align: left
}

.pizza-box {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 50%;
    margin-top: -5px
}

[data-pie-id] {
    min-width: 200px
}

[data-pie-id] li {
    position: relative;
    padding-top: 4px;
    padding-left: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #efefef
}

[data-pie-id] li.last-item {
    border-bottom: 0
}

[data-pie-id] li:hover {
    background-color: #efefef
}

[data-pie-id] li:nth-child(0) {
    color: blue
}

[data-pie-id] li:nth-child(1),
.pizza-1 .pizza-box {
    color: #48a23f
}

[data-pie-id] li:nth-child(2) {
    color: #90f
}

[data-pie-id] li:nth-child(3) {
    color: #f6b547
}

[data-pie-id] li:nth-child(4) {
    color: #5899d8
}

[data-pie-id] li:nth-child(5) {
    color: #b2ce61
}

[data-pie-id] li:nth-child(6) {
    color: #f03
}

.pizza-ingredient-name {
    color: #666
}

[data-pie-id] li:nth-child(0) .pizza-box {
    background-color: blue
}

.pizza-1 .pizza-box {
    background-color: #48a23f
}

.pizza-2 .pizza-box {
    background-color: #90f
}

.pizza-3 .pizza-box {
    background-color: #f6b547
}

.pizza-4 .pizza-box {
    background-color: #5899d8
}

.pizza-5 .pizza-box {
    background-color: #b2ce61
}

.pizza-6 .pizza-box {
    background-color: #f03
}

.chart-retirement-list {
    margin: 0;
    list-style: none
}

.chart-retirement-container {
    top: 0;
    position: relative
}

.chart-retirement-total-container {
    margin-top: 20px;
    position: relative;
    z-index: 2
}

.chart-retirement-chart {
    margin: -20px -18px 0 -30px;
    overflow: hidden
}

.chart-retirement-total-text {
    font-size: 1em;
    line-height: 1
}

.chart-retirement-number {
    color: #666
}

@media all and (max-width: 480px) {
    .chart-retirement-total-text {
        font-size: .91275em
    }

    .chart-retirement-number {
        font-size: .875em
    }
}

@media all and (min-width: 980px) and (max-width:1199px) {
    .chart-retirement-total-text {
        font-size: .91275em
    }

    .chart-retirement-number {
        font-size: .875em
    }
}

.chart-retirement-meta-info {
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 10px
}

#chart-pie {
    margin-top: 20px;
    z-index: 0
}

@media(max-width: 767px) {
    #chart-pie {
        margin-top: -50px
    }
}

@media(max-width: 979px) {
    #chart-pie {
        margin-top: -100px;
        margin-bottom: -50px
    }
}

@media(min-width: 980px) and (max-width:1199px) {
    #chart-pie {
        margin-top: -100px;
        margin-bottom: -50px
    }
}

@media(min-width: 1200px) {
    #chart-pie {
        margin-top: -100px;
        margin-bottom: -40px
    }
}

.module-add-widget {
    line-height: 150px;
    height: 150px;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.contributing-matching {
    padding-top: 10px
}

.contributing {
    float: left
}

.matching {
    float: right
}

@media(min-width: 980px) and (max-width:1199px) {

    .contributing,
    .matching {
        float: none;
        text-align: center
    }
}

.nav-tabs {
    z-index: 10;
    position: relative;
    border-bottom: 1px solid #ddd
}

.nav-tabs&gt;li&gt;a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #f0f0f0;
    color: #959799;
    border-bottom: 1px solid #ddd;
    padding: 4px 9px;
    margin-right: 2px
}

.nav-tabs&gt;li,
.nav-pills&gt;li {
    float: left
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
    display: table;
    content: "";
    line-height: 0
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover {
    color: #656769;
    font-weight: bold;
    background: #fff
}

.portlet-contents .nav.widget-nav-tabs {
    margin-bottom: 10px
}

.widget-nav-tabs {
    margin-top: 10px
}

.widget-accordion {
    margin-top: 1em;
    margin-bottom: .5em
}

.widget-accordion .nav {
    margin-left: 0;
    margin-bottom: 0
}

.widget-accordion .tab-content {
    border: 1px solid #DDD;
    border-top: 0;
    background-color: #FFF;
    padding: 9px 15px;
    position: relative
}

.widget-accordion .nav-tabs&gt;li&gt;a {
    background-color: #f6f6f6;
    border-color: #f2f1f0 #f2f1f0 #DDD;
    border-color: #DDD;
    font-weight: bold;
    color: #999c9f
}

.widget-accordion .nav-tabs&gt;li&gt;a {
    background-color: #f6f6f6;
    border-color: #f2f1f0 #f2f1f0 #DDD;
    border-color: #DDD;
    font-weight: bold;
    color: #999c9f
}

.widget-accordion .nav-tabs&gt;li.active&gt;a,
.widget-accordion .nav-tabs&gt;li.active&gt;a:hover {
    background: #FFF
}

.widget-accordion .nav-tabs&gt;.active&gt;a,
.widget-accordion .nav-tabs&gt;.active&gt;a:hover {
    color: #5c5f63;
    background-color: #f2f1f0;
    border: 1px solid #DDD;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: default
}

.widget-accordion-tabs.accordion-heading {
    margin-top: 0
}

.widget-accordion.accordion-bottom-tab {
    margin-top: 0
}

.accordion-bottom-tab .tab-content {
    margin-bottom: 20px
}

.nav-tabs&gt;.active&gt;a,
.nav-tabs&gt;.active&gt;a:hover {
    border: 1px solid #ddd
}

.widget-tabbed-accordion .nav-tabs&gt;li:first-child&gt;a {
    border-left: 1px solid #DDD
}

.widget-tabbed-accordion .nav-tabs&gt;li.active:first-child&gt;a,
.widget-tabbed-accordion .nav-tabs&gt;li.active:first-child&gt;a:hover {
    border-left: 1px solid #ddd
}

.widget-tabbed-accordion .nav-tabs&gt;li&gt;a,
.nav-pills&gt;li&gt;a {
    margin-right: 0
}

.widget-tabbed-accordion .nav-tabs&gt;li&gt;a {
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-right: 2px
}

.widget-tabbed-accordion .nav-tabs&gt;li&gt;a:hover {
    color: #005eb8
}

.widget-tabbed-accordion .nav-tabs&gt;li&gt;a [class^="icon-"],
.nav-tabs&gt;li.active&gt;a [class*=" icon-"] {
    color: #999c9f
}

.widget-tabbed-accordion .nav-tabs&gt;li.active&gt;a [class^="icon-"],
.nav-tabs&gt;li.active&gt;a [class*=" icon-"] {
    color: #5c5f63
}

.tab-content.wide-contents {
    overflow: visible
}

.closeopenoverlay {
    position: fixed;
    opacity: .8;
    filter: alpha(opacity=80);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    background-color: #262626
}

.paysummarylistoverlay {
    display: none
}

.paysummarylistoverlay.openoverlay {
    display: block;
    margin-left: 0;
    position: fixed;
    top: 10%;
    right: 5%;
    max-width: 96%;
    bottom: 10%;
    left: 5%;
    z-index: 1000;
    width: 100%;
    z-index: 10050;
    margin: 0 !important
}

@media(min-width: 641px) {
    .paysummarylistoverlay.openoverlay {
        max-width: 90%
    }
}

.paysummarylistoverlay.openoverlay&gt;div.block.feature {
    height: 100% !important;
    overflow: scroll;
    background-color: #fcfcfc;
    padding-top: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.paysummarylistoverlay.openoverlay .c-collapsable {
    max-height: none
}

.paysummarylistoverlay.openoverlay .c-open-close {
    display: none
}

.close.openoverlay {
    font-size: 2em;
    position: fixed;
    right: 5%;
    margin-top: 10px;
    margin-right: 10px;
    top: 10%
}

.summarylist {
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    border-bottom: 0
}

@media all and (max-width: 640px) {
    .paysummarylistoverlay.openoverlay {
        top: 1%;
        right: 2%;
        bottom: 1%;
        left: 2%
    }

    .close.openoverlay {
        right: 5%;
        margin-top: 10px;
        margin-right: 10px;
        top: 2%
    }

    .paysummarylistoverlay.openoverlay&gt;div.block.feature {
        padding: 10px
    }
}

.summarylist ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.summarylist .title.voice-brand {
    padding: .5em 14px .75em;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    background-color: #fff;
    margin: 0
}

.summarylist li h4 {
    color: #005eb8;
    margin: 0;
    padding: 12px 0 .25em
}

.summarylist a {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    padding-left: 14px;
    position: relative
}

.summarylist a:hover {
    background-color: #fcfcfb
}

.summarylist a p {
    color: #666
}

.decoration {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -7px;
    border-radius: 50%;
    padding: 3px 2px 3px 4px;
    background-color: #eaeaea;
    color: #666 !important
}

.summarylist a:hover .decoration {
    background-color: #f0f0f0;
    color: #999 !important
}

.payHistorySearch .search {
    padding-bottom: 0;
    margin-bottom: 5px;
    padding-top: 0
}

.payHistorySearch .btn {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px
}

#loadMorePayHistory {
    padding: 14px
}

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

.top-portlet {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #fff;
    margin: 0 -30px 12px
}

.no-mt {
    margin-top: 0 !important
}

.no-mb {
    margin-bottom: 0 !important
}

.no-mr {
    margin-right: 0 !important
}

.mt-1em {
    margin-top: 1em
}

.mb-1em {
    margin-bottom: 1em
}

.ml-1em {
    margin-left: 1em
}

.mr-10px {
    margin-right: 10px
}

.pr-10px {
    padding-right: 10px
}

.mb_30px {
    margin-bottom: 30px
}

.pt-1em {
    padding-top: 1em
}

.no-bb {
    border-bottom: none !important
}

.reduced-mb {
    margin-bottom: 6px
}

.to-the-bottom {
    margin-bottom: -28px
}

.bold {
    font-weight: bold
}

.clearright {
    clear: right
}

.clearleft {
    clear: left
}

.noscroll {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0
}

.swapsvg {
    margin-top: 30px;
    padding-bottom: 15px
}

.center-block {
    float: initial !important;
    margin: auto
}

.loading {
    background: url('../img/ajax-loader.gif') no-repeat;
    position: fixed;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    top: 50%;
    left: 50%;
    display: none
}

.loading-widget {
    height: 200px;
    position: relative
}

.loading-widget img,
.feature .loading-widget img {
    width: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px
}

.concealed {
    display: none
}

.lt-ie9.loading body {
    display: none !important
}

[data-toggle="tab"] {
    display: none
}

[data-toggle="tab"].active {
    display: block
}

#loadMorePayHistory {
    cursor: pointer
}

.search-query.search {
    max-width: 90%
}

.color-border-top.blue {
    border-top: 7px solid #005cb9
}

.button-push {
    margin-left: 0 !important
}

.span12.title.voice-brand {
    margin-bottom: .5em
}

.btn [class*="icon-"] {
    color: inherit;
    font-size: inherit
}

.btn .icon-small {
    font-size: 14px;
    margin-top: -3px
}

.icon-small {
    font-size: .65em
}

.ge-green {
    color: #48a241
}

.padding-30 {
    padding: 0 30px 0;
    min-height: 46px
}

@media all and (max-width: 768px) {
    .padding-30 {
        padding: 0 30px 10px
    }
}

.job-title {
    margin-bottom: 1px !important;
    line-height: 18px
}

.body.person.menu-profile {
    padding: 10px 20px 10px 70px;
    margin-left: 20px;
    min-height: 53px
}

.body.person.menu-profile.link-list {
    padding-top: 0;
    padding-bottom: 0
}

.portlet-span:not(.hide-specific) .fas.fa-lock-open:before {
    content: "\f023"
}

.thumbnail.body img.profile-photo {
    left: -10px;
    top: 7px
}

.widget-subtitle {
    font-size: 18px;
    color: #666;
    padding-bottom: 5px;
    text-align: left;
    position: relative;
    top: -3px;
    clear: both
}

.most-recent-time+.widget-subtitle,
.most-recent-time-left+.widget-subtitle {
    padding-bottom: 0;
    padding-top: 15px
}

.block.inverse.bg-container {
    background-color: #8b8ab4;
    background-color: rgba(139, 138, 180, 0.69);
    color: #333
}

.bg-container,
.bg-container&gt;* {
    position: relative;
    z-index: 1
}

.bg-question {
    position: absolute;
    background-color: #ded1e7;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    z-index: 0;
    right: 10px;
    top: 95px;
    text-align: center;
    opacity: .5
}

.bg-question i,
.bg-question span {
    font-size: 90px;
    line-height: 90px;
    color: #8b8ab4;
    color: rgba(139, 138, 180, 0.7)
}

.bg-question span {
    line-height: 100px;
    font-weight: bold
}

.bg-message {
    position: absolute;
    background-color: #ded1e7;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    z-index: 0;
    right: 5px;
    top: 5px;
    text-align: center;
    opacity: .5
}

.bg-message i,
.bg-message span {
    font-size: 50px;
    line-height: 90px;
    color: #8b8ab4;
    color: rgba(139, 138, 180, 0.7)
}

.bg-phone {
    position: absolute;
    background-color: #ded1e7;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    z-index: 0;
    right: 95px;
    top: 10px;
    text-align: center;
    opacity: .5
}

.bg-phone i,
.bg-phone span {
    font-size: 50px;
    line-height: 90px;
    color: #8b8ab4;
    color: rgba(139, 138, 180, 0.7)
}

.bg-help {
    background: url("../img/help-bg.png") #aaa9c6 no-repeat right top;
    background-color: #a9abc5 !important
}

.bg-help .bg-icon {
    display: none
}

@media(max-width: 768px) {

    .bg-question,
    .bg-message,
    .bg-phone {
        width: 86px;
        height: 86px
    }

    .bg-question {
        top: 91px
    }

    .bg-phone {
        right: 91px
    }
}

.news-story-itself {
    display: none
}

.news-overlay&gt;.block {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
}

@media(max-width: 767px) {
    .news-overlay .block&gt;.container {
        padding: 0 !important
    }
}

.news-story-container {
    float: none;
    margin: 0 auto
}

.news-story-banner {
    margin-bottom: 20px
}

.news-story-banner img {
    width: 100%;
    height: auto
}

@media(max-width: 979px) {
    h1.news-story-title {
        font-size: 32px;
        line-height: 1.1
    }
}

@media(max-width: 480px) {
    h1.news-story-title {
        font-size: 24px;
        line-height: 1.1
    }
}

.from-healthline {
    display: inline-block;
    width: 90px;
    height: 13px;
    background-image: url(../img/hlLogo.gif);
    color: transparent;
    position: relative;
    top: 2px
}

.onehr-link-individual-actual-link {
    position: relative;
    min-height: 40px
}

.upcomingTrips .onehr-link-individual-actual-link {
    padding-left: 24px
}

.upcomingTrips .onehr-link-individual-actual-link .fa-icon-suitcase {
    position: absolute;
    left: 0;
    font-size: 1.125em;
    line-height: 1.5
}

.upcoming-activity-date {
    line-height: 1.5
}

.upcoming-itinerary {
    padding-bottom: .25em
}

.upcomingPlace {
    padding-top: .125em;
    font-weight: bold
}

.no-content {
    color: #999;
    font-weight: bold;
    margin-bottom: 0;
    padding: 50px 30px;
    text-align: center
}

.chart-retirement-meta-info {
    position: relative !important;
    text-align: left !important;
    left: 0 !important;
    bottom: 0 !important;
    padding-top: 5px !important
}

.info-shares {
    margin: 15px 0 20px 0
}

.info-contributions-shares {
    list-style-type: none;
    margin: 0
}

.most-recent-time.space {
    margin: 0 5px 0 0;
    width: 67px;
    height: 15px;
    text-align: left;
    border-right: 1px solid #5c5f63
}

.total-value {
    font-weight: bold !important;
    margin-top: 20px
}

#info-table tr td,
#info-table tr th {
    padding: 10px 7px
}

#info-table {
    width: 100%;
    margin: 0 auto
}

#info-table tr {
    border-bottom: 2px solid #ddd
}

#info-table tr:nth-child(4) {
    font-weight: bold;
    margin-top: 10px
}

#info-table tr:nth-child(1) {
    color: #005eb8
}

#info-table tr.tr-total {
    border-bottom: 0;
    background-color: #f6f6f6;
    font-weight: bold;
    padding-top: 10px
}

.rigth-values {
    text-align: right
}

.color-values2 {
    color: #ea7600;
    background-color: #f6f6f6;
    font-weight: bold
}

#info-table tr.tr-total2 {
    border-bottom: 0;
    background-color: none
}

.info-recognition {
    margin: 25px 0 0 0
}

.btn.btn-mini.btn-without-margin {
    margin: 0 !important
}

@media(max-width: 979px) {
    .brand .primary-brand {
        display: inline
    }

    .brand .secondary-brand {
        display: none
    }
}

@media(max-width: 480px) {
    .navbar .brand .secondary-brand {
        display: none
    }
}

.c-collapsable {
    max-height: 3000px
}

.portlet-contents,
.expanded .portlet-contents {
    overflow: hidden
}

.c-open-close {
    display: none
}

@media(max-width: 767px) {
    .expanded {
        margin-bottom: 30px
    }

    .c-collapsable .title.voice-brand {
        font-size: 22px
    }

    .js .block-bottom-controls {
        display: none
    }

    .js .expanded .block-bottom-controls {
        display: block
    }

    .js .c-collapsable {
        max-height: 29px
    }

    .js .c-collapsable&gt;.pull-right {
        display: none
    }

    .js .c-collapsable.expanded&gt;.pull-right {
        display: block
    }

    .js .c-collapsable.expanded,
    .js .expanded .portlet-contents {
        max-height: 2000px;
        padding-bottom: 26px
    }

    .js .portlet-contents {
        max-height: 0;
        margin: 0;
        padding: 0;
        text-transform: opacity 1s
    }

    .js .c-open-close {
        display: inline-block;
        font-size: .5em;
        padding: .3571428571em;
        border-radius: 50%;
        background-color: #f0f0f0;
        position: relative;
        right: 10px;
        top: -2px;
        line-height: 1
    }

    .parent-modifying&gt;div {
        opacity: .25 !important
    }
}

@media(max-width: 480px) {
    .c-collapsable .title.voice-brand {
        font-size: 17px
    }

    .c-collapsable .title.voice-brand {
        margin-right: -20px
    }
}

.title.voice-brand {
    position: relative
}

.c-open-close {
    position: relative
}

.js .c-open-close {
    position: absolute;
    left: -20px;
    right: auto;
    top: 6px;
    font-size: 8.5px
}

.c-open-close .icon-chevron-down {
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.expanded .c-open-close .icon-chevron-down {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.shuffle&gt;div {
    opacity: 1
}

div.modifying {
    opacity: 1 !important;
    z-index: 100000 !important
}

.filter-options span,
.filter-options button {
    display: inline-block
}

.btn-filter {
    margin: 0 5px 0 0
}

.btn-custom-style {
    border: 0;
    background-color: transparent;
    color: #428bca;
    border-right: 1px solid #999;
    padding: 0 .5em;
    line-height: 1
}

.btn-custom-style:last-child {
    border-right: 0
}

.btn-custom-style.btn-filter-active {
    color: #666
}

.btn-custom-style:hover {
    background-color: transparent
}

.icon-white,
.nav-pills&gt;.active&gt;a&gt;[class^="fa-icon-"],
.nav-pills&gt;.active&gt;a&gt;[class*=" fa-icon-"],
.nav-list&gt;.active&gt;a&gt;[class^="fa-icon-"],
.nav-list&gt;.active&gt;a&gt;[class*=" fa-icon-"],
.navbar-inverse .nav&gt;.active&gt;a&gt;[class^="fa-icon-"],
.navbar-inverse .nav&gt;.active&gt;a&gt;[class*=" fa-icon-"],
.dropdown-menu&gt;li&gt;a:hover&gt;[class^="fa-icon-"],
.dropdown-menu&gt;li&gt;a:hover&gt;[class*=" fa-icon-"],
.dropdown-menu&gt;.active&gt;a&gt;[class^="fa-icon-"],
.dropdown-menu&gt;.active&gt;a&gt;[class*=" fa-icon-"],
.dropdown-submenu:hover&gt;a&gt;[class^="fa-icon-"],
.dropdown-submenu:hover&gt;a&gt;[class*=" fa-icon-"] {
    background-image: none
}

[class^="fa-icon-"]:before,
[class*=" fa-icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

a [class^="fa-icon-"],
a [class*=" fa-icon-"] {
    display: inline-block
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}

.btn [class^="fa-icon-"],
.nav [class^="fa-icon-"],
.btn [class*=" fa-icon-"],
.nav [class*=" fa-icon-"] {
    display: inline
}

.btn [class^="fa-icon-"].icon-large,
.nav [class^="fa-icon-"].icon-large,
.btn [class*=" fa-icon-"].icon-large,
.nav [class*=" fa-icon-"].icon-large {
    line-height: .9em
}

.btn [class^="fa-icon-"].icon-spin,
.nav [class^="fa-icon-"].icon-spin,
.btn [class*=" fa-icon-"].icon-spin,
.nav [class*=" fa-icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="fa-icon-"],
.nav-pills [class^="fa-icon-"],
.nav-tabs [class*=" fa-icon-"],
.nav-pills [class*=" fa-icon-"],
.nav-tabs [class^="fa-icon-"].icon-large,
.nav-pills [class^="fa-icon-"].icon-large,
.nav-tabs [class*=" fa-icon-"].icon-large,
.nav-pills [class*=" fa-icon-"].icon-large {
    line-height: .9em
}

li [class^="fa-icon-"],
.nav li [class^="fa-icon-"],
li [class*=" fa-icon-"],
.nav li [class*=" fa-icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

li [class^="fa-icon-"].icon-large,
.nav li [class^="fa-icon-"].icon-large,
li [class*=" fa-icon-"].icon-large,
.nav li [class*=" fa-icon-"].icon-large {
    width: 1.5625em
}

ul.icons {
    list-style-type: none;
    text-indent: -0.75em
}

ul.icons li [class^="fa-icon-"],
ul.icons li [class*=" fa-icon-"] {
    width: .75em
}

/*!
  * Datepicker for Bootstrap
  *
  * Copyright 2012 Stefan Petre
  * Improvements by Nayana Rane
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker&gt;div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0
}

.datepicker td,
.datepicker th {
    text-align: center;
    font-weight: 500;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0
}

.datepicker td.next:hover,
.datepicker th.next:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td.prev:hover,
.datepicker th.prev:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td.switch:hover,
.datepicker th.switch:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #e1e2e5;
    cursor: pointer
}

.datepicker table tr td.day {
    font-weight: 300
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #bfc2c5;
    font-weight: 300
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    font-weight: normal;
    background: 0;
    color: #bfc2c5;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: transparent;
    color: #3b73b9;
    font-weight: 500
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #e1e2e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #fff;
    background-color: #e7b173;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #e7d873
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #3b73b9;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #3b73b9;
    font-weight: 300;
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #e1e2e5
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0;
    color: #bfc2c5;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #3b73b9;
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.old {
    color: #bfc2c5
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
    background: #e1e2e5
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #e1e2e5;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    margin-left: 1px !important;
    color: #5c5f63;
    font-size: 14px
}

.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th+.btn-primary,
.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th+.btn-success,
.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th+.btn-warning,
.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th+.btn-info,
.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th+.btn-danger {
    margin-left: 1px
}

.datepicker table&gt;thead&gt;tr:nth-child(1)&gt;th:nth-child(2) {
    color: #313337;
    font-weight: 500;
    font-size: 14px
}

.datepicker-months&gt;table&gt;tbody&gt;tr&gt;td,
.datepicker-years&gt;table&gt;tbody&gt;tr&gt;td {
    width: 200px
}

@media print {

    .header,
    .footer {
        display: none !important
    }
}

.navbar-small.navbar .primary-navbar .nav {
    margin-left: 0
}

.navbar.navbar-small .brand {
    margin: 6px 0 0 -20px
}

@media(max-width: 979px) {
    .navbar-small.navbar .primary-navbar .nav {
        margin-left: 0
    }

    .navbar.navbar-small .brand {
        margin: 6px 0 0 20px;
        padding-left: 0
    }
}

@media(max-width: 480px) {

    .navbar .navbar-inner,
    .navbar.navbar-small .navbar-inner {
        height: auto;
        min-height: 100px
    }
}

h2.title.voice-brand {
    margin-bottom: .5em
}

.big-dropdown-menu&gt;ul&gt;li {
    width: 220px;
    margin-bottom: 20px
}

.big-dropdown-menu .dropdown-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0 !important
}

.dropdown-menu&gt;.open&gt;a {
    cursor: default
}

.dropdown-menu&gt;.open&gt;a:hover {
    color: #26272b !important
}

.navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle {
    border-bottom: 2px solid transparent
}

.dropdown.open .dropdown-menu {
    margin-top: -2px
}

@media(min-width: 768px) and (max-width:979px) {
    .responsive-elements .btn-toolbar .hidden-desktop {
        display: inline-block !important
    }

    .responsive-elements .btn-toolbar {
        padding-top: 10px;
        margin-left: 0
    }

    .responsive-elements .btn-toolbar .btn-group {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    .navbar .primary-navbar .dropdown-menu {
        border: 0
    }
}

@media(max-width: 1024px) {
    .responsive-elements {
        margin-right: 0
    }
}

.responsive-elements ul.dropdown-menu {
    background-color: white;
    padding: 0 !important;
    border: 1px solid #e1e2e5 !important;
    border-radius: 3px !important;
    margin-top: 2px !important;
    right: -42px;
    left: -54px
}

#profile.dropdown-toggle .hidden-phone {
    display: inline !important
}

.responsive-elements #profile.dropdown-toggle .hidden-phone {
    display: none !important
}

.responsive-elements {
    *zoom: 1
}

.responsive-elements:before,
.responsive-elements:after {
    display: table;
    content: "";
    line-height: 0
}

.responsive-elements:after {
    clear: both
}

.navbar .responsive-elements ul.dropdown-menu {
    white-space: normal;
    top: 60px;
    left: 0;
    width: 248px
}

.responsive-elements .profile-dropdown.btn-group {
    position: static
}

.responsive-elements .body.person.menu-profile {
    padding: 10px 5px 10px 50px;
    min-height: 53px
}

.navbar .primary-navbar .responsive-elements .dropdown-menu a {
    margin-right: 0
}

.responsive-elements .profile-photo-container {
    left: -15px
}

@media(max-width: 1024px) {
    .sidr .container {
        width: 100%
    }
}

@media(max-width: 767px),
(min-device-width :320px) and (max-device-width :568px) {
    .nomob {
        display: none !important
    }
}

@media(min-width: 768px) {
    .mobonly {
        display: none !important
    }
}

.mobile .hidden-phone {
    display: none !important
}

.pay-history-field {
    color: #666
}

.pay-history-header {
    display: none
}

.summarylist a .gross,
.summarylist a .net {
    font-weight: normal
}

.pay-history-column-name {
    font-weight: bold
}

@media(min-width: 767px) {
    .pay-history-column-name {
        display: none
    }

    .pay-history-field,
    .ldate {
        font-size: 14px;
        display: inline-block;
        width: 30%;
        margin-right: 3% !important
    }

    .summarylist .pay-history-field {
        color: #666
    }

    .summarylist li h4 {
        color: #005eb8;
        margin: 0;
        padding: 12px 0
    }

    .pay-history-header {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #f0f0f0;
        font-weight: bold !important;
        padding-left: 14px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 16px 0 16px 14px
    }
}

@media(max-width: 320px) {
    #benefitsSummary .input-append input {
        width: 145px !important
    }
}

.sticky-footer {
    margin-bottom: -142px;
    padding-bottom: 142px
}

@media(max-width: 767px) {
    .sticky-footer {
        margin-bottom: -222px;
        padding-bottom: 222px
    }
}

@media(max-width: 1024px) {

    html:not(.wf-active) .primary-navbar .dropdown-menu,
    html:not(.wf-active) .primary-navbar ul .dropdown-toggle {
        padding-left: 15px !important
    }

    html:not(.wf-active) .primary-navbar ul .dropdown-menu {
        margin-left: 0
    }

    html:not(.wf-active) .primary-navbar ul .dropdown-menu li {
        margin-left: -4px
    }
}

.navbar .btn-navbar span {
    font-size: 14px;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: 7px;
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    text-transform: uppercase
}

.recent-date-container {
    text-align: left !important;
    line-height: 1.5
}

.health-coach-photo {
    background-color: #f79f4d;
    margin: 20px -20px;
    padding: 10px 0 10px 20px;
    position: relative;
    height: 64px
}

.health-coach-photo .img {
    margin-left: -10px;
    display: inline-block;
    position: absolute;
    z-index: 10
}

.health-coach-photo .health-coach-name {
    display: inline-block;
    left: 0;
    position: relative;
    margin-right: 153px;
    padding-top: 0;
    top: 10;
    height: auto;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 13px;
    padding-left: 84px
}

.health-coach-photo .health-coach-links {
    padding-top: 0;
    margin-left: 0;
    height: 44px;
    position: absolute;
    vertical-align: middle;
    border: 2px solid #fff;
    padding-left: 0;
    top: 0;
    right: 0;
    width: 165px;
    height: 77px;
    border: 3px solid #f79f4d;
    border-left: 0;
    text-align: center;
    color: #f79f4d
}

.health-coach-photo .health-coach-links a {
    color: #3f4145
}

.health-coach-photo .directions {
    font-weight: bold;
    line-height: 1
}

@media(min-width: 980px) and (max-width:1199px) {
    .health-coach-photo .health-coach-links {
        margin-left: 0;
        margin-right: 0;
        width: 135px
    }

    .health-coach-photo .health-coach-name {
        margin-right: 123px;
        width: 71px;
        padding-top: 0;
        top: 10;
        height: inherit;
        position: absolute;
        right: 0;
        left: inherit;
        margin-top: 0
    }

    .health-coach-photo .directions {
        padding: 0 3px
    }

    .health-coach-links *,
    .health-coach-links .icon-ico_phone_sm,
    .health-coach-links .icon-ico_mail_sm {
        font-size: 12px
    }
}

@media(max-width: 400px) {
    .health-coach-photo .health-coach-links {
        position: absolute;
        top: 85px;
        width: auto;
        border: 0;
        left: 20px;
        right: 20px
    }

    .health-coach-photo {
        height: 154px;
        position: relative
    }

    .health-coach-photo .health-coach-name {
        padding-left: 111px
    }

    .health-coach-photo .img {
        margin-left: 10px
    }

    .health-coach-sp,
    .btn.email-health-coach {
        width: 100%
    }
}

.health-coach {
    margin: 20px -20px;
    padding: 10px 20px 0;
    background-color: #f7f7f7;
    background-color: #7ac16d;
    text-align: left;
    background: #7ac16d url(../img/icon-help.png) no-repeat 10px 12px
}

.health-coach-sp {
    display: block;
    margin: 3px 3px 3px 0;
    font-size: 14px;
    padding: 4px 5px;
    width: 94%;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.email-health-coach {
    display: block;
    margin: 0;
    font-size: 14px
}

.btn.email-health-coach {
    display: block;
    padding: 4px 5px 4px 5px;
    margin: 0 3px 3px 0;
    width: 94%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.health-coach-links .icon-ico_phone_sm,
.health-coach-links .icon-ico_mail_sm {
    font-size: 20px;
    display: none
}

.health-coach-name {
    padding-top: 5px;
    position: absolute;
    left: 80px;
    width: 110px;
    height: 44px;
    color: #fff;
    color: rgba(255, 255, 255, .9)
}

.health-coach-links {
    padding-top: 5px;
    margin-left: 170px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #fff;
    padding-left: 10px
}

@media(min-width: 980px) and (max-width:1199px) {
    .health-coach-name {
        left: 72px;
        width: 110px
    }

    .health-coach-links {
        margin-left: 150px;
        margin-right: -10px
    }
}

.health-coach-links a {
    color: #fff;
    background-color: #fff
}

.health-coach-links a:hover {
    color: #fff;
    background-color: #f0f1f2
}

.dropdown.wd-dropdown {
    width: 75%;
    height: 42px;
    line-height: 42px
}

.dropdown.wd-dropdown,
.dropdown.wd-lang {
    background-color: #ececf0;
    border-bottom: 2px solid #005eb8;
    padding-left: 10px;
    border-radius: 1px
}

.dropdown.wd-dropdown&gt;a,
.dropdown.wd-lang&gt;a {
    color: #63666a;
    font-weight: normal;
    font-size: 16px
}

.dropdown.wd-lang&gt;a {
    font-size: 14px
}

.dropdown.wd-lang&gt;a&gt;i {
    font-size: 12px;
    line-height: 20px;
    margin-left: 6px
}

.dropdown.wd-lang {
    margin-left: 4px
}

.dropdown.wd-dropdown&gt;a&gt;i,
.dropdown.wd-lang&gt;a&gt;i {
    float: right;
    padding-right: 10px
}

.dropdown.wd-dropdown&gt;a&gt;i {
    line-height: 42px
}

.wd-dropdown .dropdown-menu {
    width: calc(100% - 2px);
    border-radius: 3px;
    box-shadow: 1px 1px 4px #888
}

.wd-widget.block-bottom-controls {
    background-color: inherit;
    padding: 20px
}

.wd-widget.block-bottom-controls .wd-links i {
    color: #005eb8;
    margin-right: 4px
}

.wd-dropdown.open .dropdown-menu {
    margin-top: 2px
}

.wd-dropdown .dropdown-menu li&gt;a {
    padding: 3px 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dropdown.wd-dropdown&gt;a&gt;div {
    text-overflow: ellipsis;
    width: calc(91%);
    overflow: hidden;
    white-space: nowrap;
    display: inline-block
}

.wd-links&gt;div {
    margin-left: 20px
}

.portlet-contents .wd-links a {
    color: #5c5f63
}

.portlet-contents .wd-widget a {
    font-weight: normal
}

.wd-widget .regular-button {
    display: inline-block;
    margin-right: 5px
}

.fa.chevron-down:before {
    content: "\f078"
}

.wd-portlet h2.title.voice-brand {
    display: none
}

.wd-widget.hr.pl&gt;p {
    margin-bottom: 10px
}

.block.wd-widget.hr.pl {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px
}

.moveoutside-flip {
    position: relative;
    z-index: 2
}

.portlet-contents a {
    font-weight: 900
}

.icon-ico_lock_sm:before {
    content: "\f023"
}

.icon-ico_chevron_right_sm:before {
    content: "\f054"
}

.icon-ico_chevron_down_sm:before {
    content: "\f078"
}

.icon-ico_error_lg:before {
    content: "\f06a"
}

[class*=icon-ico]:before {
    font-weight: 700
}

#GE_PLV_WORKDAY&gt;.expanded .portlet-contents,
#GE_HMV_WORKDAY&gt;.expanded .portlet-contents {
    overflow: visible
}

@media(min-width: 768px) {

    #GE_PLV_WORKDAY .portlet-contents,
    #GE_HMV_WORKDAY .portlet-contents {
        overflow: visible
    }
}

@media(min-width: 1200px) {

    .portlet-GE_GUIDELINK #current-lang,
    .portlet-GE_GUIDELINK #current-lang+div,
    #help-lang li i {
        transform: translateY(15%)
    }

    .portlet-GE_GUIDELINK .portlet-contents {
        padding: 0 12px 4px 6px
    }
}

@media(max-width: 1199px) {
    .wd-container {
        flex-direction: column
    }

    .wd-container&gt;div&gt;div {
        float: left;
        width: 100%
    }

    .dropdown-menu li a i {
        margin-right: 25px
    }

    .wd-button&gt;div {
        justify-content: normal;
        padding: 10px 0 10px 20px
    }

    .wd-button i {
        right: 35px
    }

    .wd-container a {
        width: 50%;
        margin: inherit
    }

    .wd-container&gt;div {
        width: 75%
    }
}

@media(max-width: 979px) {
    .wd-container a:first-of-type {
        width: 100%;
        margin: auto
    }

    .wd-container&gt;div {
        width: 100%
    }

    .wd-container&gt;a:nth-of-type(2) {
        width: 82%;
        float: none
    }

    .wd-container {
        text-align: center
    }
}

@media(max-width: 767px) {
    .portlet-span .portlet-GE_PLV_WORKDAY .title.voice-brand {
        font-size: 10px
    }

    .wd-button i {
        right: 20px
    }

    #portlet-GE_GUIDELINK .portlet-contents {
        padding-bottom: 0
    }

    div.workday-list {
        padding: 25px 20px 0
    }

    .portlet-GE_GUIDELINK #current-lang+div {
        transform: none;
        padding-right: 5px
    }

    ul.actions {
        float: none;
        width: inherit;
        margin: 0
    }

    .portlet-span .portlet-GE_PLV_WORKDAY :not(.portlet-GE_GUIDELINK) .title.voice-brand {
        line-height: 15px
    }

    .portlet-span .portlet-GE_PLV_WORKDAY :not(.portlet-GE_GUIDELINK) span::after {
        content: '\A';
        white-space: pre
    }

    .wd-container {
        float: none;
        max-width: 100%
    }

    .wd-button&gt;div {
        justify-content: center
    }
}

.ee.wd-widget .section-title {
    padding: 0 0 20px 0
}

.ee.wd-widget ul.unstyled {
    margin-bottom: 0;
    padding-top: 30px
}

.portlet-contents .ee.wd-widget a {
    font-weight: 900
}

@media(min-width: 1199px) {
    .wd-links&gt;div:first-child {
        margin-left: 5px
    }
}

@media(max-width: 767px) {

    .dropdown.wd-dropdown&gt;a,
    .dropdown.wd-lang&gt;a,
    .wd-dropdown .dropdown-menu li&gt;a {
        font-size: 14px
    }

    .dropdown.wd-dropdown&gt;a&gt;i {
        padding-right: 0
    }

    .dropdown.wd-dropdown {
        width: calc(100% - 10px);
        padding-left: 5px;
        padding-right: 5px;
        text-overflow: ellipsis
    }

    .wd-widget .regular-button {
        display: block
    }

    .wd-widget&gt;div:last-child {
        float: left;
        padding-top: 5px;
        padding-left: 0
    }

    .wd-widget .regular-button:last-child {
        margin-bottom: 5px
    }

    .wd-links&gt;div:first-child {
        padding-top: 0
    }

    .wd-links&gt;div {
        float: none;
        margin-left: 0;
        padding-top: 5px
    }

    .block.wd-widget.hr.pl {
        padding-bottom: 60px
    }
}

.block-bottom-controls.alt {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 20px 10px;
    bottom: -4px;
    font-size: 1em;
    background-color: #fff;
    border-bottom: 0 solid #e0e0e0
}

.block-bottom-btn.right-btn {
    float: right
}

.block-bottom-btn {
    float: left;
    margin-right: 3px;
    position: relative
}

.block-bottom-btn a {
    color: #a0a0a0;
    padding: 11px .75em;
    border-radius: 5px
}

.block-bottom-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    border-top: 1px solid #eaeaea;
    border-bottom: 0 solid #e0e0e0
}

.wd-button {
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #005cb9;
    border-radius: 4px;
    box-shadow: 3px 3px 3px gray;
    margin-bottom: 25px
}

.wd-button img {
    height: 100%;
    width: auto;
    padding: 11px 17px;
    background-color: #0161c1
}

.wd-button&gt;div {
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative
}

.wd-button h2 {
    color: #005eb8
}

.wd-button i {
    position: absolute;
    right: 60px
}

li.no-action {
    list-style-type: none !important;
    font-weight: bold;
    margin-left: calc(35px+.5em)
}

@media(max-width: 1199px) {
    .wd-button&gt;div {
        justify-content: normal;
        padding: 10px 0 10px 20px
    }

    .wd-button i {
        right: 35px
    }
}

@media(max-width: 767px) {
    .wd-button i {
        right: 20px
    }

    .wd-button&gt;div {
        justify-content: center
    }
}

@media all and (max-width: 1199px) {
    .sidr {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-x: none;
        overflow-y: auto;
        background: #f0f1f2;
        color: #333;
        -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
        -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
        box-shadow: inset 0 0 5px 5px #ebebeb
    }
}

@media all and (min-width: 1200px) {
    .sidr {
        display: block !important
    }
}

.sidr-open .button-push,
.sidr-animating .button-push {
    right: 10px;
    z-index: 10000
}

.sidr-open .sidr-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    -ms-filter: "alpha(opacity=50)"
}

@media all and (max-width: 979px) {

    .sidr-open .sidr-overlay,
    .sidr-animating .sidr-overlay {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        background-color: rgba(0, 0, 0, .5);
        -ms-filter: "alpha(opacity=50)"
    }

    .primary-navbar {
        min-height: 600px !important;
        height: auto !important
    }

    .navbar .primary-navbar .primary-nav-ul .dropdown-menu a {
        padding-left: 20px
    }

    .navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle {
        border: 0
    }
}

@media(max-width: 979px) {

    .primary-nav-ul.nav&gt;li.dropdown&gt;a,
    .primary-nav-ul.nav&gt;li.dropdown&gt;a:hover,
    .primary-nav-ul.nav&gt;li.dropdown.open&gt;a {
        border: 1px solid transparent
    }
}

a.this-page-active {
    color: #005eb8 !important
}

.sidr ul.dropdown-menu.primary-nav-ul.nav {
    padding-left: 30px
}

ul.normal.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;
    width: 110%;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #e1e2e5 !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.navbar .primary-navbar .normal.dropdown-menu a {
    font-weight: normal
}

.primary-navbar .dropdown-menu.normal {
    padding: 0 !important
}

.primary-navbar .dropdown-menu.normal li&gt;a {
    padding: 9px 15px !important;
    margin: 0
}

.dropdown-menu.normal li&gt;a:hover,
.dropdown-menu.normal li&gt;a:focus,
.dropdown-submenu:hover&gt;a {
    background-color: #e1e2e5 !important
}

.dropdown-menu.normal {
    width: 100%
}

.secondary-nav {
    padding: 20px;
    text-transform: uppercase
}

.secondary-nav-this-section {
    font-weight: bold;
    color: #26272b
}

.secondary-nav-list {
    list-style-type: none;
    margin-left: 0
}

.secondary-nav-list li {
    line-height: 2.2
}

.secondary-nav-list a {
    color: #26272b
}

.secondary-nav-list a:hover {
    color: #005eb8
}

.secondary-nav {
    display: none
}

@media all and (min-width: 980px) {
    .secondary-nav {
        display: block
    }
}

.navbar .primary-navbar .dropdown-menu .open {
    float: none;
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.open .dropdown-menu ul.unstyled {
    margin-top: 0
}

@media all and (max-width: 1199px) {
    .dropdown.open ul.dropdown-menu ul.unstyled&gt;li&gt;a {
        padding: 3px 0 3px 10px
    }

    .navbar .primary-navbar .dropdown-menu .open {
        display: block
    }
}

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

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

@media(max-width: 1199px) {
    body {
        padding-top: 0
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }

    .navbar-fixed-top {
        margin-bottom: 24px
    }

    .navbar-fixed-bottom {
        margin-top: 24px
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 12px
    }

    .nav-collapse .nav&gt;li {
        float: none
    }

    .nav-collapse .nav&gt;li&gt;a {
        margin-bottom: 2px
    }

    .nav-collapse .nav&gt;.divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #26272b;
        text-shadow: none
    }

    .nav-collapse .nav&gt;li&gt;a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #26272b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }

    .navbar-inverse .nav-collapse .nav&gt;li&gt;a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #26272b
    }

    .navbar-inverse .nav-collapse .nav&gt;li&gt;a:hover,
    .navbar-inverse .nav-collapse .nav&gt;li&gt;a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #f0f1f2
    }

    .nav-collapse.in .btn-group {
        padding: 0
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .nav-collapse .open&gt;.dropdown-menu {
        display: block
    }

    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none
    }

    .nav-collapse .dropdown-menu .divider {
        display: none
    }

    .nav-collapse .nav&gt;li&gt;.dropdown-menu:before,
    .nav-collapse .nav&gt;li&gt;.dropdown-menu:after {
        display: none
    }

    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 12px 15px;
        margin: 12px 0;
        border-top: 1px solid #f0f1f2;
        border-bottom: 1px solid #f0f1f2
    }

    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #f0f1f2;
        border-bottom-color: #f0f1f2
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width: 979px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

@media(max-width: 1199px) {
    .nav-collapse .btn {
        font-weight: bold;
        padding: 4px 10px 4px 10px;
        border: 0
    }

    .primary-navbar.nav-collapse .nav&gt;li {
        border-top: 1px solid #e1e2e5;
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.open .dropdown-menu {
        position: static;
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.open .dropdown-menu&gt;.open {
        float: none
    }

    .primary-navbar.nav-collapse .nav&gt;li.dropdown&gt;a,
    .primary-navbar.nav-collapse .nav&gt;li.dropdown&gt;a:hover,
    .primary-navbar.nav-collapse .nav&gt;li.dropdown.open&gt;a {
        border: 0;
        margin: 0;
        padding: 12px 20px
    }

    .primary-navbar.nav-collapse .nav&gt;li&gt;a {
        padding: 12px 20px
    }

    .nav-collapse .dropdown-menu {
        display: none;
        float: left;
        left: 0;
        margin: 0 0 0 5px;
        min-width: 100px;
        padding: 14px 45px;
        position: absolute;
        top: 100%
    }

    .nav-collapse .dropdown-menu a {
        color: #5c5f63;
        font-weight: bold;
        margin-right: 30px;
        margin-bottom: 0
    }

    .nav-collapse .dropdown-menu a:hover {
        background: transparent;
        color: #005eb8
    }

    .toolbar-container {
        margin-left: 0;
        margin-right: 10px
    }

    .btn-toolbar {
        display: inline-block
    }

    .navbar .btn.btn-navbar {
        display: inline-block;
        float: none;
        margin-top: 0;
        margin-left: 6px
    }

    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 0;
        margin: 0;
        border-top: 0;
        border-bottom: 0
    }
}

@media(min-width: 980px) {
    .navbar.navbar-small .primary-navbar {
        margin-left: 0
    }
}

@media(min-width: 980px) {
    .navbar.navbar-small .primary-navbar {
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 1199px) {
    .navbar.navbar-small .primary-navbar {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 767px) {
    .front {
        display: none
    }

    .flipper {
        height: auto !important
    }
}

@media(min-width: 768px) {
    .flip-container .front {
        height: 100%;
        width: 100%;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .flip-container .back {
        width: 100%
    }

    .front,
    .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 0;
        left: 0
    }

    .front {
        position: relative
    }

    .back {
        position: absolute
    }

    .flip-container.flip .front {
        position: absolute
    }

    .flip-container.flip .back {
        position: relative
    }

    .flip-container {
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000
    }

    .flipper {
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        position: relative;
        min-height: 100px
    }

    .front,
    .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: .6s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: .6s;
        -moz-transform-style: preserve-3d;
        -o-transition: .6s;
        -o-transform-style: preserve-3d;
        -ms-transition: .6s;
        -ms-transform-style: preserve-3d;
        transition: .6s;
        transform-style: preserve-3d
    }

    .back {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .flip-container.flip .back,
    .flip-container.flip .back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    .flip-container.flip .front,
    .flip-container.flip .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .front {
        z-index: 2
    }

    .block-bottom-controls .icon-ico_lock_sm {
        width: 14px;
        display: inline-block;
        text-align: center
    }

    .portlet-span.hide-specific .block-bottom-controls .icon-ico_lock_sm:before {
        content: '\f13e';
        font-weight: 900
    }

    .block-bottom-btn a:hover {
        color: #a0a0a0
    }

    .hide-specific.portlet-span .toggle-visible-data {
        color: #a0a0a0
    }

    .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .flip-container {
        perspective: 1000;
        transform-style: preserve-3d
    }

    .flip-container.flip .back {
        transform: rotateY(0deg)
    }

    .flip-container.flip .front {
        transform: rotateY(180deg);
        display: none
    }

    .flipper {
        transition: .6s;
        transform-style: preserve-3d;
        position: relative
    }

    .front,
    .back {
        backface-visibility: hidden;
        transition: .6s;
        transform-style: preserve-3d;
        top: 0;
        left: 0
    }

    .front {
        z-index: 2
    }

    .back {
        -webkig-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .v-align-children {
        min-height: 160px;
        text-align: center;
        position: relative
    }

    .v-align-children:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }
}

.no-data-message {
    min-height: 100px;
    text-align: center;
    display: table
}

.no-data-message-text {
    display: table-cell;
    vertical-align: middle
}

.almost-full-width-inside-block .no-data-message {
    padding: 0 20px
}

.img-circles-bg {
    background: #f0f0f0;
    padding: 6px 0 6px 20px
}

.accordion {
    margin-bottom: 15px;
    width: 100%
}

.accordion-toggle&gt;i {
    float: right
}

.img-circles-bg h2,
.img-circles-bg h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 28px
}

.cms-sidebar .content-section .section-title {
    margin-bottom: 14px
}

.cms-eeview-content .content-body {
    font-size: 16px
}

.content-section.span4:nth-of-type(odd) {
    clear: left
}

.content-group&gt;div:not(.group-content-body)&gt;.row-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-section.card .block {
    padding: 0
}

.feature .media,
.full-image .media {
    background-color: #262626;
    position: relative;
    width: calc(100% - -40px);
    height: auto;
    margin-left: -20px
}

.media+.section-title {
    padding: 20px 0 15px
}

.cms-eeview-content.block {
    padding-top: 0;
    padding-right: 0
}

#portal-content-iframe .block.cms-eeview-content.span9 {
    padding-left: 10px
}

#portal-content-iframe #help-button {
    margin: 0 15px
}

.content-section.card {
    border: 1px solid #bebebe;
    padding: 0 20px 20px
}

div.block.sidebar div.cms-node-sidebar-section {
    margin-left: 0 !important
}

.cms-sidebar {
    background: transparent
}

.row-fluid.cms-node-single&gt;.cms-page-title {
    margin-left: 30px
}

li.line-break {
    border-top: 1px solid lightgrey
}

div.checklist a.collapsible-toggle:after {
    content: none
}

.content-group.group-content-info.cms-widget-row&gt;div:not([class]) {
    border: 1px solid #f0f0f0
}

.group-content-body,
.content-body {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.table tbody td {
    border-left: 1px solid #dad9d7;
    border-right: 1px solid #dad9d7
}

.table thead th {
    border-left: 1px solid black;
    border-right: 1px solid black
}

.cms-eeview-content .content-body .img-circles-bg,
.cms-eeview-content .content-section .img-circles-bg {
    padding: 12px 30px
}

.cms-eeview-content .content-body .img-circles-bg h2.title,
.cms-eeview-content .content-section .img-circles-bg h3.title {
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 28px
}

.cms-eeview-content .content-section .img-circles-bg+.block {
    min-height: 241px
}

.cms-eeview-content.no-title .cms-page-title,
.cms-node-multisite.no-multisite-title .cms-multisite-title,
.cms-eeview-content.no-title .tab-introduction div[class*='span'] h2 {
    display: none
}

.generic-modal {
    width: 70%;
    margin-left: -35%
}

.height-auto .tab-introduction.extralarge .text.block.inner-left {
    height: auto
}

.span3.cms-sidebar {
    margin: 0 15px
}

.cms-eeview-content:not([class*='sidebar']) .block {
    padding: 0 30px
}

.content-body&gt;div&gt;h3,
.group-content-body&gt;h3,
.content-section&gt;div&gt;h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.cms-eeview-content .block .tab-introduction {
    border: 0
}

@media(min-width : 1200px) {
    .content-section.span6:nth-of-type(even) {
        margin-left: 2.564102564102564%
    }

    .height-auto .tab-introduction.extralarge .span4,
    .height-auto .tab-introduction.extralarge .span8 {
        display: table-cell;
        float: none;
        vertical-align: bottom
    }

    .span8 .height-auto .tab-introduction.extralarge {
        padding-left: 0
    }

    .span8 .height-auto .tab-introduction.extralarge .text.block.inner-left {
        height: auto
    }
}

@media(min-width : 980px) and (max-width :1999px) {
    .fixed-height-1 .row-fluid .row-fluid .block {
        min-height: 553px !important
    }

    .fixed-height-2 .row-fluid .row-fluid .block.feature.clearfix {
        min-height: 594px !important
    }
}

@media(max-width : 979px) {
    .fixed-height-1 .row-fluid .row-fluid .block {
        min-height: inherit !important
    }

    .fixed-height-2 .row-fluid .row-fluid .block.feature.clearfix {
        min-height: inherit !important
    }
}

@media(max-width : 767px) {
    .img-circles-bg a i.icon-ico_chevron_down_lg {
        right: 15px;
        top: 50%;
        margin-top: -10px;
        position: absolute;
        color: #fff;
        font-size: 20px
    }

    .cms-eeview-content .content-body .img-circles-bg h2.title,
    .cms-eeview-content .content-section .img-circles-bg h3.title {
        padding-right: 40px;
        line-height: 1;
        font-size: 20px
    }

    .img-circles-bg {
        position: relative;
        margin-bottom: 1px
    }

    .img-circles-bg h3 {
        font-size: 20px
    }

    .generic-modal {
        width: 90% !important;
        margin-left: 2%
    }

    .row .hide-info {
        display: none
    }

    div[class*="sectiontype-"].hide-info {
        display: block
    }
}

@media(min-width: 768px) {
    .img-circles-bg a i {
        display: none
    }

    .content-section.span6 {
        margin-left: 0
    }

    .content-section.span6:nth-of-type(even) {
        margin-left: 2.127659574%
    }
}

.well.summary {
    position: relative;
    padding: 19px 19px 8px
}

.well.summary button.close {
    position: absolute;
    top: 10px;
    right: 10px
}

.cms-eeview-content .cms-tab-header {
    margin-bottom: 0
}

.cms-eeview-content .cms-tab-header li.active a {
    color: #fff;
    background-color: #006cb7
}

.cms-eeview-content .cms-tab-content .tab-introduction {
    padding: 12px 30px;
    background-color: #006cb7
}

.cms-eeview-content .cms-tab-content .tab-introduction .tab-introduction-description,
.cms-eeview-content .cms-tab-content .tab-introduction .tab-introduction-title,
.cms-eeview-content .cms-tab-content .tab-introduction .tab-introduction-title h3 {
    color: #fff;
    margin-bottom: 0
}

.cms-eeview-content .cms-tab-content .tab-introduction .tab-introduction-description {
    border-left: 2px white solid;
    padding-left: 15px
}

.no-page-title,
.no-section-title,
.no-group-title {
    display: none
}

.build-accordion .span6&gt;ul li ul {
    margin: 0 0 3px 25px
}

.no-padding {
    padding: 0
}

.accordion .accordion-group .accordion-heading a.accordion-toggle {
    color: #63666a
}

.accordion-toggle [class^="icon-"],
.accordion-toggle [class*=" icon-"] {
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
    font-size: 14px
}

.accordion .accordion-group .accordion-body {
    background-color: #fff
}

.accordion-heading {
    border-bottom: 0;
    font-size: 14px;
    color: #63666a;
    line-height: 24px
}

.carousel .carousel-control {
    opacity: .6
}

.cms-sidebar .content-section .block.no-pt {
    padding-top: 0
}

.cms-sidebar .content-section .tabbable {
    padding: 0 30px
}

img.banner-image {
    max-width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 35px
}

.cms-sidebar .content-section .section-title.img-circles-bg h3.title+a {
    display: none
}

.cms-sidebar .content-section .section-title.img-circles-bg+.block {
    min-height: initial
}

.cms-sidebar .content-section .hide-info {
    display: block
}

.cms-sidebar .cms-eeview-content .content-section {
    margin-bottom: 0
}

.cms-sidebar .cms-node-sidebar-section .content-section .banner.sidebar .caption {
    padding: 0 30px 25px 30px
}

.cms-sidebar .content-section .caption {
    padding: 0 30px
}

.cms-eeview-content.no-border .cms-widget-row table th,
.cms-eeview-content.no-border .cms-widget-row table td,
.cms-eeview-content.no-border .table,
.cms-eeview-content.no-border .table th,
.cms-eeview-content.no-border .table td {
    border: 0
}

.hidemeta&gt;div&gt;.title,
.hideheader&gt;div&gt;.title,
.hidemeta .block-bottom-controls,
.hidefooter .block-bottom-controls {
    display: none
}

.hidemeta&gt;.block,
.hideheader&gt;.block,
.hidefooter&gt;.block {
    padding: 0
}

.hidemeta .block&gt;.portlet-contents,
.hideheader .block&gt;.portlet-contents,
.hidefooter .block&gt;.portlet-contents {
    padding: 0;
    margin: 0;
    max-height: initial
}

.hidemeta .front,
.hideheader .front,
.hidefooter .front {
    display: block
}

.hidemeta .back,
.hideheader .back,
.hidefooter .back {
    display: none
}

.hidemeta .c-collapsable,
.hideheader .c-collapsable,
.hidefooter .c-collapsable {
    max-height: initial
}

.hidemeta .cms-eeview-content.no-description&gt;.block {
    padding: 30px 30px 0
}

.hidemeta .cms-eeview-content.no-description .tab-introduction {
    border-bottom: 0;
    background-color: #fff !important
}

.hidemeta .cms-eeview-content .tab-introduction.large .text.block.inner-left {
    vertical-align: top;
    color: #000
}

.hidemeta .cms-eeview-content .block .tab-introduction+.row-fluid.content-body {
    display: none
}

.hidemeta .cms-eeview-content .tab-introduction.large .span6.media:before {
    padding-bottom: 50%
}

@media(max-width: 1200px) {

    .hidemeta .cms-eeview-content .tab-introduction.large .span6,
    .span8 .height-auto.cms-eeview-content .tab-introduction.extralarge .span4 {
        width: 100%
    }

    .span8 .height-auto.cms-eeview-content .tab-introduction.extralarge {
        padding-left: 0
    }

    .span8 .height-auto.cms-eeview-content .tab-introduction.extralarge .text.block.inner-left {
        height: auto
    }

    .hidemeta .cms-eeview-content .tab-introduction.large .span6.media {
        margin: 20px 0 0
    }
}

@media(max-width: 460px) {
    .cms-eeview-content.cms-sidebar .content-section .nav-tabs&gt;li&gt;a {
        height: inherit
    }
}

.cms-eeview-content .content-section .minheight-104px .img-circles-bg+.block {
    min-height: 104px
}

.padding-top-20px&gt;.block {
    padding-top: 20px
}

.cms-eeview-content .combine-nodes {
    margin-top: -49px;
    padding-top: 0
}

.cms-eeview-content .combine-accordions {
    margin-top: -30px
}

.cms-node-sidebar-section .inline-a .accordion .accordion-inner a {
    display: inline
}

.display-br br {
    display: inline !important
}

.checklist&gt;ul.unstyled&gt;li {
    padding: 4px 12px;
    border-bottom: 1px solid #e8e8e8
}

.cms-eeview-content .checklist.helpful-links&gt;ul.unstyled&gt;li {
    padding: 13px 12px;
}

.cms-eeview-content .checklist.helpful-links&gt;ul.unstyled&gt;li:first-child {
    padding: 0 13px 12px;
}

.cms-eeview-content .checklist.helpful-links&gt;ul.unstyled&gt;li:last-child {
    padding: 13px 12px 0;
    border-bottom: none;
}

.cms-eeview-content .checklist.helpful-links .fa-external-link-alt:before {
    font-size: 12px;
    position: relative;
    top: -1px;
}


.collapsible-toggle i.icon-ico_chevron_down_lg {
    margin-top: 5px;
    width: auto
}

.collapsible-toggle+ul.unstyled&gt;li.cms-linkfile-info a,
.collapsible-toggle+ul.unstyled&gt;li.cms-linkfile-info a i {
    color: #5c5f63
}

.collapsible-toggle,
.collapsible-toggle i,
.checklist&gt;ul.unstyled&gt;li.cms-linkfile-info a,
.checklist&gt;ul.unstyled&gt;li.cms-linkfile-info a i {
    color: #555 !important;
    font-weight: bold
}

.collapsible-toggle:hover,
.checklist&gt;ul.unstyled&gt;li.cms-linkfile-info a:hover,
.collapsible-toggle:hover i,
.checklist&gt;ul.unstyled&gt;li.cms-linkfile-info a:hover i,
.collapsible-toggle+ul.unstyled&gt;li.cms-linkfile-info a:hover,
.collapsible-toggle+ul.unstyled&gt;li.cms-linkfile-info a:hover i {
    color: #005eb8 !important
}

.format-hascustomicon&gt;ul.unstyled&gt;li {
    padding: 0
}

.format-hascustomicon&gt;ul.unstyled&gt;li&gt;a,
.format-hascustomicon&gt;ul.unstyled&gt;li&gt;div&gt;a {
    position: relative;
    display: block;
    padding: 6px 0 6px 25px
}

.format-hascustomicon ul.unstyled .imageicon {
    left: 18px
}

.format-hascustomicon ul.unstyled ul.unstyled {
    margin: 0;
    border-top: 1px solid #e8e8e8
}

.format-hascustomicon ul.unstyled ul.unstyled li.cms-linkfile-info {
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    padding: 4px 12px 4px 28px;
    display: block;
    border-bottom: 1px solid #f0f1f2
}

.format-hascustomicon ul.unstyled&gt;li i[class*="icon-ico"],
.format-hascustomicon ul.unstyled&gt;li i[class*="fas"] {
    margin-left: -24px
}

.activate-flip-on-mobile .flip-container {
    overflow: hidden
}

.hr-services-details {
    display: block !important;
    margin: auto;
    width: 80px
}

.activate-flip-on-mobile .flip-container .front {
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.activate-flip-on-mobile .flip-container .back {
    width: 100%
}

.activate-flip-on-mobile .front,
.activate-flip-on-mobile .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0
}

.activate-flip-on-mobile .front {
    position: relative
}

.activate-flip-on-mobile .back {
    position: absolute
}

.activate-flip-on-mobile .flip-container.flip .front {
    position: absolute
}

.activate-flip-on-mobile .flip-container.flip .back {
    position: relative
}

.activate-flip-on-mobile .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000
}

.activate-flip-on-mobile .flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
    min-height: 100px
}

.activate-flip-on-mobile .front,
.activate-flip-on-mobile .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    -ms-transition: .6s;
    -ms-transform-style: preserve-3d;
    transition: .6s;
    transform-style: preserve-3d
}

.activate-flip-on-mobile .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.activate-flip-on-mobile .flip-container.flip .back,
.activate-flip-on-mobile .flip-container.flip .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.activate-flip-on-mobile .flip-container.flip .front,
.activate-flip-on-mobile .flip-container.flip .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.activate-flip-on-mobile .front {
    z-index: 2
}

.activate-flip-on-mobile .front .c-collapsable {
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.activate-flip-on-mobile .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.activate-flip-on-mobile .flip-container {
    perspective: 1000;
    transform-style: preserve-3d
}

.activate-flip-on-mobile .flip-container.flip .back {
    transform: rotateY(0deg)
}

.activate-flip-on-mobile .flip-container.flip .front {
    transform: rotateY(180deg)
}

.activate-flip-on-mobile .flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

.activate-flip-on-mobile .front,
.activate-flip-on-mobile .back {
    backface-visibility: hidden;
    transition: .6s;
    transform-style: preserve-3d;
    top: 0;
    left: 0
}

.activate-flip-on-mobile .front {
    z-index: 2
}

.activate-flip-on-mobile .back {
    -webkig-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

@media(max-width: 767px) {
    .activate-flip-on-mobile .front {
        display: block
    }
}

.fix-banner.cms-eeview-content.no-description&gt;.block {
    padding: 20px 30px 0
}

.fix-banner.cms-eeview-content.no-description .tab-introduction {
    border-bottom: 0;
    background-color: #fff !important
}

.fix-banner.cms-eeview-content .tab-introduction.large .text.block.inner-left {
    color: #000
}

.fix-banner.cms-eeview-content .block .tab-introduction+.row-fluid.content-body {
    display: none
}

.fix-banner.cms-eeview-content .tab-introduction.large .span6.media:before {
    padding-bottom: 50%
}

.fix-banner&gt;.block {
    padding: 0
}

.cms-widget-row div.row-fluid .fix-banner .media.span6 {
    margin-right: 0
}

.cms-widget-row div.row-fluid .fix-banner .span6 {
    width: 49% !important
}

@media(max-width: 979px) {
    .cms-widget-row div.row-fluid .fix-banner .span6 {
        width: 100% !important
    }
}

@media(max-width: 1200px) {
    .fix-banner .cms-eeview-content .tab-introduction.large .span6 {
        width: 100%
    }
}

.solid-bottom {
    border-bottom: 2px solid #efefef
}

.cms-node-multisite .span12.block {
    margin-left: 0
}

.cms-template .row-fluid .media {
    margin-bottom: 20px
}

.cms-widget-row&gt;.row-fluid {
    margin-right: -2%;
    width: auto
}

.cms-widget-row&gt;.row-fluid&gt;.block {
    width: 98%
}

@media(max-width: 979px) {
    .cms-widget-row&gt;.row-fluid&gt;.block {
        width: 100%
    }

    .cms-widget-row&gt;.row-fluid {
        margin-right: 0
    }
}

.cms-widget-row .row-fluid .row-fluid [class*="span"],
.cms-template .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 34px;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    margin-left: 0 !important;
    *margin-left: 0 !important
}

.cms-widget-row .row-fluid .row-fluid,
.cms-template .row-fluid {
    margin: 0 -14px;
    width: auto
}

.cms-widget-row .row-fluid .row-fluid [class*="span"]:first-child,
.cms-template .row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.cms-widget-row .row-fluid .row-fluid [class*="span"],
.cms-template .row-fluid [class*="span"] {
    margin-left: 0;
    padding: 0 14px 20px;
    padding: 0 2% 20px
}

.cms-widget-row .row-fluid .row-fluid,
.cms-template .parent,
.cms-template .row-fluid {
    zoom: 1;
    position: relative;
    display: inline
}

.cms-widget-row .row-fluid .row-fluid {
    display: block
}

.cms-widget-row .row-fluid.cms-widget-row .row-fluid .row-fluid,
.cms-template .row-fluid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -2%;
    margin-left: 0 !important;
    width: auto;
    display: block !important
}

.cms-widget-row .row-fluid .row-fluid .span6,
.cms-template .row-fluid .span6 {
    width: 48% !important
}

.cms-widget-row .row-fluid .row-fluid [class*="span"]:first-child,
.cms-template .row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.cms-template .row-fluid .span12,
.cms-widget-row .row-fluid .row-fluid .span12 {
    width: 100% !important
}

.cms-template .row-fluid .span11,
.cms-widget-row .row-fluid .row-fluid .span11 {
    width: 89.666666666% !important
}

.cms-template .row-fluid .span10,
.cms-widget-row .row-fluid .row-fluid .span10 {
    width: 81.333333333% !important
}

.cms-template .row-fluid .span9,
.cms-widget-row .row-fluid .row-fluid .span9 {
    width: 73% !important
}

.cms-template .row-fluid .span8,
.cms-widget-row .row-fluid .row-fluid .span8 {
    width: 64.666666666% !important
}

.cms-template .row-fluid .span7,
.cms-widget-row .row-fluid .row-fluid .span7 {
    width: 56.333333333% !important
}

.cms-template .row-fluid .span6,
.cms-widget-row .row-fluid .row-fluid .span6 {
    width: 48% !important
}

.cms-template .row-fluid .span5,
.cms-widget-row .row-fluid .row-fluid .span5 {
    width: 39.666666667% !important
}

.cms-template .row-fluid .span4,
.cms-widget-row .row-fluid .row-fluid .span4 {
    width: 31.333333% !important
}

.cms-template .row-fluid .span3,
.cms-widget-row .row-fluid .row-fluid .span3 {
    width: 23% !important
}

.cms-template .row-fluid .span2,
.cms-widget-row .row-fluid .row-fluid .span2 {
    width: 14.666666667% !important
}

.cms-template .row-fluid .span1,
.cms-widget-row .row-fluid .row-fluid .span1 {
    width: 6.3333333333% !important
}

.cms-template .row-fluid .span11,
.cms-widget-row .row-fluid .row-fluid .span11,
.cms-template .row-fluid .span10,
.cms-widget-row .row-fluid .row-fluid .span10,
.cms-template .row-fluid .span9,
.cms-widget-row .row-fluid .row-fluid .span9,
.cms-template .row-fluid .span8,
.cms-widget-row .row-fluid .row-fluid .span8,
.cms-template .row-fluid .span7,
.cms-widget-row .row-fluid .row-fluid .span7,
.cms-template .row-fluid .span6,
.cms-widget-row .row-fluid .row-fluid .span6,
.cms-template .row-fluid .span5,
.cms-widget-row .row-fluid .row-fluid .span5,
.cms-template .row-fluid .span4,
.cms-widget-row .row-fluid .row-fluid .span4,
.cms-template .row-fluid .span3,
.cms-widget-row .row-fluid .row-fluid .span3,
.cms-template .row-fluid .span2,
.cms-widget-row .row-fluid .row-fluid .span2,
.cms-template .row-fluid .span1,
.cms-widget-row .row-fluid .row-fluid .span1 {
    margin-right: 2%;
    padding: 0
}

.cms-widget-row div.row-fluid div.row-fluid&gt;div:not([class*="span"]),
.cms-widget-row div.row-fluid div.row-fluid&gt;div:not(.row-fluid),
.cms-template div.row-fluid&gt;div:not([class*="span"]),
.cms-template div.row-fluid&gt;div:not(.row-fluid) {
    margin-right: 2%
}

.cms-widget-row div.row-fluid div.row-fluid&gt;div,
.cms-template div.row-fluid&gt;div {
    margin-right: 2%
}

.cms-widget-row div.row-fluid div.row-fluid,
.cms-template div.row-fluid div.row-fluid {
    margin: 0;
    margin-right: 0
}

@media(max-width: 979px) {

    .cms-widget-row .row-fluid .row-fluid [class*="span"],
    .cms-template .row-fluid [class*="span"] {
        width: 100% !important;
        display: block;
        float: none
    }
}

@media(max-width: 767px) {

    .cms-widget-row .row-fluid .row-fluid [class*="span"],
    .cms-template .row-fluid [class*="span"] {
        width: 100% !important;
        display: block;
        float: none
    }
}

.landing-overview {
    margin-bottom: 30px
}

.tab-introduction&gt;[class*="span"] {
    margin-bottom: 0 !important
}

.exp-faqs .accordion-toggle {
    color: #005eb8
}

.accordion-group.transparent-group {
    background-color: transparent;
    border-bottom: 1px solid #f0f1f2
}

.nav-tabs.margin-tabs {
    margin-bottom: 0 !important
}

@media(max-width: 979px) {

    .table.accordion-table th,
    .table.accordion-table td {
        padding: 10px 4px !important
    }
}

.list-nm-left {
    margin-left: 0
}

.list-nm-left li {
    list-style: none
}

@media(min-width: 1200px) {
    .text-image-story .align-wrapper {
        height: 392px
    }
}

@media(min-width: 768px) {

    .nav-tabs.blue-tabs&gt;.active&gt;a,
    .nav-tabs.blue-tabs&gt;.active&gt;a:hover,
    .nav-tabs.blue-tabs&gt;.active&gt;a:focus {
        border-bottom-color: transparent;
        background-color: #005eb8 !important;
        color: #fff
    }
}

.nav-tabs&gt;li {
    margin-bottom: -1px
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 1200px) {
    .right-alignment .row {
        margin-left: 0;
        margin-right: -30px
    }

    .right-alignment [class*='span'] {
        float: right;
        margin-left: 0;
        margin-right: 30px;
        text-align: right
    }

    .right-alignment&gt;.row&gt;[class*='span'] .media {
        margin-left: 0 !important;
        margin-right: 30px
    }
}

@media(min-width: 768px) {
    .right-alignment .row {
        margin-left: 0;
        margin-right: -20px
    }

    .right-alignment [class*='span'] {
        float: right;
        margin-left: 0;
        margin-right: 20px;
        text-align: right
    }

    .right-alignment&gt;.row&gt;[class*='span'] .media {
        margin-left: 0 !important;
        margin-right: 20px
    }
}

@media(max-width: 767px) {
    [class*='span']+[class*='span'].item-detail {
        margin-top: 20px
    }
}

.banner-lockup {
    margin: 0 0 !important
}

.tab-introduction-description {
    padding-left: 30px;
    border-left: 2px solid #5c5f63;
    margin-bottom: 30px !important;
    float: left
}

@media(max-width: 767px) {
    .tab-introduction-title {
        padding-right: 30px
    }

    .tab-introduction-description {
        padding-left: 0;
        padding-right: 30px;
        border-left: none
    }
}

.no-marginl-tab {
    margin: 0
}

.span4.margin-review-goals {
    margin: 20px 30px 20px 30px !important
}

.no-marginbt-track {
    margin-bottom: 0 !important
}

.nav-tabs&gt;.option-img.active&gt;a,
.nav-tabs&gt;.option-img.active&gt;a:hover,
.nav-tabs&gt;.option-img.active&gt;a:focus {
    border-bottom-color: transparent;
    background-color: white !important;
    color: #005eb8 !important
}

.tab-introduction {
    background-color: #fff
}

.tab-introduction h2 {
    color: #26272b
}

.profile-banner-var1 {
    background-image: url(../docs/assets/images/banner-training2.png)
}

.profile-banner-var2 {
    background: #005eb8 !important;
    background-image: none
}

.profile-banner-var3 {
    background: white
}

@media(max-width: 480px) {
    .reviewing-margin p {
        margin: 30px
    }
}

@media(max-width: 680px) {
    .reviewing-margin p {
        margin: 30px
    }
}

div.secondary-menu .nav-tabs.margin-tabs,
.cms-tab-header.nav-tabs {
    margin-bottom: 0 !important
}

@media(max-width: 767px) {

    div.secondary-menu&gt;ul&gt;li.active,
    ul.cms-tab-header&gt;li.active {
        background-color: #fff
    }

    div.secondary-menu&gt;ul&gt;li.active:first-child,
    ul.cms-tab-header&gt;li.active:first-child {
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    div.secondary-menu&gt;ul&gt;li.active:last-child,
    ul.cms-tab-header&gt;li.active:last-child {
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }

    div.secondary-menu {
        margin-bottom: 20px;
        background-color: #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 3;
        border-bottom: none !important
    }

    ul.cms-tab-header {
        margin-bottom: 20px;
        background-color: #f8f8f8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 3;
        border-bottom: none !important
    }

    div.secondary-menu .nav-tabs,
    ul.cms-tab-header.nav-tabs {
        border-bottom: none !important
    }

    div.secondary-menu .nav-tabs&gt;li,
    ul.cms-tab-header.nav-tabs&gt;li {
        float: none;
        border-top: 1px solid #999c9f
    }

    div.secondary-menu .nav-tabs&gt;li:first-child,
    ul.cms-tab-header.nav-tabs&gt;li:first-child {
        border-top: 0
    }

    div.secondary-menu .nav-tabs&gt;li&gt;a,
    ul.cms-tab-header.nav-tabs&gt;li&gt;a {
        border: 0;
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    div.secondary-menu .nav-tabs&gt;li.active&gt;a,
    div.secondary-menu .nav-tabs&gt;li.active&gt;a:hover,
    div.secondary-menu .nav-tabs&gt;li.active&gt;a:focus,
    ul.cms-tab-header.nav-tabs&gt;li.active&gt;a,
    ul.cms-tab-header.nav-tabs&gt;li.active&gt;a:hover,
    ul.cms-tab-header.nav-tabs&gt;li.active&gt;a:focus {
        background: 0;
        border: 0;
        color: #005eb8
    }

    div.secondary-menu .nav-tabs,
    ul.cms-tab-header.nav-tabs {
        border-bottom: none !important
    }
}

.block.image-block+.block.image-block {
    padding-top: 0
}

@media(min-width: 768px) {
    .thumbnail.body.right img {
        float: right
    }

    .image-block-small .thumbnail.body.small img {
        width: 15%
    }
}

@media(min-width: 500px) and (max-width:767px) {
    .thumbnail.body.right img {
        float: right
    }
}

.overflow-hidden {
    overflow: hidden
}

code b {
    color: #d14
}

.tab-introduction-description p {
    margin: 10px 0 10px
}

.tab-introduction-title h2 {
    line-height: 1;
    font-size: 32px
}

.tab-introduction-title {
    padding-right: 20px;
    float: left
}

.tab-introduction.gray {
    background-color: #e1e2e5 !important;
    color: #5c5f63
}

.tab-introduction.gray .tab-introduction-description {
    border-left: 2px solid #5c5f63
}

.tab-introduction.gray .tab-introduction-title h2 {
    color: #5c5f63
}

.tab-introduction.blue {
    background-color: #005eb8 !important;
    color: #fff
}

.tab-introduction.blue .cms-page-title {
    color: #fff
}

.tab-introduction.blue .tab-introduction-description {
    border-left: 2px solid #fff
}

.tab-introduction .cms-page-title+h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1
}

@media(max-width: 767px) {
    .tab-introduction .tab-introduction-description {
        padding-left: 0;
        padding-right: 30px;
        border-left: none !important
    }
}

@media(min-width: 768px) {
    .cms-eeview-content .tab-introduction.cms-banner-noimage {
        display: table;
        width: 100%;
        padding: 20px 30px;
        padding-left: 30px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .cms-eeview-content .tab-introduction.cms-banner-noimage&gt;div.clearfix {
        display: table-row
    }

    .cms-eeview-content .tab-introduction.cms-banner-noimage&gt;div.clearfix:before,
    .cms-eeview-content .tab-introduction.cms-banner-noimage&gt;div.clearfix:after {
        content: none
    }

    .cms-eeview-content .tab-introduction.cms-banner-noimage .tab-introduction-title,
    .cms-eeview-content .tab-introduction.cms-banner-noimage .tab-introduction-description {
        display: table-cell;
        float: none
    }

    .cms-eeview-content .tab-introduction.cms-banner-noimage .tab-introduction-title {
        vertical-align: middle
    }
}

.cms-image,
div.image,
.image-small,
.image-medium,
.image-big {
    margin-bottom: 22px;
    float: left;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -m-box-sizing: border-box;
    box-sizing: border-box;
    clear: both
}

div.image.right,
.cms-image.right {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

div.image.big-size,
.big-size,
.image-big {
    max-width: 100%;
    width: 555px
}

div.image.mid-size,
.mid-size,
.image-medium {
    max-width: 33%;
    max-width: 366px
}

div.image.small-size,
.small-size,
.image-small {
    max-width: 20%;
    max-width: 222px
}

@media(max-width: 767px) {

    div.image.mid-size,
    .mid-size,
    .image-medium,
    .image-big {
        max-width: 100%
    }

    div.image.small-size,
    .small-size,
    .image-small {
        max-width: 50%
    }
}

@media(max-width: 479px) {}

@media(min-width: 768px) {
    .cms-image {
        max-width: 33%
    }
}

.cms-accordion a.accordion-toggle {
    font-weight: bold
}

.cms-accordion .accordion-body .accordion-inner {
    background-color: #fff;
    border: 1px solid #f0f1f2
}

.cms-accordion .accordion-toggle i.pull-right {
    margin-right: 0;
    line-height: 20px;
    height: 20px
}

.cms-accordion .accordion-toggle.in i.pull-right[class*="icon-"] {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.cms-template .row-fluid .pull-right[class*="span"] {
    float: right
}

@media(max-width: 979px) {
    .cms-template .row-fluid .pull-right[class*="span"] {
        float: none
    }
}

.link-list-arrows:not(.link-list-blocks)&gt;li {
    margin-bottom: 9px
}

.link-list-arrows.link-list-blocks&gt;li {
    margin-bottom: 0
}

.link-list-arrows&gt;li&gt;a::after {
    content: "\f38c";
    font-family: "ge-iconography-webfont";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: 5px
}

.link-list-blocks&gt;ul,
ul.link-list-blocks {
    border-top: 1px solid #e3e5e7;
    margin-left: -30px;
    margin-right: -30px
}

.link-list-blocks .accordion-inner {
    padding-top: 0;
    padding-bottom: 0
}

.link-list-blocks .accordion-inner&gt;ul {
    margin-left: -30px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0
}

.link-list-blocks .accordion-inner&gt;ul,
.link-list-blocks&gt;ul {
    list-style-type: none !important
}

.link-list-blocks {
    padding-bottom: 0
}

.link-list-blocks .accordion-inner&gt;ul&gt;li&gt;a,
ul.link-list-menu&gt;li&gt;a {
    line-height: 27px
}

.link-list-blocks .accordion-inner&gt;ul&gt;li&gt;a,
.link-list-blocks&gt;ul&gt;li&gt;a,
ul.link-list-blocks&gt;li&gt;a {
    display: block;
    padding: 4px 30px 4px 30px !important;
    border-bottom: 1px solid #e3e5e7;
    line-height: 27px
}

.cms-eeview-content .sidebar i[class*="fas"]:before {
    min-width: 25px;
    display: inline-block;
    text-align: center
}

.cms-template .accordion-table,
.cms-eeview-content .content-body .accordion-table {
    width: 100% !important;
    height: auto !important
}

.cms-template .table.accordion-table caption,
.cms-eeview-content .content-body .table.accordion-table caption {
    font-weight: bold;
    border: 0;
    line-height: 28px;
    text-align: center
}

@media(max-width: 767px) {

    .cms-template .accordion-table,
    .cms-eeview-content .content-body .accordion-table {
        border: 0
    }

    .cms-template .table.accordion-table caption,
    .cms-eeview-content .content-body .table.accordion-table caption {
        display: block
    }
}

.cms-eeview-content .accordion-heading&gt;a {
    padding-right: 1rem;
    position: relative
}

.cms-eeview-content .accordion-heading&gt;a&gt;i.icon-ico_chevron_down_lg {
    position: absolute;
    right: 11px;
    margin-right: 0;
    line-height: 20px;
    font-size: 14px;
    color: #63666a
}

.cms-eeview-content .accordion-inner {
    border: 1px solid #f0f1f2
}

.cms-eeview-content .accordion-heading&gt;a.accordion-toggle&gt;i.icon-ico_chevron_down_lg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cms-eeview-content .accordion-heading&gt;a.accordion-toggle.collapsed&gt;i.icon-ico_chevron_down_lg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.cms-eeview-content .accordion-inner {
    border: 1px solid #f0f1f2
}

.cms-eeview-content .block .tab-introduction {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    padding-left: 0;
    border-bottom: 30px solid #f0f1f2;
    margin-bottom: 0
}

.cms-eeview-content&gt;div.block .content-body .tab-introduction {
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 30px #f0f1f2 solid;
    border-bottom: 30px #f0f1f2 solid;
    padding: 0 0 0 30px
}

.cms-eeview-content&gt;div.block .content-body .tab-introduction .tab-pane {
    margin-left: -30px;
    margin-right: 0
}

.cms-eeview-content&gt;div.block .content-body .tab-introduction .tab-pane .tab-introduction {
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    border-bottom: 0
}

.cms-eeview-content .sidebar .row-fluid {
    padding: 0 30px;
    box-sizing: border-box
}

.cms-eeview-content&gt;div.block .content-body .tab-introduction .tab-pane .pull-right+[class*="span"] {
    margin-left: 0
}

.cms-eeview-content .block .tab-introduction+.row-fluid.content-body {
    margin-top: 30px
}

.extralarge .span8.media {
    position: relative;
    overflow: hidden
}

.extralarge .span8.media img {
    position: absolute;
    top: 0;
    left: 0
}

.extralarge .span8.media:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 50%
}

.large .span6.media {
    position: relative;
    overflow: hidden
}

.large .span6.media img {
    position: absolute;
    top: 0;
    left: 0
}

.large .span6.media:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 40%
}

.cms-tab-content.tab-content.wide-contents {
    margin: 0
}

.almost-full-width-inside-block .cms-tab-header.nav.nav-tabs.widget-nav-tabs {
    padding: 0 20px
}

.cms-eeview-content .tab-introduction.extralarge .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 325px
}

.cms-eeview-content .tab-introduction.large .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 185px
}

.cms-eeview-content .tab-introduction.medium .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 235px
}

.span8 .cms-eeview-content .tab-introduction.extralarge .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 242px
}

.span8 .cms-eeview-content .tab-introduction.large .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 155px
}

.span8 .cms-eeview-content .tab-introduction.medium .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 235px
}

.cms-eeview-content.span3+.span9 .tab-introduction.extralarge .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 237px
}

.cms-eeview-content.span3+.span9 .tab-introduction.large .text.block.inner-left {
    display: table-cell;
    vertical-align: bottom;
    height: 140px
}

@media(max-width: 1199px) {
    .span3.cms-sidebar {
        margin: 0
    }

    .cms-eeview-content .tab-introduction.extralarge .text.block.inner-left {
        height: 275px
    }

    .cms-eeview-content .tab-introduction.large .text.block.inner-left {
        height: 150px
    }

    .cms-eeview-content .tab-introduction.medium .text.block.inner-left {
        height: 190px
    }

    .span8 .cms-eeview-content .tab-introduction .text.block.inner-left {
        display: block;
        height: auto
    }

    .span8 .cms-eeview-content .tab-introduction.extralarge .span4 {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 30px
    }

    .span8 .cms-eeview-content .tab-introduction.extralarge .span8.media {
        float: none;
        width: auto;
        margin: 0 auto
    }

    .cms-eeview-content.span3+.span9 .tab-introduction.extralarge .text.block.inner-left,
    .cms-eeview-content.span3+.span9 .tab-introduction .text.block.inner-left {
        display: block;
        height: auto
    }

    .cms-eeview-content.span3+.span9 .tab-introduction.large .span6,
    .cms-eeview-content.span3+.span9 .tab-introduction.extralarge .span4 {
        float: none;
        display: block;
        width: auto;
        height: auto
    }

    .cms-eeview-content.span3+.span9 .tab-introduction.large .span6.media,
    .cms-eeview-content.span3+.span9 .tab-introduction.extralarge .span8.media {
        float: none;
        width: auto;
        margin-left: 0
    }

    .cms-eeview-content.span3+.span9 .tab-introduction.large .span6.media:before,
    .cms-eeview-content.span3+.span9 .tab-introduction.extralarge .span8.media:before {
        display: none
    }

    .cms-eeview-content.span3+.span9 .tab-introduction.large .span6.media img,
    .cms-eeview-content.span3+.span9 .tab-introduction.extralarge .span8.media img {
        position: static
    }
}

@media(max-width: 979px) {
    .cms-eeview-content .tab-introduction.extralarge .text.block.inner-left {
        height: 200px
    }

    .cms-eeview-content .tab-introduction.large .text.block.inner-left {
        height: 110px
    }

    .cms-eeview-content .tab-introduction.medium .text.block.inner-left {
        height: 135px
    }

    .cms-eeview-content.span3+.span9,
    .cms-eeview-content .tab-introduction .row-fluid [class*="span"]:first-child,
    .cms-eeview-content.span3:first-child {
        display: block;
        float: none;
        width: auto
    }

    .cms-eeview-content.span3:first-child .span12.cms-node-sidebar-section {
        float: none
    }
}

@media(max-width: 767px) {

    .cms-eeview-content .tab-introduction.extralarge .text.block.inner-left,
    .cms-eeview-content .tab-introduction.large .text.block.inner-left,
    .cms-eeview-content .tab-introduction.medium .text.block.inner-left {
        height: auto
    }
}

.cms-eeview-content.pull-right[class*="span"]+[class*="span"],
.cms-eeview-content.span3+.span9 {
    margin-left: 0
}

.cms-eeview-content.pull-right[class*="span"]+[class*="span"]+.pull-right[class*="span"] {
    clear: right
}

@media(max-width: 979px) and (min-width:768px) {
    .cms-eeview-content.pull-right[class*="span"]+[class*="span"]+[class*="span"] {
        width: 100%
    }
}

.cms-eeview-content.span3+.span9 .tab-introduction {
    padding-left: 0
}

.cms-eeview-content [class*="span"] {
    word-break: break-word
}

@media(max-width: 767px) {
    .cms-eeview-content .tab-introduction .media img {
        width: 100%
    }
}

.cms-eeview-content ul ol,
.cms-eeview-content ul ul,
.cms-eeview-content ol ul,
.cms-eeview-content ol ol {
    margin: 0 0 0 25px
}

.cms-eeview-content ul.unstyled&gt;div ul&gt;li&gt;ul {
    list-style-type: circle
}

.cms-eeview-content ul.unstyled&gt;div ul {
    list-style-type: disc
}

.cms-left-sidebar-section [class*="span"],
.cms-right-sidebar-section [class*="span"] {
    margin-bottom: 0
}

.cms-left-sidebar-section,
.cms-right-sidebar-section {
    background-color: #f0f1f2;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -30px !important;
    margin-right: -30px !important
}

.cms-right-sidebar-section .span9 {
    margin-left: 0
}

[class*="cms-"][class*="-sidebar-section"]+[class*="cms-"][class*="-sidebar-section"] {
    margin-top: 0
}

[class*="cms-"][class*="-sidebar-section"]+* {
    margin-top: 30px
}

.cms-node-sidebar-section .block .accordion {
    margin-left: -30px;
    margin-right: -30px
}

.cms-node-sidebar-section .accordion .accordion-toggle {
    background-color: #fff;
    padding-left: 30px;
    border: 1px solid #f0f1f2;
    border-bottom: 0
}

.cms-node-sidebar-section .accordion .accordion-inner {
    padding-left: 30px
}

.cms-node-sidebar-section .accordion .accordion-body .accordion-inner {
    background-color: #fff;
    border: 1px solid #f0f1f2;
    border-bottom: 0
}

.cms-node-sidebar-section .accordion .accordion-inner a {
    display: block;
    line-height: 24px
}

.cms-node-sidebar-section .accordion .accordion-inner br {
    display: none
}

.accordion-inner {
    overflow: auto
}

.row-fluid .span12+.span12 {
    margin-left: 0 !important
}

.ae-background-image {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important
}

.ae-background-image h4 {
    color: white !important
}

.cms-eeview-content .checklist a {
    font-size: 14px
}

.cms-eeview-content .checklist.helpful-links a {
    font-size: 18px;
    font-weight: normal
}

.cms-eeview-content .checklist.helpful-links ul.unstyled {
    margin: 0;
}

.checklist .title i {
    color: #005cb9;
    margin-right: 10px
}

.checklist .content-section {
    margin-left: 35px
}

.icon-card {
    width: 189px;
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.icon-card i {
    font-size: 80px
}

.cms-banner-noimage h4 {
    line-height: 45px
}

.cms-eeview-content .cms-node-sidebar-section .section-title h3.title {
    font-weight: normal;
    color: #898989;
    margin-bottom: 0;
    line-height: 21px;
    font-family: 'ge-sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0
}

@media(max-width: 767px) {
    .icon-card {
        padding-right: 0
    }
}

hr.top-portlet {
    display: none
}

div.cms-node-sidebar-section {
    margin-bottom: 10px
}

.rail-module h3.sectionTitle {
    margin-top: 0
}

.block.sidebar .rail-module {
    padding: 25px 15px;
    line-height: 19px;
    font-size: 13px;
    color: #434343
}

.block.sidebar .rail-module .title.voice-brand {
    color: #434343
}

.block.sidebar .rail-module i {
    font-size: 11px
}

.block.sidebar h6 {
    font-weight: normal;
    color: #898989;
    margin-bottom: 0;
    line-height: 21px;
    font-family: 'ge-sans', "Helvetica Neue", Helvetica, Arial, sans-serif
}

h2.title.voice-brand {
    line-height: 30px;
    font-size: 26px
}

#sidebar-16749,
.block.sidebar&gt;.help.block {
    border: 1px solid #efefef
}

.block.sidebar h4 {
    font-family: "ge-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 19px;
    font-weight: 400
}

.cms-sidebar .content-section {
    background: #fff
}

.btn-group p,
.cms-sidebar.sidebar .section-title h3.title.voice-brand {
    font-size: 14px;
    line-height: 21px
}

.container,
.cms-sidebar&gt;div&gt;.content-section {
    background-color: #fff
}

.block.sidebar&gt;div .section-title&gt;h4.title {
    font-weight: normal;
    font-size: 18px;
    color: #262626
}

.cms-node-sidebar-section&gt;div .ge-element {
    font-size: 14px;
    font-weight: 900
}

.row-fluid .cms-node-sidebar-section {
    border: 1px solid #efefef;
    margin-left: 0;
    padding: 14px;
    border-radius: 4px
}

.ae-caption {
    margin-top: 30px
}

.caption-links a {
    margin-right: 10px
}

.caption-links li {
    display: inline-block
}

.caption-links ul {
    margin: 20px 0 12px
}

.card ul.unstyled {
    margin: 30px 0 0 0
}

.content-section.card.no-media .section-title {
    padding: 20px 0 15px 0
}

.content-section.card.no-media {
    border-top-width: 5px;
    border-top-color: #005cb9
}

.standard-background-image {
    background-image: var(--C);
    background-size: cover;
    position: relative;
    padding: 1rem
}

.standard-background-image&gt;.cms-page-title {
    color: #fff;
    padding: 1rem
}

.standard-background-image&gt;p {
    color: #fff;
    padding-left: 1rem;
    padding-bottom: 1rem
}

.carousel .carousel-control {
    z-index: 1000
}

.portlet.fill-container.header-carousel {
    background-color: #fff
}

.carousel-control-container {
    position: absolute;
    left: 0;
    right: 0
}

.top-bar {
    background-color: #fff;
    margin-bottom: 10px
}

.search-template {
    margin: -30px
}

.dynamic-sidebar&gt;.dynamic-filters&gt;div[data-value],
.dynamic-content&gt;div[data-value] {
    background-color: #fff
}

.dynamic-content&gt;div[data-value] .title {
    margin: 30px 0 10px 0
}

.dynamic-content div[data-value] .title {
    border-bottom: 1px solid #a0a0a0;
    overflow: hidden
}

.dynamic-content&gt;div[data-value] .title p {
    color: #26272b
}

.dynamic-content&gt;div[data-value] .title a {
    color: #5c5f63
}

.dynamic-content div[data-value] .title&gt;p {
    margin-bottom: 0;
    width: auto;
    display: block
}

.dynamic-content div[data-value] .element-wrapper {
    padding: 10px 0;
    line-height: 18px
}

.dynamic-content div[data-value] .element-wrapper&gt;span.content .element-title {
    font-size: 18px;
    line-height: 22px
}

.dynamic-content div[data-value] .element-wrapper&gt;span.image-loaded {
    width: auto;
    margin: 0 1%;
    vertical-align: top;
    display: inline-block
}

.dynamic-content div[data-value] .element-wrapper&gt;span.image-loaded {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    overflow: hidden
}

.element-wrapper&gt;span.image-loaded&gt;img:before {
    content: '\f007';
    font-size: 30px;
    font-family: 'FontAwesome';
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-left: 12px;
    padding-bottom: 25px
}

.dynamic-content div[data-value] .element-wrapper&gt;span.content&gt;p {
    margin-bottom: 0
}

.dynamic-content div[data-value] .element-wrapper&gt;span.content&gt;.contact-links a {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    padding: 0 5px
}

.dynamic-content div[data-value] .element-wrapper&gt;span.content&gt;.contact-links a:first-child {
    padding-left: 0
}

.subFilter {
    overflow: hidden;
    padding-bottom: 3px;
    border-bottom: 1px solid #63666a;
    margin-bottom: 20px
}

.subFilter p.fltrTtl {
    overflow: hidden;
    padding: 8px 0;
    font-weight: bold;
    color: #333
}

.subFilter p.fltrTtl i:before {
    font-size: .75em;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.subFilter p.fltrTtl.closed i:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.subFilter p.fltrTtl {
    cursor: pointer
}

.subFilter p.fltrTtl label {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #63666a;
    width: calc(100% - 7px)
}

.fltrOpt,
.selfltrOpt {
    line-height: 1.2em;
    font-weight: 400
}

.fltrOpt p,
.selfltrOpt p {
    text-align: right;
    overflow: hidden;
    margin: 0 0 0 0 !important;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 7px
}

.fltrOpt p.selected {
    color: #005cb9;
    border: 1px solid #005cb9;
    border-radius: 5px
}

.fltrOpt p:hover {
    background-color: #d8e2ed
}

.fltrOpt p label,
.selfltrOpt p label {
    text-align: left;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
    cursor: pointer
}

.pagination-container {
    background-color: #FFF;
    width: 100%;
    display: none
}

.pagination-container.visible {
    display: block
}

.search-pagination {
    margin: 0 auto;
    width: fit-content;
    display: block;
    padding: 10px 0
}

.search-pagination .btn {
    margin: 0
}

.search-pagination&gt;button.btn {
    float: left
}

.search-pagination .pages {
    overflow: hidden;
    float: left;
    position: relative
}

.search-pagination .pages-slider,
.search-pagination .pages {
    display: inline-block
}

.search-pagination .pages-slider {
    margin: 0;
    width: 500%;
    left: 0;
    -webkit-transition: left .1s;
    -o-transition: left .1s;
    transition: left .1s
}

.dynamic-content div[data-value] .element-wrapper&gt;span.content {
    width: 100%;
    margin: 0;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #374e58
}

.dynamic-content&gt;div[data-value] .element-wrapper&gt;span.content .contact-links {
    word-break: initial
}

.search-pagination.small&gt;button {
    display: none
}

.search-pagination .pages-slider .btn {
    width: 20px;
    display: inline-block;
    max-width: 30px;
    line-height: 24px;
    text-align: center
}

.dynamic-sidebar&gt;.dynamic-filters {
    padding: 20px;
    margin-left: 10px
}

.scroll-this {
    overflow: unset
}

.navbar-search.inverse .search-query {
    height: 34px;
    width: calc(100% - 30px);
    padding-right: 8px;
    padding-left: 0;
    border-radius: 8px;
    font-size: 20px;
    font-family: 'ge-sans', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.search.container {
    background: #0071c6;
    background: linear-gradient(90deg, rgba(0, 113, 198, 1) 50%, rgba(0, 149, 221, 1) 75%, rgba(0, 113, 198, 1) 100%);
    width: 100%
}

.navbar-search .input-append {
    background: #fff;
    border-radius: 8px;
    width: 70%;
    max-width: 940px;
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px
}

.search-icon {
    border-radius: 8px;
    display: inline-block;
    line-height: 44px;
    top: 50%;
    margin-top: -15px;
    margin-left: -10px;
    position: absolute
}

.navbar-search.inverse .search-query::placeholder {
    font-style: italic
}

#showAll {
    overflow: hidden;
    margin: 10px 0 20px 0
}

#showAll a {
    border: 1px solid #005cb9;
    float: left;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 7px;
    text-align: center;
}

.dynamic-sidebar .rail-items {
    padding: 0 15px
}

p.selected .bflTotal {
    line-height: 24px;
    font-weight: 700
}

.dynamic-content div[data-value] .element-wrapper&gt;span.content span.image {
    width: 5%;
    margin: 0 1%;
    height: 18px;
    background-size: 37px;
    display: inline-block;
    vertical-align: top
}

.image-portal-html,
.image-portal-default,
.image-portal-png,
.image-portal-jpg {
    background: 0
}

.image-portal-pdf {
    background: url('../img/pdf-icon-light.png') no-repeat center center
}

.image-portal-xls {
    background: url('../img/xls-icon-light.png') no-repeat center center
}

.image-portal-xlsx {
    background: url('../img/xls-icon-light.png') no-repeat center center
}

.image-portal-doc {
    background: url('../img/doc-icon-light.png') no-repeat center center
}

.image-portal-docx {
    background: url('../img/doc-icon-light.png') no-repeat center center
}

.image-portal-ppt {
    background: url('../img/ppt-icon-light.png') no-repeat center center
}

.image-portal-pptx {
    background: url('../img/ppt-icon-light.png') no-repeat center center
}

[data-value="onehr-bfl-selector"] i {
    font-size: 10px
}

.profile-filter-viewmore {
    padding-left: 7px
}

.search {
    background: transparent;
    padding: 38px 0;
    text-align: center;
    margin: auto
}

.title .search-category {
    font-size: 20px;
    color: #434343
}

.search-header h3 {
    font-size: 20px;
    color: #3d3d3d
}

.search-viewmore,
.search-total-results {
    font-size: 16px;
    border-radius: 3px;
    padding: 0 10px;
    color: #434343;
    background: #f0f1f2
}

.search-pagination .btn:hover {
    background: #a6a6a6;
    color: #434343
}

.search-viewmore i {
    color: #005cb9
}

.dynamic-content div[data-value="PEOPLE"] .element-wrapper&gt;span.content .element-title {
    font-size: 16px;
    line-height: 18px
}

.dynamic-content div[data-value="PEOPLE"] .element-wrapper&gt;span.content {
    font-size: 13px;
    color: #8b8b8b;
    line-height: 18px;
    width: calc(100% - 72px)
}

.search-pagination .btn {
    background: #f0f1f2;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #434343
}

.search-pagination .btn.active {
    background: #005cb9;
    color: #fff
}

.dynamic-sidebar .hp-pp-user-close i {
    font-size: 8px !important;
    color: #5c5f63 !important
}

.dynamic-sidebar .hp-pp-user-close {
    display: inline-block;
    border: 0;
    float: right
}

.dynamic-sidebar input[name="search-employee"],
#filters input[name="search-employee"] {
    width: 75%;
    float: left;
    background: transparent;
    padding-left: 0;
    text-overflow: ellipsis
}

.hr-pp-title {
    display: block;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase
}

.dynamic-sidebar .input-append.input-group,
#filters .input-append.input-group {
    border-bottom: 1px solid #8b8b8b;
    width: 100%;
    display: inline-block
}

[data-value='peopleSearch'] {
    margin-bottom: 50px
}

.search-header {
    margin-left: -8px;
    display: block
}

.dynamic-sidebar .rail-items&gt;div {
    margin-left: 10px;
    width: calc(100% - 40px);
    max-width: 315px
}

.search-icon:hover {
    cursor: pointer
}

.dynamic-sidebar .rail-items a .search-tips {
    margin: 15px 0 15px 10px;
    text-align: center;
    background-color: #f4f5f8;
    width: calc(100% - 12px);
    border: 1px solid #ececf0;
    line-height: 22px;
    color: #005eb8
}

.search-viewmore .totalCount {
    font-weight: 700
}

.mobile-filters {
    display: none
}

.search-query {
    font-weight: 700
}

.search-total-results {
    display: none
}

.search-total-results.show {
    display: block
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.input-append .tooltip-arrow {
    border-bottom-color: #c8102e !important
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.input-append .tooltip-inner {
    background-color: #c8102e !important;
    max-width: none !important
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.search-error-message {
    white-space: normal
}

.search-error-close {
    cursor: pointer;
    margin-left: 1em
}

@media(max-width: 480px) {
    .dynamic-content&gt;div[data-value] .element-wrapper&gt;span.content {
        width: 100%
    }

    .dynamic-content div[data-value='PEOPLE'] .element-wrapper&gt;span.content {
        width: 75%
    }

    .dynamic-content .title&gt;* {
        display: block
    }
}

@media(min-width: 767px) {
    .search-view-all {
        display: inline
    }

    .span3.dynamic-sidebar {
        position: relative;
        right: 77%
    }

    .span9.search-results-content {
        position: relative;
        left: 25%;
        margin-top: -18px
    }
}

@media(max-width: 767px) {
    .title .search-category {
        width: 38%;
        display: inline-block
    }

    .search-view-all {
        display: none
    }

    .dynamic-content div[data-value='PEOPLE'] .element-wrapper&gt;span.content {
        width: 75%
    }

    .dynamic-sidebar&gt;.dynamic-filters&gt;div[data-value] {
        margin-bottom: 0
    }

    .dynamic-content&gt;div[data-value] .title a {
        display: inline-block;
        text-align: right;
        width: 60%;
        margin-bottom: -5px
    }

    .ppaccordion-toggle&gt;p:not(#inputtext) {
        position: absolute;
        top: 0;
        right: 5px
    }

    .ppaccordion-toggle {
        position: relative
    }

    .dynamic-content div[data-value] .element-wrapper&gt;span.content span.image {
        width: 13%
    }

    .mobile-filters.show {
        float: right;
        display: block
    }

    .search-pagination .pages-slider .btn,
    .search-pagination&gt;button.btn {
        padding: 8px 10px
    }

    #filters .modal-footer {
        position: absolute;
        bottom: 0
    }

    .search-total-results:not(.zero) {
        margin-right: -8px;
        display: block
    }
}

@media(min-width: 768px) and (max-width:979px) {
    .dynamic-sidebar .help.block {
        padding: 10px
    }
}

@media(max-width: 979px) {
    .top-bar .container {
        padding-bottom: 0
    }

    .navbar-search.inverse .search-query::placeholder {
        font-size: 14px
    }

    .navbar-search {
        width: 100%
    }
}

@media(max-width: 1199px) {
    .navbar-search .input-append {
        width: 90%
    }

    .dynamic-content div[data-value="PEOPLE"] .element-wrapper&gt;span.content {
        width: calc(100% - 80px)
    }
}

html[dir="rtl"] .navbar .primary-navbar .dropdown-menu a {
    margin-right: 0;
    margin-left: 30px
}

html[dir="rtl"] .icon-ico_arrowright_lg:before {
    content: "\f060"
}

html[dir="rtl"] .filter-options {
    float: right
}

html[dir="rtl"] .filter-options-phones.always-visible {
    float: right
}

html[dir="rtl"] .show-hide-sensitive-info {
    float: left;
    margin-right: 5px
}

html[dir="rtl"] .filter-options.faved-only {
    float: left
}

html[dir="rtl"] .nav.sidebar-menu li a.hascustomicon {
    padding-left: 12px;
    padding-right: 36px
}

html[dir="rtl"] a.dropdown-toggle:after {
    padding-right: 5px
}

html[dir="rtl"] #accordion-sidebar li i:first-child {
    text-align: right
}

html[dir="rtl"] .sidebar-menu&gt;li .hascustomicon span[class*="icon-ico"],
html[dir="rtl"] .sidebar-menu&gt;li .hascustomicon span[class*="fa-icon"] {
    margin-right: -24px;
    margin-left: 9px;
    float: right
}

html[dir="rtl"] .sidebar-menu&gt;li i.icon-ico_chevron_down_lg.pull-right {
    float: left
}

html[dir="rtl"] .imageicon {
    right: 12px
}

html[dir="rtl"] .help .help-header a:after {
    font-family: "FontAwesome";
    content: "\f060";
    padding-right: 5px
}

html[dir="rtl"] .feature .media,
html[dir="rtl"] .full-image .media {
    margin-left: 0;
    margin-right: -20px
}

html[dir="rtl"] .additional-help {
    float: right
}

html[dir="rtl"] .span12.help .additional-help .span4 {
    float: right
}

html[dir="rtl"] .navbar .nav {
    float: right
}

html[dir="rtl"] .navbar .nav&gt;li {
    float: right
}

html[dir="rtl"] .dropdown-menu {
    left: unset
}

html[dir="rtl"] .help-sidebar i {
    margin-left: 5px
}

html[dir="rtl"] .fa-chevron-right:before {
    content: "\f053"
}

html[dir="rtl"] .hr-pp-title {
    text-align: right
}

html[dir="rtl"] .pref-toggle-controls.open&gt;a:after {
    content: "\f053";
    padding-left: 3px;
    padding-right: 0
}

html[dir="rtl"] .pref-toggle-controls.dropdown.open .dropdown-menu {
    left: 0
}

html[dir="rtl"] .pref-toggle-controls.dropdown&gt;ul&gt;li {
    padding-right: 10px;
    padding-left: 0;
    text-align: right
}

html[dir="rtl"] a.collapsible-toggle:after {
    margin-left: 18px;
    margin-right: 0
}

html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .checkbox input[type="checkbox"] {
    float: right;
    margin-left: 5px
}

html[dir="rtl"] .icon-ico_arrowright_lg:before {
    content: "\f060"
}

html[dir="rtl"] .fa-arrow-right:before {
    content: "\f060"
}

html[dir="rtl"] .search-viewmore,
html[dir="rtl"] .search-total-results {
    float: left
}

html[dir="rtl"] .title .search-category {
    float: right
}

html[dir="rtl"] .feedback-img {
    float: right
}

html[dir="rtl"] .search-icon {
    margin-left: 0;
    margin-right: -10px
}

html[dir="rtl"] .dynamic-sidebar .rail-items&gt;div {
    margin-right: 0
}

html[dir="rtl"] .feedback-img .dislike {
    float: right
}

html[dir="rtl"] .additional-help .span2 {
    float: right
}

html[dir="rtl"] .help-info,
html[dir="rtl"] .help-actions {
    float: right
}

html[dir="rtl"] .pref-toggle-controls.dropdown li.view-switch .radio {
    padding-right: 20px
}

html[dir="rtl"] .open .dropdown-menu ul.unstyled {
    margin-right: 0
}

html[dir="rtl"] li.view-switch .noindent {
    margin-left: 10px;
    margin-right: -20px;
    padding-left: 0
}

html[dir="rtl"] .row-fluid.cms-node-single&gt;.cms-page-title {
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 10px
}

html[dir="rtl"] .modal-footer {
    float: right
}

html[dir="rtl"] .quick-guide-details i.fas {
    padding-left: 15px;
    padding-right: 0
}

html[dir="rtl"] .quick-guide-details li {
    margin-right: 15px;
    margin-left: 0
}

html[dir="rtl"] .cms-node-sidebar-section&gt;div .ge-element.pull-left {
    float: right
}

html[dir="rtl"] .cms-node-sidebar-section ul,
html[dir="rtl"] ol {
    float: right;
    margin-right: 15px;
    margin-left: 0
}

html[dir="rtl"] .search-header {
    margin-right: 10px
}

html[dir="rtl"] .dropdown.open .dropdown-menu {
    margin-right: 0
}

html[dir="rtl"] .navbar-search .input-append {
    padding-left: 10px;
    padding-right: 0
}

html[dir="rtl"] .brand.pull-right {
    float: right
}

html[dir="rtl"] .brand {
    float: left
}

html[dir="rtl"] ul {
    margin: 20px 15px 12px 0
}

html[dir="rtl"] .dynamic-content div[data-value] .element-wrapper&gt;span.content&gt;.contact-links a {
    direction: ltr
}

html[dir="rtl"] .accordion-toggle&gt;i {
    float: left
}

html[dir="rtl"] .news-item {
    float: right
}

html[dir="rtl"] .navbar .btn-navbar span {
    margin-right: 0;
    margin-left: 7px
}

@media(max-width: 1199px) {

    html[dir="rtl"] .pref-toggle-controls.dropdown&gt;ul&gt;li.view-switch,
    html[dir="rtl"] .pref-toggle-controls.dropdown&gt;ul&gt;li.line-break {
        margin-right: 0;
        margin-left: -60px
    }
}

@media(max-width: 767px) {
    html[dir="rtl"] .news-reminder .details {
        background: #fff
    }

    html[dir="rtl"] .content-section.span6:nth-of-type(even) {
        margin-rigt: 2.127659574%;
        margin-left: 0
    }
}

@media(max-width: 480px) {
    html[dir="rtl"] .c-collapsable .title.voice-brand {
        margin-right: 0
    }
}

html[dir="rtl"] .c-open-close {
    left: auto;
    right: -20px
}

@media(min-width: 1200px) {
    html[dir="rtl"] .content-section.span6:nth-of-type(even) {
        margin-right: 2.564102564102564%;
        margin-left: 0
    }
}

@media(max-width: 1199px) {

    html[dir="rtl"] .pref-toggle-controls.dropdown&gt;ul&gt;li.view-switch,
    html[dir="rtl"] .pref-toggle-controls.dropdown&gt;ul&gt;li.line-break {
        margin-right: 0;
        margin-left: 0
    }
}

html[dir="rtl"] #settings .modal-body {
    overflow-x: hidden
}

.accordion.hr-pp-lists .accordion-toggle {
    padding: 8px 20px 8px 10px;
    position: relative
}

.hp-pp-list .accordion-inner ul {
    margin-top: 0;
    list-style-type: none
}

.hp-pp-list .accordion-toggle,
.transaction-standalone-link {
    position: relative
}

.accordion.hr-pp-lists .accordion-inner {
    padding: 5px 5px;
    border-top: 1px solid #e5e5e5
}

.hr-pp-lists i {
    padding: 5px 5px !important;
    position: absolute;
    bottom: 6px;
    right: 4px
}

.hide-block {
    display: none !important
}

.hp-pp-list .row-fluid {
    margin-top: 20px
}

@media(max-width: 767px) {
    .hp-pp-list .row-fluid {
        margin-top: 40px !important
    }
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    list-style: none outside none;
    line-height: 35px;
    position: inherit;
    width: 280px !important;
    z-index: 9999999 !important
}

.autocomplete-suggestion {
    padding: 0 12px
}

.autocomplete-suggestion:hover,
.view-more:hover {
    background: #e8ebef
}

.autocomplete-suggestions&gt;* {
    padding: 4px 0
}

.load-res:before {
    content: "Loading...";
    padding: 12px
}

.load-res {
    display: block !important
}

.hr-pp-notice input[type="text"] {
    background-color: transparent;
    padding: 0 10px 0 5px;
    height: 20px;
    border: 1px solid #a0a0a0;
    border-radius: 3px 3px 3px 3px;
    width: 270px
}

.ppaccordion-toggle {
    border-radius: 6px;
    background-color: #f0f1f2;
    padding: 10px
}

.ppaccordion-toggle p {
    display: inline;
    margin-left: 20px
}

.ppaccordion-toggle p i {
    line-height: inherit;
    font-size: 12px
}

.hr-pp-notice:not(.ppaccordion) {
    margin-left: 30px
}

.category-container {
    column-count: 2;
    column-gap: 1em
}

.category-container .category {
    display: inline-block;
    margin: 0 0 1em;
    width: 75%
}

.hr-pp-notice {
    display: table;
    margin-top: -10px;
    width: 100%
}

.hr-pp-notice .textarea {
    display: table-cell;
    padding-top: 30px;
    padding-bottom: 30px
}

.hr-pp-notice .ssoinput {
    padding-left: 100px
}

@media(max-width: 1199px) {
    .category-container {
        column-count: 1
    }

    .hr-pp-notice:not(.ppaccordion) {
        margin-left: 20px
    }

    .hr-pp-notice span.ssoinput {
        padding-left: 0
    }
}

@media(max-width: 767px) {
    .hr-pp-notice:not(.ppaccordion) {
        margin-left: 0
    }

    .hr-pp-notice {
        display: block;
        margin-left: 0
    }

    .category-container .category {
        width: 90%
    }

    .hr-pp-notice span.textarea {
        display: inline
    }

    .hr-pp-notice input[type="text"] {
        width: 250px !important
    }

    .hp-pp-user-criteria {
        float: left
    }

    .hp-pp-list.hr-pp-landing {
        float: left
    }
}

.dropdown-menu-pref {
    display: none;
    right: 0;
    left: auto;
    position: absolute;
    top: 100%;
    z-index: 10000;
    background-color: #fff;
    list-style-type: none;
    margin: 3px 0 0 0;
    border-radius: 6px;
    border: 1px solid #e1e2e5;
    width: 150px;
    max-width: 300px
}

.modal .dropdown-menu-pref {
    display: block;
    position: static;
    width: 100%;
    max-width: none
}

.dropdown-menu-pref li {
    font-size: 14px;
    padding: 3px 18px
}

.dropdown-menu-pref li.divider {
    height: 1px;
    margin: 5px 1px;
    overflow: hidden;
    background-color: #e1e2e5;
    border-bottom: 1px solid #fff;
    padding: 0
}

.dropdown-preferences-section-title {
    font-weight: bold;
    color: #5c5f63
}

.modal.modal-preferences {
    padding-bottom: 0
}

.modal.modal-preferences .modal-footer a.btn {
    background-color: #f0f1f2
}

#settings {
    overflow-y: scroll;
    height: 100vh;
    top: 1% !important
}

#settings .modal-body {
    overflow-y: hidden;
    max-height: initial
}

li.view-switch .noindent {
    display: none;
    margin-top: 0;
    display: none;
    padding-top: 10px;
    margin-left: -25px;
    padding-left: 25px;
    border-top: 1px solid lightgrey;
    list-style: none
}

.pref-toggle-controls .view-switch .btn {
    font-weight: 400
}

.pref-toggle-controls.dropdown&gt;a {
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 5px;
    display: block;
    color: #787878;
    font-family: "ge-inspira", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pref-toggle-controls .name {
    line-height: 43px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    width: 100%
}

.pref-toggle-controls&gt;a:after {
    font-family: "FontAwesome";
    content: "\f078";
    color: #959595;
    font-weight: 900;
    float: right
}

#settings {
    border-radius: 3px;
    padding: 35px 30px;
    font-family: 'ge-inspira', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pref-toggle-controls.dropdown.open&gt;a {
    background-color: #fff;
    z-index: 3
}

.pref-toggle-controls .view-switch .btn-group {
    border: 0;
    margin-bottom: -8px;
    width: 100%
}

.pref-toggle-controls .view-switch .btn-group p {
    font-size: 10px;
    line-height: 8px;
    margin-bottom: 0
}

.pref-toggle-controls.dropdown&gt;a {
    border-bottom: 0;
    margin-right: -2px;
    overflow: hidden;
    z-index: 2;
    position: relative
}

.pref-toggle-controls.dropdown ul a {
    padding: 0;
    line-height: 8px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    color: #333 !important;
    margin: 6px 0
}

.pref-toggle-controls.dropdown.open .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e2e5;
    min-width: 100px;
    margin-top: -10px;
    width: 100%;
    z-index: 3
}

.pref-toggle-controls.dropdown&gt;ul&gt;li {
    padding-top: 15px;
    padding-left: 25px;
    text-align: left
}

.help-sidebar .dropdown ul.category-dropdown&gt;li:hover {
    cursor: pointer
}

.pref-toggle-controls.dropdown&gt;ul&gt;li.view-switch {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 8px
}

.pref-toggle-controls.dropdown li.view-switch.no-border {
    border-bottom: 1px solid transparent
}

.user-info .pref-toggle-controls&gt;a:after {
    line-height: 43px
}

.view-switch-mobile.pref-toggle-controls.dropdown&gt;ul&gt;li {
    padding: 10px
}

.modal .modal-header {
    padding: 0;
    color: #494949;
    background: #fff
}

.view-switch-mobile.pref-toggle-controls.dropdown.open .dropdown-menu.view-info {
    margin-top: -5px
}

#settings .modal-body {
    padding: 40px 0 0
}

.modal .dropdown-menu-pref {
    border: 0
}

.modal .dropdown-menu-pref .menu-profile {
    display: none
}

.dropdown-menu-pref li {
    color: #494949;
    padding: 5px 18px
}

.modal.modal-preferences .modal-footer a.btn {
    border-radius: 2px;
    color: #000;
    font-size: 16px;
    font-family: 'ge-inspira', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.btn-primary.pref-save {
    background: #005cb9;
    border-radius: 2px;
    font-family: 'ge-inspira', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.modal.in {
    z-index: 9999999
}

.pref-toggle-controls.open&gt;a:after {
    content: "\f054";
    padding-right: 3px
}

.pref-toggle-controls.dropdown&gt;a.view-dropdown {
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 25px;
    height: 20px;
    top: 10px;
    padding: 5px 10px 5px 0;
    background-color: white;
    margin-right: 0
}

@media(min-width: 1200px) {
    .pref-toggle-controls.dropdown.open&gt;a {
        border: 1px solid #dedede;
        border-bottom: 0
    }
}

@media(max-width: 1199px) {

    .pref-toggle-controls.dropdown&gt;ul&gt;li.view-switch,
    .pref-toggle-controls.dropdown&gt;ul&gt;li.line-break {
        margin-right: -34px;
        margin-left: -10px;
        padding-left: 25px
    }

    .pref-toggle-controls ul.unstyled {
        margin-top: 0
    }

    .pref-toggle-controls.dropdown&gt;a.view-dropdown {
        position: static;
        overflow: visible;
        margin: 5px
    }
}
}

.navbar .primary-navbar .dropdown-menu a,
.navbar .primary-navbar .dropdown-menu .open li&gt;a {
    color: #374e58;
    font-size: 12px
}

.navbar .primary-navbar .dropdown-menu a {
    font-weight: 700
}

.navbar .primary-navbar .dropdown-menu .open li&gt;a {
    line-height: 20px
}

.navbar .primary-navbar .nav&gt;li&gt;a {
    font-size: 15px;
    float: left;
    color: #3d3d3d;
    border: 1px solid transparent;
    padding: 9px 10.5px 8px
}

.navbar .brand {
    float: left
}

.navbar.navbar-small .primary-navbar .nav {
    margin-right: 0
}

.navbar.navbar-small .brand {
    padding: 0;
    margin: 5px 0 5px 10px
}

.navbar.navbar-small .toolbar-container {
    margin-top: 0
}

.navbar.navbar-small .ge-logo {
    margin: 0
}

.navbar.navbar-small .brand .primary-brand {
    line-height: 40px;
    padding-left: 10px
}

.navbar.navbar-small .brand,
.profile-photo,
.user-info {
    height: 40px
}

.profile-photo {
    width: 40px;
    border-radius: 20px;
    float: left;
    overflow: hidden;
    border: 0.5px solid dodgerblue
}

.profile-photo.fallback:before {
    font-size: 30px;
    font-family: 'FontAwesome';
    font-weight: bold;
    content: '\f007';
    padding-bottom: 20px;
    margin-top: 9px;
    margin-left: 8px;
    display: block
}

.image-loaded.fallback:before {
    content: '\f007';
    font-size: 30px;
    font-family: 'FontAwesome';
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-left: 12px;
    padding-bottom: 25px
}

.user-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    min-width: 200px
}

.navbar .primary-navbar .nav&gt;li&gt;a,
.navbar .primary-navbar .dropdown-menu .open li&gt;a {
    font-weight: 400
}

a.dropdown-toggle:after {
    font-family: "FontAwesome";
    content: "\f078";
    line-height: 43px;
    color: #959595;
    padding-left: 5px;
    font-size: 10px;
    font-weight: 900
}

a.dropdown-toggle:after {
    font-weight: 900
}

.nav .dropdown.open a.dropdown-toggle:after,
a.collapsible-toggle:after {
    font-family: "ge-iconography-webfont", "FontAwesome";
    content: "\f078";
    color: #959595;
    font-size: 10px;
    font-weight: 900
}

.navbar.navbar-small .navbar-inner {
    min-height: 40px;
    background-color: #fff
}

.open .dropdown-menu ul.unstyled {
    margin-left: -25px;
    padding-left: 25px
}

a.collapsible-toggle:after {
    float: right;
    margin-right: 18px
}

.navbar .dropdown-menu&gt;li&gt;a:hover {
    background: transparent
}

.navbar-search {
    width: 100%
}

.navbar .btn.view-home,
.navbar .btn.view-home:hover {
    border: 1px solid;
    margin: 0;
    color: white;
    background-color: #005cb9;
    padding: 10px;
    display: block
}

.pref-toggle-controls .name.view-name {
    line-height: 20px
}

.pref-toggle-controls.dropdown.open .dropdown-menu.view-info {
    min-width: 150px;
    padding-top: 0;
    width: auto;
    right: 0;
    left: initial;
    margin-top: 10px;
    background: #fff
}

.user-emplview li label {
    padding-left: 5px
}

.view-switch-mobile {
    display: none;
    background: transparent
}

.toolbar-container.pull-right [class^="user-"] {
    float: left
}

.user-home {
    margin: 5px 0
}

.user-emplview {
    padding-left: 25px;
    padding-right: 15px
}

@media(max-width: 1199px) {

    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: inherit
    }
}

@media(min-width: 1200px) {
    .open .dropdown-menu .unstyled {
        padding: 10px 0 33px
    }
}

@media(max-width: 1199px) {
    .sidr .container {
        background: inherit
    }

    a.btn.btn-navbar.btn-homeresp {
        right: 110px
    }

    .navbar .primary-navbar .nav&gt;li&gt;a {
        font-size: 14px;
        padding: 0 10px !important
    }

    .nav-collapse .nav&gt;li&gt;a:hover,
    .nav-collapse .nav&gt;li&gt;a:focus {
        background: #fff
    }

    .navbar .primary-navbar .nav&gt;li.dropdown.open&gt;.dropdown-toggle,
    .navbar .primary-navbar .nav&gt;li&gt;a:hover {
        color: #3d3d3d;
        background-color: inherit
    }
}

@media(max-width: 1199px) {
    .navbar .btn-navbar {
        position: absolute;
        top: 27px;
        right: 20px
    }

    .navbar.navbar-small .btn-navbar {
        top: 17px;
        right: 20px
    }

    .primary-navbar.nav-collapse .nav&gt;li {
        border: 0;
        float: left;
        clear: left;
        width: 100%
    }

    .nav-collapse .nav {
        width: 100%;
        overflow: hidden
    }

    .navbar-static-top {
        position: relative;
        margin-left: 0;
        margin-right: 0
    }

    a.btn.btn-navbar.btn-homeresp {
        right: 110px
    }

    .user-home {
        display: none
    }

    .toolbar-container.pull-right&gt;div.user-info {
        display: none
    }

    .user-emplview {
        display: none
    }

    .view-switch-mobile {
        min-width: 100px !important;
        padding-left: 0;
        text-align: right;
        display: block
    }
}

@media(max-width: 767px) {
    .responsive-elements {
        padding-bottom: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0
    }

    .responsive-elements&gt;* {
        margin-bottom: 10px !important
    }

    .nav-collapse.in .btn-group {
        margin-top: 0
    }
}

.responsive-elements .btn {
    margin-bottom: 0
}

.additional-help {
    overflow: hidden;
    float: inherit;
    padding-top: 20px;
    clear: left
}

.help .help-header+.additional-help {
    border-top: 1px solid #bebebe;
    padding-top: 32px;
    width: 95%
}

.help .help-header a:after {
    font-family: "FontAwesome";
    content: "\f061";
    padding-left: 5px
}

.help .span2&gt;div {
    border: 1px solid #005cb9;
    border-radius: 27px;
    box-shadow: 1px 2px 2px 0 rgba(192, 192, 192, 0.50);
    height: 32px;
    width: 125px;
    padding: 11px 7px;
    display: table-cell;
    vertical-align: middle
}

.help .span4&gt;div {
    border: 1px solid #005cb9;
    border-radius: 20px;
    box-shadow: 1px 2px 2px 0 rgba(192, 192, 192, 0.50);
    width: 276px;
    padding: 15px 0 15px;
    display: table-cell;
    vertical-align: middle
}

.additional-help .span4 {
    margin-bottom: 55px
}

.additional-help h4.title {
    color: #005cb9;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    line-height: 15px
}

.help .additional-help h5 {
    line-height: 17px;
    padding-left: 0
}

.additional-help .span2 {
    font-size: 10px;
    margin: 10px 30px 15px 0;
    width: fit-content
}

.row-fluid .help [class*="span"]:nth-of-type(3n+1) {
    margin-left: 0
}

.help-info,
.help-actions {
    width: 100%;
    float: left;
    border: 1px solid #bebebe;
    margin: 0 10px 0 0
}

.help-info:not(:only-child),
.help-actions:not(:only-child) {
    width: 48%
}

.help div:not(.help-header) h5 {
    clear: left;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 20px
}

.help .help-header a {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    display: block;
    padding: 32px 0 10px 50px
}

.help&gt;div&gt;:not(.additional-help)&gt;h4 {
    border-bottom: 1px solid #bebebe;
    padding: 12px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 17px;
    color: #6d6d6d
}

.help:not(.block) h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 15px
}

.help h5:first-of-type {
    padding-top: 10px
}

.help h5:last-of-type {
    padding-bottom: 10px
}

.help-cat {
    display: block;
    position: relative
}

.help-sidebar i {
    color: #005cb9;
    margin-right: 5px
}

span.currentCat {
    display: inline-block
}

.help-sidebar .category-dropdown:after {
    color: #5c5f63
}

.help-sidebar .dropdown a.category-dropdown {
    border-bottom: 1px solid #dedede
}

.help-sidebar.span3.block&gt;div,
.help-sidebar.span3.block&gt;#svcWrapper&gt;div {
    margin-bottom: 20px
}

.help-sidebar .number,
.help-sidebar .time {
    float: left
}

.help-sidebar .time,
.help-sidebar .number {
    font-size: 14.5px;
    line-height: 20px
}

.help-sidebar #svcWrapper h5 {
    clear: left;
    font-size: 14.5px;
    line-height: 20px;
    margin-top: 20px
}

#file-selected i {
    color: #707070;
    margin-left: 10px;
    margin-right: 0;
    cursor: pointer;
    padding: 5px 5px 0 10px
}

.list-group {
    margin-bottom: 20px;
    marging-top: 10px;
    padding-left: 0
}

.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.list-group-item {
    position: relative;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block
}

.list-group-item div {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block
}

.help-sidebar h3 {
    line-height: 30px;
    margin-bottom: 10px
}

.help-sidebar .input-append.input-group {
    border: 1px solid #dedede;
    border-radius: 3px 3px 3px 3px;
    padding-left: 5px;
    width: 100%
}

.help-sidebar .no-mb {
    width: calc(100% - 20px);
    background: transparent;
    padding: 5px 0 5px 0;
    font-size: 16px
}

.help-sidebar i.icon-small.icon-ico_remove_sm {
    font-size: 8px !important;
    color: #5c5f63 !important;
    border: 0
}

div.help.block.span.cms-node-sidebar-section,
.dynamic-sidebar .help.block {
    background: linear-gradient(0deg, rgba(0, 118, 201, 1) 0%, rgba(0, 133, 211, 1) 100%);
    text-align: center;
    color: #fff;
    font-size: 20px;
}

[class*=span] .help-button h2 {
    display: inline-block;
    border-radius: 28px;
    border: 2px solid #fff;
}

.span3 .help-button p {
    line-height: 45px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    margin-left: 55px
}

.help.block {
    font-size: 18px
}

@media(max-width: 766px) {
    .span3.dynamic-sidebar .help.block h2 {
        padding: 1em 3em;
    }

    .dynamic-sidebar .help-button h2 {
        padding: 1em 6em
    }

    .block.sidebar&gt;div .help-button h2 {
        width: 85%;
        max-width: 280px;
        padding: 18px 15px;
    }

    .help-button {
        text-align: center;
        margin-top: 9px;
    }

    .help.block.span.cms-node-sidebar-section,
    .dynamic-sidebar .help.block {
        background-size: contain;
    }
}

@media(min-width: 767px) and (max-width:1199px) {
    .dynamic-sidebar .help-button h2 {
        padding: .5em 1em;
        width: 70%;
    }

    .block.sidebar&gt;div .help-button h2 {
        padding: .5em 1em;
        width: 70%;
    }

    .help-button {
        text-align: center;
        margin-top: 12px;
    }

    .help.block.span.cms-node-sidebar-section,
    .dynamic-sidebar .help.block {
        background-size: cover;
    }
}

@media(min-width: 1200px) {
    .span3.dynamic-sidebar .help.block h2 {
        padding: 0.5em 1em;
        width: 70%;
    }

    .dynamic-sidebar .help-button h2 {
        padding: 0.5em 1em;
        width: 70%;
    }

    .block.sidebar&gt;div .help-button h2 {
        padding: .7em .5em;
        text-align: center;
        width: 70%;
        max-width: 280px;
    }

    .help-button {
        text-align: center;
        margin-top: 13px;
    }

    .help.block.span.cms-node-sidebar-section,
    .dynamic-sidebar .help.block {
        background-size: cover;
    }
}

.block.sidebar&gt;div .help-button h2,
.dynamic-sidebar .help-button h2 {
    color: #fff;
    font-weight: bold;
    line-height: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.dynamic-sidebar .help-button h2 a {
    color: #fff;
    font-size: 16px
}

.span3 .help-button h2 {
    font-size: 16px
}

.span3 .help.block {
    font-size: 18px;
    padding: 14px;
    display: inline-block;
    border: 1px solid #efefef
}

.rail-iems .help-button {
    padding: 0
}

.rail-items .help-button a {
    width: 100%
}

.help a {
    font-size: 14px
}

label#upload-error {
    display: inline-block;
    color: red;
    cursor: default
}

input[type="file"]#upload-file {
    display: none
}

input[type="file"]#upload-file-old {
    display: none
}

#reference-num {
    color: #00bf6f
}

label[for=upload-file] {
    float: left;
    margin-right: 20px
}

.hr-pp-part-right&gt;.input-append.input-group a&gt;i {
    padding-top: 10px
}

#help-lang {
    right: 0;
    left: auto;
    top: 55px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    min-width: 200px
}

#help-lang a {
    padding-right: 0
}

.quick-guide.dropdown {
    display: inline-block;
    padding: 30px 0 20px 0
}

.quick-guide.dropdown&gt;a {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #005cb9
}

.quick-guide.dropdown i {
    font-size: 10px;
    padding-left: 10px
}

.quick-guide .collapsible-toggle {
    display: inline;
    float: right;
    padding: 0;
    color: #505050 !important;
    font-size: 12px
}

.quick-guide-details ul {
    margin-bottom: 22px
}

.quick-guide a.collapsible-toggle.open {
    color: #005cb9 !important
}

.quick-guide a.collapsible-toggle:after {
    padding-left: 10px;
    font-size: 10px;
    color: #505050
}

.quick-guide a.collapsible-toggle.open:after {
    color: #005cb9;
    padding-left: 10px;
    content: '\f077'
}

.quick-guide .guide-summary {
    padding-top: 20px
}

.quick-guide i {
    font-size: 12px
}

.quick-guide-details i.fas {
    font-size: 24px;
    color: #2f3133;
    line-height: 17px;
    padding-right: 15px
}

.quick-guide-details li {
    line-height: 20px;
    color: #434343
}

.quick-guide:not(.dropdown) a:first-of-type:after {
    content: "\f061";
    padding-left: 20px;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 900
}

.quick-guide {
    padding: 10px 0;
    margin-left: 10px
}

.content-group .quick-guide:not(:first-child) {
    border-top: 1px solid #f0f0f0
}

.cms-eeview-content .quick-guide a {
    font-size: 14px
}

.quick-guide .collapsible-toggle:not(.open)+.guide-summary {
    display: none
}

.quick-guide-details {
    border: 1px solid #bebebe;
    border-top: 4px solid #005cb9;
    padding: 15px 30px
}

@media(max-width: 767px) {
    .cms-eeview-content .quick-guide a+a.collapsible-toggle {
        float: left
    }

    .cms-eeview-content .content-group .quick-guide a:first-of-type {
        display: block;
        padding-bottom: 10px
    }

    .quick-guide:not(.dropdown) {
        overflow: hidden;
        margin-left: 10px
    }

    .quick-guide .guide-summary {
        float: left;
        padding-top: 0;
        padding-bottom: 20px
    }
}

#feedback label[for] {
    font-weight: 700;
    margin-bottom: 10px
}

#feedback input[type="checkbox"] {
    margin: 0 10px 0 0;
    float: left
}

#feedback #description {
    margin-top: 10px
}

#feedback .checkbox {
    line-height: 12px
}

#feedback textarea {
    width: calc(100% - 25px);
    height: 100px;
    background: transparent;
    border: 1px solid lightgray
}

.feedback-svc,
.feedback-thanks {
    float: left;
    margin-left: auto;
    margin-top: 10px
}

.feedback {
    border: 1px solid #efefef;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    padding: 0 15px 15px;
    margin: 20px
}

.dynamic-sidebar .feedback h4 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px
}

#feedbackSubmit {
    width: 175px
}

#feedbackSubmit+.checkbox {
    margin-top: 20px
}

.feedback-img .dislike {
    margin-left: 18px
}

.feedback-img {
    float: left
}

.feedback-img p {
    width: 40px;
    height: 40px;
    border: 1px solid #005cb9;
    border-radius: 5px;
    display: inline-block;
    color: #005cb9;
    text-align: center;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-weight: 400
}

.feedback-text {
    margin-bottom: 20px
}

.feedback-img p:not(.disabled):not(.selected):hover {
    background-color: #eaf4ff
}

.feedback-img p.selected {
    background: #005cb9;
    color: #fff
}

.dislike:after {
    content: "\f165";
    line-height: 40px;
    font-size: 24px
}

.like:after {
    content: "\f164";
    line-height: 40px;
    font-size: 24px
}

.feedback.search {
    text-align: left
}

.feedback.search .feedback-svc,
.feedback-thanks {
    width: 100%
}

@media(min-width: 1199px) {
    .span12.help .additional-help .span4 {
        width: 330px
    }
}

@media(max-width: 1199px) {
    .cms-eeview-content:not(.cms-sidebar) .help&gt;div:not(.additional-help)&gt;div:not(:only-child) {
        width: 47%
    }

    .pref-toggle-controls.dropdown&gt;ul&gt;li {
        padding-left: 15px
    }

    .help-sidebar.span3.block {
        padding: 15px
    }

    #svcWrapper .regular-button {
        padding: 12px 35px 12px 10px;
        font-size: 14px;
    }

    #svcChat.regular-button.inverse&gt;a&gt;.fileicon,
    #askaquestion.regular-button.inverse&gt;.fileicon {
        top: 17%;
    }
}

@media(min-width: 767px) {
    .span12.help .additional-help .span4 {
        margin-left: 10px
    }
}

@media(max-width: 767px) {
    .additional-help .span4 {
        margin-bottom: 22px;
        margin-left: 0
    }

    .help.span12&gt;a {
        padding: 32px 0 10px
    }

    .additional-help .span2 {
        margin: 10px 20px 30px 0
    }

    .cms-eeview-content:not(.cms-sidebar) .help&gt;div:not(.additional-help)&gt;div:not(:only-child) {
        width: 100%
    }

    .cms-eeview-content:not(.cms-sidebar) .help&gt;div:not(.additional-help)&gt;div:nth-child(2) {
        margin-top: 10px
    }

    .span4 .help.block,
    .span3 .help.block {
        text-align: center
    }

    .feedback-svc,
    .feedback-thanks {
        width: 100%
    }
}

#odaChat&gt;a {
    background: transparent url('../img/kai1.svg') no-repeat;
    background-size: contain;
    border: 0;
    color: transparent;
    font: 0/0 a;
    height: 58px;
    display: block;
    cursor: pointer
}

#odaChat {
    margin-bottom: 0 !important
}

@media (max-width: 1200px) and (min-width :980px) {
    #odaChat&gt;a {
        height: 48px
    }
}

@media(min-width: 768px) and (max-width:979px) {
    #odaChat&gt;a {
        height: 38px
    }
}

.news-reminder {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: #fff;
    height: 118px;
    border: 1px solid #efefef
}

.news-reminder .title {
    color: #0071c6;
    padding: 39px 0 39px 20px;
    height: 40px;
    font-size: 22px;
    float: left;
    width: 100px;
    z-index: 1;
    position: relative
}

.news-reminder .details {
    float: left;
    width: calc(100% - 140px);
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 70%, rgba(238, 238, 238, 1) 100%);
    padding-left: 20px
}

.news-reminder h4 {
    margin: 0;
    line-height: 30px
}

.news-reminder div.news-item:nth-of-type(3n) {
    border: 0;
    float: right
}

.news-item {
    float: left;
    width: calc(calc(100% / 3) - 41px);
    background: #fff;
    height: 94px;
    padding: 12px 20px;
    position: relative;
    border-right: 1px solid lightgrey;
    display: flex;
    flex-direction: column
}

.news-reminder p {
    line-height: 16px
}

.news-item a {
    margin-left: 0;
    font-size: 11px;
    color: #005cb9
}

.news-item&gt;div {
    margin-top: auto
}

.news-item a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 20ch;
    display: block;
    font-size: 14px;
    float: left
}

.hr-news&gt;p {
    padding-top: 10px
}

@media(min-width: 768px) and (max-width:1199px) {
    .news-item a {
        font-size: 12px
    }
}

@media(max-width: 1199px) {
    .news-reminder .title {
        float: none;
        width: inherit;
        height: inherit;
        padding: 20px 0 8px 20px
    }

    .news-reminder .details {
        width: 100%;
        padding-left: 0
    }

    .news-reminder {
        height: inherit
    }

    .news-item {
        padding: 12px 17px;
        width: calc(calc(100% / 3) - 35px)
    }
}

@media(max-width: 767px) {
    .news-reminder {
        height: fit-content
    }

    .news-item {
        border-bottom: 1px solid lightgrey;
        border-right: 0;
        padding: 12px 0 0 0;
        margin: 0 20px;
        height: auto
    }

    .news-item&gt;div {
        line-height: 40px
    }

    .news-reminder div.news-item:last-of-type {
        border: 0;
        float: none
    }

    .news-item a:first-of-type {
        left: 0
    }

    .news-item a {
        bottom: 10px
    }

    .news-reminder .title {
        float: none;
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        max-height: 29px;
        line-height: 26px
    }

    .news-reminder .details,
    .news-item {
        float: none;
        width: calc(100% - 20px)
    }

    .news-reminder h4 {
        border: 0
    }

    .news-reminder .title::before {
        content: "\f078";
        font-family: "FontAwesome";
        font-weight: 700;
        display: inline-block;
        font-size: .5em;
        padding: .3571428571em;
        margin: 0 5px 0 10px;
        border-radius: 50%;
        background-color: #f0f0f0;
        line-height: 1;
        font-size: 8.5px;
        color: #5c5f63
    }
}

.sticky-footer.sticky-footer-error-page {
    margin-bottom: -57px;
    padding-bottom: 57px;
    overflow: hidden
}

.sticky-footer.sticky-footer-lock-page {
    margin-bottom: -165px;
    padding-bottom: 0;
    overflow: hidden
}

.error-block {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
    position: relative
}

.image-section {
    position: absolute;
    height: 357px;
    left: 50%;
    top: 200px;
    z-index: -1;
    overflow: hidden;
    margin-left: -178px;
    width: 1536px
}

@media(max-width: 1099px) {
    .image-section {
        left: -34px;
        top: 340px
    }

    .error-block {
        margin-bottom: 300px
    }
}

@media(max-width: 540px) {
    .image-section {
        left: -134px;
        top: 340px
    }

    .error-block {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 300px
    }
}

.image-section .img {
    background-image: url(../img/bg-image-large.png);
    background-repeat: no-repeat;
    width: 1537px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.error_code {
    color: #a3a3a3;
    font-weight: bold;
    font-size: 24px
}

.error_code {
    display: block
}

.error-block h3,
h4 {
    color: #474747;
    font-weight: 400;
    font-size: 20px
}

.error_message {
    margin-bottom: 10px;
    display: block
}

.footer.footer-small-mobile {
    display: none
}

.top50 {
    margin-top: 100px;
    margin-bottom: 200px
}

/*!
  * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul&gt;li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

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

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../components/font-awesome/webfonts/fa-brands-400.eot");
    src: url("../components/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../components/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../components/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../components/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../components/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../components/font-awesome/webfonts/fa-regular-400.eot");
    src: url("../components/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../components/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../components/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../components/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../components/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'FontAwesome';
    font-weight: 400
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../components/font-awesome/webfonts/fa-solid-900.eot");
    src: url("../components/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../components/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../components/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../components/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../components/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: 'FontAwesome';
    font-weight: 900
}

.thumb-video {
    position: relative !important;
    width: 40% !important;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / .2)
}

img.thumb-img {
    width: 100% !important;
    margin: -9.6% 0 -12.3%
}

div.thumb-play-btn {
    height: 52px;
    width: 52px;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -26px;
    position: absolute;
    background: url(/m/eds/ae/img/Play.png) no-repeat center center;
    background-size: 52px 52px
}

.gevideo-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 15%);
    z-index: 99999
}

.gevideo-popup-content {
    margin-top: 20px;
    width: 95%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 8px 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, .4);
    position: relative
}

.gevideo-popup-close {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 25px;
    cursor: pointer
}

@media (min-width : 1000px) {
    .geyoutube-iframe {
        width: 100%;
        height: 480px
    }
}

@media (max-width: 1000px) and (min-width :750px) {
    .geyoutube-iframe {
        width: 100%;
        height: 300px
    }
}

@media (max-width: 750px) {
    .geyoutube-iframe {
        width: 100%;
        height: 180px
    }
}

.thumb-video.fullwidth {
    width: 99% !important;
    border-width: .5px
}

.help.block.help-button {
    padding: 0
}

#GE_HOMEPAGE_PREBROADER_BANNER&gt;.tour_widget_desc {
    background: #017fcf !important;
    color: #ffff !important
}

@media screen and (min-width: 769px) {
    #GE_HOMEPAGE_PREBROADER_BANNER&gt;.tour_widget_desc {
        padding-bottom: 0
    }
}

#GE_HOMEPAGE_PREBROADER_BANNER h2 {
    color: #fff
}

#GE_HOMEPAGE_PREBROADER_BANNER .c-open-close {
    background-color: #015eb5
}

#GE_HOMEPAGE_PREBROADER_BANNER .feature p {
    margin-right: 0
}

.accordion-heading .accordion-toggle&gt;i {
    line-height: 2em
}

.accordion.hr-pp-lists .accordion-toggle&gt;i {
    line-height: 1em
}

@media (min-width : 1200px) {
    .thumb-video.fullwidth {
        height: 188px
    }
}

@media (max-width: 1200px) and (min-width :980px) {
    .thumb-video.fullwidth {
        height: 160px
    }
}

@media (max-width: 980px) and (min-width :768px) {
    .thumb-video.fullwidth {
        height: 95px
    }
}

div.help.block.span.cms-node-sidebar-section&gt; :last-child {
    margin-bottom: 7px;
}

#svcChat.regular-button.inverse,
#askaquestion.regular-button.inverse {
    background: linear-gradient(0deg, rgba(2, 113, 197, 1) 0%, rgba(3, 134, 211, 1) 100%) !important;
    border: none;
    font-weight: bold;
    position: relative;
    color: #fff;
    width: 70%;
}

#svcChat.regular-button.inverse&gt;a&gt;.fileicon {
    position: absolute;
    top: 23%;
    right: 10px;
    width: 32px;
    height: 32px;
    background-image: url('../img/chat-with-agent.svg');
}

#askaquestion.regular-button.inverse&gt;.fileicon {
    position: absolute;
    top: 23%;
    right: 10px;
    width: 28px;
    height: 32px;
    background-image: url('../img/raise-a-case.svg');
}

#askaquestion.regular-button.inverse&gt;a,
#svcChat.regular-button.inverse&gt;a {
    color: #fff;
}

#svcWrapper&gt;div#askaquestion,
#svcWrapper&gt;div#svcChat {
    margin-bottom: 10px;
}

#svcWrapper .regular-button {
    padding: 17px 45px 17px 15px;
}

@media(min-width: 1200px) {

    html[lang="zh-cn"] div.help-sidebar.span3.block&gt;h3 {
        font-size: 22.5px;
    }

    html[ lang="ja"] div.help-sidebar.span3.block&gt;h3 {
        font-size: 21px;
    }

    html[ lang="ko"] div.help-sidebar.span3.block&gt;h3 {
        font-size: 20.5px;
    }
}

@media(max-width: 1199px) {

    html[lang="zh-cn"] div.help-sidebar.span3.block&gt;h3 {
        font-size: 17.5px;
    }

    html[ lang="ja"] div.help-sidebar.span3.block&gt;h3 {
        font-size: 16.5px;
    }

    html[ lang="ko"] div.help-sidebar.span3.block&gt;h3 {
        font-size: 16px;
    }
}

.error-block-al {
    max-width: 785px;
    text-align: left;
}

.error-block-al .block {
    padding: 40px
}

.error-block-al p {
    line-height: 25px;
    font-size: 20px;
    font-weight: 500;
}

.error-block-al h4 {
    color: #262626;
    line-height: 1.4rem;
}

.error-block-al h2 {
    color: #262626;    
};


.error-block-na {
    max-width: 700px;
    text-align: left;
}

.error-block-na .block ul&gt;li {
    margin-bottom: 12px;
}</pre></body></html>