/*!****************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./webresources/src/styles/main.scss ***!
\****************************************************************************************************************************/



/* Default values for the page */

body {
    color: #333;
}


body > div:first-child {
    display: block !important; 
}

/* links */
body.mui .cardText a {
    color: #003070;
}

body.mui .rich_text a {
    color: #003070;
}

body.mui .rich_text a:hover {
    color: #077AC0;
}




/* default text and title sizing - h1 */


body.mui div.hero-text h1,
body.mui div.hero-text h2,
body.mui div.hero-text h3 {
    margin-bottom: 2rem !important;
}

body.mui div.hero-text h1,
body.mui div.mobile-hero-text h1 {
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.30);
}

body.mui div.hero-text h1,
body.mui div.hero-text h1 span {
    font-size: 40px;
    line-height: 48px !important;
    letter-spacing: -1px;
    font-weight: bold;
}

@media (min-width: 480px) {
    body.mui div.hero-text h1,
    body.mui div.hero-text h1 span {
        font-size: 64px;
        line-height: 72px !important;
    }
}

/* default text and title sizing - h2 */

body.mui h2,
body.mui h2 {
    font-size: 32px  !important;
    line-height: 40px !important;
    letter-spacing: -1px;
    font-weight: normal;
}

@media (min-width: 480px) {

    body.mui h2,
    body.mui h2 {
        font-size: 48px  !important;
        line-height: 58px !important;
    }
}

/* default text and title sizing - h3 */

body.mui h3,
body.mui h3 {
    font-size: 32px  !important;
    line-height: 40px !important;
    margin-bottom: 1rem;
}

@media (min-width: 480px) {

  body.mui h3,
  body.mui h3 {
      font-size: 34px  !important;
      line-height: 42px !important;
  }
}

body.mui .muiCard .linkCTA {
    margin-top: 1em;
}

body.mui .muiCard.horizontal .rich_text h3,
body.mui .muiCard.horizontal .rich_text h3 span,
body.mui .muiCard.horizontal .rich_text h3 span strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

@media (min-width: 480px) {
    body.mui .muiCard.horizontal .rich_text h3,
    body.mui .muiCard.horizontal .rich_text h3 span,
    body.mui .muiCard.horizontal .rich_text h3 span strong{
        font-size: 35px !important;
        line-height:43px !important;
    }
}

/* default text and title sizing - h4 */

body.mui h4,
body.mui h4 {
    font-size: 20px  !important;
    font-weight: 28px;
}

@media (min-width: 480px) {

    body.mui h4,
    body.mui h4 {
        font-size: 22px  !important;
        line-height: 30px !important;
    }
}

/* default text and title sizing - h5 */

body.mui h5 {
    font-weight: bold;
    font-size: 16px !important;
    line-height: 22px !important;
}

@media (min-width: 480px) {

    body.mui h5 {
        font-size: 20px  !important;
        line-height: 26px !important;
        font-weight: bold;
    }
}

/* default text and title sizing - h6 */

body.mui h6,
body.mui h6 {
    font-size: 14px  !important;
    line-height: 20px !important;
    font-weight: 600;
}

@media (min-width: 480px) {

    body.mui h6,
    body.mui h6 {
        font-size: 18px  !important;
        line-height: 22px !important;
    }
}

body.mui .rich_text p span.small, body.mui .rich_text li span.small {
    font-size: 14px;
    line-height: 24px;
}

body.mui .rich_text ul {
    padding: 1.25rem 1.25rem 2rem 1.25rem;
}

@media (min-width: 480px) {
    body.mui .rich_text p, body.mui .rich_text li {
        font-size: 22px;
        line-height: 32px;
    }

    body.mui .rich_text p span.small,
    body.mui .rich_text p span.small a,
    body.mui .rich_text span.small a,
    body.mui .rich_text li span.small {
        font-size: 18px !important;
        line-height: 28px !important;
        
    }
}


/* default text for links - size is from paragraph */
body.mui .rich_text a {
  color: #003070;
  font-weight: 600;
  text-decoration: underline;
}


/* Card CSS */
div.cardText h1, div.cardText h2, div.cardText h3, div.cardText h4, div.cardText h5{
    margin-bottom: 20px;
}


a.btn.no-shadow {
    box-shadow: none !important;
}

.muiCard .cardImageContainer {
    padding-bottom: 1em;
}

