/* pvflex20 css */

/*--------------*/
/* START BASICS */
/*--------------*/
html {
  font-size: 10px; 
}

#wrapper .container1200 {
    max-width: var(--container-max-xl);
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
}

hr {
    margin: 60px 0;
}

a, a:hover, a:active, a:focus {
    color: #ff6600;
}

a.readmore {
    font-weight: bold;
    border-bottom: 2px solid;
}

a.readmore:hover,
a.readmore:focus,
a.readmore:active {
    text-decoration: none;
}

a.readmore::before {
    content: none !important;
}

#wrapper p,
#wrapper div,
#wrapper ul,
#wrapper ol {
    font-size: 1.6rem;
}

#wrapper ul,
#wrapper ol {
    margin-bottom: 20px;
}


#wrapper p.intro {
    font-weight: bold;
}

#wrapper p.colored {
    color: #870930;
}

#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4 {
    word-break: break-word;
    margin-top: 20px;
    margin-bottom: 10px;
}

#wrapper h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    color: #870930;
}

#wrapper h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    color: #870930;
}

#wrapper h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    color: #870930;
}

#wrapper h4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    color: #4d4d4d;
}

#wrapper h5 {
    font-size: var(--h5-font-size);
    line-height: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    color: #4d4d4d;
}

#wrapper .bg-dark h2,
#wrapper .bg-dark h3,
#wrapper .bg-dark h4 {
    color: #fff;
}

#wrapper .alternative {
    color: #4d4d4d;
}

#wrapper .highlighted {
    background-color: #addfe4;
}

#wrapper ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

#wrapper #content ul li:before{
    font-weight: normal;
    margin: 4px 0 0 -15px;
    color: #870930;
    position: absolute;
    left: 0;
}

#wrapper ul li:before {
    font: var(--fa-font-solid);
    content: "\f00c";
}

.lfr-tooltip-scope ul li:before {  
    content: none !important;
    font: inherit !important;
}

#wrapper #content ul li svg{
    font-weight: normal;
    font-size: 1.6rem;
    margin: 4px 0 0 -15px;
    color: #870930;
    position: absolute;
    left: 0;
}


#wrapper #content h4.collapse-title svg {
    font-size: 20px;
    float: right;
    transition: all 0.3s ease-in-out 0s;
}

#wrapper h4.collapse-title:hover::after {
    color: #ff6600;
}

#wrapper #content h4.collapse-title.collapsed svg {
    transform: rotate(180deg);
}

#wrapper #content .choice.check:before {
    font: var(--fa-font-solid);
    content: "\f00c";
}

#wrapper #content .choice.check svg {
    font-weight: normal;
    font-size: 1.6rem;
}

#wrapper ul li svg {
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0 0 0 -15px;
    color: #870930;
    left: 0;
}

#wrapper ul.check li:before,
#wrapper .choice.check:before {
    font: var(--fa-font-solid);
    content: "\f00c";
}

#wrapper ul.cross li:before,
#wrapper .choice.cross:before {
    content: "\f00d";
    font: var(--fa-font-solid);
}

#wrapper ul.disc li:before {
    font: var(--fa-font-solid);
    content: "\e122";
}

#wrapper ul.disc li svg {
    font-size: 11px !important;
    margin: 7px 0px 0 -12px !important;
}

#wrapper .choice.plus:before {
    content: "\002b";
}

#wrapper ul.burgundy li:before,
#wrapper .choice.burgundy{
    color: #870930;
}

#wrapper ul.lightblue li:before {
    color: #addfe4;
}

#wrapper ul.grey li:before {
    color: #4d4d4d;
}

#wrapper ul.disabled li:before,
#wrapper ul.disabled li,
#wrapper .choice.disabled {
    color: #cccccc;
}



#wrapper ul li ul li:before {
    content: "-";
}


#wrapper ul li ul li svg {
    color: #0d212b !important;
    font-size: 0.8rem !important;
    top: 7px;
}

#wrapper ol li {
    margin-bottom: 10px;
}

#wrapper th {
    font-size: 1.4rem;
    color: #870930;
}

#wrapper td {
    font-size: 1.4rem;
}

#wrapper button.Tooltip {
    border: 0;
    background-color: transparent;
}

#wrapper .tooltip-inner {
    font-size: 15px;
}

#wrapper #topheader-content>section {
    padding-bottom: 0;
}

#wrapper a.custom-logo {
    z-index: 99999;
    /* SCON 1214 */
    
    
    
}

#wrapper .thelogo {
    height: 76px;
}

@media(max-width: 768px){
#wrapper .thelogo {
    height: 50px;
}
}

#wrapper section .row {
    padding-top: 35px;
}

#wrapper #topheader-content section .row {
    padding-top: 0;
}

.iframeContainer {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
}

.iframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
}


/*-------------*/
/* STOP BASICS */
/*-------------*/

/*--------------*/
/* START COLORS */
/*--------------*/

#wrapper section.bg-white {
    background-color: var(--backgroundcolorwhite);
}

#wrapper section.bg-light1 {
    background-color: #f8f8f8;
}

#wrapper section.bg-light2 {
    background-color: var(--backgroundcolor3);
}

#wrapper section.bg-medium {
    background-color: var(--secondary);
    color: #fff;
}

#wrapper section.bg-dark {
    background-color: var(--backgroundcolordark) !important;
    color: #fff;
}

.pvBackgroundRed {
    background-color: var(--primary);
}

.pvBackgroundOrange {
    background-color: var(--secondary);
}

.pvBackgroundBlue {
    background-color: var(--backgroundcolor3);
}

.pvFontDefault {
    color: var(--brandcolor3);
}

.pvFontRed {
    color: var(--primary);
}

.pvFontBlue {
    color: var(--backgroundcolor3);
}

.pvFontDisabled {
    color: #d5d5d5;
}

.pvDuoTone {
    --fa-primary-color: var(--primary);
    --fa-secondary-color: var(--secondary);
    --fa-secondary-opacity: 1.0;
}

/*-------------*/
/* STOP COLORS */
/*-------------*/

/*--------------*/
/* START BANNER */
/*--------------*/

#wrapper section.banner {
    padding-bottom: 0;
    position: relative;
}

#wrapper section.banner .bannerContent {
    padding: 25px;
    text-align: center;
}

#wrapper .bannerContent .row,
#wrapper .bannerContent .row div {
    height: 100%;
    padding-top: 0;
}

#wrapper section.bg-dark.banner h1 {
    color: #fff;
}

#wrapper .bannerContent a:focus,
#wrapper .bannerContent a:hover {
    text-decoration: none;
}

#wrapper section.banner img {
    display: none;
}

/*-------------*/
/* STOP BANNER */
/*-------------*/

/*-------------------*/
/* START BREADCRUMBS */
/*-------------------*/
/* SCON 1214 */
/* #wrapper .breadcrumb { */
#wrapper #bc-row {
    display: none;
}


/*------------------*/
/* STOP BREADCRUMBS */
/*------------------*/

/*------------------*/
/* START ASIDEBLOCK */
/*------------------*/

#wrapper .asideblock {
    border-radius: 8px;
    padding: 15px;
}

#wrapper .asideblock p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    
}

/*-----------------*/
/* STOP ASIDEBLOCK */
/*-----------------*/

/*------------------*/
/* START PROMOBLOCK */
/*------------------*/

#wrapper .promoblock {
    position: relative;
    background-color: #addfe4;
}

#wrapper .promoblock img {
    display: none;
}

#wrapper .promoblockContent {
    padding: 50px;
}

#wrapper .promoblockContent p {
    color: #fff;
    font-size: 4.4rem;
    line-height: 4.8rem;
    font-weight: bold;
    text-shadow: 0px 2px 10px #8c8c8c;
}

#wrapper .promoblockContent .row,
#wrapper .promoblockContent .row div {
    height: 100%;
}

#wrapper .promoblockContent .placement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

#wrapper .promoblockContent .placement .btn {
    align-self: baseline;
}

/*------------------*/
/* STOP PROMOBLOCK */
/*------------------*/

/*--------------------------*/
/* START ICONPREFIX ARTICLE */
/*--------------------------*/

.row.has-two-or-more-iconarticle.align-items-start,
.row.has-two-or-more-iconarticle.align-items-sm-start,
.row.has-two-or-more-iconarticle.align-items-md-start,
.row.has-two-or-more-iconarticle.align-items-lg-start {
    align-items: stretch !important;
}

.row.has-two-or-more-iconarticle > .col > .lfr-layout-structure-item-pv-box,
.row.has-two-or-more-iconarticle > [class*="col-"] > .lfr-layout-structure-item-pv-box {
    display: flex;
    height: 100%;
}

.row.has-two-or-more-iconarticle > .col,
.row.has-two-or-more-iconarticle > [class*="col-"] {
    display: flex;
}

#wrapper .iconarticle.tile {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#wrapper .iconarticle i {
    float: left;
    margin-top: 5px;
    transform: scale(1.3);
    margin-right: 18px;
    
}

#wrapper .iconarticle h4 {
    font-weight: var(--h4-font-weight);
    line-height: 2.6rem;
    min-height: 50px;
    margin-left: 30px;
    margin-top: 10px;
}

#wrapper .iconarticle h4 div {
    font-size: var(--h4-font-size) !important;
}

#wrapper .iconarticle p {
    font-size: 1.5rem;
    margin: 0 0 20px;
}

#wrapper .iconarticle a.readmore {
    color: #870930;
    border-bottom: 0;
    cursor: pointer;
}

#wrapper .iconarticle a.readmore:hover i {
    margin-left: 10px;
}

#wrapper .iconarticle a.readmore i {
    float: none;
    line-height: 2rem;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

#wrapper .iconarticle a.readmore svg {
    float: none;
    margin-left: 5px;
    line-height: 2rem;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

#wrapper .iconarticle a.readmore:hover svg {
    margin-left: 10px;
}

/*-------------------------*/
/* STOP ICONPREFIX ARTICLE */
/*-------------------------*/


/*--------------*/
/* START TABLES */
/*--------------*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}

.table-striped tbody>tr:nth-child(even)>td,
.table-striped tbody>tr:nth-child(even)>th {
    background: #eee;
}

section.bg-white,
section.bg-light1,
section.bg-light2,
section.bg-medium,
section.bg-dark {
    padding-bottom: 25px;
}

/*-------------*/
/* STOP TABLES */
/*-------------*/

/*----------------------*/
/* START PACKAGES TABLE */
/*----------------------*/

#wrapper table.packages tr td:last-child,
#wrapper table.packages tr th:last-child {
    padding-right: 0;
}

