* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

form {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #007bcd;
}

a:visited {
    text-decoration: none;
}

span {
    display: block;
    margin-bottom: 20px;
}

span.full {
    width: 93%;
    float: left;
    display: block;
}

h1 {
    /*text-align: center;*/
    font-family: "Volvo Sans Light";
    font-weight: normal;
    font-size: 38px;
    color: #161618;
    letter-spacing: 0;
    margin: 0 0 26px 0;
}

h2 {
    font-family: "Volvo Sans Light";
    font-weight: normal;
    font-size: 26px;
    color: #161618;
    margin: 0 0 26px 0;
    line-height: 32px;
    letter-spacing: 0;
}

h3 {
    float: left;
}

p {
    font-weight: bold;
}

p.small {
    font-weight: normal;
    width: 95%;
    margin-bottom: 6px;
}

small {
    font-family: "Volvo Sans Light";
    font-size: 15px;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #ffffff;
}

input.squared {
    width: 265px;
    height: 36px;
    float: left;
    border: 0;
    border: solid 1px #dddddd;
    border-radius: 0;
    line-height: 19px;
    padding: 8px;
    outline: 0;
    -webkit-appearance: none;
    margin-right: 14px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: Volvo Sans Light;
    color: #333333;
}

input.squared.right {
    margin-right: 0;
}

input.squared.captcha {
    width: 100px;
    height: 36px;
}

input.squared.invalid {
    border: 1px solid #ff0000 !important;
}

input.squared.nofloat {
    clear: both;
}

input.squared:active,
input.squared:focus {
    border: 1px solid #999999 !important;
}

input.squared.disabled {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    color: #999999;
}

input[type="radio"] {
    margin: 4px 4px 4px 2px;
}

.button {
    float: left;
    line-height: 12px;
    padding: 20px 50px 0 45px;
    margin: 10px 0;
    background-color: #ffffff;
    cursor: pointer;
    font-family: "Volvo Sans Light";
    font-size: 15px;
    font-weight: normal;
    color: #007bcd;
    border: solid 1px #007bcd;
    height: 55px;
}

.buttonWhite {
    float: left;
    line-height: 12px;
    padding: 20px 50px 0 45px;
    margin: 10px 0;
    background-color: transparent;
    cursor: pointer;
    font-family: "Volvo Sans Light";
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    border: solid 1px #ffffff;
    height: 55px;
}

.buttonWhite:hover {
    background-color: #ffffff;
    color: #333333;
}

.button:hover {
    background-color: #007bcd;
    color: #ffffff;
}

.button.white {
    color: #212721;
    background-image: url('../img/button-arrow-right-blue.png');
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
}

.button.white:hover {
    color: #5c92bb;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .button.white {
        background-image: url('../img/button-arrow-right-blue@2x.png');
        background-size: 17px 13px;
    }
}

.button.noarrow {
    background-image: none;
    width: initial;
    display: inline-block;
    padding-right: 10px;
    -webkit-appearance: none;
}

.button.noarrow.consentPage {
    padding: 10px 20px;
    width: 150px;    
}

.button.noarrow.right {
    float: right;
}

.button.geoloc-icon {
    background-image: url('../img/location.png');
    min-width: 267px;
    padding-right: 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .button.geoloc-icon {
        background-image: url('../img/location@2x.png');
        background-size: 30px 19px;
    }
}

.button.marginTop0 {
    margin-top: 0;
}

