.body-wrapper {
    max-width: 2500px;
    margin: 0 auto;
}
@media only screen and (min-width: 2500px) {
    .body-wrapper {
        background: #fff;
    }
    body {
        background: #ebeef0;
    }
}


/* BUTTONS */

a {color: #006aff;}

a:hover, a:focus {color: #000000;}

#sp-main-body #sp-component div[itemprop="articleBody"] ul {
    margin-bottom: 15px;
    padding: 0px;
    margin-top:-10px;
    list-style: none;
    
}

#sp-main-body #sp-component div[itemprop="articleBody"] ul li {
    font-size: 20px;
    text-indent: -1.0em;
    margin-left: 1.5em;
    
}

#sp-main-body #sp-component div[itemprop="articleBody"] ul li::before {
    content: "\f105";
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    background-color: #d5dadf;
    padding: 0 6px;
    margin-left: -0.5em;
    margin-right: 0.5em;
    font-weight: 900;
}

#sp-main-body #sp-component div[itemprop="articleBody"] ul.contact-list li {
    font-size: 15px;
    font-weight: 600;
    
}

.readmore a,
.discover a,
input.button.subbutton.btn.btn-primary {
    background: #ffffff;
    color: #000000 !important;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 50px 0 10px;
    position: relative;
    border-radius: 0 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.readmore.onwhite a {
    border: 1px solid #006aff !important;
    
}

.readmore a:hover,
.readmore a:focus,
.discover a:hover,
.discover a:focus,
input.button.subbutton.btn.btn-primary:hover {
    background: #006aff !important;
    color: #ffffff !important;
    
}

.readmore a::after,
.discover a::after,
input.button.subbutton.btn.btn-primary::after {
    content: "\f105";
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    width: 34px;
    height: 34px;
    background: #006aff;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 22px;
    transition: color 400ms, background-color 400ms;
}

.readmore.onwhite a::after {
    width: 32px;
    height: 32px;
}


.readmore a:hover::after,
.readmore a:focus::after,
.discover a:hover::after,
.discover a:focus::after {
    background: #ffffff;
    color: #006aff;
    
}

#sp-boxes .discover a {
    background: #000000;
    color: #ffffff !important;
    
}

#sp-boxes .discover a:hover,
#sp-boxes .discover a:focus {
    color: #006aff !important;
    background: #ffffff !important;
    
}

#sp-boxes .discover a::after {
    color: #006aff;
    background: #ffffff;
}

#sp-boxes .discover a:hover::after,
#sp-boxes .discover a:focus::after{
    color: #ffffff;
    background: #000000;
}


/* HEADER */

#sp-header {
    padding-left: 0px;
    padding-right: 0px;
    transition: height 0.25s ease-out;
    z-index:1;
    background: transparent;
}

#sp-header.header-sticky {
    height: 60px;
    padding: 0;
    transition: height 0.25s ease-in;
    background: #fff;
}

#sp-logo {
    background-color: #006aff;
    padding: 20px 30px 28px 90px;
    transition: height 0.45s ease-in;
}

#sp-header.header-sticky #sp-logo {
    padding-top: 10px;
    padding-bottom: 0px;
    transition: height 0.45s ease-in;
}

#sp-header .logo {  
    transition: height 0.45s ease-out;
    height: 119px;
      display: inline-flex;
      margin: 10px 0;
      align-items: center;
}
#sp-header .logo-image {
    transition: height 0.45s ease-out;
}

#sp-header.header-sticky .logo {
    height: 40px;
    margin:0;
    padding:0;
    transition: height 0.45s ease-in;
    
}

#sp-header.header-sticky .logo-image {
    height: 40px;
    padding: 0;
    transition: height 0.45s ease-in;
}

/* UTILITY MENU */
#sp-utility-menu {
    padding-top: 30px;
    
}
#sp-utility-menu a {
    font-size: 18px;
    
}

#sp-utility-menu a.news-menu::before {
    font-family: "Font Awesome 6 Free";
    content:"\f1ea";
    margin-right: 10px;
    color: #000000;
    font-size: 24px;
    vertical-align: bottom;
}

#sp-utility-menu a.contacts-menu::before {
    font-family: "Font Awesome 6 Free";
    content:"\f2bb";
    margin-right: 10px;
    color: #000000;
    font-size: 23px;
    vertical-align: bottom;
}