#wrapper table.packages th,
#wrapper table.packages td {
    width: 25%;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 1.0rem;
    padding: 8px 0;
}

#wrapper table.packages td .svg-inline--fa {
    font-size: 1.3rem;
}


#wrapper table.packages th div {
    font-size: 1.0rem;
}

#wrapper table thead tr th {
    border-bottom: 0;
    text-align: center;
}

#wrapper table.packages thead th {
    border-top: 0;
}

#wrapper table.packages th h4 {
    font-weight: var(--h4-font-weight);
    text-align: center;
    font-size: 1.4rem;
}

#wrapper table.packages tr.title th {
    color: #870930;
    font-weight: 600;
    padding-top: 40px;
    border-bottom: 1px solid #870930;
    
}

#wrapper table.packages tr.title td {
    border-bottom: 1px solid #870930;
}

#wrapper table.packages tbody td {
    text-align: center;
    font-size: 1.0rem;
}

#wrapper table.packages tbody th a {
    cursor: pointer;
}

#wrapper table.packages tbody th button.Tooltip {
    margin-left: 10px;
}


/*---------------------*/
/* STOP PACKAGES TABLE */
/*---------------------*/

/*------------------------*/
/* START Responsive TABLE */
/*------------------------*/
.formulaHeader {
    width: 100%;
}

#wrapper div.formulaHeaderTitle {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 5px;
}

.formulaImage {
    margin: 0 5px 10px;
}

.formulaImage img {
    width: 100%;
    max-height: 180px;
    border-radius: 8px 8px 0 0;
}

@media(max-width: 768px) {
    .formulaImage img {
    max-height: 80px;
    border-radius: 8px 8px 0 0;
}
}

@media only screen and (min-width: 480px) {
    #wrapper .responsiveTable {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1224px) {
  #wrapper .responsiveTable .header {
    display: flex;
    justify-content: flex-end !important; 
  }
}

#wrapper .responsiveTable .formula {
    display: flex;
    text-align: center;
    justify-content: center;
    float: left;
    margin-bottom: 10px;
}

#wrapper .responsiveTable .formula {
    width: 33%;
    flex-direction: column;
    font-weight: normal;
}

#wrapper .responsiveTable .formulaHeader > .formula:nth-last-child(2):first-child,
#wrapper .responsiveTable .formulaHeader > .formula:nth-last-child(1):nth-child(2) {
  width: 50% !important;
}

#wrapper .responsiveTable .formulaHeader > .formula:only-child {
  width: 100% !important;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #wrapper .responsiveTable .formulaHeader > .formula:only-child .formulaImage img {
    height: auto !important;
    max-height: 250px;
    max-width: 100%;
    display: block;
    object-fit: contain;
  }

  #wrapper .responsiveTable .formulaHeader > .formula:nth-last-child(2):first-child .formulaImage img,
  #wrapper .responsiveTable .formulaHeader > .formula:nth-last-child(1):nth-child(2) .formulaImage img {
    height: auto !important;
    max-height: 200px;
    max-width: 100%;
    display: block;
    object-fit: contain;
  }
}


#wrapper .responsiveTable .formulaTitle {
    color: var(--primary);    
    font-weight: bold;
}

#wrapper .responsiveTable .guarantee button {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: right;
}

#wrapper .responsiveTable .row {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end !important; 
    word-wrap: break-word !important;
}

#wrapper .responsiveTable .choiceRow {
    display: flex;
}

#wrapper .responsiveTable .choiceRow .btn {
    text-transform: none;
}

#wrapper .responsiveTable .choice {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

#wrapper .responsiveTable .choice {
    font-weight: normal;
}

#wrapper .responsiveTable .row:nth-child(even) {
    background-color: var(--backgroundcolor1);
}

#wrapper .responsiveTable .row:last-child {
    border-bottom-width: 0;
    background-color: var(--backgroundcolorwhite);
}

#wrapper .choice, 
#wrapper .value {
    color: var(--brandcolor3);
}

#wrapper .value {
    font-size: 1.4rem;
}

#wrapper .guarantee {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 600;
}

#wrapper .tooltip-inner {
    background-color: var(--backgroundcolorwhite);
    color: var(--brandcolor3);
    border: 1px solid #ff6600;
    box-shadow: #ccc 2px 2px 6px;
}

@media only screen and (min-width: 768px) {
    
    #wrapper .guarantee {
        text-align: right;
    }
    
    #wrapper .guarantee,
    #wrapper .value,
    #wrapper .responsiveTable .guarantee button {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    
}

/*-----------------------*/
/* STOP Responsive TABLE */
/*-----------------------*/

/*------------------*/
/* START NAVIGATION */
/*------------------*/

@media (min-width: 768px) {
  #theNavbar.collapse {
    display: block !important;
  }
}

@media(max-width: 768px){

    #theNavigation .container-fluid {
        padding: 0 !important

    }

    #wrapper .navbar-default .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #555;
    }

    #wrapper .navbar-default .navbar-toggle:before {
        content: "menu";
        right: 45px;
        position: absolute;
        top: 3px;
        font-size: 1.6rem;
    }

    #wrapper .navbar-default .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }


    .navbar-nav {
        display: block !important;
        margin-top: 0;
        font-size: 2rem !important;
        margin-top: 0 !important
    }

    .navbar-nav li {
        border-top: 1px solid #ccc;
        padding: 20px !important;
        padding-left: 10px !important;
        margin: 0 !important;
    }

    .navbar-nav li:last-child {
        border-bottom: 1px solid #ccc;
    }

}

.navbar-nav {
    justify-content: center;
}

.navbar-nav li {
    margin: 0 30px;
    padding-left: 10px;
    white-space: nowrap !important;
}

.nav.navbar-nav:before,
.nav.navbar-nav:after {
    display: none;
}

.navbar-default .navbar-nav>li>a {
    color: inherit;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #870930;
}

#wrapper ul.nav li {
    margin-bottom: 0;
}

#wrapper ul.nav li>a {
    padding: 20px;
}

#wrapper ul.nav li.selected a {
    border-bottom: 3px solid #ff6600;
}

#wrapper ul.nav li:before {
    content: none;
}

@media(max-width: 768px){
    #topNavigation {
        padding: 8px 16px 12px !important;
    }
}

#topNavigation {
    padding: 20px 24px !important;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

#topNavigation .journal-content-article {
    display: grid;
}

#topNavigation ul {
    display: flex;
    justify-content: end;
    list-style-type: none;
    overflow: hidden;
    float: right;
    padding-left: 0;
    margin-bottom: 0;
}

#topNavigation .btn {
    margin-bottom: 0px !important;
}

#topNavigation .top-buttons-wrapper {
     z-index: 2;
}


#topNavigation ul li {
    float: left;
    /* SCON 1214 */
    padding-left: 0;
    z-index: 1;
}

#topNavigation ul li:before {
    content: none !important;
}

#topNavigation ul li.active a {
    color: #870930 !important;
    
}

#topNavigation ul li.active a span {
border-bottom: 2px solid #b30135 !important;
}

#topNavigation ul li a {
    padding: 8px;
    color: #646567;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
}

#topNavigation ul li a:hover,
#topNavigation ul li a:focus {
    color: #870930;
    text-decoration: none;
}

/*-----------------*/
/* STOP NAVIGATION */
/*-----------------*/

/*---------------*/
/* START BUTTONS */
/*---------------*/

#wrapper .component-button .btn{
    width: 100%;
    padding: 10px 16px;
}


#wrapper .component-button .btn-link {
    width: auto !important;
    border: none !important;
    color: var(--btn-link-color);
}

.btn-responsive {
    width: 100%;
    white-space: normal;
}

a:hover{
    text-decoration: underline;
}

.btn.btn-lg {
    padding: 10px 16px;
}

#wrapper .btn {
    color: #fff;
    border-radius: 8px;
    line-height: inherit;
    border-color: inherit;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: normal;
    transition: all 0.1s ease-in-out;
}

#wrapper .btn-block {
    padding: 10px 10px;
}

#wrapper .btn-primary {
    background-color: var(--btn-primary-background-color);
    border-color: var(--btn-primary-border-color);
}

#wrapper .btn-primary:hover,
#wrapper .btn-primary:focus {
    background-color: var(--btn-primary-hover-background-color);
    border-color: var(--btn-primary-hover-border-color);
}

#wrapper .btn-default {
    background-color: var(--btn-secondary-background-color);
    border-color: var(--btn-secondary-border-color);
}

#wrapper .btn-default:hover,
#wrapper .btn-default:focus {
    background-color: var(--btn-secondary-hover-background-color);
    border-color: var(--btn-secondary-hover-border-color);
}

#wrapper .btn-sm {
    font-size: 1.1rem;
}

#wrapper .btn-lg {
    font-size: 1.6rem;
}

#wrapper .btn.disabled {
    opacity: .2;
    pointer-events: none;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

#wrapper label {
    font-size: 1.4rem
}

#wrapper .buttonArticle .btn {
    margin-top: 15px;
}

#wrapper .FAB-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    margin-left: -15px;
    padding: 15px 15px;
    z-index: 10;
    box-shadow: #ccc 0 -5px 15px;
}

#wrapper .FAB-wrapper .btn {
    font-size: 1.1rem;
    margin: 5px;
}

#wrapper .responsiveTable .value {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

#wrapper .responsiveTable .btn.btn-primary {
    background-color: #addfe4;
    border-color: #870930;
    color: #870930;
    padding: 8px 15px;
    font-size: 1.4rem;
    margin: 0 5px;
    font-weight: bold;
}

#wrapper .responsiveTable .btn-primary:hover, 
#wrapper .responsiveTable .btn-primary:focus, 
#wrapper .responsiveTable .btn-primary:active {
    background-color: #c7e9ec;
    box-shadow: none;
}


@media only screen and (min-width: 768px) {
    #wrapper .FAB-wrapper {
        position: relative;
        margin-left: 0;
        box-shadow: 0 0 0;
    }
    
    #wrapper .FAB-wrapper .btn {
        font-size: 1.6rem;
    }
}



/*--------------*/
/* STOP BUTTONS */
/*--------------*/

/*-------------*/
/* START FORMS */
/*-------------*/

#wrapper .form-group .help-block {
    font-size: 1.4rem;
}

#wrapper .form-group .buttonWrapper {
    margin: 4px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#wrapper .form-group .buttonWrapper .buttonWrapperItem {
    margin: 0 3px;
}

#wrapper p.form-control-static {
    font-size: 1.4rem;
    margin-bottom: 0;
}

#wrapper .portlet-forms .required-warning,
#wrapper .portlet-forms .icon-asterisk{
    display: none;
}