.error-message {
    width: 274px;
    margin-top: 10px;
    font-weight: normal;
    font-family: "Volvo Sans Light", Helvetica, Arial, sans-serif;
    font-size: 12px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.error-message {
    border: 2px solid #003057 !important;
}

.error-message:empty {
    margin: 0;
}

.error-message.inline {
    margin: 0;
}

.ironmark {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 80px;
    background-image: url('../img/ironmark.png');
    /*z-index: 100;*/
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
}

.box {
    position: relative;
    margin: 0 auto;
    top: 180px;
    width: 642px;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.box.static {
    position: absolute;
    height: 160px;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -309px;
}

.content {
    /*padding: 40px;*/
    font-family: "Volvo Sans Light";
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    min-height: 180px;
}

.invitationBox {
    margin: 28px 0 0 0;
}

.ui-loader {
    display: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.footer {
    width: 100%;
    line-height: 84px;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 15px;
    font-family: "Volvo Sans Light";
    font-weight: normal;
}

.footerSignup {
    width: 100%;
    line-height: 84px;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 15px;
    font-family: "Volvo Sans Light";
    font-weight: normal;
}

.footerConsent {
    width: 100%;
    line-height: 84px;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 15px;
    font-family: "Volvo Sans Light";
    font-weight: normal;
}

.footer .ui-link div {
    height: 55px;
    margin-bottom: 40px;
}

#prev {
    position: absolute;
    left: 40px;
    cursor: pointer;
    color: #007bcd;
    padding: 0 24px 0 15px;
    height: 46px;
    line-height: 46px;
    margin-top: 14px;
}

#prev div {
    float: right;
    letter-spacing: .4px;
}

.left-arrow {
    width: 22px;
    height: 46px;
    margin-right: 14px;
    background-image: url('../img/left-arrow.png');
    background-repeat: no-repeat;
    background-position: left;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .left-arrow {
        background-image: url('../img/left-arrow@2x.png');
        background-size: 22px 22px;
    }
    #prev:hover .left-arrow {
        background-image: url('../img/left-arrow-white@2x.png');
    }
}

#next {
    position: absolute;
    right: 40px;
    cursor: pointer;
    padding: 0 15px 0 24px;
}

#next div {
    float: left;
    letter-spacing: .4px;
    min-width: 120px;
}

.svgArrow {
    speak: none;
    display: inline-block;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    height: 9px;
    color: currentColor;
    margin-right: 4px;
    width: 12.5px;
    height: 9px;
}

.button:hover .svgArrow {
    margin-left: 4px;
    margin-right: 0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.buttonWhite:hover .svgArrow {
    margin-left: 4px;
    margin-right: 0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blueLink:hover .svgArrow {
    margin-left: 4px;
    margin-right: 0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.right-arrow {
    width: 22px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: right;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .right-arrow {
        background-image: url('../img/right-arrow-white@2x.png');
        background-size: 22px 22px;
    }
    #next:hover .right-arrow {
        background-image: url('../img/right-arrow-white@2x.png');
    }
}

.page-container {
    width: 60px;
    margin: 0 auto;
    margin-top: -5px;
}

body .page-container-4 {
    width: 80px;
}

.page {
    float: left;
    color: #007bcd;
    width: 20px;
    font-size: 16px;
}

.page.active {
    color: #007bcd;
    font-weight: bold;
}

@media(max-width:480px) {
    .footerConsent #next .button {
        border: 0;
        padding: 18px 0px 0 60px!important;
    }
    .footerConsent #next .button:hover {
        border: 0;
        background-color: transparent;
        color: #007bcd;
    }
    .footerSignup .button {
        border: 0;
        padding: 18px 15px 0 45px!important;
    }
    .footerSignup .button:hover {
        border: 0;
        background-color: transparent;
        color: #007bcd;
    }
    .footerConsent {
        overflow: visible;
    }
    .footerConsent .page-container {
        margin-top: -40px;
    }
    .footerSignup #next {
        right: 180px;
        top: 44px;
        left: 50%;
        margin-left: -90px;
    }
}

.welcome {
    background-image: url('../img/background-welcome.jpg');
}

.bottom-container {
    font: "Volvo Sans", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 60px;
    left: 50px;
    width: 380px;
}

.bottom-container h1 {
    font-size: 48px;
    color: #FFF;
    display: block;
    float: left;
    font-weight: 300;
    margin: 0px;
}

.bottom-container a {
    margin: 10px 0px 0px 0px;
    width: auto;
    background-position: 95% center;
    background-origin: padding-box;
}

.bottom-container p {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    display: block;
    float: left;
    margin-top: 0px;
    letter-spacing: 0.5px;
}

.bottom-container .content {
    padding-left: 0;
}

.expandedErrorMsg {
    width: 90%;
}

.fields {
    margin-top: 6px;
}

p.password-text {
    margin: 5px 0 6px 0;
    font-weight: normal;
    margin-left: 4px;
    float: left;
}

p.password-text.invalid small {
    color: #003057;
}