#sp-utility-menu a.search-menu::before {
    font-family: "Font Awesome 6 Free";
    content:"\f002";
    margin-right: 10px;
    color: #000000;
    font-size: 18px;
}

.sp-megamenu-wrapper {
    width: 100%;
    justify-content: end;
    
}
.sp-module.sp-megamenu-wrapper.utility {
    float: right;
    margin: 0;
    padding:0;
}

.menu.sp-megamenu-parent.utility-menu {
    text-transform: uppercase !important;
}

.menu.sp-megamenu-parent.utility-menu a {
    line-height: 10px;
    
}

@media (max-width: 991px) {
    #sp-utility-menu {display: none;}
}


/* LANGUAGE CHOOSER */

#sp-language {
    padding-top: 30px;
    
}

#sp-language .sp-column {
    background-color: #000000;
}

.sp-module.lang {
/*    display: contents;*/
    padding-left: 0px;
    
}

.header-sticky .sp-module.lang {
    display: none !important;
    
}


.sp-module-content .mod-languages {

}

.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0 0 0 15px;
    background-color: #000000;

    
}
.sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 !important;
    color: #ffffff;
    line-height: 10px;
    font-size: 22px;
}
div.mod-languages ul li.lang-active {
    background: transparent !important;

}

.sp-module-content .mod-languages ul li.lang-active a {
    color: #006aff;
    background: transparent !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
    display: none;
}


/* BREADCRUMB */

#sp-breadcrumb {font-size: 14px; padding: 0; margin-top:10px;}
ol.breadcrumb {padding: 4px 90px; margin: 0px;}

.divider.fas.fa-map-marker-alt {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .header-sticky .sp-module.sp-megamenu-wrapper.utility {display: none !important;}
}

@media (max-width: 991px) {
    #sp-header {padding-right: 0px;}
    #sp-logo, ol.breadcrumb {padding-left: 45px; padding-right: 30px;}
    #sp-utility-menu {display: none;}
    .sp-module.lang {float: right;   display: inline-block; }
    .sp-module-content .mod-languages ul.lang-inline {padding: 0 30px 0 15px;}
    #sp-language .sp-column {
        background-color: transparent;
        justify-content: end;
    }
}

@media (max-width: 575px) {
    #sp-logo {padding-left: 30px; padding-right: 45px; padding-top: 20px; padding-bottom: 20px;}
    ol.breadcrumb {padding-left: 30px; padding-right: 30px;}
    .sp-module.lang {padding-left: 0px;}
    .sp-module-content .mod-languages ul.lang-inline {padding: 0 15px 0 15px;}
    .sp-module-content .mod-languages ul.lang-inline li a {font-size: 18px;}
}

/* SLIDESHOW */

#sp-feature {padding: 10px 0;}
.ls-container {z-index:1 !important;}

/* MAIN BODY */

#home #sp-main-body,
#home #sp-main-body #sp-component div[itemprop="articleBody"] {
    padding: 0;
    
}
#home #sp-main-body #sp-component .article-details {
    display: none;
    
}
#sp-main-body {
    padding: 8px 0px 30px 0;
    
}
#sp-main-body #sp-component div[itemprop="articleBody"] {
    padding: 60px 75px;
    
}
#sp-main-body #sp-component div[itemprop="articleBody"] h2 {
    margin:0 0 20px 0;
    font-size: 24px;
    color: #000;
    
}

#ccus #sp-main-body #sp-component div[itemprop="articleBody"] h2 {
    font-size: 44px;
    font-weight: 700;
    
}

#ccus #sp-main-body #sp-component div[itemprop="articleBody"] h2 span {
    color: #3fa535;
}

#sp-main-body #sp-component div[itemprop="articleBody"] p {
    font-size: 20px;
    color: #000;
    
}
#sp-main-body #sp-component div[itemprop="articleBody"] .ls-container {
    border: 2px solid #d5dadf;
    
}
#sp-main-body #cofimco-article-header .article-full-image {
    position: relative;
    
}

#registration #sp-main-body #cofimco-article-header .article-full-image {
    padding: 40px 60px 40px 0;
}

#registration #sp-main-body #sp-component div[itemprop="articleBody"] .blue-box {
    background: #006aff;
    padding: 30px;
}

