body {
    margin: 0;
    font-family: FreightSans Pro, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px
}

body, html {
    width: 100%;
    height: 100%
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

h1, h2, h3, h4 {
    font-family: Din Alternate, sans-serif;
    font-weight: 700;
    margin: 0
}

h1 {
    font-size: 40px;
    line-height: 50px
}

h1, h2 {
    color: #14477c
}

h2 {
    font-size: 32px;
    line-height: 38px
}

h3 {
    font-size: 24px;
    line-height: 28px;
    color: #3e3e3e
}

h4, li, p {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px
}

li, p {
    margin: 0
}

li b, li strong, p b, p strong {
    color: #3e3e3e
}

p+p {
    margin-top: 16px
}

ul {
    padding: 0;
    list-style-position: inside
}

.color-blue {
    color: #00c1f4
}

.color-navy {
    color: #14477c
}

.input, .select {
    border: 1px solid #d3d6d6;
    padding: 13px 15px;
    width: 100%;
    border-radius: 4px;
    font: inherit;
    color: #3e3e3e;
    background-color: #fff
}


.form-row+.form-row {
    margin-top: 25px
}

.input {
    -webkit-appearance: none
}

.input--error {
    color: #00c1f4
}

.input::-webkit-input-placeholder {
    color: inherit
}

.input:-ms-input-placeholder {
    color: inherit
}

.input::-ms-input-placeholder {
    color: inherit
}

.input::placeholder {
    color: inherit
}

.input::-webkit-calendar-picker-indicator, .input::-webkit-clear-button, .input::-webkit-inner-spin-button {
    display: none
}

input.input {
    height: 47px
}

textarea.input {
    min-height: 150px
}

.select {
    line-height: 21px;
    position: relative;
    background-image: url(https://website-p1.revuw.eu/wp-content/themes/twentyseventeen-alexion/images/426f90c729c1024487b4acbc9d209c38.svg);
    background-repeat: no-repeat;
    background-size: 22px 18px;
    background-position: 100%;
    height: 47px
}

.select select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    opacity: 0
}

.select input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /* -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;*/
    opacity: 1;
	background-color:transparent;
}

.select--error {
    color: #00c1f4
}

.button-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.button-input .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.button-input .button {
    width: auto;
    border-radius: 0 4px 4px 0
}

.checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #d3d6d6;
    border-radius: 4px;
    position: relative
}

.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    z-index: 2
}