.styled-select select {
    background: transparent;
    background-color: rgba(0, 0, 0, 0);
    width: 110%;
    overflow: hidden;
    margin-left: 10px;
    padding: 8px 11px 8px 0px;
    font-size: 14px;
    font-family: "Volvo Sans", Helvetica, Arial, sans-serif;
    color: #212721;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 35px;
    outline: 0;
    -webkit-appearance: none;
}

.styled-select {
    float: left;
    margin-right: 14px;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 265px;
    height: 35px;
    overflow: hidden;
    background: url('../img/arrow.png') no-repeat right #fff;
    background-origin: content-box;
    border: solid 1px #c1c1c1;
    -webkit-box-shadow: inset 0px 1px 1px #848484;
    -moz-box-shadow: inset 0px 1px 1px #848484;
    box-shadow: inset 0px 1px 1px #848484;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .styled-select {
        background-image: url('../img/arrow@2x.png');
        background-size: 11px 7px;
    }
}

.styled-select.right {
    margin-right: 0;
}

.styled-select.invalid {
    background-color: transparent;
    background-image: url('../img/arrow-error.png');
    border: 1px solid #003057;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .styled-select.invalid {
        background-image: url('../img/arrow-error@2x.png');
        background-size: 11px 7px;
    }
}

.styled-select.invalid select {
    color: #fff;
}

.password-div {
    float: left;
    padding: 0;
    margin: 0;
}

#passwordLabel {
    display: none;
    clear: both;
}

#password2Label {
    display: none;
    clear: both;
}

#password3Label {
    display: none;
    clear: both;
}

#userForm .error-message {
    margin-left: 4px;
}

#titleContainer {
    display: none;
}

#genderContainer {
    display: none;
}

#usernameLabel {
    display: none;
    clear: both;
}

#username2Label {
    display: none;
    clear: both;
}

#usernameField {
    clear: both;
}

#usernameReField {
    clear: both;
}

#changeUsernameButtonDiv {
    width: 100%;
    clear: both;
}

#newsLetterSelect {
    display: none;
}

#continue {
    display: none;
}

.termsBox {
    width: 100%;
    height: 205px;
    padding: 25px 30px !important;
    margin-top: 30px;
    font-size: 14px;
    font-family: "Volvo Sans", Helvetica, Arial, sans-serif;
    color: #212721;
    background-color: #fff;
    padding: 11px;
    outline: 0;
    -webkit-appearance: none;
    border: solid 1px #c1c1c1;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkDiv {
    width: 44%;
    float: left;
    padding: 10px 8px 0 8px;
    margin-right: 6%;
    font-family: "Volvo Sans Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.checkDiv input {
    float: left;
    clear: left;
    margin-top: 0px;
}

.checkBoxx[type="checkbox"]:before {
    border: 2px solid #808080;
}

label input {
    visibility: hidden;
}

label span {
    height: 14px;
    width: 15px;
    border: 1px solid #dddddd;
    position: relative;
    top: 17px;
    left: -7px;
    background: url(../icons/checkboxBorder.svg);
    padding: 1px 2px 2px 2px;
}

[type=checkbox]:checked + span:before {
    content: url(../icons/checkbox.svg);
    position: relative;
    top: -20px;
    color: #007bcd;
    font-size: 15px;
    font-weight: bold;
}

.checkDiv label {
    display: block;
    overflow: hidden;
    padding-left: 12px;
}

.checkDiv span {
    margin-bottom: 0;
}

.error-message.termsError {
    display: inline-block;
    width: 238px;
    margin-left: 36px;
}

.longConsentBox {
    width: 100%;
    height: 205px;
    padding: 25px 30px !important;
    margin-top: 30px;
    font-size: 14px;
    font-family: "Volvo Sans", Helvetica, Arial, sans-serif;
    color: #212721;
    background-color: #fff;
    padding: 11px;
    outline: 0;
    -webkit-appearance: none;
    border: solid 1px #c1c1c1;
    -webkit-box-shadow: inset 0px 1px 1px #848484;
    -moz-box-shadow: inset 0px 1px 1px #848484;
    box-shadow: inset 0px 1px 1px #848484;
    overflow-y: auto;
    overflow-x: hidden;
}