#registration #sp-main-body #sp-component div[itemprop="articleBody"] .blue-box h2 {
    font-size: 30px;
    color: #fff;
}

#registration #sp-main-body #sp-component div[itemprop="articleBody"] .blue-box p {
    font-size: 22px;
    color: #fff;
}

@media (max-width: 991px) {
    #registration #sp-main-body #cofimco-article-header .article-full-image {
        padding: 30px 30px 30px 30px;
    }
}

#sp-main-body #cofimco-article-header {
    background: #ebeef0;
    position: relative;
    z-index: -1;
    
}
#ccus #sp-main-body #cofimco-article-header {
    background: rgb(48,61,67) !important;
   background: linear-gradient(90deg, rgba(48,61,67,1) 19%, rgba(84,164,85,1) 68%, rgba(103,181,95,1) 100%) !important;
   position: relative;
   z-index: -1;
}

#ccus #sp-main-body img.ccbc-logo {
    max-width: 75%;
    padding-bottom: 30px;
}

#sp-main-body .blog .article-list,
#sp-main-body .blogtexthead .article-list,
#sp-main-body .blogtexthead-news .article-list,
#sp-main-body .com-content-category-blog__items.blog-items,
#sp-main-body .pagination-blog {
    padding: 0 75px;
    
}

#sp-main-body #cofimco-article-header .page-header {
    padding: 0 15px 0 75px;
}


#sp-main-body .pagination-blog {
    margin-top: 20px;
}

#sp-main-body .pagination-blog  .active > .page-link, #sp-main-body .pagination-blog .page-link.active {
    background: #006aff;
    border-color: #006aff;
    color: #fff;
}

#sp-main-body .pagination-blog .page-link {
    color: #006aff;
}

#sp-main-body .pagination-blog .page-link:hover {
    
}

#sp-main-body .blogtexthead-news .com-content-category-blog__item.blog-item {
    border-bottom: 1px solid #000000;
    padding-top: 40px;
    padding-bottom: 30px;
}

#sp-main-body .blogtexthead-news .com-content-category-blog__item.blog-item h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #006aff;
}

#sp-main-body .com-content-category-blog__items.blog-items {
    margin-top: 30px;
}

#sp-main-body .blog .com-content-category-blog__item.blog-item {
    margin-bottom: 30px;
}
#sp-main-body .blog .article-intro-image,
#sp-main-body .blog .article-body {
  background: #ebeef0;
}

#sp-main-body .blog .article-body {
  background: #000000;
  color: #fff;
  padding: 20px;
}
#sp-main-body .blog .article-body h2 {
    font-size: 1.9rem;
      margin: 0 0 1.25rem 0;
}


#sp-main-body #cofimco-article-header.row.h100.cat .col-sm-12.col-md-6.align-self-center {
    padding-left: 90px;
    
}
#sp-main-body #cofimco-article-header .page-header h1,
#sp-main-body #cofimco-article-header h2 span.subheading-category,
#sp-main-body #cofimco-article-header h1,
#sp-main-body #cofimco-article-header h2 {
    overflow: visible;
    color: #006aff;
    font-size: 60px;
    text-transform: uppercase;
    line-height:1;
/*    padding: 0px 140px 0px 0;*/
    padding: 15px 30px 15px 15px;
    margin:0px;
    
}

#ccus #sp-main-body #cofimco-article-header .page-header h1 {
    color: #ffffff;

}


#sp-main-body #cofimco-article-header .page-header h1 {
    padding-left: 0px;
}
 
#texthead #sp-main-body .blogtexthead #cofimco-article-header,
#texthead-news #sp-main-body .blogtexthead-news #cofimco-article-header {
    padding: 60px 80px 60px 0;
    
}
#texthead #sp-main-body #cofimco-article-header .page-header h1,
#texthead-news #sp-main-body #cofimco-article-header .page-header h1  {
    padding: 60px 80px 60px 0;
    
}
#sp-main-body #cofimco-article-header .article-info {
    color: #ffffff;
    text-transform: uppercase;
    background: #006aff;
    display: inline-block;
    padding: 0px 12px 3px 12px;
    margin:10px 0 0 0;
    font-size: 16px;
    line-height:1.2;
    font-weight: 600;
    
}