#wrapper .portlet-forms .row {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}

#wrapper .portlet-forms .lfr-ddm-form-field-container {
    padding: 0px 0 15px 0;
}

#wrapper .portlet-forms .radio-inline,
#wrapper .portlet-forms .checkbox-inline {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 0;
}


#wrapper .radio-inline+.radio-inline,
#wrapper .checkbox-inline+.checkbox-inline {
    margin-left: 0;
}



/*------------*/
/* STOP FORMS */
/*------------*/

/*----------------*/
/* START WEBFORMS */
/*----------------*/

#wrapper .web-form-portlet {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 25px;
}


#wrapper .web-form-portlet .alert-danger {
    background-color: transparent;
    border-color: transparent;
    color: #a94442;
    position: absolute;
    margin-top: 65px;
    padding: 0;
    font-size: 14px;
}

#wrapper .web-form-portlet legend {
    border-bottom: 0;
}

#wrapper .web-form-portlet .form-group {
    margin-bottom: 25px;
}

#wrapper .web-form-portlet .taglib-captcha {
    margin-top: 80px;
}

#wrapper .web-form-portlet .form-group .help-block div,
#wrapper .web-form-portlet .asterisk {
    font-size: 14px;
}

#wrapper .web-form-portlet .input-checkbox-wrapper {
    margin-top: 30px;
}

#wrapper .web-form-portlet .taglib-captcha .control-label {
    font-size: 0;
}

/*---------------*/
/* STOP WEBFORMS */
/*---------------*/

/*-----------------------------*/
/* START TRANSLATIONS WEBFORMS */
/*-----------------------------*/

#wrapper .web-form-portlet .taglib-captcha .control-label {
    font-size: 0;
}

[lang="nl-BE"] #wrapper .web-form-portlet .taglib-captcha .control-label:before {
    content: "Vul de tekens in die u hierboven ziet.";
    font-size: 14px;
}

[lang="fr-FR"] #wrapper .web-form-portlet .taglib-captcha .control-label:before {
    content: "Entrez les caractères que vous voyez ci-dessus.";
    font-size: 14px;
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield'] .alert {
    font-size: 0;
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield'] .alert:before {
    font-size: 14px;
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield1'] .alert:before {
    content: "Veuillez indiquer un prénom";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield2'] .alert:before {
    content: "Veuillez indiquer un nom";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield3'] .alert:before {
    content: "Veuillez indiquer une rue";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield4'] .alert:before {
    content: "Veuillez remplir un numéro";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield5'] .alert:before {
    content: "Veuillez entrer un code postal correct";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield6'] .alert:before {
    content: "Veuillez indiquer une commune";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield7'] .alert:before {
    content: "Veuillez indiquer un numéro de téléphone correct";
}

[lang="fr-FR"] #wrapper .web-form-portlet div[id*='_validationErrorfield8'] .alert:before {
    content: "Veuillez indiquer une adresse e-mail correcte";
}


/*----------------------------*/
/* STOP TRANSLATIONS WEBFORMS */
/*----------------------------*/

/*--------------*/
/* START WIZARD */
/*--------------*/

#wrapper section .wizard .row {
    padding-top: 0;
}

.wizard {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
}

.wizardstep {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 2s ease-in-out, transform 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    display: inline-block;
}

.wizardstep.active {
    transform: translateX(0);
    opacity: 1;
}

.wizardstep.done {
    transform: translateX(-100%);
    opacity: 0;
}

#wrapper .wizardstep h2 {
    text-align: center;
    margin-bottom: 50px;
}

#wrapper .wizardstep p {
    font-weight: bold;
    margin-top: 25%;
    text-align: center;
    font-size: 1.8rem;
}

#wrapper .wizardstep .btn {
    font-size: 1.6rem;
    color: #870930;
    border-color: #870930;
    background-color: #fff;
    width: 80%;
    min-width: 200px;
    max-width: 400px;
    border-radius: 3px;
    border-width: 2px;
    padding: 10px 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .col-sm-offset-3, .col-lg-offset-3 {
        margin-left: 25%;
    }
}

#wrapper .wizardstep .col-sm-6:first-of-type {
    margin-top: 50px;
}

#wrapper .wizardstep .btn:hover,
#wrapper .wizardstep .btn:focus,
#wrapper .wizardstep .btn:active,
#wrapper .wizardstep .btn.active {
    color: #fff;
    background-color: #870930;
}

.WizardTooltip {
    text-align: center;
    display: inline-block;
    width: 40px;
}

.WizardTooltip .tooltipBtn {
    border: 0;
    background-color: transparent;
}

.WizardTooltip .tooltip-inner {
    background-color:rgba(0, 0, 0, 1);
}

.WizardTooltip .tooltip-inner {
    margin-right: 25px;
    margin-left: -25px;
}

.wizardstep input[type=radio] {
    display: none;
}

.wizard .controls {
    position: absolute;
    bottom: 0;
    width: 100%
}

.wizard .controls .controlButtons {
    position: relative;
    text-align: center;
    
}

/*-------------*/
/* STOP WIZARD */
/*-------------*/

/*-----------*/
/* START FAQ */
/*-----------*/

#wrapper .faqSelection h2 {
    color: #fff;
    text-align: center;
}

#wrapper .faqArticle {
    background-color: #ff6600;
    padding: 20px;
    margin-bottom: 20px;
    border: 3px solid #ff6600;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
}

#wrapper .faqSelection a.faqArticle {
    display: block;
}

#wrapper .faqArticle:hover,
#wrapper .faqArticle:active, 
#wrapper .faqArticle:focus {
    border-color: #fff;
}

/*----------*/
/* STOP FAQ */
/*----------*/

/*-----------------------*/
/* START FAQ COLLAPSIBLE */
/*-----------------------*/

.accordion .card {
     border-color: #fff;
    border-width: 0;
    background-color: #fff;    
    padding: 20px 30px 5px;
    border-radius: 5px;
}

#wrapper .collapse-item {
    border-color: #fff;
    border-width: 0;
    background-color: #fff;    
    padding: 20px 30px 5px;
    border-radius: 5px;
}

#wrapper .background-color-white .accordion .card {
    border: 1px solid #addfe4;
}

#wrapper .bg-white .collapse-item {
    border: 1px solid #addfe4;
}

#wrapper .background-color-1 .accordion .card {
    border: 1px solid #870930;
}

#wrapper .bg-light1 .collapse-item {
    border: 1px solid #870930;
}

#wrapper .accordion .card .card-header .btn{
    background-color: #fff;
    color: #4d4d4d;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.8rem; 
    box-shadow: none !important;
    text-transform: none !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    transition: none !important;
    border-color: transparent !important;
}

#wrapper .accordion .card .card-header .btn span {
    font-size: 1.8rem; 
}

#wrapper h4.collapse-title {
    background-color: #fff;
    color: #4d4d4d;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

#wrapper .accordion .card p {
    font-size: 1.6rem;
    padding-right: 25px;
}

#wrapper .collapse-item p {
    font-size: 1.6rem;
    padding-right: 25px;
}

#wrapper .accordion .card .card-header:after {
    color: #870930;
}

#wrapper .accordion .card {
    color: #4d4d4d;
}

#wrapper section.bg-dark .collapse-item {
    color: #4d4d4d;
}

/*----------------------*/
/* STOP FAQ COLLAPSIBLE */
/*----------------------*/

/*-------------------*/
/* START TESTIMONIAL */
/*-------------------*/

@keyframes moveLeftActive {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}

@keyframes moveLeft {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes moveRightActive {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes moveRight {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}

.section-slider .carousel {
	position: relative;
}

.section-slider .carousel-caption {
	bottom: 50%;
	left: 0;
	right: 0;
	transform: translateY(50%);
}

.section-slider .carousel-item {
	opacity: 0;
}

.section-slider .carousel-item.move-right,
.section-slider .carousel-item.move-left {
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	display: block;
}

.section-slider .carousel-item.active,
.section-slider .carousel-item.move-left,
.section-slider .carousel-item.move-right {
	opacity: 1;
}

.section-slider .carousel-item.active {
	transform: translateX(0);
}

.section-slider .carousel-item.active.move-left {
	animation-name: moveLeftActive;
}

.section-slider .carousel-item.move-left {
	animation-name: moveLeft;
}

.section-slider .carousel-item.active.move-right {
	animation-name: moveRightActive;
}

.section-slider .carousel-item.move-right {
	animation-name: moveRight;
}

.section-slider .carousel-navigation {
	bottom: 10px;
	display: flex;
	justify-content: center;
	left: 0;
	list-style: none;
	padding-left: 0;
	position: absolute;
	right: 0;
	z-index: 15;
}

.section-slider .carousel-navigation button {
	background-color: rgba(255, 255, 255, 0.5);
	border: 0;
	flex: 0 1 auto;
	height: 3px;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	width: 30px;
}

.section-slider .carousel-navigation button:focus {
	outline: 0;
	text-decoration: none;
}

.section-slider .carousel-navigation button.active {
	background-color: rgba(255, 255, 255, 1);
}

#carousel-testimonial .carousel-inner {
    width: 60%;
    margin: 0 auto;
}

#carousel-testimonial .carousel-item {
    padding: 50px;
    height: 320px;
}

#carousel-testimonial .carousel-item i{
    color: #4d4d4d;
}

@media(min-width:768px){
#carousel-testimonial .carousel-item i {
    font-size: 3.2rem;
    
}
}

#carousel-testimonial .carousel-caption {
    text-align: start !important;
}

#carousel-testimonial ol {
    margin-bottom: 0;
}


#carousel-testimonial .carousel-item p {
    color: #4d4d4d;
    padding-left: 35px;
    font-style: oblique;
    font-size: 1.8rem;
}

@media (max-width: 768px){
    #carousel-testimonial .carousel-item p {
        padding-left: 35px;
        font-style: oblique;
        font-size: 1.4rem;
    }
}

#carousel-testimonial .carousel-item p.clientName {
    font-style: normal;
    font-weight: bold;
}

#carousel-testimonial .carousel-item svg {
    font-size: 2.2rem;
    color: #870930;
    transform: translateY(15px);
}

#carousel-testimonial .carousel-control-prev,
#carousel-testimonial .carousel-control-next {
    background-image: none;
    opacity: 1;
    width: 5%;
}

#carousel-testimonial .carousel-control-prev::before,
#carousel-testimonial .carousel-control-next::before {
    color: #ff6600;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    margin-top: -2rem;
}