.checkbox__check {
    background-image: url(https://website-p1.revuw.eu/wp-content/themes/twentyseventeen-alexion/images/09affe1a948fa2fe195eee6c2a4fa6e5.svg);
    width: 19px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px -6px;
    z-index: 1;
    display: none;
    pointer-events: none
}

.checkbox input:checked~.checkbox__check {
    display: block
}

.radio {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #d3d6d6;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.radio input {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2
}

.radio__check {
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    background-color: #787878;
    display: none;
    pointer-events: none;
    z-index: 1
}

.radio input:checked~.radio__check {
    display: block
}

.form-label {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px
}

.form-error {
    color: #00c1f4
}

.input-field .form-label {
    display: block;
    margin-bottom: 10px
}

.input-field .form-error {
    margin-top: 10px
}

.checkbox-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-field .form-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group>:not(:first-child) {
    margin-left: 15px
}

.button {
    background-color: #00c1f4;
    border: 0;
    border-bottom: 2px solid #14477c;
    font-family: Din Alternate, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 13px 20px 10px;
    min-height: 47px;
    -webkit-transition: opacity .3s ease-out, background-color .2s ease-out;
    transition: opacity .3s ease-out, background-color .2s ease-out;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    cursor: pointer
}

.button:not(.button--selected):hover {
    background-color: #14477c
}

.button--block {
    display: block;
    width: 100%
}

.button--loading {
    background-image: url(https://website-p1.revuw.eu/wp-content/themes/twentyseventeen-alexion/images/7627bc820cce40098e897ca98413d895.svg);
    color: hsla(0, 0%, 100%, 0);
    background-size: auto 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none
}

.button--disabled {
    pointer-events: none;
    opacity: .5
}

.button--small {
    padding: 5px;
    font-size: 13px;
    line-height: 18px
}

.button--large {
    font-size: 18px;
    line-height: 22px;
    border-bottom-width: 3px
}

.button--x-large {
    padding: 33px 20px 27px;
    font-size: 22px;
    line-height: 26px;
    border-bottom-width: 4px
}

.button--secondary, .button--selected {
    background-color: #14477c
}

.button--secondary:not(.button--selected):hover {
    background-color: #0d2e50
}

.button--secondary.button--selected {
    background-color: #09213a
}

.button--white {
    background-color: #fff;
    border: 1px solid #d3d6d6;
    color: #3e3e3e;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.button--white:not(.button--selected):hover {
    background-color: #f2f3f3
}

.button--white.button--selected {
    background-color: #d3d6d6
}

.button--white.button--large {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.button--white.button--x-large {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.button--grey-link {
    border: 0;
    color: #3e3e3e;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under
}

.button--grey-link, .button--grey-link:not(.button--selected):hover {
    background-color: transparent
}

.button--left {
    text-align: left
}

.article img, .image {
    border-radius: 8px;
    width: 100%;
    background-color: #f2f3f3;
    overflow: hidden
}
.post-ratings-loading img{
  max-width:100%;
  width:16px;
}
.post-ratings-loading{ color:white; }
.article a, .link {
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under
}

.link {
    color: #00c1f4
}

.article a, .link--secondary {
    color: #3e3e3e
}

.article hr, .rule {
    border: 0;
    border-top: 1px solid #d3d6d6;
    margin: 0
}

.star-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.star-rating__star {
    width: 25px;
    height: 20px;
    background-image: url(https://website-p1.revuw.eu/wp-content/themes/twentyseventeen-alexion/images/2e9e35131bd985448b901d3315c19826.svg);
    background-size: auto 100%;
    background-position: 0
}

.star-rating__star--checked {
    background-position: 100%
}

.star-rating--interactive:hover {
    direction: rtl
}

.star-rating--interactive:hover .star-rating__star--checked {
    background-position: 0
}

.star-rating--interactive:hover .star-rating__star:hover, .star-rating--interactive:hover .star-rating__star:hover~.star-rating__star {
    background-position: 100%
}

.article table, .table {
    border-spacing: 0;
    border-radius: 4px;
    border: 1px solid #d3d6d6
}

.article table td, .table td {
    padding: 20px;
    border-bottom: 1px solid #d3d6d6;
    border-left: 1px solid #d3d6d6
}

.article table td:first-child, .table td:first-child {
    border-left: 0
}

.article table tr:last-child td, .table tr:last-child td {
    border-bottom: 0
}

.article table tr:nth-child(2n), .table tr:nth-child(2n) {
    background-color: #f2f3f3
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px
}

.icon svg {
    width: 100%;
    height: 100%;
    fill: #00c1f4
}

.icon--large {
    width: 42px;
    height: 42px
}

.icon--med {
    width: 22px;
    height: 22px
}

.circle-button {
    background-color: #00c1f4;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    font-family: Din Alternate, sans-serif;
    font-weight: 700;
    font-size: 14px
}

.circle-button--selected, .circle-button:hover {
    background-color: #14477c
}

.circle-button .icon svg {
    fill: #fff
}

.circle-button--med {
    width: 36px;
    height: 36px;
    font-size: 20px
}

.signpost {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.signpost:before {
    content: "";
    height: 14px;
    background-color: #d3d6d6;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 16px;
    z-index: 1
}

.signpost--25:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#14477c), color-stop(75%), color-stop(75%, #d3d6d6));
    background-image: linear-gradient(90deg, #14477c 0, 75%, #d3d6d6 75%)
}

.signpost--33:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#14477c), color-stop(33%), color-stop(33%, #d3d6d6));
    background-image: linear-gradient(90deg, #14477c 0, 33%, #d3d6d6 33%)
}

.signpost--50:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#14477c), color-stop(50%), color-stop(50%, #d3d6d6));
    background-image: linear-gradient(90deg, #14477c 0, 50%, #d3d6d6 50%)
}

.signpost--66:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#14477c), color-stop(66%), color-stop(66%, #d3d6d6));
    background-image: linear-gradient(90deg, #14477c 0, 66%, #d3d6d6 66%)
}

.signpost--75:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#14477c), color-stop(75%), color-stop(75%, #d3d6d6));
    background-image: linear-gradient(90deg, #14477c 0, 75%, #d3d6d6 75%)
}

.signpost--100:before {
    background-color: #14477c
}

.signpost__number {
    background-color: #00c1f4;
    font-family: Din Alternate, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 9px 0 7px;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 2;
    border: 5px solid #fff
}

.signpost__number--complete {
    background-color: #14477c
}

.card {
    background-color: #fff;
    border: 1px solid #d3d6d6;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    display: block
}

.card__heading {
    margin-bottom: 30px
}

.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card__image {
    max-width: 200px;
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
    background-size: cover;
    margin-left: 30px
}

.card__image:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block
}

.card__footer {
    margin-top: 20px
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button-group:not(.button-group--vertical).button-group--large>* {
    margin-left: 24px
}

.button-group:not(.button-group--vertical).button-group--small>* {
    margin-left: 6px
}

.button-group:not(.button-group--vertical)>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-left: 12px
}

.button-group:not(.button-group--vertical)>:first-child {
    margin-left: 0
}

.button-group--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.button-group--vertical.button-group--large>* {
    margin-top: 24px
}

.button-group--vertical.button-group--small>* {
    margin-top: 6px
}

.button-group--vertical>* {
    margin-top: 12px
}

.button-group--vertical>:first-child {
    margin-top: 0
}