.com-content-category-blog__description.category-desc {
    background: #000000;
    padding: 10px 20px 20px 20px;
    margin: 0px;
    }

.com-content-category-blog__child h3.page-header.item-title a {
    font-size: 1.9rem;
}


.page-header.item-title {
    background: #000000;
    padding: 10px 20px 10px 20px;
    margin: 0px;
}

.page-header.item-title a {
    font-weight: 600;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #ffffff !important;
}

#sp-main-body .blog .blog-description,
#sp-main-body .blogtexthead .blog-description,
#sp-main-body .blogtexthead-news .blog-description {
    padding: 30px 75px 15px 75px;
    font-weight: 500;
    font-size: 24px;
    color: #006aff;
    
}
.children-cat-items {
    padding-top: 30px;
}
#sp-main-body #cofimco-article-header .page-header h1::first-line,
#sp-main-body #cofimco-article-header h2 span.subheading-category,
#sp-main-body #cofimco-article-header h1 {
    color:#000000;
    font-weight: 500;
    text-transform: uppercase;
}

#ccus #sp-main-body #cofimco-article-header .page-header h1::first-line {
    color: #fff;

}

#sp-main-body #cofimco-article-header #symbol-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header-overlay.png') no-repeat top left;
    background-size: cover; opacity: 0.9;
}
#texthead-news .article-list .article {
    background-color: #ffffff;
    
}
#texthead-news .article-list .article .page-header h2 {
    margin: 30px 0 0 0;
    
}

#sp-main-body .search,
#sp-main-body .finder {
    padding: 60px 75px;
    
}
#sp-main-body .blog .cat-children,
#sp-main-body .blogtexthead .cat-children,
#sp-main-body .blogtexthead-news .cat-children,
#sp-main-body .pagination-wrapper {
    padding: 0px 75px;
    
}
#sp-main-body .search .input-group {
    max-width: 520px;
    
}
#sp-main-body .search #searchForm > fieldset,
#sp-main-body .finder {
    font-size: 18px;
    
}
#sp-main-body .search #searchForm > fieldset legend {
    font-weight: 600;
    text-transform:uppercase;
    
}
#sp-main-body .search #searchForm #searchphraseall input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
    
}
#sp-main-body .search #searchForm label {
    margin-right: 10px;
    margin-left: 15px;
    font-size: 18px;
    
}
#sp-main-body .search #searchForm label:first-child {
    margin-right: 10px;
    margin-left: 0px;
    
}
#sp-main-body .search #searchForm select.form-control:not([multiple]),
#sp-main-body .search #searchForm select.inputbox:not([multiple]),
#sp-main-body .search #searchForm select:not([multiple]) {
    height: calc(2.25rem + 2px);
    padding: 0 20px;
    font-size: 15px;
    
}
#sp-main-body .finder h4.result-title {
    font-size: 22px;
    font-weight: 600;
    
}
#sp-main-body .finder h4.result-title span.highlight,
#sp-main-body .finder p.result-text span.highlight,
#sp-main-body .finder .result-url span.highlight {
    background-color: #daebf8;
    padding-left: 4px;
    padding-right: 4px;
    
}
#sp-main-body .finder h1  {
    overflow: visible;
    color:#000000;
    font-size: 60px;
    text-transform: uppercase;
    line-height:1;
    margin:0 0 40px 0;
    font-weight: 400;
    
}

#sp-main-body .frameref {
    margin-bottom: 30px;
    
}

/* Privacy page */

table.privacy-table {
    margin: 20px 0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

}
table.privacy-table .table-header td {
    padding: 15px 15px;
    font-weight: 800;
    background: #000000;
    color: #ffffff;
}

table.privacy-table .table-content td {
    padding: 15px 15px;
    border-bottom: 1px solid #000000;
    font-size: 1.2rem;
    width: 25%;

}

table.privacy-table .table-content td:nth-child(odd) {
    background-color: #f2f2f2;
}

.boxplusx-caption > .boxplusx-title {
    font-weight: 500 !important;
    line-height: 1.2;
    
}
#bpr-boxplus-references .boxplusx-dialog {
    background-color: rgba(213,218,223,0.96);
    
}
.boxplusx-aspect {
    width: 1000px !important;
    
}

.cc-revoke.cc-bottom {left: 75px;} 