body .fill {
    width: 100%;
}

body p.consentabort {
    clear: both;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 30px 8px 0 8px;
}

.activatedMessage {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 100%;
    height: 235px;
    background-image: url('../img/activated.jpg');
    background-repeat: no-repeat;
}

.activatedMessage div {
    position: absolute;
    width: 230px;
    left: 20px;
    bottom: 20px;
    font-size: 40px;
    font-family: "volvo_sans_regularbold", Helvetica, Arial, sans-serif;
    ;
    line-height: 1;
    color: #fff;
}

.carInfo {
    height: 180px;
}

.carImage {
    float: left;
    margin: 40px 0 0 0;
    width: 245px;
}

.carData {
    float: left;
    display: inline;
    margin: 0 0 0 30px;
}

.carData h3 {
    width: 100%;
    margin: 0;
    display: inline;
}

.specRow {
    margin-bottom: 8px;
}

#changeOwner span.full {
    margin-top: 10px;
}

#noOwner span.full {
    margin-top: 10px;
}

.ownerInfo {
    overflow: hidden;
    width: 100%;
    min-height: 65px;
    padding: 10px 0 0 0;
    font-size: 12px;
    display: none;
}

.ownerInfo h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ownerInfo div {
    float: left;
}

.ownerInfo .checkRow {
    width: 100%;
    margin-bottom: 5px;
}

.checkRow label {
    margin-right: 12px;
}

.buttonDiv {
    width: 100%;
    clear: both;
}

.passwordFieldDiv {}

#loginField {
    float: left;
}

#pwdField {
    float: left;
    clear: left;
}

#pwdOldField {
    float: left;
    clear: both;
}

#pwdReField {
    float: left;
    clear: both;
}

#enter_password_support_text {
    clear: both;
}

.signinContainer {
    float: left;
    width: 100%;
}

#signInBtn {
    margin-bottom: 5px;
    float: left;
    border: 0;
}

a.blueLink {
    display: inline-block;
    color: #007bcd;
    padding-right: 20px;
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 10px;
    float: left;
    clear: both;
}

a.termsLinkPadding {
    margin-top: 30px;
    margin-bottom: 30px;
}

a.blueLink:hover {
    color: #007bcd;
}

.fullChkbox {
    width: 100%;
    margin: 0 0 5px 0;
}

.connected-img {
    width: 546px;
    height: 235px;
    float: left;
    margin-top: 10px;
}

#newInvitation {
    margin: 0;
}

#expired-email {
    margin-top: 10px;
}

.expiredEmailbox {
    margin: 15px 0 0 0;
    float: left;
}

.expiredButtonWrap {
    margin: 0 0 0 0;
}

.loader {
    padding: 0 50%;
    margin-left: -16px;
    margin-top: 20px;
}

#captcha_widget {
    clear: both;
}

#captcha_image img {
    max-width: 100%;
}

.inititateBox {
    position: relative;
    margin: 0 auto;
    top: 194px;
    width: 642px;
    background-color: #ececec;
}

.initiateEmailbox {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: 95%
}

#initiate_captcha_support_text {
    width: 95%;
}

.initiate_temp_stored_email {
    font-size: 15px;
    padding-bottom: 10px;
    width: 95%;
    line-height: 22px;
    letter-spacing: 0;
}

.initiateButtonWrap {
    margin: 10px 0 0 0;
    float: left;
    clear: both;
}

.resetButtonWrap {
    clear: both;
    float: left;
    
}

.initiateFooter {
    width: 100%;
    height: 84px;
    line-height: 46px;
    background-color: #ececec;
    font-size: 16px;
    font-family: "Volvo Sans", Helvetica, Arial, sans-serif;
}

.initiateBacklink {
    position: absolute;
    left: 40px;
    cursor: pointer;
    padding-left: 4px;
    color: #007bcd;
    height: 46px;
    line-height: 46px;
}

.initiateBacklink .resource {
    margin-left: 6px;
}

.initiateBacklink:hover .svgBackArrow {
    margin-left: 0px;
    margin-right: 4px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#prev:hover .svgBackArrow {
    margin-left: 0px;
    margin-right: 4px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#prev .resource {
    margin-left: 6px;
}