#carousel-testimonial .carousel-navigation button {
    background-color: #e5e5e5;
    width: 18px;
    height: 18px;
}

#carousel-testimonial .carousel-navigation button.active {
    background-color: #ff6600;
}

#carousel-testimonial .carousel-navigation button {
	border-radius: 10px !important;
	border: 1px solid #fff;
}

#carousel-testimonial .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ff6600'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5L4.25%204l2.5-2.5L5.25%200z'/%3E%3C/svg%3E");
}

#carousel-testimonial .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ff6600'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5L3.75%204l-2.5%202.5L2.75%208l4-4-4-4z'/%3E%3C/svg%3E");
}

#carousel-testimonial .carousel-control-prev-icon, 
#carousel-testimonial .carousel-control-next-icon{
	height:100%;
	width:100%;
}

#carousel-testimonial {
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px){
    #carousel-testimonial {
        width: 100% !important;
    }
    #carousel-testimonial .carousel-inner {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
    #carousel-testimonial .carousel-navigation {
        display: none;
    }
}

/*------------------*/
/* STOP TESTIMONIAL */
/*------------------*/

/* --------------*/
/* START CALLOUT */
/* --------------*/

.callOut {
    border: 2px solid #ff6600;
    margin-bottom: 25px;
    background-color: #fff;
}

.callOut .iconbox {
    display: inline-block;
    padding: 8px 20px;
    background-color: #ff6600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.callOut .iconbox svg {
    font-size: 3.0rem;
    margin-right: 10px;
}

.callOut .iconbox span {
    font-size: 3.0rem;
    text-transform: uppercase;
}

.callOut p {
    padding: 0 50px 0 20px;
}
/* -------------*/
/* STOP CALLOUT */
/* -------------*/

/*------------*/
/* START BLOG */
/*------------*/

a.detail-link {
    color: #4d4d4d;
    min-height: 58px;
    display: inline-block;
    line-height: 2.8rem;
    font-weight: 600;
}

.comment-overlay img {
    margin-bottom: 25px;
    border-radius: 8px;
}

#wrapper .blog-abstract p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.article-info .subscript {
    font-weight: 600;
}

.article-info .category {
    background-color: #addfe4;
    padding: 0px 10px;
    transform: skew(-30deg);
    display: inline-block;
    margin-left: 5px;
}

.article-info .category a {
    color: #4d4d4d;
    transform: skew(30deg);
    display: inline-block;
    
}

#wrapper .shareBtns {
    margin: 0;
}

.portlet-boundary_WebContentListPortlet_WAR_pvcontentlistportlet_ {
    margin: 0 -15px;
}

.blogBanner {
    display: flex;
    border-radius: 8px;
    margin-bottom: 5px;
    box-shadow: #ccc 2px 2px 2px;
    background-color: #fff;
    padding: 5px;
    transition: all 0.1s ease-in-out;
    color: #4d4d4d;
    
}

.blogBanner:hover,
.blogBanner:focus {
    text-decoration: none;
    box-shadow: #ccc 5px 5px 5px;
    color: #4d4d4d;
    
}

#wrapper .blogBanner .imgContainer {
    width: 30%;
}

.blogBanner .imgContainer>img {
    border-radius: 5px;
}

#wrapper .blogBanner .titleContainer {
    width: 70%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

#wrapper .blogBanner .titleContainer p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0;
}


/*-----------*/
/* STOP BLOG */
/*-----------*/

/*-------------*/
/* START CARDS */
/*-------------*/

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: #ccc 2px 2px 2px;
    margin: 0 auto 25px;
    overflow: auto;
}

.card.padding-lg {
    padding: 30px;
}

@media only screen and (min-width : 768px) {
    .card.padding-lg {
        padding: 50px;
    }
}

/*------------*/
/* STOP CARDS */
/*------------*/

@media only screen and (min-width : 480px) {
    
    /*480px-------*/
    /* START BLOG */
    /*------------*/
    
    #wrapper .blogBanner .titleContainer p {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    /*480px------*/
    /* STOP BLOG */
    /*-----------*/
    
}

@media(max-width:768px) {
        .breadcrumb {
            display: none !important;
        }
    }

@media only screen and (min-width : 768px) {
    
    #page-title .container{
        width: auto;
    }
    
    #wrapper .portlet-navigation .navbar-nav.navbar-right {
        position: relative;
        margin-left: auto;
        width: 101%;
    }
    
    #wrapper .portlet-navigation .agentSite.navbar-nav.navbar-right {
        width: 50%;
        margin-right: 30px;
    }
    
    #wrapper .navbar-header {
        height: auto;
        width: auto;
        /* SCON 1214 */
        margin-top: -20px;
   
    }

    
    .navbar-default .navbar-nav>li>a {
        font-size: 1.4rem;
    }
    
    /*-768px------------*/
    /* START NAVIGATION */
    /*------------------*/
    
    #wrapper .navbar-nav {
        height: 60px;
    }
    
    #wrapper ul.nav li a {
        padding: 20px 0;
    }
    #topNavigation {
        padding: 20px 30px 0;
    }
    
    #topNavigation ul {
        padding-left: 40px;
    }
    
    /*-768px------------*/
    /* STOP NAVIGATION */
    /*------------------*/
    
    /*-768px--------*/
    /* START BANNER */
    /*--------------*/
    
    #wrapper section.banner img {
        display: block;
    }
    
    #wrapper section.banner .bannerContent .placement {
        display: flex;
        flex-direction: column;
    }
    
    #wrapper section.banner .bannerContent .placement.top {
        justify-content: flex-start;
    }
    
    #wrapper section.banner .bannerContent .placement.center {
        justify-content: center;
    }
    
    #wrapper section.banner .bannerContent .placement.bottom {
        justify-content: flex-end;
    }
    
    #wrapper section.banner .bannerContent {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: left;
    }
    
    #wrapper section.banner .bannerContent {
        text-shadow: #4d4d4d 2px 2px 6px;
    }
    
    #wrapper section.bg-light2.banner .bannerContent h1,
    #wrapper section.bg-light2.banner .bannerContent p {
        color: #fff;
    }
    
    
    #wrapper section.banner .bannerContent .btn {
        text-shadow: none;
        font-size: 1.2rem;
        line-height: 1rem;
    }
    
    #wrapper section.banner h1 {
        font-size: 3.0rem;
        line-height: 3.2rem;
    }
    
    #wrapper section.banner p {
        font-size: 1.4rem;
    }
    
    
    
    /*-768px-------*/
    /* STOP BANNER */
    /*-------------*/
    
    /*-768px-------------*/
    /* START BREADCRUMBS */
    /*-------------------*/
    
    /* SCON 1214 */
    #wrapper #bc-row {
        display: block;
        padding-top: 0;
    }
    
    #wrapper .breadcrumb {
        /* SCON 1214 */
        /* display: block; */
        background-color: transparent;
        margin-bottom: 0;
        padding: 0;
    }


    #wrapper .breadcrumb-link {
        display: inline !important;
    }
    
    #wrapper .breadcrumb li:before {
        content: none;
    }
    
    #wrapper .breadcrumb li:after {
        content: " ";
        transform: skew(-20deg);
        width: 10px;
        height: 5px;
        position: relative;
        background-color: #870930;
        background-image: none;
        /*display: inline-block;*/
        float: left;
        top: 8px;
        right: 5px;
    }
    
    #wrapper .breadcrumb li:first-child:after {
        font: var(--fa-font-solid);
        content: "\f015";
        transform: skew(0deg);
        right: -2px;
        top: 6px;
        margin-right: 8px;
        color: #870930;
        background-color: transparent;
        font-size: 1rem;
    }
    
    #wrapper .breadcrumb li:first-child svg{
        transform: skew(0deg);
        background-color: transparent;
        top: 3px;
        right: -2px;
        color: #870930;
        margin-right: 8px;
        font-size: 1rem;
        float: left;
        margin-top: 5px;
    }
    
    /* SCON-1214 */
    
    #wrapper .breadcrumb li {
        font-size: 1.4rem;
    }

    
    
    #wrapper .breadcrumb li a {
        color: #4d4d4d;
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: 600;
        /* SCON 1214 */
        font-size: 1.4rem;
    }
    
    #wrapper .breadcrumb li span.active {
        text-transform: uppercase;
        color: #4d4d4d;
        font-weight: 600;
        max-width:100%;
    }
    
    #wrapper .breadcrumb li:first-child a {
        font-size: 0;
        text-decoration: none;
    }
    
    #wrapper .breadcrumb li:first-child a:before {
        content: "HOME";
        font-size: 1.4rem;
        text-decoration: underline;
    }
    
    
    /*-768px------------*/
    /* STOP BREADCRUMBS */
    /*------------------*/
    
    /*-768px------*/
    /* START BLOG */
    /*------------*/
    
    
    .blogBanner {
        display: inline-block;
        padding: 0;
        overflow: auto;
        margin-bottom: 15px;
        width: 100%;
    }
    
    #wrapper .blogBanner .imgContainer {
        width: 100%;
    }
    
    .blogBanner .imgContainer>img {
        border-radius: 0;
    }
    
    
    #wrapper .blogBanner .titleContainer {
        width: 100%;
        min-height: 100px;
        padding: 15px;
    }
    
    #wrapper .blogBanner .titleContainer p {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    
    
    /*-768px-----*/
    /* STOP BLOG */
    /*-----------*/
    
    
    /*-768px------------*/
    /* START PROMOBLOCK */
    /*------------------*/
    
    #wrapper .promoblockContent {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    
    #wrapper .promoblock img {
        display: block;
    }
    
    #wrapper .promoblockContent .placement {
        padding-left: 0;
        padding-right: 0;
    }
    #wrapper .promoblockContent p {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    
    /*-768px-----------*/
    /* STOP PROMOBLOCK */
    /*-----------------*/
    
    /*-768px----------------*/
    /* START PACKAGES TABLE */
    /*----------------------*/
    
    #wrapper table.packages th h4 {
        font-size: var(--h4-font-size);
        text-align: left;
    }
    
    #wrapper table thead tr th {
        text-align: left;
    }
    
    #wrapper table.packages th,
    #wrapper table.packages th div,
    #wrapper table.packages tbody td {
        font-size: 1.5rem;
    }
    
    #wrapper table.packages tbody td {
        font-size: 1.3rem;
    }
    
    #wrapper table.packages td .svg-inline--fa {
        font-size: 1.7rem;
        vertical-align: -0.6rem;
    }
    
    #wrapper table.packages th,
    #wrapper table.packages td {
        padding: 8px;
    }
    
    #wrapper table.packages tr td:first-child,
    #wrapper table.packages tr th:first-child {
        padding-left: 15px;
    }
    
    /*-768px---------------*/
    /* STOP PACKAGES TABLE */
    /*---------------------*/
    
    /*-768px--------*/
    /* START WIZARD */
    /*--------------*/
    
    .wizard {
        height: 300px;
    }
    
    #wrapper .wizardstep p {
        font-size: 2.0rem;
        margin-top: 0;
    }
    
    #wrapper .wizardstep .col-sm-6:first-of-type {
        margin-top: 0;
    }
    
    #wrapper .wizardstep .btn {
        width: 100%;
        margin-bottom: 0;
        min-width: auto;
        max-width: none;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .WizardTooltip {
        display: block;
        width: 100%;
    }
    
    .WizardTooltip .tooltip-inner {
        margin-right: 0;
        margin-left: 0;
    }
    
    
    /*-768px-------*/
    /* STOP WIZARD */
    /*-------------*/
    
    /*-768px-----*/
    /* START FAQ */
    /*-----------*/
    
    #wrapper .faqArticle {
        min-height: 210px;
    }
    
    /*-768px----*/
    /* STOP FAQ */
    /*----------*/
    
}

