/* ==================== */
/* Microsite Common     */
/* ==================== */

/* **********************************************
 * Fonts Import
 ********************************************** */

@import url('https://rsms.me/inter/inter.css');

@font-face {
    font-family: rois_medium;
    src: url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_eot.eot?#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_woff.woff') format('woff'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_ttf.ttf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/rois/medium/rois-medium_svg.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: rois_bold;
    src: url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_eot.eot?#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_woff.woff') format('woff'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_ttf.ttf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/rois/bold/rois-bold_svg.svg#ralewayregular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

/* Gill Sans page impressions */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=dc01eb17-c6af-4ec2-8169-daa64de76833&fontids=1603504");

@font-face{
    font-family: gill_sans_extrabold;
    src:url('/ec/cms5/media/css/webfonts/gill/extra_bold/gs_xbold_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/gill/extra_bold/gs_xbold_woff.woff') format('woff');
}

/* **********************************************
 * Main Elements
 ********************************************** */

.p-microsite {
    background: #fff;
}

.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

.p-microsite main a.btn span {
    font-size: 0.85em;
}

.p-microsite main a.full.btn {
    width: 100%;
}

.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    border: 2px solid #000;
    color: #fff;
}

.p-microsite .to_top {
    /*background: #fff none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    padding: 5px 25px;
    text-align: right;
}

.img-original.img-responsive {
    width: auto;
}

table .img-responsive {
    width: auto;
    display: inline-block;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

p.big	{font-size: 26px; line-height: 1.8;}
p 		{font-size: 15px; line-height: 1.5;}
p.small	{font-size: 10px; line-height: 1.2;}


.space-top-0    { top: 0%!important;     }
.space-top-10   { top: 10%!important;     }
.space-top-20   { top: 20%!important;     }
.space-top-30   { top: 30%!important;     }
.space-top-40   { top: 40%!important;     }
.space-top-50   { top: 50%!important;     }
.space-top-60   { top: 60%!important;     }
.space-top-70   { top: 70%!important;     }
.space-top-80   { top: 80%!important;     }
.space-top-90   { top: 90%!important;     }
.space-top-100  { top: 100%!important;    }

a.anchor {
    float: left;
}

/* **********************************************
 * Popover Style
 ********************************************** */

span.micrositetooltip {
    font-weight: 900;
    cursor: pointer;
}
span.micrositetooltip:hover{
    color: #89E872;
}
.popover {
    max-width: 400px;
}

.dummy-products .popover-content {
    padding: 50px;
    width: 260px;
    margin: 15px;
    color: black;
}

/* **********************************************
 * Image Hover Effect
 ********************************************** */

.image-hover-wrapper {
    position: relative;
}

.grid.text-center .image-hover-wrapper {
    display: flex;
    justify-content: center;
}

.grid.text-center .image-hover-wrapper img {
    margin: 0;
    align-self: center;
    flex-shrink: 0;
}

img.img-hover {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img.img-hover:hover {
    opacity: 1;
}

#microsite_content .box .grid {
    background-color: #fff;
}

#microsite_content .row .u-bgGreen, .row .u-bgGrey,
#microsite_content .row .u-bgBeige, .row .u-bgBlack {
    border-width: 0;
}

/* Primary Colors */

#microsite_content .bg-cd1-40.box,
#microsite_content .bg-cd1-40 .box,
#microsite_content .bg-cd1-40.box .grid,
#microsite_content .bg-cd1-40:not(.box) .grid-col .article          {background: #d1e1b0}

#microsite_content .bg-cd1-70.box,
#microsite_content .bg-cd1-70 .box,
#microsite_content .bg-cd1-70.box .grid,
#microsite_content .bg-cd1-70:not(.box) .grid-col .article          {background: #aecb74}

#microsite_content .bg-cd1-100.box,
#microsite_content .bg-cd1-100 .box,
#microsite_content .bg-cd1-100.box .grid,
#microsite_content .bg-cd1-100:not(.box) .grid-col .article          {background: #89e872}

#microsite_content .bg-cd2-40.box,
#microsite_content .bg-cd2-40 .box,
#microsite_content .bg-cd2-40.box .grid,
#microsite_content .bg-cd2-40:not(.box) .grid-col .article          {background: #96afdb}

#microsite_content .bg-cd2-70.box,
#microsite_content .bg-cd2-70 .box,
#microsite_content .bg-cd2-70.box .grid,
#microsite_content .bg-cd2-70:not(.box) .grid-col .article          {background: #5185c5}

#microsite_content .bg-cd2-100.box,
#microsite_content .bg-cd2-100 .box,
#microsite_content .bg-cd2-100.box .grid,
#microsite_content .bg-cd2-100:not(.box) .grid-col .article         {background: #0057b8}

#microsite_content .bg-flashgreen_40.box,
#microsite_content .bg-flashgreen_40.box .grid,
#microsite_content .bg-flashgreen_40:not(.box) .grid-col .article,
#microsite_content .bg-cd3-40.box,
#microsite_content .bg-cd3-40 .box,
#microsite_content .bg-cd3-40.box .grid,
#microsite_content .bg-cd3-40:not(.box) .grid-col .article          {background: #89E872}

#microsite_content .bg-flashgreen_70.box,
#microsite_content .bg-flashgreen_70.box .grid,
#microsite_content .bg-flashgreen_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-70.box,
#microsite_content .bg-cd3-70 .box,
#microsite_content .bg-cd3-70.box .grid,
#microsite_content .bg-cd3-70:not(.box) .grid-col .article          {background: #d4f6c6}

#microsite_content .bg-flashgreen.box,
#microsite_content .bg-flashgreen.box .grid,
#microsite_content .bg-flashgreen:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100.box,
#microsite_content .bg-cd3-100 .box,
#microsite_content .bg-cd3-100.box .grid,
#microsite_content .bg-cd3-100:not(.box) .grid-col .article         {background: #89e872}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article         {background: #f6f6f6}

#microsite_content .bg-black-40.box,
#microsite_content .bg-black-40 .box,
#microsite_content .bg-black-40.box .grid,
#microsite_content .bg-black-40:not(.box) .grid-col .article        {background: #b2b2b2}

#microsite_content .bg-black-100.box,
#microsite_content .bg-black-100 .box,
#microsite_content .bg-black-100.box .grid,
#microsite_content .bg-black-100:not(.box) .grid-col .article       {background: #000; color: #fff;}

#microsite_content .bg-black-100.box .btn {
    border: 2px solid white;
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover {
    background: #fff;
    color: #000 !important;
}
#microsite_content .bg-black-100.box .btn span{
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover span{
    color: #000
}

#microsite_content .bg-white.box,
#microsite_content .bg-white.box.box .grid,
#microsite_content .bg-white:not(.box) .grid-col .article,
#microsite_content .bg-white-100.box,
#microsite_content .bg-white-100 .box,
#microsite_content .bg-white-100.box.box .grid,
#microsite_content .bg-white-100:not(.box) .grid-col .article       {background: #fff}

#microsite_content .bg-cd1-40 h1,
#microsite_content .bg-cd1-40 h2,
#microsite_content .bg-cd1-40 h3,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd3-40 h1,
#microsite_content .bg-cd3-40 h2,
#microsite_content .bg-cd3-40 h3,
#microsite_content .bg-cd3-70 h1,
#microsite_content .bg-cd3-70 h2,
#microsite_content .bg-cd3-70 h3,
#microsite_content .bg-cd3-100 h1,
#microsite_content .bg-cd3-100 h2,
#microsite_content .bg-cd3-100 h3,
#microsite_content .bg-black-40 h1,
#microsite_content .bg-black-40 h2,
#microsite_content .bg-black-40 h3{
    color: #000;
}

#microsite_content .bg-cd1-100 h1,
#microsite_content .bg-cd1-100 h2,
#microsite_content .bg-cd1-100 h3,
#microsite_content .bg-cd1-100 p,
#microsite_content .bg-black-100 h1,
#microsite_content .bg-black-100 h2,
#microsite_content .bg-black-100 h3,
#microsite_content .bg-black-100 p {
    color: #fff;
}

/* Additional Colors */

#microsite_content .bg-paleblue_70.box,
#microsite_content .bg-paleblue_70.box .grid,
#microsite_content .bg-paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-add1-70.box,
#microsite_content .bg-add1-70 .box,
#microsite_content .bg-add1-70.box .grid,
#microsite_content .bg-add1-70:not(.box) .grid-col .article         {background: #65cdef}

#microsite_content .bg-paleblue.box,
#microsite_content .bg-paleblue.box .grid,
#microsite_content .bg-paleblue:not(.box) .grid-col .article,
#microsite_content .bg-add1-100.box,
#microsite_content .bg-add1-100 .box,
#microsite_content .bg-add1-100.box .grid,
#microsite_content .bg-add1-100:not(.box) .grid-col .article        {background: #00b5e2}

#microsite_content .bg-add2-70.box,
#microsite_content .bg-add2-70 .box,
#microsite_content .bg-add2-70.box .grid,
#microsite_content .bg-add2-70:not(.box) .grid-col .article         {background: #b7d876}

#microsite_content .bg-add2-100.box,
#microsite_content .bg-add2-100 .box,
#microsite_content .bg-add2-100.box .grid,
#microsite_content .bg-add2-100:not(.box) .grid-col .article        {background: #cedc00}

#microsite_content .bg-add3-70.box,
#microsite_content .bg-add3-70 .box,
#microsite_content .bg-add3-70.box .grid,
#microsite_content .bg-add3-70:not(.box) .grid-col .article         {background: #f9a263}

#microsite_content .bg-add3-100.box,
#microsite_content .bg-add3-100 .box,
#microsite_content .bg-add3-100.box .grid,
#microsite_content .bg-add3-100:not(.box) .grid-col .article        {background: #e87722}

#microsite_content .bg-add4-70.box,
#microsite_content .bg-add4-70 .box,
#microsite_content .bg-add4-70.box .grid,
#microsite_content .bg-add4-70:not(.box) .grid-col .article         {background: #dd6866}

#microsite_content .bg-add4-100.box,
#microsite_content .bg-add4-100 .box,
#microsite_content .bg-add4-100.box .grid,
#microsite_content .bg-add4-100:not(.box) .grid-col .article        {background: #ba0c2f}

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add2-70 h1,
#microsite_content .bg-add2-70 h2,
#microsite_content .bg-add2-70 h3,
#microsite_content .bg-add2-100 h1,
#microsite_content .bg-add2-100 h2,
#microsite_content .bg-add2-100 h3,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add4-70 h1,
#microsite_content .bg-add4-70 h2,
#microsite_content .bg-add4-70 h3,
#microsite_content .bg-add4-100 h1,
#microsite_content .bg-add4-100 h2,
#microsite_content .bg-add4-100 h3 {
    color: #000;
}

/* Vendor/Topic related Colors */
/*
.bg-rel1
.bg-rel2
*/

/* Mixed Colors */

#microsite_content .bg-flashgreen_100_70.box,
#microsite_content .bg-flashgreen_100_70 .box,
#microsite_content .bg-flashgreen_100_70.box .grid,
#microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100--cd3-70.box,
#microsite_content .bg-cd3-100--cd3-70 .box,
#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article,
#microsite_content .bg-flashgreen_100_paleblue_70.box,
#microsite_content .bg-flashgreen_100_paleblue_70 .box,
#microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
#microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3_100_add1_70.box,
#microsite_content .bg-cd3_100_add1_70 .box,
#microsite_content .bg-cd3_100_add1_70.box .grid { background: #89E872}

#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3_100_add1_70.box .grid,
#microsite_content .bg-white-100_bg-black-1,
#microsite_content .bg-white-100_bg-cd1-100 { background: transparent;}

.bg-white-100_bg-cd1-100 .btn-secondary,
.bg-white-100_bg-cd1-100 .lnk {
    color: #000;
}

@media (min-width: 992px) {

    #microsite_content .bg-flashgreen_100_70.box,
    #microsite_content .bg-flashgreen_100_70 .box,
    #microsite_content .bg-flashgreen_100_70.box .grid,
    #microsite_content .bg-cd3-100--cd3-70.box,
    #microsite_content .bg-cd3-100--cd3-70 .box,
    #microsite_content .bg-cd3-100--cd3-70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #D4F6C6 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#D4F6C6 50%);
        background: linear-gradient(to right,  #89E872 50%,#D4F6C6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#D4F6C6',GradientType=1 );
    }

    #microsite_content .bg-flashgreen_100_paleblue_70.box,
    #microsite_content .bg-flashgreen_100_paleblue_70 .box,
    #microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
    #microsite_content .bg-cd3_100_add1_70.box,
    #microsite_content .bg-cd3_100_add1_70 .box,
    #microsite_content .bg-cd3_100_add1_70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #65CDEF 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#65CDEF 50%);
        background: linear-gradient(to right,  #89E872 50%,#65CDEF 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#65CDEF',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-black-1.box,
    #microsite_content .bg-white-100_bg-black-1 .box,
    #microsite_content .bg-white-100_bg-black-1.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #f6f6f6 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#f6f6f6 50%);
        background: linear-gradient(to right,  #ffffff 50%,#f6f6f6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-cd1-100.box,
    #microsite_content .bg-white-100_bg-cd1-100 .box,
    #microsite_content .bg-white-100_bg-cd1-100.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #8bb438 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#8bb438 50%);
        background: linear-gradient(to right,  #ffffff 50%,#8bb438 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8bb438',GradientType=1 );
    }

    /* on article level for all / first elements */

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article{
        background: #89E872;
    }

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h1,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h2,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h3 {
        color: black;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:first-of-type .article{
        background: #89E872;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article {
        background: #D4F6C6;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article {
        background: #ffffff;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col .article{
        background: #f6f6f6;
    }

    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col .article {
        background: #65CDEF;
    }


}

#microsite_content .bg-cd3-100--cd3-70 h1,
#microsite_content .bg-cd3-100--cd3-70 h2,
#microsite_content .bg-cd3-100--cd3-70 h3,
#microsite_content .bg-cd3_100_add1_70 h1,
#microsite_content .bg-cd3_100_add1_70 h2,
#microsite_content .bg-cd3_100_add1_70 h3{
    color: #000;
}


/* Header */

#microsite_header {
    background: #fff;
    margin-bottom: 15px;
}

#microsite_header > .row {
    position: relative;
}

#microsite_header div[class*="col"] {
    margin-bottom: 0;
}

#microsite_header ul {
    margin-top: 4px;
    padding: 0;
}

#microsite_header li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#microsite_header li a {
    color: #666;
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
}

.ms_search {
    position: absolute;
    right: 0;
    top: 1px;
}

#microsite-search #searchstring-ms {
    margin: 0.25em 0.25em 0.25em 0;
    padding: 0.5em 0.75em 0.5em 0.5em;
    width: 80%;
    font-size: 0.9em;
}

#microsite_header .logo {
    left: -150px;
    position: absolute;
    top: 70px;
    transform: rotate(270deg);
    width: 210px;
}

.p-microsite .lnk-logo:hover,
.p-microsite .lnk-logo:focus {
    border-bottom: none;
}

#p-Startpage .c-Breadcrumb {
    display: none;
}

/* Main */

#microsite_content .container {
    margin-bottom: 0;
}

#microsite_content section:last-of-type {
    margin-bottom: 15px;
}

#microsite_content section:first-of-type {
    margin-bottom: 0;
}

.u-noSpaceBeforeFooter #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/* Aside */

aside > div {
    background: #cecfce;
    margin-right: -10px;
    margin-left: -25px;
    padding-left: 0;
    height: 100%;
    background: #ccc;
}


/* Content Area */

#microsite_content {
    padding: 0;
}

#microsite_content .article {
    margin-bottom: 0;
}

#microsite_content .article .row > div {
    margin-bottom: 0;
}

#microsite_content .article > .row {
    padding: 15px 0;
}

#microsite_content .article .h-align picture {
    float: left;
    margin-right: 10px;
}

.col-for-image.h-align {
    display: flex;
    flex-flow: row wrap;
}

#microsite_content .equalheight .article {
    height: 100%;
}

/* Sitemap Area */

.sitemap ul .col-xs-12 {
    background: #eee none repeat scroll 0 0;
    margin: 1%;
    padding: 10px;
    width: 22%;
}

/* Contact Area */

#microsite_contact {
    background: #ddd;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#microsite_contact div {
    margin-bottom: 5px;
}

#microsite_contact .division-info {
    background-color: #CCC;
    padding: 0 15px 5px 15px;
}

#microsite_contact img {
    height: auto;
    width: 100%;
}

#microsite_contact p {
    margin-bottom: 0;
}

#contact_filter,
#contact-overview {
    padding: 15px;
}

#microsite_content #contact-overview .contact {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .contact-detail-image {
        width: 100%;
    }
    .contact-detail-image img {
        margin: 0 auto;
    }
    .contact-info {
        margin-top: 25px
    }
}

/* Footer */

#microsite_footer {
    color: #666;
}

#microsite_footer .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 5px;
}

#microsite_footer div[class*="col"] {}

#microsite_footer div a {
    margin-right: 5px;
    color: #666;
}

#microsite_footer a {
    border: 0;
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

#microsite_footer a:first-child {
    border: 0;
    margin: 0;
    padding: 0;
}


/* **********************************************
 * Content Elements
 ********************************************** */

#microsite_content .text-center li::before {
    position: relative;
    top: -3px;
}

/* slider */

#microsite_content .c-Gallery .container-fluid {
    padding: 0;
}

#microsite_content section.c-Gallery:last-of-type {
    margin-bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .slider-navigation {
    height: 95%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination {
    bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .swiper-slide img {
    margin-bottom: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div {
    display: none;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block,
#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block div {
    display: block;
}


#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block {
    margin: 2% 10%;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block:last-of-type {
    left: 50%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination-bullet {
    background: #999;
}

#microsite_content section[class*="bg-"] .swiper-wrapper .swiper-slide {
    background-color: transparent;
}

#microsite_content section[class*="bg-"] .c-Gallery {
    padding: 20px 0 10px 0;
}

#microsite_content .c-SliderNoNav .swiper-pagination {
    display: none;
}


/* grid */

#microsite_content .row > div {
    margin-bottom: 0;
}

#microsite_content .grid .row > div,
#microsite_content .article:last-child {
    margin-bottom: 0;
}

/*
#microsite_content .grid .grid-col .row:first-of-type {
    margin: 0;
}
*/

#microsite_content .grid .grid-col {
    padding-left: 8px;
    padding-right: 8px;
}

/* grid three cols */

@media (min-width: 992px) {
    /* first in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-1) {
        padding-left: 0;
        padding-right: 10px;
    }

    /* second in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* last in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n) {
        padding-left: 10px;
        padding-right: 0;
    }
}

.grid-type-3 .row  {
    padding-left:9px;
    padding-right:9px;
}

/*
@media (min-width: 992px) {
    #microsite_content .grid .grid-col:first-of-type {
        padding-left: 0;
    }
    #microsite_content .grid .grid-col:last-of-type {
        padding-right: 0;
    }
}*/

@media (min-width:768px) {
    #microsite_content .grid-type-3 .grid-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*#microsite_content .grid-type-3 .grid-col:first-of-type,
    #microsite_content .grid-type-3 .grid-col:first-of-type:last-of-type*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 0;
        padding-right: 10px;
    }

    /*#microsite_content .grid-type-3 .grid-col:last-of-type,*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n+0){
        padding-right: 0;
        padding-left: 10px;
    }
}
@media(max-width: 992px) {
    #microsite_content .grid-type-3.grid .grid-col {
        padding-left: 0;
        padding-right: 0;
    }
}

/* table */

#microsite_content table.table thead tr th:first-child {
    width: auto;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#microsite_content .table-datatable .dataTables_info {
    display: none;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_paginate {
    margin-top: 17px;
}


/* products */

#microsite_content .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
}

#microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
#microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 100%;
}

#microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 50px 0 !important;
    padding: 14px 50px 14px 20px;
}

#microsite_content .c-Products--gallery-Product .btn-primary::after {
    content: "\f105";
}


#microsite_content .c-Akkordeon .panel-body .c-Products--gallery-Product .row {
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content .c-Akkordeon .panel-body .c-Products--gallery-Product .row > .col-xs-12 {
    padding: 0 !important;
}

@media (max-width: 767px) {
    #microsite_content .c-Products--gallery-Product.col-xs-12 .btn {
        width: 100%;
    }
}

.p-microsite #microsite_content section tr:hover a,
.p-microsite #microsite_content tr:hover .c-Products--gallery-Product span[class^="price"] {
    color: #fff;
}

/* Button */

#microsite_content section .btn-primary {
    margin: 5px 0;
}

#microsite_content section .btn-primary:hover {
    color: #fff !important
}

#microsite_content section .btn > span {
    color: #000;
}

#microsite_content section .btn:hover > span {
    color: #fff;
}

/* Akkordion */

.tab-pane.text-center img {
    margin:0 auto;
}

.grid.text-center img {
    margin: 0 auto;
}

/* **********************************************
 * Menus
 ********************************************** */

/* inter website company menu */

.nav-company-selector .flyout {
    width: 180px;
}

.nav-company-selector li a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 767px) {
	.nav-company-selector .flyout:before {
	  left: 70px;
	}


	.nav-company-selector .flyout {
		left: -60px;
	}
}

/* dropdown menu */

.navbar-header .navbar-menu {
    float: left;
    margin: 12px 10px 0 0;
}

.col-xs-12 > ul > .dropdown.open {
    position: static;
}

.dropdown-menu {
    background: rgba(230, 230, 230, 0.95);
    border: 0 none;
    border-radius: 0;
    width: 100%;
}

.dropdown.open > .dropdown-toggle:focus,
.dropdown.open > .dropdown-toggle:hover,
.dropdown.open > .dropdown-toggle {
    background: rgba(230, 230, 230, 0.95) none repeat scroll 0 0
    border-bottom: 1px solid #eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
}

#microsite_header .dropdown-menu li {
    margin-right: 0;
    border-top: 1px solid #cecece;
}

#microsite_header .dropdown-menu li a {
    font-weight: 900;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li a:hover {
    background: none;
    color: #000;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li ul {
    margin-left: 0;

    margin-top: 0;
    margin-bottom: 8px;
}

#microsite_header .dropdown-menu li ul li {
    float: none;
    display: block;
    border-top: 0;
}

#microsite_header .dropdown-menu li ul li a {
    font-weight: normal;
    padding: 0.125em 0.5em;
}

#microsite_header .dropdown-menu li ul li ul li {
    margin-left: 10px;
}

/* main menu */

#microsite_header .active > a,
#microsite_header .active > a:hover {
    color: #000;
}


/* sub menu */

aside ul {
    background: #e7e7e7 none repeat scroll 0 0;
    border-top: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

aside ul li {
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    display: block;
}

aside > div > ul > li > a {
    border-bottom: 1px solid #cecfce;
    color: #383838;
    display: block;
    padding: 8px 20px 6px;
    text-decoration: none;
}

aside > div > ul > li > a > span {
    color: #383838;
    display: block;
    line-height: 14px;
    padding: 3px 0 10px;
    text-transform: none;
}

aside > div > ul > li > a:hover,
aside > div > ul > li.active > a {
    background: #dcdada none repeat scroll 0 0;
    color: #000;
    border-bottom: 1px solid #ccc;
}

aside ul ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    padding: 10px 20px;
}

aside ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

.p-microsite aside ul ul li a,
.p-microsite aside ul ul li.active a,
.p-microsite aside ul ul li a:hover {
    color: #383838;
    border-bottom: 0;
    transition: none;
}

aside ul ul ul {
    border-bottom: medium none;
    display: block;
    list-style: outside none none;
    padding: 0 11px;
}

aside ul ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

aside ul ul ul li.active a,
aside ul ul ul li a:hover {
    color: #383838;
}

.p-microsite aside ul li.new a {
    color: #c00;
}


/*  */

.visible-hidden {
    visibility: hidden;
}

.highlight {
    text-decoration: underline;
}

.separat,
.separat_inner {
    display: block;
    margin-top: 15px;
}

.microsite-related.mp-level-overlay {
    /* background-color: rgba(0, 157, 217, 0.5); wrong color ... */
}

.contact .contact-detail {
    display: none;
}

.contact .contact-image {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
}

.contact .lightbox:hover {
    cursor: pointer;
}

#microsite_content::after {clear:both;}

#microsite_content::after, #microsite_content::before {
    content: " ";
    display: table;
}

.container > .row > *:not(div):not(a) {
    padding: 0;
}

section.container {
    margin-bottom: 0;
}

/* **********************************************
 * Countdown
 ********************************************** */

#wrapper-countdown {
    padding: 15px;
    font-size: 2em;
    color: #fff;
    display: flex;
    text-align: center;
}

#wrapper-countdown div {
    border: 2px solid #fff;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    width: 20%
}

#wrapper-countdown div span {
    display: block;
}

#wrapper-countdown div span.countdown-head {
    margin-bottom: 25px;
    font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        padding: 4px;
        text-align: center;
        margin: 0 auto;
        width: 22%;
    }
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        font-size: 3vw;
    }
}

/* **********************************************
 * Text with Media - Col For Image
 ********************************************** */

.text_with_media div.col-for-image {
    padding-left:0;
    padding-right:0;
}

.text_with_media span.col-for-image {
    display: block;
    margin-left:-25px;
    margin-right:-25px;
}

.point_archive .article.text_with_media img {
    padding: 0 25px 0 0;
}

/* **********************************************
 * Container Fluid -> Padding
 ********************************************** */

#section {
    padding:0;
}

#microsite_content .container-fluid--nopadding > .row {
    margin:0;
}

#microsite_content .container-fluid--nopadding.grid-type-1,
#microsite_content .container-fluid--nopadding.grid-type-1 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-1 .col-xs-12.grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2,
#microsite_content .container-fluid--nopadding.grid-type-2 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2 .col-xs-12.grid-col {
    padding-left: 0;
    padding-right: 0;
}

#microsite_content .container-fluid--nopadding > .row.grid {
    margin-left:0;
    margin-right:0;
}

/* **********************************************
 * Tabs / Acc
 ********************************************** */

#microsite_content .nav {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px !important;
}

#microsite_content .tab-pane {
    margin: 0 -25px;
}

#microsite_content .tab-pane .row {
    padding: 25px;
}

#microsite_content .tab-pane > .col-xs-12 {
    padding-bottom: 15px;
}

#microsite_content  .row .article .row .article > .row div[class^="col"],
#microsite_content  .tab-content .article > .row div[class^="col"]{
    padding-left: 25px;
    padding-right: 25px;
}


#microsite_content  .row .article .row .article > .row,
#microsite_content  .tab-content .article > .row{
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .row .article .row .article > .row img {

}

#microsite_content  .row .article .row .article > .row .col-for-image img {
    display: block;
    margin-left: 0 ;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#microsite_content .tab-content .article > .row img {
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .tab-content .article > .row .col-for-image img {
    margin-left: 0;
    margin-right: 0;
}

#microsite_content .nav-tabs-background {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#microsite_content .nav-tabs-background li span {
    display: block;
    background-size: cover;
    height: 350px;
}

#microsite_content .nav-tabs-background li,
#microsite_content .nav-tabs-background li.active {
    float: none;
    display: table-cell;
    width: 100%;
    table-layout: fixed;
    height: 350px;
    overflow: hidden;
}

#microsite_content .nav-tabs-background li a {
    position: absolute;
    height: 350px;
    display: block;
    color: #ffffff;
    width: 100%;
    font-size: 1.5em;
    padding-top: 5.5em;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

#microsite_content .nav-tabs-background li a:hover {
    color: #ffffff;
    border: 0;
    background-color: rgba(0,0,0,0.3);
}

#microsite_content .nav-tabs-background li.active a {
    display: none;
}

/* **********************************************
 * Address Module
 ********************************************** */

.address-modul .contact_information span.contact-name {
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.address-modul .contact_information span.contact-jobtitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.address-modul .contact_information span.contact-jobtitle,
.address-modul .contact_information span.contact-telephone,
.address-modul .contact_information a.contact-mail {
    display: block;
}

.address-modul .col-team-img {
    padding-right: 8px;
}

.address-modul .col-team-text {
    padding-left: 8px;
}

/* **********************************************
 * image height for special grids
 ********************************************** */

.chaos_v1 picture {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 200px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(1) > div > .row > .col-xs-12 > a > picture {
    height: 400px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(2) > div > .row > .col-xs-12 > a > picture {
    height: 450px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(4) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(5) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(6) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(8) > div > .row > .col-xs-12 > a > picture {
    height: 230px;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

#countdown-bg {
    background-size: cover;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

.auth-online {
    border: 3px dotted #0c0;
    overflow: hidden;
}

.auth-offine {
    border: 3px dotted #c00;
    overflow: hidden;
}

/* **********************************************
 * Parallax
 ********************************************** */
.parallax-container{
    height: 400px;
    overflow:hidden;
    position:relative;
}

.parallax-container .parallax{
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
}

.parallax-container .parallax img{
    position:absolute;
    left:50%;
    bottom:0;
    min-width:100%;
    min-height:100%;
}

.parallax{
    height:auto;
    min-height: 400px;
}

.container.parallax-image,
.container.parallax-text {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.container.parallax-text h2,
.container.parallax-text p {
    color: #fff;
}

/* button*/

.container.parallax-text .btn {
    color: #fff;
    border-color: #fff
}

#microsite_content section .parallax-text .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

#microsite_content section .parallax-text .btn > span {
    color: #fff
}

#microsite_content section .parallax-text .btn:hover > span {
    color: #000
}

.container.parallax-image, {
    padding-left: 0;
    padding-right: 0;
}

.parallax-container .image {
    position: absolute;
    width: 100%;
    margin-top: -12%;
    left: 0;
    height: 400px;
}

.parallax-container .image img {
    display: inline-block;
}

/* **********************************************
 * Submenu Linklist
 ********************************************** */

.submenu-linklist {
    list-style: none;
}

@media (min-width: 768px) {
    .submenu-linklist {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.submenu-linklist li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f061";
    margin-right: 5px;
}

/* **********************************************
 * Gallery by Folder
 ********************************************** */

.gallery_by_folder--background-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.gallery_by_folder--image,
.gallery_by_folder--background-image {
    margin: 10px 0;
}

/* **********************************************
 * Timeline
 ********************************************** */

#microsite_content .article .limitation {
    max-height: 90vh;
    overflow: auto;
    padding: 0 40px;
}

.timeline_element {
    text-align: right;
}

.timeline_element.even {
    text-align: left;
}

.timeline_element p.big {
    margin: 0;
}

.timeline_element h3 {
    font-size: 36px;
    line-height: 42px;
}

.timeline_element .timeline_point {
    left: -48.25%;
    position: relative;
    top: 145px;
    z-index: 10;
}

.timeline_element.even .timeline_point {
    left: -0.25%;
}

@media (min-width: 992px) {
    .limitation {
        background: url(/ec/cms5/media/img/1010_waas/timeline_bg.png) repeat-y scroll center top;
    }

    .timeline_end {
        background: #fff;
        padding-left: 15px;
    }

    .timeline_end:last-child {
        padding-left: 17px;
    }

    .timeline_element.even {
        margin-right: -2px;
    }

    #microsite_content .timeline_element .col-md-6 {
        padding: 100px;
    }
}

/* **********************************************
 * Helper
 ********************************************** */

.highlight {
    font-weight: bold;
    text-decoration: none;
}

/* **********************************************
 * Career
 ********************************************** */

.c-career ::selection {
    background: #3e3e3e;
    color: #FFF;
}
.c-career ::-moz-selection {
    background: #3e3e3e;
    color: #FFF;
}
.p-microsite .c-career a.row-career,
.p-microsite .c-career a.row-career:hover {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ececec;
    margin: 0px;
    color: #000;
}
.c-career a.row-career .row {
    padding: 0;
}
.c-career a.row-career > div {
    margin-bottom: 0;
}
.c-career a.row-career span {
    border-bottom: 2px solid transparent;
    margin: 0px;
    color: #77af24;
}
.c-career a.row-career:hover {
    background-image: url(/ec/cms5/media/grfx/common_grfx/bg_pinstripes_green.png);
}
.c-career a.row-career:hover span {
    text-decoration: none;
    border-bottom: 2px solid #77af24;
    color: #77af24;
}
.c-career a.row-career:first-child,
.c-career a.row-career:first-of-type {
    border-top: 2px solid #77af24;
}
.c-career a.row-career:last-child,
.c-career a.row-career:last-of-type {
    border-bottom: 2px solid #77af24;
}
.c-career a.row-career::before {
    display: none;
}
.c-career .row.row-career {
    margin-left: auto;
    margin-right: auto;
}

/* career v2 */

.c-career-v2 .selectlist {
    margin: 1em 0;
}

.c-career-v2 .jobs-container {
    margin-bottom: 1em;
}

.c-career-v2 .jobs-container span {
    margin-bottom: .66em;
    display: block;
}

.c-career-v2 .btn-link {
    text-transform: none;
    color: #000;
    border-width: 1px;
    padding: 1px 0;
    margin-top: 1em;
}

.c-career-v2 .btn-link:hover {
    border-color: #ccc;
}

main .container .job_detail_v2 h1 {
    font-size: 30px;
    text-transform: none;
    color: #000;
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

main .container .job_detail_v2 h2 {
    font-size: 15px;
    font-weight: 600;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}


 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
     display: none !important;
 }

/* **********************************************
 * Produkttemplate - Verfügbarkeit
 ********************************************** */

.stockqtytext {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.stockqty {
    color: #89e872;
    font-weight: bold;
}

.stockqtyzero {
    color: #a00;
    font-weight: bold;
}

/* **********************************************
 * Produkttemplate - Bonusclub points
 ********************************************** */

.c-Products__bonuspoints {
    min-height: 33px;
    padding: 10px 0px 0px 0px !important;
}

/* **********************************************
 * Produkttemplate - Manufacturer Logo
 ********************************************** */

.c-Products_mfr_logo img{
    max-width: 70px;
}

/* **********************************************
 * Slider
 ********************************************** */

.infiniteSlide img {
    margin-right: 50px;
}

/* ============================= */
/* vertical accordion styles     */
/* ============================= */

.v-accordion {
    margin-left: -1rem;
    margin-right: -1rem;
}

.v-accordion .panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.v-accordion .panel{
    min-height: 400px;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    margin-bottom: 2rem;
}

.v-accordion .panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-title {
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    max-width: 100%;
}

.v-accordion .panel-heading .panel-title a {
    border-bottom: 1px solid #ccc;
}

.v-accordion .panel-title a:after {
    display: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-title {
    width: 50px;
    height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.v-accordion .panel-open .panel-title a::before {
    content: 'x';
    position: absolute;
    right: 3rem;
    border: 1px solid;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.v-accordion .panel-open .panel-title a:hover::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.v-accordion .panel-open {
    -webkit-box-flex: 20;
    -ms-flex: 20;
    flex: 20;
}

.v-accordion .panel-open .panel-heading {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.v-accordion .panel-collapse {
    opacity: 0;
    max-width: 100%;
}

.v-accordion .in {
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
}

.v-accordion .in .panel-body {
    height: 100%;
    padding-bottom: 15px;
}

.v-accordion .panel-open .panel-heading,
.v-accordion .panel-open .panel-collapse {
    max-width: 50px;
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-closing .panel-heading {
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .show-content .panel-heading,
.v-accordion .show-content .panel-collapse {
    max-width: 100%;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel:not(.panel-open) h4,
.v-accordion .panel:not(.panel-open) a {
    height: 100%;
}

.v-accordion .panel:not(.panel-open) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40%;
    border-bottom: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-activated .panel:not(.panel-open) a::before {
    display: none;
}

.v-accordion .panel:not(.panel-open) a::before {
    content: attr(data-linktext);
    padding: 0.5rem 1rem;
    position: absolute;
    background: #000;
    color: rgba(255,255,255,0.8);
    bottom: 6%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-weight: 200;
    font-size: 16px;
}

.v-accordion .panel:not(.panel-open) a:hover::before {
    text-decoration: underline;
}

.v-accordion .panel-group .panel {
    border: 1px solid #cecece;
}

.v-accordion .panel:nth-child(2n-1) a {
    background: transparent;
}

.v-accordion .panel:nth-child(2n) {
    background: #ffffff;
}

.v-accordion .panel:nth-child(2n-1) {
    background: #F6F6F6;
}

.v-accordion .panel-default > .panel-heading {
    background: transparent;
}

@media (min-width: 480px) {
    .c-Akkordeon .panel-title a {
        padding: 20px;
    }
    .c-Akkordeon .panel-open .panel-title a {
        padding: 20px;
    }
}


/* CENTRAL iQuote */

#central_iquote #microsite_content .separat {
    display: block;
    margin-top: 75px;
}

#central_iquote #microsite_content h1,
#central_iquote #microsite_content h2,
#central_iquote #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#central_iquote #microsite_content h2 {
    margin: 20px;
    font-size: 40px;
    padding-left: 20%;
    padding-right: 20%;
}

#central_iquote #microsite_content h3 {
    font-size: 30px;
}

#central_iquote #microsite_content p {
    font-size: 20px;
}

#central_iquote #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#central_iquote #microsite_content .benefits p,
#central_iquote #microsite_content .result p,
#central_iquote #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

@media (min-width: 786px) {
    #central_iquote #microsite_content .benefits p::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 0;
        margin-top: -20px;
    }

    #central_iquote #microsite_content .benefits p::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 0;
        margin-top: -20px;
    }
}

@media (max-width: 785px) {
    #central_iquote #microsite_content .col-xs-3 picture p {
        display: none;
    }

}

@media (max-width: 1139px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide h2,
    #central_iquote #microsite_content .swiper-container .swiper-slide p:first-of-type {
        display: none;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 10%;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p .btn {
        width: 100%;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1490px) {
    #central_iquote #microsite_content .slider-text-block p {
        font-size: 15px;
    }
    #central_iquote #microsite_content .slider-text-block h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 755px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 1%;
    }
}

@media only screen and (max-width: 545px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: -1%;
    }
}

#central_iquote #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    margin-bottom: 20px;
}

#central_iquote #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#central_iquote #microsite_content .swiper-container {
    border-bottom: 15px #00b28b solid;
}

#central_iquote #microsite_content .slider-text-block h2,
#central_iquote #microsite_content .slider-text-block p {
    color: #fff !important;
    max-width: 75%;
}

#central_iquote #microsite_content .slider-text-block h2 {
    margin: 10% 0 0 0;
    padding-top: 3%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

#central_iquote #microsite_content .c-Gallery .swiper-container .slider-navigation {
    display: none;
}

#central_iquote #microsite_content .col-md-6 > .article,
#central_iquote #microsite_content .col-md-4 > .article,
#central_iquote #microsite_content .shadow .article {
    -webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    -moz-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    background: #fff;
}

#central_iquote #microsite_content .col-md-6.separat,
#central_iquote #microsite_content .col-md-4.separat {
    display: block;
    margin-top: 20px;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .shadow p {
    font-size: 25px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: 900;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .col-md-6 p {
    padding: 0 10%;
}

#central_iquote #microsite_content .col-md-4 img {
    padding: 15px 0 0;
}

#central_iquote #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/**********************************/
/* Additional CSS for central HPI */
/**********************************/

#hpi #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
}

#hpi #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#hpi #microsite_content h1,
#hpi #microsite_content h2,
#hpi #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#hpi main h1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

#hpi #microsite_content h2 {
    font-size: 40px;
    /*padding-left: 20%;*/
    /*padding-right: 20%;*/
}

#hpi #microsite_content h3 {
    font-size: 30px;
}

#hpi #microsite_content p,
#hpi #microsite_content li {
    font-size: 20px;
}

#hpi #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#hpi #microsite_content .benefits p,
#hpi #microsite_content .result p,
#hpi #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

#hpi section:last-of-type {
    margin-bottom: 0;
}

#hpi main .img-box__shadow picture img {
    -webkit-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
}

#hpi main .section__shadow--top {
    -webkit-box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    margin-top: 4rem;
    padding-top: 8rem;
}

#hpi main .section__shadow--bottom {
    -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    /*box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    margin-bottom: 4rem;
    padding-bottom: 8rem;
}

#hpi main .separat {
    display: block;
    margin-top: 8rem;
}

#hpi main .bg-cd1-100 p {
    color: #000;
}

#hpi main section:first-of-type .col-xs-12.col-md-6.col-lg-4.col-lg-offset-2.grid-col{
    margin-top: 8rem;
}

@media (min-width: 786px) {
    #hpi main .arrow__top-left,
    #hpi main .arrow__top-right {
        margin-top: 5rem;
    }

    #hpi main .arrow__top-left > div::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__top-right > div::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__bottom-left > div::before {
        position: absolute;
        left: 8%;
        margin-bottom: -2rem;
    }

    #hpi main .arrow__bottom-right > div::after {
        content: url('/ec/cms5/media/img/central/ink_your_business/arrows_bottom_right.png');
        position: absolute;
        right: 8%;
        margin-bottom: -2rem;
    }
}

#hpi main .benefits li {
    margin-bottom: 3rem;
    list-style-type: none;
}

#hpi main .benefits p {
    padding: 0 !important;
}

#hpi main .benefits ul {
    margin-left: 3rem;
}

#hpi main .benefits li::before {
    position: absolute;
    left: 3rem;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
}

#hpi main .benefits li:nth-of-type(1)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_stop_watch.png');
}

#hpi main .benefits li:nth-of-type(2)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_dollar.png');
}

#hpi main .benefits li:nth-of-type(3)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_leaf.png');
}

#hpi main .benefits li:nth-of-type(4)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_shield.png');
}

#hpi main .benefits li:nth-of-type(5)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_check.png');
}


/* **********************************************
 * HP Countdown Page hp-z-workstations-und-windows-10-pro
 ********************************************** */

.mscountdown .hp_countdown {
    border-top: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    border-bottom: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    margin-top: 0px;
    background: #0b0005; /* Old browsers */
    background: -moz-linear-gradient(top,  #0b0005 0%, #0b0102 0%, #000901 1%, #040207 1%, #010207 2%, #080006 2%, #010302 3%, #060606 8%, #050505 9%, #070707 9%, #060606 11%, #090909 12%, #080808 13%, #0a0a0a 13%, #090909 14%, #151515 31%, #151515 34%, #181818 35%, #1c1c1c 44%, #252525 55%, #2a2a2a 65%, #2d2d2d 67%, #313131 76%, #3e3e3c 93%, #3d3e40 94%, #433e3b 95%, #433e3a 96%, #39433b 96%, #39423f 96%, #443b4e 97%, #483b4f 97%, #40423d 97%, #3e4438 98%, #44403f 98%, #40423d 99%, #424242 99%, #3a4443 99%, #474047 100%, #473c44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0005', endColorstr='#473c44',GradientType=0 ); /* IE6-9 */
}

.mscountdown #wrapper-countdown div {
    border: none;
}

.mscountdown div#countdown-bg {
    background: transparent !important;
}

.mscountdown #wrapper-countdown div {
    border: 0px solid #fff;
}

.mscountdown #wrapper-countdown {
    padding: 0px;
}

.mscountdown .countdown-number {
    position: relative;
    width: 150px;
    height: 50%;
    border: 1px solid #000;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/countdown-bg_200px.png");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 100% 100%;
    font-size: 1.7em;
    line-height: 60px;
    font-weight: 900;
}

.mscountdown .countdown-number:before,
.mscountdown .countdown-number:after {
    width: 8.5px;
    display: block;
    overflow: hidden;
    font-size: 3.5rem;
    line-height: 5.7rem;
    content: '■';
    opacity: 0.5;
}

.mscountdown .countdown-number:nth-of-type(1),
.mscountdown .countdown-number:before {
    left: 1rem;
    float: left;
}
.mscountdown .countdown-number:nth-of-type(2),
.mscountdown .countdown-number:after {
    right: 1rem;
    float: right;
}

.mscountdown .v-accordion .panel:nth-child(1) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/930g6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(1):hover {
    filter: brightness(50%)
}

.mscountdown .v-accordion .panel:nth-child(2) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/z360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(2):hover {
    filter: brightness(50%)
}

.mscountdown .headlineblock {
    background: #ABABAB;
    text-align: center;
    color: white;
}

.mscountdown .hpkpi {
    margin: 60px 0px;
}

.mscountdown .highlight {
    color: #0096D1;
}

.mscountdown .highlight2 {
    color: #ABABAB;
}

.mscountdown .mscountdownhead a{
    color: #0096D1;
}

.mscountdown h4.panel-title:after {
    content: '';
    display: block;
    top: 30%;
    height: 150px;
    right: 0px;
    position: absolute;
    border-right: 2px solid #fff;
}

/* **********************************************
 * Logitech Startup
 ********************************************** */

.logitech_startup .bg-add1-100 p,
.logitech_startup .bg-add1-100 h2 {
    color: #fff !important;
}

.logitech_startup .btn {
    color: #fff !important;
    border: 2px solid white;
}

.logitech_startup .btn span {
    color: #fff !important;
}

/* **********************************************
 * HP Nimble Smart Storage
 ********************************************** */

#central_hp_nimble .breadcrumb li span {
    font-size: 12px;
}

#central_hp_nimble section li,
#central_hp_nimble section p {
    font-size: 18px;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h1 {
    font-size: 36px;
    color: #000;
    text-transform: none;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h2 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    color: #000
}

#central_hp_nimble h3 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
}

#central_hp_nimble #nimble_image h2 {
    color: #fff;
    font-size: 28px;
    padding-top: 90px;
    padding-bottom: 50px;
}

#central_hp_nimble .highlight {
    color: #01b38a;
}
#central_hp_nimble .highlight2 {
    color: #234363;
}

/* Slider */

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .nimble_slider .row {
    width: 60%;
}

#central_hp_nimble .nimble_slider h2 {
    color: #fff;
    margin-top: 71px;
    margin-bottom: 0px;
    font-size: 39px;
}

#central_hp_nimble .nimble_slider p {
    color: #fff;
}

#central_hp_nimble .nimble_slider .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble .nimble_slider .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .separat {
    border-top: 15px solid #01b38a;
    margin: 0px;
}

/* all-flash */

#central_hp_nimble #all-flash .btn-default{
    color: #bbbbbb;
    border-radius: 5px;
    border: 2px solid #bbbbbb;
    text-transform: none;
    font-weight: bold;
}

#central_hp_nimble #all-flash .btn-default:hover{
    color: #fff;
    background: #bbbbbb;
}

#central_hp_nimble #all-flash {
    margin-bottom: 50px;
}

/* glance */

#central_hp_nimble #glance {
    margin-top: 50px;
}

#central_hp_nimble #glance h2 {
    margin-bottom: 0px;
}

/* Infosight */

#central_hp_nimble #infosight .article > .row {
    padding: 0px
}

#central_hp_nimble #infosight h2 {
    color: #fff;
    margin-top: 40px;
    width: 50%;
    margin: 0 auto;
    margin-top: 15%;
}

#central_hp_nimble #infosight p {
    color: #fff;
    width: 50%;
    margin: 0 auto;
}


#central_hp_nimble #infosight .article.text_with_media img {
    padding-left: 0px;
}

/* Benefits */

#central_hp_nimble #benefits {
    margin-top: 60px;
}

#central_hp_nimble #benefits img {
    width: auto;
}

/* Bulletpoints */

#central_hp_nimble #bulletpoints img {
    width: auto;
}

#central_hp_nimble #bulletpoints h3 {
    font-weight: bold;
    color: black;
}

/* SMB Storage */

#central_hp_nimble #smb_storage {
    margin: 70px 0px;
}

/* Helptext */

#central_hp_nimble #helptext h1 {
    margin-top: 70px;
}

#central_hp_nimble #helptext .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble #helptext .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble #helptext #microsite_content section:last-of-type {
    padding: 0;
}

#central_hp_nimble section:last-of-type {
    margin-bottom: 0px;
}

#central_hp_nimble .c-Footer p {
    font-size: 12px;
}

/* Responsive */

@media only screen and (max-width: 1822px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }
}

@media only screen and (max-width: 1530px) {

    #central_hp_nimble .nimble_slider h2 {
        color: #fff;
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 14px;
    }

    #central_hp_nimble #infosight h2 {
        width: 80%;
    }

    #central_hp_nimble #infosight p {
        width: 80%;
    }

    #central_hp_nimble #infosight p:nth-child(3) {
        padding-bottom: 20px;

    }
}

@media only screen and (max-width: 1280px) {
    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider .row {
        width: 130%;
    }
}


@media only screen and (max-width: 1152px) {

    #central_hp_nimble .nimble_slider .row {
        width: 170%;
    }

    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 12px;
    }
    #central_hp_nimble .nimble_slider p:nth-child(1) {
        color: black !important;
    }
}

@media only screen and (max-width: 984px) {
    #central_hp_nimble .nimble_slider .row p:nth-child(2) {
    }

    .nimble_slider {
        background: #000;
        min-height: 300px;
    }
}

@media only screen and (max-width: 726px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }

    #central_hp_nimble .nimble_slider .row p {
        text-align: left;
    }

    .nimble_slider {
        background: #000;
        min-height: 350px;
    }

    #central_hp_nimble .nimble_slider .row h2 {
    }

    #central_hp_nimble #helptext h1 {
        font-size: 23px;
    }
}


/* row row row fix */

.row .row .button-row > div {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.button-row a {
    margin: 0;
}


/* --------------------------------------------------------------------------------
 * 	 ACMP LOGIN BOX
 * -------------------------------------------------------------------------------- */

.acmp_login_box {
    padding: 35px;
}

.acmp_login_box .btn {
    margin-top: 15px;
}

.acmp_login_box .lnk {
    display: block;
}

#microsite_content .acmp_login_box a.btn-primary,
#microsite_content .acmp_login_box a.btn-secondary {
    border: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    line-height: 1.2;
}

 

#microsite_content .acmp_login_box a.btn-primary {
    background: #006B7D;
    color: #FFF;
}

 

#microsite_content .acmp_login_box a.btn-secondary {
    background: #c8c8c8;
    color: #000;
}

 

#microsite_content .acmp_login_box a.btn-primary:hover,
#microsite_content .acmp_login_box a.btn-secondary:hover {
    border: 2px solid #000;
}

 

#microsite_content .acmp_login_box a.lnk {
    text-align: center;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 10px auto;
}


/* **********************************************
 * Content Creator Dropzone
 ********************************************** */

[data-ct-dropzone] { 
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
[data-ct-dropzone] [data-fs-button-id] { cc-lang-control
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
[data-ct-dropzone] [data-fs-button-id]:hover + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:active + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:focus + .contentdropzone-outer {
	background:#b61767; 
}
[data-ct-dropzone] .fs-button-drop-target a { 
	position: absolute; 
	width: 100% !important; 
	height: 100% !important; 
}
.contentdropzone-hover {
	max-height: 220px;
}
.contentdropzone-visible {
	max-height: 86px;
}
.contentdropzone-invisible {
	max-height: 0;
}
.contentdropzone-outer {
	display: table; 
	overflow: hidden; 
	height: 70px; 
	border: 1px dashed #FFF;
	background:#656383; 
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8); 
	width: calc(100% - 16px); 
	margin: 8px;
	transition: height 0.5s ease-out;
    border-radius: 15px;
}
.contentdropzone-hover .contentdropzone-outer.small {
	height: 200px;
}
.contentdropzone-visible .contentdropzone-outer.small {
	height: 70px;
}
.contentdropzone-outer.large {
	height: 500px;
}
.contentdropzone-interior {
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}
.contentdropzone-label p {
	color:#FFF; 
	font-size:1.7rem; 
	font-weight: bold;
	margin: 0;
}


/* **********************************************
 * Content Creator language control
 ********************************************** */
#cc-lang-control {
	position: fixed;
	width: 122px;
	color: #fff;
	left: 1vw;
	bottom: 1vh;
	z-index: 40;
	opacity: 0.3;
	border: none;
	transition: 0.5s;
	font-size: 11px;
	font-family: "ralewayregular", Helvetica, Arial, sans-serif;
	background: #656383;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
}

#cc-lang-control:hover,
#cc-lang-control:active,
#cc-lang-control:focus {
	opacity: 1;
}
#hp-original #microsite_content .box.bg-rel1,
#hp-original #microsite_content .box.bg-rel1 * {
    background: #def5fb;
}

#hp-original #microsite_content .box.bg-rel1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#hp-original #microsite_content h1 {
    color: #000;
    text-transform: none;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.2;
    margin-top: 40px;
}

#hp-original #microsite_content .lnk {
    color: #00a0dc;
}

#hp-original #microsite_content .lnk:hover {
    border-bottom: 1px solid #00a0dc;
}

#hp-original #microsite_content .btn-default {
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    background: #000;
    color: #fff;
}

#hp-original #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
}

#hp-original #microsite_content .btn-default > span,
#hp-original #microsite_content .btn-default:hover > span {
    color: #fff;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default {
    background: #89E872;
    color: #000;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default > span,
#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default:hover > span {
    color: #000;
}

#hp-original {
    background: #eee;
}

#hp-original section {
    background: #fff;
}

#hp-original .separat {
    margin-top: 40px;
}

/* Footer */

#hp-original .c-Footer,
#hp-original .c-Footer * {
    background: none !important;
    background-color: #eee !important;
    color: #000 !important;
}

#hp-original .c-Footer .col-md-3,
#hp-original .m-footerGreen {
    display: none !important;
}

#hp-original .m-footerBlack {
    width: 100%;
    right: 0;
}

#hp-original .m-LegalLinks {
    text-align: center;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Overview Page
 * -------------------------------------------------------------------------------- */

.bonusclub_overview .table-responsive.js-bonusclub-overview_table {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.bonusclub_overview table.table {
    margin-bottom: 25px;
}

.bonusclub_overview .row > div {
    margin-bottom: 2px;
}

.bonusclub_overview select.js-bonusclub-dropdown--manufacturer {
    width: 94%;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview  .text-info .col-xs-12.col-md-3:nth-child(4) {
    padding-right: 0px;
}

.bonusclub_popup .btn-primary {
    border-bottom: 2px solid #000 !important;
}

.bonusclub_popup .article.text_with_media a {
    border-bottom: 2px solid black !important;
}

.bonusclub_popup .article.text_with_media a:hover {
    border-bottom: initial;
}

.bonusclub_popup li::before {
    content: counter(li);
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.bonusclub_popup li {
    counter-increment: li
}

/* --------------------------------------------------------------------------------
 * 	 HP Miss U Campaign
 * -------------------------------------------------------------------------------- */

.hp_missu {
    background: #F6F6F6;
}

.hp_missu .hp_missu_introtext h2 {
    margin-bottom: 10px !important;
    margin-top: 30px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .hp_missu_postcard .article.text_with_media .row {
    background-size: 107% !important;
}

.hp_missu .hp_missu_postcard .text_with_media .row {
    height: 550px;
}

.hp_missu .hp_missu_postcard .text_with_media .row p {
    width: 400px;
    position: relative;
    left: 44%;
    top: 95px;
    font-size: 14px;
}

.hp_missu .hp_missu_present {
    padding: 50px 0px;
}
.hp_missu .hp_missu_reason,
.hp_missu .hp_missu_bulletpoints {
    background: #fff;
}

.hp_missu .c-Products--gallery-Product {
    background: white;
    margin: 9px 5px;
    width: 32%;
    padding-top: 10px;
}

.hp_missu .hp_missu_products {
    padding-bottom: 20px;
}

.hp_missu .c-Products__shortDescription.js-shortDescription {
    margin-top: 20px;
}

.hp_missu .c-Products__description.js-description {
    margin: 20px 0px;
}

.hp_missu .c-Products--gallery-Product span[class^="price"] {
    color: #0096d6;
}

.hp_missu .c-Products--gallery-Product a {
    color: #0096d6 ;
}

.hp_missu .hp_missu_logo .img-responsive.img-original {
    width: 25%;
    margin: 0 auto;
}

.hp_missu .hp_missu_reason {
    padding: 60px 0px;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(1){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(2){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints p:nth-child(2) {
    margin-bottom: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .text_with_media {
    border-left: 5px solid #89e872;
}

.hp_missu .hp_missu_bulletpoints .text_with_media img {
    width: 30%;
}

.hp_missu .hp_missu_bulletpoints {
    padding-bottom: 110px;
}

.hp_missu .box.separat {
    margin-top: 0px;
}

.hp_missu .hp_missu_footer {
    color: #fff;
}

.hp_missu .hp_missu_footer h2 {
    color: #fff;
    padding-top: 100px;
    margin-bottom: 10px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .btn.btn-primary {
    background: #0096d6;
    color: #fff;
    border-color: #0096d6;
    padding: 14px 20px 14px 20px !important;
    font-weight: bold;
    font-size: 13px;
}

.hp_missu i.fa.fa-cart-arrow-down {
    display: none;
}

.hp_missu .btn.btn-primary::after {
    display: none;
}

.hp_missu .hp_missu_products .btn-primary:hover,
.hp_missu .btn-primary:active,
.hp_missu .btn-primary:focus {
    background: #00b3ec;
    color: #fff;
    text-decoration: underline;
    border: 2px solid #00b3ec !important;
}

.hp_missu #microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 25px 0 !important;
}

.hp_missu .btn.btn-default {
    background: #fff;
    color: #0096d6;
    border: none;
    font-weight: bold;
    font-size: 13px;
    padding-right: 50px;
    padding-left: 50px;
}

.hp_missu .btn.btn-default:hover,
.hp_missu .btn.btn-default:active,
.hp_missu .btn.btn-default:focus {
    background: #e6e8e7;
    color: #0096d6 ;
    border: none;
    text-decoration: underline;
}

.hp_missu .c-Footer,
.hp_missu .c-Footer * {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.hp_missu .c-Footer .col-md-3,
.hp_missu .m-footerGreen {
    display: none !important;
}

.hp_missu .m-footerBlack {
    width: 100%;
    right: 0;
}

.hp_missu .m-LegalLinks {
    text-align: center;
    padding-bottom: 30px;
}

.hp_missu footer.navbar.navbar-bottom.navbar-inverse {
    top: -15px;
}

@media only screen and (max-width: 1200px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: 350px;
        position: relative;
        left: 43%;
        top: 99px;
        font-size: 13px;
    }
    .hp_missu .c-Products--gallery-Product {
        width: 48%;
    }
}

@media only screen and (max-width: 991px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: initial;
        position: relative;
        left: initial;
        top: initial;
        font-size: 14px;
        text-align: center;
    }

    .hp_missu .hp_missu_postcard .article.text_with_media .row {
        background: none !important;
        background-size: inital;
        height: 200px;
    }

    .hp_missu .hp_missu .c-Products--gallery-Product {
        width: 99%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 CSS PRINT PARAMETER
 * -------------------------------------------------------------------------------- */

@media print {
    .col-xs-12.col-md-6.grid-col.separat {
        max-width: 270px !important;
        margin-right: 50px !important;
        margin-left: 50px !important;
        overflow: hidden !important;
        word-wrap: break-word !important;
    }

    .no-print{
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/* --------------------------------------------------------------------------------
 * 	 HPE MSA Storage
 * -------------------------------------------------------------------------------- */

/* HPE MSA Storage Microsite

.hpe_msa_storage

.msa_logo
.msa_introtext
.msa_introtext2
.msa_bulletpoints
.msa_products
.msa_customers
.msa_iqoute

*/

/* Generell */
.hpe_msa_storage {
    background: #fff;
}

.hpe_msa_storage ul {
    text-align: left;
    padding-left: 15px;
}

.hpe_msa_storage .msa_products ul {
    list-style: none !important;
    padding-left: 1px;
}

.hpe_msa_storage .msa_products li {
    padding-left: 1.6em;
    text-indent: -1.4em;
}

.hpe_msa_storage ul li {
    padding-top: 8px;
}

.hpe_msa_storage .article.text_with_media a:hover {
    /* border-bottom: 2px solid transparent !important; */
}

.hpe_msa_storage main .container .row h1 {
    background: none;
}

.hpe_msa_storage span.highlight {
    font-weight: 400;
    color: #eacb27;
}

.hpe_msa_storage h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 27px;
}

.hpe_msa_storage h3 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hpe_msa_storage #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_msa_storage p {
    font-size: 17px;
    font-weight: normal;
}

.hpe_msa_storage .msa_products p {
    text-align: left;
}

.hpe_msa_storage .msa_products .add_info_products {
    min-height: 300px;
}

/* Logo */
.hpe_msa_storage .msa_logo {
    background: #f3f3f3;
}

.hpe_msa_storage .msa_logo img {
    width: 25%;
}

/* Introtext */
.hpe_msa_storage .msa_introtext {
    padding-top: 50px;
    background: #f3f3f3;
}

.hpe_msa_storage .msa_introtext h1 {
    color: #000;
    font-size: 50px;
}

.hpe_msa_storage .msa_introtext p {
    margin: 40px 0px
}

/* customers*/
/* Introtext2 */
.hpe_msa_storage .msa_introtext2 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Bulletpoints */
.hpe_msa_storage .msa_bulletpoints {
    background: #fff;
    padding-bottom: 150px;
}

.hpe_msa_storage .msa_bulletpoints h3 {
    color: #000;
}

.hpe_msa_storage .msa_bulletpoints img {
    width: 81px;
    padding-left: 18px;
}

.hpe_msa_storage .msa_bulletpoints .text_with_media {
    border-bottom: 4px solid #eacb27;
}

/* customer*/
.hpe_msa_storage .msa_customers {
    padding: 100px 0px;
    background: #fff;
}

/* products */
.hpe_msa_storage .msa_products {
    background: #f3f3f3;
    padding-bottom: 30px;
}

.hpe_msa_storage .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_msa_storage .c-Products__artNo {
    display: none;
}

.hpe_msa_storage .stockqty {
    width: 200px;
    text-align: left;
    color: #159F79;
}

.c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_msa_storage .c-Products--gallery-Product span[class^="price"] {
    color: #159f79;
}

.hpe_msa_storage .msa_products a {
    color: #000;
}

.hpe_msa_storage .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_msa_storage .msa_products li::before {
    top: 0px !important;
}

.hpe_msa_storage .msa_products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 8px;
}

.hpe_msa_storage .msa_products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_msa_storage .c-Products__artNo {
    text-align: left;
}

.hpe_msa_storage .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
}

/* iqoute*/
.hpe_msa_storage .msa_iqoute h2 {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute p {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute {
    background: #159f79;
    padding: 50px 0px;
}

/* Buttons */

.hpe_msa_storage .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_msa_storage .btn-primary:hover {
    background: #eacb27;
    border-color: #eacb27 !important;
}

.hpe_msa_storage .btn-primary::after {
    display: none;
}

.hpe_msa_storage .msa_iqoute .btn-default {
    background: #fff !important;
    border-color: #fff;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.hpe_msa_storage .msa_iqoute .btn-default:hover,
.hpe_msa_storage .msa_iqoute .btn-default:focus,
.hpe_msa_storage .msa_iqoute .btn-default:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #159F79 !important;
}

.msa_border {
    height: 80px;
    background: #f3f3f3;
    border-bottom-left-radius: 80%;
    border-bottom-right-radius: 80%;
}

.hpe_msa_storage .msa_footer {
    padding: 50px 0px;
}

.hpe_msa_storage .msa_footer .btn-default {
    background: #159f79;
    border-color: #159f79;
    padding: 14px 50px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
}

.hpe_msa_storage .msa_footer .btn-default:hover {
    background: #EACB27;
    border-color: #EACB27;
    border-bottom: 2px solid #EACB27;
}

.hpe_msa_storage .m-footerGreen p {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 Microsite - Locations *
 * -------------------------------------------------------------------------------- */

.national_countries {
    overflow: auto;
    padding: 15px 1px 60px 1px;
}

/* --------------------------------------------------------------------------------
 * 	 HPE - Proliant Gen10 *
 * -------------------------------------------------------------------------------- */
.hpe_proliant_gen10 .highlight{
    color: #3AF7C4;
}

.hpe_proliant_gen10 #microsite_content p {
    font-weight: bold;
}

.hpe_proliant_gen10 #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_proliant_gen10 main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_proliant_gen10 #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_proliant_gen10 #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_proliant_gen10 .logo {
    background: #03161e;
}

.hpe_proliant_gen10 .logo img {
    padding: 40px 0px;
}

.hpe_proliant_gen10 .head_image {
    background: #03161e;
    padding-bottom: 80px;
}

.hpe_proliant_gen10 .head_image p:first-child {
    padding-top: 80px;
}

.hpe_proliant_gen10 .head_image p {
    padding-top: 0px;
}

.hpe_proliant_gen10 .head_image .row {
    padding: 0px !important;
}

.hpe_proliant_gen10 .head_image .row:last-child {
    color: #fff;
}

.hpe_proliant_gen10 .logo h1,
.hpe_proliant_gen10 .logo p {
    color: #fff;
}

.hpe_proliant_gen10 .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_proliant_gen10 #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_proliant_gen10 .bulletpoints {
    padding-bottom: 150px;
}

.hpe_proliant_gen10 .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 90% 3%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner2.png");
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner3.png");
}

.hpe_proliant_gen10 .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 90px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_proliant_gen10 .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_proliant_gen10 .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_proliant_gen10 .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_proliant_gen10 .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_proliant_gen10 .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_proliant_gen10 .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_proliant_gen10 .c-Products--gallery-Product span[class^="price"],
.hpe_proliant_gen10 .stockqty {
    color: #159f79;
}

.hpe_proliant_gen10 .products a {
    color: #000;
}

.hpe_proliant_gen10 .quantityblock {
    display: none;
}

.hpe_proliant_gen10 .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 .products .lnk:after {
    content: "\f105";
}


.hpe_proliant_gen10 .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_proliant_gen10 .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_proliant_gen10 .products li::before {
    top: 0px !important;
}

.hpe_proliant_gen10 .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_proliant_gen10 .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_proliant_gen10 .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_proliant_gen10 .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_proliant_gen10 .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_proliant_gen10 .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_proliant_gen10 .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_proliant_gen10 .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_proliant_gen10 .btn-primary::after {
    display: none;
}

.hpe_proliant_gen10 .server {
    padding-top: 150px;
}


.hpe_proliant_gen10 #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_proliant_gen10 .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_proliant_gen10 .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_proliant_gen10 .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 HPE - Top Value Offers *
 * -------------------------------------------------------------------------------- */
.hpe_top_value_offers .highlight{
    color: #3AF7C4;
}

.hpe_top_value_offers #microsite_content p {
    font-weight: bold;
}

.hpe_top_value_offers #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_top_value_offers main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_top_value_offers #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_top_value_offers #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_top_value_offers .logo {
    background: #03161e;
}

.hpe_top_value_offers .logo img {
    padding: 40px 0px;
    width: 35%;
}


.hpe_top_value_offers .head_image {
    background: #03161e;
}


.hpe_top_value_offers .head_image p {
    padding-top: 0px;
}

.hpe_top_value_offers .head_image .row {
    padding: 0px !important;
}

.hpe_top_value_offers .head_image .row:last-child {
    color: #fff;
}

.hpe_top_value_offers .logo h1,
.hpe_top_value_offers .logo p {
    color: #fff;
}

.hpe_top_value_offers .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_top_value_offers .faster-sales {
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .right-deal {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club .text_with_media {
    background: #06202D;
    padding: 50px 0px;
}

.hpe_top_value_offers .bonus-club h2 {
    color: #fff;
}

.hpe_top_value_offers .bonus-club p {
    color: #fff;
}

.hpe_top_value_offers .contacts h2{
    color: #fff;
}

.hpe_top_value_offers #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_top_value_offers .bulletpoints {
    padding-bottom: 60px;
}

.hpe_top_value_offers .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben1.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben2.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben3.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(5) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben4.png");
}

.hpe_top_value_offers .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 30px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_top_value_offers .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_top_value_offers .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_top_value_offers .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_top_value_offers .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_top_value_offers .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_top_value_offers .c-Products--gallery-Product span[class^="price"],
.hpe_top_value_offers .stockqty {
    color: #159f79;
}

.hpe_top_value_offers .products a {
    color: #000;
}

.hpe_top_value_offers .quantityblock {
    display: none;
}

.hpe_top_value_offers .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers .products .lnk:after {
    content: "\f105";
}


.hpe_top_value_offers .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_top_value_offers .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_top_value_offers .products li::before {
    top: 0px !important;
}

.hpe_top_value_offers .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_top_value_offers .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_top_value_offers .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_top_value_offers .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_top_value_offers .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_top_value_offers .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_top_value_offers .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_top_value_offers .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_top_value_offers .btn-primary::after {
    display: none;
}

.hpe_top_value_offers .server {
    padding-top: 150px;
}


.hpe_top_value_offers #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_top_value_offers .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_top_value_offers .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_top_value_offers .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 Windows 7 EOS *
 * -------------------------------------------------------------------------------- */

.win7eos p.big {
    line-height: 1.5;
}

/* --------------------------------------------------------------------------------
 * 	 Lenovo Make a shift *
 * -------------------------------------------------------------------------------- */

.hp_make_shift .hp_countdown {
    background: #1d2228; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d2228 0%, #101316 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1d2228 0%,#101316 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1d2228 0%,#101316 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2228', endColorstr='#101316',GradientType=0 ); /* IE6-9 */
    padding-bottom: 50px;
}

.hp_make_shift .hp_countdown h2 {
    color: #fff !important;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Adventskalendar 2019 *
 * -------------------------------------------------------------------------------- */

.adventskalendar_2019 #microsite_content {
    background: url('https://www.also.com/ec/cms5/media/img/1010/information_1/aktionen_8/adventskalendar_2019/2019_also_adventskalender_website_background.jpg');
    color: #fff;
}

.adventskalendar_2019 #colorbox #microsite_content {
    background: none;
    color: #000;
}

.adventskalendar_2019 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* --------------------------------------------------------------------------------
 * 	 HP Members Club *
 * -------------------------------------------------------------------------------- */

.also_members_club .members_vordeelen {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_img_old_man_hp_member.jpg);
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    padding-top: 50px;
}

.also_members_club .members_vordeelen h2{
    color: #fff;
}

.also_members_club .members_form {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_blue_wall.jpg);
    background-repeat: no-repeat;
    padding: 40px 0px 50px 0px;
    background-size: cover;
    color: #fff;
    margin-top:	50px;
}

.also_members_club .members_form h2{
    color: #fff;
}

.also_members_club .members_footers {
    background: #000;
    color: #fff;
}

.also_members_club .c-Footer {
    display: none;
}

.also_members_club footer.navbar.navbar-bottom.navbar-inverse {
    display: none;
}

.also_members_club .members_footers .col-xs-12.col-md-10 {
    text-align: right;
}

.members_footers a {
    color: white !important;
    border-bottom: 1px solid #fff !important;
    font-size: 13px;
    font-weight: normal;
}

.members_footers p {
    color: white !important;
    font-size: 13px;
    font-weight: normal;
    margin: 5px
}

.also_members_club #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.also_members_club #cboxLoadedContent {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* --------------------------------------------------------------------------------
 * 	 HP Power Bundle*
 * -------------------------------------------------------------------------------- */

.hp_powerbundle .headmenu a {
    color: black !important;
    font-weight: normal;
}

.hp_powerbundle .rabatte {
    background: #059EDB;
}

.hp_powerbundle .rabatte h2,
.hp_powerbundle .rabatte p{
    color: #fff;
}

.hp_powerbundle .intel_logo {
    background: #059EDB;
}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article {
    background: #F6F6F6
}

.hp_powerbundle .footer {
    background: #5A5A5A;
    color: #fff;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Green Heroes *
 * -------------------------------------------------------------------------------- */

.green_heroes .green_formular h2{
    color: #fff;
}

.green_heroes .green_formular {
    background: #281a11;
    color: #fff;
}

.green_heroes #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.green_heroes #microsite_content .box .grid {
    background-color: #281A11;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Informationpage *
 * -------------------------------------------------------------------------------- */

@media only screen and (max-width: 996px) {
    .bonusclub_information_numbers img {
        width: 100px;
    }
    .bonusclub_information_numbers .text_with_media img {
        padding-left: 0px;
    }
    .bonusclub_information_buttons .btn-primary {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * Lenovo powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.lenovo_powered_amd
.lenovo_header
.lenovo_bonus_box
.lenovo_bonus_member
.lenovo_products
.lenovo_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.lenovo_powered_amd,
.lenovo_powered_amd html,
.lenovo_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.lenovo_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.lenovo_powered_amd p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_header {
    background: url(/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/lenovo_header_bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.lenovo_powered_amd .lenovo_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.lenovo_powered_amd .lenovo_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #e2231a;
    position: absolute;
    top: 196px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box {
    padding: 70px 0px 0px 0px
}

.lenovo_powered_amd .lenovo_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.lenovo_powered_amd .lenovo_bonus_box p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box a {
    color: #e2231a;
}

.lenovo_powered_amd .lenovo_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.lenovo_powered_amd .lenovo_bonus_box img {
    width: 60%;
}

.lenovo_powered_amd .lenovo_bonus_member {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.lenovo_powered_amd .lenovo_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_products {
    padding-top: 20px;
    background: #e2231a;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.lenovo_powered_amd .lenovo_products .js-description {
    display: none;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:hover,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:active,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #e2231a !important;
    border-bottom: 0 !important;
}

.lenovo_powered_amd .lenovo_products .c-Products__price {
    display: none;
}

.lenovo_powered_amd .lenovo_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary  {
    border-color: #e2231a;
    color: #e2231a;
    font-weight: bold;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary i{
    display: none;
}

.lenovo_powered_amd .lenovo_products .btn-primary::after {
    display: none;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary:hover  {
    background: #e2231a;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default{
    color: #fff;
    background-color: #e2231a;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.lenovo_powered_amd .lenovo_deals .btn-default:hover,
.lenovo_powered_amd .lenovo_deals .btn-default:active,
.lenovo_powered_amd .lenovo_deals .btn-default:focus {
    background-color: #fff !important;
    color: #e2231a;
    border-color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default span{
    color: #fff !important;
}
.lenovo_powered_amd #microsite_content section .btn:hover > span {
    color: #e2231a !important;
}

.lenovo_powered_amd .lenovo_deals {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .lenovo_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_deals p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals a{
    color: ##fff !important;
}

.lenovo_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.lenovo_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.lenovo_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.lenovo_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.lenovo_powered_amd .finaltext h2,
.lenovo_powered_amd .finaltext p {
    color: #fff;
}

.lenovo_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.lenovo_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.lenovo_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url('https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bullet-point.png');
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.lenovo_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .lenovo_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -112px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .lenovo_powered_amd .lenovo_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .lenovo_powered_amd .lenovo_bonus_box img {
        display: none;
        position: relative;
    }

    .lenovo_powered_amd .lenovo_header {
        height: 600px;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -84px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 54%;
    }

    .lenovo_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .lenovo_powered_amd .lenovo_header .text_with_media h1 {
        font-size: 46px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        width: 90%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 30%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -30px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -55px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}


/* --------------------------------------------------------------------------------
 * HP powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.hp_powered_amd
.hp_header
.hp_bonus_box
.hp_bonus_member
.hp_products
.hp_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.also_solutions_business_team,
.hp_powered_amd html,
.hp_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.hp_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.hp_powered_amd p {
    font-size: 18px;
}

.hp_powered_amd .hp_header {
    background: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/header-bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.hp_powered_amd .hp_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.hp_powered_amd .hp_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.hp_powered_amd .hp_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #0096d6;
    position: absolute;
    top: 196px;
}

.hp_powered_amd .hp_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.hp_powered_amd .hp_bonus_box {
    padding: 70px 0px 0px 0px
}

.hp_powered_amd .hp_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.hp_powered_amd .hp_bonus_box p {
    font-size: 18px;
}

.hp_powered_amd .hp_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.hp_powered_amd .hp_bonus_box a {
    color: #0096d6;
}

.hp_powered_amd .hp_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.hp_powered_amd .hp_bonus_box img {
    width: 60%;
}

.hp_powered_amd .hp_bonus_member {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.hp_powered_amd .hp_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_products {
    padding-top: 20px;
    background: #0096d6;
}

#microsite_content .hp_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.hp_powered_amd .hp_products .js-description {
    display: none;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:hover,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:active,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #0096d6 !important;
    border-bottom: 0 !important;
}

.hp_powered_amd .hp_products .c-Products__price {
    display: none;
}

.hp_powered_amd .hp_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 28px;
}

.hp_powered_amd .hp_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.hp_powered_amd .hp_products a.btn.btn-primary  {
    border-color: #0096d6;
    color: #0096d6;
    font-weight: bold;
}

.hp_powered_amd .hp_products a.btn.btn-primary i{
    display: none;
}

.hp_powered_amd .hp_products .btn-primary::after {
    display: none;
}

.hp_powered_amd .hp_products a.btn.btn-primary:hover  {
    background: #0096d6;
    color: #fff;
}

.hp_powered_amd .hp_deals .btn-default{
    color: #fff;
    background-color: #0096d6;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.hp_powered_amd .hp_deals .btn-default:hover,
.hp_powered_amd .hp_deals .btn-default:active,
.hp_powered_amd .hp_deals .btn-default:focus {
    background-color: #fff !important;
    color: #0096d6;
    border-color: #fff;
}

.hp_powered_amd .hp_deals .btn-default span{
    color: #fff !important;
}
.hp_powered_amd #microsite_content section .btn:hover > span {
    color: #0096d6 !important;
}

.hp_powered_amd .hp_deals {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .hp_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_deals p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_deals a{
    color: ##fff !important;
}

.hp_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.hp_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.hp_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.hp_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.hp_powered_amd .finaltext h2,
.hp_powered_amd .finaltext p {
    color: #fff;
}

.hp_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.hp_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.hp_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/bullet-point.png);
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.hp_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .hp_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -112px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .hp_powered_amd .hp_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .hp_powered_amd .hp_bonus_box img {
        display: none;
        position: relative;
    }

    .hp_powered_amd .hp_header {
        height: 600px;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -84px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 54%;
    }

    .hp_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .hp_powered_amd .hp_header .text_with_media h1 {
        font-size: 46px;
    }

    .hp_powered_amd .hp_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .hp_powered_amd .hp_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        width: 90%;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 30%;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -30px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -55px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}

/* --------------------------------------------------------------------------------
 * Microsoft Attach office 5110, 5210, 5310 *
 * -------------------------------------------------------------------------------- */

/* **********************************************
 * Main Elements
 ********************************************** */

.p-microsite {
    background: #fff;
}

.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

.p-microsite main a.btn span {
    font-size: 0.85em;
}

.p-microsite main a.full.btn {
    width: 100%;
}

.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    border: 2px solid #000;
    color: #fff;
}

.p-microsite .to_top {
    /*background: #fff none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    padding: 5px 25px;
    text-align: right;
}

.img-original.img-responsive {
    width: auto;
}

table .img-responsive {
    width: auto;
    display: inline-block;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

p.big	{font-size: 26px; line-height: 1.8;}
p 		{font-size: 15px; line-height: 1.5;}
p.small	{font-size: 10px; line-height: 1.2;}


.space-top-0    { top: 0%!important;     }
.space-top-10   { top: 10%!important;     }
.space-top-20   { top: 20%!important;     }
.space-top-30   { top: 30%!important;     }
.space-top-40   { top: 40%!important;     }
.space-top-50   { top: 50%!important;     }
.space-top-60   { top: 60%!important;     }
.space-top-70   { top: 70%!important;     }
.space-top-80   { top: 80%!important;     }
.space-top-90   { top: 90%!important;     }
.space-top-100  { top: 100%!important;    }

a.anchor {
    float: left;
}

/* **********************************************
 * Popover Style
 ********************************************** */

span.micrositetooltip {
    font-weight: 900;
    cursor: pointer;
}
span.micrositetooltip:hover{
    color: #89E872;
}
.popover {
    max-width: 400px;
}

.dummy-products .popover-content {
    padding: 50px;
    width: 260px;
    margin: 15px;
    color: black;
}

/* **********************************************
 * Image Hover Effect
 ********************************************** */

.image-hover-wrapper {
    position: relative;
}

.grid.text-center .image-hover-wrapper {
    display: flex;
    justify-content: center;
}

.grid.text-center .image-hover-wrapper img {
    margin: 0;
    align-self: center;
    flex-shrink: 0;
}

img.img-hover {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img.img-hover:hover {
    opacity: 1;
}

#microsite_content .box .grid {
    background-color: #fff;
}

#microsite_content .row .u-bgGreen, .row .u-bgGrey,
#microsite_content .row .u-bgBeige, .row .u-bgBlack {
    border-width: 0;
}

/* Primary Colors */

#microsite_content .bg-cd1-40.box,
#microsite_content .bg-cd1-40 .box,
#microsite_content .bg-cd1-40.box .grid,
#microsite_content .bg-cd1-40:not(.box) .grid-col .article          {background: #d1e1b0}

#microsite_content .bg-cd1-70.box,
#microsite_content .bg-cd1-70 .box,
#microsite_content .bg-cd1-70.box .grid,
#microsite_content .bg-cd1-70:not(.box) .grid-col .article          {background: #aecb74}

#microsite_content .bg-cd1-100.box,
#microsite_content .bg-cd1-100 .box,
#microsite_content .bg-cd1-100.box .grid,
#microsite_content .bg-cd1-100:not(.box) .grid-col .article          {background: #89e872}

#microsite_content .bg-cd2-40.box,
#microsite_content .bg-cd2-40 .box,
#microsite_content .bg-cd2-40.box .grid,
#microsite_content .bg-cd2-40:not(.box) .grid-col .article          {background: #96afdb}

#microsite_content .bg-cd2-70.box,
#microsite_content .bg-cd2-70 .box,
#microsite_content .bg-cd2-70.box .grid,
#microsite_content .bg-cd2-70:not(.box) .grid-col .article          {background: #5185c5}

#microsite_content .bg-cd2-100.box,
#microsite_content .bg-cd2-100 .box,
#microsite_content .bg-cd2-100.box .grid,
#microsite_content .bg-cd2-100:not(.box) .grid-col .article         {background: #0057b8}

#microsite_content .bg-flashgreen_40.box,
#microsite_content .bg-flashgreen_40.box .grid,
#microsite_content .bg-flashgreen_40:not(.box) .grid-col .article,
#microsite_content .bg-cd3-40.box,
#microsite_content .bg-cd3-40 .box,
#microsite_content .bg-cd3-40.box .grid,
#microsite_content .bg-cd3-40:not(.box) .grid-col .article          {background: #89E872}

#microsite_content .bg-flashgreen_70.box,
#microsite_content .bg-flashgreen_70.box .grid,
#microsite_content .bg-flashgreen_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-70.box,
#microsite_content .bg-cd3-70 .box,
#microsite_content .bg-cd3-70.box .grid,
#microsite_content .bg-cd3-70:not(.box) .grid-col .article          {background: #d4f6c6}

#microsite_content .bg-flashgreen.box,
#microsite_content .bg-flashgreen.box .grid,
#microsite_content .bg-flashgreen:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100.box,
#microsite_content .bg-cd3-100 .box,
#microsite_content .bg-cd3-100.box .grid,
#microsite_content .bg-cd3-100:not(.box) .grid-col .article         {background: #89e872}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article         {background: #f6f6f6}

#microsite_content .bg-black-40.box,
#microsite_content .bg-black-40 .box,
#microsite_content .bg-black-40.box .grid,
#microsite_content .bg-black-40:not(.box) .grid-col .article        {background: #b2b2b2}

#microsite_content .bg-black-100.box,
#microsite_content .bg-black-100 .box,
#microsite_content .bg-black-100.box .grid,
#microsite_content .bg-black-100:not(.box) .grid-col .article       {background: #000; color: #fff;}

#microsite_content .bg-black-100.box .btn {
    border: 2px solid white;
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover {
    background: #fff;
    color: #000;
}
#microsite_content .bg-black-100.box .btn span{
    color: #fff
}
#microsite_content .bg-black-100.box .btn:hover span{
    color: #000
}

#microsite_content .bg-white.box,
#microsite_content .bg-white.box.box .grid,
#microsite_content .bg-white:not(.box) .grid-col .article,
#microsite_content .bg-white-100.box,
#microsite_content .bg-white-100 .box,
#microsite_content .bg-white-100.box.box .grid,
#microsite_content .bg-white-100:not(.box) .grid-col .article       {background: #fff}

#microsite_content .bg-cd1-40 h1,
#microsite_content .bg-cd1-40 h2,
#microsite_content .bg-cd1-40 h3,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd3-40 h1,
#microsite_content .bg-cd3-40 h2,
#microsite_content .bg-cd3-40 h3,
#microsite_content .bg-cd3-70 h1,
#microsite_content .bg-cd3-70 h2,
#microsite_content .bg-cd3-70 h3,
#microsite_content .bg-cd3-100 h1,
#microsite_content .bg-cd3-100 h2,
#microsite_content .bg-cd3-100 h3,
#microsite_content .bg-black-40 h1,
#microsite_content .bg-black-40 h2,
#microsite_content .bg-black-40 h3{
    color: #000;
}

#microsite_content .bg-cd1-100 h1,
#microsite_content .bg-cd1-100 h2,
#microsite_content .bg-cd1-100 h3,
#microsite_content .bg-cd1-100 p,
#microsite_content .bg-black-100 h1,
#microsite_content .bg-black-100 h2,
#microsite_content .bg-black-100 h3,
#microsite_content .bg-black-100 p {
    color: #fff;
}

/* Additional Colors */

#microsite_content .bg-paleblue_70.box,
#microsite_content .bg-paleblue_70.box .grid,
#microsite_content .bg-paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-add1-70.box,
#microsite_content .bg-add1-70 .box,
#microsite_content .bg-add1-70.box .grid,
#microsite_content .bg-add1-70:not(.box) .grid-col .article         {background: #65cdef}

#microsite_content .bg-paleblue.box,
#microsite_content .bg-paleblue.box .grid,
#microsite_content .bg-paleblue:not(.box) .grid-col .article,
#microsite_content .bg-add1-100.box,
#microsite_content .bg-add1-100 .box,
#microsite_content .bg-add1-100.box .grid,
#microsite_content .bg-add1-100:not(.box) .grid-col .article        {background: #00b5e2}

#microsite_content .bg-add2-70.box,
#microsite_content .bg-add2-70 .box,
#microsite_content .bg-add2-70.box .grid,
#microsite_content .bg-add2-70:not(.box) .grid-col .article         {background: #b7d876}

#microsite_content .bg-add2-100.box,
#microsite_content .bg-add2-100 .box,
#microsite_content .bg-add2-100.box .grid,
#microsite_content .bg-add2-100:not(.box) .grid-col .article        {background: #cedc00}

#microsite_content .bg-add3-70.box,
#microsite_content .bg-add3-70 .box,
#microsite_content .bg-add3-70.box .grid,
#microsite_content .bg-add3-70:not(.box) .grid-col .article         {background: #f9a263}

#microsite_content .bg-add3-100.box,
#microsite_content .bg-add3-100 .box,
#microsite_content .bg-add3-100.box .grid,
#microsite_content .bg-add3-100:not(.box) .grid-col .article        {background: #e87722}

#microsite_content .bg-add4-70.box,
#microsite_content .bg-add4-70 .box,
#microsite_content .bg-add4-70.box .grid,
#microsite_content .bg-add4-70:not(.box) .grid-col .article         {background: #dd6866}

#microsite_content .bg-add4-100.box,
#microsite_content .bg-add4-100 .box,
#microsite_content .bg-add4-100.box .grid,
#microsite_content .bg-add4-100:not(.box) .grid-col .article        {background: #ba0c2f}

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add2-70 h1,
#microsite_content .bg-add2-70 h2,
#microsite_content .bg-add2-70 h3,
#microsite_content .bg-add2-100 h1,
#microsite_content .bg-add2-100 h2,
#microsite_content .bg-add2-100 h3,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add4-70 h1,
#microsite_content .bg-add4-70 h2,
#microsite_content .bg-add4-70 h3,
#microsite_content .bg-add4-100 h1,
#microsite_content .bg-add4-100 h2,
#microsite_content .bg-add4-100 h3 {
    color: #000;
}

/* Vendor/Topic related Colors */
/*
.bg-rel1
.bg-rel2
*/

/* Mixed Colors */

#microsite_content .bg-flashgreen_100_70.box,
#microsite_content .bg-flashgreen_100_70 .box,
#microsite_content .bg-flashgreen_100_70.box .grid,
#microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3-100--cd3-70.box,
#microsite_content .bg-cd3-100--cd3-70 .box,
#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article,
#microsite_content .bg-flashgreen_100_paleblue_70.box,
#microsite_content .bg-flashgreen_100_paleblue_70 .box,
#microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
#microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
#microsite_content .bg-cd3_100_add1_70.box,
#microsite_content .bg-cd3_100_add1_70 .box,
#microsite_content .bg-cd3_100_add1_70.box .grid { background: #89E872}

#microsite_content .bg-cd3-100--cd3-70.box .grid,
#microsite_content .bg-cd3_100_add1_70.box .grid,
#microsite_content .bg-white-100_bg-black-1,
#microsite_content .bg-white-100_bg-cd1-100 { background: transparent;}

.bg-white-100_bg-cd1-100 .btn-secondary,
.bg-white-100_bg-cd1-100 .lnk {
    color: #000;
}

@media (min-width: 992px) {

    #microsite_content .bg-flashgreen_100_70.box,
    #microsite_content .bg-flashgreen_100_70 .box,
    #microsite_content .bg-flashgreen_100_70.box .grid,
    #microsite_content .bg-cd3-100--cd3-70.box,
    #microsite_content .bg-cd3-100--cd3-70 .box,
    #microsite_content .bg-cd3-100--cd3-70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #D4F6C6 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#D4F6C6 50%);
        background: linear-gradient(to right,  #89E872 50%,#D4F6C6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#D4F6C6',GradientType=1 );
    }

    #microsite_content .bg-flashgreen_100_paleblue_70.box,
    #microsite_content .bg-flashgreen_100_paleblue_70 .box,
    #microsite_content .bg-flashgreen_100_paleblue_70.box .grid,
    #microsite_content .bg-cd3_100_add1_70.box,
    #microsite_content .bg-cd3_100_add1_70 .box,
    #microsite_content .bg-cd3_100_add1_70.box .grid{
        background: #89E872;
        background: -moz-linear-gradient(left,  #89E872 50%, #65CDEF 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#65CDEF 50%);
        background: linear-gradient(to right,  #89E872 50%,#65CDEF 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#65CDEF',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-black-1.box,
    #microsite_content .bg-white-100_bg-black-1 .box,
    #microsite_content .bg-white-100_bg-black-1.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #f6f6f6 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#f6f6f6 50%);
        background: linear-gradient(to right,  #ffffff 50%,#f6f6f6 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    }

    #microsite_content .bg-white-100_bg-cd1-100.box,
    #microsite_content .bg-white-100_bg-cd1-100 .box,
    #microsite_content .bg-white-100_bg-cd1-100.box .grid{
        background: #ffffff;
        background: -moz-linear-gradient(left,  #ffffff 50%, #8bb438 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#8bb438 50%);
        background: linear-gradient(to right,  #ffffff 50%,#8bb438 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8bb438',GradientType=1 );
    }

    /* on article level for all / first elements */

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article{
        background: #89E872;
    }

    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h1,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h2,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article h3 {
        color: black;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:first-of-type .article{
        background: #89E872;
    }

    #microsite_content .bg-flashgreen_100_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3-100--cd3-70:not(.box) .grid-col .article {
        background: #D4F6C6;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col:first-of-type .article,
    #microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article {
        background: #ffffff;
    }

    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col .article{
        background: #f6f6f6;
    }

    #microsite_content .bg-flashgreen_100_paleblue_70:not(.box) .grid-col .article,
    #microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col .article {
        background: #65CDEF;
    }


}

#microsite_content .bg-cd3-100--cd3-70 h1,
#microsite_content .bg-cd3-100--cd3-70 h2,
#microsite_content .bg-cd3-100--cd3-70 h3,
#microsite_content .bg-cd3_100_add1_70 h1,
#microsite_content .bg-cd3_100_add1_70 h2,
#microsite_content .bg-cd3_100_add1_70 h3{
    color: #000;
}


/* Header */

#microsite_header {
    background: #fff;
    margin-bottom: 15px;
}

#microsite_header > .row {
    position: relative;
}

#microsite_header div[class*="col"] {
    margin-bottom: 0;
}

#microsite_header ul {
    margin-top: 4px;
    padding: 0;
}

#microsite_header li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#microsite_header li a {
    color: #666;
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

#microsite_header li a:hover {
    border-bottom: 1px solid #CCC;
}

.ms_search {
    position: absolute;
    right: 0;
    top: 1px;
}

#microsite-search #searchstring-ms {
    margin: 0.25em 0.25em 0.25em 0;
    padding: 0.5em 0.75em 0.5em 0.5em;
    width: 80%;
    font-size: 0.9em;
}

#microsite_header .logo {
    left: -150px;
    position: absolute;
    top: 70px;
    transform: rotate(270deg);
    width: 210px;
}

.p-microsite .lnk-logo:hover,
.p-microsite .lnk-logo:focus {
    border-bottom: none;
}

#p-Startpage .c-Breadcrumb {
    display: none;
}

/* Main */

#microsite_content .container {
    margin-bottom: 0;
}

#microsite_content section:last-of-type {
    margin-bottom: 15px;
}

#microsite_content section:first-of-type {
    margin-bottom: 0;
}

.u-noSpaceBeforeFooter #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/* Aside */

aside > div {
    background: #cecfce;
    margin-right: -10px;
    margin-left: -25px;
    padding-left: 0;
    height: 100%;
    background: #ccc;
}


/* Content Area */

#microsite_content {
    padding: 0;
}

#microsite_content .article {
    margin-bottom: 0;
}

#microsite_content .article .row > div {
    margin-bottom: 0;
}

#microsite_content .article > .row {
    padding: 15px 0;
}

#microsite_content .article .h-align picture {
    float: left;
    margin-right: 10px;
}

.col-for-image.h-align {
    display: flex;
    flex-flow: row wrap;
}

#microsite_content .equalheight .article {
    height: 100%;
}

/* Sitemap Area */

.sitemap ul .col-xs-12 {
    background: #eee none repeat scroll 0 0;
    margin: 1%;
    padding: 10px;
    width: 22%;
}

/* Contact Area */

#microsite_contact {
    background: #ddd;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#microsite_contact div {
    margin-bottom: 5px;
}

#microsite_contact .division-info {
    background-color: #CCC;
    padding: 0 15px 5px 15px;
}

#microsite_contact img {
    height: auto;
    width: 100%;
}

#microsite_contact p {
    margin-bottom: 0;
}

#contact_filter,
#contact-overview {
    padding: 15px;
}

#microsite_content #contact-overview .contact {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .contact-detail-image {
        width: 100%;
    }
    .contact-detail-image img {
        margin: 0 auto;
    }
    .contact-info {
        margin-top: 25px
    }
}

/* Footer */

#microsite_footer {
    color: #666;
}

#microsite_footer .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 5px;
}

#microsite_footer div[class*="col"] {}

#microsite_footer div a {
    margin-right: 5px;
    color: #666;
}

#microsite_footer a {
    border: 0;
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

#microsite_footer a:first-child {
    border: 0;
    margin: 0;
    padding: 0;
}


/* **********************************************
 * Content Elements
 ********************************************** */

#microsite_content .text-center li::before {
    position: relative;
    top: -3px;
}

/* slider */

#microsite_content .c-Gallery .container-fluid {
    padding: 0;
}

#microsite_content section.c-Gallery:last-of-type {
    margin-bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .slider-navigation {
    height: 95%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination {
    bottom: 0;
}

#microsite_content .c-Gallery .swiper-container .swiper-slide img {
    margin-bottom: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div {
    display: none;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block,
#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block div {
    display: block;
}


#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block {
    margin: 2% 10%;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
}

#microsite_content .c-Gallery:not(.c-SliderHome) .swiper-container .swiper-slide div.slider-text-block:last-of-type {
    left: 50%;
}

#microsite_content .c-Gallery .swiper-container .swiper-pagination-bullet {
    background: #999;
}

#microsite_content section[class*="bg-"] .swiper-wrapper .swiper-slide {
    background-color: transparent;
}

#microsite_content section[class*="bg-"] .c-Gallery {
    padding: 20px 0 10px 0;
}

#microsite_content .c-SliderNoNav .swiper-pagination {
    display: none;
}


/* grid */

#microsite_content .row > div {
    margin-bottom: 0;
}

#microsite_content .grid .row > div,
#microsite_content .article:last-child {
    margin-bottom: 0;
}

/*
#microsite_content .grid .grid-col .row:first-of-type {
    margin: 0;
}
*/

#microsite_content .grid .grid-col {
    padding-left: 8px;
    padding-right: 8px;
}

/* grid three cols */

@media (min-width: 992px) {
    /* first in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-1) {
        padding-left: 0;
        padding-right: 10px;
    }

    /* second in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* last in row */
    #microsite_content section .grid-type-3 .grid-col:nth-child(3n) {
        padding-left: 10px;
        padding-right: 0;
    }
}

.grid-type-3 .row  {
    padding-left:9px;
    padding-right:9px;
}

/*
@media (min-width: 992px) {
    #microsite_content .grid .grid-col:first-of-type {
        padding-left: 0;
    }
    #microsite_content .grid .grid-col:last-of-type {
        padding-right: 0;
    }
}*/

@media (min-width:768px) {
    #microsite_content .grid-type-3 .grid-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*#microsite_content .grid-type-3 .grid-col:first-of-type,
    #microsite_content .grid-type-3 .grid-col:first-of-type:last-of-type*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n-2) {
        padding-left: 0;
        padding-right: 10px;
    }

    /*#microsite_content .grid-type-3 .grid-col:last-of-type,*/
    #microsite_content .grid-type-3 .grid-col:nth-child(3n+0){
        padding-right: 0;
        padding-left: 10px;
    }
}
@media(max-width: 992px) {
    #microsite_content .grid-type-3.grid .grid-col {
        padding-left: 0;
        padding-right: 0;
    }
}

/* table */

#microsite_content table.table thead tr th:first-child {
    width: auto;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#microsite_content .table-datatable .dataTables_info {
    display: none;
}

#microsite_content .table-datatable .dataTables_wrapper .dataTables_paginate {
    margin-top: 17px;
}


/* products */

#microsite_content .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
}

#microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
#microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 100%;
}

#microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 50px 0 !important;
    padding: 14px 50px 14px 20px;
}

#microsite_content .c-Products--gallery-Product .btn-primary::after {
    content: "\f105";
}

@media (max-width: 767px) {
    #microsite_content .c-Products--gallery-Product.col-xs-12 .btn {
        width: 100%;
    }
}

.p-microsite #microsite_content section tr:hover a,
.p-microsite #microsite_content tr:hover .c-Products--gallery-Product span[class^="price"] {
    color: #fff;
}

/* Button */

#microsite_content section .btn-primary {
    margin: 5px 0;
}

#microsite_content section .btn-primary:hover {
    color: #fff !important
}

#microsite_content section .btn > span {
    color: #000;
}

#microsite_content section .btn:hover > span {
    color: #fff;
}

/* Akkordion */

.tab-pane.text-center img {
    margin:0 auto;
}

.grid.text-center img {
    margin: 0 auto;
}

/* **********************************************
 * Menus
 ********************************************** */

/* dropdown menu */

.navbar-header .navbar-menu {
    float: left;
    margin: 12px 10px 0 0;
}

.col-xs-12 > ul > .dropdown.open {
    position: static;
}

.dropdown-menu {
    background: rgba(230, 230, 230, 0.95);
    border: 0 none;
    border-radius: 0;
    width: 100%;
}

.dropdown.open > .dropdown-toggle:focus,
.dropdown.open > .dropdown-toggle:hover,
.dropdown.open > .dropdown-toggle {
    background: rgba(230, 230, 230, 0.95) none repeat scroll 0 0
    border-bottom: 1px solid #eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
}

#microsite_header .dropdown-menu li {
    margin-right: 0;
    border-top: 1px solid #cecece;
}

#microsite_header .dropdown-menu li a {
    font-weight: 900;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li a:hover {
    background: none;
    color: #000;
    border-bottom: 0;
}

#microsite_header .dropdown-menu li ul {
    margin-left: 0;

    margin-top: 0;
    margin-bottom: 8px;
}

#microsite_header .dropdown-menu li ul li {
    float: none;
    display: block;
    border-top: 0;
}

#microsite_header .dropdown-menu li ul li a {
    font-weight: normal;
    padding: 0.125em 0.5em;
}

#microsite_header .dropdown-menu li ul li ul li {
    margin-left: 10px;
}

/* main menu */

#microsite_header .active > a,
#microsite_header .active > a:hover {
    color: #000;
}


/* sub menu */

aside ul {
    background: #e7e7e7 none repeat scroll 0 0;
    border-top: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

aside ul li {
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    display: block;
}

aside > div > ul > li > a {
    border-bottom: 1px solid #cecfce;
    color: #383838;
    display: block;
    padding: 8px 20px 6px;
    text-decoration: none;
}

aside > div > ul > li > a > span {
    color: #383838;
    display: block;
    line-height: 14px;
    padding: 3px 0 10px;
    text-transform: none;
}

aside > div > ul > li > a:hover,
aside > div > ul > li.active > a {
    background: #dcdada none repeat scroll 0 0;
    color: #000;
    border-bottom: 1px solid #ccc;
}

aside ul ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cecfce;
    display: block;
    list-style: outside none none;
    padding: 10px 20px;
}

aside ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

.p-microsite aside ul ul li a,
.p-microsite aside ul ul li.active a,
.p-microsite aside ul ul li a:hover {
    color: #383838;
    border-bottom: 0;
    transition: none;
}

aside ul ul ul {
    border-bottom: medium none;
    display: block;
    list-style: outside none none;
    padding: 0 11px;
}

aside ul ul ul li {
    border: 0 none;
    display: block;
}

aside ul ul ul li a {
    color: #383838;
    display: block;
    margin: 0 0 3px;
    text-decoration: none;
}

aside ul ul ul li.active a,
aside ul ul ul li a:hover {
    color: #383838;
}

.p-microsite aside ul li.new a {
    color: #c00;
}


/*  */

.visible-hidden {
    visibility: hidden;
}

.highlight {
    text-decoration: underline;
}

.separat,
.separat_inner {
    display: block;
    margin-top: 15px;
}

.microsite-related.mp-level-overlay {
    /* background-color: rgba(0, 157, 217, 0.5); wrong color ... */
}

.contact .contact-detail {
    display: none;
}

.contact .contact-image {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
}

.contact .lightbox:hover {
    cursor: pointer;
}

#microsite_content::after {clear:both;}

#microsite_content::after, #microsite_content::before {
    content: " ";
    display: table;
}

.container > .row > *:not(div):not(a) {
    padding: 0;
}

section.container {
    margin-bottom: 0;
}

/* **********************************************
 * Countdown
 ********************************************** */

#wrapper-countdown {
    padding: 15px;
    font-size: 2em;
    color: #fff;
    display: flex;
    text-align: center;
}

#wrapper-countdown div {
    border: 2px solid #fff;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    width: 20%
}

#wrapper-countdown div span {
    display: block;
}

#wrapper-countdown div span.countdown-head {
    margin-bottom: 25px;
    font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        padding: 4px;
        text-align: center;
        margin: 0 auto;
        width: 22%;
    }
}

@media screen and (max-width: 1200px) {
    #wrapper-countdown div {
        font-size: 3vw;
    }
}

/* **********************************************
 * Text with Media - Col For Image
 ********************************************** */

.text_with_media div.col-for-image {
    padding-left:0;
    padding-right:0;
}

.text_with_media span.col-for-image {
    display: block;
    margin-left:-25px;
    margin-right:-25px;
}

.point_archive .article.text_with_media img {
    padding: 0 25px 0 0;
}

/* **********************************************
 * Container Fluid -> Padding
 ********************************************** */

#section {
    padding:0;
}

#microsite_content .container-fluid--nopadding > .row {
    margin:0;
}

#microsite_content .container-fluid--nopadding.grid-type-1,
#microsite_content .container-fluid--nopadding.grid-type-1 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-1 .col-xs-12.grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2,
#microsite_content .container-fluid--nopadding.grid-type-2 > .row.grid > .grid-col,
#microsite_content .container-fluid--nopadding.grid-type-2 .col-xs-12.grid-col {
    padding-left: 0;
    padding-right: 0;
}

#microsite_content .container-fluid--nopadding > .row.grid {
    margin-left:0;
    margin-right:0;
}

/* **********************************************
 * Tabs / Acc
 ********************************************** */

#microsite_content .nav {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px !important;
}

#microsite_content .tab-pane {
    margin: 0 -25px;
}

#microsite_content .tab-pane .row {
    padding: 25px;
}

#microsite_content .tab-pane > .col-xs-12 {
    padding-bottom: 15px;
}

#microsite_content  .row .article .row .article > .row div[class^="col"],
#microsite_content  .tab-content .article > .row div[class^="col"]{
    padding-left: 25px;
    padding-right: 25px;
}


#microsite_content  .row .article .row .article > .row,
#microsite_content  .tab-content .article > .row{
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .row .article .row .article > .row img {

}

#microsite_content  .row .article .row .article > .row .col-for-image img {
    display: block;
    margin-left: 0 ;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#microsite_content .tab-content .article > .row img {
    margin-left: -25px;
    margin-right: -25px;
}

#microsite_content  .tab-content .article > .row .col-for-image img {
    margin-left: 0;
    margin-right: 0;
}

#microsite_content .nav-tabs-background {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#microsite_content .nav-tabs-background li span {
    display: block;
    background-size: cover;
    height: 350px;
}

#microsite_content .nav-tabs-background li,
#microsite_content .nav-tabs-background li.active {
    float: none;
    display: table-cell;
    width: 100%;
    table-layout: fixed;
    height: 350px;
    overflow: hidden;
}

#microsite_content .nav-tabs-background li a {
    position: absolute;
    height: 350px;
    display: block;
    color: #ffffff;
    width: 100%;
    font-size: 1.5em;
    padding-top: 5.5em;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

#microsite_content .nav-tabs-background li a:hover {
    color: #ffffff;
    border: 0;
    background-color: rgba(0,0,0,0.3);
}

#microsite_content .nav-tabs-background li.active a {
    display: none;
}

/* **********************************************
 * Address Module
 ********************************************** */

.address-modul .contact_information span.contact-name {
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.address-modul .contact_information span.contact-jobtitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.address-modul .contact_information span.contact-jobtitle,
.address-modul .contact_information span.contact-telephone,
.address-modul .contact_information a.contact-mail {
    display: block;
}

.address-modul .col-team-img {
    padding-right: 8px;
}

.address-modul .col-team-text {
    padding-left: 8px;
}

/* **********************************************
 * image height for special grids
 ********************************************** */

.chaos_v1 picture {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 200px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(1) > div > .row > .col-xs-12 > a > picture {
    height: 400px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(2) > div > .row > .col-xs-12 > a > picture {
    height: 450px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(4) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(5) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(6) > div > .row > .col-xs-12 > a > picture {
    height: 240px;
}

.chaos_v1 > .container > .row > .col-xs-12:nth-of-type(8) > div > .row > .col-xs-12 > a > picture {
    height: 230px;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

#countdown-bg {
    background-size: cover;
}

/* **********************************************
 * FOR PREVIEW ONLY
 ********************************************** */

.auth-online {
    border: 3px dotted #0c0;
    overflow: hidden;
}

.auth-offine {
    border: 3px dotted #c00;
    overflow: hidden;
}

/* **********************************************
 * Parallax
 ********************************************** */
.parallax-container{
    height: 400px;
    overflow:hidden;
    position:relative;
}

.parallax-container .parallax{
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
}

.parallax-container .parallax img{
    position:absolute;
    left:50%;
    bottom:0;
    min-width:100%;
    min-height:100%;
}

.parallax{
    height:auto;
    min-height: 400px;
}

.container.parallax-image,
.container.parallax-text {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.container.parallax-text h2,
.container.parallax-text p {
    color: #fff;
}

/* button*/

.container.parallax-text .btn {
    color: #fff;
    border-color: #fff
}

#microsite_content section .parallax-text .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

#microsite_content section .parallax-text .btn > span {
    color: #fff
}

#microsite_content section .parallax-text .btn:hover > span {
    color: #000
}

.container.parallax-image, {
    padding-left: 0;
    padding-right: 0;
}

.parallax-container .image {
    position: absolute;
    width: 100%;
    margin-top: -12%;
    left: 0;
    height: 400px;
}

.parallax-container .image img {
    display: inline-block;
}

/* **********************************************
 * Submenu Linklist
 ********************************************** */

.submenu-linklist {
    list-style: none;
}

@media (min-width: 768px) {
    .submenu-linklist {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.submenu-linklist li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f061";
    margin-right: 5px;
}

/* **********************************************
 * Gallery by Folder
 ********************************************** */

.gallery_by_folder--background-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.gallery_by_folder--image,
.gallery_by_folder--background-image {
    margin: 10px 0;
}

/* **********************************************
 * Timeline
 ********************************************** */

#microsite_content .article .limitation {
    max-height: 90vh;
    overflow: auto;
    padding: 0 40px;
}

.timeline_element {
    text-align: right;
}

.timeline_element.even {
    text-align: left;
}

.timeline_element p.big {
    margin: 0;
}

.timeline_element h3 {
    font-size: 36px;
    line-height: 42px;
}

.timeline_element .timeline_point {
    left: -48.25%;
    position: relative;
    top: 145px;
    z-index: 10;
}

.timeline_element.even .timeline_point {
    left: -0.25%;
}

@media (min-width: 992px) {
    .limitation {
        background: url(/ec/cms5/media/img/1010_waas/timeline_bg.png) repeat-y scroll center top;
    }

    .timeline_end {
        background: #fff;
        padding-left: 15px;
    }

    .timeline_end:last-child {
        padding-left: 17px;
    }

    .timeline_element.even {
        margin-right: -2px;
    }

    #microsite_content .timeline_element .col-md-6 {
        padding: 100px;
    }
}

/* **********************************************
 * Helper
 ********************************************** */

.highlight {
    font-weight: bold;
    text-decoration: none;
}

.height--auto,
.height--auto div {
    height: auto;
}

/* **********************************************
 * Career
 ********************************************** */

.c-career ::selection {
    background: #3e3e3e;
    color: #FFF;
}
.c-career ::-moz-selection {
    background: #3e3e3e;
    color: #FFF;
}
.p-microsite .c-career a.row-career,
.p-microsite .c-career a.row-career:hover {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ececec;
    margin: 0px;
    color: #000;
}
.c-career a.row-career .row {
    padding: 0;
}
.c-career a.row-career > div {
    margin-bottom: 0;
}
.c-career a.row-career span {
    border-bottom: 2px solid transparent;
    margin: 0px;
    color: #77af24;
}
.c-career a.row-career:hover {
    background-image: url(/ec/cms5/media/grfx/common_grfx/bg_pinstripes_green.png);
}
.c-career a.row-career:hover span {
    text-decoration: none;
    border-bottom: 2px solid #77af24;
    color: #77af24;
}
.c-career a.row-career:first-child,
.c-career a.row-career:first-of-type {
    border-top: 2px solid #77af24;
}
.c-career a.row-career:last-child,
.c-career a.row-career:last-of-type {
    border-bottom: 2px solid #77af24;
}
.c-career a.row-career::before {
    display: none;
}
.c-career .row.row-career {
    margin-left: auto;
    margin-right: auto;
}

/* career v2 */

.c-career-v2 .selectlist {
    margin: 1em 0;
}

.c-career-v2 .jobs-container {
    margin-bottom: 1em;
}

.c-career-v2 .jobs-container span {
    margin-bottom: .66em;
    display: block;
}

.c-career-v2 .btn-link {
    text-transform: none;
    color: #000;
    border-width: 1px;
    padding: 1px 0;
    margin-top: 1em;
}

.c-career-v2 .btn-link:hover {
    border-color: #ccc;
}

main .container .job_detail_v2 h1 {
    font-size: 30px;
    text-transform: none;
    color: #000;
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

main .container .job_detail_v2 h2 {
    font-size: 15px;
    font-weight: 600;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}


 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
     display: none !important;
 }

/* **********************************************
 * Produkttemplate - Verfügbarkeit
 ********************************************** */

.stockqtytext {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.stockqty {
    color: #89e872;
    font-weight: bold;
}

.stockqtyzero {
    color: #a00;
    font-weight: bold;
}

/* **********************************************
 * Slider
 ********************************************** */

.infiniteSlide img {
    margin-right: 50px;
}

/* ============================= */
/* vertical accordion styles     */
/* ============================= */

.v-accordion {
    margin-left: -1rem;
    margin-right: -1rem;
}

.v-accordion .panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.v-accordion .panel{
    min-height: 400px;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    margin-bottom: 2rem;
}

.v-accordion .panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-title {
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    max-width: 100%;
}

.v-accordion .panel-heading .panel-title a {
    border-bottom: 1px solid #ccc;
}

.v-accordion .panel-title a:after {
    display: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) .panel-title {
    width: 50px;
    height: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.v-accordion .panel-open .panel-title a::before {
    content: 'x';
    position: absolute;
    right: 3rem;
    border: 1px solid;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.v-accordion .panel-open .panel-title a:hover::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.v-accordion .panel-open {
    -webkit-box-flex: 20;
    -ms-flex: 20;
    flex: 20;
}

.v-accordion .panel-open .panel-heading {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.v-accordion .panel-collapse {
    opacity: 0;
    max-width: 100%;
}

.v-accordion .in {
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
}

.v-accordion .in .panel-body {
    height: 100%;
    padding-bottom: 15px;
}

.v-accordion .panel-open .panel-heading,
.v-accordion .panel-open .panel-collapse {
    max-width: 50px;
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel-closing .panel-heading {
    opacity: 0;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .show-content .panel-heading,
.v-accordion .show-content .panel-collapse {
    max-width: 100%;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.v-accordion .panel:not(.panel-open) h4,
.v-accordion .panel:not(.panel-open) a {
    height: 100%;
}

.v-accordion .panel:not(.panel-open) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40%;
    border-bottom: none;
}

.v-accordion .panel-activated .panel:not(.panel-open) a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.v-accordion .panel-activated .panel:not(.panel-open) a::before {
    display: none;
}

.v-accordion .panel:not(.panel-open) a::before {
    content: attr(data-linktext);
    padding: 0.5rem 1rem;
    position: absolute;
    background: #000;
    color: rgba(255,255,255,0.8);
    bottom: 6%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-weight: 200;
    font-size: 16px;
}

.v-accordion .panel:not(.panel-open) a:hover::before {
    text-decoration: underline;
}

.v-accordion .panel-group .panel {
    border: 1px solid #cecece;
}

.v-accordion .panel:nth-child(2n-1) a {
    background: transparent;
}

.v-accordion .panel:nth-child(2n) {
    background: #ffffff;
}

.v-accordion .panel:nth-child(2n-1) {
    background: #F6F6F6;
}

.v-accordion .panel-default > .panel-heading {
    background: transparent;
}

@media (min-width: 480px) {
    .c-Akkordeon .panel-title a {
        padding: 20px;
    }
    .c-Akkordeon .panel-open .panel-title a {
        padding: 20px;
    }
}


/* CENTRAL iQuote */

#central_iquote #microsite_content .separat {
    display: block;
    margin-top: 75px;
}

#central_iquote #microsite_content h1,
#central_iquote #microsite_content h2,
#central_iquote #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#central_iquote #microsite_content h2 {
    margin: 20px;
    font-size: 40px;
    padding-left: 20%;
    padding-right: 20%;
}

#central_iquote #microsite_content h3 {
    font-size: 30px;
}

#central_iquote #microsite_content p {
    font-size: 20px;
}

#central_iquote #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#central_iquote #microsite_content .benefits p,
#central_iquote #microsite_content .result p,
#central_iquote #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

@media (min-width: 786px) {
    #central_iquote #microsite_content .benefits p::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 0;
        margin-top: -20px;
    }

    #central_iquote #microsite_content .benefits p::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 0;
        margin-top: -20px;
    }
}

@media (max-width: 785px) {
    #central_iquote #microsite_content .col-xs-3 picture p {
        display: none;
    }

}

@media (max-width: 1139px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide h2,
    #central_iquote #microsite_content .swiper-container .swiper-slide p:first-of-type {
        display: none;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 10%;
    }

    #central_iquote #microsite_content .swiper-container .swiper-slide p .btn {
        width: 100%;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1490px) {
    #central_iquote #microsite_content .slider-text-block p {
        font-size: 15px;
    }
    #central_iquote #microsite_content .slider-text-block h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 755px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: 1%;
    }
}

@media only screen and (max-width: 545px) {
    #central_iquote #microsite_content .swiper-container .swiper-slide p {
        margin-top: -1%;
    }
}

#central_iquote #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    margin-bottom: 20px;
}

#central_iquote #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#central_iquote #microsite_content .swiper-container {
    border-bottom: 15px #00b28b solid;
}

#central_iquote #microsite_content .slider-text-block h2,
#central_iquote #microsite_content .slider-text-block p {
    color: #fff !important;
    max-width: 75%;
}

#central_iquote #microsite_content .slider-text-block h2 {
    margin: 10% 0 0 0;
    padding-top: 3%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

#central_iquote #microsite_content .c-Gallery .swiper-container .slider-navigation {
    display: none;
}

#central_iquote #microsite_content .col-md-6 > .article,
#central_iquote #microsite_content .col-md-4 > .article,
#central_iquote #microsite_content .shadow .article {
    -webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    -moz-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);
    background: #fff;
}

#central_iquote #microsite_content .col-md-6.separat,
#central_iquote #microsite_content .col-md-4.separat {
    display: block;
    margin-top: 20px;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .shadow p {
    font-size: 25px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: 900;
}

#central_iquote #microsite_content .col-md-4 p,
#central_iquote #microsite_content .col-md-6 p {
    padding: 0 10%;
}

#central_iquote #microsite_content .col-md-4 img {
    padding: 15px 0 0;
}

#central_iquote #microsite_content section:last-of-type {
    margin-bottom: 0;
}

/**********************************/
/* Additional CSS for central HPI */
/**********************************/

#hpi #microsite_content .btn-default {
    background: #89E872;
    border: #89E872;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 60px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
}

#hpi #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
    color: #000;
}

#hpi #microsite_content h1,
#hpi #microsite_content h2,
#hpi #microsite_content h3 {
    color: #000;
    text-transform: initial;
}

#hpi main h1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

#hpi #microsite_content h2 {
    font-size: 40px;
    /*padding-left: 20%;*/
    /*padding-right: 20%;*/
}

#hpi #microsite_content h3 {
    font-size: 30px;
}

#hpi #microsite_content p,
#hpi #microsite_content li {
    font-size: 20px;
}

#hpi #microsite_content picture p {
    font-size: 20px;
    padding: 10px 0;
    font-family: "ralewayregular", Helvetica, Arial, sans-serif;
}

#hpi #microsite_content .benefits p,
#hpi #microsite_content .result p,
#hpi #microsite_content .configure p {
    font-size: 40px;
    font-family: "raleway", Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 40px;
}

#hpi section:last-of-type {
    margin-bottom: 0;
}

#hpi main .img-box__shadow picture img {
    -webkit-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px 5px 20px -10px rgba(158,158,158,1);*/
}

#hpi main .section__shadow--top {
    -webkit-box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    /*        box-shadow: 0px -10px 20px -10px rgba(158,158,158,1);*/
    margin-top: 4rem;
    padding-top: 8rem;
}

#hpi main .section__shadow--bottom {
    -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
    /*-webkit-box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    /*box-shadow: 0px 10px 20px -10px rgba(158,158,158,1);*/
    margin-bottom: 4rem;
    padding-bottom: 8rem;
}

#hpi main .separat {
    display: block;
    margin-top: 8rem;
}

#hpi main .bg-cd1-100 p {
    color: #000;
}

#hpi main section:first-of-type .col-xs-12.col-md-6.col-lg-4.col-lg-offset-2.grid-col{
    margin-top: 8rem;
}

@media (min-width: 786px) {
    #hpi main .arrow__top-left,
    #hpi main .arrow__top-right {
        margin-top: 5rem;
    }

    #hpi main .arrow__top-left > div::before {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_left.png');
        position: absolute;
        left: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__top-right > div::after {
        content: url('/ec/cms5/media/img/central/iquote/arrows_top_right.png');
        position: absolute;
        right: 8%;
        margin-top: -9rem;
    }

    #hpi main .arrow__bottom-left > div::before {
        position: absolute;
        left: 8%;
        margin-bottom: -2rem;
    }

    #hpi main .arrow__bottom-right > div::after {
        content: url('/ec/cms5/media/img/central/ink_your_business/arrows_bottom_right.png');
        position: absolute;
        right: 8%;
        margin-bottom: -2rem;
    }
}

#hpi main .benefits li {
    margin-bottom: 3rem;
    list-style-type: none;
}

#hpi main .benefits p {
    padding: 0 !important;
}

#hpi main .benefits ul {
    margin-left: 3rem;
}

#hpi main .benefits li::before {
    position: absolute;
    left: 3rem;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
}

#hpi main .benefits li:nth-of-type(1)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_stop_watch.png');
}

#hpi main .benefits li:nth-of-type(2)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_dollar.png');
}

#hpi main .benefits li:nth-of-type(3)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_leaf.png');
}

#hpi main .benefits li:nth-of-type(4)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_shield.png');
}

#hpi main .benefits li:nth-of-type(5)::before {
    content: url('/ec/cms5/media/img/central/ink_your_business/icon_check.png');
}


/* **********************************************
 * HP Countdown Page hp-z-workstations-und-windows-10-pro
 ********************************************** */

.mscountdown .hp_countdown {
    border-top: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    border-bottom: 10px solid #0096D1 !important;
}

.mscountdown .hp_countdown_back {
    margin-top: 0px;
    background: #0b0005; /* Old browsers */
    background: -moz-linear-gradient(top,  #0b0005 0%, #0b0102 0%, #000901 1%, #040207 1%, #010207 2%, #080006 2%, #010302 3%, #060606 8%, #050505 9%, #070707 9%, #060606 11%, #090909 12%, #080808 13%, #0a0a0a 13%, #090909 14%, #151515 31%, #151515 34%, #181818 35%, #1c1c1c 44%, #252525 55%, #2a2a2a 65%, #2d2d2d 67%, #313131 76%, #3e3e3c 93%, #3d3e40 94%, #433e3b 95%, #433e3a 96%, #39433b 96%, #39423f 96%, #443b4e 97%, #483b4f 97%, #40423d 97%, #3e4438 98%, #44403f 98%, #40423d 99%, #424242 99%, #3a4443 99%, #474047 100%, #473c44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0b0005 0%,#0b0102 0%,#000901 1%,#040207 1%,#010207 2%,#080006 2%,#010302 3%,#060606 8%,#050505 9%,#070707 9%,#060606 11%,#090909 12%,#080808 13%,#0a0a0a 13%,#090909 14%,#151515 31%,#151515 34%,#181818 35%,#1c1c1c 44%,#252525 55%,#2a2a2a 65%,#2d2d2d 67%,#313131 76%,#3e3e3c 93%,#3d3e40 94%,#433e3b 95%,#433e3a 96%,#39433b 96%,#39423f 96%,#443b4e 97%,#483b4f 97%,#40423d 97%,#3e4438 98%,#44403f 98%,#40423d 99%,#424242 99%,#3a4443 99%,#474047 100%,#473c44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0005', endColorstr='#473c44',GradientType=0 ); /* IE6-9 */
}

.mscountdown #wrapper-countdown div {
    border: none;
}

.mscountdown div#countdown-bg {
    background: transparent !important;
}

.mscountdown #wrapper-countdown div {
    border: 0px solid #fff;
}

.mscountdown #wrapper-countdown {
    padding: 0px;
}

.mscountdown .countdown-number {
    position: relative;
    width: 150px;
    height: 50%;
    border: 1px solid #000;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/countdown-bg_200px.png");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 100% 100%;
    font-size: 1.7em;
    line-height: 60px;
    font-weight: 900;
}

.mscountdown .countdown-number:before,
.mscountdown .countdown-number:after {
    width: 8.5px;
    display: block;
    overflow: hidden;
    font-size: 3.5rem;
    line-height: 5.7rem;
    content: '■';
    opacity: 0.5;
}

.mscountdown .countdown-number:nth-of-type(1),
.mscountdown .countdown-number:before {
    left: 1rem;
    float: left;
}
.mscountdown .countdown-number:nth-of-type(2),
.mscountdown .countdown-number:after {
    right: 1rem;
    float: right;
}

.mscountdown .v-accordion .panel:nth-child(1) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/930g6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(1):hover {
    filter: brightness(50%)
}

.mscountdown .v-accordion .panel:nth-child(2) {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hp_inc/hp_z_workstations_und_windows_10_pro/z360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border: none;
    filter: brightness(70%);
}

.mscountdown .v-accordion .panel:nth-child(2):hover {
    filter: brightness(50%)
}

.mscountdown .headlineblock {
    background: #ABABAB;
    text-align: center;
    color: white;
}

.mscountdown .hpkpi {
    margin: 60px 0px;
}

.mscountdown .highlight {
    color: #0096D1;
}

.mscountdown .highlight2 {
    color: #ABABAB;
}

.mscountdown .mscountdownhead a{
    color: #0096D1;
}

.mscountdown h4.panel-title:after {
    content: '';
    display: block;
    top: 30%;
    height: 150px;
    right: 0px;
    position: absolute;
    border-right: 2px solid #fff;
}

/* **********************************************
 * Logitech Startup
 ********************************************** */

.logitech_startup .bg-add1-100 p,
.logitech_startup .bg-add1-100 h2 {
    color: #fff !important;
}

.logitech_startup .btn {
    color: #fff !important;
    border: 2px solid white;
}

.logitech_startup .btn span {
    color: #fff !important;
}

/* **********************************************
 * HP Nimble Smart Storage
 ********************************************** */

#central_hp_nimble .breadcrumb li span {
    font-size: 12px;
}

#central_hp_nimble section li,
#central_hp_nimble section p {
    font-size: 18px;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h1 {
    font-size: 36px;
    color: #000;
    text-transform: none;
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
}

#central_hp_nimble h2 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    color: #000
}

#central_hp_nimble h3 {
    font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
}

#central_hp_nimble #nimble_image h2 {
    color: #fff;
    font-size: 28px;
    padding-top: 90px;
    padding-bottom: 50px;
}

#central_hp_nimble .highlight {
    color: #01b38a;
}
#central_hp_nimble .highlight2 {
    color: #234363;
}

/* Slider */

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .nimble_slider .row {
    width: 60%;
}

#central_hp_nimble .nimble_slider h2 {
    color: #fff;
    margin-top: 71px;
    margin-bottom: 0px;
    font-size: 39px;
}

#central_hp_nimble .nimble_slider p {
    color: #fff;
}

#central_hp_nimble .nimble_slider .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble .nimble_slider .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble .slider-navigation {
    display: none;
}

#central_hp_nimble .separat {
    border-top: 15px solid #01b38a;
    margin: 0px;
}

/* all-flash */

#central_hp_nimble #all-flash .btn-default{
    color: #bbbbbb;
    border-radius: 5px;
    border: 2px solid #bbbbbb;
    text-transform: none;
    font-weight: bold;
}

#central_hp_nimble #all-flash .btn-default:hover{
    color: #fff;
    background: #bbbbbb;
}

#central_hp_nimble #all-flash {
    margin-bottom: 50px;
}

/* glance */

#central_hp_nimble #glance {
    margin-top: 50px;
}

#central_hp_nimble #glance h2 {
    margin-bottom: 0px;
}

/* Infosight */

#central_hp_nimble #infosight .article > .row {
    padding: 0px
}

#central_hp_nimble #infosight h2 {
    color: #fff;
    margin-top: 40px;
    width: 50%;
    margin: 0 auto;
    margin-top: 15%;
}

#central_hp_nimble #infosight p {
    color: #fff;
    width: 50%;
    margin: 0 auto;
}


#central_hp_nimble #infosight .article.text_with_media img {
    padding-left: 0px;
}

/* Benefits */

#central_hp_nimble #benefits {
    margin-top: 60px;
}

#central_hp_nimble #benefits img {
    width: auto;
}

/* Bulletpoints */

#central_hp_nimble #bulletpoints img {
    width: auto;
}

#central_hp_nimble #bulletpoints h3 {
    font-weight: bold;
    color: black;
}

/* SMB Storage */

#central_hp_nimble #smb_storage {
    margin: 70px 0px;
}

/* Helptext */

#central_hp_nimble #helptext h1 {
    margin-top: 70px;
}

#central_hp_nimble #helptext .btn-default {
    background: #89e872;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 17px 45px;
    border: none;
}

#central_hp_nimble #helptext .btn-default:hover {
    box-shadow: 7px 7px 19px -5px rgba(137,232,114,0.81);
}

#central_hp_nimble #helptext #microsite_content section:last-of-type {
    padding: 0;
}

#central_hp_nimble section:last-of-type {
    margin-bottom: 0px;
}

#central_hp_nimble .c-Footer p {
    font-size: 12px;
}

/* Responsive */

@media only screen and (max-width: 1822px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }
}

@media only screen and (max-width: 1530px) {

    #central_hp_nimble .nimble_slider h2 {
        color: #fff;
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 14px;
    }

    #central_hp_nimble #infosight h2 {
        width: 80%;
    }

    #central_hp_nimble #infosight p {
        width: 80%;
    }

    #central_hp_nimble #infosight p:nth-child(3) {
        padding-bottom: 20px;

    }
}

@media only screen and (max-width: 1280px) {
    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    #central_hp_nimble .nimble_slider .row {
        width: 130%;
    }
}


@media only screen and (max-width: 1152px) {

    #central_hp_nimble .nimble_slider .row {
        width: 170%;
    }

    #central_hp_nimble .nimble_slider h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    #central_hp_nimble .nimble_slider p {
        font-size: 12px;
    }
    #central_hp_nimble .nimble_slider p:nth-child(1) {
        color: black !important;
    }
}

@media only screen and (max-width: 984px) {
    #central_hp_nimble .nimble_slider .row p:nth-child(2) {
    }

    .nimble_slider {
        background: #000;
        min-height: 300px;
    }
}

@media only screen and (max-width: 726px) {
    #central_hp_nimble .nimble_slider .row {
        width: 80%;
    }

    #central_hp_nimble .nimble_slider .row p {
        text-align: left;
    }

    .nimble_slider {
        background: #000;
        min-height: 350px;
    }

    #central_hp_nimble .nimble_slider .row h2 {
    }

    #central_hp_nimble #helptext h1 {
        font-size: 23px;
    }
}


/* row row row fix */

.row .row .button-row > div {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.button-row a {
    margin: 0;
}


/* --------------------------------------------------------------------------------
 * 	 ACMP LOGIN BOX
 * -------------------------------------------------------------------------------- */

.acmp_login_box {
    padding: 35px;
}

.acmp_login_box .btn {
    margin-top: 15px;
}

.acmp_login_box .lnk {
    display: block;
}

#microsite_content .acmp_login_box a.btn-primary,
#microsite_content .acmp_login_box a.btn-secondary {
    border: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    line-height: 1.2;
}

 

#microsite_content .acmp_login_box a.btn-primary {
    background: #006B7D;
    color: #FFF;
}

 

#microsite_content .acmp_login_box a.btn-secondary {
    background: #c8c8c8;
    color: #000;
}

 

#microsite_content .acmp_login_box a.btn-primary:hover,
#microsite_content .acmp_login_box a.btn-secondary:hover {
    border: 2px solid #000;
}

 

#microsite_content .acmp_login_box a.lnk {
    text-align: center;
    padding: 0;
    display: block;
    width: fit-content;
    margin: 10px auto;
}


/* **********************************************
 * Content Creator Dropzone
 ********************************************** */

[data-ct-dropzone] { 
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
[data-ct-dropzone] [data-fs-button-id] { cc-lang-control
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
[data-ct-dropzone] [data-fs-button-id]:hover + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:active + .contentdropzone-outer,
[data-ct-dropzone] [data-fs-button-id]:focus + .contentdropzone-outer {
	background:#b61767; 
}
[data-ct-dropzone] .fs-button-drop-target a { 
	position: absolute; 
	width: 100% !important; 
	height: 100% !important; 
}
.contentdropzone-hover {
	max-height: 220px;
}
.contentdropzone-visible {
	max-height: 86px;
}
.contentdropzone-invisible {
	max-height: 0;
}
.contentdropzone-outer {
	display: table; 
	overflow: hidden; 
	height: 70px; 
	border: 1px dashed #FFF;
	background:#656383; 
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8); 
	width: calc(100% - 16px); 
	margin: 8px;
	transition: height 0.5s ease-out;
    border-radius: 15px;
}
.contentdropzone-hover .contentdropzone-outer.small {
	height: 200px;
}
.contentdropzone-visible .contentdropzone-outer.small {
	height: 70px;
}
.contentdropzone-outer.large {
	height: 500px;
}
.contentdropzone-interior {
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
}
.contentdropzone-label p {
	color:#FFF; 
	font-size:1.7rem; 
	font-weight: bold;
	margin: 0;
}


/* **********************************************
 * Content Creator language control
 ********************************************** */
#cc-lang-control {
	position: fixed;
	width: 122px;
	color: #fff;
	left: 1vw;
	bottom: 1vh;
	z-index: 40;
	opacity: 0.3;
	border: none;
	transition: 0.5s;
	font-size: 11px;
	font-family: "ralewayregular", Helvetica, Arial, sans-serif;
	background: #656383;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
}

#cc-lang-control:hover,
#cc-lang-control:active,
#cc-lang-control:focus {
	opacity: 1;
}
#hp-original #microsite_content .box.bg-rel1,
#hp-original #microsite_content .box.bg-rel1 * {
    background: #def5fb;
}

#hp-original #microsite_content .box.bg-rel1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#hp-original #microsite_content h1 {
    color: #000;
    text-transform: none;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.2;
    margin-top: 40px;
}

#hp-original #microsite_content .lnk {
    color: #00a0dc;
}

#hp-original #microsite_content .lnk:hover {
    border-bottom: 1px solid #00a0dc;
}

#hp-original #microsite_content .btn-default {
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    -moz-box-shadow: 10px 10px 10px -8px rgba(137,232,114,0.75);
    box-shadow: 10px 10px 10px -8px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    background: #000;
    color: #fff;
}

#hp-original #microsite_content .btn-default:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    box-shadow: 0px 0px 0px 0px rgba(137,232,114,0.75);
    margin: 30px 0 10px;
}

#hp-original #microsite_content .btn-default > span,
#hp-original #microsite_content .btn-default:hover > span {
    color: #fff;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default {
    background: #89E872;
    color: #000;
}

#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default > span,
#hp-original #microsite_content .text-with-buttons .col-md-6:first-of-type .btn-default:hover > span {
    color: #000;
}

#hp-original {
    background: #eee;
}

#hp-original section {
    background: #fff;
}

#hp-original .separat {
    margin-top: 40px;
}

/* Footer */

#hp-original .c-Footer,
#hp-original .c-Footer * {
    background: none !important;
    background-color: #eee !important;
    color: #000 !important;
}

#hp-original .c-Footer .col-md-3,
#hp-original .m-footerGreen {
    display: none !important;
}

#hp-original .m-footerBlack {
    width: 100%;
    right: 0;
}

#hp-original .m-LegalLinks {
    text-align: center;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Overview Page
 * -------------------------------------------------------------------------------- */

.bonusclub_overview .table-responsive.js-bonusclub-overview_table {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.bonusclub_overview table.table {
    margin-bottom: 25px;
}

.bonusclub_overview .row > div {
    margin-bottom: 2px;
}

.bonusclub_overview select.js-bonusclub-dropdown--manufacturer {
    width: 94%;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview .col-xs-12.col-md-4 {
    padding: 0px;
}

.bonusclub_overview  .text-info .col-xs-12.col-md-3:nth-child(4) {
    padding-right: 0px;
}

.bonusclub_popup .btn-primary {
    border-bottom: 2px solid #000 !important;
}

.bonusclub_popup .article.text_with_media a {
    border-bottom: 2px solid black !important;
}

.bonusclub_popup .article.text_with_media a:hover {
    border-bottom: initial;
}

.bonusclub_popup li::before {
    content: counter(li);
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.bonusclub_popup li {
    counter-increment: li
}

/* --------------------------------------------------------------------------------
 * 	 HP Miss U Campaign
 * -------------------------------------------------------------------------------- */

.hp_missu {
    background: #F6F6F6;
}

.hp_missu .hp_missu_introtext h2 {
    margin-bottom: 10px !important;
    margin-top: 30px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .hp_missu_postcard .article.text_with_media .row {
    background-size: 107% !important;
}

.hp_missu .hp_missu_postcard .text_with_media .row {
    height: 550px;
}

.hp_missu .hp_missu_postcard .text_with_media .row p {
    width: 400px;
    position: relative;
    left: 44%;
    top: 95px;
    font-size: 14px;
}

.hp_missu .hp_missu_present {
    padding: 50px 0px;
}
.hp_missu .hp_missu_reason,
.hp_missu .hp_missu_bulletpoints {
    background: #fff;
}

.hp_missu .c-Products--gallery-Product {
    background: white;
    margin: 9px 5px;
    width: 32%;
    padding-top: 10px;
}

.hp_missu .hp_missu_products {
    padding-bottom: 20px;
}

.hp_missu .c-Products__shortDescription.js-shortDescription {
    margin-top: 20px;
}

.hp_missu .c-Products__description.js-description {
    margin: 20px 0px;
}

.hp_missu .c-Products--gallery-Product span[class^="price"] {
    color: #0096d6;
}

.hp_missu .c-Products--gallery-Product a {
    color: #0096d6 ;
}

.hp_missu .hp_missu_logo .img-responsive.img-original {
    width: 25%;
    margin: 0 auto;
}

.hp_missu .hp_missu_reason {
    padding: 60px 0px;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(1){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .article > div.row:nth-child(2){
    padding: 0px !important;
}

.hp_missu .hp_missu_bulletpoints p:nth-child(2) {
    margin-bottom: 0px !important;
}

.hp_missu .hp_missu_bulletpoints .text_with_media {
    border-left: 5px solid #89e872;
}

.hp_missu .hp_missu_bulletpoints .text_with_media img {
    width: 30%;
}

.hp_missu .hp_missu_bulletpoints {
    padding-bottom: 110px;
}

.hp_missu .box.separat {
    margin-top: 0px;
}

.hp_missu .hp_missu_footer {
    color: #fff;
}

.hp_missu .hp_missu_footer h2 {
    color: #fff;
    padding-top: 100px;
    margin-bottom: 10px;
}

.hp_missu .hp_missu_footer p:last-child {
    margin-bottom: 65px;
}

.hp_missu .btn.btn-primary {
    background: #0096d6;
    color: #fff;
    border-color: #0096d6;
    padding: 14px 20px 14px 20px !important;
    font-weight: bold;
    font-size: 13px;
}

.hp_missu i.fa.fa-cart-arrow-down {
    display: none;
}

.hp_missu .btn.btn-primary::after {
    display: none;
}

.hp_missu .hp_missu_products .btn-primary:hover,
.hp_missu .btn-primary:active,
.hp_missu .btn-primary:focus {
    background: #00b3ec;
    color: #fff;
    text-decoration: underline;
    border: 2px solid #00b3ec !important;
}

.hp_missu #microsite_content .c-Products--gallery-Product .btn-primary {
    margin: 10px 0 25px 0 !important;
}

.hp_missu .btn.btn-default {
    background: #fff;
    color: #0096d6;
    border: none;
    font-weight: bold;
    font-size: 13px;
    padding-right: 50px;
    padding-left: 50px;
}

.hp_missu .btn.btn-default:hover,
.hp_missu .btn.btn-default:active,
.hp_missu .btn.btn-default:focus {
    background: #e6e8e7;
    color: #0096d6 ;
    border: none;
    text-decoration: underline;
}

.hp_missu .c-Footer,
.hp_missu .c-Footer * {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.hp_missu .c-Footer .col-md-3,
.hp_missu .m-footerGreen {
    display: none !important;
}

.hp_missu .m-footerBlack {
    width: 100%;
    right: 0;
}

.hp_missu .m-LegalLinks {
    text-align: center;
    padding-bottom: 30px;
}

.hp_missu footer.navbar.navbar-bottom.navbar-inverse {
    top: -15px;
}

@media only screen and (max-width: 1200px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: 350px;
        position: relative;
        left: 43%;
        top: 99px;
        font-size: 13px;
    }
    .hp_missu .c-Products--gallery-Product {
        width: 48%;
    }
}

@media only screen and (max-width: 991px) {

    .hp_missu .hp_missu_postcard .text_with_media .row p {
        width: initial;
        position: relative;
        left: initial;
        top: initial;
        font-size: 14px;
        text-align: center;
    }

    .hp_missu .hp_missu_postcard .article.text_with_media .row {
        background: none !important;
        background-size: inital;
        height: 200px;
    }

    .hp_missu .hp_missu .c-Products--gallery-Product {
        width: 99%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 CSS PRINT PARAMETER
 * -------------------------------------------------------------------------------- */

@media print {
    .col-xs-12.col-md-6.grid-col.separat {
        max-width: 270px !important;
        margin-right: 50px !important;
        margin-left: 50px !important;
        overflow: hidden !important;
        word-wrap: break-word !important;
    }

    .no-print{
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/* --------------------------------------------------------------------------------
 * 	 HPE MSA Storage
 * -------------------------------------------------------------------------------- */

/* HPE MSA Storage Microsite

.hpe_msa_storage

.msa_logo
.msa_introtext
.msa_introtext2
.msa_bulletpoints
.msa_products
.msa_customers
.msa_iqoute

*/

/* Generell */
.hpe_msa_storage {
    background: #fff;
}

.hpe_msa_storage ul {
    text-align: left;
    padding-left: 15px;
}

.hpe_msa_storage .msa_products ul {
    list-style: none !important;
    padding-left: 1px;
}

.hpe_msa_storage .msa_products li {
    padding-left: 1.6em;
    text-indent: -1.4em;
}

.hpe_msa_storage ul li {
    padding-top: 8px;
}

.hpe_msa_storage .article.text_with_media a:hover {
    /* border-bottom: 2px solid transparent !important; */
}

.hpe_msa_storage main .container .row h1 {
    background: none;
}

.hpe_msa_storage span.highlight {
    font-weight: 400;
    color: #eacb27;
}

.hpe_msa_storage h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 27px;
}

.hpe_msa_storage h3 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hpe_msa_storage #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_msa_storage p {
    font-size: 17px;
    font-weight: normal;
}

.hpe_msa_storage .msa_products p {
    text-align: left;
}

.hpe_msa_storage .msa_products .add_info_products {
    min-height: 300px;
}

/* Logo */
.hpe_msa_storage .msa_logo {
    background: #f3f3f3;
}

.hpe_msa_storage .msa_logo img {
    width: 25%;
}

/* Introtext */
.hpe_msa_storage .msa_introtext {
    padding-top: 50px;
    background: #f3f3f3;
}

.hpe_msa_storage .msa_introtext h1 {
    color: #000;
    font-size: 50px;
}

.hpe_msa_storage .msa_introtext p {
    margin: 40px 0px
}

/* customers*/
/* Introtext2 */
.hpe_msa_storage .msa_introtext2 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Bulletpoints */
.hpe_msa_storage .msa_bulletpoints {
    background: #fff;
    padding-bottom: 150px;
}

.hpe_msa_storage .msa_bulletpoints h3 {
    color: #000;
}

.hpe_msa_storage .msa_bulletpoints img {
    width: 81px;
    padding-left: 18px;
}

.hpe_msa_storage .msa_bulletpoints .text_with_media {
    border-bottom: 4px solid #eacb27;
}

/* customer*/
.hpe_msa_storage .msa_customers {
    padding: 100px 0px;
    background: #fff;
}

/* products */
.hpe_msa_storage .msa_products {
    background: #f3f3f3;
    padding-bottom: 30px;
}

.hpe_msa_storage .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_msa_storage .c-Products__artNo {
    display: none;
}

.hpe_msa_storage .stockqty {
    width: 200px;
    text-align: left;
    color: #159F79;
}

.c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_msa_storage .c-Products--gallery-Product span[class^="price"] {
    color: #159f79;
}

.hpe_msa_storage .msa_products a {
    color: #000;
}

.hpe_msa_storage .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_msa_storage .msa_products li::before {
    top: 0px !important;
}

.hpe_msa_storage .msa_products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 8px;
}

.hpe_msa_storage .msa_products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_msa_storage .c-Products__artNo {
    text-align: left;
}

.hpe_msa_storage .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
}

/* iqoute*/
.hpe_msa_storage .msa_iqoute h2 {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute p {
    color: #fff;
}

.hpe_msa_storage .msa_iqoute {
    background: #159f79;
    padding: 50px 0px;
}

/* Buttons */

.hpe_msa_storage .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_msa_storage .btn-primary:hover {
    background: #eacb27;
    border-color: #eacb27 !important;
}

.hpe_msa_storage .btn-primary::after {
    display: none;
}

.hpe_msa_storage .msa_iqoute .btn-default {
    background: #fff !important;
    border-color: #fff;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.hpe_msa_storage .msa_iqoute .btn-default:hover,
.hpe_msa_storage .msa_iqoute .btn-default:focus,
.hpe_msa_storage .msa_iqoute .btn-default:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #159F79 !important;
}

.msa_border {
    height: 80px;
    background: #f3f3f3;
    border-bottom-left-radius: 80%;
    border-bottom-right-radius: 80%;
}

.hpe_msa_storage .msa_footer {
    padding: 50px 0px;
}

.hpe_msa_storage .msa_footer .btn-default {
    background: #159f79;
    border-color: #159f79;
    padding: 14px 50px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
}

.hpe_msa_storage .msa_footer .btn-default:hover {
    background: #EACB27;
    border-color: #EACB27;
    border-bottom: 2px solid #EACB27;
}

.hpe_msa_storage .m-footerGreen p {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_msa_storage .c-Products--gallery-Product {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * 	 Microsite - Locations *
 * -------------------------------------------------------------------------------- */

.national_countries {
    overflow: auto;
    padding: 15px 1px 60px 1px;
}

/* --------------------------------------------------------------------------------
 * 	 HPE - Proliant Gen10 *
 * -------------------------------------------------------------------------------- */
.hpe_proliant_gen10 .highlight{
    color: #3AF7C4;
}

.hpe_proliant_gen10 #microsite_content p {
    font-weight: bold;
}

.hpe_proliant_gen10 #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_proliant_gen10 main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_proliant_gen10 #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_proliant_gen10 #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_proliant_gen10 .logo {
    background: #03161e;
}

.hpe_proliant_gen10 .logo img {
    padding: 40px 0px;
}

.hpe_proliant_gen10 .head_image {
    background: #03161e;
    padding-bottom: 80px;
}

.hpe_proliant_gen10 .head_image p:first-child {
    padding-top: 80px;
}

.hpe_proliant_gen10 .head_image p {
    padding-top: 0px;
}

.hpe_proliant_gen10 .head_image .row {
    padding: 0px !important;
}

.hpe_proliant_gen10 .head_image .row:last-child {
    color: #fff;
}

.hpe_proliant_gen10 .logo h1,
.hpe_proliant_gen10 .logo p {
    color: #fff;
}

.hpe_proliant_gen10 .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_proliant_gen10 #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_proliant_gen10 .bulletpoints {
    padding-bottom: 150px;
}

.hpe_proliant_gen10 .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 90% 3%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner2.png");
}

.hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner3.png");
}

.hpe_proliant_gen10 .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 90px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_proliant_gen10 .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_proliant_gen10 .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_proliant_gen10 .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_proliant_gen10 .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_proliant_gen10 .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_proliant_gen10 .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_proliant_gen10 .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_proliant_gen10 .c-Products--gallery-Product span[class^="price"],
.hpe_proliant_gen10 .stockqty {
    color: #159f79;
}

.hpe_proliant_gen10 .products a {
    color: #000;
}

.hpe_proliant_gen10 .quantityblock {
    display: none;
}

.hpe_proliant_gen10 .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 .products .lnk:after {
    content: "\f105";
}


.hpe_proliant_gen10 .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_proliant_gen10 .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_proliant_gen10 .products li::before {
    top: 0px !important;
}

.hpe_proliant_gen10 .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_proliant_gen10 .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_proliant_gen10 .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_proliant_gen10 .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_proliant_gen10 .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_proliant_gen10 .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_proliant_gen10 .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_proliant_gen10 .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_proliant_gen10 .btn-primary::after {
    display: none;
}

.hpe_proliant_gen10 .server {
    padding-top: 150px;
}


.hpe_proliant_gen10 #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_proliant_gen10 .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_proliant_gen10 .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_proliant_gen10 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_proliant_gen10 .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_proliant_gen10 .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_proliant_gen10 .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 HPE - Top Value Offers *
 * -------------------------------------------------------------------------------- */
.hpe_top_value_offers .highlight{
    color: #3AF7C4;
}

.hpe_top_value_offers #microsite_content p {
    font-weight: bold;
}

.hpe_top_value_offers #microsite_content h2 {
    margin-bottom: 20px;
}

.hpe_top_value_offers main .container .row h1  {
    background: none !important;
    padding-bottom: 10px;
    padding-left: 0px;
}

/* Buttons */

.hpe_top_value_offers #microsite_content .btn.btn-default {
    background: #00a982;
    color:#fff;
    font-weight: bold;
    padding: 14px 40px;
    border-bottom: 2px solid #00a982 !important;
}

.hpe_top_value_offers #microsite_content .btn.btn-default:hover {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    color: #000;
}

.hpe_top_value_offers .logo {
    background: #03161e;
}

.hpe_top_value_offers .logo img {
    padding: 40px 0px;
    width: 35%;
}


.hpe_top_value_offers .head_image {
    background: #03161e;
}


.hpe_top_value_offers .head_image p {
    padding-top: 0px;
}

.hpe_top_value_offers .head_image .row {
    padding: 0px !important;
}

.hpe_top_value_offers .head_image .row:last-child {
    color: #fff;
}

.hpe_top_value_offers .logo h1,
.hpe_top_value_offers .logo p {
    color: #fff;
}

.hpe_top_value_offers .enterprise {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hpe_top_value_offers .faster-sales {
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .right-deal {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club {
    padding-bottom: 50px;
}

.hpe_top_value_offers .bonus-club .text_with_media {
    background: #06202D;
    padding: 50px 0px;
}

.hpe_top_value_offers .bonus-club h2 {
    color: #fff;
}

.hpe_top_value_offers .bonus-club p {
    color: #fff;
}

.hpe_top_value_offers .contacts h2{
    color: #fff;
}

.hpe_top_value_offers #microsite_content .bulletpoints .equalheight .article {
    height: 97%;
}

.hpe_top_value_offers .bulletpoints {
    padding-bottom: 60px;
}

.hpe_top_value_offers .bulletpoints .text_with_media {
    background: #00a982;
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/corner1.png");
    margin-top: 10px;
}

.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben1.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(3) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben2.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(4) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben3.png");
}
.hpe_top_value_offers .bulletpoints .col-md-6:nth-child(5) .article.text_with_media {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_top_value_offers_q1y20/waben4.png");
}

.hpe_top_value_offers .bulletpoints .text_with_media img {
    padding-left: 25px !important;
    padding-top: 30px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media h3 {
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
}

.hpe_top_value_offers .bulletpoints .article.text_with_media p {
    color: white;
    font-weight: normal !important;
    padding: 0px 10px 40px 10px;
}

.hpe_top_value_offers .products_text {
    background: #f6f6f6;
    padding: 100px 0px 50px 0px;
}

.hpe_top_value_offers .products {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.hpe_top_value_offers .products  ul {
    list-style: none !important;
    padding-left: 1px;
}


.hpe_top_value_offers .c-Products--gallery-Product {
    background: white;
    margin-right: 3%;
    width: 47%;
    margin-top: 3%;
}

.hpe_top_value_offers .c-Products--gallery-Product img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hpe_top_value_offers .c-Products__description.js-description p:nth-child(2) {
    display: none;
}

.hpe_top_value_offers .c-Products--gallery-Product span[class^="price"],
.hpe_top_value_offers .stockqty {
    color: #159f79;
}

.hpe_top_value_offers .products a {
    color: #000;
}

.hpe_top_value_offers .quantityblock {
    display: none;
}

.hpe_top_value_offers .products .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers .products .lnk:after {
    content: "\f105";
}


.hpe_top_value_offers .products .lnk:hover {
    color: #03161E;
    border-bottom: none;
}

.hpe_top_value_offers .js-shortDescription {
    text-align: left;
    font-weight: bold;
}

.hpe_top_value_offers .products li::before {
    top: 0px !important;
}

.hpe_top_value_offers .c-Products__price {
    text-align: center;
    margin-top: 40px;
}


.hpe_top_value_offers .products ul:not(.pagination) li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #EACB27;
    margin-right: 12px;
}

.hpe_top_value_offers .products li {
    padding-left: 1.6em;
    text-indent: -1.7em;
}

.hpe_top_value_offers .products .js-description ul:not(.pagination) li:before {
    padding-top: 3px;
    content: "\f00c";
    color: #eacb27;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fbf5d4;
}

.hpe_top_value_offers .c-Products__artNo {
    text-align: left;
    display: none;
}

.hpe_top_value_offers .js-description {
    border-bottom: 2px solid #d0d1d5;
    text-align: left;
    padding-bottom: 20px !important;
}

.hpe_top_value_offers .btn-primary {
    width: 100%;
    background: #159f79;
    border-color: #159f79;
    padding: 14px 22px 14px 20px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.hpe_top_value_offers .btn-primary:hover {
    background: #03161E;
    border-color: #03161E !important;
}

.hpe_top_value_offers .btn-primary::after {
    display: none;
}

.hpe_top_value_offers .server {
    padding-top: 150px;
}


.hpe_top_value_offers #microsite_content .server .article > .row {
    padding: 0px;
}

.hpe_top_value_offers .contacts {
    background-image: url("https://www.also.com/ec/cms5/media/img/1010_central/hpe_proliant_gen10_1/footer_background.png");
    padding: 70px 0px 70px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hpe_top_value_offers .contacts  .lnk {
    color: #00A982;
    font-size: 14px;
}

.hpe_top_value_offers #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.hpe_top_value_offers .contacts .lnk:hover {
    color: #fff;
    border-bottom: 1px transparent !important;
}

/* Responsive  */

@media only screen and (max-width: 1200px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 47%;
    }
}

@media only screen and (max-width: 991px) {
    .hpe_top_value_offers .c-Products--gallery-Product {
        width: 100%;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(3) .article.text_with_media {
        margin-top: 10px;
    }

    .hpe_top_value_offers .bulletpoints .col-md-4:nth-child(4) .article.text_with_media {
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------------
 * 	 Windows 7 EOS *
 * -------------------------------------------------------------------------------- */

.win7eos p.big {
    line-height: 1.5;
}

/* --------------------------------------------------------------------------------
 * 	 Lenovo Make a shift *
 * -------------------------------------------------------------------------------- */

.hp_make_shift .hp_countdown {
    background: #1d2228; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d2228 0%, #101316 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1d2228 0%,#101316 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1d2228 0%,#101316 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2228', endColorstr='#101316',GradientType=0 ); /* IE6-9 */
    padding-bottom: 50px;
}

.hp_make_shift .hp_countdown h2 {
    color: #fff !important;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Adventskalendar 2019 *
 * -------------------------------------------------------------------------------- */

.adventskalendar_2019 #microsite_content {
    background: url('https://www.also.com/ec/cms5/media/img/1010/information_1/aktionen_8/adventskalendar_2019/2019_also_adventskalender_website_background.jpg');
    color: #fff;
}

.adventskalendar_2019 #colorbox #microsite_content {
    background: none;
    color: #000;
}

.adventskalendar_2019 #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* --------------------------------------------------------------------------------
 * 	 HP Members Club *
 * -------------------------------------------------------------------------------- */

.also_members_club .members_vordeelen {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_img_old_man_hp_member.jpg);
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    padding-top: 50px;
}

.also_members_club .members_vordeelen h2{
    color: #fff;
}

.also_members_club .members_form {
    background: url(/ec/cms5/media/img/2400_2/acties/2019_2/hp_members_club_1/background_blue_wall.jpg);
    background-repeat: no-repeat;
    padding: 40px 0px 50px 0px;
    background-size: cover;
    color: #fff;
    margin-top:	50px;
}

.also_members_club .members_form h2{
    color: #fff;
}

.also_members_club .members_footers {
    background: #000;
    color: #fff;
}

.also_members_club .c-Footer {
    display: none;
}

.also_members_club footer.navbar.navbar-bottom.navbar-inverse {
    display: none;
}

.also_members_club .members_footers .col-xs-12.col-md-10 {
    text-align: right;
}

.members_footers a {
    color: white !important;
    border-bottom: 1px solid #fff !important;
    font-size: 13px;
    font-weight: normal;
}

.members_footers p {
    color: white !important;
    font-size: 13px;
    font-weight: normal;
    margin: 5px
}

.also_members_club #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.also_members_club #cboxLoadedContent {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* --------------------------------------------------------------------------------
 * 	 HP Power Bundle*
 * -------------------------------------------------------------------------------- */

.hp_powerbundle .headmenu a {
    color: black !important;
    font-weight: normal;
}

.hp_powerbundle .rabatte {
    background: #059EDB;
}

.hp_powerbundle .rabatte h2,
.hp_powerbundle .rabatte p{
    color: #fff;
}

.hp_powerbundle .intel_logo {
    background: #059EDB;
}

#microsite_content .bg-black_1.box,
#microsite_content .bg-black_1.box .grid,
#microsite_content .bg-black_1:not(.box) .grid-col .article,
#microsite_content .bg-black-1.box,
#microsite_content .bg-black-1 .box,
#microsite_content .bg-black-1.box .grid,
#microsite_content .bg-black-1:not(.box) .grid-col .article {
    background: #F6F6F6
}

.hp_powerbundle .footer {
    background: #5A5A5A;
    color: #fff;
}

/* --------------------------------------------------------------------------------
 * 	 ALSO Green Heroes *
 * -------------------------------------------------------------------------------- */

.green_heroes .green_formular h2{
    color: #fff;
}

.green_heroes .green_formular {
    background: #281a11;
    color: #fff;
}

.green_heroes #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

.green_heroes #microsite_content .box .grid {
    background-color: #281A11;
}

/* --------------------------------------------------------------------------------
 * 	 Bonus Club Informationpage *
 * -------------------------------------------------------------------------------- */

@media only screen and (max-width: 996px) {
    .bonusclub_information_numbers img {
        width: 100px;
    }
    .bonusclub_information_numbers .text_with_media img {
        padding-left: 0px;
    }
    .bonusclub_information_buttons .btn-primary {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
 * Lenovo powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.lenovo_powered_amd
.lenovo_header
.lenovo_bonus_box
.lenovo_bonus_member
.lenovo_products
.lenovo_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.lenovo_powered_amd,
.lenovo_powered_amd html,
.lenovo_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.lenovo_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.lenovo_powered_amd p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_header {
    background: url(/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/lenovo_header_bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.lenovo_powered_amd .lenovo_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.lenovo_powered_amd .lenovo_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #e2231a;
    position: absolute;
    top: 196px;
}

.lenovo_powered_amd .lenovo_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box {
    padding: 70px 0px 0px 0px
}

.lenovo_powered_amd .lenovo_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.lenovo_powered_amd .lenovo_bonus_box p {
    font-size: 18px;
}

.lenovo_powered_amd .lenovo_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.lenovo_powered_amd .lenovo_bonus_box a {
    color: #e2231a;
}

.lenovo_powered_amd .lenovo_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.lenovo_powered_amd .lenovo_bonus_box img {
    width: 60%;
}

.lenovo_powered_amd .lenovo_bonus_member {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.lenovo_powered_amd .lenovo_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_products {
    padding-top: 20px;
    background: #e2231a;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .lenovo_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.lenovo_powered_amd .lenovo_products .js-description {
    display: none;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:hover,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:active,
.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #e2231a !important;
    border-bottom: 0 !important;
}

.lenovo_powered_amd .lenovo_products .c-Products__price {
    display: none;
}

.lenovo_powered_amd .lenovo_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.lenovo_powered_amd .lenovo_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.lenovo_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.lenovo_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary  {
    border-color: #e2231a;
    color: #e2231a;
    font-weight: bold;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary i{
    display: none;
}

.lenovo_powered_amd .lenovo_products .btn-primary::after {
    display: none;
}

.lenovo_powered_amd .lenovo_products a.btn.btn-primary:hover  {
    background: #e2231a;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default{
    color: #fff;
    background-color: #e2231a;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.lenovo_powered_amd .lenovo_deals .btn-default:hover,
.lenovo_powered_amd .lenovo_deals .btn-default:active,
.lenovo_powered_amd .lenovo_deals .btn-default:focus {
    background-color: #fff !important;
    color: #e2231a;
    border-color: #fff;
}

.lenovo_powered_amd .lenovo_deals .btn-default span{
    color: #fff !important;
}
.lenovo_powered_amd #microsite_content section .btn:hover > span {
    color: #e2231a !important;
}

.lenovo_powered_amd .lenovo_deals {
    background: #e2231a;
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .lenovo_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.lenovo_powered_amd .lenovo_deals p{
    font-size: 20px;
    color: #fff;
}

.lenovo_powered_amd .lenovo_deals a{
    color: ##fff !important;
}

.lenovo_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.lenovo_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.lenovo_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.lenovo_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.lenovo_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.lenovo_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.lenovo_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.lenovo_powered_amd .finaltext h2,
.lenovo_powered_amd .finaltext p {
    color: #fff;
}

.lenovo_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.lenovo_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.lenovo_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url('https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bullet-point.png');
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.lenovo_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .lenovo_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -112px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .lenovo_powered_amd .lenovo_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .lenovo_powered_amd .lenovo_bonus_box img {
        display: none;
        position: relative;
    }

    .lenovo_powered_amd .lenovo_header {
        height: 600px;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -84px;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 54%;
    }

    .lenovo_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .lenovo_powered_amd .lenovo_header .text_with_media h1 {
        font-size: 46px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .lenovo_powered_amd .lenovo_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .lenovo_products .c-Products--gallery-Product {
        width: 90%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products p {
        width: 30%;
    }

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -30px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .lenovo_powered_amd .lenovo_products .add_info_products {
        top: -55px;
    }

    .lenovo_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .lenovo_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .lenovo_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}


/* --------------------------------------------------------------------------------
 * HP powered by AMD Kampagne *
 * -------------------------------------------------------------------------------- */
/* All sections
.hp_powered_amd
.hp_header
.hp_bonus_box
.hp_bonus_member
.hp_products
.hp_deals
.advantages
.advantages_boxes
.finaltext
font-family: 'Lato', sans-serif;
*/

.also_solutions_business_team,
.hp_powered_amd html,
.hp_powered_amd body {
    font-family: 'Lato', sans-serif;
}

.hp_powered_amd h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.hp_powered_amd p {
    font-size: 18px;
}

.hp_powered_amd .hp_header {
    background: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/header-bg.jpg);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.hp_powered_amd .hp_header .text_with_media img {
    width: 50%;
    padding-top: 100px;
}

.hp_powered_amd .hp_header .text_with_media h1 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 60px;
    padding-top: 60px;
}

.hp_powered_amd .hp_header .text_with_media p:before {
    content: "";
    width: 16%;
    height: 5px;
    background: #0096d6;
    position: absolute;
    top: 196px;
}

.hp_powered_amd .hp_header .text_with_media p {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.hp_powered_amd .hp_bonus_box {
    padding: 70px 0px 0px 0px
}

.hp_powered_amd .hp_bonus_box h2 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.hp_powered_amd .hp_bonus_box p {
    font-size: 18px;
}

.hp_powered_amd .hp_bonus_box p.big {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
}

.hp_powered_amd .hp_bonus_box a {
    color: #0096d6;
}

.hp_powered_amd .hp_bonus_box .text_with_media .col-xs-12:nth-child(1){
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    text-align: left;
    position: relative;
    top: -150px;
    background: white;
}

.hp_powered_amd .hp_bonus_box img {
    width: 60%;
}

.hp_powered_amd .hp_bonus_member {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
    margin-top: -100px;
}

.hp_powered_amd .hp_bonus_member h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_bonus_member p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_products {
    padding-top: 20px;
    background: #0096d6;
}

#microsite_content .hp_products  .c-Products--gallery-Product {
    padding-left: 50px;
    padding-right: 50px;
    width: 27%;
    margin: 40px 29px 0px 29px;
    background: white;
    text-align: center;
}

#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(1),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(2),
#microsite_content .hp_products  .c-Products--gallery-Product:nth-child(3) {
    margin-top: 0px;
}


.hp_powered_amd .hp_products .js-description {
    display: none;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a{
    color: black;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:hover,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:active,
.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription a:focus {
    color: #0096d6 !important;
    border-bottom: 0 !important;
}

.hp_powered_amd .hp_products .c-Products__price {
    display: none;
}

.hp_powered_amd .hp_products .add_info_products {
    position: relative;
    top: -87px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 28px;
}

.hp_powered_amd .hp_products .add_info_products p {
    font-size: 16px;
    font-weight: bold;
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/bonus-club-points-bg.png");
    background-position-x: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 50%;
    padding: 3px 0px 1px 0px;
}

.hp_powered_amd .hp_products .c-Products__shortDescription.js-shortDescription {
    position: relative;
    top: 58px;
    min-height: 80px;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-4 .btn,
.hp_powered_amd #microsite_content .c-Products--gallery-Product.col-lg-6 .btn {
    width: 75%;
}

.hp_powered_amd #microsite_content .c-Products--gallery-Product .btn-primary {
    padding: 14px 5px 14px 5px;
    margin-top: 20px !important;
}

.hp_powered_amd .hp_products a.btn.btn-primary  {
    border-color: #0096d6;
    color: #0096d6;
    font-weight: bold;
}

.hp_powered_amd .hp_products a.btn.btn-primary i{
    display: none;
}

.hp_powered_amd .hp_products .btn-primary::after {
    display: none;
}

.hp_powered_amd .hp_products a.btn.btn-primary:hover  {
    background: #0096d6;
    color: #fff;
}

.hp_powered_amd .hp_deals .btn-default{
    color: #fff;
    background-color: #0096d6;
    border-color: #fff;
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
}

.hp_powered_amd .hp_deals .btn-default:hover,
.hp_powered_amd .hp_deals .btn-default:active,
.hp_powered_amd .hp_deals .btn-default:focus {
    background-color: #fff !important;
    color: #0096d6;
    border-color: #fff;
}

.hp_powered_amd .hp_deals .btn-default span{
    color: #fff !important;
}
.hp_powered_amd #microsite_content section .btn:hover > span {
    color: #0096d6 !important;
}

.hp_powered_amd .hp_deals {
    background: #0096d6;
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .hp_deals h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hp_powered_amd .hp_deals p{
    font-size: 20px;
    color: #fff;
}

.hp_powered_amd .hp_deals a{
    color: ##fff !important;
}

.hp_powered_amd .advantages {
    padding: 50px 0px 0px 0px;
}

.hp_powered_amd .advantages h2 {
    color: #000;
    margin-bottom: 20px;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages p{
    font-size: 20px;
    color: #000;
}

.hp_powered_amd .advantages_boxes {
    padding-top: 20px;
}

.hp_powered_amd .advantages_boxes p.big {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    padding: 30px 0px;
}

.hp_powered_amd .advantages_boxes .text_with_media{
    color: darkgrey;
}

.hp_powered_amd .finaltext {
    padding: 50px 0px 50px 0px;
    margin-top: 100px;
    background: url(https://www.also.com/ec/cms5/media/img/1010_central/lenovo_powered_by_amd/footer-bg.jpg);
}

.hp_powered_amd .finaltext .col-for-image{
    min-height: 100px;
}

.hp_powered_amd .finaltext h2,
.hp_powered_amd .finaltext p {
    color: #fff;
}

.hp_powered_amd .finaltext h2 {
    margin-bottom: 20px;
}

.hp_powered_amd #microsite_content .finaltext ul {
    width: 50%;
    float: left;
}

.hp_powered_amd #microsite_content li {
    text-align: left;
    list-style-image: url(/ec/cms5/media/img/1010_central/hp_powered_by_amd/bullet-point.png);
    color: #fff;
    font-size: 18px;
    padding-bottom: 7px;
}

.hp_powered_amd #microsite_content section:last-of-type {
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 992px) {

    .hp_powered_amd .finaltext {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 1200px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -112px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 60%;
    }

}

@media (max-width: 992px) {

    .hp_powered_amd .hp_header .text_with_media img {
        width: 80%;
        padding-top: 50px;
    }

    .hp_powered_amd .hp_bonus_box img {
        display: none;
        position: relative;
    }

    .hp_powered_amd .hp_header {
        height: 600px;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        padding-left: 50px;
        padding-right: 50px;
        width: 41%;
        margin: 40px 29px 20px 32px !important;
        background: white;
        text-align: center;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -84px;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 54%;
    }

    .hp_powered_amd .advantages_boxes .text_with_media:nth-child(2){
        margin-top: 30px !important;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -800px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .hp_powered_amd .hp_header .text_with_media h1 {
        font-size: 46px;
    }

    .hp_powered_amd .hp_header .text_with_media p {
        padding-top: 60px;
        font-size: 18px;
    }

    .hp_powered_amd .hp_header .text_with_media p:before {
        top: 70%;
    }

    #microsite_content .hp_products .c-Products--gallery-Product {
        width: 90%;
    }

    .hp_powered_amd .hp_products .add_info_products p {
        width: 30%;
    }

    .hp_powered_amd .hp_products .add_info_products {
        top: -30px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -780px;
        text-align: center;
        margin: 0 auto;
    }

}

@media (max-width: 602px) {

    .hp_powered_amd .hp_products .add_info_products {
        top: -55px;
    }

    .hp_powered_amd .finaltext .col-xs-12:nth-child(2) {
        padding-bottom: 100px;
    }

    .hp_powered_amd #microsite_content li {
        font-size: 16px;
    }

    .hp_powered_amd .finaltext .group-3-3 img {
        position: relative;
        top: -820px;
        text-align: center;
        margin: 0 auto;
    }

}

/* --------------------------------------------------------------------------------
 * Microsoft Attach office 5110, 5210, 5310 *
 * -------------------------------------------------------------------------------- */

.ms_attach_office .products {
    text-align: center;
}

.ms_attach_office .products h3 a {
    color: #000;
}

.ms_attach_office .c-Products--gallery-Product span[class^="price"] {
    color: #000;
}

.ms_attach_office .btn.btn-primary {
    color: #fff;
    background: #D83B01;
    border-color: #D83B01;
    padding: 14px 20px 14px 20px !important;
    font-weight: bold;
    font-size: 13px;
}

.ms_attach_office #microsite_content section .btn-primary:hover {
    color: #000 !important;
    border-color: #D83B01;
    background: white;
}

.ms_attach_office .btn-primary:after,
.ms_attach_office .btn-success:after,
.ms_attach_office .btn-info:after,
.ms_attach_office .btn-warning:after,
.ms_attach_office .btn-danger:after {
    display: none;
}


.ms_attach_office .c-Products__price {
    margin-top: 14px;
}

.ms_attach_office .c-Products--gallery-Product {
    background: #F6F6F6
}

@media only screen and (max-width: 4000px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 31%;
        padding-top: 10px;
    }

}

@media only screen and (max-width: 1200px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 31%;
        padding-top: 10px;
    }

}

@media only screen and (max-width: 990px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 47%;
        padding-top: 10px;
    }

}

@media only screen and (max-width: 768px) {

    .ms_attach_office .c-Products--gallery-Product {
        background: #F6F6F6;
        margin: 15px 10px;
        width: 97%;
        padding-top: 10px;
    }

}


/* --------------------------------------------------------------------------------
 * HP Promo Page *****
 * -------------------------------------------------------------------------------- */

.hp_promo_incen .nav-tabs {
    border-color: #0EB58E;
}

.hp_promo_incen .nav-tabs {
    border-bottom: 5px solid #0EB58E;
}


.hp_promo_incen .nav-tabs > li {
    float: left;
    margin-bottom: -5px;
    margin-left: 5px;
}

.hp_promo_incen .nav-tabs > li > a, .nav-pills > li > a {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #0EB58E;
    color: #000;
}

.hp_promo_incen .nav-tabs li.active > a,
.hp_promo_incen .nav-tabs li.active > a,
.hp_promo_incen nav-tabs li.active > a:hover,
.hp_promo_incen nav-tabs li.active > a:focus {
    background: #707070;
    border-color: #0EB58E;
    border-width: 5px;
}

.hp_promo_incen .nav-tabs > li > a:hover,
.hp_promo_incen .nav-tabs > li > a:focus {
    border-right: 5px solid #0EB58E;
    border-left: 5px solid #0EB58E;
    border-bottom: 5px solid #0EB58E;
    border-top: 5px solid #0EB58E;
}

/* --------------------------------------------------------------------------------
 * huawei_tech_5710 *****
 * -------------------------------------------------------------------------------- */

@font-face {
    font-family: akkurat_pro;
    src: url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_eot.eot?#iefix') format('embedded-opentype'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_woff2.woff2') format('woff2'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_woff.woff') format('woff'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_ttf.ttf') format('truetype'),
    url('/ec/cms5/media/css/webfonts/akkuratpro/akkurat_pro-regular_svg.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.huawei_tech_5710 #microsite_content {
    font-family: akkurat_pro ;
}

.huawei_tech_5710 h2 {
    font-family: akkurat_pro ;
}

.huawei_tech_5710 .lokero h2 {
    height: 2rem;
}

/* --------------------------------------------------------------------------------
 * ALSO Desktop Week* - auskommentiert
 * -------------------------------------------------------------------------------- 

.also_desktopweek #microsite_content .js-shortDescription a {
    color: #fff !important;
}

.also_desktopweek #microsite_content .c-Products__price span {
    color: white !important;
}

.also_desktopweek #microsite_content .bg-add4-100.box,
.also_desktopweek #microsite_content .bg-add4-100 .box,
.also_desktopweek #microsite_content .bg-add4-100.box .grid,
.also_desktopweek #microsite_content .bg-add4-100:not(.box) .grid-col .article        {background: #ff0606}


/* --------------------------------------------------------------------------------
 * ALSO 6714
 * -------------------------------------------------------------------------------- */

/*ALSO 6714*/

.p-also-6714 h1 {
    font-size: 48px;
    color: rgb(0, 0, 0);
    font-family: Raleway, sans-serif;
    font-weight: 900;
    margin: 0px 0px 15px;
}

.p-also-6714 .header-bgr {
    background-image: url(https://www.also.com/ec/cms5/media/img/1010_central/providers_3/6714_2020_also_all_things_talk_iot_plattform/images/also-iap-bg-2.png) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.p-also-6714 .header-bgr .text_with_media h2 b {
    color: #89e772;
}

.p-also-6714 #microsite_content .section1-content {
    padding-bottom: 75px;
}

.p-also-6714 #microsite_content .section1-content .grid .grid-col .article {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 53px -25px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 53px -25px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 53px -25px rgba(0, 0, 0, 0.65);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.p-also-6714 #microsite_content .section1-content .text_with_media h2 {
    font-size: 23px;
    text-align: left;
}

.p-also-6714 #microsite_content .section1-content .text_with_media h3 {
    font-size: 19px;
    margin-bottom: 15px;
    width: fit-content;
    background: #000;
    color: #fff !important;
    padding: 3px 15px;
    display: inline-block;
    text-transform: none;
}

.p-also-6714 #microsite_content .section1-content .text_with_media .col-for-image {
    margin-bottom: 20px;
}

.p-also-6714 #microsite_content .section1-content .text_with_media p {
    margin: 0;
    line-height: 2;
}

.p-also-6714 #microsite_content .section1-content .text_with_media p b {
    font-family: "raleway", Helvetica, Arial, sans-serif;
}

.p-also-6714 #microsite_content .section1-content .text_with_media p.small {
    left: 0;
    right: 0;
    margin: 20px auto;
    background-color: #89e872;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-style: italic;
    display: inline-block;
    width: fit-content;
}

.p-also-6714 #microsite_content .section2-title .text_with_media {
    margin-top: 50px;
}

.p-also-6714 #microsite_content .section2-title .text_with_media h2 {
    background-color: #000;
    color: #fff;
}
.p-also-6714 #microsite_content .text-list-media .text_with_media > .row h2 {
    font-size: 32px;
    text-transform: none;
    line-height: 1.1;
    margin-bottom: 15px;
}

.p-also-6714 #microsite_content .text-list-media {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-also-6714 #microsite_content .text-list-media .text_with_media > .row ul {
    list-style-type: none !Important;
    padding-left: 0;
}

.p-also-6714 #microsite_content .text-list-media .text_with_media > .row ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.p-also-6714 #microsite_content .text-list-media .text_with_media > .row ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome' !important;
    color: #89E872;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0px;
}

.p-also-6714 #microsite_content .ground-space {
    padding-top: 40px
}

.p-also-6714 #microsite_content .ground-space .text_with_media > .row {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .col-for-image img {
    padding-left: 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row {
    padding-top: 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row .col-xs-12 {
    padding: 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row .col-xs-12 h2 {
    background-color: #f6f6f6;
    font-size: 23px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px 4px 0 0;
}

.p-also-6714 #microsite_content .ground-space .text_with_media .row .col-xs-12 h5 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 40px;
}

.p-also-6714 #microsite_content .section9 {
    padding-top: 50px;
}

.p-also-6714 #microsite_content section .btn-primary {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #89E872;
    -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.15);
    border: 0;
    font-weight: 600;
}

.p-also-6714 #microsite_content section .btn-primary:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.p-also-6714 #microsite_content section .btn-primary:active {
    background: rgb(204, 204, 204);
    color: rgb(244, 244, 244);
}

.p-also-6714 #microsite_content section .btn-default:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.p-also-6714 #microsite_content section .btn-default:active {
    background: rgb(204, 204, 204);
    color: rgb(244, 244, 244);
}

.p-also-6714 #microsite_content .embed-responsive .embed-responsive-16by9 {
    margin-top: 4rem;
}

.p-also-6714 #microsite_content .btn-primary::after {
    background: transparent;
    color: #000;
}

.p-also-6714 #microsite_content .btn-primary:hover::after {
    color: #fff;
}
.p-also-6714 #microsite_content .footer-slider {
    margin-bottom: 0;
}
.p-also-6714 #microsite_content .footer-slider .grid-col {
    margin-top: 0;
}
.p-also-6714 #microsite_content .footer-slider ul.infiniteSlide {
    margin-bottom: 0;
}
.p-also-6714 #microsite_content .footer-slider ul.infiniteSlide li img {
    height: 130px;
    width: auto;
}
@media screen and (min-width: 992px) {
    .p-also-6714 .header-bgr .text_with_media h2 {
        width: 65%;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 48px;
        display: inline-block;
    }
    .p-also-6714 .section1-title .text_with_media {
        margin-top: 50px;
    }
    .p-also-6714 .section1-title .text_with_media h2 {
        font-size: 36px;
        width: 60%;
        display: inline-block;
    }
    .p-also-6714 #microsite_content .section2-title .text_with_media h2 {
        font-size: 36px;
        width: 405px;
        display: inline-block;
    }
    .p-also-6714 #microsite_content .section3 .container > .row {
        display: flex;
        align-items: center;
    }
    .p-also-6714 #microsite_content .text-list-media .text_with_media > .row {
        display: flex;
        align-items: center;
    }
    .p-also-6714 #microsite_content .ground-space .container {
        max-width: 800px;
    }
}

/* --------------------------------------------------------------------------------
   ALSO Gaming
 * -------------------------------------------------------------------------------- */

.also-gaming h1,
.also-gaming h2,
.also-gaming h3 {
    font-family: rois_bold;
    color: #89E872;
}

.also-gaming p {
    font-family: 'Inter var', sans-serif;
}

.also-gaming #microsite_content  {
    background: url("/ec/cms5/media/img/1010/information_1/sale_friday/also_black_friday_bg.png");
    color: #fff;
}

.also-gaming div#messages {
    display: none;
}

.also-gaming .gaming_products {
    background: url("/ec/cms5/media/img/1010/information_1/sale_friday/also_black_friday_bg.png");
}

.also-gaming #microsite_content section:last-of-type {
    margin-bottom: 0px;
    margin-top: 0px;
}

.also-gaming .c-Products--gallery-Product {
    padding-top: 15px;
}

.also-gaming .js-shortDescription {
    padding-top: 15px !important;
}

.also-gaming .js-shortDescription a {
    color: #000;
}

.also-gaming .js-shortDescription a:hover {
    border-bottom: 1px solid black;
}

.also-gaming .c-Products__price {
    padding-top: 15px !important;
    margin-top: 35px;
}

.also-gaming .c-Products__price span {
    color: #000;
}

.also-gaming .c-Products--gallery-Product {
    margin-bottom: 10px !important;
}

.also-gaming .c-Products--gallery-Product {
    background: #fff;
    width: 24%;
    margin-right: 11px;
}

.also-gaming .gaming_categories {
    margin-bottom: 4rem !important;
}

.also-gaming .gaming_categories a.btn.btn-default {
    background: #89E872;
    border-color: #89E872;
    border-radius: 25px;
}

.also-gaming .gaming_categories .article > .row {
    height: 100%;
}

/* Gaming Klassifizierung Positionierung */

.also-gaming .gaming_categories .text_with_media .row:nth-child(1) h2 {
    font-size: 22px;
    color: white;
    position: relative;
    top: 160px;
    transition-duration: 0.5s;
}

.also-gaming .gaming_categories .text_with_media .row:nth-child(1) h3 {
    opacity: 1;
    position: relative;
    top: 120px;
    font-size: 12px
}

.also-gaming .gaming_categories .text_with_media .row:nth-child(1) p {
    opacity: 0;
    font-size: 13px;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}

/* Class to show content  "show_content"*/

.also-gaming .show_content h2{
    font-size: 22px;
    color: white;
    position: relative;
    top: 35px !important;
    margin-bottom: 27px;
}

.also-gaming .show_content h3{
    filter: opacity(0) !important;
    opacity: 0 !important;
}

.also-gaming .show_content p{
    filter: opacity(1) !important;
    opacity: 1 !important;
}


.also-gaming .gaming_categories .text_with_media .row.show_content:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 7px;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    height: 100% !important;
    width: 97%;
}

/* Responsive*/

@media (min-width: 1201px) {
    .also-gaming .c-Products__price {
        margin-top: 25px !important;
    }

}

@media (max-width: 1200px) {
    .also-gaming .c-Products--gallery-Product {
        width: 32%;
    }
    .also-gaming .c-Products__price {
        margin-top: 5px !important;
    }
}

@media (max-width: 992px) {
    .also-gaming .c-Products--gallery-Product {
        width: 48%;
    }
    .also-gaming .gaming_categories .text_with_media:nth-child(2) .row {
        background-size: cover !important;
    }

    .also-gaming .gaming_categories .text_with_media .row.show_content:nth-child(1):before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        left: 7px;
        bottom: 0px;
        background: rgba(0,0,0,0.7);
        width: 100% !important;
        padding-top: 100px;

    }

    .also-gaming  .show_content h2 {
        margin-top: 13px !important;
    }

}

@media (max-width: 583px) {
    .also-gaming .c-Products--gallery-Product {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------
   Lenovo Partner Hub
 * -------------------------------------------------------------------------------- */


.lenovo_partnerhub .service_boxes .text_with_media {
    width: 90%;
    background: white !important;
    margin: 0 auto;
    margin-top: 10px !important;
    -webkit-box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.04);
    -moz-box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.04);
    box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.04);
}

.lenovo_partnerhub .service_boxes .col-xs-12 {
    margin-bottom: 30px !important;
}

.lenovo_partnerhub .service_boxes .col-xs-12:nth-child(even) .text_with_media {
    margin-left: 40px;
}

.lenovo_partnerhub .service_boxes .col-xs-12:nth-child(odd) .text_with_media {
    margin-left: 18px
}

.lenovo_partnerhub .service_boxes .row {
    padding-bottom: 30px;
}


.lenovo_partnerhub .network li {
    background: url('https://www.also.com/ec/cms5/media/img/1010_central/lenovopartnerhub/2020-lenovo_partner-hub_graphics_checked.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 2px;
    padding: 0px 0px 8px 35px;
    vertical-align: top;
    background-position: -1% -8%;
}

@media (max-width: 992px) {

    .lenovo_partnerhub .service_boxes .col-xs-12:nth-child(even) .text_with_media {
        margin-left: initial;
        margin:0 auto;
    }

    .lenovo_partnerhub .service_boxes .col-xs-12:nth-child(odd) .text_with_media {
        margin-left: initial;
        margin:0 auto;
    }

}

/* --------------------------------------------------------------------------------
   IOT Kits
 * -------------------------------------------------------------------------------- */

.iot_kits #microsite_content .footer-slider {
    margin-bottom: 0;
}
.iot_kits #microsite_content .footer-slider .grid-col {
    margin-top: 0;
}
.iot_kits #microsite_content .footer-slider ul.infiniteSlide {
    margin-bottom: 0;
}
.iot_kits #microsite_content .footer-slider ul.infiniteSlide li img {
    height: 130px;
    width: auto;
}

/* --------------------------------------------------------------------------------
   ALSO Business Circle
 * -------------------------------------------------------------------------------- */

.also_businesscircle #microsite_content .value_box p,
.also_businesscircle #microsite_content .value_box h1,
.also_businesscircle #microsite_content .value_box h2,
.also_businesscircle #microsite_content .value_box h3
{
    color: #000;
}

.also_businesscircle #microsite_content .value_box a {
    color: #000;
}

.also_businesscircle #microsite_content .value_box a:hover {
    border-bottom: 1px solid black;
}

/* --------------------------------------------------------------------------------
   Zotac Back to school campaign
 * -------------------------------------------------------------------------------- */


.zotac_backtoschool #messages {
    display: none;
}

/* Section 1 */
.zotac_backtoschool #microsite_content .section_1 {
    padding: 100px 0px 100px 0px;
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.zotac_backtoschool #microsite_content .section_1 h2{
    color: #000;
}

/* Section 2 */
.zotac_backtoschool #microsite_content .section_2 {
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(242,242,242,1) 100%);
    padding: 20px 0px 30px 0px;
}

.zotac_backtoschool #microsite_content .section_2 h2{
    padding: 0px !important;
    color: black;
    margin: 0 !important;
}

/* Section 3 */
.zotac_backtoschool #microsite_content .section_3 {
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section3.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 100px 0px;
    background-position: 0% 80%;
}

.zotac_backtoschool #microsite_content .section_3 p,
.zotac_backtoschool #microsite_content .section_3 h2 {
    color: #fff;
}

/* Section 4 */
.zotac_backtoschool #microsite_content .section_4 {
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section4.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0px 200px 0px;
}

.zotac_backtoschool #microsite_content .section_4 p,
.zotac_backtoschool #microsite_content .section_4 p h2 {
    color: #000;
}

/* Section 5 */
.zotac_backtoschool #microsite_content .section_5 {
    background: url("https://www.also.com/ec/cms5/media/img/1010/kampagnen/zotac_back_to_school/zotac_bts_section5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px 20px 0px;
}

/* Section 6 */
.zotac_backtoschool #microsite_content .section_6 {
    padding: 50px 0px 20px 0px;
    background: rgb(139,140,132);
    background: linear-gradient(180deg, rgba(139,140,132,1) 0%, rgba(246,217,51,1) 100%);
}

.zotac_backtoschool #microsite_content .section_6 p,
.zotac_backtoschool #microsite_content .section_6 p h2 {
    color: #000;
}

/* Section 7 */
.zotac_backtoschool #microsite_content .section_7 {
    background: #FDDD22;
    padding: 30px 0px 20px 0px;
}

/* --------------------------------------------------------------------------------
   Waas Reseller
 * -------------------------------------------------------------------------------- */

.waas_reseller_ch .waas_reseller_intro {
    background: url("/ec/cms5/media/img/6110_1/services_18/digital_services_11/waas_fuer_reseller/header_image_template_logo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

.waas_reseller_ch .waas_reseller_intro h1{
    font-size: 35px;
    line-height: 1.5em;
}

.waas_reseller_ch .waas_reseller_intro h2{
    color: white;
    font-size: 24px;
    margin-bottom: 20px !important;
    margin-top: 60px;
}

.waas_reseller_ch .waas_reseller_intro h3{
    color: white;
    font-size: 18px;
    margin-top: 40px
}

.waas_reseller_ch .waas_reseller_intro .btn.btn-default {
    background:#89E872;
    border-color: #89E872;
    padding: 10px 60px;
    border-radius: 15px;
    font-weight: 900 !important;
}

.waas_reseller_ch .waas_reseller_intro .btn.btn-default span{
    display: none;
}

.waas_reseller_ch .waas_reseller_intro .btn.btn-default:hover {
    background:#000;
    border-color: #000;
    padding: 10px 60px;
    border-radius: 15px;
    font-weight: 900 !important;
}

/* Solarwinds Forms*/
#LbloptMail::before {
    position: absolute;
    left: -5px;
    top: -2px
}

/* MS SKU Finder*/
.ms_sku .m-footerBlack.col-xs-12.col-lg-8.col-lg-pull-4 {
    position: relative;
    width: 53%;
}

.ms_sku .col-xs-12.col-sm-6.col-md-3 {
    width: 16%;
}


@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/* ================================= */
/* Microsite Additional CSS   */
/* ================================= */

/* remove default bread crumb */
/* main .c-Breadcrumb {
    display: none;
} */

/* separator */
section.separat > .container {

    border-top: 1px solid #ccc;
    padding-top: 50px;

}

/* remove margin for "footer" */
.box.bg-black-1 {
    margin: 0 !important;
}

/* remove icons from ALSO menu */
#mp-menu a[class*="-icon"]:before {
    display: none;
}

#vue_ms_portal_teaser {
    margin-top: 60px;
}

/* ================================= */
/* Microsite Additional Spring CSS   */
/* ================================= */

@import url("https://rsms.me/inter/inter.css");

body {
  font-family: "Inter var", Helvetica, Arial, sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  letter-spacing: 0;

  /* font-smoothing: antialiased; */
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/ec/cms5/media/css/webfonts/icomoon/icomoon_eot.eot?fuhwcf");
  src: url("/ec/cms5/media/css/webfonts/icomoon/icomoon_eot.eot?fuhwcf#iefix") format("embedded-opentype"),
    url("/ec/cms5/media/css/webfonts/icomoon/icomoon_ttf.ttf?fuhwcf") format("truetype"),
    url("/ec/cms5/media/css/webfonts/icomoon/icomoon_woff.woff?fuhwcf") format("woff"),
    url("/ec/cms5/media/css/webfonts/icomoon/icomoon_svg.svg?fuhwcf#icomoon") format("svg");
  font-family: "icomoon";
}

ul {
  padding: 0;
}

/****************** MICROSITE MENU *****************/

#microsite_header.portal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  z-index: 999;
  position: fixed;
  top: 60px;
  left: 0;

  align-items: center;

  width: 100%;
  height: 55px;
  margin: 0;
  background-color: #0d5265;
  color: #fff;
}

#microsite_header.portal-header .container {
  margin-bottom: 0;
}

#microsite_header.portal-header .container .col-xs-12 {
  margin-bottom: 0;
}

#microsite_header.portal-header .container .col-xs-12 ul {
  padding-left: 14px;
}

#microsite_header.portal-header .col-xs-12 > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;

  box-sizing: border-box;
  display: flex;
  position: relative;

  align-items: center;
  margin: 0;
  padding: 20px 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li {
  -webkit-box-align: center;
  -ms-flex-align: center;

  box-sizing: border-box;
  display: flex;
  position: relative;

  align-items: center;
  min-width: 12rem;
  max-width: 15rem;
  height: 54px;
  margin-right: 0;

  background: #0d5265;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  transition: all 0.3s ease-in-out;
}

#microsite_header.portal-header .col-xs-12 > ul > li::after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  content: "";

  /* background-color: #777777; */
}

#microsite_header.portal-header .col-xs-12 > ul > li:last-child::after {
  display: none;
}

#microsite_header.portal-header .col-xs-12 > ul > li:first-child {
  padding-left: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li:last-child {
  padding-right: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li.active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #85ea6c;
  content: "";
}

#microsite_header.portal-header .col-xs-12 > ul li a {
  -webkit-transition: all ease-in-out 0.3s;
  padding: 0;
  outline: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.4px;
  transition: all ease-in-out 0.3s;
}

#microsite_header.portal-header .col-xs-12 > ul > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;

  color: #fff;
}

#microsite_header.portal-header .col-xs-12 > ul > li:hover,
#microsite_header.portal-header .col-xs-12 > ul > li:focus,
#microsite_header.portal-header .col-xs-12 > ul > li:active {
  background: #01a982;
}

#microsite_header.portal-header .col-xs-12 > ul > li > a:hover,
#microsite_header.portal-header .col-xs-12 > ul > li > a:focus,
#microsite_header.portal-header .col-xs-12 > ul > li > a:active {
  border-bottom: none;
  outline: none;
  text-decoration: none;
}

/* DROPDOWN MENU */

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 20px 5px;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li {
  height: auto !important;
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li {
  -webkit-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: none;
  transition: all 0.3s ease-in-out;
}

#microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  padding: 10px 30px;
  color: #000;
  font-size: 14px;
  font-family: "Inter var", Helvetica, Arial, sans-serif;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu {
  position: absolute;
  top: 74px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 20px 25px;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline,
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline > a {
  min-height: 48px;
  padding: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Inter var", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline > a:hover,
#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline > a:focus {
  color: #01a982;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li > ul {
  padding-left: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li {
  max-width: 280px;
  padding-right: 30px;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li:last-of-type {
  padding-right: 0;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li a {
  padding: 8px 0;
  line-height: 1.4;
  font-family: "Inter var", Helvetica, Arial, sans-serif;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu li:hover a {
  color: #000;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu li > a:hover {
  color: #01a982;
}

#microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth {
  position: static;
}

/****************** END MICROSITE MENU *****************/

/***************** BREADCRUMB *******************/

.postmessage #messages {
  margin: 0;
}

.c-Breadcrumb-portal .container {
  position: relative;
  margin-bottom: 0;
}

.c-Breadcrumb-portal .container::after {
  display: block;
  position: absolute;
  top: 12px;
  right: 25px;
  width: 89px;
  height: 19px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAAAmCAYAAAEXevGrAAAO0klEQVR42u1dC5RWVRW+CCYYClZaSx4DDqCSYEZqxkPBytRYIkauiFUaSitwnrwHLJYotVr5gBKdyme8nMUIBATIQ5lBhkxoIYG6MNOV5kKMBOYBDMzt+/7Ze9j/4d7//+efAX7g3rX2uv8995yz99l3n3322Wef83t+zg3T/eHd5xMe2JS9iOA11+UP7VzuD/B8wuh19eDmGT9+fFVRUZGfSn3Tpk07a9y4cbdr5Ru08jEv14NmHDt2rD9s2LCWyOxPmjTJ5x1pHwE+mTx5sj9x4kQ+3wPk+i4G/M13nldavdWbW+0T/BVeDCwlzKSVo+Djmj5hwoQ4IgAvFxQUdMN97dHSSSpvGs/lY06vuGRis35Q5fV9L3sL7ccEG6qkuTmNqY/si6/4Fa/UfkjlJSpeYnj6LxSsnTJlCnlbid8Tca+Vd+9qxeS918Djld5Cy2dWzC9vKn1ICtYasdTWDZY82/C7a710hFTcrB0miN9hneikXukQTaEBS/9rhaFBIJr5Yt/Lz8/vov1W+mDNphZzayot4HPO9Ve0qLRgK6LcgMj7Abey41spFkXwG8jNz0yjGuRJ85vGPgeoE1m7C2V/JyruXPzeR6Ipbw7RRxVHkAyGaSpBWoNbCyvcVIVKnGi0jwFHTCfYKo3WOnYxr5ZTVao4QPQ6JZpl6vV6ac0Ob8Fh3wKIXuyvBrEGMkumRYsehR63qDZtgM3ZfTKHYKcD+v29ArcD5pS1vPWUJRhyV0VwtUhubm53yGgVOk6r5qRPZTttglnYGWUuA7xZWFjY43gwVDtp/dAXRHA/r1DHVwWXYFRyBSqYp+oOv9eTYNzrpPKnxHjaq5rE9H6mv2cJAZSjnvOo3qRcLe/krhpcevdcfezNq85x9bG/ptV3XNWmLcb9fwEE+64Oj9epsTzvQLS6CCG3ueWMLRDPYVcXg+BCVxf7q+M5LBVUAP4jvxMSrGUcy3J/Tk7OOULcKjwvsuWMvm4awXbUMiNeGQk2SAYTgRJoy6h44F2ttbxGjRp1NkWNdfAZ5adaTuM+rv53Iwk++Zcz0oHg8e5I56/yBme09Rak6oIsuoweYDLdRI6Y3PgLOmE6YBGg+0lhsoxhCv1CiGwY03Swp1KkNQzFd26mMhc0P0G6Qf8EM5LMjreCThyT6wAfcMSAafcZx9J5X7w6JZbJ+L0R6RVOo/og/U3cj+DOedV0ybsBeCrkg20Dnk+MjfAE3ldKmZ14/ppT51Ck7+ZUCe926lAsZa9BfW9J2So8F5sRlMP+XhGev4sZUGEMoQrkr/D8QW06+H287CTQ7u6ytheOfLV1ViIo2NixTRiTrTFkh20Q8jSlGIxvTfvEMpkfRvOiXDvms7aJMPezOgGWxr1g6q4QBhQZv14rSwM/vDWd5WpBs4G4AvAtFzy/lfKrSXNBQUEH642Lk+SgyXSguREwwU7VBLFMVjVAyQIzB0pX669GYBiTkb6CefHuGyF2f218w+rx2A9qmLBe8H5FpHWZqjTe6TOljpU8BW55mRKou22teDK6ZhqTLzA6+FHb+DAmU7K0HqTfrFKJ/E+GMRn5HhFGfUjPtDBolDBlv5R7Wmem+H2ddPNFOsMUOmP4qEbwfIB5UM+lYUymJ4flOGU5kUzuTHCk4Twws5NNy8vL+yLzkaHyfEw50bm3oCGFaMQgTWNdQXl55efnt0eZnwDGoEy3APpuYn24DwgZlK+X97cF9KCLiNd1IXDGzl6Ad/1OCJMjO3l4twXHut4MjOgRG0hmbO625Bh3nIGH/pa9OOJmqp43FwbWO2NzX01ivpVnmNM2YnLE5IjJjXcb0yopwUA3+6QwGaP+CM6UZEnwnjBC6fyXPHtkdO5HEwppL2Yyg0HnHLWLuWx9sph8l/ot8KUPhxB6s/Ft1IjZNEzWBTZnMpN1BdOaoaB9B9rxwglnMn0GYsRfHGCHUoKrxfCvOZVUhUyOKo3AXC3C8vzJYPJwmU1tCZgo8P0DMrWtEeIvp++BESNOox5XZw/K/YMTF4nYYd77uaBPx5GZql9tHEpVSP9DwEdexRmjqLXZzrti61yig0rq/aHgJM1HjHNomzB5tzw/kjKT8zbGL/e5kLshMZNxvxEEHQqY+pbbhSllspGImNeL/gSz1HcQ95185swRz70lfRO7L+tBnTcD50yNw2JID+AQ87lrUcKo1wH/ZOCCOokUHxfJUNf7GqqF57F0bbrxXgr2GeVWeil44LKJceSW9lmJvXDts5IwmVPh7wsBk20jkbY9GZMZE+WWVZ+GMplM0OltSUlJyxAv2p+lntnIe76oqJ0B48Rrkm+ixeV6EV11gXZeKXQ/c9SnN/9QpbvuGwcL/VgF/lpnHfiYdeH4WJ0gJitTTWDZBPnanZIxOcyjJozrLTg2mLQRwqQnbV66VIWxleoEklXQpXxnnVohHrx3pXd0Tlkne/MPJfZbLPT9eiYn8VusSaoublGTRwbAjmws4IgjFYFM1q6aiMkMnDK69Oci3ZNCBqsjgqcng62EJqY/luijcnFAcF2RsUxmd5bgrB2it+5NhcmpSLJlspqFXPd38nYVvDscT1wvGxYSpGqkfJVd3QljsqXlhDNZVyPcASgZk1G+TIh/V/UuLQhaJ0FMtv5gukaNP7hGpPZy+rXx+wbDwAMmum+m1PmB+qLFcmHavjCdzIVUyfOh2s3Hnckwr+4mUjDjVsPknqIXVwasBR40pheJ/b1pwC7t1hqKCMadTyZL3ucd/dlTrQeN0BK18ws1H1mX9hKh6VmDb5sueam6wnNtAM3V7sfVgRjC8dJxZzLX4Oh8B7PbuI58mmVumg6C7I5S7nPOR+uARo9GY++hw1xHfeZF4z4fsmgwgE53lBsStKCAdz8FjOQHC5jRXaAOf9rjQeXdxQdJH0EaaWIedyZH1wnQydEVs9p9/5jYMguLhcnrnVgzF16JmBzuTx7acVPSqXUKU2+/rzeO9WGKvTjvNUy1y9KH3ArPH/1KBgUMRtepIMgpRGmlIsj9vVgMCKO5kjnskkZ7lUcBotEVCXJ0RYJ8agoyp1SYWmW74MbnpnKxjFsPpnmXaNyYwfl1TAUfxP0+hptGktSk9Tt+v6for9AFU12VxvPtZ4wg0wGlTiAFcdpsasw+QnroUKZhj6zZznTQbvND+q+cHW/VYHqHSCQbf4F33xIvpvKci+nceP0jhi7j+VrznduA732R96bTUpDprrZbUnQdU5YOn061HsbQaD2os87UVWMFWQ7guBcfYDngjxqmHF1pCfJLKshc44agXhbwXa61Xur4BafTV5C55vGsxvCLMOelwNBfGpf9dtSxTDWzK8jpXFye5aIXcFzFDRSoM6sxpg9HC3qtUfZLukYTMDK1MTi+ylB33U2T6sX6ufzB8jSrUi1P3FOnTm3AnWpZ7lEwfK48ui8hLo+uj505gkxBzM/P78tNKCLETKsDs25MwMwf67qSDG3dUecKE8USJ8jcb6YrrHIozlNBtjbKzkBd1dpB1FRREJp31y+bxJZRrtR1Lm5cZL3shBo/oSYTI3YEBzfL0E6vURwWFJ+8Y7uKjnFxl5S05NK8rq0pfgXhwS53uUhws30HkuHmURE2cAX4JpFvRoAbwOJWUKVkR1x9RxMPnWi159+RtcYf0KKqSTAI0N+LHamUs+6seXmvtqgesy59yC0nHD08oTGCbHdF4b7GCOPeoN7OrWp4f1jLgmnflbLrwzSyaIg6o/GLnY4xSjuRdI46xtJRE0MA2lJ7USPLqjdP/GkvQ2hv3YdoNRDSVjJIB/nvAE0PU+PxYB9rW3KiRNtdtbCcZMENpaWuDUo8xMe1Vc4jtJ0M+OShEqrxWY+siz7MKCvTvu8F4J6hWpi4uRGV25+dfFWo78uMtYEgD0D6APB1sznajLvF7mS6AiMRuFPNCjrKrGI635M+8LOX5y3xL/bm+12aBCV+V2+OH2uoX9L2Qn956yy/tIlQ4rVJV5BN/ExbhreplkD6DhuBRYaCgXv0mDe7LTpdQcbvIZYWxtSEmQIBtmBvs6E2FtYRshOul+YTbfW2GwTgDPvXMMbT5qepIpPbnarxcD/ISVYS04Nm0WGti7FBs2bNOidBm66joNv8dje1a1rYbZCNMi28F2veqD+O40D6UOr73pzqsTFBXoknmAe4pw9rG7cTMEyQhZFdqY11WNZNEaIVt+vwZ0NZmiLIdsIoHej6Rkw2GwRZaJ0fYgpNUo0vHbAoBVu03EyqjpiNzpfi97+1PsUtQ/cWPP/AqWeqg3tcCu3aaHBzv3Cv5hdkbkNNFnCRDBiQMa+6UAR5YdLAjBXJAzeaS5BFi1zPkFFlPt6P4dZ+tT0ZBh+wVzddjVzqmDlDmiDIz4UIZZ4VJpoUSSaarRj2b4bw/TRtAvy5A5GHobaVRvBUYO8U3GMtbj3rMpFfnlrY4N7LkTAS5DQEWYRkpOaxPmJGXAbFzaUryNJp6oxd+CnKXpXkY5/VGEEGvRcizy6dKHHoDmqzafuD2nah9zGLN+iih0QEq6GzM52RqTy+1+A+BPh2Im+QxU0fcSKvRYgg91F+S12lZ6wgywf9tR1CGYKsE5/mEmR9jw+2z9iesROBuA2RxxPiPpcbvzhKcO+Pei1SFWTJexE1nTVjhKa/yp5N4tmqmtCcJV1ohLUdvSbseEh/nVtnANO464MH/FkXJjesabmioiJuT3zL4uZpQtwLBfgT0uYD3rC4JW9eMvdbkCCLGfi2w08e1TgXZV/Ct1l4Wggyd9GBUTzmaR8atg8NT6QhFjAP8u9tOFU8uHOsYD5OuPD7YxuNTK+BHOnEyRjfzwxZeqX9+Qxgtw0vN+6qj+gRKC4uPluEk4cj7mG90p7iZG3naCIeg/fU3leQzlApXo9vhviduQv80xD63qEN7C7PG15+gWYN8rzv4hbh3I/7X3AflOB7LFU+y2HtWQlMlEeBp1K3SSke8H/OaSHI0RVdkSBHVyTIkSBHV8Zc2auqZ3ZednBx1tIDi9KFLivrlnRaXhU7hs4vy57gV2Qv8csuWZQ2bMxe7G/KoP8iiK6Mv/4Pi8rIdhSkDnEAAAAASUVORK5CYII=);
  background-size: cover;
  content: "";
}

.p-microsite .c-Breadcrumb-portal {
  z-index: 2;
  position: relative;
  padding: 0;
  background-color: transparent;
}

.p-microsite .c-Breadcrumb-portal {
  z-index: 2;
  position: relative;
  background-color: transparent;
}

.c-Breadcrumb-portal .row > div {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.c-Breadcrumb-portal ol {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  line-height: 20px;
}

.c-Breadcrumb-portal ol li {
  font-size: 12px;
  line-height: 22.5px;
  text-transform: uppercase;
}

.c-Breadcrumb-portal ol li a {
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.c-Breadcrumb-portal .backButton {
  padding-right: 15px !important;
}

.c-Breadcrumb-portal .backButton {
  padding: 0;
  padding-top: 15px;
  color: #000;
  font-weight: 100;
  font-size: 14px;
  list-style: none;
}

.c-Breadcrumb-portal ol.backButton li::before {
  padding: 0 10px 0 0;
  content: "<";
}

.c-Breadcrumb-portal ol.backButton li::after {
  display: none;
  padding: 0 0 0 10px;
  content: "|";
}

.c-Breadcrumb .news-icon::before,
.c-Breadcrumb .solution-icon::before,
.c-Breadcrumb .cloud-icon::before,
.c-Breadcrumb .tools-icon::before,
.c-Breadcrumb .learn-icon::before,
.c-Breadcrumb .partner-icon::before {
  display: none;
}

.c-Breadcrumb ol li a {
  outline: none;
  text-decoration: none;
}

.c-Breadcrumb ol li a:hover,
.c-Breadcrumb ol li a:focus {
  border: none;
  outline: none;
  color: #85ea6c;
  text-decoration: none;
}

.p-microsite .c-Breadcrumb .container > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.p-microsite .c-Breadcrumb .container > .row {
  display: flex;
}

.c-Breadcrumb {
  z-index: 2;
  position: absolute;
  width: 100%;
  margin-top: 20px;
}

.c-Breadcrumb .row {
  margin: 0;
}

.c-Breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-Breadcrumb .backButton > li {
  display: flex;
}

.page-hero-banner .breadcrumb > .active {
  color: #c2c2c2;
}

.page-hero-banner .c-Breadcrumb ol.backButton li::before,
.page-hero-banner .c-Breadcrumb ol li a {
  color: white !important;
}

.page-hero-banner .c-Breadcrumb ol li a:hover,
.page-hero-banner .c-Breadcrumb ol li a:focus {
  border: none;
  outline: none;
  color: #85ea6c;
  text-decoration: none;
}

.page-hero-banner .breadcrumb > li + li::before {
  color: white;
}

.page-hero-banner .c-Breadcrumb ol.backButton li::after {
  color: white;
}

/***************** END BREADCRUMB *******************/

/************************ Alert box **************/

#top-news-alert {
  background-image: url("../img/top-alert-bg.jpg");
  background-size: cover;
  text-align: center;
}

#top-news-alert .alert {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-news-alert .alert a {
  position: relative;
  margin: 0;
  margin-left: 20px;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  font-family: "Inter var", Helvetica, Arial, sans-serif;
}

#top-news-alert .alert-dismissible .close {
  position: absolute;
  top: 25px;
  right: 40px;
  text-shadow: none;
  opacity: 1;
}

#popup-promotion {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-content {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
}

.popup-content-inner {
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.popup-bottom {
  padding: 20px 20px 30px 20px;
}

#popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #85ea6c;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
}

.btn.btn-green {
  border-color: #85ea6c;
  background-color: #85ea6c;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter var", Helvetica, Arial, sans-serif;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
  border-color: #000;
  background-color: #000;
  color: #85ea6c;
}

a.link-text {
  color: #000;
  text-decoration: underline;
}

a.link-text:hover,
a.link-text:focus,
a.link-text:active,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active {
  color: #85ea6c;
}

.filter-list input[type="checkbox"]:checked,
.filter-list input[type="checkbox"]:not(:checked),
.filter-list input[type="radio"]:checked,
.filter-list input[type="radio"]:not(:checked) {
  position: absolute;
}

.filter-list input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.filter-list input[type="checkbox"]:checked + label::before,
.filter-list input[type="checkbox"]:not(:checked) + label::before,
.filter-list input[type="radio"]:checked + label::before,
.filter-list input[type="radio"]:not(:checked) + label::before {
  top: 0;
  border: 1px solid #b2b2b2;
}

.filter-list input[type="checkbox"]:checked + label::before,
.filter-list input[type="radio"]:checked + label::before {
  top: 0;
  padding-top: 1px;
  background: transparent;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDEyIDkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+YXRvbS9pY29uL2NoZWNrbWFyazwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz4gICAgICAgIDxwYXRoIGQ9Ik0wLjM1ODkxMzk1NSw1LjE3NzEzMzIzIEMtMC43Mzg3OTA2Miw0LjA3Mjc3NjMxIDAuOTMwNTA4MjQ1LDIuMzkzMzM1MzYgMi4wMjgyMzg0LDMuNDk3NjkyMjggTDQuMTUwMjI4NDgsNS42MzI1NDIxMyBMOS4zMDUwOTgwNywwLjM2MTA4OTA1OSBDMTAuNDAyODAyNiwtMC43NDMyNjc4NjcgMTIuMDcyMTI3MSwwLjkzNjE0NzM0NyAxMC45NzQ0MjI1LDIuMDQwNTMwMDEgTDQuOTg1MDgyNTcsOC4xNTIwMjUyNyBDNC41MjM5MTEwNyw4LjYxNTk5MTU4IDMuNzc2OTU1MjEsOC42MTU5OTE1OCAzLjMxNTc1ODEyLDguMTUyMDI1MjcgTDAuMzU4OTEzOTU1LDUuMTc3MTMzMjMgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPiAgICA8L2RlZnM+ICAgIDxnIGlkPSJTeW1ib2xzLSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0ibW9sZWN1bGUvY2hlY2tib3giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjAwMDAwMCwgLTUuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9ImF0b20vaWNvbi9jaGVja21hcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCA1LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+ICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgICAgIDwvbWFzaz4gICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkZpbGwtMSIgZmlsbD0iIzAwMDAwMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iYXRvbS9jb2xvdXIvQmxhY2siIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzAwMDAwMCI+ICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuMDkyNTkzLCAtNS45ODE0ODEpIiBpZD0iUmVjdGFuZ2xlIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE5LjIwMzcwMzciIGhlaWdodD0iMTkuMjAzNzAzNyI+PC9yZWN0PiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  text-align: center;
}

/************************ END Alert box **************/

.headline-divider h2,
.headline-divider.headline-portal h2 {
  margin-bottom: 30px !important;
}

.headline-divider h2,
.headline-divider.headline-portal h2 {
  position: relative;
  padding-bottom: 30px;
}

.headline-divider h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 73px;
  height: 4px;
  background-color: #85ea6c;
  content: "";
}

.article_batch {
  position: absolute;
  top: 7%;
  right: 12px;
  padding: 5px 13px 5px 16px;
  background: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.article_batch2 {
  position: absolute;
  top: 5%;
  right: 1px;
  padding: 5px 13px 5px 16px;
  background: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

ul.filter-list {
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
}

ul.filter-list:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid lightgrey;
}

.teaser_link a {
  color: #000;
}

.teaser_all_link {
  padding-top: 34%;
  float: right;
}

.box.article {
  margin-bottom: 80px !important;
}

.p-2800-overview_campaigns h1 {
  margin-bottom: 30px;
}

.p-2800-overview_campaigns h1::after {
  margin-top: 25px;
}

.teaser_description .highlight {
  padding: 4px 0 4px 10px;
  border-left: 5px solid #89e872;
}

.teaser-content .highlight {
  padding: 4px 0 4px 10px;
  border-left: 5px solid #89e872;
}

.teaser-content .article-headline {
  margin-top: 20px;
  font-size: 16px;
}

.teaser-content p {
  color: #777;
  font-size: 14px;
}

#microsite_content section .teaser-content .btn-primary {
  margin: 0;
  font-size: 14px;
}

.articleCol {
  padding-right: 10px;
  padding-left: 10px;
}

span.article-headline {
  margin-bottom: 41px !important;
}

span.article-headline {
  font-weight: 700;
  font-size: 16px;
  font-family: "Raleways", sans-serif;
  text-transform: uppercase;
}

input[type="checkbox"] + label {
  font-size: 13px;
}

section.c-Gallery.separat.teaser-suggestion {
  display: none;
}

.article_list {
  border-left: 1px solid lightgrey;
}

div#vueRecurrentEdition {
  position: relative;
  margin-bottom: 100px;
  padding-top: 30px;
}

div#vueRecurrentEdition::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: lightgrey;
  content: "";
}

/******************* MEDIA QUERY ************************/

/* Also GLOBAL STYLE green green green green green green green green green green green green green green green green green green green green green */

/* HPE PORTAL STYLE */

.c-Breadcrumb ol li a,
.breadcrumb > li + li::before,
.c-Breadcrumb ol.backButton {
  color: #fff !important;
}

.c-Breadcrumb ol li a:hover {
  border-color: #89e872;
}

.breadcrumb > .active {
  color: #89e872;
  font-weight: bold;
}

#messages {
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

#microsite_content {
  z-index: 1;
  position: relative;
}

#microsite_content #section:first-child {
  padding: 0;
  float: none;
}

#microsite_content > div > section:first-child {
  height: 0;
  overflow: hidden;
}

/* FIX ERROR IMAGE FOR DEFAULT TEMPALTE */

#microsite_content .text_with_media span.col-for-image {
  margin-right: 0;
  margin-left: 0;
}

#microsite_content .text_with_media .col-for-media img,
#microsite_content .text_with_media span.col-for-image img {
  padding-left: 0;
}

#microsite_content .box .grid {
  background-color: transparent;
}

#microsite_content .text_with_media div.col-for-image {
  padding-right: 25px;
  padding-left: 25px;
}

#microsite_content .content-no-padding .text_with_media > .row > div:nth-of-type(1) {
  padding-right: 10px;
  padding-left: 0;
}

#microsite_content .content-no-padding .text_with_media > .row > div:nth-of-type(2) {
  padding-right: 0;
  padding-left: 10px;
}

b,
strong {
  font-weight: 800;
}

#microsite_content h1,
#microsite_content h2,
#microsite_content h3,
#microsite_content h4 {
  font-family: "Inter var", Helvetica, Arial, sans-serif !important;
}

#microsite_content h1,
#microsite_content h2,
#microsite_content h3,
#microsite_content h4 {
  margin-bottom: 2rem;
  color: #000;
  line-height: 1.4em;
}

#microsite_content h1 a,
#microsite_content h2 a,
#microsite_content h3 a,
#microsite_content h4 a {
  color: inherit !important;
}

#microsite_content h1 b,
#microsite_content h2 b,
#microsite_content h3 b,
#microsite_content h4 b {
  color: #89e872;
}

#microsite_content h1 {
  font-size: 3.6rem;
  text-transform: uppercase;
}

#microsite_content h2 {
  font-size: 3.2rem;
  text-transform: none;
}

#microsite_content h3 {
  margin-bottom: 1rem;
  color: #000;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: none;
}

#microsite_content h4 {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.6rem;
  text-transform: none;
}

#microsite_content section .btn {
  position: relative;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  margin: 5px 0;
  padding: 12px 30px;
  border: solid 2px transparent;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
}

#microsite_content section .btn:hover {
  border: solid 2px transparent;
  color: #000;
  text-decoration: none;
  filter: brightness(1.2);
}

#microsite_content section .btn > .fa {
  display: none;
}

#microsite_content section .btn::after {
  display: none;
  background: inherit;
}

#microsite_content section .btn-primary {
  border-color: #89e872;
  background: #89e872;
  color: #000;
}

#microsite_content section .btn-primary:hover {
  color: #000 !important;
}

#microsite_content section .btn-primary:hover {
  border-color: #89e872;
}

#microsite_content section .btn-default {
  border-color: #fff;
  background: 0 0;
  color: #fff;
}

#microsite_content section .btn-default:hover {
  border-color: #89e872;
  color: #89e872;
}

#microsite_content a.lnk {
  display: inline;
  min-height: 24px;
  margin-top: 10px;
  padding: 0 0 0 30px;
  border: none;
  background: url(https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/link-icon.png) left 0 no-repeat;
  background-size: contain;
  color: #000;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none;
}

#microsite_content h5 > a.lnk {
  min-height: 30px;
  padding: 0 0 0 30px;
  background: url(https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/download-icon.png) left 0 no-repeat;
  background-size: contain;
  color: #000;
  line-height: 32px;
}

#microsite_content a.lnk:focus,
#microsite_content a.lnk:hover,
#microsite_content a:focus,
#microsite_content a:hover {
  border: none;
  color: #89e872;
  text-decoration: none;
}

#microsite_content .bg-green {
  background-color: #01a882;
}

#microsite_content .bg-green * {
  color: #fff;
}

#microsite_content .bg-green h1 b,
#microsite_content .bg-green h2 b,
#microsite_content .bg-green h3 b,
#microsite_content .bg-green h4 b {
  color: #000;
}

#microsite_content section.bg-green .btn-primary {
  border-radius: 0;
  border-radius: initial;
  border-color: #000;
  background: #000;
  color: #fff;
}

#microsite_content section.bg-green .btn-primary:hover {
  color: #fff !important;
}

#microsite_content section.bg-green .btn-primary:hover {
  border-color: #171717;
  background: #171717;
}

#microsite_content ul {
  padding-left: 1.6rem;
}

#microsite_content ul li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4em;
}

#microsite_content .check-list ul {
  list-style-type: none !important;
}

#microsite_content .check-list ul {
  margin-left: 0;
  padding-left: 0;
}

#microsite_content p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4em;
}

#microsite_content p.big {
  font-size: 2.2rem;
}

#microsite_content p.small,
#microsite_content p.small * {
  font-size: 1.4rem !important;
}

#microsite_content a {
  font-size: 1.6rem;
  line-height: 1.4em;
}

#microsite_content .pb-20,
.custom-form #microsite_content .pb-20 {
  padding-bottom: 20px;
}

#microsite_content .pt-20,
.custom-form #microsite_content .pt-20 {
  padding-top: 20px;
}

#microsite_content .mb-20,
.custom-form #microsite_content .mb-20 {
  margin-bottom: 20px;
}

#microsite_content .mt-20,
.custom-form #microsite_content .mt-20 {
  margin-top: 20px;
}

#microsite_content .pb-40,
.custom-form #microsite_content .pb-40 {
  padding-bottom: 40px;
}

#microsite_content .pt-40,
.custom-form #microsite_content .pt-40 {
  padding-top: 40px;
}

#microsite_content .mb-40,
.custom-form #microsite_content .mb-40 {
  margin-bottom: 40px;
}

#microsite_content .mt-40,
.custom-form #microsite_content .mt-40 {
  margin-top: 40px;
}

#microsite_content .pb-60,
.custom-form #microsite_content .pb-60 {
  padding-bottom: 60px;
}

#microsite_content .pt-60,
.custom-form #microsite_content .pt-60 {
  padding-top: 60px;
}

#microsite_content .mb-60,
.custom-form #microsite_content .mb-60 {
  margin-bottom: 60px;
}

#microsite_content .mt-60,
.custom-form #microsite_content .mt-60 {
  margin-top: 60px;
}

#microsite_content .pb-80,
.custom-form #microsite_content .pb-80 {
  padding-bottom: 80px;
}

#microsite_content .pt-80,
.custom-form #microsite_content .pt-80 {
  padding-top: 80px;
}

#microsite_content .mb-80,
.custom-form #microsite_content .mb-80 {
  margin-bottom: 80px;
}

#microsite_content .mt-80,
.custom-form #microsite_content .mt-80 {
  margin-top: 80px;
}

#microsite_content .hidden {
  display: none !important;
}

#microsite_content .custom-v-center .row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  display: flex;
  align-items: center;
  height: 100%;
}

#microsite_content .fix-wide-text > .container {
  max-width: 860px;
  margin: 0 auto;
  float: none;
}

#microsite_content .fix-margin .container div .row {
  margin-right: 0;
  margin-left: 0;
}

#microsite_content .no-marg-all h1,
#microsite_content .no-marg-all h2,
#microsite_content .no-marg-all h3,
#microsite_content .no-marg-all h4,
#microsite_content .no-marg-all h5,
#microsite_content .no-marg-all p {
  margin: 0;
}

#microsite_content .col-equal .row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

#microsite_content .col-equal .row::after,
#microsite_content .col-equal .row::before {
  display: none;
}

#microsite_content .no-icon-link sub .lnk {
  display: inline;
  display: initial;
  min-height: 0;
  min-height: initial;
  padding: 0;
  padding: initial;
  background: 0 0;
  font-weight: 400;
  line-height: 1;
}

#microsite_content .icon-limit-size img {
  max-width: 240px !important;
}

#microsite_content .item-block .products > .row > .c-Products--gallery-Product {
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

#microsite_content .item-block .products > .row > .c-Products--gallery-Product > .row {
  margin-right: 0;
  margin-left: 0;
  padding: 25px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

#microsite_content .item-block .products > .row > .c-Products--gallery-Product > .row > div:first-child {
  text-align: center;
}

#microsite_content .products h3 {
  padding-bottom: 2rem;
  font-size: 1.6rem;
}

#microsite_content .btn {
  width: auto;
}

#microsite_content .products .btn-primary {
  margin: 20px auto 10px !important;
}

#microsite_content .products .btn-primary {
  display: block;
  float: none;
}

#microsite_content .no-price .products .c-Products__price {
  display: none;
}

#microsite_content .products .c-Products__price span {
  color: #006b7d;
}

#microsite_content .custom-contact-style > .container > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#microsite_content .custom-contact-style > .container > .row .text_with_media .row .col-for-image img {
  width: 100%;
  max-width: 200px;
}

#microsite_content .custom-contact-style.desc-beside > .container > .row .text_with_media > .row > div {
  padding-right: 15px;
  padding-left: 15px;
}

#microsite_content .custom-contact-style.desc-beside > .container > .row .text_with_media .row .col-for-image img {
  float: right;
}

#microsite_content .custom-form > .container {
  max-width: 100%;
}

#microsite_content .s-contact {
  padding-bottom: 80px;
  background: #1d1d1d url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/hero_img/contact-bg.png") center center/cover no-repeat;
}

#microsite_content .s-contact a.link {
  margin-top: 0;
  padding-left: 0;
  background: none;
}

#microsite_content .s-contact .container > .row {
  max-width: 800px;
  background: #fff;
}

#microsite_content .s-contact .container > .row:nth-child(1) {
  padding-top: 80px;
}

#microsite_content .s-contact .container > .row:nth-child(1) h3 {
  font-weight: 400;
}

#microsite_content .s-contact .container > .row:nth-child(2) {
  /* padding: 20px 0 50px; */
}

#microsite_content .s-contact .container > .row:nth-child(3) {
  background: #006b7d;
  text-align: center;
}

#microsite_content .s-contact .container > .row:nth-child(3) * {
  background: 0 0;
  color: #fff;
}

#microsite_content .s-contact .container > .row:nth-child(3) > div {
  padding-top: 20px;
  padding-bottom: 20px;
}

#microsite_content .s-contact .container > .row:nth-child(3) > div:first-child {
  border-right: 1px solid #fff;
}

#microsite_content .s-contact .container > .row:nth-child(3) .btn-primary {
  background: #fff !important;
}

#microsite_content .s-contact .container > .row:nth-child(3) .btn-primary {
  border-color: #fff;
  color: #000;
  font-size: 1.5rem;
}

#microsite_content .s-contact .container > .row:nth-child(3) .btn-primary:hover {
  background: #89e872 !important;
}

#microsite_content .s-contact .container > .row:nth-child(3) .btn-primary:hover {
  border-color: #89e872;
}

#microsite_content .hero-img {
  padding: 96px 0;
  background: #1d1d1d url(https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/hero-img.jpg) center top/cover no-repeat;
  color: #fff;
}

#microsite_content .hero-img .article {
  max-width: 720px;
}

#microsite_content .hero-img img {
  max-width: 200px;
}

#microsite_content .hero-img .text_with_media > .row:nth-of-type(2) {
  display: none;
}

#microsite_content .hero-img h1,
#microsite_content .hero-img h2,
#microsite_content .hero-img p {
  color: #fff;
}

#microsite_content .hero-img .btn-primary {
  margin-right: 20px;
}

#microsite_content .mt-00-h h1,
#microsite_content .mt-00-h h2,
#microsite_content .mt-00-h h3,
#microsite_content .mt-00-h h4,
.custom-form #microsite_content .mt-00-h h1,
.custom-form #microsite_content .mt-00-h h2,
.custom-form #microsite_content .mt-00-h h3,
.custom-form #microsite_content .mt-00-h h4 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#microsite_content .mb-00-h h1,
#microsite_content .mb-00-h h2,
#microsite_content .mb-00-h h3,
#microsite_content .mb-00-h h4,
.custom-form #microsite_content .mb-00-h h1,
.custom-form #microsite_content .mb-00-h h2,
.custom-form #microsite_content .mb-00-h h3,
.custom-form #microsite_content .mt-00-h h4 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#microsite_content .bg-green .text_with_media h2 b,
#microsite_content .bg-green .text_with_media h3 b {
  color: #000;
}

#microsite_content .green-text-media-5-7 .text_with_media .row .col-md-7 {
  display: flex;
  justify-content: flex-end;
}

#microsite_content .text-with-media-list .text_with_media ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

#microsite_content .text-with-media-list .text_with_media ul li {
  padding-left: 10px;
  font-weight: 500;
}

#microsite_content .gray-bg-list {
  padding: 65px 32px;
  background-color: #ededed;
}

#microsite_content .gray-bg-list ul {
  list-style-type: none !important;
}

#microsite_content .gray-bg-list ul {
  padding-left: 0;
}

#microsite_content .gray-bg-list ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  color: #4d4d4d;
}

#microsite_content .gray-bg-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/checkmark.png) left 0 / contain no-repeat;
  content: "";
}

#microsite_content .two-cols-text-list .text-content a.btn-link {
  min-height: 2rem;
  padding: 0 0 0 30px;
  background: url(https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/link-icon.png) left 0 / contain no-repeat;
  color: #000;
  font-weight: 700;
}

#microsite_content .gray-bg-list ul li:last-child {
  margin-bottom: 0;
}

#microsite_content .check-list ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  color: #4d4d4d;
}

#microsite_content .gray-bg-list ul li b {
  margin-bottom: 8px;
  color: #000;
}

#microsite_content .two-col-text-icon-list-with-bgr {
  background-image: url(https://www.also.com/ec/cms5/media/img/2800_hpe_portal/hero_img/also-advance-bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#microsite_content .two-col-text-icon-list-with-bgr .col-text h2,
#microsite_content .two-col-text-icon-list-with-bgr .col-text p,
#microsite_content .two-col-text-icon-list-with-bgr .col-text ul {
  color: #fff;
}

#microsite_content .two-col-text-icon-list-with-bgr .col-text h2 b {
  color: #89e872;
}

#microsite_content .two-col-text-icon-list-with-bgr .col-icon-with-text .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding: 0 50px 50px 50px;
  background-color: #fff;
}

#microsite_content .two-col-text-icon-list-with-bgr .col-icon-with-text .row ul {
  margin-top: 20px;
  margin-bottom: 0;
}

#microsite_content .two-col-text-icon-list-with-bgr .col-icon-with-text .row ul li:last-child {
  margin-bottom: 0;
}

.hpe_portal_columns_w1100 .container > .row {
  padding: 20px 25px !important;
}

.hpe_portal_columns_w1100 .container > .row {
  -webkit-justify-content: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.hpe_portal_columns_w1100.h_style .article > .row .col-xs-12 {
  text-align: left;
}

.hpe_portal_columns_w1100 .article > .row {
  padding: 20px 0 !important;
}

.hpe_portal_columns_w1100 .article > .row .col-xs-12 {
  padding: 0;
  text-align: center;
}

.hpe_portal_columns_w1100 .article > .row .col-xs-12 p {
  font-size: 1.6rem !important;
}

.hpe_portal_columns_w1100 .article > .row .col-xs-12 p {
  color: #4d4d4d;
}

.hpe_portal_columns_w1100 .text_with_media div.col-for-image {
  padding: 0 !important;
}

.hpe_portal_columns_w1100 .col-for-image img {
  padding: 0 !important;
}

.hpe_portal_columns_w1100 .col-for-image img {
  width: 100%;
  margin: 0 auto;
}

.hpe_portal_col03 .col-xs-12.col-md-4.grid-col {
  padding: 0 !important;
}

.hpe_portal_col03 .col-xs-12.col-md-4.grid-col {
  box-sizing: border-box;
  max-width: 353px;
  margin-right: 40px;
}

.hpe_portal_col03 .col-for-image img {
  max-width: 240px !important;
}

.hpe_portal_col04 .col-xs-12.col-md-3.grid-col {
  padding: 0 !important;
}

.hpe_portal_col04 .col-xs-12.col-md-3.grid-col {
  box-sizing: border-box;
  max-width: 259px;
  margin-right: 40px;
}

.hpe_portal_col04 .col-for-image img {
  max-width: 240px !important;
}

.hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
  padding: 0 !important;
}

.hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
  box-sizing: border-box;
  max-width: 184px;
  margin-right: 4.2%;
}

.hpe_portal_col05 .col-for-image img {
  max-width: 184px !important;
}

#p-banner-category {
  min-height: 260px;
}

#p-banner-product {
  min-height: 460px;
}

#p-banner-product .container .article {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -ms-align-items: center;
  display: flex;
  align-items: center;
  height: 460px;
}

#p-banner-category .container .article,
#p-banner-category .container .article h1,
#p-banner-product .container .article h1 {
  color: #fff;
}

#p-banner-category .container .article h1,
#p-banner-product .container .article h1 {
  margin-bottom: 1.5rem;
}

#p-banner-category .container .article a.btn,
#p-banner-product .container .article a.btn {
  min-width: auto;
  margin-right: 24px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 1.5rem;
}

.hpe_potal_h_fix .hpe_portal_columns_w1100 .row h4 {
  padding: 0.75rem;
}

#hpe_potal_rack .bg-black-1 .row .separat_inner {
  margin-top: 0 !important;
}

.img_below_head_above_text .col-for-image {
  padding: 20px 0;
}

#microsite_content .source-link p.small a {
  padding-left: 0;
  background: 0 0;
  color: #4d4d4d;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

#microsite_content .bor-t-green .container {
  position: relative;
}

#microsite_content .bor-t-green .container::after {
  position: absolute;
  top: 0;
  left: 34px;
  width: 80px;
  height: 4px;
  background-color: #89e872;
  content: "";
}

#microsite_content .bor-t-green .container > .row {
  padding-top: 17px;
}

#microsite_content .bor-t-green .article.text_with_media > .row p.big {
  font-size: 3rem;
}

#microsite_content .bor-t-grey .container > .row::before {
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #ccc;
  content: "";
}

#microsite_content .bor-t-grey .container > .row {
  position: relative;
  padding-top: 80px;
}

/* -------- 2.2.1 HPE All-flash nad Hybrid Storage ---------- */

/* #p-hpe-all-flash-and-hybrid #microsite_content .hero-img {
     background: #1d1d1d url(https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/headline.jpg) center top/cover no-repeat;
 } */

/* ====================================
=            Custom style            =
==================================== */

/*
:Author: SPRING PRODUCTION - Also Global Team
:Contact: vn-also-global@spring-production.com
*/

/* ====================================
=             Base Styles            =
==================================== */
body {
  letter-spacing: 0;
}

/* ----------  Adjust the General CSS  ---------- */
#microsite_content .btn-default,
#microsite_content .btn-primary {
  border-radius: 0;
}

#microsite_content .bg-cd2-40.box {
  background: #e5f6f2;
}

#microsite_content .bg-cd2-40 .box {
  background: #e5f6f2;
}

#microsite_content .bg-cd2-40 .box .grid {
  background: #e5f6f2;
}

#microsite_content .bg-cd2-40 .grid-col:not(.box) .article {
  background: #e5f6f2;
}

/* =====  End of  Base Styles  ====== */
main .article_list .articleCol {
  margin-bottom: 2rem;
}

main .article_list .articleCol:nth-child(3n + 1) {
  clear: both;
}

/* ======================================
=            General Styles            =
====================================== */

/* ----------  Breadcrumb  ---------- */
.c-Breadcrumb .breadcrumb {
  flex-wrap: wrap;
}

.m-bc-black .c-Breadcrumb ol li a,
.m-bc-black .breadcrumb > li + li::before,
.m-bc-black .c-Breadcrumb ol.backButton {
  color: #000 !important;
}

/* =====  End of General Styles  ====== */

/* ===============================
=            Modules            =
=============================== */
#microsite_content .parallax-container .text {
  transform: translate(0, -25%);
}

#microsite_content .parallax-container .btn {
  font-size: 1.3rem;
}

#microsite_content .m-hero-dark .parallax-container .text h1,
#microsite_content .m-hero-dark .parallax-container .text h2,
#microsite_content .m-hero-dark .parallax-container .text h3,
#microsite_content .m-hero-dark .parallax-container .text h4,
#microsite_content .m-hero-dark .parallax-container .text h5,
#microsite_content .m-hero-dark .parallax-container .text h6,
#microsite_content .m-hero-dark .parallax-container .text p,
#microsite_content .m-hero-dark .parallax-container .text p.big,
#microsite_content .m-hero-dark .parallax-container .text p.small,
#microsite_content .m-hero-dark .parallax-container .text span {
  color: #000;
}

#microsite_content div#colorbox .portal-header,
#microsite_content div#colorbox footer {
  display: none;
}

#microsite_content #f-request-a-call .mwf-input .mwf-text {
  width: 100%;
  min-height: 20rem;
}

#microsite_content #f-request-a-call .mwf_buttonrow .mwf_cancel {
  display: none;
}

#microsite_content #f-request-a-call .mwf_buttonrow .mwf_finish {
  width: 100%;
}

#microsite_content #f-contact-us-form h3 {
  padding: 0;
}

#microsite_content #f-contact-us-form .mwf-paragraph.mwf-field {
  margin-top: 10px;
}

#microsite_content #f-contact-us-form .mwf_buttonrow {
  margin-top: 20px;
  padding: 0 25px;
}

#microsite_content #f-contact-us-form .mwf_buttonrow .col-xs-6.col-md-3:nth-child(1) {
  width: auto;
  padding: 0;
  float: right;
}

#microsite_content #f-contact-us-form .mwf_buttonrow .col-xs-6.col-md-3:nth-child(2) {
  display: none;
}

#microsite_content #f-contact-us-form textarea {
  height: 100px;
}

#microsite_content .s-contact .container > .row:first-child {
  padding-top: 4rem;
}

#microsite_content .s-contact .grid-col h1 {
  text-transform: inherit;
}

#microsite_content .s-contact .grid-col:nth-last-of-type(1),
#microsite_content .s-contact .grid-col:nth-last-of-type(2) {
  display: inline-block;
  width: 50%;
  background: #006b7d;
  color: #fff;
  text-align: center;
}

#microsite_content .s-contact .grid-col:nth-last-of-type(1) p,
#microsite_content .s-contact .grid-col:nth-last-of-type(2) p {
  color: #fff !important;
}

#microsite_content .s-contact .grid-col:nth-last-of-type(1) {
  border-left: 1px solid #fff;
}

#microsite_content .s-contact .grid-col .btn-primary {
  border-color: #fff;
  background: #fff;
  color: #000;
}

#microsite_content .s-contact .grid-col .btn-primary:hover {
  background: #89e872 !important;
}

#microsite_content .s-contact .grid-col .btn-primary:hover {
  border-color: #89e872;
}

#microsite_content .s-contact .grid-col:nth-last-of-type(3) {
  margin-bottom: 4rem;
}

/* =====  End of Modules  ====== */

/* ===================================
=            Media Query            =
=================================== */

/* Phones and less than 768px */

/* Small devices Tablets (>768px) */

/* Phones and less than 991px */

/* Small devices Desktop (>992px) */

/* =====  End of Media Query  ====== */

/* =====  End of Custom style  ====== */

/* ==============================
=            Collab            =
============================== */

/*
:Author: Y Huynh Nhu Nguyen
:Contact: vn-also-global@spring-production.com
*/

/* =====================================
=             Parallax content        =
===================================== */
#microsite_content .hero-banner {
  position: relative;
}

#microsite_content .hero-banner .parallax-container .parallax img {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#microsite_content .hero-banner .parallax-container .parallax-text {
  text-align: left;
}

#microsite_content .hero-banner .parallax-container .parallax-text h2 {
  color: #fff !important;
}

#microsite_content .hero-banner .parallax-container .parallax-text h2 {
  text-transform: uppercase;
}

#microsite_content .hero-banner .parallax-container .parallax-text p {
  margin-bottom: 0;
}

#microsite_content .hero-banner.custom-text .parallax-container .parallax-text p.big {
  font-family: "Inter var", Helvetica, Arial, sans-serif !important;
}

#microsite_content .hero-banner.custom-text .parallax-container .parallax-text p.big {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.4em;
  font-family: "Inter var alt";
  text-transform: uppercase;
}

#microsite_content .mgauto,
#microsite_content .mgauto_img img {
  margin: 0 auto;
}

#microsite_content .mgauto img {
  text-align: center;
}

/* ===================================
=            Media Query            =
=================================== */

/* =====  End of Media Query  ====== */

/* =====  End_Parallax content  ====== */

/* =====  Link style  ====== */
#microsite_content .row .highlight a.lnk {
  display: inline-block;
  position: relative;
  padding: 0;
  background: none;
  color: #89e872;
}

#microsite_content .row .highlight a.lnk:hover {
  color: #000;
}

#microsite_content .h_30,
#microsite_content .h_30 h3 {
  font-size: 3rem;
}

#microsite_content .mt-10,
.custom-form #microsite_content .mt-10 {
  margin-top: 10px;
}

#microsite_content .img_below_head_above_text .container .article h2 {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: none;
}

#microsite_content .img_below_head_above_text .container .article .col-for-image {
  margin-bottom: 1rem;
  padding: 20px 0;
}

.hpe_potal_h_fix .hpe_fix_height .row h4 .highlight {
  display: block;
  padding: 1.8rem;
}

.hpe_potal_h_fix .hpe_potal_h_fix .row p span.nowrap {
  display: block;
  padding: 0.6rem;
}

.p_hpe_portal_promotion .c-Breadcrumb ol li a,
.p_hpe_portal_promotion .breadcrumb > li + li::before,
.p_hpe_portal_promotion .c-Breadcrumb ol.backButton {
  color: #000 !important;
}

.p_hpe_portal_promotion input[type="radio"] + label {
  font-size: 13px;
}

.p_hpe_portal_promotion #microsite_content .article h1 {
  margin-bottom: 0;
}

.p_hpe_portal_promotion #microsite_content .articleCol .btn-primary {
  -webkit-transition: all 0.5s ease-in-out;
  padding: 0;
  border: none;
  background: none;
  transition: all 0.5s ease-in-out;
}

.p_hpe_portal_promotion #microsite_content .articleCol .btn-primary:hover {
  border: none;
  text-decoration: underline;
}

.p_hpe_portal_promotion #microsite_content .articleCol {
  padding-right: 0;
  padding-left: 50px;
}

.p_hpe_portal_promotion #microsite_content .articleCol .box.article {
  margin-bottom: 10px !important;
}

.p_hpe_portal_promotion #microsite_content .articleCol .box.article {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

.p_hpe_portal_promotion #microsite_content #vueRecurrentEdition .col-lg-9 {
  padding: 0;
}

/* =====  End of link style  ====== */

/* =====  End of Collab  ====== */

/* =================================================
=            HPE Portal - Special Case            =
================================================= */
.p-2800_hpe_portal .breadcrumb li:nth-child(1),
.p-2900_hpe_portal .breadcrumb li:nth-child(1),
.p-5110_hpe_portal .breadcrumb li:nth-child(1),
.p-5210_hpe_portal .breadcrumb li:nth-child(1),
.p-5410_hpe_portal .breadcrumb li:nth-child(1) {
  display: none;
}

.p-2800_hpe_portal .breadcrumb li:nth-child(2),
.p-2900_hpe_portal .breadcrumb li:nth-child(2),
.p-5110_hpe_portal .breadcrumb li:nth-child(2),
.p-5210_hpe_portal .breadcrumb li:nth-child(2),
.p-5410_hpe_portal .breadcrumb li:nth-child(2) {
  display: none;
}

.p-2800_hpe_portal .breadcrumb li:nth-child(3)::before,
.p-2900_hpe_portal .breadcrumb li:nth-child(3)::before,
.p-5110_hpe_portal .breadcrumb .breadcrumb li:nth-child(3)::before,
.p-5210_hpe_portal .breadcrumb .breadcrumb li:nth-child(3)::before,
.p-5410_hpe_portal .breadcrumb .breadcrumb li:nth-child(3)::before {
  display: none;
}

/* =====  End of HPE Portal - Special Case  ====== */

/* =====  Open of HPE Portal - Windows Server  ====== */
.spri-hpe-pt-windows-server h3 {
  color: #000000 !important;
}

.spri-hpe-pt-windows-server .spri-server-link .lnk,
.spri-hpe-pt-windows-server .spri-server-highlight .highlight {
  color: #89e872 !important;
}

.spri-hpe-pt-windows-server .spri-server-list p.big {
  color: #000000;
}

.spri-hpe-pt-windows-server .spri-server-list p.big::before {
  border: 1px solid #89e872;
  color: #89e872;
}

.spri-hpe-pt-windows-server .spri-server-btn .btn {
  border-color: #89e872 !important;
  background: #89e872 !important;
  color: #000 !important;
}
.spri-hpe-pt-windows-server .spri-section-title h2 {
  color: #89e872 !important;
}
/* =====  End of HPE Portal - Windows Server  ====== */

/*=================================================
=            HPE Portal - Special Case            =
=================================================*/
/*==============================
=            Layout            =
==============================*/
.l-flex .grid > .row {
  display: flex;
}
.l-flex__a--center .grid > .row {
  align-items: center;
}
.l-flex__j--center .grid > .row {
  justify-content: center;
}
.l-flex-article .article > .row {
  display: flex;
}
.l-flex-article__a--center .article > .row {
  align-items: center;
}
.l-flex-article__j--center .article > .row {
  justify-content: center;
}

.l-flexbox-jc-center .container > .row {
  display: flex;
  justify-content: center;
}

/*=====  End of Layout  ======*/
/*===================================================
=            Tips & Tricks | Fixing Bugs            =
===================================================*/
#headerMenu .dropdown-fullwidth:nth-of-type(2) {
  position: relative !important;
}
#headerMenu .dropdown-fullwidth:nth-of-type(2):hover ul.dropdown-menu {
  display: block !important;
}
#headerMenu .dropdown-fullwidth:nth-of-type(2) ul.dropdown-menu {
  top: 54px !important;
  left: 0 !important;
}
#headerMenu .dropdown-fullwidth:nth-of-type(2) ul.dropdown-menu > li {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
#headerMenu .dropdown-fullwidth:nth-of-type(2) ul.dropdown-menu > li .submenu-headline {
  text-transform: inherit !important;
}

/*=====  End of Tips & Tricks | Fixing Bugs  ======*/
/*==================================
=            FlexOffers            =
==================================*/
/*===============================
    =            Modules            =
    ===============================*/
.bd__bottom {
  border-bottom: 1px solid #9d9d9c;
}
.bd__bottom--gray-300 {
  border-color: #c8c8c8;
}

#p-hpe-flex-offers-update .s-feature p span.highlight::after {
  background-size: cover !important;
}

#p-hpe-flex-offers-update .s-feature p span.highlight::after {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  transform: translateY(25%);
  background: url("https://www.also.com/ec/cms5/media/img/1010/test_6/hpe_flex_offers/update_2021/master/icon_setting.png") no-repeat center center;
  content: " ";
}

#p-hpe-flex-offers-update .btn-with-icon__left .lnk {
  margin-top: 0;
  padding-left: 0;
  background: none;
}

#p-hpe-flex-offers-update .btn-with-icon__left .lnk::before {
  background-size: cover !important;
}

#p-hpe-flex-offers-update .btn-with-icon__left .lnk::before {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  transform: translateY(25%);
  content: " ";
}

#p-hpe-flex-offers-update .btn-icon-resource .lnk::before {
  background: url("https://www.also.com/ec/cms5/media/img/1010/test_6/hpe_flex_offers/update_2021/master/icon_download.png") no-repeat center center;
}

/*=====  End of Modules  ======*/
/*=====  End of FlexOffers  ======*/
/*=========================================
=            GREENLAKE Univers            =
=========================================*/
/*===============================
=            General            =
===============================*/
#headerMenu a.menu__greenlake {
  display: block;
  height: 100%;
  background-size: cover;
}

.bg-greenlake {
  background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_x_greenlake/header-image_1440x460.jpg")
    no-repeat center center;
  background-size: cover;
}

/*=====  End of General  ======*/
/*==============================
=            Module            =
==============================*/
.m-box__bg--white {
  background: #ffffff !important;
}

.m-box__bg--black {
  background: #000000 !important;
}

.m-box__bg--gray {
  background: #f6f6f6 !important;
}

.m-box__bg--dgreen {
  background: #006b7d !important;
}

.m-box__list ul {
  list-style-type: none !important;
}

.m-box__list ul li {
  margin-bottom: 3rem !important;
  margin-left: 12px !important;
}

.m-box__list ul li::before {
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  background: url(https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/checkmark.png) left 0 / contain no-repeat;
  content: "";
}

.m-typo__color--white h1 {
  color: #ffffff !important;
}

.m-typo__color--white h2 {
  color: #ffffff !important;
}

.m-typo__color--white h3 {
  color: #ffffff !important;
}

.m-typo__color--white h4 {
  color: #ffffff !important;
}

.m-typo__color--white h5 {
  color: #ffffff !important;
}

.m-typo__color--white h6 {
  color: #ffffff !important;
}

.m-typo__color--white p {
  color: #ffffff !important;
}

.m-typo__color--white p.big {
  color: #ffffff !important;
}

.m-typo__color--white p.small {
  color: #ffffff !important;
}

.m-typo__color--black h1 {
  color: #000000 !important;
}

.m-typo__color--black h2 {
  color: #000000 !important;
}

.m-typo__color--black h3 {
  color: #000000 !important;
}

.m-typo__color--black h4 {
  color: #000000 !important;
}

.m-typo__color--black h5 {
  color: #000000 !important;
}

.m-typo__color--black h6 {
  color: #000000 !important;
}

.m-typo__color--black p.big {
  color: #000000 !important;
}

.m-typo__color--black p.small {
  color: #000000 !important;
}

.m-typo__color--gray h1 {
  color: #f6f6f6 !important;
}

.m-typo__color--gray h2 {
  color: #f6f6f6 !important;
}

.m-typo__color--gray h3 {
  color: #f6f6f6 !important;
}

.m-typo__color--gray h4 {
  color: #f6f6f6 !important;
}

.m-typo__color--gray h5 {
  color: #f6f6f6 !important;
}

.m-typo__color--gray h6 {
  color: #f6f6f6 !important;
}

.m-typo__color--gray p.big {
  color: #f6f6f6 !important;
}

.m-typo__color--gray p.small {
  color: #f6f6f6 !important;
}

.m-typo__color--dgreen h1 {
  color: #006b7d !important;
}

.m-typo__color--dgreen h2 {
  color: #006b7d !important;
}

.m-typo__color--dgreen h3 {
  color: #006b7d !important;
}

.m-typo__color--dgreen h4 {
  color: #006b7d !important;
}

.m-typo__color--dgreen h5 {
  color: #006b7d !important;
}

.m-typo__color--dgreen h6 {
  color: #006b7d !important;
}

.m-typo__color--dgreen p.big {
  color: #006b7d !important;
}

.m-typo__color--dgreen p.small {
  color: #006b7d !important;
}

.m-typo__title--dgreen h2,
.m-typo__title--dgreen h3,
.m-typo__title--dgreen span.nowrap {
  color: #006b7d !important;
}

.m-typo__container--big span.nowrap {
  font-size: 2.2rem;
}

.m-typo__parallax--title h2 {
  font-size: 4rem;
}

.m-btn__color--dgreen .btn-primary {
  border-color: #006b7d !important;
  background: #006b7d !important;
  color: white !important;
}

.m-btn__color--dgreen .btn-primary:hover {
  opacity: 0.8;
}

.m-decor__border-top__gray {
  border-top: 2px solid #dadada;
}

.m-decor__line--article-v .grid-col {
  min-height: 330px;
}

.m-decor__line--article-v .grid-col:not(:last-of-type) {
  border-right: 1px solid #dadada;
}

.m-decor__hidden-page p span.highlight2 {
  display: block;
  padding-top: 0.5rem;
  border-top: 2px solid #006b7d;
}

.hpe-greenlake-training .mwf-form .mwf_buttonrow .mwf_cancel {
  display: none;
}

.hpe-greenlake-training .mwf-form .mwf_success_text p {
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #006b7d;
  background: #cce1e5;
  color: #006b7d;
  font-size: 2.2rem;
  text-align: center;
}

.hpe-greenlake-training .mwf-form > .container:nth-of-type(3) .mwf-input,
.hpe-greenlake-training .mwf-form > .container:nth-of-type(4) .mwf-input {
  min-height: 9rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fafafa;
}

.hpe-greenlake-training .mwf-form > .container:nth-of-type(3) .mwf-input .mwf-option + .checkbox,
.hpe-greenlake-training .mwf-form > .container:nth-of-type(4) .mwf-input .mwf-option + .checkbox {
  margin-top: 0;
}

.hpe-greenlake-training .mwf-form > .container:nth-of-type(3) .mwf-input .mwf-option,
.hpe-greenlake-training .mwf-form > .container:nth-of-type(4) .mwf-input .mwf-option {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hpe-greenlake-training .mwf-form > .container:nth-of-type(3) .mwf-input .mwf-option:not(:first-of-type)::before,
.hpe-greenlake-training .mwf-form > .container:nth-of-type(4) .mwf-input .mwf-option:not(:first-of-type)::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  margin-top: -10px;
  background: #a7a7a7;
  content: "";
}

/*=====  End of Module  ======*/
/*=====  End of GREENLAKE Univers  ======*/
/*==============================================
=            GreenLake Swift Nimble            =
==============================================*/
#p-hpe-greenlake-swift-nimble .m-bg__greenlake--illus {
  background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/new_page/2_x_greenlake/greenlake_swift_nimble/greenlake-swift-nimble_footer-image.jpg")
    no-repeat center center;
  background-size: cover;
}

/*=====  End of GreenLake Swift Nimble  ======*/
/*=====  End of HPE Portal - Special Case  ======*/
/*******HPE 21Q3 iQuote Awareness Drive ******/
#microsite_content .p_hpe_portal_sec_updated_2021 .col-xs-12 {
  background: #ededed;
}

.p_hpe_msa_storage_2021.hpe_msa_storage #microsite_content .msa_introtext h1 {
  font-size: 50px;
}

.p_hpe_msa_storage_2021.hpe_msa_storage #microsite_content .btn-primary {
  color: #000 !important;
}

.p_hpe_msa_storage_2021.hpe_msa_storage #microsite_content span.highlight {
  color: #006b7d;
  font-weight: bold;
}
/*******End HPE 21Q3 iQuote Awareness Drive ******/

/*******HPE 21Q3 PointNext TechCare Awareness ******/
.p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12 .article {
  position: relative;
}

.p_custom_support_services #microsite_content .p_custom_support_services_01 .parallax-container .text {
  margin: 0 auto;
  text-align: center;
}

.p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12 .article .col-for-image:before {
  position: absolute;
  width: 77px;
  height: 90px;
  background: url("https://also.com/ec/cms5/media/img/2800_hpe_portal/main/new_page/support_services/arrow.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  content: "";
}

.p_custom_support_services #microsite_content .p_hpe_arrow .container > .row .col-xs-12:last-of-type .article .col-for-image:before {
  display: none;
}

.p_custom_support_services #microsite_content .p_custom_support_services_01 h2 {
  margin-bottom: 0px;
}

.p_custom_support_services #microsite_content .p_custom_support_services_01 .parallax-container {
  min-height: 300px;
}

.p_custom_support_services #microsite_content .p_custom_support_services_link_text a.lnk {
  padding: 0;
  background: none;
  font-weight: bold;
  text-decoration: underline;
}

.p_custom_support_services #microsite_content .p_custom_support_services_link_text a.lnk:hover {
  color: #000;
  text-decoration: none;
}

.p_custom_support_services #microsite_content .hero-banner a.btn-primary:focus,
.p_custom_support_services #microsite_content .hero-banner a.btn-primary:active {
  border: solid 2px #fff;
  outline: none;
  background: #fff;
  color: #000;
}

.p_custom_support_services #microsite_content a.btn-primary:focus,
.p_custom_support_services #microsite_content .hero-banner a.btn-primary:active {
  border: solid 2px transparent;
  border-radius: 0;
  outline: none;
  color: #000;
  filter: brightness(1.2);
}

.p_custom_support_services #microsite_content .p_custom_support_services_anchor a.anchor {
  margin-top: -80px;
  padding-top: 80px;
}

/*******End HPE 21Q3 PointNext TechCare Awareness ******/
/******* HPE Plex Offers updated ******/
.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner .btn-primary {
  border: 2px solid #ff9a09 !important;
}
.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner .btn-primary {
  margin-left: 20px;
  background: #ff9a09;
  font-size: 16px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner .btn {
  padding: 5px 30px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .btn-primary:focus {
  color: #000 !important;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .row .row .row {
  margin: 0;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .btn_big_width a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  border: none;
  color: #000;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container > .row {
  display: flex;
  align-items: center;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container .row .col-sm-6 > .row .col-lg-12.m-typo__title--dgreen {
  /* margin-bottom: 50px;*/
  position: relative;
  padding: 20px 40px;
  background: #ff7421;
  color: #fff;
}

/*.p-hpe-flex-offers-update_q2_2021
  #microsite_content
  .p-hpe-flex-offers-update_01
  .container
  .row
  .col-sm-6
  > .row
  .col-lg-12.m-typo__title--dgreen:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 0;
  height: 0;
  margin-bottom: -40px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 40px solid #ff7421;
}*/

.p-hpe-flex-offers-update_q2_2021 #microsite_content p {
  font-size: 15px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content p.small {
  font-size: 10px !important;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container .row p {
  font-size: 15px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container .bd__bottom {
  border: 0;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container .row .col-xs-12 .bd__bottom--gray-300 > .row {
  border-bottom: 1px solid #9d9d9c;
}

.p-hpe-flex-offers-update_q2_2021
  #microsite_content
  .p-hpe-flex-offers-update_01
  .container
  .row
  .col-xs-12
  .bd__bottom--gray-300:last-of-type
  > .row {
  border-bottom: 0;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container .row .col-xs-12 .bd__bottom--gray-300 {
  padding: 5px 40px;
}

.p-hpe-flex-offers-update_q2_2021
  #microsite_content
  .p-hpe-flex-offers-update_01
  .container
  .row
  .col-sm-6
  > .row
  .col-lg-12.m-typo__title--dgreen
  p
  b {
  font-weight: normal !important;
}

.p-hpe-flex-offers-update_q2_2021
  #microsite_content
  .p-hpe-flex-offers-update_01
  .container
  .row
  .col-sm-6
  > .row
  .col-lg-12.m-typo__title--dgreen
  h2 {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container > .row > .col-xs-12:last-of-type {
  /* padding: 0 0 20px 0;*/
  padding: 0;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.22);
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container .row .col-sm-6 > .row .col-lg-12.m-typo__title--dgreen p,
.p-hpe-flex-offers-update_q2_2021
  #microsite_content
  .p-hpe-flex-offers-update_01
  .container
  .row
  .col-sm-6
  > .row
  .col-lg-12.m-typo__title--dgreen
  h2 {
  color: #fff !important;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .s-benefits .big {
  font-size: 22px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .s-benefits .col-for-image {
  padding-right: 20px;
  padding-left: 20px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .lnk.icon-button {
  position: relative;
  padding-left: 50px;
  background: none;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .lnk.icon-button .fa {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px;
  transform: translate(0, -50%);
  border-radius: 50px;
  background: #89e872;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .lnk.icon-button:hover .fa {
  background: #000;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .s-feature p span.highlight::after {
  background-size: cover !important;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .s-feature p span.highlight::after {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  transform: translateY(25%);
  background: url(https://www.also.com/ec/cms5/media/img/1010/test_6/hpe_flex_offers/update_2021/master/icon_setting.png) no-repeat center center;
  content: " ";
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .mg-25 {
  margin: 25px 0 !important;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hpe-flex-box {
  z-index: 1;
  position: relative;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hpe-offer-img {
  z-index: 0;
  position: relative;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hpe-offer-img img {
  width: auto !important;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hpe-offer-img img {
  z-index: 0;
  position: relative;
  top: 50px;
  max-width: inherit;
  height: 500px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .p-hpe-flex-offers-update_01 .container > .row > .col-xs-12:last-of-type {
  background-color: #fff;
}
/******* End HPE Plex Offers updated ******/
/******* HPE Iquotes updated ******/
.p-hpe-iquote-update_q2_2021 #microsite_content .text_color_black.hero-banner .parallax-container .parallax-text h2,
.p-hpe-iquote-update_q2_2021 #microsite_content .text_color_black p {
  margin-bottom: 0 !important;
  color: #000 !important;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .text_color_black p {
  padding-bottom: 20px;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .text_color_black .btn-default {
  margin-left: 10px;
  border-color: #000;
  color: #000;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .hero-banner a.btn-primary:focus,
.p-hpe-iquote-update_q2_2021 #microsite_content .hero-banner a.btn-primary:active,
.p-hpe-iquote-update_q2_2021 #microsite_content .hero-banner a.btn-default:focus,
.p-hpe-iquote-update_q2_2021 #microsite_content .hero-banner a.btn-default:active {
  border: solid 2px #fff;
  outline: none;
  background: #fff;
  color: #000;
}

.p-hpe-iquote-update_q2_2021 #microsite_content a.btn-primary:focus,
.p-hpe-iquote-update_q2_2021 #microsite_content a.btn-primary:active {
  border: solid 2px transparent;
  border-radius: 0;
  outline: none;
  color: #000;
  filter: brightness(1.2);
}

#microsite_content .p_link_anchor_hpe a.anchor {
  margin-top: -80px;
  padding-top: 80px;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner a.btn-primary:focus,
.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner a.btn-primary:active {
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #000;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner a.btn-default:focus,
.p-hpe-flex-offers-update_q2_2021 #microsite_content .hero-banner a.btn-default:active {
  outline: 0;
  background: #fff;
  color: #000;
}

.p-hpe-flex-offers-update_q2_2021 #microsite_content a.btn-default:focus,
.p-hpe-flex-offers-update_q2_2021 #microsite_content a.btn-default:active {
  outline: 0;
  color: #000;
  filter: brightness(1.2);
}

.p-hpe-iquote-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(2),
.p-hpe-flex-offers-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(2) {
  display: block;
  width: 100%;
  background: #fff;
  text-align: left;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(2) p,
.p-hpe-flex-offers-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(2) p {
  color: #000 !important;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:last-of-type,
.p-hpe-flex-offers-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:last-of-type {
  width: 100%;
  border: none;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(2),
.p-hpe-flex-offers-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(2) {
  margin-bottom: 4rem;
}

.p-hpe-iquote-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(3),
.p-hpe-flex-offers-update_q2_2021 #microsite_content .one_col.s-contact .grid-col:nth-last-of-type(3) {
  margin-bottom: 0;
}
/******* End HPE Iquotes updated ******/
/* End */

/*** HPE Greenlake Page Fix ***/
.spr-global.hpe-greenlake-training #microsite_content section.customFix {
  margin-bottom: 0;
}

.spr-global.hpe-greenlake-training #microsite_content section.customFix .parallax-container .text {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.spr-global.hpe-greenlake-training #microsite_content a:focus {
  color: #000;
}
/*** End HPE Greenlake Page Fix ***/

#microsite_content section .parallax-text .btn:focus {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

/* Fix lighbox in 2.1.4.2.2 */
#microsite_content .s-2nd-gray-list .grid-col:nth-child(3) {
  padding: 65px 32px;
  background-color: #ededed;
}
#microsite_content .s-2nd-gray-list .grid-col:nth-child(3) ul {
  list-style-type: none !important;
}
#microsite_content .s-2nd-gray-list .grid-col:nth-child(3) ul {
  padding-left: 0;
}
#microsite_content .s-2nd-gray-list .grid-col:nth-child(3) ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  color: #4d4d4d;
}
#microsite_content .s-2nd-gray-list .grid-col:nth-child(3) ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("https://www.also.com/ec/cms5/media/img/placeholder_img/hpe_portal_1/checkmark.png") left 0 / contain no-repeat;
  content: "";
}
/* END | 2021-09-06 */

/*******************************************/
.p_custom_support_services #microsite_content .p_updated_text_2021 {
  background: url("https://www.also.com/ec/cms5/media/img/1010/test_6/hpe_campaigns/msa_boost_win_standalone/hpe-21q4-msa-campaign-refresh-bg01.jpg"),
    #eaeef1;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.p_custom_support_services #microsite_content .p_updated_text_2021 .highlight .lnk {
  text-decoration: none !important;
}
.p_custom_support_services #microsite_content .p_updated_text_2021 .highlight .lnk {
  color: #01a982;
}
.p_custom_support_services #microsite_content .p_updated_text_2021 .lnk {
  font-weight: normal !important;
}
.p_custom_support_services #microsite_content .p_updated_content_2021 {
  background: url("https://www.also.com/ec/cms5/media/img/1010/test_6/hpe_campaigns/msa_boost_win_standalone/hpe-21q4-msa-campaign-refresh-bg02.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.p_custom_support_services #microsite_content .p_updated_content_2021 .col-xs-12 {
  text-align: left;
}
.p_custom_support_services #microsite_content .p_updated_content_2021 picture {
  padding: 40px 0;
}
.p_custom_support_services #microsite_content .p_updated_btn_2021 p b .btn.btn-default {
  border-color: #000 !important;
  background: none !important;
  color: #000 !important;
}
.p_custom_support_services #microsite_content .p_updated_btn_2021 p b .btn.btn-default:hover {
  background: #000 !important;
  color: #fff !important;
}
#p-msa-boost-win-standalone #microsite_content .s-engage-bg_new {
  background: url("https://www.also.com/ec/cms5/media/img/1010/test_6/hpe_campaigns/msa_boost_win_standalone/hpe-21q4-msa-campaign-refresh-bg03.jpg"),
    #fdfaf2;
  background-position: right center;
  background-repeat: no-repeat;
}
#p-msa-boost-engage-and-grow .s-contact .btn-primary,
#p-msa-boost-win-standalone .s-contact .btn-primary {
  border-color: #fff !important;
  background: #fff !important;
  color: #000000 !important;
}
#p-msa-boost-engage-and-grow .s-contact .btn-primary,
#p-msa-boost-win-standalone .s-contact .btn-primary {
  border-color: #ffffff;
}
#p-msa-boost-engage-and-grow .s-contact .btn-primary:hover,
#p-msa-boost-win-standalone .s-contact .btn-primary:hover {
  border-color: #89e872 !important;
}
/*******************************************/

/*========================================
=            SPRING HPE STYLE            =
========================================*/
/**--------------------------------------------
 *               HPE PARTNER PROGRAM
 *---------------------------------------------**/
#p-hpe-portal-partner-program #microsite_content .btn {
  transition: all 300ms ease-in-out;
}
#p-hpe-portal-partner-program #microsite_content .l-wiify-bg {
  background: #f4f4f4
    url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/new_page/hpe_partner_program/en/hpe-partner-program_what-in-you-bg.png")
    no-repeat top center;
  background-size: cover;
}
#p-hpe-portal-partner-program #microsite_content .l-rf-bg {
  background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/new_page/hpe_partner_program/en/hpe-partner-program_contact-bg.jpg")
    no-repeat top center;
  background-size: cover;
}
#p-hpe-portal-partner-program #microsite_content .l-hpe-bg {
  background-color: #02aa82;
}
#p-hpe-portal-partner-program #microsite_content .m-parallax-text-black .parallax-container .parallax-text h2,
#p-hpe-portal-partner-program #microsite_content .m-parallax-text-black .parallax-container .parallax-text p {
  color: #000000 !important;
}
#p-hpe-portal-partner-program #microsite_content .m-parallax-text-black .parallax-container .parallax-text h2 {
  text-transform: none;
  text-transform: initial;
}
#p-hpe-portal-partner-program #microsite_content .m-btn-primary-white .btn-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #02aa82;
}
#p-hpe-portal-partner-program #microsite_content .m-btn-primary-white .btn-primary:hover {
  border-color: #02aa82;
  background: #02aa82;
  color: #ffffff;
}
#p-hpe-portal-partner-program #microsite_content .m-btn-primary-green .btn-primary {
  border-color: #02aa82 !important;
}
#p-hpe-portal-partner-program #microsite_content .m-btn-primary-green .btn-primary {
  background: #02aa82;
  color: #ffffff;
}
#p-hpe-portal-partner-program #microsite_content .m-btn-primary-green .btn-primary:hover {
  border-color: #02aa82;
  background: #ffffff;
  color: #02aa82;
}
#p-hpe-portal-partner-program #microsite_content .m-headline-green h3 {
  color: #02aa82 !important;
}
#p-hpe-portal-partner-program #microsite_content .m-body-white p {
  color: #ffffff;
}
#p-hpe-portal-partner-program #microsite_content .m-benefit-article .article > .row:nth-child(1) {
  padding-bottom: 0;
}
#p-hpe-portal-partner-program #microsite_content .m-benefit-article .article > .row:nth-child(1) img {
  border: 1px solid #02aa82;
  border-bottom-width: 0;
}
#p-hpe-portal-partner-program #microsite_content .m-benefit-article .article > .row:nth-child(2) {
  padding-top: 0;
}
#p-hpe-portal-partner-program #microsite_content .m-benefit-article .article > .row:nth-child(2) p {
  margin: 0;
  padding: 1rem 0.75rem;
  border: 1px solid #02aa82;
  background: #ffffff;
}
#p-hpe-portal-partner-program #microsite_content .m-hide-cancle-btn .mwf_buttonrow {
  display: flex;
  justify-content: center;
}
#p-hpe-portal-partner-program #microsite_content .m-hide-cancle-btn .mwf_buttonrow > div {
  width: 50%;
}
#p-hpe-portal-partner-program #microsite_content .m-hide-cancle-btn .mwf_buttonrow > div:first-child {
  display: none;
}
#p-hpe-portal-partner-program #microsite_content .m-hide-cancle-btn .mwf_buttonrow > div:last-child input {
  width: 100%;
}

/***** open HPE MS ROK *****/
.spr-hpe-ms-rok #microsite_content .hpe-ms-logo h2:before {
  display: block;
  top: -60px;
  width: 140px;
  height: 30px;
  margin-bottom: 15px;
  background-image: url(/ec/cms5/media/img/2800_hpe_portal/main/1_0_news_promotions/hpe_ms_rok_1/microsoft-logo.png);
  background-size: cover;
  content: "";
}

.spr-hpe-ms-rok #microsite_content .m-box-accordion .c-Akkordeon .panel-group {
  margin: 10px;
}

.spr-hpe-ms-rok #microsite_content .m-box-accordion .c-Akkordeon .panel {
  background-color: transparent;
}

.spr-hpe-ms-rok #microsite_content .m-box-accordion .c-Akkordeon a:after {
  top: 60% !important;
}

.spr-hpe-ms-rok #microsite_content .m-box-product .c-Products--gallery-Product {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.spr-hpe-ms-rok #microsite_content .m-box-product .c-Products--gallery-Product .row {
  padding: 20px;
  background-color: #fff;
}
/***** close HPE MS ROK *****/

/**--------------------------------------------
 *               Special Country Style
 *---------------------------------------------**/
.p-1010_portal_hpe #microsite_content .article.text_with_media img,
.p-2200_portal_hpe #microsite_content .article.text_with_media img,
.p-2900_portal_hpe #microsite_content .article.text_with_media img,
.p-5110_portal_hpe #microsite_content .article.text_with_media img,
.p-5210_portal_hpe #microsite_content .article.text_with_media img,
.p-5410_portal_hpe #microsite_content .article.text_with_media img,
.p-6110_portal_hpe #microsite_content .article.text_with_media img {
  padding-right: 0;
  padding-left: 0;
}

/*--------------- END OF Special Country Style --------------*/

/*=====  Start of HPE Portal - General Update | 2022  ======*/
/*=====  Start of Hide/Show Based on Language Code  ======*/
html[lang="en-DE"] .p-1010_portal_hpe .l-hidden--de-de {
  display: none;
}
html[lang="de-DE"] .p-1010_portal_hpe .l-hidden--en-de {
  display: none;
}

/*=====  End of Hide/Show Based on Language Code  ======*/
/*=====  End of HPE Portal - General Update | 2022  ======*/

/*--------------- END OF HPE PARTNER PROGRAM --------------*/

/**--------------------------------------------
 *               Proliant DL - Processors
 *---------------------------------------------**/
#p-proliant-dl-processors #microsite_content .l-product-room-bg {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/new_page/proliant_dl_processors/product-room_bg_2000px.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------- END OF Proliant DL - Processors --------------*/
/*=====  End of SPRING HPE STYLE  ======*/

/*=====  Start of HPE News & Promotion  ======*/

.teaser-overview .article-box .article-headline:first-child {
  text-indent: 9999px;
  opacity: 0;
}

/*=====  End of HPE News & Promotion  ======*/
/*=====  HPE ROK  ======*/
.spr-hpe-ms-rok #microsite_content .hero-banner.parallax-text_center .text-center .parallax-container .parallax-text .text {
  margin: 0 auto;
  text-align: center;
}
.spr-hpe-ms-rok #microsite_content .p_button_changed .btn,
.spr-hpe-ms-rok #microsite_content .p_button_changed .c-Products__bonuspoints,
.spr-hpe-ms-rok #microsite_content .p_button_changed .c-Products__price {
  display: none;
}
.spr-hpe-ms-rok #microsite_content .p_button_changed .c-Products__description .btn {
  display: block;
}
/*=====  End of HPE ROK  ======*/

/*---------------------hpe-alletra------------------*/
.p_hpe_alletra #microsite_content .hero-banner .parallax-container .parallax-text h2 {
  font-size: 4.8rem;
  text-transform: none;
}
.p_hpe_alletra #microsite_content .hero-banner .parallax-container .parallax-text h2,
.p_hpe_alletra #microsite_content h2 {
  color: #02aa82 !important;
}
.p_hpe_alletra #microsite_content h2 {
  font-size: 3.6rem;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_btn .btn-primary {
  border-color: #02aa82 !important;
  background-color: #02aa82 !important;
  color: #fff !important;
}
.p_hpe_alletra #microsite_content p {
  margin-bottom: 20px;
}
.p_hpe_alletra #microsite_content p b {
  font-size: 2.2rem;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_01,
.p_hpe_alletra #microsite_content .p_hpe_alletra_01 .container {
  background-color: #02aa82 !important;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_01 .container p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_02 {
  background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_alletra/bg01_1.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_02.p_hpe_alletra_02_2 {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_alletra/bg01_2.jpg");
  background-position: bottom right;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_03 {
  background-color: #f4f9f8;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container .col-md-4 .article {
  max-width: 330px;
  background-color: #fff;
  box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.05);
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container .col-md-4 .article h3 {
  color: #02aa82 !important;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container .col-md-4 .article h3 {
  font-size: 2rem;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_04 {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_alletra/bg02.jpg");
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #01383d;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_04 p,
.p_hpe_alletra #microsite_content .p_hpe_alletra_04 h2 {
  color: #fff !important;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05 {
  background-color: #f4f9f8;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05 h3 {
  color: #02aa82 !important;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05 h3 {
  font-size: 2rem;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05 p b {
  font-size: 1.8rem;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05 p .lnk {
  color: #02aa82 !important;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05 p .lnk {
  padding: 0;
  background: none;
  font-weight: normal;
  text-decoration: underline;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05_end {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_alletra/bg03.jpg");
  background-position: center bottom;
  background-size: auto;
  background-color: #f4f9f8;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_05_end p b {
  font-size: 2.4rem;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_07 h2 b {
  color: #000;
  font-size: 2.8rem;
}
.p_hpe_alletra #microsite_content .hpe_portal_col04 h3 {
  color: #02aa82 !important;
}
.p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container > .row {
  display: flex;
}
/*---------------------end hpe-alletra------------------*/
/*---------------------hpe_local_storage------------------*/
.p_hpe_alletra #microsite_content .p_hpe_alletra_btn .btn-primary:hover {
  border-color: #89e872 !important;
  background: #89e872 !important;
  color: #000 !important;
}
.p_hpe_local_storage #microsite_content .hero-banner .parallax-container .parallax-text h2,
.p_hpe_local_storage #microsite_content .hero-banner .parallax-container .parallax-text p.big {
  margin-bottom: 0 !important;
}
.p_hpe_local_storage #microsite_content .hero-banner .parallax-container .parallax-text h2,
.p_hpe_local_storage #microsite_content .hero-banner .parallax-container .parallax-text p.big {
  font-size: 2.4rem;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}
.p_hpe_local_storage #microsite_content .hero-banner .parallax-container .parallax-text p.big {
  color: #02aa82 !important;
}
.p_hpe_local_storage #microsite_content .hero-banner.tranform .parallax-container {
  min-height: 500px;
}
.p_hpe_local_storage #microsite_content .hero-banner .parallax-container .parallax-text p {
  max-width: 500px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 4rem;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_01 {
  background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_local_storage_experts_awareness/bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_01 .container {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_01 .container p {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.p_hpe_local_storage #microsite_content h2 {
  color: #000 !important;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_02 ul li {
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  list-style: none;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_02 ul li:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_local_storage_experts_awareness/star.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 h3 {
  color: #02aa82 !important;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 h3 {
  font-size: 2.6rem;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 .container > .row {
  display: flex;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 p {
  color: #fff;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 .row > .grid-col {
  margin-top: 4rem;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 p b {
  color: #000;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 .col-md-6 {
  padding: 40px 20px;
  background: #02aa82;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 .col-md-6:last-of-type {
  background: #006b7d;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 {
  background-color: #f6f6f6;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .col-md-6 {
  margin-bottom: 6rem;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .col-md-6 .article {
  max-width: 500px;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.05);
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .article h3 {
  color: #02aa82 !important;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .article h3 {
  font-size: 2.4rem;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .article .lnk {
  color: #02aa82 !important;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .article .lnk {
  padding: 0;
  background: none;
  text-decoration: underline;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .article .lnk:hover {
  text-decoration: none;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04 .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04.p_hpe_local_storage_04_bg01 {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_local_storage_experts_awareness/bg04.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04.p_hpe_local_storage_04_bg02 {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/2_0_products_solutions/2_2_hpe_storage_backup/2_2_1_all_flash_hybrid_storage/2_2_1_5_hpe_local_storage_experts_awareness/bg05.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p_hpe_local_storage #microsite_content .p_hpe_local_storage_04.p_hpe_local_storage_04_bg02 p {
  font-size: 2rem;
}
.p_hpe_local_2022.hero-banner p .btn-primary {
  border-color: #02aa82 !important;
  background-color: #02aa82 !important;
  color: #fff !important;
}
#microsite_content .p_hpe_local_2022.hero-banner p.big {
  font-size: 3.2rem !important;
  font-family: "Inter var", Helvetica, Arial, sans-serif !important;
}
#microsite_content .p_hpe_local_2022.hero-banner p.big {
  font-weight: bold;
  line-height: 1.3;
}
#microsite_content .p_hpe_local_2022.hero-banner .parallax-container .text {
  max-width: 50%;
}
#microsite_content .p_hpe_local_2022.hero-banner .parallax-container .parallax-text h2 {
  margin-bottom: 0 !important;
  color: #02aa82 !important;
}
#microsite_content .p_hpe_local_2022.hero-banner .parallax-container .parallax-text h2 {
  font-size: 2.4rem;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
  text-transform: inherit;
}
.btn_focus_link .article .btn-primary:focus {
  color: #000 !important;
}
/*---------------------end hpe_local_storage------------------*/

/*=====  HPE PORTAL GREENLAKE ENERGIZE TEMPLATE STYLE  ======*/

.hpe-greenlake-energize-main .breadcrumb::after {
  background-image: none;
}

.hpe-greenlake-energize-top {
  height: 906px;
  background-image: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/top_image.png);
  background-position: center;
  background-repeat: no-repeat;
}

.hpe-greenlake-energize-top h4 {
  color: #fff !important;
  font-size: 32px !important;
  text-indent: -90px !important;
}

.hpe-greenlake-energize-top h4 {
  -moz-transform: matrix(0.79738437017507, 0, 0, 0.79738437017507, 0, 0);
  -webkit-transform: matrix(0.79738437017507, 0, 0, 0.79738437017507, 0, 0);
  -ms-transform: matrix(0.79738437017507, 0, 0, 0.79738437017507, 0, 0);
  margin-top: 346px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.147;
  text-shadow: 0px 11px 32px rgba(1, 44, 92, 0.11), 0px 11px 32px rgba(1, 44, 92, 0.17), 0px 11px 32px rgba(1, 44, 92, 0.32),
    0px 3px 32px rgba(3, 15, 25, 0.32), 0px 3px 32px rgba(3, 15, 25, 0.32), 0px 3px 8px rgba(6, 52, 92, 0.32);
}

.hpe-greenlake-energize-subtitle {
  margin-bottom: 90px;
}

.hpe-greenlake-energize-subtitle p {
  font-size: 35px !important;
  line-height: 44px !important;
}

.hpe-greenlake-energize-subtitle p {
  padding: 0px 196px;
  color: #013d70;
}

.hpe-greenlake-energize-subtitle p a {
  padding: 12px 25px !important;
  border: 4px solid black !important;
  background: none !important;
  font-size: 21px !important;
}

.hpe-greenlake-energize-subtitle p a {
  position: relative;
  top: 16px;
  text-transform: uppercase;
}

.hpe-greenlake-energize-section01 {
  position: relative;
}

.hpe-greenlake-energize-section01 h4 {
  color: #12bd95 !important;
  font-size: 27px !important;
}

.hpe-greenlake-energize-section01 h4 {
  margin-top: 120px;
  font-weight: bold;
}

.hpe-greenlake-energize-section01 p:nth-child(3) {
  line-height: 24px !important;
}

.hpe-greenlake-energize-section01 p:nth-child(3) {
  margin-top: 80px;
  padding-right: 160px;
  color: #9c9c9c;
}

.hpe-greenlake-energize-section01 > div > div::before {
  z-index: 0;
  position: absolute;
  top: 0px;
  content: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/section01_img.png);
}

.hpe-greenlake-energize-section01 p.big {
  margin-bottom: -20px !important;
  font-size: 26px !important;
}

.hpe-greenlake-energize-section01 p.big {
  position: relative;
  top: 50px;
  color: #d3d3d3;
  font-family: "times new roman";
}

.hpe-greenlake-energize-section02 p:nth-child(3) {
  line-height: 24px !important;
}

.hpe-greenlake-energize-section02 p:nth-child(3) {
  margin-top: 80px;
  margin-left: 38px;
  padding-right: 160px;
  color: #9c9c9c;
}

.hpe-greenlake-energize-section02 > div > div::before {
  z-index: 0;
  position: absolute;
  margin-top: 100px;
  content: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/section02_img.png);
}

.hpe-greenlake-energize-section02 h4 {
  color: #12bd95 !important;
  font-size: 27px !important;
}

.hpe-greenlake-energize-section02 h4 {
  margin-top: 269px;
  margin-left: 40px;
  font-weight: bold;
}

.hpe-greenlake-energize-section02 p.big {
  margin-bottom: -20px !important;
  font-size: 26px !important;
}

.hpe-greenlake-energize-section02 p.big {
  position: relative;
  top: 161px;
  right: 80px;
  color: #d3d3d3;
  font-family: "times new roman";
  text-align: right;
}

.hpe-greenlake-energize-registernow {
  height: 691px;
  margin-top: 120px;
  margin-bottom: 110px;
  background-image: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/signup_bg.png);
  background-size: cover;
}

.hpe-greenlake-energize-registernow .text_with_media {
  position: relative;
  top: 262px;
  width: 502px;
  padding: 20px;
  background-color: #119c78;
}

.hpe-greenlake-energize-registernow h2 {
  color: #fff !important;
  font-size: 48px !important;
  line-height: 50px !important;
  text-transform: uppercase !important;
}

.hpe-greenlake-energize-registernow p {
  color: #fff !important;
  font-size: 27px !important;
}

.hpe-greenlake-energize-registernow a.lnk {
  top: 10px !important;
  padding: 10px 25px !important;
  border: 4px solid #000 !important;
  background: none !important;
  font-size: 20px !important;
}

.hpe-greenlake-energize-registernow a.lnk {
  position: relative;
}

.hpe-greenlake-energize-section03 h4 {
  color: #12bd95 !important;
  font-size: 36px !important;
  line-height: 43px !important;
}

.hpe-greenlake-energize-section03 h4 {
  font-weight: bold;
}

.hpe-greenlake-energize-section03 p {
  line-height: 24px !important;
}

.hpe-greenlake-energize-section03 p {
  margin-top: 25px;
  padding-right: 80px;
  color: #9c9c9c;
}

.hpe-greenlake-energize-section03 img.img-responsive.img-original {
  margin-right: 0px !important;
  float: right !important;
}

.hpe-greenlake-energize-form {
  margin-top: 60px;
}

.hpe-greenlake-energize-form h4 {
  padding-right: 330px !important;
  font-size: 62px !important;
  line-height: 59px !important;
  text-transform: uppercase !important;
}

.hpe-greenlake-energize-form h4 {
  font-weight: 900;
  font-family: "ralewayregular";
}

.hpe-greenlake-energize-form h4:after {
  position: absolute;
  top: 20px;
  right: 110px;
  content: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/signup%20icon.png);
}

/*.hpe-greenlake-energize-form div>div>div>p {
  color: #fff!important;
  font-size: 26px!important;
  margin-top: 30px;
  margin-bottom: -40px!important;
}*/

.hpe-greenlake-energize-form .mwf-form h3 {
  padding-left: 0 !important;
  color: #fff !important;
  font-size: 26px !important;
  font-family: "ralewayregular", Helvetica, Arial, sans-serif !important;
}

.hpe-greenlake-energize-form .container {
  padding: 60px 0px !important;
}

.hpe-greenlake-energize-form .container {
  background-color: #11c093;
  box-shadow: 80px 0px 0px 0px #11c093, -80px 0px 0px 0px #11c093;
}

.hpe-greenlake-energize-form .col-md-3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}

.hpe-greenlake-energize-form .btn-secondary {
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  border: 4px solid black !important;
  background: #2e6da4 !important;
  font-weight: 700 !important;
}

.hpe-greenlake-energize-form .btn-secondary:hover {
  border-color: #89e872 !important;
  background-color: #000 !important;
  color: #fff !important;
}

.hpe-greenlake-energize-footer {
  height: 740px;
  margin-top: 50px;
  background: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/Footer_image.png);
  background-position: top center;
  background-repeat: no-repeat;
}
#hpe-vmware.p_hpe-vmware_2900 #microsite_content .l-rf-bg {
  background-image: url(https://www.also.com/ec/cms5/media/img/2900/customer_4/providers_15/hpe_portal_3/promotions_52/hpe_vmware/bg_1920_4.jpg);
  background-color: #01161b;
}

#hpe-vmware #microsite_content .s-contact .grid-col .btn-primary {
  border-color: #fff !important;
}

#hpe-vmware #microsite_content .s-contact .grid-col .btn-primary {
  background: #fff;
  color: #000;
}
#hpe-vmware #microsite_content .s-contact .grid-col .btn-primary:hover {
  border-color: #89e872 !important;
}

/*=====  End of HPE PORTAL GREENLAKE ENERGIZE TEMPLATE STYLE  ======*/
/****** open HPE POINTNEXT PAGE *****/
.p_pointnext #microsite_content span.highlight {
  color: #89e772;
}

.p_pointnext #microsite_content .footer-bg {
  background-image: url(/ec/cms5/media/img/2800_hpe_portal/main/new_page/pointnext_1/footer-bg.jpg);
  background-position: top left;
  background-size: cover;
}
/****** close HPE POINTNEXT PAGE *****/

/* ==================== */
/* cloudphysics - simpliVity */
/* ==================== */
.p_hpe_cloudphysics #microsite_content .p_hpe_cloudphysics_sec h1,
.p_hpe_cloudphysics #microsite_content .p_hpe_cloudphysics_sec p,
.p_hpe_simpliVity #microsite_content .p_hpe_simpliVity_sec h1,
.p_hpe_simpliVity #microsite_content .p_hpe_simpliVity_sec p {
  color: #fff;
  text-transform: none;
}
.p_hpe_cloudphysics #microsite_content p b,
.p_hpe_simpliVity #microsite_content p b {
  color: #0d4f62;
}
.p_hpe_cloudphysics #microsite_content .p_hpe_cloudphysics_sec {
  min-height: 350px;
  padding-top: 70px;
  background: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hpe_23/hpe_portal_6/storage_coach/bg_video_hpe_cloudphysics.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_hpe_simpliVity #microsite_content .p_hpe_simpliVity_sec {
  min-height: 350px;
  padding-top: 70px;
  background: url("https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hpe_23/hpe_portal_6/storage_coach/bg_video_hpe_simplivity.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p_hpe_cloudphysics #microsite_content .p_hpe_cloudphysics_sec p.big,
.p_hpe_simpliVity #microsite_content .p_hpe_simpliVity_sec p.big {
  font-size: 1.8rem;
}

/* ==================== */
/* end cloudphysics - simpliVity */
/* ==================== */

/* ==================== */
/*    OPEN HPE SIMPLIVITY 2022   */
/* ==================== */
.spri-hpe-simplivity-custom #microsite_content .hero-banner .text p.big {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 4rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-text-below-banner .article.text_with_media h2 {
  font-size: 3.6rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-icon .article.text_with_media h3 {
  color: #000 !important;
}
.spri-hpe-simplivity-custom #microsite_content .spri-more-info {
  margin-top: -30px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup {
  padding: 80px 0;
  background-color: #f6f6f6;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media > .row {
  display: flex;
  align-items: center;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media h3 {
  color: #000 !important;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media h3 {
  margin-bottom: 25px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media p:nth-last-child(2) {
  margin-bottom: 20px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media p:last-child {
  margin-bottom: 0;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media .btn-primary {
  display: block;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul {
  list-style-type: none !important;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 1.8rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul li::before {
  display: flex;
  position: absolute;
  top: -2px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #01a982;
  content: "";
  color: #fff;
  font-size: 1.8rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul li:nth-child(1)::before {
  content: "1";
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul li:nth-child(2)::before {
  content: "2";
}
.spri-hpe-simplivity-custom #microsite_content .spri-block-signup .article.text_with_media ul li:nth-child(3)::before {
  content: "3";
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity {
  padding: 50px 0;
  background-image: url(https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/simplivity_2/hpe_22q3_simplivity/bg-section-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity .article.text_with_media .row {
  display: flex;
  align-items: center;
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity .article.text_with_media .row h2 {
  color: #fff;
  font-size: 3.6rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity .article.text_with_media .row p.big {
  font-weight: bold;
  font-size: 2.8rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity .article.text_with_media .row p {
  color: #fff;
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity .article.text_with_media .row p:not(.big) {
  margin-bottom: 25px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-hpe-simplivity .article.text_with_media .row p:last-child {
  margin-bottom: 0;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit {
  padding-top: 40px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit .article.text_with_media h2 {
  margin-bottom: 20px;
  font-size: 3.6rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit-content {
  margin-bottom: 40px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit-content .article.text_with_media > .row {
  display: flex;
  align-items: center;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit-content-1 .article.text_with_media .col-xs-12.col-md-6:first-child {
  padding-right: 0;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit-content-1 .article.text_with_media .col-xs-12.col-md-6:last-child {
  padding-left: 120px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit-content-2 .article.text_with_media .col-xs-12.col-md-6:first-child {
  padding-right: 120px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-benifit-content-2 .article.text_with_media .col-xs-12.col-md-6:last-child {
  padding-left: 0;
}
.spri-hpe-simplivity-custom #microsite_content .spri-talk-our-team {
  padding-bottom: 40px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer {
  background-image: url(https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/simplivity_2/hpe_22q3_simplivity/bg-footer_24.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer .article.text_with_media h2,
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer .article.text_with_media p,
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer .article.text_with_media li {
  color: #fff;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-download-img {
  padding-top: 50px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-download-img .col-for-image {
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-download-img .article.text_with_media > .row {
  display: flex;
  align-items: center;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-download-img .article.text_with_media h2 {
  font-size: 3.6rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-download-img .article.text_with_media p {
  font-size: 2.4rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools {
  padding: 40px 0 30px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .container > .row {
  display: flex;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media {
  margin: 0 25px;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media h2 {
  margin-bottom: 10px;
  font-size: 3rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media p {
  margin-bottom: 20px;
  font-size: 2rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media ul {
  list-style-type: none !important;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media ul {
  padding-left: 0px;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media ul li {
  position: relative;
  padding-left: 35px;
  font-size: 1.8rem;
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-tools .article.text_with_media ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.spri-hpe-simplivity-custom #microsite_content .spri-bg-footer.spri-cta-download {
  padding-bottom: 30px;
}
/* ==================== */
/*    END HPE SIMPLIVITY 2022   */
/* ==================== */

/* ==================== */
/*   HPE Portal 2022   */
/* ==================== */
.p_hpe_portal_2022 #microsite_content section .btn-primary {
  background: #89e872 !important;
}
.p_hpe_portal_2022 #microsite_content section .btn-primary {
  border-color: #89e872;
  color: #000;
}
.p_hpe_portal_2022 #microsite_content .s-contact .grid-col .btn-primary {
  background: #fff !important;
}
.p_hpe_portal_2022 #microsite_content .s-contact .grid-col .btn-primary:hover {
  background: #89e872 !important;
}
.p_hpe_portal_2022 #microsite_content .s-contact .grid-col .btn-primary:hover {
  border-color: #89e872;
}
/* ==================== */
/*   HPE Portal 2022   */
/* ==================== */

/**************p_hpemsa_flexoffe***************/
.p_hpemsa_flexoffers #microsite_content .spri-term-bg {
  background-image: url(/ec/cms5/media/img/3100/microsites_8/hpe_1/kampanjer_20/hpe_msa_flexoffers_incentive/bg-footer.jpg);
}
/***************end p_hpemsa_flexoffe***************/

/* ==================== */
/* Aruba Instant On 2022 */
/* ==================== */

.p_aruba_instant_on #microsite_content .p_aruba_instant_on_arrow .col-md-4 .row:nth-of-type(2) .col-xs-12 {
  padding-left: 30px;
  background-image: url(https://www.also.com/ec/cms5/media/img/1010_anbieter_1/hpe_23/hpe_portal_6/aruba_instant_on_2/arroww.png);
  background-position: left top 40px;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
.p_aruba_instant_on #microsite_content .p_aruba_instant_on_arrow .col-md-4 .row .col-for-image {
  padding: 0;
}
.p_aruba_instant_on #microsite_content .p_aruba_instant_on_banner .parallax-container {
  min-height: 300px;
}
/* ==================== */
/* Aruba Instant On 2022 */
/* ==================== */

/* ==================== */
/* Fix Button Form */
/* ==================== */

#microsite_content .mwf-form .mwf_buttonrow .col-md-3[data-mwf-container^="_cancel_"] {
  display: none !important;
}

#microsite_content .mwf-form .mwf_buttonrow .col-md-3[data-mwf-container^="_finish_"] {
  display: inline-block !important;
  width: auto !important;
}

/* ==================== */
/* Fix Button Form */
/* ==================== */

@import url("https://rsms.me/inter/inter.css");

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/ec/cms5/media/css/webfonts/icomoon/icomoon_eot.eot?fuhwcf");
  src: url("/ec/cms5/media/css/webfonts/icomoon/icomoon_eot.eot?fuhwcf#iefix") format("embedded-opentype"),
    url("/ec/cms5/media/css/webfonts/icomoon/icomoon_ttf.ttf?fuhwcf") format("truetype"),
    url("/ec/cms5/media/css/webfonts/icomoon/icomoon_woff.woff?fuhwcf") format("woff"),
    url("/ec/cms5/media/css/webfonts/icomoon/icomoon_svg.svg?fuhwcf#icomoon") format("svg");
  font-family: "icomoon";
}

/* Also GLOBAL STYLE green green green green green green green green green green green green green green green green green green green green green */

/* HPE PORTAL STYLE */

/*=====  Start of HPE Portal - MSA Boost Win | Update 2022  ======*/
#p-hpe-msa-boost-win #microsite_content .inner-pt-1r .container > .row {
  padding-top: 1rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-1r .container > .row {
  padding-right: 1rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-1r .container > .row {
  padding-bottom: 1rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-1r .container > .row {
  padding-left: 1rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-2r .container > .row {
  padding-top: 2rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-2r .container > .row {
  padding-right: 2rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-2r .container > .row {
  padding-bottom: 2rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-2r .container > .row {
  padding-left: 2rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-3r .container > .row {
  padding-top: 3rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-3r .container > .row {
  padding-right: 3rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-3r .container > .row {
  padding-bottom: 3rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-3r .container > .row {
  padding-left: 3rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-4r .container > .row {
  padding-top: 4rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-4r .container > .row {
  padding-right: 4rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-4r .container > .row {
  padding-bottom: 4rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-4r .container > .row {
  padding-left: 4rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-5r .container > .row {
  padding-top: 5rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-5r .container > .row {
  padding-right: 5rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-5r .container > .row {
  padding-bottom: 5rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-5r .container > .row {
  padding-left: 5rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-6r .container > .row {
  padding-top: 6rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-6r .container > .row {
  padding-right: 6rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-6r .container > .row {
  padding-bottom: 6rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-6r .container > .row {
  padding-left: 6rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-7r .container > .row {
  padding-top: 7rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-7r .container > .row {
  padding-right: 7rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-7r .container > .row {
  padding-bottom: 7rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-7r .container > .row {
  padding-left: 7rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-8r .container > .row {
  padding-top: 8rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-8r .container > .row {
  padding-right: 8rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-8r .container > .row {
  padding-bottom: 8rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-8r .container > .row {
  padding-left: 8rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pt-9r .container > .row {
  padding-top: 9rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pr-9r .container > .row {
  padding-right: 9rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pb-9r .container > .row {
  padding-bottom: 9rem;
}

#p-hpe-msa-boost-win #microsite_content .inner-pl-9r .container > .row {
  padding-left: 9rem;
}

#p-hpe-msa-boost-win #microsite_content .d-inline {
  display: inline !important;
}

#p-hpe-msa-boost-win #microsite_content .d-inline-block {
  display: inline-block !important;
}

#p-hpe-msa-boost-win #microsite_content .d-block {
  display: block !important;
}

#p-hpe-msa-boost-win #microsite_content .d-grid {
  display: grid !important;
}

#p-hpe-msa-boost-win #microsite_content .d-table {
  display: table !important;
}

#p-hpe-msa-boost-win #microsite_content .d-table-row {
  display: table-row !important;
}

#p-hpe-msa-boost-win #microsite_content .d-table-cell {
  display: table-cell !important;
}

#p-hpe-msa-boost-win #microsite_content .d-flex {
  display: flex !important;
}

#p-hpe-msa-boost-win #microsite_content .d-inline-flex {
  display: inline-flex !important;
}

#p-hpe-msa-boost-win #microsite_content .d-none {
  display: none !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-inline .article > .row {
  display: inline !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-inline-block .article > .row {
  display: inline-block !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-block .article > .row {
  display: block !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-grid .article > .row {
  display: grid !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-table .article > .row {
  display: table !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-table-row .article > .row {
  display: table-row !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-table-cell .article > .row {
  display: table-cell !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-flex .article > .row {
  display: flex !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-inline-flex .article > .row {
  display: inline-flex !important;
}

#p-hpe-msa-boost-win #microsite_content .article-d-none .article > .row {
  display: none !important;
}

#p-hpe-msa-boost-win #microsite_content .position-static {
  position: static !important;
}

#p-hpe-msa-boost-win #microsite_content .position-relative {
  position: relative !important;
}

#p-hpe-msa-boost-win #microsite_content .position-absolute {
  position: absolute !important;
}

#p-hpe-msa-boost-win #microsite_content .position-fixed {
  position: fixed !important;
}

#p-hpe-msa-boost-win #microsite_content .position-sticky {
  position: sticky !important;
}

#p-hpe-msa-boost-win #microsite_content .w-25 {
  width: 25% !important;
}

#p-hpe-msa-boost-win #microsite_content .w-50 {
  width: 50% !important;
}

#p-hpe-msa-boost-win #microsite_content .w-75 {
  width: 75% !important;
}

#p-hpe-msa-boost-win #microsite_content .w-100 {
  width: 100% !important;
}

#p-hpe-msa-boost-win #microsite_content .w-auto {
  width: auto !important;
}

#p-hpe-msa-boost-win #microsite_content .mw-100 {
  max-width: 100% !important;
}

#p-hpe-msa-boost-win #microsite_content .vw-100 {
  width: 100vw !important;
}

#p-hpe-msa-boost-win #microsite_content .min-vw-100 {
  min-width: 100vw !important;
}

#p-hpe-msa-boost-win #microsite_content .h-25 {
  height: 25% !important;
}

#p-hpe-msa-boost-win #microsite_content .h-50 {
  height: 50% !important;
}

#p-hpe-msa-boost-win #microsite_content .h-75 {
  height: 75% !important;
}

#p-hpe-msa-boost-win #microsite_content .h-100 {
  height: 100% !important;
}

#p-hpe-msa-boost-win #microsite_content .h-auto {
  height: auto !important;
}

#p-hpe-msa-boost-win #microsite_content .mh-100 {
  max-height: 100% !important;
}

#p-hpe-msa-boost-win #microsite_content .vh-100 {
  height: 100vh !important;
}

#p-hpe-msa-boost-win #microsite_content .min-vh-100 {
  min-height: 100vh !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-fill {
  flex: 1 1 auto !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-row {
  flex-direction: row !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-column {
  flex-direction: column !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-row-reverse {
  flex-direction: row-reverse !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-column-reverse {
  flex-direction: column-reverse !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-grow-0 {
  flex-grow: 0 !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-grow-1 {
  flex-grow: 1 !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-shrink-0 {
  flex-shrink: 0 !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-shrink-1 {
  flex-shrink: 1 !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-wrap {
  flex-wrap: wrap !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-nowrap {
  flex-wrap: nowrap !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-justify-content-start {
  justify-content: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-justify-content-end {
  justify-content: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-justify-content-center {
  justify-content: center !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-justify-content-between {
  justify-content: space-between !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-justify-content-around {
  justify-content: space-around !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-justify-content-evenly {
  justify-content: space-evenly !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-items-start {
  align-items: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-items-end {
  align-items: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-items-center {
  align-items: center !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-items-baseline {
  align-items: baseline !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-items-stretch {
  align-items: stretch !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-content-start {
  align-content: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-content-end {
  align-content: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-content-center {
  align-content: center !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-content-between {
  align-content: space-between !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-content-around {
  align-content: space-around !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-content-stretch {
  align-content: stretch !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-self-auto {
  align-self: auto !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-self-start {
  align-self: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-self-end {
  align-self: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-self-center {
  align-self: center !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-self-baseline {
  align-self: baseline !important;
}

#p-hpe-msa-boost-win #microsite_content .inline-align-self-stretch {
  align-self: stretch !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-fill .article > .row {
  flex: 1 1 auto !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-row .article > .row {
  flex-direction: row !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-column .article > .row {
  flex-direction: column !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-row-reverse .article > .row {
  flex-direction: row-reverse !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-column-reverse .article > .row {
  flex-direction: column-reverse !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-grow-0 .article > .row {
  flex-grow: 0 !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-grow-1 .article > .row {
  flex-grow: 1 !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-shrink-0 .article > .row {
  flex-shrink: 0 !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-shrink-1 .article > .row {
  flex-shrink: 1 !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-wrap .article > .row {
  flex-wrap: wrap !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-nowrap .article > .row {
  flex-wrap: nowrap !important;
}

#p-hpe-msa-boost-win #microsite_content .article-flex-wrap-reverse .article > .row {
  flex-wrap: wrap-reverse !important;
}

#p-hpe-msa-boost-win #microsite_content .article-justify-content-start .article > .row {
  justify-content: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .article-justify-content-end .article > .row {
  justify-content: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .article-justify-content-center .article > .row {
  justify-content: center !important;
}

#p-hpe-msa-boost-win #microsite_content .article-justify-content-between .article > .row {
  justify-content: space-between !important;
}

#p-hpe-msa-boost-win #microsite_content .article-justify-content-around .article > .row {
  justify-content: space-around !important;
}

#p-hpe-msa-boost-win #microsite_content .article-justify-content-evenly .article > .row {
  justify-content: space-evenly !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-items-start .article > .row {
  align-items: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-items-end .article > .row {
  align-items: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-items-center .article > .row {
  align-items: center !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-items-baseline .article > .row {
  align-items: baseline !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-items-stretch .article > .row {
  align-items: stretch !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-content-start .article > .row {
  align-content: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-content-end .article > .row {
  align-content: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-content-center .article > .row {
  align-content: center !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-content-between .article > .row {
  align-content: space-between !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-content-around .article > .row {
  align-content: space-around !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-content-stretch .article > .row {
  align-content: stretch !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-self-auto .article > .row {
  align-self: auto !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-self-start .article > .row {
  align-self: flex-start !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-self-end .article > .row {
  align-self: flex-end !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-self-center .article > .row {
  align-self: center !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-self-baseline .article > .row {
  align-self: baseline !important;
}

#p-hpe-msa-boost-win #microsite_content .article-align-self-stretch .article > .row {
  align-self: stretch !important;
}

#p-hpe-msa-boost-win #microsite_content .text-white {
  color: #ffffff !important;
}
#p-hpe-msa-boost-win #microsite_content .text-white .highlight {
  color: #000000 !important;
}
#p-hpe-msa-boost-win #microsite_content .btn {
  margin: 0;
  font-size: 16px;
  text-transform: none;
}
#p-hpe-msa-boost-win #microsite_content .btn + .btn {
  margin-left: 2rem;
}
#p-hpe-msa-boost-win #microsite_content .btn-primary {
  border-color: #05ab85;
  background-color: #05ab85;
  color: #ffffff;
}
#p-hpe-msa-boost-win #microsite_content .btn-primary:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}
#p-hpe-msa-boost-win #microsite_content .btn-default {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
#p-hpe-msa-boost-win #microsite_content .btn-default:hover {
  background-color: transparent;
}
#p-hpe-msa-boost-win #microsite_content a.lnk {
  padding-left: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #276ef1;
  font-weight: normal;
  text-decoration: underline;
}
#p-hpe-msa-boost-win #microsite_content a.lnk:hover {
  border-bottom-color: transparent;
  color: #05ab85;
}
#p-hpe-msa-boost-win #microsite_content .highlight p {
  font-weight: normal;
}
#p-hpe-msa-boost-win #microsite_content .highlight a.lnk {
  border-bottom-color: transparent;
  color: #05ab85;
  font-weight: normal;
}
#p-hpe-msa-boost-win #microsite_content .highlight a.lnk:hover {
  border-bottom-color: transparent;
  color: #006b7d;
}
#p-hpe-msa-boost-win #microsite_content .link-white a.lnk {
  color: #ffffff;
}
#p-hpe-msa-boost-win #microsite_content .link-white a.lnk:hover {
  text-decoration: none;
}
#p-hpe-msa-boost-win #microsite_content .hero-banner .btn {
  margin-top: 2rem;
}
#p-hpe-msa-boost-win #microsite_content .hero-banner .parallax-container .parallax img {
  max-width: 100%;
}
#p-hpe-msa-boost-win #microsite_content .hero-banner--expand .parallax-container {
  min-height: 70rem;
}
#p-hpe-msa-boost-win #microsite_content .hero-banner--footnote .nowrap {
  position: absolute;
  bottom: -100%;
  width: 100%;
}
#p-hpe-msa-boost-win #microsite_content .hero-banner--footnote .nowrap:after {
  display: block;
  position: relative;
  width: 100%;
  height: 2rem;
  margin-top: 2rem;
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/1_0_news_promotions/msa_boost_win/en_6/x1_2/logo_hpe_x1.png");
  background-repeat: no-repeat;
  content: "";
}
#p-hpe-msa-boost-win #microsite_content .article-img-nopadding .article img {
  padding-right: 0;
  padding-left: 0;
}
#p-hpe-msa-boost-win #microsite_content .box {
  margin-bottom: 15px !important;
}
#p-hpe-msa-boost-win #microsite_content .box > .row {
  padding: 2rem;
}
#p-hpe-msa-boost-win #microsite_content .box--main > .row {
  background-color: #006b7d !important;
}
#p-hpe-msa-boost-win #microsite_content .box--sub > .row {
  background-color: #05ab85 !important;
}
#p-hpe-msa-boost-win #microsite_content .box--accent > .row {
  background-color: #276ef1 !important;
}
#p-hpe-msa-boost-win #microsite_content .box--grey > .row {
  background-color: #f8f8f8 !important;
}
#p-hpe-msa-boost-win #microsite_content .box--globe-bg {
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/1_0_news_promotions/msa_boost_win/en_6/x1_2/bg_how-it-works_x1.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
}
#p-hpe-msa-boost-win #microsite_content .box--main-bg {
  background-color: #006b7d;
}
#p-hpe-msa-boost-win #microsite_content .box--sub-bg {
  background-color: #05ab85;
}
#p-hpe-msa-boost-win #microsite_content .box--grey-bg {
  background-color: #f8f8f8;
}
#p-hpe-msa-boost-win #microsite_content .box--container-grey .container > .row {
  background-color: #f8f8f8 !important;
}
#p-hpe-msa-boost-win #microsite_content .box--container-black .container > .row {
  background-color: #000000 !important;
}
#p-hpe-msa-boost-win #microsite_content .box--article-grey .container > .row > div[class^="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
#p-hpe-msa-boost-win #microsite_content .box--article-grey .article > .row {
  background-color: #f8f8f8 !important;
}
#p-hpe-msa-boost-win #microsite_content .container-text-white h1,
#p-hpe-msa-boost-win #microsite_content .container-text-white h2,
#p-hpe-msa-boost-win #microsite_content .container-text-white h3,
#p-hpe-msa-boost-win #microsite_content .container-text-white h4,
#p-hpe-msa-boost-win #microsite_content .container-text-white h5,
#p-hpe-msa-boost-win #microsite_content .container-text-white h6,
#p-hpe-msa-boost-win #microsite_content .container-text-white p,
#p-hpe-msa-boost-win #microsite_content .container-text-white span {
  color: #ffffff !important;
}
#p-hpe-msa-boost-win #microsite_content .headline--main h1,
#p-hpe-msa-boost-win #microsite_content .headline--main h2,
#p-hpe-msa-boost-win #microsite_content .headline--main h3,
#p-hpe-msa-boost-win #microsite_content .headline--main h4,
#p-hpe-msa-boost-win #microsite_content .headline--main h5,
#p-hpe-msa-boost-win #microsite_content .headline--main h6 {
  color: #006b7d !important;
}
#p-hpe-msa-boost-win #microsite_content .headline--sub h1,
#p-hpe-msa-boost-win #microsite_content .headline--sub h2,
#p-hpe-msa-boost-win #microsite_content .headline--sub h3,
#p-hpe-msa-boost-win #microsite_content .headline--sub h4,
#p-hpe-msa-boost-win #microsite_content .headline--sub h5,
#p-hpe-msa-boost-win #microsite_content .headline--sub h6 {
  color: #05ab85 !important;
}
#p-hpe-msa-boost-win #microsite_content .headline--accent h1,
#p-hpe-msa-boost-win #microsite_content .headline--accent h2,
#p-hpe-msa-boost-win #microsite_content .headline--accent h3,
#p-hpe-msa-boost-win #microsite_content .headline--accent h4,
#p-hpe-msa-boost-win #microsite_content .headline--accent h5,
#p-hpe-msa-boost-win #microsite_content .headline--accent h6 {
  color: #276ef1 !important;
}
#p-hpe-msa-boost-win #microsite_content .headline--white h1,
#p-hpe-msa-boost-win #microsite_content .headline--white h2,
#p-hpe-msa-boost-win #microsite_content .headline--white h3,
#p-hpe-msa-boost-win #microsite_content .headline--white h4,
#p-hpe-msa-boost-win #microsite_content .headline--white h5,
#p-hpe-msa-boost-win #microsite_content .headline--white h6 {
  color: #ffffff !important;
}
#p-hpe-msa-boost-win #microsite_content .body--white p {
  color: #ffffff !important;
}
#p-hpe-msa-boost-win #microsite_content .body--white ul {
  color: #ffffff !important;
}
#p-hpe-msa-boost-win #microsite_content .body--white ul li {
  color: #ffffff !important;
}
#p-hpe-msa-boost-win #microsite_content .body--white .highlight {
  color: #000000 !important;
}
#p-hpe-msa-boost-win #microsite_content .checklist--inline ul {
  display: inline-flex;
  gap: 3rem;
}
#p-hpe-msa-boost-win #microsite_content .checklist--custom ul {
  list-style-type: none !important;
}
#p-hpe-msa-boost-win #microsite_content .checklist--custom ul li {
  padding-left: 0;
}
#p-hpe-msa-boost-win #microsite_content .checklist--custom ul li:before {
  display: inline-flex;
  position: relative;
  top: 7px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/1_0_news_promotions/msa_boost_win/en_6/x1_2/icon_check_x1.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default {
  z-index: 1;
  position: relative;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-heading {
  padding: 2rem 2rem 2rem 8rem;
  border-color: transparent;
  background-color: transparent;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-body {
  padding-top: 0;
  border-top-color: transparent;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-collapse {
  padding: 0 2rem 2rem 8rem;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-collapse:after {
  z-index: 1;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 32px;
  height: 32px;
  background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/1_0_news_promotions/msa_boost_win/en_6/x1_2/icon-32_all-sprite.png");
  background-size: auto;
  background-repeat: no-repeat;
  content: "";
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-collapse.in:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .collapse {
  display: block;
  visibility: visible;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .collapse .panel-body {
  display: none;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .collapse.in .panel-body {
  display: block;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(1) .panel-collapse:after {
  background-position: 0 -32px;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(1) .panel-collapse.in:after {
  background-position: 0 0;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(2) .panel-collapse:after {
  background-position: -32px -32px;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(2) .panel-collapse.in:after {
  background-position: -32px 0;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(3) .panel-collapse:after {
  background-position: -64px -32px;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(3) .panel-collapse.in:after {
  background-position: -64px 0;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(4) .panel-collapse:after {
  background-position: -96px -32px;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default:nth-child(4) .panel-collapse.in:after {
  background-position: -96px 0;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-title {
  margin-bottom: 0;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-title a {
  color: #276ef1 !important;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-title a {
  border-bottom-width: 0;
  font-weight: 700;
}
#p-hpe-msa-boost-win #microsite_content .accordion--custom .panel-group .panel-default .panel-title a.collapsed {
  color: #006b7d !important;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs {
  padding-left: 0 !important;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom-color: transparent;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs .tab-module {
  flex-basis: 50%;
  border-bottom: 3px solid transparent;
  text-align: center;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs .tab-module.active {
  border-bottom-color: #276ef1;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs .tab-module.active a {
  color: #276ef1;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs a {
  font-family: "Inter var", Helvetica, Arial, sans-serif !important;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs a {
  border-width: 0;
  color: #006b7d;
  font-size: 24px;
  text-transform: none;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .tab-content .tab-pane > div[class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
#p-hpe-msa-boost-win #microsite_content .tab-bar .tab-content .grid-col {
  width: 33.33%;
}
#p-hpe-msa-boost-win #microsite_content .card--grey-bg .article {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
#p-hpe-msa-boost-win #microsite_content .card--grey-bg .article > .row {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #f8f8f8;
}
#p-hpe-msa-boost-win #microsite_content .card--grey-bg .article > .row:nth-child(2) {
  min-height: 35rem;
}
#p-hpe-msa-boost-win #microsite_content .card--grey-bg .article img {
  padding-right: 0;
  padding-left: 0;
}

/*=====  End of HPE Portal - MSA Boost Win | Update 2022  ======*/


/** HPE Microserver Gen10 eComm Drive **/
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .section_2920763 p .highlight {
    font-style: italic;
    font-weight: normal;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 .container {
    max-width: 1100px;
    margin: 0 auto;
    background: #F6F6F6;
    padding: 50px 50px 0;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 h2 {
    background: #000;
    color: #fff;
    text-align: center;
    max-width: 588px;
    width: 56%;
    
    margin: -120px auto 0 auto;
    padding: 30px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 h3 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 30px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 ul {
    list-style-type: none!important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 ul li {
    padding-left: 40px;
    position: relative;
    width: 50%;
    margin-bottom: 40px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 ul li:before {
    content: '';
    position: absolute;
    background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/icon_check.png");
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-position: center;
    left: 0;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec02 {
    background: #005B4F;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec02 h2,
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec02 p {
    color: #fff;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec03 .container >.row{
    display:flex;
    justify-content: space-between;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec03 .col-md-4.grid-col {
    border: 1px solid #89E872;
    width:30%;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 {
    background: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/bg.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 80px 0;
    height: 700px;
    background-color: #003936;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 h2 {
    text-align: center;
    display: block;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 h2,
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 ul li {
    color: #fff;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 ul{
    width: 32%;
    max-width: 400px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col:nth-of-type(2) .article .col-xs-12{
    position:relative;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul{
    position:absolute;
    list-style-type: none!important;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul li{
    position:relative;
    margin-bottom: 70px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul li:before{
    content:'';
    position:absolute;
    width:50px;
    height:50px;
    background-repeat: no-repeat;
    background-position: center;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li{
    justify-content: flex-end;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1){
    left:0;
    text-align:right;
    padding-right:70px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li:before{
    right:0;
    margin-right:-70px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(2) li:before{
    left:0;
    margin-left:-70px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li:nth-of-type(1):before{
    background-image:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/hpe-icon-1.png');
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li:nth-of-type(2):before{
    background-image:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/hpe-icon-2.png');
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li:nth-of-type(3):before{
    background-image:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/hpe-icon-3.png');
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(2) li:nth-of-type(1):before{
    background-image:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/hpe-icon-4.png');
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(2) li:nth-of-type(2):before{
    background-image:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/hpe-icon-5.png');
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(2) li:nth-of-type(3):before{
    background-image:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/hpe-icon-6.png');
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(2){
    right:0;
    padding-left:60px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .article {
    position: relative;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .col-xs-12:nth-of-type(2) .article > .row:nth-of-type(1) {
    position: absolute;
    left: 50%;
    margin-top: 10px;
    transform: translate(-50%,0);
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .col-xs-12:nth-of-type(2) .article > .row:nth-of-type(2) {
    padding-top: 60px;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05{
    background:url('https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/3_0_iquote_sales_tools/hpe_microserver_gen10_ecomm_drive/bottm-bg.png');
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size: 100% auto;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 .text-box h2:nth-of-type(1){
    background:#000;
    color:#fff;
    max-width:750px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 .text-box h2:nth-of-type(2){
    margin-top:40px;
    text-align: center;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table th{
    background:#D5D5D5;
    border: 1px solid #DEDEDE;
    text-align:center;
    font-size:1.8rem;
    padding: 25px;
    width: 50%;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table td{
    padding:25px;
    text-align:left;
    background:#fff;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table >tbody tr:nth-of-type(5) td{
    background:#89E872;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table >tbody tr:nth-of-type(5) td{
    text-align:center;
    padding: 0;
    position:relative;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table >tbody tr td a{
    background: none;
    border: none!important;
    display: block;
    padding: 25px;
    position:relative;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table >tbody tr:nth-of-type(5) td:hover a{
    color:#fff;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table >tbody tr:nth-of-type(5) td:before{
    content:'';
    background:#DEDEDE;
    width: 0;
    height:100%;
    left:50%;
    top:50%;
    z-index:0;
    position:absolute;
    transform:translate(-50%,-50%);
    transition: 0.3s ease all;
    -webkit-transition: 0.2s ease all;
}
.p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec05 table.table >tbody tr:nth-of-type(5) td:hover:before{
    width:100%;
    transition: 0.3s ease all;
    -webkit-transition: 0.2s ease all;
}
@media screen and (min-width: 992px){
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .hero-banner.tranform .parallax-container{
        min-height: 600px;
    }
}
@media screen and (max-width: 992px){
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec01 h2{
        padding: 15px;
        top: -100px;
        width: 100%;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec03 .col-md-4.grid-col{
        width:100%;
        max-width:320px;
        margin: 0 auto 30px auto;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .section_2920765 img{
        max-width: 100%;
        width: auto;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .section_2920765 .article p{
        text-align:center;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul{
        position: unset;
        width: auto;
        max-width: 100%;
        padding-left: 60px;
        padding-right: 0!important;
        text-align: left!important;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul li{
        margin-bottom: 10px;
        text-align: left!important;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li{
        justify-content: flex-start;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .container >.row .grid-col ul:nth-of-type(1) li:before{
        right:auto;
        left: -70px;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .col-xs-12:nth-of-type(2) .article > .row:nth-of-type(1) img{
        max-width:300px;
        margin:0 auto;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04 .col-xs-12:nth-of-type(2) .article > .row:nth-of-type(1){
        position: relative;
        left: 0;
        transform: none;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .p_hpe_microserver_gen10_ecomm_drive_sec04{
        height:auto;
        background-size:cover;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .section_2920950 img{
        margin:0 auto;
        max-width:100%;
        width:100%;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .table-responsive{
        padding:0;
        border:none;
        overflow: hidden;
        width: auto;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .table-responsive table{
        max-width: 100%;
        white-space:inherit;
    }
    .p_hpe_microserver_gen10_ecomm_drive #microsite_content .table-responsive table th,.p_hpe_microserver_gen10_ecomm_drive #microsite_content .table-responsive table td,.p_hpe_microserver_gen10_ecomm_drive #microsite_content .table-responsive table th,.p_hpe_microserver_gen10_ecomm_drive #microsite_content .table-responsive table tr{
        white-space:inherit;
    }
}
/** END HPE Microserver Gen10 eComm Drive **/

#microsite_header.portal-header .col-xs-12 > ul > li:nth-of-type(2).dropdown.dropdown-fullwidth:hover .dropdown-menu{
  width:auto;
}
#microsite_header.portal-header .col-xs-12 > ul > li:nth-of-type(2).dropdown.dropdown-fullwidth:hover .dropdown-menu li{
  padding-right:0;
}

/** HPE FlexOffers _ Q4 2022 **/
@media only screen and (min-width: 992px){
    .p-hpe-flex-offers-update_q4_2022 #microsite_content .section_2230060 .parallax-container .text {
        max-width: 85%;
    }
}
/** End HPE FlexOffers _ Q4 2022 **/

/***** open HPE Aruba Roadshow *****/
#hpe-roadshow #microsite_content {
  overflow: hidden;
  background-color: #fdfefe;
}

#hpe-roadshow #microsite_content .ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#hpe-roadshow #microsite_content .pt-80 {
  padding-top: 80px;
}

#hpe-roadshow #microsite_content .pb-80 {
  padding-bottom: 80px;
}

#hpe-roadshow #microsite_content .hpe-roadshow-top {
  height: 1020px;
  background-image: url(/ec/cms5/media/img/2900/customer_4/providers_15/hpe_portal_3/promotions_52/hpe_roadshow/topbanner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hpe-roadshow #microsite_content .hpe-roadshow-top h4 {
  color: #fff !important;
  font-size: 60px !important;
  text-indent: 0 !important;
}

#hpe-roadshow #microsite_content .hpe-roadshow-top h4 {
  -moz-transform: matrix(0.79738437017507, 0, 0, 0.79738437017507, 0, 0);
  -webkit-transform: matrix(0.79738437017507, 0, 0, 0.79738437017507, 0, 0);
  -ms-transform: matrix(0.79738437017507, 0, 0, 0.79738437017507, 0, 0);
  margin-top: 280px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.147;
  text-shadow: 0px 11px 32px rgba(1, 44, 92, 0.11), 0px 11px 32px rgba(1, 44, 92, 0.17), 0px 11px 32px rgba(1, 44, 92, 0.32),
    0px 3px 32px rgba(3, 15, 25, 0.32), 0px 3px 32px rgba(3, 15, 25, 0.32), 0px 3px 8px rgba(6, 52, 92, 0.32);
}

#hpe-roadshow #microsite_content .hpe-roadshow-subtitle p {
  color: #013d70;
  font-size: 35px;
  line-height: 44px;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form h4 {
  padding-right: 330px !important;
  font-size: 62px !important;
  line-height: 59px !important;
  text-transform: uppercase !important;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form h4 {
  font-weight: 900;
  font-family: "ralewayregular";
}

#hpe-roadshow #microsite_content .hpe-roadshow-form h4:after {
  position: absolute;
  top: 20px;
  right: 110px;
  content: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/signup%20icon.png);
}

#hpe-roadshow #microsite_content .hpe-roadshow-form .mwf-form h3 {
  padding-left: 0 !important;
  color: #fff !important;
  font-size: 26px !important;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form .container {
  padding: 60px 0px !important;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form .container {
  background-color: #11c093;
  box-shadow: 80px 0px 0px 0px #11c093, -80px 0px 0px 0px #11c093;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form .col-md-3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form .btn-secondary {
  margin-top: 40px !important;
  margin-bottom: 50px !important;
  border: 4px solid black !important;
  background: #2e6da4 !important;
  font-weight: 700 !important;
}

#hpe-roadshow #microsite_content .hpe-roadshow-form .btn-secondary:hover {
  border-color: #89e872 !important;
  background-color: #000 !important;
  color: #fff !important;
}

#hpe-roadshow #microsite_content .hpe-roadshow-topic {
  height: 1000px;
  background-image: url(/ec/cms5/media/img/2900/customer_4/providers_15/hpe_portal_3/promotions_52/hpe_roadshow/footer.jpg);
  background-position: bottom;
  background-size: cover;
}

#hpe-roadshow #microsite_content .hpe-roadshow-topic img {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/***** close HPE Aruba Roadshow *****/
@media (max-width: 1280px) {
  .p-microsite .swiper-container-portal .swiper-pagination {
    position: relative;
    right: 0;
    bottom: -10px;
    transform: translateX(0);
  }

  .p-microsite footer .c-Footer > .container-fluid > .row {
    max-width: 100vw;
  }

  .p-microsite footer .c-Footer > .container-fluid > .row > .m-footerGreen.u-bgGreen > .row:nth-child(1) .col-xs-12 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .p-microsite .top-slider {
    margin-top: 0;
  }

  .p-microsite .slide-text-content h1 {
    font-size: 50px;
  }

  #microsite_header .container {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col-xs-12 .container > .row {
    flex-wrap: wrap;
  }

  .hpe_portal_columns_w1100 .container > .row {
    padding: 20px 10px !important;
  }

  .hpe_portal_col03 .col-xs-12.col-md-4.grid-col,
  .hpe_portal_col04 .col-xs-12.col-md-3.grid-col,
  .hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
    max-width: 240px !important;
    margin: 0 30px !important;
  }

  .hpe_portal_col03 .col-xs-12.col-md-4.grid-col,
  .hpe_portal_col04 .col-xs-12.col-md-3.grid-col,
  .hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
    box-sizing: border-box;
    width: 48%;
  }

  .hpe_portal_col05 .col-for-image img {
    max-width: 240px !important;
  }
  #hpe_potal_rack .col-for-image {
    margin: 0 auto !important;
  }

  #hpe_potal_rack .col-for-image img {
    margin: 0 auto;
  }

  .hpe_potal_h_fix .hpe_portal_columns_w1100 .row h4 {
    padding: 0;
  }
  .hpe_potal_h_fix .hpe_portal_columns_w1100 .row h4,
  .hpe_potal_h_fix .hpe_potal_h_fix .row p span.nowrap {
    padding: 0;
  }
  .p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12 .article .col-for-image:before {
    bottom: 0;
    left: 50%;
    margin-bottom: -80px;
    margin-left: 8px;
    transform: rotate(90deg) translate(100%, 50%);
    background-position: center bottom;
    background-size: 80% auto;
  }

  .p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12 .article {
    margin-bottom: 40px;
  }

  .p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12:last-of-type .article {
    margin-bottom: 0;
  }

  .p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12 .article p {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .p-microsite.slide-text-content {
    transform: translateY(-40%);
  }

  #microsite_header.portal-header .col-xs-12 > ul > li {
    padding: 0;
  }

  #microsite_header.portal-header .col-xs-12 > ul li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .grid-6-col > .container > .row {
    display: flex;
    flex-wrap: wrap;
  }

  .grid-6-col > .container > .row::before {
    display: none;
  }

  .grid-6-col .grid .grid-col {
    flex: 0 0 50%;
    width: 50%;
  }

  .article.text_with_media img {
    padding-left: 0 !important;
  }

  .article.text_with_media img {
    max-width: 100%;
  }

  .grid-3-col .img-responsive,
  .grid-4-col .img-responsive,
  .grid-2-col .img-responsive {
    width: auto !important;
  }

  .cols-4-graphic-text .article .img-responsive {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .teaser-content p {
    margin-bottom: 15px;
  }

  .teaser-content .article-headline {
    margin-top: 15px;
  }

  .box.article {
    margin-bottom: 40px !important;
  }
  .row.equalheight .col-md-2.equalheight,
  .row.equalheight .col-md-3.equalheight,
  .row.equalheight .col-md-4.equalheight,
  .row.equalheight .col-md-5.equalheight,
  .row.equalheight .col-md-6.equalheight {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }

  .grid-3-col .row .col-md-2,
  .grid-3-col .row .col-md-3,
  .grid-3-col .row .col-md-4,
  .grid-3-col .row .col-md-6,
  .grid-2-col .row .col-md-2,
  .grid-2-col .row .col-md-3,
  .grid-2-col .row .col-md-4,
  .grid-2-col .row .col-md-6,
  .cols-4-graphic-text .row .col-md-2,
  .cols-4-graphic-text .row .col-md-3,
  .cols-4-graphic-text .row .col-md-4,
  .cols-4-graphic-text .row .col-md-6 {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }

  .btn-2-line .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
    height: auto;
  }

  .text_with_media .row > .col-md-6:first-child img {
    padding-right: 0;
  }

  .container .row > .col-md-6:first-child .text_with_media .row .col-for-image img {
    padding-right: 0;
  }

  .grid-2-cols-with-icon .text_with_media {
    padding-left: 0;
  }

  .grid-2-cols-with-icon .container .row .grid-col:first-of-type {
    margin-bottom: 30px !important;
  }

  .grid-2-cols-with-icon .container .row .grid-col:first-of-type {
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }

  ul.filter-list {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgrey;
  }

  .container > .row .row .col-xs-12.article_list {
    padding-left: 0 !important;
  }

  .container > .row .row .col-xs-12.article_list {
    border-left: 0;
  }

  .container > .row .row .col-xs-12.article_list::before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .p_hpe_portal_promotion #microsite_content .articleCol {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  #microsite_content .text_with_media .row .col-xs-12:nth-child(2) {
    margin-top: 20px;
  }

  #microsite_content .green-text-media-5-7 .text_with_media .row .col-md-7 {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .m-portal-header_menu {
    background: transparent !important;
  }

  #headerMenu > li {
    max-width: 100% !important;
  }

  #headerMenu > li:first-child {
    display: none !important;
  }

  #headerMenu .dropdown-fullwidth .dropdown-menu > li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media all and (max-width: 991px) {
  .p-microsite .m-portal-header_menu {
    width: auto;
  }
}
@media (max-width: 991px) {
  #microsite_header.portal-header .col-xs-12 > ul > li:first-child {
    padding: 10px 25px;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.active,
  #microsite_header.portal-header .col-xs-12 > ul > li:focus {
    padding: 15px 25px 17px;
    background-color: #fff;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown:hover .dropdown-menu {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown.dropdown-fullwidth:hover .dropdown-menu {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth {
    position: relative;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu {
    position: relative;
    top: auto;
    flex-wrap: wrap;
    width: 100%;
    border: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown-fullwidth ul.dropdown-menu > li .submenu-headline {
    height: auto;
  }

  .p-microsite .m-portal-header_menu .navbar-toggler {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    align-content: center;
    width: 22px;
    height: 24px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #84e96a;
  }

  .p-microsite .m-portal-header_menu .navbar-toggler:focus {
    outline: none;
  }

  .p-microsite .m-portal-header_menu .navbar-toggler .menuhamber,
  .p-microsite .m-portal-header_menu .navbar-toggler .menuhamber::before,
  .p-microsite .m-portal-header_menu .navbar-toggler .menuhamber::after {
    -webkit-transition: 0.4s ease-in-out;
    width: 20px;
    height: 3px;
    border-radius: 0.75px;
    background-color: #84e96a;
    line-height: 1;
    transition: 0.4s ease-in-out;
  }

  .p-microsite .m-portal-header_menu .navbar-toggler .menuhamber {
    display: inline-block;
    position: absolute;
    top: 5px;
  }

  .p-microsite .m-portal-header_menu .navbar-toggler .menuhamber::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
  }

  .p-microsite .m-portal-header_menu .navbar-toggler .menuhamber::after {
    -webkit-transform: rotate(0deg);
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(0deg);
    content: "";
  }

  .p-microsite .m-portal-header_menu {
    display: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    width: 100%;
    background-color: #000;
  }

  #microsite_header .m-portal-header_menu a {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
  }

  #microsite_header .m-portal-header_menu a:focus,
  .p-microsite main a:hover,
  .p-microsite main a:focus {
    border-bottom: 0;
    outline: none;
    text-decoration: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul {
    -webkit-transition: opacity 0.4s 0s ease-in;
    -moz-transition: opacity 0.4s 0s ease-in;
    -o-transition: opacity 0.4s 0s ease-in;
    display: none;
    position: absolute;
    top: 45px;
    flex-direction: column;
    width: 100vw;
    max-height: calc(100vh - 191px);
    margin-left: -25px;
    padding: 0;
    overflow-y: auto;
    transition: opacity 0.4s 0s ease-in;
  }

  .p-microsite.openMobileMenu .m-portal-header_menu .navbar-toggler .menuhamber {
    -webkit-transform: rotate(135deg);
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    top: 10px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
  }

  .p-microsite.openMobileMenu .m-portal-header_menu .navbar-toggler .menuhamber::before {
    visibility: hidden;
    opacity: 0;
  }

  .p-microsite.openMobileMenu .m-portal-header_menu .navbar-toggler .menuhamber::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 0;
    transform: rotate(90deg);
  }

  #microsite_header.portal-header .col-xs-12 > ul > li {
    display: block;
    position: relative;
    flex: 1;
    width: 100%;
    height: auto;
    padding: 10px 25px;
    float: none;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
  }

  .m-Breadcrumb-icon {
    display: inline-block;
  }

  /***** Modified ****************/
  #microsite_header.portal-header .col-xs-12 > ul#headerMenu > li.dropdown > .icon-arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 25px;
    padding: 6px;
    cursor: pointer;
    transition: all 300ms 0s linear;
  }

  #microsite_header.portal-header .col-xs-12 > ul#headerMenu > li.dropdown:first-child > .icon-arrow {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdownOpen .icon-arrow {
    top: 20px;
    right: 25px;
    transform: rotate(-180deg);
    transition: all 300ms 0s linear;
  }

  /***** /Modified ****************/
  #microsite_header.col-xs-12 > ul > li.active:first-child {
    padding: 15px 25px 17px;
    background-color: #fff;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.active:first-child::before {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li:first-child > a {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li:first-child > img.m-Breadcrumb-icon {
    display: inline-block;
    position: relative;
    width: 90px;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li > a {
    border: none !important;
    text-decoration: none !important;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li > a {
    position: relative;
    width: 90%;
    padding: 12px 0;
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: capitalize;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li > a:hover,
  #microsite_header.portal-header .col-xs-12 > ul > li > a:active,
  #microsite_header.portal-header .col-xs-12 > ul > li > a:focus {
    border: none !important;
    text-decoration: none !important;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li::after {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu {
    display: none;
    position: relative;
    top: 10px;
    width: calc(100% + 50px);
    margin: 0 -25px;
    padding: 0 20px 15px 40px;
    float: none;
    border-top: 0;
    box-shadow: 0 0 0;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu-show {
    display: inline-block !important;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu > li > a {
    color: #999;
    font-size: 13px;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.active::after {
    color: #85ea6c;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.active > a,
  #microsite_header.portal-header .col-xs-12 > ul > li:focus > a {
    color: #85ea6c;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li:hover,
  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li.active {
    background-color: #fff;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li {
    float: none;
    border-top: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu > li > a,
  #microsite_header.portal-header .col-xs-12 > ul > li ul.dropdown-menu li.active a {
    padding: 8px 0 8px 15px;
    color: #777;
    font-weight: 700;
    font-size: 15px;
    font-family: "Inter var", Helvetica, Arial, sans-serif;
  }

  .p-microsite .c-Breadcrumb .container::after {
    display: none;
  }

  .slide-text-content h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .slide-text-content .slide-text-content-description {
    padding: 20px 20px 30px 20px;
    font-size: 15px;
  }

  /***************** ICONS *****************/

  .news-icon::before,
  .solution-icon::before,
  .cloud-icon::before,
  .tools-icon::before,
  .learn-icon::before,
  .partner-icon::before {
    display: none;
  }

  .p-microsite .seperator-sub .p-microsite-products-title_sub--sum {
    width: 100%;
    text-align: left;
  }

  .p-microsite .seperator-sub_hastag strong {
    width: 160px;
    font-size: 14px;
  }

  .p-microsite .p-microsite-article-filter-box {
    width: 100%;
    margin-top: 15px;
  }

  .p-microsite .p-microsite-lists-cntn > .equalheight {
    height: auto;
  }
  #microsite_content .custom-v-center .row {
    flex-direction: column;
  }

  #microsite_content .custom-contact-style > .container > .row {
    flex-direction: column;
  }

  #microsite_content .custom-contact-style.desc-beside > .container > .row .text_with_media .row > div {
    text-align: center;
  }

  #microsite_content .custom-contact-style.desc-beside > .container > .row .text_with_media .row .col-for-image img {
    margin: 0 auto 30px;
    float: none;
  }

  #microsite_content .hero-img .container > .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }

  #microsite_content .hero-img .container > .row > .grid-col:nth-of-type(1) {
    order: 2;
  }

  #microsite_content .hero-img .container > .row > .grid-col:nth-of-type(2) {
    order: 1;
    margin: 25px 0 25px 25px;
  }
  #p-banner-category .custom-v-center .container .article .row {
    flex-direction: inherit;
  }
}
@media screen and (max-width: 960px) {
  .p_aruba_instant_on #microsite_content .p_aruba_instant_on_arrow .col-md-4 .row .col-for-image img {
    width: 100%;
  }
  .p_aruba_instant_on #microsite_content .p_aruba_instant_on_arrow .col-md-4 .row:nth-of-type(2) .col-xs-12 {
    padding: 0 40px !important;
  }
  .p_aruba_instant_on #microsite_content .p_aruba_instant_on_arrow .col-md-4 .row:nth-of-type(2) .col-xs-12 {
    background-position: left 15px top 35px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .img-3-col .article .col-for-image img {
    max-width: 200px;
  }

  .article .col-xs-12.col-md-6:first-child p:last-child {
    margin-bottom: 20px;
  }

  .hero-banner .parallax-container > .container h2 {
    margin-bottom: 15px;
    text-align: center;
  }

  .c-Breadcrumb {
    display: none;
  }

  .pt-90 {
    padding-top: 60px !important;
  }

  .pb-90 {
    padding-bottom: 60px !important;
  }

  .pt-80 {
    padding-top: 50px !important;
  }

  .pb-80 {
    padding-bottom: 50px !important;
  }

  .pt-70 {
    padding-top: 40px !important;
  }

  .pb-70 {
    padding-bottom: 40px !important;
  }

  .pt-60 {
    padding-top: 30px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .pt-50 {
    padding-top: 25px !important;
  }

  .pb-50 {
    padding-bottom: 25px !important;
  }

  .pt-40 {
    padding-top: 20px !important;
  }

  .pb-40 {
    padding-bottom: 20px !important;
  }

  .pt-30 {
    padding-top: 20px !important;
  }

  .pb-30 {
    padding-bottom: 20px !important;
  }

  #microsite_content section .btn-primary {
    width: auto;
    width: initial;
  }

  .grid .article .col-xs-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .text_with_media span.col-for-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .cols-4-graphic-text .article .img-responsive {
    width: auto;
    max-width: 200px;
  }

  .p-microsite h3 {
    margin-bottom: 20px;
  }

  .text-center p,
  .text-center h1,
  .text-center h2,
  .text-center h3,
  .text-center {
    text-align: left;
  }

  .greenline-header .text-center h1::before,
  .greenline-header .text-center h2::before,
  .greenline-end .text-center .article::after {
    left: 0;
    transform: none;
    transform: initial;
  }

  .article-row-0 .article .row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .img-3-col .text-center p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #microsite_content .parallax-container h2 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
    text-align: left;
  }

  .text-image-slider {
    margin-top: 0;
  }

  .swiper-slide {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }

  .swiper-slide picture {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    width: 100%;
  }

  .p-microsite .swiper-buttons {
    justify-content: flex-start;
    margin-top: -40px;
  }

  .swiper-container-portal .swiper-slide > div {
    -webkit-transform: translateY(0);
    z-index: 99;
    position: relative;
    top: 0;
    margin-top: calc(-100% + 50px);
    padding-right: 25px;
    padding-left: 25px;
    transform: translateY(0);
  }

  .slide-text-content > div.container {
    padding-right: 0;
    padding-left: 0;
  }

  .slide-text-content .slide-text-content-description {
    max-width: 100%;
    margin-top: calc(100% - 95px);
    padding-right: 0;
    padding-left: 0;
  }

  .slide-text-content .slide-text-content-hightlight {
    margin-left: 0;
  }

  .swiper-container-portal .swiper-pagination {
    -webkit-transform: translateX(0);
    right: auto;
    left: 0;
    transform: translateX(0);
  }

  .c-Breadcrumb-portal ol,
  .c-Breadcrumb ol.backButton li::after {
    display: none;
  }

  .p-microsite .c-Breadcrumb .breadcrumb {
    font-weight: 500;
  }

  .p-microsite .slide-text-content h1 {
    height: 120px;
    margin: 0;
    font-size: 40px;
    text-align: left;
  }

  .p-microsite .swiper-container-portal .swiper-pagination-bullet {
    top: -10px !important;
  }

  .p-microsite .swiper-container-portal .swiper-pagination-bullet {
    position: relative;
  }

  .p-microsite .p-microsite-box .article p {
    text-align: left;
  }

  .p-microsite .p-microsite-box .col-md-4.equalheight:nth-last-child(-n + 3) {
    position: relative;
  }

  .p-microsite footer .c-Footer > .container-fluid > .row > div.m-footerGreen {
    text-align: center;
  }

  .p-microsite footer .c-Footer .btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .p-microsite .p-microsite-box .col-md-3.equalheight:nth-last-child(-n + 4),
  .p-microsite .p-microsite-box .col-xs-12.equalheight {
    margin-bottom: 40px !important;
  }

  .p-microsite .seperator-sub h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .p-microsite .seperator-sub .p-microsite-products-title_sub--sum {
    font-size: 15px;
  }

  .p-microsite #microsite_content .seperator-sub .row > div > .seperator-sub_hastag {
    flex-direction: column;
    justify-content: flex-start;
  }

  .p-microsite .seperator-sub_hastag strong {
    align-self: flex-start;
    margin-bottom: 5px;
  }

  .p-microsite .seperator-sub_hastag > ul {
    align-self: flex-start;
  }

  .p-microsite .seperator-sub_hastag > ul > li:first-child {
    margin-left: 0;
  }

  .p-microsite .seperator-sub_hastag > ul > li > span {
    font-size: 10px;
  }

  .p-microsite #microsite_content .p-microsite-lists {
    margin-bottom: 0;
  }

  .p-microsite #microsite_content .p-microsite-products-title_subpage h3 {
    text-align: left;
  }
  #microsite_content section .btn-primary {
    max-width: 300px;
    margin: 0 auto;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-subtitle {
    padding-top: 70px;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-subtitle p {
    font-size: 23px;
    line-height: 38px;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-subtitle .text-center p {
    text-align: left !important;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-form .container > .row {
    margin: 0;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-form h4 {
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 35px !important;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-leaderboard h2,
  #hpe-roadshow #microsite_content .hpe-roadshow-leaderboard h3 {
    text-align: center;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-topic {
    height: auto !important;
    padding-top: 0 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-topic {
    padding-bottom: 250px;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-topic a.lnk {
    display: flex;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-topic .text-center p {
    text-align: left !important;
  }
  #hpe-roadshow #microsite_content .text-center p {
    text-align: center !important;
  }
  #hpe-roadshow #microsite_content .hpe-roadshow-form h4:after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hpe_portal_col03 .col-xs-12 .article > .row .col-xs-12 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #microsite_content .two-col-text-icon-list-with-bgr .col-icon-with-text .row {
    margin-top: 20px;
  }
  .hpe_portal_columns_w1100 .container.grid {
    margin: 0 auto !important;
  }

  .hpe_portal_col03 .col-xs-12.col-md-4.grid-col,
  .hpe_portal_col04 .col-xs-12.col-md-3.grid-col,
  .hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
    max-width: 100% !important;
  }

  .hpe_portal_col03 .col-xs-12.col-md-4.grid-col,
  .hpe_portal_col04 .col-xs-12.col-md-3.grid-col,
  .hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
    width: 100%;
  }
  #hpe_potal_rack .bg-black-1 .row .separat_inner {
    margin-bottom: 20px;
  }
  .p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container .col-md-4 .article {
    margin: 0 auto;
    text-align: center;
  }
  .p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container .col-md-4 .article p,
  .p_hpe_alletra #microsite_content .p_hpe_alletra_03 .container .col-md-4 .article h3 {
    text-align: center;
  }
  .p_hpe_alletra #microsite_content .p_hpe_alletra_04 {
    background-position: center;
  }
  .p_hpe_alletra #microsite_content .p_hpe_alletra_04 .article {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .p_hpe_alletra #microsite_content .p_hpe_alletra_05_end p {
    text-align: center;
  }
  .p_hpe_local_storage #microsite_content .p_hpe_local_storage_03 .row > .grid-col {
    margin: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  #p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs {
    flex-direction: column;
  }
  #p-hpe-msa-boost-win #microsite_content .tab-bar .nav-tabs .tab-module {
    flex-basis: 100%;
  }
  #p-hpe-msa-boost-win #microsite_content .tab-bar .tab-content .grid-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .p-microsite .slide-text-content {
    margin-top: calc(-100% + 40px);
  }

  .p-microsite .slide-text-content h1 {
    font-size: 35px;
  }

  .p-microsite #microsite_content .p-microsite-boxFeature > .container > .row > .p-microsite-products-title_subpage > .row {
    padding-top: 40px;
  }

  .p-microsite #microsite_content .p-microsite-products-title_subpage > .row {
    padding-top: 40px;
  }

  .p-microsite #microsite_content .p-microsite-products-title_subpage h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .p-microsite #microsite_content .p-microsite-products-title_subpage h3 a {
    top: 7px;
  }
}
@media screen and (max-width: 480px) {
  .hpe_portal_col05 .col-xs-4.col-md-2.grid-col {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 845px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .hpe-greenlake-energize-top {
    height: 290px;
    background-image: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/top_image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hpe-greenlake-energize-top h4 {
    color: #0cad86 !important;
  }
  .hpe-greenlake-energize-top h4 {
    margin-top: 280px;
    text-align: center;
    text-shadow: none;
  }
  .hpe-greenlake-energize-subtitle p {
    font-size: 18px !important;
    line-height: 31px !important;
    text-align: center !important;
  }
  .hpe-greenlake-energize-subtitle p {
    padding: inherit;
    color: #013d70;
  }
  .hpe-greenlake-energize-section01 h4 {
    margin-bottom: 70px !important;
    color: #12bd95 !important;
    font-size: 27px !important;
  }
  .hpe-greenlake-energize-section01 h4 {
    margin-top: 57px;
    font-weight: bold;
  }
  .hpe-greenlake-energize-section01 p.big {
    margin-bottom: -20px !important;
    font-size: 26px !important;
  }
  .hpe-greenlake-energize-section01 p.big {
    position: relative;
    top: -40px;
    color: #d3d3d3;
    font-family: "times new roman";
  }
  .hpe-greenlake-energize-section01 p:nth-child(3),
  .hpe-greenlake-energize-section02 p:nth-child(3) {
    padding-right: 0px !important;
    font-size: 19px !important;
    line-height: 29px !important;
  }
  .hpe-greenlake-energize-section01 p:nth-child(3),
  .hpe-greenlake-energize-section02 p:nth-child(3) {
    margin-top: 27px;
    color: #9c9c9c;
  }
  .hpe-greenlake-energize-section03 p {
    padding-right: 0px !important;
    font-size: 19px !important;
    line-height: 29px !important;
  }
  .hpe-greenlake-energize-section03 p {
    color: #9c9c9c;
  }
  .hpe-greenlake-energize-section02 p.big {
    margin-bottom: -20px !important;
    font-size: 26px !important;
  }
  .hpe-greenlake-energize-section02 p.big {
    position: relative;
    top: 161px;
    right: 8px;
    color: #d3d3d3;
    font-family: "times new roman";
    text-align: right;
  }
  .hpe-greenlake-energize-section01 > div > div::before {
    z-index: 0;
    position: absolute;
    right: -58px;
    margin-top: -62px;
    content: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/section01_img.png);
  }
  .hpe-greenlake-energize-form h4 {
    padding-right: 0px !important;
    font-size: 52px !important;
    line-height: 53px !important;
    text-transform: uppercase !important;
  }
  .hpe-greenlake-energize-form h4 {
    margin-left: 30px;
    font-weight: 900;
    font-family: "ralewayregular";
  }
  .hpe-greenlake-energize-form div > div > div > p {
    margin-bottom: -40px !important;
    color: #fff !important;
    font-size: 21px !important;
  }
  .hpe-greenlake-energize-form div > div > div > p {
    margin-top: 30px;
    margin-left: 30px;
  }
  .hpe-greenlake-energize-main .mwf-form {
    width: 100%;
    padding-right: 20px;
    padding-left: 15px;
  }
  .hpe-greenlake-energize-main .separat .img-original {
    width: 80%;
  }
  .hpe-greenlake-energize-footer {
    height: 470px;
    margin-top: 50px;
    background: url(https://filesalso.dk/Landingpages/HPE%20Portal/HPE%20GreenLake%20Energize/Footer_image.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hpe-greenlake-energize-form h4:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .c-Breadcrumb-portal ol.backButton li::after {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .hero-banner .parallax-container > .container {
    right: 0;
    left: 0;
    width: 720px;
    margin: auto;
  }
  #microsite_content .hero-banner .parallax-container > .container {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 720px;
    margin: auto;
  }
}
@media screen and (min-width: 970px) {
  .hpe-greenlake-training .mwf-form .mwf_buttonrow .col-md-3 {
    width: 50% !important;
  }
  .hpe-greenlake-training .mwf-form .mwf_buttonrow .mwf_finish {
    width: 100% !important;
  }
  .hpe-greenlake-training .mwf-form .mwf_buttonrow .btn-primary {
    border-color: #006b7d !important;
    background: #006b7d !important;
    color: white !important;
  }
  .hpe-greenlake-training .mwf-form .mwf_buttonrow .btn-primary:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 992px) {
  .c-Breadcrumb .breadcrumb {
    padding-right: 100px !important;
  }
  .c-Breadcrumb .breadcrumb {
    position: relative;
  }

  .breadcrumb::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 39px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAABTCAYAAACYujuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFQ0lEQVR4nO3dW2hcRRzH8e9upa3V2AtqJSKIVVQQRehTvSNSRVBQjCJSrBYUFRXxoSB5sc9FfPCGqKjoQ0QQUaGKeAERRcGmtF4oVoipF6pSk9KkbbI+TMDSC5n/2Zmd89/z+0AohDkz/930t3suc+a0Op0OIuJLu3QBImKn4Io4pOCKOKTgijik4Io4pOCKOKTgijik4Io4pOCKOKTgijik4Io4pOCKOHRChj7HgYHItg8Cr2eooRujwNmRbTcCz1YY43bgxQrb5TQF/EX4+/0K7AS+ArYCf/Zg/KeB9T0Yp4QJ4MyUHeYI7qChbWzAe+ks4utaWnGMkw1j9MoAcBpwwRG/nwK+Ad4C3gV+yTT+qdTvPUkl+evKsas8YWg7lWH8bv1jaLu/4hjTFbcrYTFwOeEbcRfwCnBRhnEmM/RZF5ZMRNExrljdDWwDnqF/vyFrT8GVqh4AfgCuK11IEym40o1B4EPgvtKFNI2CKyk8DzxWuogmUXAllc3AnaWLaAoFV1J6Azi3dBFNoOBKau+VLqCGkp99zzEBQ9KaBbbP/ZtaB1gALAFWEiaGdOt84B7g5QR9Hc8kYWZXK+MYqbTJcB1Xwa2/SeASQshyWgqcAZxHmHBxG3BOxb42A68CM2lKO8rXwLWZ+nZBu8o+9OLvtBf4kbCruxFYBWwAxir0tQy4JVllchQFt/5ahF3ZEl4CLgS2VNj2kcS1HG5Bxr5dUHBlPvuA64HvjNtdBiw3tF9kaHuisZa+o+BKrJsqbGOZDmk5Hj5kLaTf6OSUxBoDXgPWGba5GhiJbPsE4aTWfGfP2/T3nURRFFyxsAZ3laHt73M/EkG7ymLxGeHscyzLogpioOCKxSHCxIdYy/AxScIdBVes/ja0XUJYQUMSK32MW8djmoOlC6g5y/vTJvKaa3tk013AFZUqqr+p2aHhpNe1Swf3Guq3/tIppQuoOcv11hnig34HcKO9HDf6KriPz/2IH6cb2k4S/8E8XqEWL7RYnBQ1QLgJIZbleFgMFFyxWIvtZNPuXIU0nYIrFg8Z23+fpQpRcCXazcBVxm0+ylGIKLgS51LgbeM2M8Cn6UsRUHBlfusIK05Y74F9BziQvBoByl8OkvnNkuFywjxWEq6p3gusqdjHU+nKcW9h6g4V3PpbBDxM3gekLSTc9D5IWOxtDbaJFkfaAXyRoK5+0c17eUwKbv0tJjwpz5MNmfvfSvgw83ADQ4sMN/6XDu63wM/UYw2hDuFNXgucVLgWz94Evsw8xm+zQ8OfZx6j1koH90nCw5Lr5Cdss4Pkf+PYbrSvSmtOFR5/ReHxj6X0h5lXB4ErybeWshymdHBLjy9pTACrCYc90gMKjnRrG+FJC6OlC2kSBVe68QJwMbCrdCFNo+BKFZ8QFkG4v3QhTaUTMRJrCngfeA74uHAtjafgyvFMEy6NjRLu8tlCPdcIayQFt/4OEL7lpsk3U6hD+Eb9F9hDeGrBduCPTONJlxTc+tsPPFq6CKkXnZyqvzZpnhTfT3I/5Lv2FFwfPEym76XG3+erXWXxaHV7ZNMH+PhAawH7ZoeGb03ZqYIrHq0AbihdREnaVRbJTwuii4iCK+KSgivikIIr4pCCK+KQgiviUI7gDhjaWp781ivLDW2rLlpmWWd3AB8TDbrVz9M6LZmIkmMCxm7iC+31Cv0xxohfLnZvxTEmiX/tE4SnGfS7PdTz/0MKyV9Xq9Np/HxtEXd0jCvikIIr4pCCK+KQgivikIIr4pCCK+KQgivikIIr4pCCK+KQgivikIIr4pCCK+LQfw+YsnOuNgZSAAAAAElFTkSuQmCC);
    background-size: cover;
    content: "";
  }
  /* MINI PADDING ON ROW */
  #microsite_content .grid .grid-col {
    padding-right: 0;
    padding-left: 0;
  }

  .microsoft-homepage #microsite_content .grid .grid-col {
    padding-right: 8px;
    padding-left: 8px;
  }

  .home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12,
  .grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12,
  .grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12,
  .grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12,
  .cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 {
    position: static;
  }

  .home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
  .grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
    position: absolute;
    bottom: 5px;
  }

  .home-grid-3 .article > .row:last-child .col-xs-12 {
    padding-bottom: 0;
  }

  .grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
  .cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
    position: absolute;
    bottom: 0;
  }

  .grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
    position: absolute;
    bottom: 0;
  }

  .grid-4-col .article > .row:last-child .col-xs-12,
  .cols-4-graphic-text .article > .row:last-child .col-xs-12 {
    padding-bottom: 0;
  }

  .grid-2-col .article > .row:last-child .col-xs-12 {
    padding-bottom: 0;
  }
  #microsite_content .shadow-card .grid .grid-col {
    padding-left: 25px;
  }
  .two-line-cta.grid-4-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
  .two-line-cta.cols-4-graphic-text .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
  .two-line-cta.grid-3-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
  .two-line-cta.grid-2-col .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary,
  .two-line-cta.home-grid-3 .row .grid-col .text_with_media > .row > .col-xs-12 .btn-primary {
    bottom: -15px;
    align-items: flex-start;
    height: 45px;
  }

  .two-line-cta .row.equalheight .grid-col.col-xs-12 {
    margin-bottom: 55px !important;
  }
  .hpe_portal_col03 .col-xs-12.col-md-3.grid-col:last-of-type,
  .hpe_portal_col04 .col-xs-12.col-md-3.grid-col:last-of-type,
  .hpe_portal_col05 .col-xs-4.col-md-2.grid-col:last-of-type {
    margin-right: 0 !important;
  }
  #p-hpe-all-flash-and-hybrid #microsite_content .product-stn > .container > .row,
  #microsite_content .product-stn-fixed > .container > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #p-hpe-all-flash-and-hybrid #microsite_content .product-stn > .container > .row > .col-md-4,
  #microsite_content .product-stn-fixed > .container > .row > .col-md-4 {
    width: 33.33%;
  }
  .p_hpe_portal_promotion .breadcrumb::after {
    background-image: url("https://www.also.com/ec/cms5/media/img/2800_hpe_portal/main/0_0_homepage/dark_logo.png");
  }

  /* Custom the GreenLake for all countries  */
  #headerMenu .dropdown-fullwidth:nth-of-type(4) {
    display: inline-block !important;
  }

  #headerMenu .dropdown-fullwidth:nth-of-type(4):hover ul.dropdown-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
  }

  #headerMenu .dropdown-fullwidth:nth-of-type(4):hover ul.dropdown-menu > li,
  #headerMenu .dropdown-fullwidth:nth-of-type(4):hover ul.dropdown-menu > li .submenu-headline,
  #headerMenu .dropdown-fullwidth:nth-of-type(4):hover ul.dropdown-menu > li .submenu-headline > a {
    width: 35rem !important;
  }

  /*=====  HP SV3100 Fix  =====*/

  #headerMenu .dropdown-fullwidth:nth-of-type(5):hover ul.dropdown-menu {
    position: relative !important;
    top: 162px !important;
    left: -125px !important;
    width: auto !important;
  }

  #headerMenu .dropdown-fullwidth:nth-of-type(5):hover ul.dropdown-menu > li,
  #headerMenu .dropdown-fullwidth:nth-of-type(5):hover ul.dropdown-menu > li .submenu-headline,
  #headerMenu .dropdown-fullwidth:nth-of-type(5):hover ul.dropdown-menu > li .submenu-headline > a {
    display: block !important;
    width: 17rem !important;
    min-height: inherit !important;
  }

  /* Custom the GreenLake for all countries  */
}
@media only screen and (min-width: 992px) {
  /* ----------  Mega Menu  ---------- */
  .portal-header .dropdown-fullwidth .dropdown-menu > li {
    flex: 0 25% !important;
  }
  .portal-header .dropdown-fullwidth .dropdown-menu > li {
    /*flex: 0 33.33% !important;*/
    margin-bottom: 2%;
    /* max-width: 33.33% !important; */
  }

  .portal-header .dropdown-fullwidth .dropdown-menu > li .submenu-headline a {
    height: auto !important;
    padding: 0.75rem 0 !important;
    text-transform: inherit !important;
  }

  .portal-header .dropdown-fullwidth .dropdown-menu ul > li a {
    padding: 0.75rem 0 !important;
    font-weight: 500 !important;
  }

  .portal-header .dropdown-fullwidth .dropdown-menu ul > li > ul {
    display: none;
  }

  #microsite_content .parallax-container .text {
    max-width: 60%;
  }
  .spri-hpe-simplivity-custom #microsite_content .hero-banner .text {
    max-width: 65%;
  }
  /* ----------  Mega Menu  ---------- */
}
@media (min-width: 992px) and (max-width: 1199px) {
  #p-hpe-portal-partner-program #microsite_content .m-benefit-block {
    margin-top: -12.5rem;
  }
  #p-hpe-portal-partner-program #microsite_content .m-benefit-block__2l {
    margin-top: -10.5rem;
  }
}
@media (min-width: 992px) {
  #microsite_header.portal-header .col-xs-12 > ul {
    display: flex !important;
  }
  #microsite_header.portal-header .col-xs-12 > ul {
    margin-right: -20px;
    margin-left: -20px;
  }

  .p-microsite .m-portal-header_menu {
    display: none;
  }

  .p-microsite .m-Breadcrumb-icon {
    display: none;
  }

  .p-microsite #microsite_header.portal-header .col-xs-12 > ul > li > a {
    position: relative;
    padding: 0 20px;
    border-bottom: none;
    text-transform: uppercase;
  }

  .p-microsite #microsite_header.portal-header .col-xs-12 > ul > li > a::after {
    position: absolute;
    top: -4px;
    right: 0;
    left: 100%;
    width: 1px;
    height: 20px;
    content: "";
  }

  #microsite_header.portal-header .col-xs-12 > ul > li::after,
  .p-microsite #microsite_header.portal-header .col-xs-12 > ul > li:last-child > a::after {
    display: none;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown:hover .dropdown-menu {
    display: block;
  }

  #microsite_header.portal-header .col-xs-12 > ul > li.dropdown.dropdown-fullwidth:hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hero-banner .parallax-container > .container {
    width: 940px;
  }
  #microsite_content .hero-banner.tranform .parallax-container {
    min-height: 460px;
  }

  #microsite_content .hero-banner .parallax-container {
    height: 100%;
    min-height: 260px;
  }

  #microsite_content .hero-banner .parallax-container .parallax {
    min-height: 100%;
  }

  #microsite_content .hero-banner .parallax-container > .container {
    width: 100%;
    max-width: 940px;
  }
  #microsite_content .row .highlight a.lnk::before {
    -webkit-transform: translate(-50%, 0);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translate(-50%, 0);
    background: #000;
    content: "";
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  #microsite_content .row .highlight a.lnk:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p_custom_support_services #microsite_content .p_hpe_arrow .container .row .col-xs-12 .article .col-for-image:before {
    -webkit-transform: translate(0%, -50%);
    top: 50%;
    right: 0;
    margin-right: -40px;
    transform: translate(0%, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  .p_custom_support_services #microsite_content .p_updated_content_2021 .container > .row > .col-xl-6 > .row > .col-xs-12:nth-of-type(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p_custom_support_services #microsite_content .p_updated_content_2021 .container > .row > .col-xl-6 > .row > .col-xs-12:nth-of-type(2) {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .parallax-container > .container {
    width: 1140px;
  }
  #microsite_content .hero-banner .parallax-container > .container {
    width: 100%;
    max-width: 1140px;
  }
  #p-hpe-portal-partner-program #microsite_content .m-benefit-block {
    margin-top: -10rem;
  }
  #p-hpe-portal-partner-program #microsite_content .m-benefit-block__2l {
    margin-top: -8rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-microsite .portal-header#microsite_header .col-xs-12 > ul > li > a {
    min-width: 140px;
  }

  .p-microsite .portal-header#microsite_header .col-xs-12 > ul > li:first-child a {
    min-width: auto;
  }
}

/***** open 1550 HPE 23Q1 Partner Program Referral Drive IS229427 *****/
#p-hpe-partner-program-referral-drive #microsite_content .hero-banner h2 {
    font-size: 28px;
}

#p-hpe-partner-program-referral-drive #microsite_content .hero-banner ul li {
    color: #fff;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

#p-hpe-partner-program-referral-drive #microsite_content .hero-banner ul li:before {
    content: ' ';
    background-image: url(/ec/cms5/media/img/2800_hpe_portal/main/new_page/hpe_partner_program_referral_drive/circle-check-icon.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: -15px;
    top: 2px;
}

#p-hpe-partner-program-referral-drive #microsite_content .btn.btn-primary {
    background-color: #00a982;
    border: 2px solid #00a982;
    color: #fff;
}

#p-hpe-partner-program-referral-drive #microsite_content .btn.btn-primary:hover {
    background-color: #fff;
    color: #00a982 !important;
}

#p-hpe-partner-program-referral-drive #microsite_content .green-bg,
#p-hpe-partner-program-referral-drive #microsite_content .green-bg .article {
    background-color: #edf6f3;
}

#p-hpe-partner-program-referral-drive #microsite_content .green-bg .article.text_with_media {
    padding: 0 30px;
}

#p-hpe-partner-program-referral-drive #microsite_content .green-bg .article.text_with_media .row {
    background-color: #fff;
    padding: 0;
}

#p-hpe-partner-program-referral-drive #microsite_content .green-bg .article.text_with_media .row .col-for-image {
    padding: 0;
}

#p-hpe-partner-program-referral-drive #microsite_content .green-bg .article.text_with_media .row .col-for-image img {
    padding-bottom: 20px;
}

#p-hpe-partner-program-referral-drive #microsite_content .partner-section {
    background-image: url(/ec/cms5/media/img/2800_hpe_portal/main/new_page/hpe_partner_program_referral_drive/section2-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#p-hpe-partner-program-referral-drive #microsite_content .reason-section .col-for-image img {
    height: 200px;
}

#p-hpe-partner-program-referral-drive #microsite_content .partner-section .col-for-image img {
    height: 60px;
}

#p-hpe-partner-program-referral-drive #microsite_content .partner-section h1, 
#p-hpe-partner-program-referral-drive #microsite_content .partner-section h2,
#p-hpe-partner-program-referral-drive #microsite_content .partner-section h3, 
#p-hpe-partner-program-referral-drive #microsite_content .partner-section p {
    color: #fff;
}

#p-hpe-partner-program-referral-drive #microsite_content .partner-section a.btn.btn-primary {
    background-color: #fff;
    color: #00a982;
    border: 2px solid #fff;
}

#p-hpe-partner-program-referral-drive #microsite_content .partner-section a.btn.btn-primary:hover {
    background-color: transparent;
    color: #fff !important;
}

#p-hpe-partner-program-referral-drive #microsite_content .info-section {
    background-color: #EEF6F4;
}

#p-hpe-partner-program-referral-drive #microsite_content .info-section .row {
    display: flex;
    align-items: center;
}

#p-hpe-partner-program-referral-drive #microsite_content .info-section .text_with_media .row {
    padding: 20px 90px;
}

#p-hpe-partner-program-referral-drive #microsite_content .info-section .text_with_media .row .col-xs-12 {
    padding: 0;
}

#p-hpe-partner-program-referral-drive #microsite_content .list-section .row {
    margin: 0;
}

#p-hpe-partner-program-referral-drive #microsite_content .list-section .article.text_with_media {
    background-color: #EEF6F4;
    width: 90%;
    border-left: 4px solid #01A982;
}

#p-hpe-partner-program-referral-drive #microsite_content .list-section .article.text_with_media .col-xs-12 {
    padding: 20px 30px;
}

#p-hpe-partner-program-referral-drive #microsite_content .list-section .article.text_with_media p {
    margin-bottom: 0;
}

#p-hpe-partner-program-referral-drive #microsite_content .form-section {
    background-image: url(/ec/cms5/media/img/2800_hpe_portal/main/new_page/hpe_partner_program_referral_drive/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
}

#p-hpe-partner-program-referral-drive #microsite_content .form-section .col-md-6:nth-child(2) {
    float: right;
}

html:lang(hu-HU) #p-hpe-partner-program-referral-drive #microsite_content .form-section .col-md-6:nth-child(2),
html:lang(hu-HU) #p-hpe-partner-program-referral-drive #microsite_content .form-section .col-md-6:nth-child(4){
    float: right;
    clear: both;
}

#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form h1, 
#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form h2,
#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form h3,
#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form p,
#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form .mwf-label {
    color: #fff;
}

#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form a {
    color: #fff;
    border-bottom: none;
    text-decoration: underline;
}

#p-hpe-partner-program-referral-drive #microsite_content .form-section .mwf-form a:hover {
    color: #01A982;
}

#p-hpe-partner-program-referral-drive #microsite_content .btn.btn-primary.mwf_finish {
    border: 2px solid #00a982 !important;
}

#p-hpe-partner-program-referral-drive #microsite_content .btn.btn-primary.mwf_finish:hover {
    background-color: #fff;
}

@media screen and (max-width: 900px) {
    #p-hpe-partner-program-referral-drive #microsite_content .green-bg .article.text_with_media .row .col-for-image img {
        padding-top: 15px
    }
    
    #p-hpe-partner-program-referral-drive #microsite_content .info-section .row {
        display: block !important;
    }
    
    #p-hpe-partner-program-referral-drive #microsite_content .info-section .text_with_media .row {
        padding: 50px;
    }

    #p-hpe-partner-program-referral-drive #microsite_content .partner-section img {
        float: left;
    }
}
/***** close 1550 HPE 23Q1 Partner Program Referral Drive IS229427 *****/

/**open HP Gewinnspiel**/

.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(13), 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(14), 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(15), 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(16), 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(17) {
    width: 100%!important;
}

.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(13) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField,
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(14) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField, 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(15) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField, 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(16) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField, 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(17) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField,
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(17) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap, 
.spri-marketo-form-new #microsite_content section#hp_gewinnspiel .mktoForm .mktoFormRow:nth-child(18) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField{
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: flex-end;
}

section#hp_gewinnspiel .mktoForm .mktoCheckboxList input[type='checkbox']:not(checked) {
    background: #fff!important;
    visibility: inherit;
}

section#hp_gewinnspiel .mktoForm .mktoCheckboxList {
    padding: 0.3em;
    width: auto!important;
    height: auto;
    margin-right: px;
}
/**close HP Gewinnspiel**/

@media only screen and (min-width: 992px) {
  .spri--5710-hpe_amd_event_in_dipoli #microsite_content .parallax-container .text {
      max-width: 59%;
      word-break: break-all;
  }
}
/***** open ADJUST 5850 HPE PORTAL COL FOR IMG PADDING*****/
.p-5850_portal_hpe #microsite_content .col-for-image img {
    padding-left: 0;
    padding-right: 0;
}
/***** close ADJUST 5850 HPE PORTAL COL FOR IMG PADDING*****/

/* ==================== */
/* Microsite Settings   */
/* ==================== */