.muiCard.horizontal svg {
    height: 34px;
    width: 34px;
    fill: #077AC0;
    min-width: 34px;
    min-height: 34px;
}

@media (min-width: 480px) {
    .muiCard.horizontal svg {
        height: 50px;
        width: 50px;
        fill: #077AC0;
        min-width: 50px;
        min-height: 50px;
    }
}

/****** Hero *******/

.hero-section {
    height: auto;
    @media (min-width: 768px) {
        min-height: 540px;
    }
}

@media (max-width: 768px) {
    .hero-section .linkCTA{
        width: fit-content;
        margin: 0px auto;
    }
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-fluid {
    padding: 48px;
}

@media (max-width: 768px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .container-fluid {
        padding: 32px 24px;
    }
}
    
.container-xxl {
    max-width: 1440px;
}

.accordion .container,
.accordion .container-sm,
.accordion .container-md,
.accordion .container-lg,
.accordion .container-xl,
.accordion .container-xxl,
.accordion .container-fluid {
    padding: 32px;
}


.carousel-inner {
    width: 80%;
    margin: 0 auto;

}

@media (max-width: 481px) {
    .carousel{
        width:110%;
        left:-15px;
    }
    .carousel-inner {
        overflow:visible;
    }
}

.carousel p {
    margin-bottom: 0px;
}


/* submenu */


@media (min-width: 1280px) {

    .submenu {
        position: relative;
        z-index: 8;
        margin-top: -112px;
        transition: all 0.3s ease;
    }

    .submenu .card {
        height: 100px;
        margin-top: 12px;
        opacity: 0.8;
        box-shadow: none;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .submenu .card.active {
        height: 112px;
        margin-top: 0;
        opacity: 1;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        filter: none;
    }

    .submenu .row .submenu-col:first-of-type .card {
        border-top-left-radius: 30px;
    }

    .submenu .row .submenu-col:last-of-type .card {
        border-top-right-radius: 30px;
    }


    .submenu .card .card-body {
        display: flex;
        justify-items: center;
    }

    .submenu .card .card-body .card-content {
        width: 100%;
    }

    .submenu .card .img-fluid {
        display: flex;
    }
}

body.mui .submenu .card-text .rich_text {
    padding: 0;
    margin: 0;
}

body.mui .submenu h3 {
    text-align: left;
    font-size: 20px !important;
    line-height: 22px !important;
    margin: 0;
}

div#submenu+.gradient-box  .container,
div#submenu+.gradient-box  .container-sm,
div#submenu+.gradient-box  .container-md,
div#submenu+.gradient-box  .container-lg,
div#submenu+.gradient-box  .container-xl,
div#submenu+.gradient-box  .container-xxl,
div#submenu+.gradient-box  .container-fluid {
    padding-top: 0px;
}

.card-rounded {
    border-radius: 30px;
}

@media (max-width: 1279px) {
    .submenu {
        position: inherit;
        z-index: 8;
        margin-top: 1em;
        transition: all 0.3s ease;
        display: flex;
    }

    .submenu .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 1em 0;

    }

    .submenu .card, 
    .submenu .card.active {
        flex-direction: row;
        border: 2px solid #e5e5e5;
        border-radius: 12px;
        height: 100px;
        margin-top: 0;
    }

    .submenu .card.p-4 {
        padding: 1em !important;
    }

    .submenu .card.active {
        background-color: #EAF7FF;
    }

    .submenu .card .card-body {
        display: flex;
    }

    .submenu .card .card-body .card-content {
        width: 100%;
    }

    .submenu .row .submenu-col:first-of-type .card {
        border-top-left-radius: 12px;
    }
    
    .submenu .row .submenu-col:last-of-type .card {
        border-top-right-radius: 12px;
    }

    .submenu .card .card-image {
        height: 40px;
    }

    .submenu .card .card-image img.img-fluid {
        width: 40px;
        height: 40px;
    }
}


@media (min-width: 480px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .container-fluid {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.tab-container{
    box-shadow: 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05), 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05);
    border: 1px solid #E5E5E5;
}
.tab-content{
    background-color:white;
}

.nav-item {
    background-color: #F2F2F2;
}


.nav-tabs .nav-item .nav-link {
    text-transform: none;
    text-align: center;
    font-size: 14px;
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 100%;
}

.nav-tabs .nav-link.active {
    background-color: #F4FBFF;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link.active {
    height: 60px;
}