.navbar-header {
        padding: 8px 15px !important;
        padding-left: 0px !important;
    }

@media only screen and (min-width : 992px) {
    
    #wrapper h1 {
        font-size: 4.4rem;
        line-height: 4.4rem;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 1.8rem;
    }
    
    /*-992px--------*/
    /* START BANNER */
    /*--------------*/
    
    #wrapper section.banner .bannerContent {
        padding: 50px;
    }
    
    #wrapper section.banner h1 {
        font-size: 3.8rem;
        line-height: 4rem;
    }
    
    #wrapper section.banner p {
        font-size: 1.6rem;
    }
    
    #wrapper section.banner .bannerContent .btn {    
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    
    /*-992px-------*/
    /* STOP BANNER */
    /*-------------*/
    
    /*-992px------------*/
    /* START PROMOBLOCK */
    /*------------------*/
    
    #wrapper .promoblockContent p {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    
    /*-992px-----------*/
    /* STOP PROMOBLOCK */
    /*-----------------*/
    
    /*-992px-----*/
    /* START FAQ */
    /*-----------*/
    
    #wrapper .faqArticle {
        min-height: 150px;
    }
    
    /*-992px----*/
    /* STOP FAQ */
    /*----------*/
    
    /*-992px------*/
    /* START BLOG */
    /*------------*/
    
    #wrapper .blogBanner .titleContainer p {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    
    /*-992px-----*/
    /* STOP BLOG */
    /*-----------*/
}



@media only screen and (min-width : 1200px) {
    #wrapper nav .container-fluid,
    #page-title .container{
        width: var(--container-max-xl);
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 2.1rem;
    }
    
    /*-1200px-------*/
    /* START BANNER */
    /*--------------*/
    
    #wrapper section.banner .bannerContent {
        padding: 80px;
    }
    
    #wrapper section.banner h1 {
        font-size: 4.4rem;
        line-height: 4.6rem;
    }
    
    #wrapper section.banner p {
        font-size: 1.8rem;
    }
    
    /*-1200px------*/
    /* STOP BANNER */
    /*-------------*/
    
    /*-1200px----------*/
    /* START PROMOBLOCK */
    /*------------------*/
    
    #wrapper .promoblockContent p {
        font-size: 3.4rem;
        line-height: 3.8rem;
    }
    
    /*-1200px----------*/
    /* STOP PROMOBLOCK */
    /*-----------------*/
    
    /*-1200px----*/
    /* START FAQ */
    /*-----------*/
    
    #wrapper .faqArticle {
        min-height: 140px;
    }
    
    /*-1200px---*/
    /* STOP FAQ */
    /*----------*/
    
    /*-1200px-----*/
    /* START BLOG */
    /*------------*/
    
    #wrapper .blogBanner .titleContainer p {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    
    /*-1200px----*/
    /* STOP BLOG */
    /*-----------*/
    
}

/* start horizontal scroll */

.horizontalScrollWrapper {
    display: flex;
    justify-content: center;
}

.horizontalScroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.horizontalScroll .tile {
    display: inline-block;
    margin: 25px 10px;
    min-width: 320px;
    scroll-snap-align: center;
}

.horizontalScroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.horizontalScroll::-webkit-scrollbar:vertical {
    width: 12px;
}

.horizontalScroll::-webkit-scrollbar:horizontal {
    height: 12px;
}

.horizontalScroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.horizontalScroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

@media only screen and (min-width: 996px) {
    .horizontalScroll .tile {
        width: 300px;
    }   
}

/* stop horizontal scroll */

/* start e-commerce common styling */

.tile {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 30px 20px 30px;
    box-shadow: #ccc 2px 2px 2px;
    margin: 0 auto 25px;
    max-width: 500px;
    position: relative;
}

.shadow {
   box-shadow: none !important;
}

.tile.withBorder {
    box-shadow: 0 0 0;
    border: 1px solid #addfe4;
}

.tile.attention {
    border: 3px solid #addfe4;
}

#packages .tile {
    max-width: 350px;    
}



.tile.moto {
    padding: 0;
}

#wrapper .tile.moto ul.coverage {
    padding-inline-start: 25px;
    margin-bottom: 30px;
}

#wrapper .tile.moto ul.coverage li {
    margin-bottom: 7px;
}

.packageImage img {
    border-radius: 8px 8px 0 0;
}

.packageContent {
    padding: 5px 20px 25px 20px;
}

#wrapper p.packageIntro {
    margin-top: 25px;
    height: 70px;
    text-align: center;
}

#wrapper section .tile .row {
    padding-top: 0;
}

.hidePremium .premium,
.hidePremium .btn {
    display: none;
}

#wrapper .row#packages {
    padding-top: 5px;
}

#wrapper #packages .tile h4 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.8rem;
}

#wrapper .tile ul li.disabled {
    color:#ccc;
}

#wrapper #content .tile ul li.disabled:before {
    font: var(--fa-font-solid);
    content: "\f00d";
}


#wrapper #content .tile ul li:before {
    color: #addfe4;
}

#wrapper #content .tile ul li.disabled svg {
    color: #ccc;
}

#wrapper #content .tile ul li svg {
    color: #addfe4;
}

#wrapper #packages .premium {
    text-align: center;
}

#wrapper .premium {
    margin-bottom: 10px;
    font-size: 2.8rem;
    color: #870930;
    font-weight: bold;
}

#wrapper .premium span {
    color:#4d4d4d;
    font-size: 2.2rem;
}

#wrapper ul.coverage li {
    margin-bottom: 5px;
}

#wrapper ul.coverage a {
    color: #4d4d4d;
    display: flex;
    margin-right: 5px;
    justify-content: space-between;
    line-height: 2.2rem;
    align-items: center;
    padding: 0 5px;
    border-radius: 10px;
}

#wrapper ul.coverage svg {
    color: #870930;
}

#wrapper ul.coverage a:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}

#wrapper #packages .btn-lg {
    font-size: 1.2rem;
    padding: 6px 12px;
}

h4[id^="coverage"] {
    margin-top: -25px;
    padding-top: 25px;
}


#wrapper p.form-control-static {
    font-weight: normal;
}

/* stop e-commerce common styling */

@media print {
    
    a[href]:after {
        content: none !important;
    }
    
    a.btn,
    button,
    a img,
    #carousel-testimonial {
        display: none;
    }
}

/*-------------------------------------------------------------*/
/* START banner with choice of bg-image for mobile and desktop */
/*-------------------------------------------------------------*/

#wrapper section.banner.banner-with-bg-image {
    background-color: #f8f8f8 !important;
}

#wrapper section.banner.banner-with-bg-image .bannerContent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-shadow: #4d4d4d 2px 2px 6px;
}

#wrapper section.banner.banner-with-bg-image .bannerContent .btn {
    text-shadow: none;
}

.banner-with-bg-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    
}

#wrapper section.banner.banner-with-bg-image .bannerContent .placement {
    display: flex;
    flex-direction: column;
}

#wrapper section.banner.banner-with-bg-image .bannerContent .placement.top {
    justify-content: flex-start;
}

#wrapper section.banner.banner-with-bg-image .bannerContent .placement.center {
    justify-content: center;
}

#wrapper section.banner.banner-with-bg-image .bannerContent .placement.bottom {
    justify-content: flex-end;
}


@media (max-width:576px){
    #wrapper .banner-with-bg-image h1 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    
    #wrapper .banner-with-bg-image .btn-lg {
        font-size: 1.2rem;
    }
}
@media (max-width:767px){
    #wrapper section.banner.banner-with-bg-image .bannerContent .placement {
        justify-content: center !important;
    }
}


/*------------------------------------------------------------*/
/* STOP banner with choice of bg-image for mobile and desktop */
/*------------------------------------------------------------*/


/*-----------------------------------*/
/* START my advisor question portlet */
/*-----------------------------------*/

.my-advisor-question-portlet {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
}

.my-advisor-question-portlet .selectedResult {
    max-width: 400px;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    box-shadow: #ccc 2px 2px 2px;
    text-align: center;
}

#wrapper .my-advisor-question-portlet h5 {
    color: #870930;
    margin-bottom: 25px;
}
#wrapper #_myadvisorquestionportlet_WAR_pvpvsiteformsportlet_-component_83 label {
    font-weight: normal;
}

#_myadvisorquestionportlet_WAR_pvpvsiteformsportlet_-component_111 label {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
}

.feedbackMessageContent label {
    border: 1px solid #f5c6cb;
    padding: 12px 25px;
    color: #721c24;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background-color: #f8d7da;
}

.my-advisor-question-portlet .errorMessage {
    color: #721c24;
}

#_myadvisorquestionportlet_WAR_pvpvsiteformsportlet_- {
    max-width: 400px;
    margin: 0 auto 20px;
}

.my-advisor-question-portlet select,
.my-advisor-question-portlet input,
.my-advisor-question-portlet textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 20px;
    border-radius: 4px;
}

.my-advisor-question-portlet .input_mandatory,
.my-advisor-question-portlet .input_optional {
    position: relative;
}

.my-advisor-question-portlet .input_mandatory:after {
    content: "*";
    position: absolute;
    top: -25px;
    left: -15px;
}

.number-box-container .input_mandatory,
.number-box-container .input_optional {
    width: 50%;
    float: left;
}

.number-box-container .input_mandatory input {
    width: calc(100% - 10px);
}

.number-box-container label {
    float: none;
    display: block;
}

.number-box-container span {
    float: left;
    margin-top: -25px;
}