@media (min-width:1200px) {
    #sp-main-body .blog .blog-description, #sp-main-body .blogtexthead .blog-description, #sp-main-body .blogtexthead-news .blog-description {width: 66.66%;}
}

@media (min-width:992px) {
    #sp-main-body .two-columns {column-count: 2; margin-bottom: 30px;}
    #sp-main-body #sp-component div[itemprop="articleBody"] .break-column {display: inline-block;}
}

@media (min-width:768px) and (max-width:991px) {
    #sp-main-body #cofimco-article-header .page-header h1, #sp-main-body #cofimco-article-header h2 span.subheading-category {font-size: 5vw;}
    #texthead #sp-main-body #cofimco-article-header .page-header h1,  #texthead-news #sp-main-body #cofimco-article-header .page-header h1 {font-size: 7vw; padding-right: 0px;}
    #sp-main-body .search, #sp-main-body .finder, #sp-main-body .blog .article-list, #sp-main-body .blogtexthead .article-list, #sp-main-body .blogtexthead-news .article-list {padding: 0px 30px 40px 30px;}
    #sp-main-body #cofimco-article-header.row.h100.cat .col-sm-12.col-md-6.align-self-center {padding-left: 45px;}
    #sp-main-body .blog .blog-description, #sp-main-body .blogtexthead .blog-description, #sp-main-body .blogtexthead-news .blog-description {padding: 30px 30px 15px 30px;}
    #sp-main-body .blog .cat-children, #sp-main-body .blogtexthead .cat-children, #sp-main-body .blogtexthead-news .cat-children, #sp-main-body .pagination-wrapper {padding: 0px 30px;}
    .cc-revoke.cc-bottom {left: 30px;}
}

@media (max-width:991px) {
    #sp-main-body .com-content-category-blog__items.blog-items,
    #sp-main-body .pagination-blog {
        padding: 0px 30px;
        
    }
    table.privacy-table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
}

@media (max-width:767px)  {
    #sp-main-body #cofimco-article-header .page-header h1 {font-size: 12vw; padding: 30px 0 30px 0;}
    #sp-main-body #cofimco-article-header h2 span.subheading-category {font-size: 12vw; padding: 0px 0 20px 0; display: inline-block;}
    #texthead #sp-main-body #cofimco-article-header .page-header h1, #texthead-news #sp-main-body #cofimco-article-header .page-header h1 {padding-right: 30px;}
    #sp-main-body .search, #sp-main-body .finder, #sp-main-body .blog .article-list,  #sp-main-body .blog .blog-description, #sp-main-body .blogtexthead .blog-description, #sp-main-body .blogtexthead .article-list, #sp-main-body .blogtexthead-news .blog-description, #sp-main-body .blogtexthead-news .article-list {padding: 0px 15px 30px 15px;}
    #sp-main-body #cofimco-article-header.row.h100.cat .col-sm-12.col-md-6.align-self-center {padding: 30px 0 0 30px;}
    #sp-main-body .blog .cat-children, #sp-main-body .blogtexthead .cat-children, #sp-main-body .blogtexthead-news .cat-children, #sp-main-body .pagination-wrapper {padding: 0px 15px;}
    .cc-revoke.cc-bottom {left: 30px;}
    #sp-main-body .com-content-category-blog__items.blog-items,
    #sp-main-body .pagination-blog {
        padding: 0px 15px;
        
    }
    #sp-main-body .com-content-category-blog__items.blog-items {
        margin-top: 15px;
    }
    #sp-main-body .blog .com-content-category-blog__item.blog-item {
        margin-bottom: 15px;
    }
}

/* PRODUCT BOXES */

#sp-products {background: #1e2b33 url(../images/boxes-product-bg.jpg) no-repeat top left; background-size: cover; padding: 60px 75px;}
#sp-products h2 {font-size: 48px; font-weight: 600; text-transform: uppercase; color: #ffffff; line-height: 1;}

#sp-products h3 {font-size: 28px; max-width: 85%; font-weight: 600; text-transform: uppercase; display: inline-block; color: #ffffff;}
#sp-products .box-title {border-bottom: 1px solid #ffffff; margin-bottom: 20px; padding-bottom: 15px;}
#sp-products .box-title a {float: right; background: #000000; width: 44px; height: 44px; color: #fff; font-size: 40px; line-height:44px; text-align: center;}
#sp-products .box-title a:hover, #sp-bottom .box-title a:focus {background: #006aff;}