@media (min-width: 480px) {
    .nav-tabs .nav-item .nav-link,
    .nav-tabs .nav-item .nav-link.active {
        height: 72px;
    }
    .nav-tabs .nav-item .nav-link {
        font-size: 18px;}
}


.card {
    --mdb-card-border-radius: 0rem;
    --mdb-card-inner-border-radius: 0rem;
}

.cardImage {
    display: block;
}

div.content-section div.card {
    padding: 0rem;
}

.card-text .rich_text {
    padding: 10px;
}


.hero-section .rich_text p {
    font-size: 28px;
    line-height: 38px;
}

.tab-content p {
    font-size: 20px;
    line-height: 28px;
}
@media (min-width: 480px) {
    .d-mid-none {
        display: none !important;
    }
}
@media (max-width: 480px) {

     .hero-section {
        height: calc(100vh - 80px);
        font-size: 40px;
        text-align: center;
    }
    
    .mobile-hero-text h1{
        font-size: 40px !important;
    }
    
    .arrow-container {
        transform: translateX(-50%);
        top: 85% !important;
        
        width: 72px;
        height: 72px;
    }
    
    .arrow-container img {
        width: 72px;
        height: 72px;
    }

    .arrow {
        border: solid black;
        border-width: 0 3px 3px 0;
        padding: 5px;
    }

    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}



/****End Hero***/

.mui .modal {

    --mdb-modal-margin: 0.5rem;
    --mdb-modal-box-shadow: var(--mdb-box-shadow-sm);
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

}


.mui .modal .modal-content {
    height: auto;
    padding: 2rem;
    overflow-y: hidden;

    box-shadow: var(--mdb-modal-box-shadow);
    outline: 0;

}

.mui-modal-body {

    position: relative;
    flex: 1 1 auto;
    padding: var(--mdb-modal-padding);
}

.accordion-btn-padding {
    padding: 0px 15px 0px 15px !important ;
}

.fw-400{
    font-weight: 400 !important;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.fw-700{
    font-weight: 700 !important;
}

/* video iframe */
.video-container {
    position: relative;
    padding-bottom: calc(56.25% * 1); /* 16:9 */
    width: 100%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* accordion */

.mui .accordion .accordion-item {
    border: 1px solid #E5E5E5;
    border-radius: 30px;
}

.accordion {
    --mdb-accordion-border-color: #b2b2b2;   
}

.accordion-body {
    background-color : #ffffff;
}


.accordion-button:not(.collapsed){
    background-color : #EAF7FF;
    box-shadow: 1px 0 1px 1px #e5e5e5;
}

.accordion-button.collapsed {
    background-color : #f2f2f2;
}

.accordion-btn-padding {
    padding: 0px 15px 0px 15px !important ;
}

.accordion-button {
    box-shadow: 1px 0 1px 1px #e5e5e5;
}


.accordion-button span{
    font-size: 20px;
    font-weight: bold;
}


.accordion-button::before {
    background-image: var(--mdb-accordion-btn-active-icon);
    flex-shrink: 0;
    width: 20px;
    height: 22px;
    margin-right: 20px;
    content: "";
    background-repeat: no-repeat;
    background-image: url("/.resources/mdb-cb-lightmodule/webresources/icons/accordion-plus.svg");
    background-size: var(--mdb-accordion-btn-icon-width);
    transition: var(--mdb-accordion-btn-icon-transition);
}

.accordion-button::after {
    content: none;
}

.accordion-button:not(.collapsed)::before {

    background-image: url("/.resources/mdb-cb-lightmodule/webresources/icons/accordion-minuss.svg");
    transform: var(--mdb-accordion-btn-icon-transform)
}

.accordion-header p {
    margin-bottom: 0;
    font-weight: bold;

}

.accordion-header .h5 {
    margin-bottom: 0;
}

body.mui .accordion .accordion-body .rich_text p,
body.mui .accordion .accordion-body .rich_text li{
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 480px) {
    body.mui .accordion .accordion-body .rich_text p,
    body.mui .accordion .accordion-body .rich_text li{
        font-size: 20px;
        line-height: 30px;
    }
}
.noCorner {
    box-shadow: 0 2px 15px -3px rgba(var(--mdb-box-shadow-color-rgb), 0.07), 0 10px 20px -2px rgba(var(--mdb-box-shadow-color-rgb), 0.04);
    margin: 20px;
}

.temoignage {
    box-shadow: 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05), 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05);
    margin: 10px;
    background-color: white;
    border: 1px solid #E5E5E5;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;

}
@media (min-width: 480px) {
    .temoignage {
        
        margin: 20px;

    }
}