.my-advisor-question-portlet .field-content span {
    font-weight: bold;
    font-size: 14px;
}

.my-advisor-question-portlet .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.my-advisor-question-portlet .radio input {
    position: relative;
    width: auto;
    margin-left: 0;
    margin-top: 0;
}

.my-advisor-question-portlet .radio label {
    padding-left: 0;
    margin-right: 25px;
}

.my-advisor-question-portlet .field-content {
    margin-bottom: 15px;
}

#_myadvisorquestionportlet_WAR_pvpvsiteformsportlet_-component_56 {
    text-align: right;
}

#wrapper .my-advisor-question-portlet .btn--primary {
    background-color: #addfe4;
    border-color: #addfe4;
    color: #870930;
    font-size: 1.6rem;
}

/*-----------------------------------*/
/* STOP my advisor question portlet */
/*-----------------------------------*/

/*-----------------*/
/* START infolayer */
/*-----------------*/
.hidden-lp {
    display: none;
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

#wrapper p, #wrapper div, #wrapper ul, #wrapper ol {
   font-size: 1.8rem !important;
}

.portlet-layout.row:first-child {
    padding-top: 0 !important;
}

a.readmore {
    text-decoration: none;
    border-bottom: 0 !important;
    position: relative;
    display: inline-block;
}

a.readmore:after {
    content: "";
    width: 0;
    height: 2px;
    background: var(--backgroundcolor2);
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width ease .6s;
}

a.readmore:hover::after {
    width: 100%;
}

#wrapper ul li ul li:before {
    color: var(--primary) !important;
/*    margin: -18px 0px 0 -12px !important;*/
}

#wrapper p, #wrapper div, #wrapper ul, #wrapper ol {
    font-size: 1.8rem;
}


.infolayer h2 {
    background: var(--backgroundcolordark);
    color: var(--backgroundcolorwhite) !important;
    padding: 20px 10px;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 !important;
}

.infolayer h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: var(--backgroundcolordark);
    z-index: 1;
}

.infolayer .row:first-child {
    padding-top: 0 !important;
}

.infolayer ul {
    padding-top: 5px;
    padding-left: 15px;
}

.infolayer ul.disc > li:before{
    content: "\2022" !important;
    font-size: 2.8rem !important;
    margin: -12px 0px 0 -12px;
    color: var(--primary);
    position: absolute;
    left: 0;
}

.infolayer ul li ul li:before {
    margin-top: -8px !important;
/*    font-size: 1.6rem !important;*/
    font-size: 1.2rem !important;
    top: 10px !important;
}

.infolayer  ul.check > li:before {
    content: "\e013" !important;
}

.infolayer  ul.plus > li:before, .infolayer ul > li.plus:before {
    content: "\002b" !important;
}

.cross {
    margin: 0 -15px;
}

.infolayer hr {
    margin: 30px 0 !important;
}


.infolayer h3 svg {
    position: absolute;
    left: -10px;
}

.infolayer .row > div {
    padding-left: 30px;
}

.infolayer .row:first-child > div {
    padding-left: 0 !important;
}

.infolayer .row {
    padding-top: 25px !important;
}

.infolayer .row:nth-child(n+3) {
    padding-top: 0 !important;
}

.infolayer .portlet-msg-info {
    background: var(--backgroundcolor1);
    border-color: transparent;
    color: var(--brandcolor3);
    padding: 20px 25px;
}

.infolayer .portlet-msg-info h4 {
    color: var(--primary) !important;
    font-weight: bold !important;
}

.infolayer .portlet-msg-info ul {
    margin: 20px 0 0 !important;
}

@media only screen and (min-width: 768px){
    
    #wrapper h2 {
        font-size: 3.4rem !important;
        line-height: 3.4rem !important;
    }
}

@media only screen and (max-width: 767px){
    .cross {
        padding-right: 6px;
    }

    .infolayer h2 {
        font-size: 2.6rem !important;
        text-align: left !important;
    }

    #main-content .bg-white, #main-content .bg-dark, #main-content .bg-light1 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*
.infolayer:not(.show) {
  display: none;
}
  */

/* prevent background from scrolling when a modal or menu is shown */
html:has(.infolayer.show) {
    overflow: hidden;
}
/*-----*/

.infolayer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--backgroundcolorwhite);
    z-index: 9999;
    overflow-y: scroll;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}


.infolayer {
    transform: translate(-100%, 0);
}

.infolayer-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none
}

.infolayer-backdrop.show {
    opacity: 1;
    display: block;
}

.infolayer-content {
    padding-bottom: 30px;
}


.infolayer.show {
    transform: translate(0, 0);
}


.cross {
    position: sticky;
    top: 0;
    align-items: center;
    padding-top: 5px;
    text-align: right;
}

.cross a {
    color: var(--brandcolor3);
    font-size: 2.4rem;
    
}

@media only screen and (min-width : 575px) {
    .infolayer {
        width: 75%;
    }
}

@media only screen and (min-width : 768px) {
    .infolayer {
        width: 640px;
    }
}

@media only screen and (min-width : 992px) {
    .infolayer {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .cross {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    
    @media only screen and (min-width : 1920px) {
        .infolayer {
            width: 40%;
        }
    }
}

/*----------------*/
/* STOP infolayer */
/*----------------*/

/*----------------------*/
/* START search advisor */
/*----------------------*/

html .feedback-messages {
    color: #af002c;
    display: none;
    font-size: 1em;
}

#wrapper section .search-block .row {
    padding-top: 15px;
}

#wrapper section .row:has(.search-portlet) {
    padding-top: 0;
}


.search-portlet .searchbutton {
    background-color: #addfe4;
    border-color: #870930;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.search-portlet .searchbutton:hover {
    background-color: #c7e9ec;
}

ul.ui-autocomplete {
    max-width: 250px;
    border: 1px solid #ccc;
    background-color: #fff;
    list-style-type: none;
    padding-left: 15px;
    cursor: pointer;
}

ul.ui-autocomplete li a {
    color: #4d4d4d;
}

.search-portlet hr {
    display: none;
}

.search-portlet .legend {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.search-portlet .office {
    width: 50%;
}

.ui-html .ui-jqgrid-hbox,
html .ui-jqgrid-htable, 
html .ui-jqgrid-btable {
    width: 100% !important;
}

.search-portlet .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0;
}

.search-portlet .ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
}

.legend .office:before {
    font: var(--fa-font-solid);
    content: "\f0f7";
    margin-right: 10px;
}

.legend .advisor:before {
    font: var(--fa-font-solid);
    content: "\f007";
    margin-right: 10px;
}

.search-portlet tr.advisorOffice td[aria-describedby*="Naam"]:before,
.search-portlet tr.advisorOffice td[aria-describedby*="Nom"]:before {
    font: var(--fa-font-solid);
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0f7";
    margin-right: 7px;
}

.search-portlet tr.advisor td[aria-describedby*="Naam"]:before, 
.search-portlet tr.advisor td[aria-describedby*="Nom"]:before {
    font: var(--fa-font-solid);
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f007";
    margin-right: 7px;
}

.search-portlet .ui-jqgrid tr.advisor td[aria-describedby*="Naam"], 
.search-portlet .ui-jqgrid  tr.advisor td[aria-describedby*="Nom"] {
    padding-left: 25px;
}

.ui-jqgrid tr.jqgrow {
    cursor: pointer;
}

.search-portlet tr.advisorOffice {
    background-color: #e2eaec;
}

.search-portlet .ui-jqgrid tr.ui-row-ltr td {
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 7px;
}

.detail-portlet {
    max-width: 1200px;
    margin: 0 auto;
}

.detail-portlet .rootOfDetail {
    padding-left: 15px;
    padding-right: 15px;
}

.detail-portlet .rootOfDetail .col-md-5 {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 25px;
    box-shadow: #ccc 2px 2px 2px;
    
}

@media only screen and (min-width: 992px) {
    .detail-portlet .rootOfDetail .col-md-5 {
        margin-right: 15px;
        width: calc(41.666666667% - 15px);
    }
    
}

.detail-portlet a {
    color: #870930;
    text-decoration: underline;
}

.detail-portlet .header {
    display: none;
}

.detail-portlet .backbutton {
    display: block;
    margin-bottom: 20px;
    
    cursor: pointer;
}

.detail-portlet .backbutton:before {
    content: "< ";
}

.detail-portlet .element {
    display: flex;
}

#wrapper .detail-portlet .fieldName.phoneNumber,
#wrapper .detail-portlet .fieldName.email {
    margin-right: 5px;
    font-weight: bold;
}

#wrapper .detail-portlet .fieldValue.name {
    font-size: 2.4rem;
    color: #870930;
    
}

#wrapper .detail-portlet .fieldValue.address {
    margin-top: 15px;
}

#wrapper .detail-portlet .fieldValue.zipOrCity,
#wrapper .detail-portlet .fieldValue.email {
    margin-bottom: 15px;
}

html .detail-portlet .maps {
    height: 50vh;
    min-height: 250px;
    margin-bottom: 60px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: #ccc 2px 2px 2px;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    box-sizing: border-box !important;
}

/*---------------------*/
/* STOP search advisor */
/*---------------------*/
/* Navigation*/
.nav-pills > li + li {
  margin-left: 0; }

html #navigation .nav > li > a:hover {
  color: #af002c;
  background: white; }

html #navigation .mainnavigation li > a {
  transition: none !important; }

@media (max-width: 767px) and (min-width: 1px) {
  html #navigation .mainnavigation {
    border-top: 1px solid #eee; }
    html #navigation .mainnavigation li {
      display: block;
      width: 100%; }
      html #navigation .mainnavigation li > a {
        width: 100%;
        background: #f2791f;
        float: none;
        display: block;
        text-align: left;
        padding: 15px 30px;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #eee;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: normal; } }

@media screen and (max-width: 767px) and (min-width: 1px) {
  #sub-navigation li {
    float: left; } }

#sub-navigation li a {
  padding: 5px 10px;
  font-size: 12px; }

#sub-navigation li.active span {
  border-bottom: 2px solid #b30135; }

#sub-navigation li.active a,
#sub-navigation li.active a:hover,
#sub-navigation li.active a:focus {
  color: #b30135;
  background: transparent; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ============================================================
   PV Footer
   ============================================================ */
.footer-content strong {
  padding-left: 0 !important;
  color: #addfe4;
  font-size: 1.9rem;
  margin-bottom: 7px !important;
  font-weight: bold;
  list-style: none;
  line-height: 2.5rem;
}

.footer-content .component-paragraph p {
    font-weight: bold;
}