/* FIND YOU PRODUCT FORM */

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 112px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto auto;
    background-size: 8px 10px;
    border: none !important;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}

/*
 .custom-select:focus{background: #495057; border-color:none;outline:0;box-shadow: none;}
 
 .custom-select:focus::-ms-value{color:#ffffff;background-color:#495057;}
 .custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none; background-color:#495057;}
 .custom-select:disabled{color:#ffffff;background-color:#495057}
 .custom-select::-ms-expand{opacity:0}
 .custom-select option[selected]{
 background-color: #495057 !important;
 }
 */

select#p_application {
    font-size: 80%;
    margin:30px 0 15px 0;
    height: 40px;
}

select#p_tipology {    
    font-size: 80%;
    margin: 0px;
    height: 40px;
}

#p_result {
    margin-top:15px;
    text-align:left;
    color:#ffffff;
    width: 100%;
    position: relative;
}

.find1 a, .find2 a {
    color:#ffffff;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    background-color:  #000000;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    font-size: 28px;
    line-height: 1.4;
    align-items: center;
    
}

.find1 img, .find2 img {float: left; margin-right: 15px;}

.find1 a::after, .find2 a::after {
    content: "\f105";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    width: 70px;
    height: 100px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 44px;
    transition: color 400ms, background-color 400ms;
    line-height: 100px;
    font-weight: 900;
}

.find1 a:hover, .find1 a:focus,.find2 a:hover, .find2 a:focus {background: #626b71;}

.find1 a:hover::after, .find1 a:focus::after, .find2 a:hover::after, .find2 a:focus::after {color: #000000;}

@media (min-width: 992px) and (max-width: 1599px) {
    #sp-products h3 {font-size: 1.6vw;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    #sp-products h2  {font-size: 4.0vw;}
}

@media (max-width: 991px) {
    #sp-product1, #sp-product2, #sp-product3 {margin-bottom: 50px;}
    #sp-products {background: #1e2b33;}
    
}

/* BOXES */
#sp-boxes {background: #fff; padding: 30px 75px 0px 75px;}
#sp-box1 .row.full {background: #006aff; padding:0px; margin: 0px;}
#sp-box1 .row.full .col-sm-6.sx {padding:0px;}
#sp-box2 .row.full {background: #d5dadf; padding:0px; margin: 0px;}
#sp-box2 .row.full .col-sm-6.sx {padding:0px;}
#sp-boxes .dx {padding: 30px 10px 30px 30px;}
#sp-boxes h3 {font-size: 40px; font-weight: 600; color: #ffffff; text-transform: uppercase; line-height: 1;}
#sp-boxes #sp-box1 h3 span {font-size: 30px; font-weight: 500; color: #000000;}
#sp-boxes #sp-box2 h3 span {font-size: 30px; font-weight: 500; color: #000000;}

@media (min-width: 992px) and (max-width: 1599px) {
    #sp-boxes h3 {font-size: 2.3vw;}
}

@media (max-width: 991px) {
    #sp-box1 {margin-bottom: 20px;}
}

@media (min-width: 576px) and (max-width: 767px) {
    #sp-boxes h3 {font-size: 5.2vw;}
}

/* BOTTOM BOXES */
#sp-bottom {background: #fff; padding: 40px 75px;}
#sp-bottom .box-title,
#mod-custom31 .box-title,
#mod-custom132 .box-title {border-bottom: 1px solid #000000; margin-bottom: 20px; padding-bottom: 3px;}
#sp-bottom h3,
#mod-custom31 .box-title h3,
#mod-custom132 .box-title h3 {font-size: 32px; text-transform: uppercase; display: inline-block; color: #000000;}
#sp-bottom h3 span,
#mod-custom31 .box-title h3 span,
#mod-custom132 .box-title h3 span {font-weight: 700;}


#sp-bottom .sp-module.news h3 {padding-bottom: 20px;}

#sp-bottom ul.latestnews-items li.latestnews-item {
    font-size: 18px !important;
}

#sp-bottom .lnee .head_left .newsintro, .lnee .newsintro {
    padding-top: 15px !important;
}

