body,html {
    overflow-x: hidden
}

.rating-stars,a,a:active,a:focus,a:visited {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

hr,img {
    border: none
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/GothamBook.eot?#iefix);
    src: url(../fonts/gotham/GothamBook.svg#Gotham-Book) format('svg'),url(../fonts/gotham/GothamBook.eot?#iefix) format('eot'),url(../fonts/gotham/GothamBook.woff) format('woff'),url(../fonts/gotham/GothamBook.otf) format('opentype'),url(../fonts/gotham/GothamBook.ttf) format('truetype');
    font-weight: 300
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/GothamMedium.eot?#iefix);
    src: url(../fonts/gotham/GothamMedium.svg#Gotham-Medium) format('svg'),url(../fonts/gotham/GothamMedium.eot?#iefix) format('eot'),url(../fonts/gotham/GothamMedium.woff) format('woff'),url(../fonts/gotham/GothamMedium.otf) format('opentype'),url(../fonts/gotham/GothamMedium.ttf) format('truetype');
    font-weight: 500
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/Gotham-Bold_21010.eot?#iefix);
    src: url(../fonts/gotham/Gotham-Bold_21010.svg#Gotham-Bold) format('svg'),url(../fonts/gotham/Gotham-Bold_21010.eot?#iefix) format('eot'),url(../fonts/gotham/Gotham-Bold_21010.woff) format('woff'),url(../fonts/gotham/Gotham-Bold_21010.ttf) format('truetype');
    font-weight: 700
}

@font-face {
    font-family: Angelina;
    src: url(../fonts/angelina/angelina.eot?#iefix);
    src: url(../fonts/angelina/angelina.svg#Angelina) format('svg'),url(../fonts/angelina/angelina.eot?#iefix) format('eot'),url(../fonts/angelina/angelina.woff) format('woff'),url(../fonts/angelina/angelina.ttf) format('truetype');
    font-weight: 400
}

.ngDeleteAnimation.ng-leave {
    transition: all .5s ease
}

.ngDeleteAnimation.ng-leave-active {
    opacity: 0;
    transform: scale3d(0,0,0)
}

.ngShowHideAnimation.ng-enter {
    opacity: 0;
    transition: opacity .3s ease
}

.ngShowHideAnimation.ng-enter.ng-enter-active {
    opacity: 1
}

.ngShowHideAnimation.ng-leave {
    opacity: 1;
    transition: opacity .3s ease
}

.ngShowHideAnimation.ng-leave.ng-leave-active {
    opacity: 0
}

.ngShowAnimation.ng-enter {
    opacity: 0;
    transition: opacity .3s ease
}

.ngShowAnimation.ng-enter.ng-enter-active {
    opacity: 1
}

.ngHideAnimation.ng-leave {
    opacity: 1;
    transition: opacity .3s ease
}

.ngHideAnimation.ng-leave.ng-leave-active {
    opacity: 0
}

.application-header,application-header {
    font-weight: 300;
    font-family: Gotham,Arial;
    display: block;
    background: #fff;
    color: #464343;
    z-index: 1
}

.application-header .navigation-bar,application-header .navigation-bar {
    height: 6.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.application-header .navigation-bar>.basic-container,application-header .navigation-bar>.basic-container {
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.application-header .navigation-bar .navigation-bar-content,application-header .navigation-bar .navigation-bar-content {
    height: 100%;
    margin: 0 -1em;
    font-size: .875em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.application-header .navigation-bar .navigation-bar-content>*,application-header .navigation-bar .navigation-bar-content>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
    margin-right: 1rem
}

.application-header .navigation-bar .navigation-bar-content>.logo,application-header .navigation-bar .navigation-bar-content>.logo {
    margin-right: 3em
}

.application-header .navigation-bar .navigation-bar-content>main-menu,application-header .navigation-bar .navigation-bar-content>main-menu {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 0
}

.application-header .navigation-bar .divider,application-header .navigation-bar .divider {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    background: #bfd730;
    height: 6px
}

@media only screen and (min-width: 768px) {
    .application-header .navigation-bar .divider,application-header .navigation-bar .divider {
        height:8px
    }
}

@media only screen and (min-width: 1024px) {
    .application-header .navigation-bar .divider,application-header .navigation-bar .divider {
        height:11px
    }
}

.application-header .page-heading,application-header .page-heading {
    display: block;
    padding: 3em 0 1.5em
}

html,ul {
    padding: 0
}

.application-header .page-heading .page-heading-content,application-header .page-heading .page-heading-content {
    position: relative
}

.application-header .page-heading .page-heading-content>div,application-header .page-heading .page-heading-content>div {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.application-header .page-heading .page-heading-content>div .page-title,application-header .page-heading .page-heading-content>div .page-title {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.application-header .page-heading .page-heading-content>div .page-heading-logo,application-header .page-heading .page-heading-content>div .page-heading-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width: 600px) {
    .application-header .page-heading .page-heading-content>div .page-heading-logo,application-header .page-heading .page-heading-content>div .page-heading-logo {
        display:none
    }
}

.application-header .page-heading h1,.application-header .page-heading h2,application-header .page-heading h1,application-header .page-heading h2 {
    margin: .2em 0
}

.application-header .page-heading h1:empty:before,.application-header .page-heading h2:empty:before,application-header .page-heading h1:empty:before,application-header .page-heading h2:empty:before {
    content: '\00A0'
}

.application-header .page-heading h1,application-header .page-heading h1 {
    font-weight: 500;
    font-family: Gotham,Arial
}

.application-header .page-heading h2,application-header .page-heading h2 {
    font-weight: 300;
    font-family: Gotham,Arial
}

.application-header .page-heading .logo:not(:last-child),application-header .page-heading .logo:not(:last-child) {
    margin-bottom: 1em
}

.application-header .page-heading .logo img,application-header .page-heading .logo img {
    display: block;
    max-height: 80px;
    max-width: 240px;
    margin-left: auto
}

body,html,ul {
    margin: 0
}

.application-header .page-heading .help-link,application-header .page-heading .help-link {
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 300;
    font-family: Gotham,Arial;
    color: #00b7ed;
    position: absolute;
    top: -1.8em;
    right: 0
}

.application-header .page-heading .help-link.light,application-header .page-heading .help-link.light {
    color: #a6a3a3
}

h4,h5 {
    color: #716c6c
}

h1,h2,h3,h4,h5,h6 {
    margin: .5em 0
}

h1>.help,h1>.info,h2>.help,h2>.info,h3>.help,h3>.info,h4>.help,h4>.info,h5>.help,h5>.info,h6>.help,h6>.info {
    float: right;
    font-family: FontAwesome
}

h1>.help.help:after,h1>.info.help:after,h2>.help.help:after,h2>.info.help:after,h3>.help.help:after,h3>.info.help:after,h4>.help.help:after,h4>.info.help:after,h5>.help.help:after,h5>.info.help:after,h6>.help.help:after,h6>.info.help:after {
    content: "\f059"
}

h1>.help.info:after,h1>.info.info:after,h2>.help.info:after,h2>.info.info:after,h3>.help.info:after,h3>.info.info:after,h4>.help.info:after,h4>.info.info:after,h5>.help.info:after,h5>.info.info:after,h6>.help.info:after,h6>.info.info:after {
    content: "\f05a"
}

.component-2x:first-child,.component-3x:first-child,.component:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child {
    margin-top: 0
}

.component-2x:last-child,.component-3x:last-child,.component:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 500;
    font-family: Gotham,Arial
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    font-family: Gotham,Arial
}

h3,h4,h5 {
    font-weight: 700;
    font-family: Gotham,Arial;
    line-height: 1.5rem
}

h3 {
    font-size: 1.125rem
}

h4 {
    font-size: 1rem
}

.small,h5 {
    font-size: .875rem
}

h6 {
    font-size: 1rem;
    font-weight: 500;
    font-family: Gotham,Arial
}

html {
    font-size: 14px;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 768px) {
    html {
        font-size:16px
    }
}

body,p {
    font-size: 1rem;
    font-weight: 300;
    font-family: Gotham,Arial
}

body {
    color: #464343;
    background: #fff;
    min-height: 100%;
    line-height: 1;
    word-wrap: break-word;
    word-break: break-word
}

p {
    line-height: 1.5rem;
    margin: .5em 0
}

.link {
    color: #00b7ed
}

a,a:active,a:focus,a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    user-select: none
}

a.link,a:active.link,a:focus.link,a:visited.link {
    color: #00b7ed
}

ul {
    display: block;
    list-style: none
}

ul.real-list {
    list-style: square inside;
    margin: .5em 0
}

.basic-container,.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px
}

.clickable {
    cursor: pointer
}

.basic-container {
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (min-width: 768px) {
    .basic-container {
        padding-left:24px;
        padding-right: 24px
    }
}

.container {
    padding: 2.5rem 16px
}

.backgrounded:before,.featured-content:before {
    left: 50%;
    width: 4000px;
    margin-left: -2000px;
    margin-right: -2000px;
    background: #ECECEC;
    color: #464343;
    content: '';
    top: 0;
    display: block;
    z-index: -1;
    bottom: 0
}

@media only screen and (min-width: 768px) {
    .container {
        padding-left:24px;
        padding-right: 24px
    }
}

.featured-content {
    position: relative;
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.featured-content:before {
    position: absolute
}

.backgrounded {
    position: relative
}

.backgrounded:before {
    position: absolute
}

.component {
    margin-top: 1em;
    margin-bottom: 1em
}

.component-2x {
    margin-top: 2em;
    margin-bottom: 2em
}

.component-3x {
    margin-top: 3em;
    margin-bottom: 3em
}

section {
    padding: 2em 0;
    display: block
}

.disable-content {
    position: relative;
    transition: opacity .3s ease
}

.disable-content.disabled {
    opacity: .15
}

.disable-content.disabled:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.highlight-text {
    font-weight: 700;
    color: #dd6826
}

.small {
    line-height: 1.125rem;
    font-weight: 300;
    font-family: Gotham,Arial;
    color: #716c6c
}

.small.light,intro {
    color: #a6a3a3
}

display {
    display: block;
    font-size: 2.5rem;
    line-height: 2.625rem;
    font-weight: 500;
    font-family: Gotham,Arial
}

intro,quote {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    font-family: Gotham,Arial
}

intro {
    line-height: 2rem
}

quote {
    line-height: 1.5rem;
    color: #ce111b
}

quote.secondary {
    color: #4cac2c
}

quote.tertiary {
    color: #ed8c00
}

quote.quaternary {
    color: #bed00e
}

.handwritten {
    font-weight: 400;
    font-family: Angelina,Arial;
    font-size: 1.5rem;
    line-height: 2rem
}

.tabular-view .key,b,strong {
    font-weight: 500;
    font-family: Gotham,Arial
}

.line-height {
    line-height: 1.3
}

hr {
    border-bottom: 1px solid #ccc;
    margin: .5em 0
}

.align-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.align-elements.top {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-elements.center {
    -ms-flex-align: center;
    align-items: center
}

.align-elements.center-horizontal {
    -ms-flex-pack: center;
    justify-content: center
}

.align-elements.bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.align-elements.space-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-elements.space-divided>* {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.align-elements:not(.space-divided)>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.align-elements.right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-elements.spaced {
    margin: -.5em
}

.align-elements.spaced>* {
    margin: .5em
}

.align-elements>* {
    width: auto;
    min-width: 0
}

.inline-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5em
}

.inline-elements>* {
    margin: .5em;
    width: auto
}

@media only screen and (max-width: 767px) {
    .inline-elements {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .inline-elements>* {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 768px) {
    .inline-elements {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .inline-elements>* {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.inline-elements-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5em
}

.inline-elements-centered>* {
    margin: .5em;
    width: auto
}

@media only screen and (max-width: 767px) {
    .inline-elements-centered {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .inline-elements-centered>* {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 768px) {
    .inline-elements-centered {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .inline-elements-centered>* {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .inline-elements-centered {
        -ms-flex-align: center;
        align-items: center
    }
}

.inline-elements-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5em
}

.inline-elements-top>* {
    margin: .5em;
    width: auto
}

@media only screen and (max-width: 767px) {
    .inline-elements-top {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .inline-elements-top>* {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 768px) {
    .inline-elements-top {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .inline-elements-top>* {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .inline-elements-top {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tabular-view {
    display: table;
    width: 100%
}

.tabular-view .entry {
    display: table-row
}

.tabular-view .cell {
    display: table-cell;
    white-space: nowrap
}

.tabular-view .full {
    width: 100%;
    white-space: normal
}

.small-block,.small-view {
    width: auto;
    max-width: 600px
}

.selector-bar {
    border-bottom: 1px solid #ccc;
    margin: 0 0 1.5em
}

.selector-bar>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    position: relative;
    margin: -1em -1em 0
}

.selector-bar>ul>li {
    margin: 0 1em 5px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.selector-bar>ul button {
    display: block;
    padding: 1em 0;
    margin: 0 0 -5px;
    border-bottom: 5px solid transparent;
    white-space: nowrap
}

.boxed:not(table),.small-block:not(table) {
    padding: 1.5em
}

.selector-bar>ul button.active {
    border-color: #94be1c
}

.boxed,.small-block {
    border: 1px solid #ccc
}

.selector-bar>ul button:disabled {
    opacity: .5
}

input:not([type=file]):not([type=checkbox]):not([type=radio]):disabled,multiselect-box:disabled,select:disabled,textarea:disabled {
    opacity: .7
}

.selector-bar>ul .extra-options {
    margin-left: auto
}

.selector-bar>ul .extra-options>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -.5em
}

.selector-bar>ul .extra-options>ul>li {
    margin: 0 .5em
}

.hidden {
    visibility: hidden
}

.small-info {
    font-size: .75rem;
    color: #a7a4a4
}

.error-text,.info-text {
    color: #dd6826
}

.error-text {
    font-size: .8rem
}

.error-text .error-icon {
    margin-right: .5em
}

.error-text-with-icon {
    color: #dd6826;
    font-size: .8rem
}

.error-text-with-icon:before {
    font-family: FontAwesome;
    line-height: 1;
    content: "\f071";
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle
}

.flex-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-view>* {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.small-block {
    margin-top: 1em;
    margin-bottom: 1em
}

.small-block.iconed>:nth-child(2),.small-block:first-child {
    margin-top: 0
}

.small-block:last-child {
    margin-bottom: 0
}

.small-block.iconed:after,.small-block.iconed:before {
    content: '';
    display: table;
    clear: both
}

.small-block.iconed .icon {
    float: right
}

.small-block.iconed .icon img {
    height: 3em;
    width: 3em
}

.small-block .link {
    margin-top: 1em
}

.cross-out {
    text-decoration: line-through
}

.flex-section-wrapper-with-fixed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -.5em
}

.flex-section-wrapper-with-fixed>* {
    margin: .5em
}

.flex-section-wrapper-with-fixed>:not(.fixed-section) {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.flex-section-wrapper-with-fixed>.fixed-section {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 767px) {
    .flex-section-wrapper-with-fixed.break-tablet {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .flex-section-wrapper-with-fixed.break-tablet>.fixed-section {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto
    }
}

.split-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -.5em -1em
}

.split-view>* {
    padding: .5em 1em;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .split-view>* {
        width:50%
    }
}

.information-text {
    width: auto;
    max-width: 600px;
    font-size: .8rem;
    font-style: italic
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: rgba(136,136,136,.9);
    font-style: italic;
    font-size: .8em
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: rgba(136,136,136,.9);
    font-style: italic;
    font-size: .8em
}

input::placeholder,textarea::placeholder {
    color: rgba(136,136,136,.9);
    font-style: italic;
    font-size: .8em
}

input:not([type=file]):not([type=checkbox]):not([type=radio]),select option,select:not([multiple]),textarea {
    padding: 0 1em
}

.ui-select,input:not([type=file]):not([type=checkbox]):not([type=radio]),select:not([multiple]),select:not([multiple]) option {
    height: 2.125em;
    line-height: 2.125em
}

select[multiple] option {
    padding-top: .5em;
    padding-bottom: .5em
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=checkbox],input[type=radio] {
    margin: 0
}

input[type=checkbox]:not(:disabled),input[type=radio]:not(:disabled) {
    cursor: pointer
}

.split-view input:not(.half),.split-view textarea {
    width: 100%!important
}

input-wrapper label,value-wrapper:not(.inline) label {
    display: block;
    margin-bottom: .5em
}

input-wrapper {
    position: relative;
    display: block;
    width: 100%
}

input-wrapper .input-icon {
    color: #a6a3a3;
    position: absolute;
    top: -1px;
    line-height: 2.2em;
    width: 1.8em;
    text-align: center
}

input-wrapper .input-icon:not(.right) {
    left: 0
}

input-wrapper .input-icon.right {
    right: 0
}

input-wrapper[icon] .transcluded:not(.right) input:not([type=file]):not([type=checkbox]):not([type=radio]) {
    padding-left: 1.8em
}

input-wrapper[icon] .transcluded.right input:not([type=file]):not([type=checkbox]):not([type=radio]) {
    padding-right: 1.8em
}

input-wrapper.inline .transcluded,input-wrapper.inline-checkbox .transcluded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.25em
}

input-wrapper.inline .transcluded>*,input-wrapper.inline-checkbox .transcluded>* {
    margin: .25em;
    width: auto
}

@media only screen and (min-width: 768px) {
    input-wrapper.inline .transcluded,input-wrapper.inline-checkbox .transcluded {
        -ms-flex-direction:row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }

    input-wrapper.inline .transcluded>*,input-wrapper.inline-checkbox .transcluded>* {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media only screen and (max-width: 767px) {
    input-wrapper.inline .transcluded {
        -ms-flex-direction:column;
        flex-direction: column
    }

    input-wrapper.inline .transcluded>* {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

input-wrapper.inline-checkbox .transcluded label {
    -ms-flex-order: 99;
    order: 99
}

input-wrapper .input-error {
    color: #dd6826;
    font-size: .8rem;
    margin-top: .5em
}

input-wrapper .input-error .error-icon {
    margin-right: .5em
}

textarea {
    resize: vertical;
    line-height: 1.3!important;
    padding-top: .29em;
    padding-bottom: .29em
}

textarea:not([rows]) {
    min-height: 15em
}

.as-button,button,input:not([type=checkbox]):not([type=radio]),select,textarea {
    margin: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    font: inherit;
    box-shadow: none;
    outline: 0;
    color: inherit
}

input:not([type=checkbox]):not([type=radio]).half {
    width: 7.5em
}

@media only screen and (min-width: 768px) {
    input:not([type=checkbox]):not([type=radio]) {
        width:15em
    }
}

.as-button,button {
    display: inline-block;
    border: none;
    outline: 0;
    cursor: pointer;
    line-height: 1;
    background: 0 0;
    background-clip: border-box
}

.as-button.no-style,button.no-style {
    width: auto;
    border-radius: 0
}

.as-button:not(.no-style),button:not(.no-style) {
    color: #fff;
    font-size: 1rem;
    padding-top: .5em;
    padding-bottom: .5em;
    border: 1px solid transparent
}

.as-button:not(.no-style):not([class^=icon-]),button:not(.no-style):not([class^=icon-]) {
    font-family: "Fonecta Bold",Gotham,Arial
}

.as-button:not(.no-style).shrink,button:not(.no-style).shrink {
    width: auto
}

.as-button:not(.no-style).arrowed,button:not(.no-style).arrowed {
    position: relative;
    text-align: left
}

.as-button:not(.no-style).arrowed:after,button:not(.no-style).arrowed:after {
    font-family: FontAwesome;
    font-size: 1.5625em;
    margin-top: -.08em;
    font-weight: 700;
    transition: color .3s ease-out,transform .3s ease-out,background-color .3s ease-out;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    content: "\f105";
    margin-left: 1.5em;
    transform: translate3d(-.5em,0,0)
}

.as-button:not(.no-style).arrowed:hover:after,button:not(.no-style).arrowed:hover:after {
    transform: translate3d(0,0,0)
}

.as-button:not(.no-style).arrowed-down:after,.as-button:not(.no-style).toggle-arrow:after,button:not(.no-style).arrowed-down:after,button:not(.no-style).toggle-arrow:after {
    font-family: FontAwesome;
    font-size: 1.5625em;
    margin-top: -.08em;
    font-weight: 700;
    transition: color .3s ease-out,transform .3s ease-out,background-color .3s ease-out;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    content: "\f107"
}

.as-button:not(.no-style).arrowed-down.flip:after,.as-button:not(.no-style).toggle-arrow.flip:after,button:not(.no-style).arrowed-down.flip:after,button:not(.no-style).toggle-arrow.flip:after {
    transform: rotateX(180deg)
}

.as-button:not(.no-style).arrowed-down.arrowed-down:after,.as-button:not(.no-style).toggle-arrow.arrowed-down:after,button:not(.no-style).arrowed-down.arrowed-down:after,button:not(.no-style).toggle-arrow.arrowed-down:after {
    margin-left: .5em
}

.as-button:not(.no-style).arrowed-down:not(.flip):hover:after,.as-button:not(.no-style).toggle-arrow:not(.flip):hover:after,button:not(.no-style).arrowed-down:not(.flip):hover:after,button:not(.no-style).toggle-arrow:not(.flip):hover:after {
    transform: translate3d(0,.15em,0)
}

.as-button:not(.no-style).arrowed-down.flip:hover:after,.as-button:not(.no-style).toggle-arrow.flip:hover:after,button:not(.no-style).arrowed-down.flip:hover:after,button:not(.no-style).toggle-arrow.flip:hover:after {
    transform: translate3d(0,-.15em,0) rotateX(180deg)
}

.as-button:not(.no-style).primary,.as-button:not(.no-style).secondary,button:not(.no-style).primary,button:not(.no-style).secondary {
    padding-left: 1em;
    padding-right: 1em
}

.as-button:not(.no-style).primary.primary,.as-button:not(.no-style).secondary.primary,button:not(.no-style).primary.primary,button:not(.no-style).secondary.primary {
    background: #ed8c00;
    transition: color .3s ease-out,transform .3s ease-out,background-color .3s ease-out
}

.as-button:not(.no-style).primary.primary:hover,.as-button:not(.no-style).secondary.primary:hover,button:not(.no-style).primary.primary:hover,button:not(.no-style).secondary.primary:hover {
    background-color: #c97700
}

.as-button:not(.no-style).primary.secondary,.as-button:not(.no-style).secondary.secondary,button:not(.no-style).primary.secondary,button:not(.no-style).secondary.secondary {
    background: #94be1c;
    transition: color .3s ease-out,transform .3s ease-out,background-color .3s ease-out
}

.as-button:not(.no-style).primary.secondary:hover,.as-button:not(.no-style).secondary.secondary:hover,button:not(.no-style).primary.secondary:hover,button:not(.no-style).secondary.secondary:hover {
    background-color: #7c9f17
}

.as-button:not(.no-style).primary.disabled,.as-button:not(.no-style).primary:disabled,.as-button:not(.no-style).secondary.disabled,.as-button:not(.no-style).secondary:disabled,button:not(.no-style).primary.disabled,button:not(.no-style).primary:disabled,button:not(.no-style).secondary.disabled,button:not(.no-style).secondary:disabled {
    background: #ccc!important
}

.as-button:not(.no-style).light,.as-button:not(.no-style).tertiary,button:not(.no-style).light,button:not(.no-style).tertiary {
    padding-left: 0;
    padding-right: 0
}

.as-button:not(.no-style).light.disabled,.as-button:not(.no-style).light:disabled,.as-button:not(.no-style).tertiary.disabled,.as-button:not(.no-style).tertiary:disabled,button:not(.no-style).light.disabled,button:not(.no-style).light:disabled,button:not(.no-style).tertiary.disabled,button:not(.no-style).tertiary:disabled {
    color: #ccc!important
}

.as-button:not(.no-style).light.disabled:after,.as-button:not(.no-style).light:disabled:after,.as-button:not(.no-style).tertiary.disabled:after,.as-button:not(.no-style).tertiary:disabled:after,button:not(.no-style).light.disabled:after,button:not(.no-style).light:disabled:after,button:not(.no-style).tertiary.disabled:after,button:not(.no-style).tertiary:disabled:after {
    color: inherit!important
}

.as-button:not(.no-style).tertiary,button:not(.no-style).tertiary {
    color: #716c6c
}

.as-button:not(.no-style).tertiary:after,button:not(.no-style).tertiary:after {
    color: #00b7ed
}

.as-button:not(.no-style).light,.as-button:not(.no-style).toggle-arrow,button:not(.no-style).light,button:not(.no-style).toggle-arrow {
    transition: color .3s ease-out,transform .3s ease-out,background-color .3s ease-out;
    color: #00b7ed
}

.as-button:not(.no-style).light:hover,.as-button:not(.no-style).tertiary:hover:after,.as-button:not(.no-style).toggle-arrow:hover,button:not(.no-style).light:hover,button:not(.no-style).tertiary:hover:after,button:not(.no-style).toggle-arrow:hover {
    color: #009bc9
}

.as-button:not(.no-style).toggle-arrow,button:not(.no-style).toggle-arrow {
    font-size: 1rem
}

input:not([type=file]):not([type=checkbox]):not([type=radio]),select,textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff
}

[instant-errors] input:not([type=file]):not([type=checkbox]):not([type=radio]).ng-invalid,[instant-errors] select.ng-invalid,[instant-errors] textarea.ng-invalid,input:not([type=file]):not([type=checkbox]):not([type=radio]).ng-touched.ng-invalid,select.ng-touched.ng-invalid,textarea.ng-touched.ng-invalid {
    border-color: #d0380d
}

input:not([type=file]):not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus {
    border-color: #a6a3a3
}

multiselect-box {
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    overflow: auto
}

[instant-errors] multiselect-box.ng-invalid,multiselect-box.ng-touched.ng-invalid {
    border-color: #d0380d
}

multiselect-box:focus {
    border-color: #a6a3a3
}

multiselect-box li {
    cursor: pointer;
    line-height: 2.2em;
    padding-left: 2em;
    padding-right: 2em
}

multiselect-box li.selected {
    background: #bfd730
}

.wrapping-label {
    position: relative;
    display: inline-block
}

.wrapping-label input {
    position: absolute;
    left: -999px;
    z-index: -1;
    height: 0!important;
    width: 0!important;
    border: 0!important;
    overflow: hidden
}

label.checkbox {
    position: relative;
    font-size: 1em;
    width: 1em;
    height: 1em;
    display: inline-block;
    background-color: #fafbfa;
    border: 1px solid #a6a3a3;
    border-radius: 4px;
    cursor: pointer;
    margin: 0
}

label.checkbox input {
    display: none
}

label.checkbox input+.selector {
    transition: transform .1s ease;
    position: absolute;
    font-family: FontAwesome;
    color: #65b32e;
    font-size: 1.3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    margin: -.1em 0 0 .1em;
    pointer-events: none
}

label.checkbox input+.selector:before {
    content: "\f00c"
}

label.checkbox input:checked+.selector {
    transform: translate(-50%,-50%) scale(1,1)
}

label.checkbox input:disabled+.selector {
    opacity: .5
}

[class*=ui-select] {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #716c6c;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 0
}

[class*=ui-select]:not(.ui-select-multiple):after {
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 1em;
    line-height: 0;
    font-size: 1em;
    font-family: FontAwesome;
    z-index: -1
}

[class*=ui-select].ui-select-multiple {
    overflow: hidden
}

[class*=ui-select] select {
    cursor: pointer;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    color: inherit
}

[class*=ui-select] select::-ms-expand {
    display: none
}

[class*=ui-select] select:not([multiple]) {
    padding-right: 2.4em
}

[class*=ui-select].bare {
    background: 0 0;
    border-radius: 0;
    border: none
}

[class*=ui-select].bare:after {
    right: 0
}

[class*=ui-select].bare select {
    padding: 0 1em 0 0;
    line-height: 1;
    height: auto
}

.button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin: -.5em
}

.button-container.left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.button-container>*,.button-container>.as-button,.button-container>button,.button-container>input {
    white-space: nowrap;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: .5em!important
}

@media only screen and (min-width: 768px) {
    .button-container>*,.button-container>.as-button,.button-container>button,.button-container>input {
        width:auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.public-page:not(.location-group) header.public-header {
    background: #ECECEC;
    color: #464343;
    padding-top: 1.5em;
    padding-bottom: .5em
}

.public-page:not(.location-group) header.public-header>.content {
    border-bottom: 1px solid #a6a3a3;
    padding-bottom: .5em
}

.public-page.location-group header.public-header {
    background: #fff;
    color: #464343;
    border-bottom: 5px solid transparent;
    padding-top: 1em;
    padding-bottom: 1em
}

header.public-header {
    z-index: 1
}

header.public-header>.content {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    padding-left: 16px;
    padding-right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width: 768px) {
    header.public-header>.content {
        padding-left:24px;
        padding-right: 24px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

header.public-header .part {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -.5em
}

header.public-header .part>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 .5em 1em
}

@media only screen and (min-width: 768px) {
    header.public-header .part>* {
        margin-bottom:0
    }
}

header.public-header .portal-logo img,header.public-header .sme-logo img {
    max-height: 5em;
    max-width: 15em
}

header.public-header .sme-logo,header.public-header .sme-logo img {
    display: block
}

.image-preview {
    position: relative
}

.image-preview .remove-image {
    position: absolute;
    top: .25em;
    right: .25em;
    background: #fff;
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.image-preview .remove-image>span {
    font-size: .8em
}

.language-switcher,language-switcher {
    position: relative;
    display: block;
    color: inherit;
    white-space: nowrap;
    font-weight: 300;
    height: 1em;
    z-index: 1
}

.language-switcher .selected,language-switcher .selected {
    display: block;
    position: relative;
    line-height: inherit
}

.language-switcher .selected:not(.has-menu),language-switcher .selected:not(.has-menu) {
    cursor: auto
}

.language-switcher .selected.has-menu:after,language-switcher .selected.has-menu:after {
    content: '\25BE';
    font-size: .8em;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -.5em
}

.language-switcher .description,.language-switcher .flag,language-switcher .description,language-switcher .flag {
    display: inline-block;
    vertical-align: middle
}

.language-switcher .flag,.language-switcher .flag>img,language-switcher .flag,language-switcher .flag>img {
    height: 1em;
    width: 1.333125em;
    line-height: 1em
}

.language-switcher .flag>img,language-switcher .flag>img {
    height: 100%;
    box-shadow: 1px 1px 1px 1px #ccc
}

.language-switcher .description,language-switcher .description {
    margin-left: .5em
}

@media only screen and (max-width: 767px) {
    .language-switcher .description,language-switcher .description {
        display:none
    }
}

.language-switcher .options,language-switcher .options {
    height: 0;
    overflow: hidden;
    margin: 0 -.5em
}

.language-switcher .options li a,language-switcher .options li a {
    padding: .3em 1.5em .3em .5em;
    display: block
}

.language-switcher .options li:first-child a,language-switcher .options li:first-child a {
    padding-top: .6em
}

.language-switcher .options li:last-child a,language-switcher .options li:last-child a {
    padding-bottom: .6em
}

.language-switcher .options.show,language-switcher .options.show {
    height: auto!important
}

language-switcher .options {
    background: #fff
}

.public-page.location-group .language-switcher .options,.public-page.location-group language-switcher .options {
    background-color: #fff
}

.public-page .language-switcher .options,.public-page language-switcher .options {
    background-color: #ECECEC
}

@keyframes loadingAnimationColor {
    0% {
        background-color: #dd6826
    }

    40% {
        background-color: #bfd730
    }

    100% {
        background-color: #efdf09
    }
}

@keyframes loadingAnimationScale {
    0%,100%,80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

#loader {
    position: fixed
}

#async-loader {
    position: absolute;
    display: none
}

#async-loader,#loader {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.9);
    z-index: 1000
}

#async-loader .circle-holder,#loader .circle-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#async-loader .circle-holder .circle,#loader .circle-holder .circle {
    height: 3em;
    width: 3em;
    border-radius: 100%;
    transform-origin: 50% 50%;
    display: inline-block;
    animation: loadingAnimationScale 1.4s infinite ease-in-out both,loadingAnimationColor 1.4s infinite ease-in-out both
}

#async-loader .circle-holder .circle:nth-child(1),#loader .circle-holder .circle:nth-child(1) {
    animation-delay: -.32s
}

#async-loader .circle-holder .circle:nth-child(2),#loader .circle-holder .circle:nth-child(2) {
    animation-delay: -.16s
}

.borderRadius {
    border-radius: 5px
}

.noMarginFirstLastChild:first-child {
    margin-top: 0
}

.noMarginFirstLastChild:last-child {
    margin-bottom: 0
}

.clearFix:after,.clearFix:before {
    content: '';
    display: table;
    clear: both
}

.applicationSize {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px
}

.popup-container .link:focus,.popup-container .link:hover {
    cursor: pointer
}

.popup-container.show .popup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 9999
}

.popup {
    display: none;
    cursor: default
}

.popup .popup-content {
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.popup .popup-content>.popup-body {
    padding-left: .5em;
    padding-right: .5em;
    max-height: 600px
}

.popup .popup-content>.popup-body:not(.iframe) {
    overflow: auto
}

.popup .popup-content .header {
    background-color: #ECECEC;
    line-height: 3em;
    margin-bottom: 1em
}

.popup .popup-content .header .header-text {
    line-height: 3em;
    margin-top: 0
}

.popup .popup-content .header>* {
    padding-left: .5em;
    padding-right: .5em;
    color: #464343
}

.popup .popup-content .header .close-popup {
    float: right;
    font-size: 2em!important;
    font-weight: 700
}

.public-page .rating-stars,.public-page rating-stars {
    font-size: .875rem
}

.public-page .overall-rating-stars .rating-stars,.public-page .overall-rating-stars rating-stars {
    font-size: 1.5rem
}

.create-review .left-side {
    width: 100%;
    max-width: 600px
}

.create-review .question-section {
    margin: 2rem 0
}

.create-review .question-section h3 {
    margin-bottom: .7rem
}

.create-review .question-section .questions {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0
}

.create-review .question-section .questions.categories {
    padding: 0
}

.create-review .question-section .questions.categories .question {
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc
}

.create-review .question-section .questions.categories .question:last-of-type {
    border-bottom: none
}

.create-review .question-section .questions.overall .question.overall-rating {
    margin-top: -1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc
}

.create-review .question-section .question {
    display: block;
    margin: 1rem 0
}

.create-review .question-section .question:first-child {
    margin-top: 0
}

.create-review .question-section .question:last-child {
    margin-bottom: 0
}

.create-review .question-section .question.has-error input,.create-review .question-section .question.has-error select,.create-review .question-section .question.has-error textarea {
    border-color: red
}

.create-review .question-section .question.has-error .error {
    display: block;
    font-size: .8rem;
    margin-top: .5em
}

.create-review .question-section .question .error {
    display: none;
    color: #dd6826
}

.create-review .question-section .question>.content {
    display: -ms-flexbox;
    display: flex;
    margin: -.25rem -.5rem;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.create-review .question-section .question>.content>* {
    padding: .25rem .5rem
}

.create-review .question-section .question>.content>label {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 1;
    order: 1;
    margin-top: .625em
}

.create-review .question-section .question>.content>label.mandatory:after {
    content: '*';
    font-size: .8em;
    vertical-align: top;
    margin-left: .2em
}

.create-review .question-section .question>.content>.answer {
    min-height: 2.625em;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: auto
}

.create-review .question-section .question>.content>.answer>.ui-select-multiple option {
    overflow-wrap: break-word;
    white-space: normal
}

.create-review .question-section .question>.content>.answer input:not([type=checkbox]):not([type=radio]),.create-review .question-section .question>.content>.answer select,.create-review .question-section .question>.content>.answer textarea {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .create-review .question-section .question>.content>.answer input:not([type=checkbox]):not([type=radio]),.create-review .question-section .question>.content>.answer select,.create-review .question-section .question>.content>.answer textarea {
        font-size:16px;
        width: 16em
    }
}

.create-review .question-section .question>.content>.answer .checkbox-multiselect,.create-review .question-section .question>.content>.answer select[multiple] {
    overflow: hidden;
    font-size: 16px;
    width: 16em
}

.create-review .question-section .question>.content>.answer .checkbox-multiselect {
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    padding: 1em;
    max-height: 30em
}

.create-review .question-section .question>.content>.answer .checkbox-multiselect.disabled {
    opacity: .7
}

.create-review .question-section .question>.content>.answer .checkbox-multiselect>div {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
}

.create-review .question-section .question>.content>.answer .checkbox-multiselect>div input {
    margin-top: .2em;
    margin-right: 1em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.create-review .question-section .question>.content>.answer .checkbox-multiselect>div:not(:last-child) {
    margin-bottom: 1em
}

.create-review .question-section .question>.content>.answer .rating-stars {
    margin-top: .25em
}

.create-review .question-section .question>.content.no-label>.answer {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 0
}

.create-review .question-section .question>.content.no-label>.answer input:not([type=checkbox]):not([type=radio]),.create-review .question-section .question>.content.no-label>.answer select,.create-review .question-section .question>.content.no-label>.answer textarea {
    width: 100%!important
}

.create-review .question-section .question>.content.with-rating-text>.answer {
    margin-left: 0
}

.create-review .question-section .question>.content>.not-applicable-option {
    margin-top: .5em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-order: 2;
    order: 2
}

.create-review .question-section .question>.content>.not-applicable-option>label {
    cursor: pointer
}

.create-review .question-section .question>.content>.not-applicable-option>label .checkbox,.create-review .question-section .question>.content>.not-applicable-option>label .label {
    vertical-align: middle
}

.create-review .question-section .question>.content>.not-applicable-option>label .label {
    display: inline-block
}

.create-review .question-section .question>.content>.rating-text {
    margin-left: auto;
    margin-top: .625em;
    color: #a6a3a3;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 4;
    order: 4
}

@media only screen and (min-width: 768px) {
    .create-review .question-section .question>.content {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }

    .create-review .question-section .question>.content>label {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-order: 0;
        order: 0
    }

    .create-review .question-section .question>.content>.answer {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-order: 0;
        order: 0;
        width: auto
    }

    .create-review .question-section .question>.content>.not-applicable-option {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-order: 0;
        order: 0
    }

    .create-review .question-section .question>.content>.rating-text {
        -ms-flex: 0 10000 auto;
        flex: 0 10000 auto;
        -ms-flex-order: 0;
        order: 0
    }
}

.create-review .opt-in-option {
    position: relative
}

.create-review .opt-in-option>label>.checkbox {
    position: absolute;
    top: 0;
    left: 0
}

.create-review .opt-in-option>label>.label {
    position: relative;
    left: 1.5em
}

.create-review .agreement,.create-review .mandatory-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: .875em
}

.create-review .agreement:first-child,.create-review .mandatory-fields:first-child {
    margin-top: 0
}

.create-review .agreement:last-child,.create-review .mandatory-fields:last-child {
    margin-bottom: 0
}

.create-review .agreement iframe,.create-review .mandatory-fields iframe {
    width: 100%;
    border: 0;
    height: 60vh
}

.create-review .buttons {
    margin: 2rem 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.create-review .buttons button {
    font-size: inherit;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.create-review .active-rating-stars {
    position: relative;
    transition: opacity .1s ease
}

.create-review .active-rating-stars [class^=icon-star] {
    cursor: pointer;
    transition: color .1s ease;
    font-size: 1.9em
}

.create-review .post-error {
    background: #d0380d;
    color: #fff;
    padding: 1em;
    border-radius: 5px
}

.create-review .image-preview-wrapper {
    margin-top: 1em;
    text-align: center
}

.create-review .image-preview-wrapper .image-preview {
    display: inline-block;
    max-width: 100%
}

.create-review .image-preview-wrapper .image-preview img {
    max-width: 100%;
    max-height: 500px
}

.rating-stars {
    margin-left: -.1em;
    margin-right: -.1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    user-select: none
}

.rating-stars [class^=icon-star] {
    display: block;
    font-size: 1.2em;
    color: #ccc;
    padding: 0 .1em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.rating-number {
    overflow: hidden;
    font-size: 2.5em;
    position: relative
}

.rating-number svg {
    height: 2em;
    width: 1.85em
}

.rating-number span {
    color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -.5em;
    z-index: 1
}

.average-rating-number-container {
    display: block;
    background: url(../images/kv_shape.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 10em;
    height: 10em;
    position: relative;
    color: #464343
}

.average-rating-number-container>.rating {
    display: block;
    position: absolute;
    font-weight: 500;
    font-family: Gotham,Arial;
    font-size: 3.2em;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -.55em 0 0 -.04em;
    letter-spacing: -.05em;
    text-align: center
}

.average-rating-number-container:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: -1;
    border-radius: 50%
}

.review-summary .ratings-per-division ul {
    margin-left: 10px
}

.ratings-per-division ul {
    margin-bottom: -.3em;
    font-size: .875rem;
    line-height: 1.5rem
}

.ratings-per-division ul li .question-wrapper,.ratings-per-division ul li group-or-custom-content-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ratings-per-division ul li .question-wrapper .question,.ratings-per-division ul li group-or-custom-content-line .question {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: .5em;
    word-break: break-all
}

.ratings-per-division ul li .question-wrapper.stars-line .question,.ratings-per-division ul li group-or-custom-content-line.stars-line .question {
    -ms-flex-preferred-size: 0;
    flex-basis: 0px
}

.ratings-per-division ul li .question-wrapper .rating,.ratings-per-division ul li group-or-custom-content-line .rating {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6.6em
}

@media only screen and (min-width: 1024px) {
    .ratings-per-division ul li .question-wrapper .rating,.ratings-per-division ul li group-or-custom-content-line .rating {
        width:15em
    }
}

.ratings-per-division ul li .question-wrapper .rating .rating-stars,.ratings-per-division ul li group-or-custom-content-line .rating .rating-stars {
    height: 1em
}

.ratings-per-division ul li .question-wrapper.text-line>*,.ratings-per-division ul li group-or-custom-content-line.text-line>* {
    width: 100%
}

.ratings-per-division ul li .question-wrapper.text-line .rating,.ratings-per-division ul li group-or-custom-content-line.text-line .rating {
    color: #a7a4a4
}

.review {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.5em;
    background: #fff;
    color: #716c6c
}

@media only screen and (min-width: 1024px) {
    .facebook-wrapper .review-summary .ratings-per-division ul li .rating {
        width:10em
    }

    .review>.review-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.review>.review-content>.right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    overflow: hidden;
    clear: left
}

@media only screen and (max-width: 1023px) {
    .review>.review-content>.right>.overall-rating-stars {
        display:none
    }

    .review>.review-content>.right>.rating-description {
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .review>.review-content>.right .question-wrapper,.review>.review-content>.right group-or-custom-content-line {
        display:block;
        margin-bottom: 1em
    }

    .review>.review-content>.right .question-wrapper>span,.review>.review-content>.right group-or-custom-content-line>span {
        display: block
    }

    .review>.review-content>.right .question-wrapper>span:first-child,.review>.review-content>.right group-or-custom-content-line>span:first-child {
        margin-bottom: 5px
    }
}

.review>.review-content>.right .popup-container .link {
    font-style: italic;
    font-size: .875rem
}

.review>.review-content>.left {
    margin-right: 2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center
}

.review>.review-content>.left>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.review>.review-content>.left>.overall-rating-stars {
    display: none
}

@media only screen and (max-width: 1023px) {
    .review>.review-content>.left {
        float:left;
        margin-bottom: 1.5em
    }

    .review>.review-content>.left>.overall-rating-stars {
        display: block
    }
}

.review button {
    display: block;
    margin-top: .5em;
    width: auto
}

.review button .button-text {
    display: inline-block
}

.review .change-review-button,.review .publish-quarantine-review-button,.review .review-respond-button {
    margin-top: 1.5em;
    font-size: .8rem
}

.review .meta-data {
    margin-top: 1.5em;
    font-size: .875rem
}

.review .meta-data .created-date {
    font-weight: 700;
    font-family: Gotham,Arial
}

.review .meta-data .more-meta-data table {
    line-height: 1.25rem
}

.review .meta-data .more-meta-data table td:last-child:before {
    content: ':';
    padding-right: .5em
}

.review .meta-data .more-meta-data table td:first-child {
    padding-right: .25em
}

@media (max-width: 600px) {
    .review .meta-data>div,.review .meta-data>div span {
        display:block
    }
}

.review .ratings-per-division {
    margin-top: 1.5em;
    color: #716c6c
}

.review .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: center;
    align-items: center
}

.review .title>h4 {
    margin-right: auto;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.review .title>* {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.review .opinion {
    white-space: pre-line
}

.review .moderation-request,.review .review-response {
    white-space: pre-line;
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
    margin-top: 1.5em
}

.review .moderation-request>p,.review .review-response>p {
    margin-top: 0
}

.review .moderation-response {
    white-space: pre-line;
    background-color: #ECECEC;
    padding: 1.5em
}

.review .moderation-response .moderation-response-header {
    background: url(../images/kv_shape.svg) left center no-repeat;
    background-size: 1em;
    padding-left: 1.5em
}

.review sme-review-options {
    margin-top: 1.5em;
    border-top: 1px solid #ccc;
    padding-top: 1.5em
}

.review sme-review-options .moderation-content {
    margin-top: .5em;
    background-color: #ECECEC;
    margin-bottom: 1em
}

.review .review-abuse-type,.review .review-process-type,.review .review-response-type {
    display: inline-block;
    padding: .5em 1em;
    background: #a6a3a3;
    color: #fff;
    font-size: .6em;
    border-radius: 5px
}

.review .review-response-options {
    margin-top: 1.5em;
    margin-bottom: 1em
}

.review .review-response-options .checkbox {
    background-color: #ECECEC
}

.review .icon-flag {
    color: #a6a3a3;
    transform: rotate(15deg)
}

.review .icon-flag.selected,.review .icon-flag:hover {
    color: #CE111B
}

.review .review-images {
    margin-top: 1em;
    margin-bottom: 1em
}

.review .review-images:first-child {
    margin-top: 0
}

.review .review-images:last-child {
    margin-bottom: 0
}

.review .review-images ul {
    margin: -.5em;
    padding: .1px
}

.review .review-images ul li {
    margin: .5em;
    display: inline-block;
    vertical-align: top
}

.review .review-images ul li img {
    display: block;
    max-width: 200px;
    max-height: 200px
}

.review-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #464343
}

@media only screen and (min-width: 768px) {
    .review-summary {
        -ms-flex-direction:row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.review-summary .overall-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2em;
    padding: 2.5em;
    border: 1px solid #ccc;
    background: #fff;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.user-defined-content .align-left,table {
    text-align: left
}

@media only screen and (min-width: 768px) {
    .review-summary .overall-rating {
        margin-right:1.5em;
        margin-bottom: 0
    }
}

.review-summary .overall-rating .rating-stars {
    margin: 1em 0
}

.review-summary .overall-rating .rating-stars [class^=icon-star] {
    font-size: 1.9em
}

.review-summary .overall-rating .summary {
    font-size: .875rem;
    font-weight: 300;
    font-family: Gotham,Arial;
    color: #716c6c;
    line-height: 1.3
}

.review-summary .overall-rating .summary.light {
    color: #a6a3a3
}

.review-summary .ratings-per-division {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5em;
    border: 1px solid #ccc;
    background: #fff
}

.review-summary .ratings-per-division .review-title {
    margin-top: 0
}

.review-summary .ratings-per-division .heading {
    font-size: 1.125em;
    font-weight: 700;
    font-family: Gotham,Arial;
    margin-bottom: 1em
}

.review-summary .ratings-per-division .add-review {
    margin-top: auto;
    margin-left: auto
}

.review-summary .ratings-per-division .add-review>button,.table-holder {
    margin-top: 1em
}

.table-holder {
    overflow: auto;
    margin-bottom: 1em
}

.table-holder:first-child,table:first-child {
    margin-top: 0
}

.table-holder:last-child,table:last-child {
    margin-bottom: 0
}

table {
    margin-top: 1em;
    margin-bottom: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

table td,table th {
    text-align: center;
    white-space: nowrap;
    font-weight: inherit
}

table td.full,table th.full {
    width: 100%
}

table td.fit,table th.fit {
    white-space: normal
}

table.lined-table {
    overflow: hidden;
    border-spacing: 0
}

table.lined-table thead {
    position: relative;
    font-weight: 500;
    font-family: Gotham,Arial
}

table.lined-table tr {
    vertical-align: top;
    opacity: 1
}

table.lined-table tr.ng-leave {
    transition: .2s all ease
}

table.lined-table tr.ng-leave.ng-leave-active {
    opacity: 0;
    transform: translate3d(100px,0,0)
}

table.lined-table tbody tr:nth-child(odd) {
    background: #f5f5f5
}

table.lined-table td,table.lined-table th {
    padding: .5em
}

table.lined-table checkbox.slider {
    font-size: .5rem
}

.widget-type-selection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.widget-type-selection input-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 767px) {
    .widget-type-selection input-group {
        -ms-flex:0 0 100%;
        flex: 0 0 100%
    }
}

.widget-type-selection .ui-select {
    margin-left: 3em;
    font-size: 14px;
    margin-top: -.5em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 767px) {
    .widget-type-selection .ui-select {
        margin-top:.5em;
        margin-left: 0
    }
}

.public-page.location-group-page .location-filter .ui-select {
    width: 100%
}

.public-page.location-group-page .review-us-container>button {
    display: none
}

.public-page.location-group-page .review-us-container>button.show {
    display: block
}

.public-login-page .page-container {
    position: absolute;
    top: 5em;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.public-login-page .login-panel {
    vertical-align: middle;
    border: 1px solid #464343;
    border-radius: 8px;
    overflow: hidden;
    background: #ECECEC;
    width: 100%;
    max-width: 500px
}

.public-login-page .login-panel .heading {
    background: #464343;
    color: #fff;
    padding: 1em
}

.public-login-page .login-panel .heading span {
    font-weight: 700;
    font-family: Gotham,Arial
}

.public-login-page .login-panel>.content {
    font-weight: 300;
    font-family: Gotham,Arial;
    padding: 1.5em 1em
}

.public-login-page .login-panel input {
    display: block;
    margin: 1em 0!important
}

.public-login-page .login-panel .login-error {
    display: none;
    margin: 1em 0;
    border: 1px solid #d0380d;
    background: rgba(255,0,0,.1);
    border-radius: 5px
}

.public-login-page .login-panel .login-error>.content {
    font-size: .875em;
    color: #d0380d;
    padding: 1em
}

.public-page.review-confirmation .verify-email {
    color: #716c6c;
    font-weight: 500;
    font-family: Gotham,Arial
}

.review-list .review {
    margin: 2em 0
}

.review-list .review:first-child {
    margin-top: 0
}

.review-list .review:last-child {
    margin-bottom: 0
}

.user-defined-content a,.user-defined-content a:active,.user-defined-content a:focus,.user-defined-content a:visited {
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #00b7ed
}

.user-defined-content .align-right {
    text-align: right
}

.user-defined-content .align-center {
    text-align: center
}

.user-defined-content .align-justify {
    text-align: justify
}

* {
    box-sizing: border-box
}

html.widget-document {
    font-size: 1px
}

html.widget-document.print {
    font-size: 10px
}

html.widget-document body.kv-widget-body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 1em;
    overflow: hidden;
    font-weight: 300;
    font-family: Gotham,Arial
}

html.widget-document body.kv-widget-body.theme-white {
    background: #fff;
    color: #464343
}

html.widget-document body.kv-widget-body.theme-dark {
    background: #464343;
    color: #fff
}

html.widget-document body.kv-widget-body .kv-widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0px;
    visibility: hidden
}

html.widget-document body.kv-widget-body .kv-widget.loaded {
    visibility: visible
}

html.widget-document body.kv-widget-body .kv-widget-wrapper {
    height: 60%;
    width: 100%;
    top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: unset;
}

html.widget-document body.kv-widget-body .default-widget-rating-number {
    display: block;
    background: url(../images/kv_shape.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 10em;
    height: 10em;
    position: relative;
    color: #464343
}

html.widget-document body.kv-widget-body .default-widget-rating-number>.rating {
    display: block;
    position: absolute;
    font-weight: 500;
    font-family: Gotham,Arial;
    font-size: 3.2em;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -.55em 0 0 -.04em;
    letter-spacing: -.05em;
    text-align: center
}

html.widget-document body.kv-widget-body .default-widget-rating-number:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: -1;
    border-radius: 50%
}

html.widget-document body.kv-widget-body .portal-wrapper .powered-by {
    font-size: 1em;
    font-style: italic
}

html.widget-document body.kv-widget-body .portal-wrapper .name {
    font-size: 1.8em;
    display: inline;
    font-family: "Fonecta Book",Gotham,Arial
}

html.widget-document body.kv-widget-body .portal-wrapper .name span {
    display: inline-block;
    white-space: nowrap
}

html.widget-document body.kv-widget-body .portal-wrapper .name span:last-child {
    font-weight: 500;
    font-family: Gotham,Arial;
    font-family: "Fonecta Bold",Gotham,Arial
}

html.widget-document body.kv-widget-body .reviews {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

html.widget-document body.kv-widget-body .reviews .review {
    font-size: 1em;
    padding: .6em;
    border: 1px solid #ccc;
    text-align: left;
    overflow: hidden;
    background: #fff;
    color: #464343;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

html.widget-document body.kv-widget-body .reviews .review>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

html.widget-document body.kv-widget-body .reviews .review .oneliner {
    font-weight: 500;
    font-family: Gotham,Arial;
    margin-bottom: .4em
}

html.widget-document body.kv-widget-body .reviews .review .body {
    margin-bottom: .4em;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden
}

html.widget-document body.kv-widget-body .reviews .review .meta {
    margin-bottom: .6em
}

html.widget-document body.kv-widget-body .reviews .read-more-container {
    text-align: left!important
}

html.widget-document body.kv-widget-body .reviews .read-more-container .read-more {
    margin-top: 1em;
    display: inline-block;
    color: #94be1c
}

html.widget-document body.kv-widget-body .review-count-wrapper {
    margin-top: .5em
}

html.widget-document body.kv-widget-body .review-count {
    font-size: 1em
}

html.widget-document body.kv-widget-body .stars-wrapper {
    margin-top: 1em
}

html.widget-document body.kv-widget-body.WIDE .stars-wrapper {
    margin-top: 0
}

html.widget-document body.kv-widget-body.NARROW .kv-widget .portal-wrapper,html.widget-document body.kv-widget-body.NARROW .kv-widget .review-button-wrapper {
    display: block;
    margin-top: .5em
}
html.widget-document body.kv-widget-body.NARROW .kv-widget .review-button-wrapper{
    display: none;
}

html.widget-document body.kv-widget-body .rating-stars {
    font-size: 1.6em
}

html.widget-document body.kv-widget-body .rating-stars span {
    font-size: 1em
}

html.widget-document body.kv-widget-body .create-review-button {
    font-size: 1.6em;
    white-space: nowrap
}

html.widget-document body.kv-widget-body .widget-part {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

html.widget-document body.kv-widget-body .widget-part:not(:last-child) {
    margin-right: 2em
}

html.widget-document body.kv-widget-body.NARROW .kv-widget {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: baseline;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    text-align: center
}

html.widget-document body.kv-widget-body.NARROW .kv-widget>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

html.widget-document body.kv-widget-body.NARROW .kv-widget .portal-wrapper .name span {
    display: block
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part .review-button-wrapper,html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part .review-button-wrapper {
    margin-top: auto
}

html.widget-document body.kv-widget-body.NARROW .kv-widget .create-review-button span {
    display: none
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget,html.widget-document body.kv-widget-body.WIDE .kv-widget {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .name,html.widget-document body.kv-widget-body.WIDE .kv-widget .name {
    font-size: 2.5em
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .review-count,html.widget-document body.kv-widget-body.WIDE .kv-widget .review-count {
    font-size: 1.5em
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part:nth-child(1) {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

html.widget-document body.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part:nth-child(2) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part:not(:nth-child(1)) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part:not(:nth-child(1))>* {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part:nth-child(2) {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part:nth-child(3) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part .rating-stars {
    font-size: 2.5em
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part .review-count {
    font-size: 2em
}

html.widget-document body.kv-widget-body.WIDE .kv-widget .widget-part .review-count>span {
    font-size: 2.5em;
    white-space: nowrap;
    display: block
}

.print .kv-widget {
    padding: 0!important
}

.public-page .facebook-wrapper {
    max-width: 795px;
    overflow: hidden;
    margin: 0 auto
}

.public-page .splitted-view {
    margin: -2em
}

.public-page .splitted-view>* {
    margin: 2em
}

@media only screen and (min-width: 768px) {
    .public-page .splitted-view {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .public-page .splitted-view>.left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0
    }

    .public-page .splitted-view>.right {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 15em
    }
}

.public-page .company-details {
    margin-top: 2em;
    margin-bottom: 2em
}

.public-page .company-details:first-child {
    margin-top: 0
}

.public-page .company-details:last-child {
    margin-bottom: 0
}

.public-page .company-details .company-description {
    margin: 1em 0;
    font-size: .875em;
    white-space: pre-line
}

.public-page .company-details .company-link {
    margin: 1em 0;
    display: block;
    font-size: .875em
}

.icon.icon-pull-left,.icon.pull-left {
    margin-right: .3em
}

.icon.icon-pull-right,.icon.pull-right {
    margin-left: .3em
}

.icon-spin {
    animation: fa-spin 2s infinite linear
}

.icon-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.icon-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.icon-pull-left {
    float: left
}

.icon-pull-right,.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^=icon-] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-fw {
    width: 1.28571429em;
    text-align: center
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-o:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-check:before {
    content: "\f00c"
}

.icon-close:before,.icon-remove:before,.icon-times:before {
    content: "\f00d"
}

.icon-search-plus:before {
    content: "\f00e"
}

.icon-search-minus:before {
    content: "\f010"
}

.icon-power-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before,.icon-gear:before {
    content: "\f013"
}

.icon-trash-o:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-o:before {
    content: "\f016"
}

.icon-clock-o:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download:before {
    content: "\f019"
}

.icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle-o:before {
    content: "\f01d"
}

.icon-repeat:before,.icon-rotate-right:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-dedent:before,.icon-outdent:before {
    content: "\f03b"
}

.icon-indent:before {
    content: "\f03c"
}

.icon-video-camera:before {
    content: "\f03d"
}

.icon-image:before,.icon-photo:before,.icon-picture-o:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before,.icon-pencil-square-o:before {
    content: "\f044"
}

.icon-share-square-o:before {
    content: "\f045"
}

.icon-check-square-o:before {
    content: "\f046"
}

.icon-arrows:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-circle:before {
    content: "\f055"
}

.icon-minus-circle:before {
    content: "\f056"
}

.icon-times-circle:before {
    content: "\f057"
}

.icon-check-circle:before {
    content: "\f058"
}

.icon-question-circle:before {
    content: "\f059"
}

.icon-info-circle:before {
    content: "\f05a"
}

.icon-crosshairs:before {
    content: "\f05b"
}

.icon-times-circle-o:before {
    content: "\f05c"
}

.icon-check-circle-o:before {
    content: "\f05d"
}

.icon-ban:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before,.icon-share:before {
    content: "\f064"
}

.icon-expand:before {
    content: "\f065"
}

.icon-compress:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-circle:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye:before {
    content: "\f06e"
}

.icon-eye-slash:before {
    content: "\f070"
}

.icon-exclamation-triangle:before,.icon-warning:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-arrows-v:before {
    content: "\f07d"
}

.icon-arrows-h:before {
    content: "\f07e"
}

.icon-bar-chart-o:before,.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-square:before {
    content: "\f081"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before,.icon-gears:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-o-up:before {
    content: "\f087"
}

.icon-thumbs-o-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-sign-out:before {
    content: "\f08b"
}

.icon-linkedin-square:before {
    content: "\f08c"
}

.icon-thumb-tack:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-sign-in:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-square:before {
    content: "\f092"
}

.icon-upload:before {
    content: "\f093"
}

.icon-lemon-o:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-square-o:before {
    content: "\f096"
}

.icon-bookmark-o:before {
    content: "\f097"
}

.icon-phone-square:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook-f:before,.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-feed:before,.icon-rss:before {
    content: "\f09e"
}

.icon-hdd-o:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0f3"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-o-right:before {
    content: "\f0a4"
}

.icon-hand-o-left:before {
    content: "\f0a5"
}

.icon-hand-o-up:before {
    content: "\f0a6"
}

.icon-hand-o-down:before {
    content: "\f0a7"
}

.icon-arrow-circle-left:before {
    content: "\f0a8"
}

.icon-arrow-circle-right:before {
    content: "\f0a9"
}

.icon-arrow-circle-up:before {
    content: "\f0aa"
}

.icon-arrow-circle-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-arrows-alt:before {
    content: "\f0b2"
}

.icon-group:before,.icon-users:before {
    content: "\f0c0"
}

.icon-chain:before,.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-flask:before {
    content: "\f0c3"
}

.icon-cut:before,.icon-scissors:before {
    content: "\f0c4"
}

.icon-copy:before,.icon-files-o:before {
    content: "\f0c5"
}

.icon-paperclip:before {
    content: "\f0c6"
}

.icon-floppy-o:before,.icon-save:before {
    content: "\f0c7"
}

.icon-square:before {
    content: "\f0c8"
}

.icon-bars:before,.icon-navicon:before,.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-square:before {
    content: "\f0d3"
}

.icon-google-plus-square:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before,.icon-unsorted:before {
    content: "\f0dc"
}

.icon-sort-desc:before,.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-asc:before,.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before,.icon-undo:before {
    content: "\f0e2"
}

.icon-gavel:before,.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before,.icon-tachometer:before {
    content: "\f0e4"
}

.icon-comment-o:before {
    content: "\f0e5"
}

.icon-comments-o:before {
    content: "\f0e6"
}

.icon-bolt:before,.icon-flash:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-clipboard:before,.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb-o:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-o:before {
    content: "\f0a2"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-cutlery:before {
    content: "\f0f5"
}

.icon-file-text-o:before {
    content: "\f0f6"
}

.icon-building-o:before {
    content: "\f0f7"
}

.icon-hospital-o:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-square:before {
    content: "\f0fd"
}

.icon-plus-square:before {
    content: "\f0fe"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before,.icon-mobile:before {
    content: "\f10b"
}

.icon-circle-o:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before,.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-o:before {
    content: "\f114"
}

.icon-folder-open-o:before {
    content: "\f115"
}

.icon-smile-o:before {
    content: "\f118"
}

.icon-frown-o:before {
    content: "\f119"
}

.icon-meh-o:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard-o:before {
    content: "\f11c"
}

.icon-flag-o:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-mail-reply-all:before,.icon-reply-all:before {
    content: "\f122"
}

.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-chain-broken:before,.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-slash:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-o:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-circle-left:before {
    content: "\f137"
}

.icon-chevron-circle-right:before {
    content: "\f138"
}

.icon-chevron-circle-up:before {
    content: "\f139"
}

.icon-chevron-circle-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-h:before {
    content: "\f141"
}

.icon-ellipsis-v:before {
    content: "\f142"
}

.icon-rss-square:before {
    content: "\f143"
}

.icon-play-circle:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-square:before {
    content: "\f146"
}

.icon-minus-square-o:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-square:before {
    content: "\f14a"
}

.icon-pencil-square:before {
    content: "\f14b"
}

.icon-external-link-square:before {
    content: "\f14c"
}

.icon-share-square:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-caret-square-o-down:before,.icon-toggle-down:before {
    content: "\f150"
}

.icon-caret-square-o-up:before,.icon-toggle-up:before {
    content: "\f151"
}

.icon-caret-square-o-right:before,.icon-toggle-right:before {
    content: "\f152"
}

.icon-eur:before,.icon-euro:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before,.icon-usd:before {
    content: "\f155"
}

.icon-inr:before,.icon-rupee:before {
    content: "\f156"
}

.icon-cny:before,.icon-jpy:before,.icon-rmb:before,.icon-yen:before {
    content: "\f157"
}

.icon-rouble:before,.icon-rub:before,.icon-ruble:before {
    content: "\f158"
}

.icon-krw:before,.icon-won:before {
    content: "\f159"
}

.icon-bitcoin:before,.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-alpha-asc:before {
    content: "\f15d"
}

.icon-sort-alpha-desc:before {
    content: "\f15e"
}

.icon-sort-amount-asc:before {
    content: "\f160"
}

.icon-sort-amount-desc:before {
    content: "\f161"
}

.icon-sort-numeric-asc:before {
    content: "\f162"
}

.icon-sort-numeric-desc:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-square:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-square:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stack-overflow:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-square:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-square:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before,.icon-gratipay:before {
    content: "\f184"
}

.icon-sun-o:before {
    content: "\f185"
}

.icon-moon-o:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.icon-pagelines:before {
    content: "\f18c"
}

.icon-stack-exchange:before {
    content: "\f18d"
}

.icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.icon-arrow-circle-o-left:before {
    content: "\f190"
}

.icon-caret-square-o-left:before,.icon-toggle-left:before {
    content: "\f191"
}

.icon-dot-circle-o:before {
    content: "\f192"
}

.icon-wheelchair:before {
    content: "\f193"
}

.icon-vimeo-square:before {
    content: "\f194"
}

.icon-try:before,.icon-turkish-lira:before {
    content: "\f195"
}

.icon-plus-square-o:before {
    content: "\f196"
}

.icon-space-shuttle:before {
    content: "\f197"
}

.icon-slack:before {
    content: "\f198"
}

.icon-envelope-square:before {
    content: "\f199"
}

.icon-wordpress:before {
    content: "\f19a"
}

.icon-openid:before {
    content: "\f19b"
}

.icon-bank:before,.icon-institution:before,.icon-university:before {
    content: "\f19c"
}

.icon-graduation-cap:before,.icon-mortar-board:before {
    content: "\f19d"
}

.icon-yahoo:before {
    content: "\f19e"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-reddit:before {
    content: "\f1a1"
}

.icon-reddit-square:before {
    content: "\f1a2"
}

.icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.icon-stumbleupon:before {
    content: "\f1a4"
}

.icon-delicious:before {
    content: "\f1a5"
}

.icon-digg:before {
    content: "\f1a6"
}

.icon-pied-piper:before {
    content: "\f1a7"
}

.icon-pied-piper-alt:before {
    content: "\f1a8"
}

.icon-drupal:before {
    content: "\f1a9"
}

.icon-joomla:before {
    content: "\f1aa"
}

.icon-language:before {
    content: "\f1ab"
}

.icon-fax:before {
    content: "\f1ac"
}

.icon-building:before {
    content: "\f1ad"
}

.icon-child:before {
    content: "\f1ae"
}

.icon-paw:before {
    content: "\f1b0"
}

.icon-spoon:before {
    content: "\f1b1"
}

.icon-cube:before {
    content: "\f1b2"
}

.icon-cubes:before {
    content: "\f1b3"
}

.icon-behance:before {
    content: "\f1b4"
}

.icon-behance-square:before {
    content: "\f1b5"
}

.icon-steam:before {
    content: "\f1b6"
}

.icon-steam-square:before {
    content: "\f1b7"
}

.icon-recycle:before {
    content: "\f1b8"
}

.icon-automobile:before,.icon-car:before {
    content: "\f1b9"
}

.icon-cab:before,.icon-taxi:before {
    content: "\f1ba"
}

.icon-tree:before {
    content: "\f1bb"
}

.icon-spotify:before {
    content: "\f1bc"
}

.icon-deviantart:before {
    content: "\f1bd"
}

.icon-soundcloud:before {
    content: "\f1be"
}

.icon-database:before {
    content: "\f1c0"
}

.icon-file-pdf-o:before {
    content: "\f1c1"
}

.icon-file-word-o:before {
    content: "\f1c2"
}

.icon-file-excel-o:before {
    content: "\f1c3"
}

.icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.icon-file-image-o:before,.icon-file-photo-o:before,.icon-file-picture-o:before {
    content: "\f1c5"
}

.icon-file-archive-o:before,.icon-file-zip-o:before {
    content: "\f1c6"
}

.icon-file-audio-o:before,.icon-file-sound-o:before {
    content: "\f1c7"
}

.icon-file-movie-o:before,.icon-file-video-o:before {
    content: "\f1c8"
}

.icon-file-code-o:before {
    content: "\f1c9"
}

.icon-vine:before {
    content: "\f1ca"
}

.icon-codepen:before {
    content: "\f1cb"
}

.icon-jsfiddle:before {
    content: "\f1cc"
}

.icon-life-bouy:before,.icon-life-buoy:before,.icon-life-ring:before,.icon-life-saver:before,.icon-support:before {
    content: "\f1cd"
}

.icon-circle-o-notch:before {
    content: "\f1ce"
}

.icon-ra:before,.icon-rebel:before {
    content: "\f1d0"
}

.icon-empire:before,.icon-ge:before {
    content: "\f1d1"
}

.icon-git-square:before {
    content: "\f1d2"
}

.icon-git:before {
    content: "\f1d3"
}

.icon-hacker-news:before,.icon-y-combinator-square:before,.icon-yc-square:before {
    content: "\f1d4"
}

.icon-tencent-weibo:before {
    content: "\f1d5"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-wechat:before,.icon-weixin:before {
    content: "\f1d7"
}

.icon-paper-plane:before,.icon-send:before {
    content: "\f1d8"
}

.icon-paper-plane-o:before,.icon-send-o:before {
    content: "\f1d9"
}

.icon-history:before {
    content: "\f1da"
}

.icon-circle-thin:before {
    content: "\f1db"
}

.icon-header:before {
    content: "\f1dc"
}

.icon-paragraph:before {
    content: "\f1dd"
}

.icon-sliders:before {
    content: "\f1de"
}

.icon-share-alt:before {
    content: "\f1e0"
}

.icon-share-alt-square:before {
    content: "\f1e1"
}

.icon-bomb:before {
    content: "\f1e2"
}

.icon-futbol-o:before,.icon-soccer-ball-o:before {
    content: "\f1e3"
}

.icon-tty:before {
    content: "\f1e4"
}

.icon-binoculars:before {
    content: "\f1e5"
}

.icon-plug:before {
    content: "\f1e6"
}

.icon-slideshare:before {
    content: "\f1e7"
}

.icon-twitch:before {
    content: "\f1e8"
}

.icon-yelp:before {
    content: "\f1e9"
}

.icon-newspaper-o:before {
    content: "\f1ea"
}

.icon-wifi:before {
    content: "\f1eb"
}

.icon-calculator:before {
    content: "\f1ec"
}

.icon-paypal:before {
    content: "\f1ed"
}

.icon-google-wallet:before {
    content: "\f1ee"
}

.icon-cc-visa:before {
    content: "\f1f0"
}

.icon-cc-mastercard:before {
    content: "\f1f1"
}

.icon-cc-discover:before {
    content: "\f1f2"
}

.icon-cc-amex:before {
    content: "\f1f3"
}

.icon-cc-paypal:before {
    content: "\f1f4"
}

.icon-cc-stripe:before {
    content: "\f1f5"
}

.icon-bell-slash:before {
    content: "\f1f6"
}

.icon-bell-slash-o:before {
    content: "\f1f7"
}

.icon-trash:before {
    content: "\f1f8"
}

.icon-copyright:before {
    content: "\f1f9"
}

.icon-at:before {
    content: "\f1fa"
}

.icon-eyedropper:before {
    content: "\f1fb"
}

.icon-paint-brush:before {
    content: "\f1fc"
}

.icon-birthday-cake:before {
    content: "\f1fd"
}

.icon-area-chart:before {
    content: "\f1fe"
}

.icon-pie-chart:before {
    content: "\f200"
}

.icon-line-chart:before {
    content: "\f201"
}

.icon-lastfm:before {
    content: "\f202"
}

.icon-lastfm-square:before {
    content: "\f203"
}

.icon-toggle-off:before {
    content: "\f204"
}

.icon-toggle-on:before {
    content: "\f205"
}

.icon-bicycle:before {
    content: "\f206"
}

.icon-bus:before {
    content: "\f207"
}

.icon-ioxhost:before {
    content: "\f208"
}

.icon-angellist:before {
    content: "\f209"
}

.icon-cc:before {
    content: "\f20a"
}

.icon-ils:before,.icon-shekel:before,.icon-sheqel:before {
    content: "\f20b"
}

.icon-meanpath:before {
    content: "\f20c"
}

.icon-buysellads:before {
    content: "\f20d"
}

.icon-connectdevelop:before {
    content: "\f20e"
}

.icon-dashcube:before {
    content: "\f210"
}

.icon-forumbee:before {
    content: "\f211"
}

.icon-leanpub:before {
    content: "\f212"
}

.icon-sellsy:before {
    content: "\f213"
}

.icon-shirtsinbulk:before {
    content: "\f214"
}

.icon-simplybuilt:before {
    content: "\f215"
}

.icon-skyatlas:before {
    content: "\f216"
}

.icon-cart-plus:before {
    content: "\f217"
}

.icon-cart-arrow-down:before {
    content: "\f218"
}

.icon-diamond:before {
    content: "\f219"
}

.icon-ship:before {
    content: "\f21a"
}

.icon-user-secret:before {
    content: "\f21b"
}

.icon-motorcycle:before {
    content: "\f21c"
}

.icon-street-view:before {
    content: "\f21d"
}

.icon-heartbeat:before {
    content: "\f21e"
}

.icon-venus:before {
    content: "\f221"
}

.icon-mars:before {
    content: "\f222"
}

.icon-mercury:before {
    content: "\f223"
}

.icon-intersex:before,.icon-transgender:before {
    content: "\f224"
}

.icon-transgender-alt:before {
    content: "\f225"
}

.icon-venus-double:before {
    content: "\f226"
}

.icon-mars-double:before {
    content: "\f227"
}

.icon-venus-mars:before {
    content: "\f228"
}

.icon-mars-stroke:before {
    content: "\f229"
}

.icon-mars-stroke-v:before {
    content: "\f22a"
}

.icon-mars-stroke-h:before {
    content: "\f22b"
}

.icon-neuter:before {
    content: "\f22c"
}

.icon-genderless:before {
    content: "\f22d"
}

.icon-facebook-official:before {
    content: "\f230"
}

.icon-pinterest-p:before {
    content: "\f231"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-server:before {
    content: "\f233"
}

.icon-user-plus:before {
    content: "\f234"
}

.icon-user-times:before {
    content: "\f235"
}

.icon-bed:before,.icon-hotel:before {
    content: "\f236"
}

.icon-viacoin:before {
    content: "\f237"
}

.icon-train:before {
    content: "\f238"
}

.icon-subway:before {
    content: "\f239"
}

.icon-medium:before {
    content: "\f23a"
}

.icon-y-combinator:before,.icon-yc:before {
    content: "\f23b"
}

.icon-optin-monster:before {
    content: "\f23c"
}

.icon-opencart:before {
    content: "\f23d"
}

.icon-expeditedssl:before {
    content: "\f23e"
}

.icon-battery-4:before,.icon-battery-full:before {
    content: "\f240"
}

.icon-battery-3:before,.icon-battery-three-quarters:before {
    content: "\f241"
}

.icon-battery-2:before,.icon-battery-half:before {
    content: "\f242"
}

.icon-battery-1:before,.icon-battery-quarter:before {
    content: "\f243"
}

.icon-battery-0:before,.icon-battery-empty:before {
    content: "\f244"
}

.icon-mouse-pointer:before {
    content: "\f245"
}

.icon-i-cursor:before {
    content: "\f246"
}

.icon-object-group:before {
    content: "\f247"
}

.icon-object-ungroup:before {
    content: "\f248"
}

.icon-sticky-note:before {
    content: "\f249"
}

.icon-sticky-note-o:before {
    content: "\f24a"
}

.icon-cc-jcb:before {
    content: "\f24b"
}

.icon-cc-diners-club:before {
    content: "\f24c"
}

.icon-clone:before {
    content: "\f24d"
}

.icon-balance-scale:before {
    content: "\f24e"
}

.icon-hourglass-o:before {
    content: "\f250"
}

.icon-hourglass-1:before,.icon-hourglass-start:before {
    content: "\f251"
}

.icon-hourglass-2:before,.icon-hourglass-half:before {
    content: "\f252"
}

.icon-hourglass-3:before,.icon-hourglass-end:before {
    content: "\f253"
}

.icon-hourglass:before {
    content: "\f254"
}

.icon-hand-grab-o:before,.icon-hand-rock-o:before {
    content: "\f255"
}

.icon-hand-paper-o:before,.icon-hand-stop-o:before {
    content: "\f256"
}

.icon-hand-scissors-o:before {
    content: "\f257"
}

.icon-hand-lizard-o:before {
    content: "\f258"
}

.icon-hand-spock-o:before {
    content: "\f259"
}

.icon-hand-pointer-o:before {
    content: "\f25a"
}

.icon-hand-peace-o:before {
    content: "\f25b"
}

.icon-trademark:before {
    content: "\f25c"
}

.icon-registered:before {
    content: "\f25d"
}

.icon-creative-commons:before {
    content: "\f25e"
}

.icon-gg:before {
    content: "\f260"
}

.icon-gg-circle:before {
    content: "\f261"
}

.icon-tripadvisor:before {
    content: "\f262"
}

.icon-odnoklassniki:before {
    content: "\f263"
}

.icon-odnoklassniki-square:before {
    content: "\f264"
}

.icon-get-pocket:before {
    content: "\f265"
}

.icon-wikipedia-w:before {
    content: "\f266"
}

.icon-safari:before {
    content: "\f267"
}

.icon-chrome:before {
    content: "\f268"
}

.icon-firefox:before {
    content: "\f269"
}

.icon-opera:before {
    content: "\f26a"
}

.icon-internet-explorer:before {
    content: "\f26b"
}

.icon-television:before,.icon-tv:before {
    content: "\f26c"
}

.icon-contao:before {
    content: "\f26d"
}

.icon-500px:before {
    content: "\f26e"
}

.icon-amazon:before {
    content: "\f270"
}

.icon-calendar-plus-o:before {
    content: "\f271"
}

.icon-calendar-minus-o:before {
    content: "\f272"
}

.icon-calendar-times-o:before {
    content: "\f273"
}

.icon-calendar-check-o:before {
    content: "\f274"
}

.icon-industry:before {
    content: "\f275"
}

.icon-map-pin:before {
    content: "\f276"
}

.icon-map-signs:before {
    content: "\f277"
}

.icon-map-o:before {
    content: "\f278"
}

.icon-map:before {
    content: "\f279"
}

.icon-commenting:before {
    content: "\f27a"
}

.icon-commenting-o:before {
    content: "\f27b"
}

.icon-houzz:before {
    content: "\f27c"
}

.icon-vimeo:before {
    content: "\f27d"
}

.icon-black-tie:before {
    content: "\f27e"
}

.icon-fonticons:before {
    content: "\f280"
}

.icon-reddit-alien:before {
    content: "\f281"
}

.icon-edge:before {
    content: "\f282"
}

.icon-credit-card-alt:before {
    content: "\f283"
}

.icon-codiepie:before {
    content: "\f284"
}

.icon-modx:before {
    content: "\f285"
}

.icon-fort-awesome:before {
    content: "\f286"
}

.icon-usb:before {
    content: "\f287"
}

.icon-product-hunt:before {
    content: "\f288"
}

.icon-mixcloud:before {
    content: "\f289"
}

.icon-scribd:before {
    content: "\f28a"
}

.icon-pause-circle:before {
    content: "\f28b"
}

.icon-pause-circle-o:before {
    content: "\f28c"
}

.icon-stop-circle:before {
    content: "\f28d"
}

.icon-stop-circle-o:before {
    content: "\f28e"
}

.icon-shopping-bag:before {
    content: "\f290"
}

.icon-shopping-basket:before {
    content: "\f291"
}

.icon-hashtag:before {
    content: "\f292"
}

.icon-bluetooth:before {
    content: "\f293"
}

.icon-bluetooth-b:before {
    content: "\f294"
}

.icon-percent:before {
    content: "\f295"
}

.icon-gitlab:before {
    content: "\f296"
}

.icon-wpbeginner:before {
    content: "\f297"
}

.icon-wpforms:before {
    content: "\f298"
}

.icon-envira:before {
    content: "\f299"
}

.icon-universal-access:before {
    content: "\f29a"
}

.icon-wheelchair-alt:before {
    content: "\f29b"
}

.icon-question-circle-o:before {
    content: "\f29c"
}

.icon-blind:before {
    content: "\f29d"
}

.icon-audio-description:before {
    content: "\f29e"
}

.icon-volume-control-phone:before {
    content: "\f2a0"
}

.icon-braille:before {
    content: "\f2a1"
}

.icon-assistive-listening-systems:before {
    content: "\f2a2"
}

.icon-american-sign-language-interpreting:before,.icon-asl-interpreting:before {
    content: "\f2a3"
}

.icon-deaf:before,.icon-deafness:before,.icon-hard-of-hearing:before {
    content: "\f2a4"
}

.icon-glide:before {
    content: "\f2a5"
}

.icon-glide-g:before {
    content: "\f2a6"
}

.icon-sign-language:before,.icon-signing:before {
    content: "\f2a7"
}

.icon-low-vision:before {
    content: "\f2a8"
}

.icon-viadeo:before {
    content: "\f2a9"
}

.icon-viadeo-square:before {
    content: "\f2aa"
}

.icon-snapchat:before {
    content: "\f2ab"
}

.icon-snapchat-ghost:before {
    content: "\f2ac"
}

.icon-snapchat-square:before {
    content: "\f2ad"
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icon-2x {
    font-size: 2em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.icon-ul>li {
    position: relative
}

.icon-li,.sr-only {
    position: absolute
}

.icon-li {
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.icon-li.icon-lg {
    left: -1.85714286em
}

@font-face {
    font-family: FontAwesome;
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.1');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.1') format('woff2'),url(assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.1) format('woff'),url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.icon-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.icon-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1,1)
}

.icon-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1,-1)
}

:root .icon-flip-horizontal,:root .icon-flip-vertical,:root .icon-rotate-180,:root .icon-rotate-270,:root .icon-rotate-90 {
    -webkit-filter: none;
    filter: none
}

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

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

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.icon-stack-1x,.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.icon-stack-1x {
    line-height: inherit
}

.icon-stack-2x {
    font-size: 2em
}

.icon-inverse {
    color: #fff
}

.application-header .navigation-bar-content .logo,application-header .navigation-bar-content .logo {
    margin-left: 1rem;
    height: 66px;
    width: 130px;
    background: url(../images/tenant-logo.svg) no-repeat;
    background-size: contain
}

@media only screen and (min-width: 768px) {
    .application-header .navigation-bar-content .logo,application-header .navigation-bar-content .logo {
        height:5em;
        width: 11em;
        background-image: url(../images/tenant-logo.svg)
    }
}

.application-header .divider .wrapper,application-header .divider .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    padding-left: 16px;
    padding-right: 16px;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .application-header .divider .wrapper,application-header .divider .wrapper {
        padding-left:24px;
        padding-right: 24px
    }
}

.application-header .divider .wrapper .detail,application-header .divider .wrapper .detail {
    height: 100%;
    background: url(../images/divider_bar.svg) repeat-y
}