.footer-content .component-paragraph a:hover {
    text-decoration: underline !important;
}

.footer-content a {
    color: white !important;
    font-size: 1.6rem !important;
    color: #fff;
    margin-right: 20px;
    text-decoration:none;
}

@media screen and (max-width: 767px) {
#footer .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}
}

.footer-content strong span {
    font-size: 1.8rem !important;
}

#footer-content a.rs-link:hover {
    text-decoration: none !important;
}

#footer-content a.rs-link svg {
    transition: all ease .3s;
}

#footer-content a.rs-link:hover svg {
    fill: #ff6600 !important;
}

.site #wrapper .footer-bottom-line .rblock a {
    font-size: 1.6rem;
    color: #4d4d4d;
    margin-right: 20px;
    font-weight: bold;
    text-decoration: none;
}

.footer-bottom-line {
  margin: 0 !important;
  padding: 25px 10% !important;
  background: #addfe4 !important;
}
  

.footer-bottom-line .rblock {
  padding: 0 !important;
  max-width: var(--container-max-xl);
  /*margin: auto !important;*/
}

.round-container {
    overflow: hidden;
    margin-bottom: -2px !important;
    padding-bottom: 0 !important;
    background-color: white;
    padding: 30px 0;
}

.round-container .round {
    width: 120%;
    left: -10%;
    position: relative;
    height: 140px;
    background: #870930;
    border-radius: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
.round-container {
        width: 100%;
    }

    .round-container .round {
        width: 200%;
        left: -50%;
        margin-bottom: -100px;
    }
}

.footer-content .row {
    padding-top:0 !important;
}

.footer-content .row {
    padding-top: 0 !important;
}

#footer .background {
padding-left: 10% !important;
padding-right: 10% !important;
}

#footer .container-fluid {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#section-pvgroep {
    color: white !important;
    font-size: 1.8rem;
    line-height: 2.5rem;
}


div#section-pvgroep .row > .col-lg-6:nth-of-type(2) p {
  margin-top: revert !important;
}

div#section-pvgroep a {
    color: var(--secondary) !important;
    cursor: pointer;
    font-size: 1.8rem;
}

div#section-pvgroep img {
    width: 150px;
    margin-top:0px;
}

.footer-content img {
    margin-top: 25px;
    width: 80%;
    border-radius: 4px;
}

#footersocial {
  border-top: solid 1px #ffffff1a;
  padding-top: 40px !important;
  margin-top: 40px;
}


/* ============================================================
  Back top
   ============================================================ */

#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0;
    z-index: 99999;
    font-size: xx-large;
}

#back-top a {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

#back-top a:hover {
    opacity: 1;
}

/* ============================================================
  Fixes
   ============================================================ */
#wrapper a {
    text-decoration: none;
}

#wrapper a:hover {
    text-decoration: underline;
}

#wrapper .navbar-nav a:hover {
    text-decoration: none;
}

#wrapper a.btn:hover {
    text-decoration: none;
}

/* ============================================================
  "Banner2CTA"
   ============================================================ */

.banner2cta .image-mobile {
  display: none;
}

.banner2cta .image-desktop[src]:not([src=""]) {
    background-color: grey;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
  }

@media (max-width: 768px) {
  .banner2cta .image-desktop {
    display: none;
  }

  .banner2cta .image-mobile {
    display: block;
  }

   .banner2cta .image-mobile[src]:not([src=""]) {
    background-color: grey;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
  }
	
  .banner2cta #hide-mobile {
    display: none;
  }
}

.banner2cta {
    position: relative;
    margin-bottom: 25px;
}

.banner2cta .row {
    margin: 0;
}

.banner2cta .banner-content {
    text-shadow: #4d4d4d 2px 2px 6px;
}

#wrapper .banner2cta h1 {
    color: #fff;
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 16px;
    ;
}

.banner2cta .banner-img picture {
    display: block;
}

.banner2cta .banner-img picture>img {
    width: 100%;
}

.banner2cta .banner-img {
    position: relative;
}

.banner2cta .banner-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.48) 70%);
    pointer-events: none;
}

.banner2cta .banner-title {
    position: absolute;
    bottom: 120px;
    text-align: center;
    padding: 0 25px;
    color: #ffffff;
    width: 100%;
}

.banner2cta .description {
  margin-bottom: 20px;
}

@media (max-width: 768px){
    .banner2cta .description {
        display: none;
    }
}

.banner2cta .banner-cta {
    padding: 0 40px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#wrapper .banner2cta .btn-lg {
    font-size: 1.6rem;
}

#wrapper .banner2cta .btn {
    color: #ffffff;
    text-shadow: none;
    padding: 10px 16px !important;
    line-height: 1.5;
    border-radius: 8px;
    font-weight: 600;
    text-transform: none !important;
}

#wrapper .banner2cta .btn-primary {
    background-color: var(--btn-primary-background-color) !important;
    border-color: var(--btn-primary-border-color)!important;
}

#wrapper .banner2cta .btn-default {
    background-color: var(--btn-secondary-background-color) !important;
    border-color: var(--btn-secondary-border-color) !important;
}

#wrapper .banner2cta .btn-primary:hover,
#wrapper .banner2cta .btn-primary:active,
#wrapper .banner2cta .btn-primary:focus {
    color: #ffffff;
    background-color: var(--btn-primary-hover-background-color) !important;
    border-color: var(--btn-primary-hover-border-color) !important;
    text-decoration: none;
    box-shadow: none;
}

#wrapper .banner2cta .btn-default:hover,
#wrapper .banner2cta .btn-default:active,
#wrapper .banner2cta .btn-default:focus {
    color: #ffffff;
    background-color: var(--btn-secondary-hover-background-color) !important;
    border-color: var(--btn-secondary-hover-border-color) !important;
    text-decoration: none;
    box-shadow: none;
}

@media (min-width: 576px) {
    #wrapper .banner2cta h1 {
        font-size: 3.2rem;
    }

    .banner2cta .banner-title {
        bottom: 130px;
    }

    .banner2cta .banner-cta {
        align-items: center;
    }
}

@media (min-width: 768px) {
    .banner2cta {
        margin-bottom: 35px;
    }

    #wrapper .banner2cta .row {
        padding-top: 0;
    }

    .banner2cta .banner-img picture {
        display: block;
        width: 100%;
    }

    .banner2cta .banner-img .overlay {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0) 70%);
        pointer-events: none;
        width: 100%;
    }

    .banner2cta .banner-content {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .banner2cta .banner-title {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        text-align: left;
        bottom: unset;
    }

    .banner2cta .banner-cta {
        flex-direction: row;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .banner2cta .banner-content {
        padding: 0 50px;
    }

    #wrapper .banner2cta h1 {
        font-size: 3.8rem;
    }

    #wrapper .banner2cta p {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    #wrapper .banner2cta h1 {
        font-size: 4.2rem;
    }
}


/* ============================================================
  "Extra"
   ============================================================ */

.blog-abstract.col-md-4:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

ul.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline>li {display:inline-block; padding: 0 5px;}
html.dialog-iframe-root-node{height:100%;}

html #navigation .nav>li>a {
    font-size: 21px;
}

.panel {
    background-color: transparent;
    border: 0;
}
html .detail-portlet .btn-email a {
    background-color: #6382bb;
    display: block;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border-radius: 7px;
}

html .detail-portlet .btn-email a:hover,
html .detail-portlet .btn-email a:active,
html .detail-portlet .btn-email a:focus {
    text-decoration: none;
    background-color: #7193d4;
}

.breadcrumb li:first-child a {
    font-size: 0;
}

html .field-content label {
    font-weight: normal;
}

html input[type="text"], html input[type="email"], html input[type="tel"], html input[type="file"], html textarea, html select {
    border: 1px solid #ddd;
}

.short-form .input_mandatory:after {
    vertical-align: top;
}

.lfr-alert-container {
    position: relative;
}

.lfr-alert-container .lfr-alert-wrapper {
    padding: 0;
}

.lfr-alert-container .lfr-alert-wrapper .alert-dismissable .close {
    padding: 0;
    opacity: 1;
    width: auto;
}

.lfr-alert-container .lfr-alert-wrapper .alert-dismissable .close .icon-monospaced.lexicon-icon {
    fill: #a94442;
}

/* styling collapsible */

.collapse-item {
    cursor: pointer;
    background-color: #fff;
    padding: 20px 30px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

h4.collapse-title {
    margin-bottom: 10px;
}

h4.collapse-title:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 20px;
    transition: all .3s ease-in-out 0s;
    color: #870930;
    display: inline-block;
    /*margin-right: 15px;*/
    float: right;
}

h4.collapse-title.collapsed:after {
    transform: rotate(180deg);
}

.pt-3 {padding-top:32px;}
.clickblock:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.8);
    opacity: 0.8;
    border-color: #867875;
}
.full-width--header img {
    width: 100%;
    object-fit: cover;
    object-position: 100% 25%;
    max-height: 400px;
}
.lfr-layout-structure-item-video-url .video-container {
    position: absolute !important;
    padding: 0 !important;
    overflow: visible !important;
}


.lfr-layout-structure-item-pv-video-url .video-container {
    position: absolute !important;
    padding: 0 !important;
    overflow: visible !important;
}

.video-container {
    width: 100%;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* social buttons */
.shareBtns {
    text-align: center;
    margin-bottom: 25px;
}

.shareBtns a {
    font-family:'FontAwesome';
    padding: 10px;
    color: #870930;
    font-size: 0;
    line-height: 0;
}

.shareBtns a:hover,
.shareBtns a:focus {
    text-decoration: none;
}

.shareBtns a:before {
    transition: all 0.2s ease-in-out;
    font-size: 38px !important;
    display: inline-block;
}

.shareBtns a:hover:before {
    transform: scale(1.25);
}

#shareFB:before {
    content:"\f09a";
    color: #3b5998;
}

#shareLI:before {
    content:"\f0e1";
    color: #2867B2;
}

#shareTW:before {
    content:"\f099";
    color: #1DA1F2;
}

#shareWA:before {
    content:"\f232";
    color: #4AC959;
}

#shareML:before {
    content:"\f003  ";
    
}

/*LIFERAY 7.4*/
@media (min-width: 768px) {
  .site #wrapper #navigation .nav > li > a {
    padding: 10px 0px 5px;
    margin:0 12px;
  }
}
.site .row .col-xs-6 li {
  display: inline-block;
  width: 100%;
}

.site .container-fluid {
  display: table;
}

.col-sm-3, .col-sm-6, .col-sm-9 {
  float: left;
}

a:hover{
 text-decoration:underline;
}