#sp-bottom .items_pagination li {
    float: left;
    
}
#sp-bottom .items_pagination ul {
    margin-top: 28px;
    margin-left: 68px;
}

#sp-bottom .lnee .head_left .newsintro a.link_append {
    text-transform: uppercase;
    font-weight: 600;
}
#sp-bottom .box-title a,
#mod-custom31 .box-title a,
#mod-custom132 .box-title a {float: right; background: #000000; width: 44px; height: 44px; color: #fff; font-size: 40px; line-height:44px; text-align: center;}
#sp-bottom .box-title a:hover, #sp-bottom .box-title a:focus {background: #006aff;}
#sp-bottom .sp-module.news a {color: #006aff; font-weight: 600;}
#sp-bottom .sp-module.news .gn_news {font-size: 18px; color: #626262;}
#sp-bottom .sp-module.news .discover a {margin: 20px 0;}
#sp-bottom .sp-module.news .gn_pagination.gn_pagination_1 {height: 50px; vertical-align: middle;}
#sp-bottom .sp-module.news .gn_pagination.gn_pagination_1 a {font-size: 14px; transition: font-size 400ms; vertical-align: middle;}
#sp-bottom .sp-module.news .gn_pagination.gn_pagination_1 a.selected {font-size: 34px; color: #000000; vertical-align: middle; }
#sp-bottom .sp-module.news .gn_pagination.gn_pagination_1 a.more {font-size: 14px; vertical-align: middle;}


@media (min-width: 992px) and (max-width: 1199px) {
    #sp-bottom h3  {font-size: 24px;}
    #sp-bottom .box-title a {width: 34px; height: 34px; font-size: 30px; line-height:34px;}
}

/* FOOTER */

#sp-prefooter {background: #ebeef0; padding: 40px 75px 20px 75px; font-size: 16px;}
#sp-footer {background: #000000; padding: 0px 75px 80px 75px;}
#sp-prefooter h3 {font-size: 34px; font-weight: 600; color: #000000; padding-bottom: 15px;}
#sp-prefooter .addresses {padding-bottom: 80px;}

ul.social-icons {
    margin-top: 0px;

}

ul.social-icons li {
    font-size: 34px;
    background-color: #000000;
    padding: 2px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: color 400ms, background-color 400ms;
    font-family: "Font Awesome 6 Free";

    
}

ul.social-icons li a {
    font-family: "Font Awesome 6 Free";
    content: " ";

}

ul.social-icons li a { color: #ffffff;}
ul.social-icons li a:hover, ul.social-icons li a:focus {color: #ffffff;}
ul.social-icons li:hover,ul.social-icons li:focus {
    background-color: #006aff;
    color: #ffffff;
}

/* FOOTER MENU */
#sp-footer ul.menu {display: block;}
ul.menu.footer {padding-top: 30px !important;}

/* NEWSLETTER */

.acysubbuttons {text-align: left;}
span.acyfield_name.acy_requiredField input, .acyfield_email.acy_requiredField input {border-radius: 0px !important; border: none; color: #666666;}

#sp-bottom3 .zh input[type="email"]:not(.form-control), #sp-bottom3 .zh input[type="password"]:not(.form-control), #sp-bottom3 .zh span.acyfield_name.acy_requiredField input, #sp-bottom3 .zh .acyfield_email.acy_requiredField input {border: 1px solid rgba(0, 0, 0, .15) !important; }

#sp-bottom #sp-bottom3 .sp-module.zh .sp-module-title, #sp-bottom #sp-bottom3 .sp-module.zh .sp-module-title h3 {font-size: 32px;}

/* COPYRIGHT */

#sp-copyright p {margin-bottom: 0px !important; padding-top: 30px !important; color: #ffffff; float: right;}

@media (max-width: 991px) {
    
    #sp-main-body #cofimco-article-header .page-header,
    #sp-main-body #sp-component div[itemprop="articleBody"],
    #sp-products,
    #sp-boxes,
    #sp-bottom,
    #sp-prefooter,
    #sp-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #sp-footer ul.menu {display: block;}
    #sp-copyright p {margin-top: 20px !important; float: left;}
}

@media (max-width: 575px) {
    #sp-main-body #cofimco-article-header .page-header, #sp-main-body #sp-component div[itemprop="articleBody"], #sp-products, #sp-boxes, #sp-bottom, #sp-prefooter, #sp-footer {padding-left: 15px; padding-right: 15px;}
    #sp-main-body #cofimco-article-header #symbol-overlay { background: url('../images/header-overlay-mobile.png') no-repeat top left; background-size: contain; opacity: 0.9;}
    .cc-revoke.cc-bottom {left: 15px;}
    
}


/* CONTACT FORM */

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px !important;
}

#contact-form {
    background-color: #000000;
    padding: 50px;
    margin-top: 30px;
    color: #ffffff;
    
}

#contact-form-registration {
    background-color: #ebeef0;
    padding: 50px;
    margin-top: 0px;
    color: #000000;
    
}