.buttonChevron {
    float: left;
    padding-right: 4px;
}

.svgBackArrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    speak: none;
    display: inline-block;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    color: currentColor;
    margin-left: 4px;
    height: 9px;
    width: 12.5px;
}

.initiateBacklink div {
    float: right;
    letter-spacing: .4px;
}

#passwordButtonDiv {
    clear: both;
}

#deleteButtonDiv {
    clear: both;
}

#loading-div {
    display: none;
    background-color: #ffffff;
    z-index: 999999;
    filter: Alpha(Opacity=80);
    opacity: .8;
}

#loading-div .icon {
    background: url('../img/loading-big.gif');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    margin: auto;
}

.ui-body-b {
    border: 1px solid #999;
    background: #f3f3f3;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    font-weight: 400;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
    background-image: -webkit-linear-gradient(#ddd, #ccc);
    background-image: -moz-linear-gradient(#ddd, #ccc);
    background-image: -ms-linear-gradient(#ddd, #ccc);
    background-image: -o-linear-gradient(#ddd, #ccc);
    background-image: linear-gradient(#ddd, #ccc);
}

body .ui-loader .ui-icon {
    display: block;
    width: 44px;
    height: 44px;
    padding: 1px;
    background-color: transparent;
}

body .ui-loader-verbose .ui-icon {}

#cancelLink {
    display: none;
}

.gtm-container {
    display: none;
    visibility: hidden;
}

.icp-Link {
    float: right;
    font-size: 10px;
    margin-top: -15px;
}

#icpLink2 {
    float: right;
    font-size: 10px;
    margin-top: 35px;
}

.editID .container {
    display: table;
    padding: 15px 0;
}

.editID .row {
    display: table-row;
}

.editID .column {
    display: table-cell;
    word-break: break-word;
}

.editID .column.title {
    padding: 0 15px 10px 0;
    font-weight: bold;
}

.editID .logOut {}

#logOut {
    clear: both;
    margin-top: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .editID .row {
        display: block;
        padding-bottom: 5px;
    }
    .editID .column {
        display: block;
    }
    .editID .column.title {
        padding: 0;
    }
    .editID .logOut {
        width: 100%;
    }
}

.smallBox {
    padding-bottom: 20px!important;
}

@font-face {
    font-family: 'Volvo Sans';
    src: url('../fonts/VolvoSansWeb-Regular.eot');
    src: url('../fonts/VolvoSansWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/VolvoSansWeb-Regular.woff') format('woff'), url('../fonts/VolvoSansWeb-Regular.ttf') format('truetype'), url('../fonts/VolvoSansWeb-Regular.svg#VolvoSansWebRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans';
    src: url('../fonts/VolvoSansWeb-Medium.eot');
    src: url('../fonts/VolvoSansWeb-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/VolvoSansWeb-Medium.woff') format('woff'), url('../fonts/VolvoSansWeb-Medium.ttf') format('truetype'), url('../fonts/VolvoSansWeb-Medium.svg#VolvoSansWebMedium') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans';
    src: url('../fonts/VolvoSansWeb-Bold.eot');
    src: url('../fonts/VolvoSansWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/VolvoSansWeb-Bold.woff') format('woff'), url('../fonts/VolvoSansWeb-Bold.ttf') format('truetype'), url('../fonts/VolvoSansWeb-Bold.svg#VolvoSansWebBold') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Light';
    src: url('../fonts/VolvoSansWeb-Light.eot');
    src: url('../fonts/VolvoSansWeb-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/VolvoSansWeb-Light.woff') format('woff'), url('../fonts/VolvoSansWeb-Light.ttf') format('truetype'), url('../fonts/VolvoSansWeb-Light.svg#VolvoSansWebLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pClickable {
    cursor: pointer;
    color: #007bcd;
    font-weight: normal;
    display: inline;
    padding-left: 10px;
    vertical-align: super;
}


.checkboxConsent {
}

.checkboxConsent:before {
    display: inline-block;
    width: 25px;
    height: 10px;
    padding-right: 10px;
    content: url(../img/icons/ticker-desktop.svg);
}

.consentIconWrapper{
    display: inline-block;
    width: 30px;
    text-align: center;
}