.temoignage::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-top: 20px solid #077ac0;
    border-left: 20px solid #077ac0;
}

.temoignage::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-bottom: 20px solid #077ac0;
    border-right: 20px solid #077ac0;
}

@media (min-width: 480px) {
    .temoignage::before {
        content: "";
        left: 10px;
        top: 10px;
    }
    
    .temoignage::after {
        content: "";
        right: 10px;
        bottom: 10px;
    
    }
}

.temoignage table{
    width:100%;
    line-height: 26px;
}


.temoignage table tr td:nth-child(1){
    padding: 0px 10px 0px 0px;
    text-align:left;
}

.temoignage table tr td:nth-child(2){
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
    text-align:right;
}

.second-line::before {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    /* max-width: 250px; */
    height: 1px;
    width: 75%;
    border-top: 1px solid #d2d2d2;
    margin: 0 auto;

    padding-bottom: 20px;
}

@media (max-width: 480px) {
    .second-line::before {
        border-top: 0px;
}
}

.left-text {
    width: 100%;
    box-sizing: border-box;
}

.right-text {
    width: 100%;
    box-sizing: border-box;
    line-height: 0px;
}

@media (min-width: 480px) {
.left-text {
    width: 60%;
}

.right-text {
    width: 40%;
    padding-left: 3rem !important
}

}

.temoignage tr{
    border-bottom: 0px;
}

.temoignage .second-line p {
    font-size: 20px;
    text-align: start;
}

.temoignage .right-text p {
    font-size: 16px;
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::before {
        transition: none
    }

    .accordion-button::after {
        content: none;
    }
}


/* TODO is this used ???? */
div.text-image-section {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}
/* */


.container-text-image .component-image {
    text-align: center;
}