#contact-form h3.formtitle,
#contact-form-registration {
    font-size: 34px !important;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#contact-form h3.formtitle span {
    font-weight:600;
}


#sp-main-body #contact-form .form-inline label {
    justify-content:left;
    align-items: start;
}

.bfQuickMode input[type="text"],
.bfQuickMode textarea,
.bfQuickMode select,
.bfQuickMode .uneditable-input {
    max-width: 100%;
}
.controls.form-inline > div {
    width: 100%;
}


#privacyconsent {width: 100%; display: inline-block; margin-top: 30px;}
.privacy-consent {color: #ffffff !important; padding-left: 12px; margin: 0px; line-height: 1; }
.privacy-consent.newsletter {color: #000000 !important; line-height: 1; padding-left: 10px; }
.privacy-consent a {color: #000000;}
.privacy-consent.newsletter a {color: #006aff; font-weight: 600;}
.privacy-consent a:hover {color: #ffffff;}
.privacy-consent.newsletter a:hover {color: #000000;}


#contact-form .control-group a[data-role="gdpr_privacy_policy"] {
    color: #ffffff;
    display: inline-block;
    padding: 30px 0;
    
}
#contact-form a[data-role="gdpr_privacy_policy"]:hover {
    color: #006aff;
    
}

#contact-form #privacy_policy_required {
    display: inline !important;
    margin-left: 15px !important;
}

@media (max-width:767px) {
}

/* HOME SLIDESHOW */
/* #sp-feature .ls-slide-backgrounds {background: #e4e5e6;} */

#sp-feature h2 {color: #000000; font-size: 5.0vw; text-transform: uppercase; font-weight: 900; line-height: 1;}
#sp-feature h2.ccus-head {color: #ffffff; font-size: 4.0vw;}

#sp-feature h2.white {color: #ffffff;}
#sp-feature h4 {
    font-size: 1.6vw;
    color: #ffffff;
    background: #000000;
    display: inline;
    padding: 0 15px;
}
#sp-feature p.white {color: #ffffff}
#sp-feature .discover a {font-size: 1vw !important;}

#sp-feature .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {background-color: #006aff !important;}
#sp-feature .ls-v6 .ls-bottom-slidebuttons a, #sp-feature .ls-v6 .ls-nav-sides {width: 12px !important; height: 12px !important;}

@media (max-width: 1199px) {
    #sp-feature .discover a {font-size: 1.4vw !important;}
    #sp-feature p { font-size: 1.6vw; line-height: 1.2;}
}

@media (max-width: 991px) {
    #sp-feature .discover a {font-size: 1.8vw !important;}
}

@media (max-width: 767px) {
    #sp-feature .discover a {font-size: 1.8vw !important; height: 26px; line-height: 26px;}
    #sp-feature .discover a:after { width: 26px; height: 26px; font-size: 2.8vw !important;}
    #sp-feature p {display: none;}
    #sp-feature h2 {font-size: 7.0vw;}
    #contact-form {
        padding: 30px 30px;
        
    }
}

@media (max-width: 575px) {
    #sp-feature h2 {font-size: 8.0vw;}
    #sp-feature .discover a {font-size: 2.6vw !important; }
    #sp-feature .discover a:after { font-size: 3.7vw !important;}
    #sp-feature .ls-v6 .ls-bottom-slidebuttons a, #sp-feature .ls-v6 .ls-nav-sides {width: 8px !important; height: 8px !important;}
    
}

/* EXPLORER FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #sp-main-body #cofimco-article-header .article-full-image {width: 100%; }
    .article-list .article .article-intro-image {overflow: hidden; margin: 0 0 15px 0; width: 100%;}
}