.mainnavigation a:hover {
  text-decoration: none;
}

.site{
  .span1, .span2, .span3, .span4, .span5,  .span6, .span7, .span8,  .span9,  .span10, .span11, .span12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  }
  .bg-dark{
  background-color:transparent !important;
  }
   @media (min-width: 992px) {
     .col-md-4 {
      width: 33.333333333%;
     }
     .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
     float: left;
     }
  }
}

@media (max-width: 991px) {
#horeca .col-md-4 {
  flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
}

@media (max-width: 991px) {
 #horeca .col-md-8 {
    flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}

html .breadcrumb{
 background-color:transparent;
}

.mainnavigation.no-transition.collapse.show {
  height: auto !important;
}

.site .fa-fw {
  width: auto;
}

html #header {
    position: static;
}
html #header #navigation .nav{
  margin: 0 0 10px 20px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group label{
    font-weight:bold;
    cursor:default;
}

.pull-right{
    margin-left:auto;
}

.selector.form-control {
  color: #555;
}

#wrapper .portlet-journal-content .journal-content-article{
  word-wrap:normal;
}

.site .social-media-center div {
  display:block;
  padding:0;
}

@media (max-width: 480px) {
 .social-portlet .social-media{
  margin-bottom: -10px;
 }
}

.breadcrumb .breadcrumb-text-truncate {
    max-width: 290px;
  }

.breadcrumb li:not(:first-child) .breadcrumb-text-truncate {
  font-size: 1.4rem !important;
}

#wrapper .table td {
  	border-left-style: solid;
	border-bottom-style: unset;
}

#wrapper .table {
	margin-bottom:25px;
	color:#4d4d4d;
}

#wrapper .table td {
   	vertical-align: text-top;
}

#wrapper .collapse-item .table td{
	border-left-width: 1px;
}

/*html .portlet-content .breadcrumb > li + li::before {
  content: "\e601" !important;
  font-size: 5px;
  color: #b0b0b0;
  margin-right: 5px;
  line-height: 5px;
  vertical-align: middle;
  margin-top: -0.750em;
}*/

#diensten .row{
  display:block;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

#subnav-spy.affix{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1034;
}

.important {
  font-weight: bold;
}

.result-block table{
 border-collapse: separate;   
border-spacing: 2px;
}

.capital-opening .form-group.row:last-of-type {
  display: block;
}

@media (max-width: 991px) {
  html #header #navigation .nav {
   margin-left: 0;
  }
}

html #navigation .nav > li > a{
  display:block;
}

@media (max-width: 767px) {
.site .container-fluid {
  display:block;
 }
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

@media (min-width: 1px) and (max-width: 767px) {
    html #sub-navigation .language.collapse.in, html #navigation .mainnavigation.collapse.show {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 1px) and (max-width: 767px) {
    html #header #navigation .nav{
        margin: 0;
    }
}

.keep-me-informed-portlet .row-fluid {
    display: block;
}

/*
Title Anime
*/
section .sectionTitle .row > div:last-child p {
    margin: auto;
}

section .sectionTitle .row > div:last-child p a:first-child {
    margin-right: 15px;
}

.sectionTitle {
    overflow: hidden;
    position: relative;
    transition: all ease .3s;
}

.sectionTitle h2 {
    margin: 0 0 5px !important;
    font-size: var(--h2-font-size) !important;
    line-height: var(--h2-font-size) !important;
}

.sectionTitle:hover {
	 background: #f8f8f8 !important;
}

.sectionTitle .row {
    z-index: 2;
}

.sectionTitle > div {
    z-index: 2 !important;
    position: relative;
}

.sectionTitle:hover::after {
    height: 500%;
    width: 100%;
    top: -200%;
    left: 0;
    border-radius: 0%;
}

.anime:hover h2 {
  animation: tilt-shaking 0.3s;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.sectionTitle .row {
    padding: 0 !important;
    margin: 0 !important;
}

.sectionTitle {
    padding: 30px;
    padding-bottom: 25px !important;
}

.section-with-padding-top {
    padding-left: 0 !important;
    padding-right: 0 !important ;
}

.section-with-padding-top .col-md-6 div {
    padding-top: 25px !important;
    
}

@media(max-width:767px) {

    .section-with-padding-top .col-md-6 div {
    text-align: start !important;
    }
}

.sectionTitle .btn {
    padding: 10px 16px !important;
    text-transform: none !important;
}

.sectionTitle .btn:first-child {
    margin-right: 15px !important;
}

@media (max-width: 767px) {
    .sectionTitle .btn:first-child{
            margin: 15px 0 0;
    }
}

.sectionTitle .btn-default {
    border-color: white !important;
}

@media only screen and (min-width: 768px){
    .sectionTitle .row {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px){
    .sectionTitle .btn-primary:first-child {
        margin-bottom: 5px;
    }

    .sectionTitle h2 {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .sectionTitle .row > div:last-child p a:first-child {
        margin: 15px 0 0;
    }
}

/*
Effects
*/
#wrapper #content .container-fluid.container1200 .item {
	opacity: 0;
    -webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
    transform: translateX(100%);
}

#wrapper #content .container-fluid.container1200 .item:first-child, #wrapper #content .container-fluid.container1200 .item:nth-child(2) {
    transform: none;
    opacity: 1;
}

#wrapper #content .container-fluid.container1200 .item:nth-child(2n+3) {
	transform: translateX(-100%);
}

#wrapper #content .container-fluid.container1200 .item.show, #wrapper #content .container-fluid.container1200 .item:first-child {
	transform: translateX(0%);
	opacity: 1;
}

#section-anim .row p:first-child {
    margin: 0 -30px 30px !important;
}

#wrapper #content .container-fluid.container1200 .item:nth-child(4) {
    margin-top: 45px !important;
}

#section-anim > div > div > div p img {
    border-radius: 4px;
}

@media screen and (min-width: 640px) {

	#wrapper #content .container-fluid.container1200 .item {
	    align-items: center;
	}
}

@media screen and (max-width: 640px) {
	
	#wrapper #content .container1200 .item:first-child p:first-child {
	    position: relative;
    }

	#wrapper #content .container1200 .item:first-child p:first-child img {
	    position: relative;
	    max-width: 200%;
	    left: -62%;
	}

	#wrapper #content .container-fluid.container1200 p.attention {
	    padding: 10%;
	}
}

@media only screen and (max-width: 767px){
        section#section-anim {
	    padding: 0 30px;
	}
}

@media only screen and (min-width: 768px){
  
  #wrapper #content .container-fluid.container1200 .item:nth-child(even) {
   	 margin: 30px 0;
  }
}

/*      bannerInPage       */

.bannerInPage .reverse-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.bannerInPage .description {
    margin-bottom: 15px;
}

.bannerInPage a {
    text-decoration: none !important;
}

.bannerInPage .icon-text-wrapper {
  display: flex;
  gap: 15px;
  padding: 30px;
  padding-top: 0;
}

.bannerInPage .icon-text-wrapper > .icon-text {
  display: block;
}

.bannerInPage .icon-title-wrapper > .icon-text {
  display: none;
}

.bannerInPage .icon {
    font-size: 20px;         
}

@media (max-width: 767px) {

  .bannerInPage .icon-text-wrapper > .icon-text {
    display: none;
  }

  .bannerInPage .icon-title-wrapper > .icon-text {
    display: block;
    margin: 10px 0;
  }

  .bannerInPage .icon {
    font-size: 18px;         
}
}

.bannerInPage .icon-title-wrapper {
  margin-bottom: 20px;             
}



.bannerInPage #textContent {
  flex: 1; 
}


.bannerInPage #textContent .btnWrapper {
    display: flex;
    gap: 10px;
}

@media (max-width: 767px) {
  .bannerInPage #textContent .btnWrapper {
    flex-direction: column;
    align-items: stretch; 
  }
}

.bannerInPage #textContent .btnWrapper .btn {
    padding: 10px 16px !important;
    line-height: 1.5;
    text-transform: none !important;
}

.bannerInPage #textContent .btnWrapper .btn:hover {
    text-decoration: none !important;
}

.bannerInPage a:hover {
    text-decoration: underline !important;
}

.site #wrapper .full-width-white{
    background-color: var(--backgroundcolorwhite);
}

.site #wrapper .full-width-grey{
    background-color: var(--backgroundcolor1);
}

#menupage.full-width-white{
    padding: 40px 0 30px;
    background-color: var(--backgroundcolorwhite);
}

#menupage.full-width-grey{
    padding: 40px 0 30px;
    background-color: var(--backgroundcolor1);
}

#menupage.full-width-orange {
    padding: 40px 0 30px;
    background-color: var(--backgroundcolor2);
}

#menupage.full-width-dark{
    padding: 40px 0 30px;
    background-color: var(--backgroundcolordark);
}

/* subnavigation = floating subnav-bar
   ========================================================================== */

#menupage .container-fluid {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0; }

#subnav-spy {
  margin-bottom: 0px; }

#subnav-bar {
  width: 100%;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 21px;
  border: none;
  height: 70px; }

#subnav-spy {
  height: 70px; }

@media screen and (max-width: 1199px) {
    #subnav-spy {
        display: none; } 
}

#subnav-spy.affix {
    max-width: 1160px;
    margin: 0 auto; }

#subnav-spy.affix{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1034;
}

.anchor-nav .anchor-nav__list-item {
      float: none;
      margin: 10px; } 

.anchor-nav .anchor-nav__list-item {
    display: block;
    float: left;
    margin: 0 50px 10px 0;
    padding-left: 10px; }

.anchor-nav .anchor-nav__list-item.active .anchor-nav__link {
      border-bottom: 3px solid #f2791f; }

html .anchor-nav .anchor-nav__list {
    padding: 0;
    margin: 0;
    list-style: none; }

html .anchor-nav .anchor-nav__link {
    text-decoration: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    border-bottom-color: #f2791f;
    padding: 0; }

html .anchor-nav .anchor-nav__link:active, html .anchor-nav .anchor-nav__link:focus, html .anchor-nav .anchor-nav__link:hover, html .anchor-nav .anchor-nav__link.anchor-nav__link--active {
    color: #333333;
    border-bottom: 3px solid #f2791f; }
    
html .anchor-nav--highlighted .anchor-nav__link {
    color: #eeeeef; }

html .anchor-nav--highlighted .anchor-nav__link:active, html .anchor-nav--highlighted .anchor-nav__link:focus, html .anchor-nav--highlighted .anchor-nav__link:hover, html .anchor-nav--highlighted .anchor-nav__link.anchor-nav__link--active {
    color: white;
    border-bottom: 3px solid white; }