@media (max-width: 480px) {

    .mg0 {
        --mdb-gutter-x: 0px !important;
    }

    .textImage-section-textUp {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        flex-wrap: nowrap;
    }

    .textImage-content-textUp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }

    .textImage-image-textUp {
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

    .textImage-image-textUp img {
        width: 100%;
        height: 440px;
        object-fit: cover;
    }

    .textImage-section-textDown {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .textImage-content-textDown {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }

    .textImage-image-textDown {
        max-width: 100%;
        position: relative;
        overflow: hidden;
    }

    .textImage-image-textDown img {
        width: 100%;
        height: 440px;
        object-fit: cover;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-inner {
        width: 100%;
    }

    .left-text {
        width: 100%;
        box-sizing: border-box;
    }

    .left-text:after {
        content: "";
        display: block;
        width: 75%;
        position: relative;
        margin: 0 auto;
        
    }

    .right-text {
        width: 100%;
    }


}

.temoignage div.linkCTA a.style-4 svg {
    width: 1rem;
    fill: #077AC0;
    margin-left:.5rem;
}


div.linkCTA:empty {
    display: none;
    height: 0;
}


div.linkCTA a {
    min-height: 32px;
    transition: all 0.15s linear;
}

div.linkCTA a.btn {
    min-height: 72px;
}

div.linkCTA a:hover {
    transition: all 0.15s linear;
    color: #003070;
}

div.linkCTA a * {
    transition: all 0.15s linear;
}

div.linkCTA .label{
  line-height: 24px;
}

div.linkCTA.alignement-center {
    justify-content: center;
}

div.linkCTA.alignement-right {
    justify-content: flex-end;
}

div.linkCTA a.btn {
    text-transform: none;
    background-color: #077AC0;
    min-height: 72px;
    color: white;
    padding: 16px 30px !important;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

div.linkCTA a.btn:hover {
    background-color: #003070;
}

div.linkCTA a.btn.style-2 {
    border: 2px solid;
    background-color: white;
    color: #003070;
    border-color: #003070;
}

div.linkCTA a.btn.style-3 {
    background: none;
    box-shadow: none;
    color: #005CAD;
}

div.linkCTA a.style-4 {
    color: #077AC0;
    text-decoration: none;
}

div.linkCTA a.style-4:hover,
div.linkCTA a.style-4:hover span {
    color: #003070;
}

div.linkCTA a.style-4:hover svg {
    fill: #003070;
}

/*
div.linkCTA a.style-4:hover {
    color: #003070;
}
*/

div.linkCTA a.style-5 {
    color: #0f1355;
}
div.linkCTA a.style-6 {
    color: #ffffff;
}


/*
div.linkCTA a.style-5:hover {
    color: #077AC0;
}
div.linkCTA a.style-6:hover {
    color: #077AC0;
}

*/

div.linkCTA a.style-4 svg {
    width: 1.5rem;
    fill: #077AC0;
}
div.linkCTA a.style-6 svg {
    width: 1.5rem;
    fill: #ffffff;
}

div.linkCTA a.style-4 .right-arrow {
    width: 3rem;
  }
div.linkCTA a.style-5 .right-arrow, div.linkCTA a.style-6 .right-arrow {
    width: 3rem;
  }
  /*
div.linkCTA a.style-4:hover svg {
      fill: #003070;
}
div.linkCTA a.style-5:hover svg {
      fill: #077AC0;
}
div.linkCTA a.style-6:hover svg {
      fill: #077AC0;
}
*/

div.linkCTA a.style-4 span,
div.linkCTA a.style-5 span,
div.linkCTA a.btn span {
    display: flex;
    font-weight: 700;
}

div.linkCTA a.style-5 svg {
    width: 1.5rem;
    fill: #0f1355
}

div.linkCTA a.btn svg {
    width: 1.2rem;
    fill: white;
}

div.linkCTA a.btn.style-2 svg {
    fill: #003070;
}

div.linkCTA a.btn.style-3 svg {
    fill: #005CAD;
}

/*
div.linkCTA a.btn:hover {
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.25);
}

div.linkCTA a.btn.style-1:hover {
    background-color: #003070;
}

div.linkCTA a.btn.style-2:hover {
    background-color: #D2ECFC;
}
*/

div.linkCTA a.btn.full-width {
    display: flex;
    justify-content: center;
    width: 100%;
}


:not(.btn-check)+.btn:active, 
.btn:first-child:active,
.btn.active {
    color: white;
    background: #077AC0;
}


@media (max-width: 768px) {
    div.linkCTA.mobile-centered {
        text-align: center;
    }
}

.rich_text p a {
    color: #077AC0;
}


/* CSS for Carrousel */
div.carousel-indicators [data-mdb-target] {
    width: 10px;
    height: 10px;
    border: 2px solid #077ac0;
    background-color: transparent;
    cursor: pointer;
}

.mui div.carousel-indicators .active {
    opacity: 1;
    background-color: #077ac0;
    background-clip: border-box;
}

/* CSS for editor */
.cssForEditor .tab-content>.tab-pane {
    display: block;
}

.cssForEditor .fade:not(.show) {
    opacity: 1;
}

.text-image-section div.mgnlEditorBar {
    flex-basis: 100%;
}


.ctaImage {
    min-height: 64px;
}

@media (max-width: 768px){
    .mobileCardImage {
        display: block;
        width: 40px;
        height: auto;
    }
}

/* hotfix UL*/
.containerTI ul, .tab-content ul, .cardText ul {
    padding : 1rem;
}

@media (min-width: 480px) {
    .containerTI ul, .tab-content ul, .cardText ul {
        padding : 1.25rem;
    }
}

/* END hotfix UL*/


div.title-margin-bottom-true h1,
div.title-margin-bottom-true h2,
div.title-margin-bottom-true h3,
div.title-margin-bottom-true h4,
div.title-margin-bottom-true h5,
div.title-margin-bottom-true h6 {
    margin-bottom: 0px !important;
}

.noteslegales{
    background-color: #F2F2F2;
    border-radius: 20px;
    padding: 1.75rem;
    margin: 0 1.75rem;
    display: flex;
    justify-self: center;
}

.muiCard.infocard {
    padding: 1.5em;
}

@media (min-width: 480px) {
    .muiCard.infocard{
        padding: 2em;
    }
    
    .muiCard.infocard .mobileCardImage {
        padding: 0 !important;
    }
}


body.mui .noteslegales .rich_text p{
    font-size: 16px;
}
@media (min-width: 480px) {
    body.mui .noteslegales .rich_text p{
        font-size: 20px;
    }
}


/* BLOG */
.blog-section img.cardImage  {
    border-radius: 20px;
}

.blog-section .horizontal img {
    border-radius: 10px;
    height: 60px;
    width: auto;
}



/* HOTFIX */

header a, header button {
  font-family: 'Inter', Arial, sans-serif !important;
}


/* HEADER SECONDARY MENU */
.default-theme div.main-header .secondary-menu-wrapper {
  border: 0;
  background-color: #F7F6F6;
}

div.main-header .secondary-menu-wrapper div.second-menu ul li,
div.main-header .secondary-menu-wrapper div.second-menu ul li a {
  line-height: 36px;
  height: 36px;
}


/* HEADER MAIN MENU */
.default-theme div.main-header div.header-container nav#navigation > ul > li.active {
  border: 0;
  background-color: #F7F6F6;
}

/* MEGA MENU */
div.main-header div.header-container nav#navigation > ul > li div.mega-menu .header-container .menu-col.featured,
.default-theme div.main-header div.header-container nav#navigation > ul > li div.mega-menu .header-container .menu-col.featured {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}

.mega-menu div.product-card-wrapper a.product-card-link div.product-card {
  padding: 10px;
}

.mega-menu div.product-card-wrapper a.product-card-link div.product-card,
.mega-menu div.product-card-wrapper a.product-card-link:hover div.product-card {
  box-shadow: none;
}

div.main-header div.header-container nav#navigation > ul > li div.mega-menu .header-container .menu-col {
  padding: 15px 30px;
}

div.main-header div.header-container nav#navigation > ul > li div.mega-menu .header-container .menu-col .menu-col-title span {
  line-height: inherit;
  padding-bottom: 5px;
}

div.product-card-wrapper div.product-card.small div.img {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.default-theme .mega-menu div.product-card-wrapper div.product-card div.img {
  border: 0;
}

.default-theme div.product-card-wrapper div.product-card.with-bg-color div.img {
  background-color: transparent;
}

.mega-menu div.product-card-wrapper div.product-card div.img img {
  max-width: inherit;
  max-height: inherit;
}

div.product-card-wrapper div.product-card.small div.content {
  padding: 0 10px;
  min-height: inherit;
}

.default-theme div.product-card-wrapper div.product-card div.content .title {
  color: #077AC0;
}





/* HEADER CTAs */

/*_menu-mobile.scss:34*/
.default-theme .cta-menu2 button {
  background-color: white;
  border: 2px solid #003070;
  color: #003070;
}

.default-theme .cta-menu .cta-menu-shadow  {
  border-radius: 8px !important;
  background-color: transparent !important;
}

.cta-menu button,
.cta-menu2 button {
  font-size: 18px;
  border-radius: 8px !important;
  line-height: 50px;
}
.cta-menu button .arrow-down,
.cta-menu button .arrow-up,
.cta-menu2 button .arrow-down,
.cta-menu2 button .arrow-up {
  display: none !important;
}

.cta-menu2 .cta-menu2-dropdown {
  transition: all 0.1s linear !important;
}

.cta-menu .cta-menu-dropdown.open,
.cta-menu2 .cta-menu2-dropdown.open {
  height: auto !important;
  margin-top: 5px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #077AC0 !important;
  transition: all 0.1s linear !important;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.cta-menu2 .cta-menu2-dropdown.open {
  border: 2px solid #003070 !important;
}

.cta-menu2 .cta-menu2-dropdown.open a {
  color: #003070;
}

.cta-menu .cta-menu-dropdown li,
.cta-menu2 .cta-menu2-dropdown li {
  line-height: 44px !important;
}

.cta-menu .cta-menu-dropdown a,
.cta-menu2 .cta-menu2-dropdown a {
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
}

.mobile-nav .cta-menu2 {
  height: inherit;
  padding: 0 20px;
}

.mobile-nav .cta-menu2 .cta-menu2-btn {
  width: 100%;
}

.mobile-nav .second-menu {
  margin-top: 30px;
}
.mobile-nav .cta-menu .cta-menu-dropdown a,
.mobile-nav .cta-menu2 .cta-menu2-dropdown a {
  font-size: 18px;
}

.mobile-panel #mobile-navigation > ul > li div.sub-menu-content .menu-col-title span {
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 3px solid #077AC0;
}

.mobile-panel #mobile-navigation > ul > li li.second-level-item {
  padding-left: 0;
}

/* CONTENT CTA */
div.cta-container a.btn, div.cta-container input[type="submit"].btn {
  border-radius: 12px;
  height: 72px;
  font-size: 20px;
}


/* TAGS */

.textTag {
    font-weight: semibold;
    background-color: #147379;
    color: white;
}