
/* ==================== */
/* 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;
}

/* [ColorAdjustment2020] Border Bottom: 1px -> 2px; #CCC -> #000 */
.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 2px solid #000;
    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%;
}

/* [ColorAdjustment2020] changed fff to 000 -> new styling */
.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    /* border: 2px solid #000; */
    color: #000;
}

.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 */
/* [ColorAdjustment2020] changed (most) background-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: #006B7D}

#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: #006B7D}

#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: #006B7D}

#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: #276EF1}

#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: #276EF1}

#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: #276EF1}

#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: #89E872}

#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: #E6E6D7}

#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-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-40 p,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd1-70 p,
#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-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-40 p,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-70 p,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd2-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: #7E55FC}

#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: #7E55FC}

#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: #E6F03C}

#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: #E6F03C}

#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: #FF7731}

#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: #FF7731}

#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: #FFB991}

#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: #FFB991}

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

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-70 p,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add1-100 p,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-70 p,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add3-100 p {
    color: #fff;
}

/* 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='#E6E6D7',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 */

    /* [ColorAdjustment2020] adjusted "first-of-type" definitions */

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

    /* [ColorAdjustment2020] removed -> styling moved
    #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: #E6E6D7;
    }

    #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: #7E55FC;
    }


}

#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article h1,
#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article h2,
#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article h3,
#microsite_content .bg-cd3-100--cd3-70 .grid-col:first-of-type .article p,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article h1,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article h2,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article h3,
#microsite_content .bg-cd3_100_add1_70 .grid-col:first-of-type .article p,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article h1,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article h2,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article h3,
#microsite_content .bg-white-100_bg-black-1 .grid-col:first-of-type .article p,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article h1,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article h2,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article h3,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col:first-of-type .article p {
    color: #000;
}

#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article h1,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article h2,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article h3,
#microsite_content .bg-white-100_bg-cd1-100 .grid-col .article p,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article h1,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article h2,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article h3,
#microsite_content .bg-cd3_100_add1_70 .grid-col .article p {
    color: #FFF;
}

/*fix for ul element text color*/
#microsite_content .bg-cd3_100_add1_70 .row .grid-col:nth-child(2) .text-box {
    color: white;
}

#microsite_content .bg-white-100_bg-cd1-100 .grid-col:nth-child(2) .article ul {
    color: white;
  }
/* 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; [ColorAdjustment2020] Removed bcs of new styling */
}

/* #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;
}

/* [ColorAdjustment2020] removed
#microsite_content section .btn-primary:hover {
    color: #fff !important
} */

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

/* [ColorAdjustment2020] Sophos fix -> Text at the end of a default btn now stays black (color #fff -> #000) */
#microsite_content section .btn:hover > span {
    color: #000;
}

/* 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;
}
 

/* 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 {
    height: 70px;
}

.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;
}
/* ****************************
 * common
 * module_email_prefence_center_css.css
 * Version - 0.0.1
 **************************** */

/* ****************************
 * common
 * module_email_prefence_center_css.css
 * Version - 0.0.1
 **************************** */

.styling_also_epc #microsite_content p {
	font-size: 18px;
}

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

.styling_also_epc #microsite_content #messages {
	width: 100%;
}

.styling_also_epc #microsite_content .container {
	width: 100%;
	max-width: 1140px;
	padding-left: 30px;
	padding-right: 30px;
}

.styling_also_epc #microsite_content .hero_section {
	padding-bottom: 30px;
}

.styling_also_epc #microsite_content section.section_3071997 .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.styling_also_epc #microsite_content section.section_3071997 #preference_center_portal .container {
	width: 100%;
	max-width: 1140px;
	padding-left: 0px;
	padding-right: 0px;
}

.styling_also_epc #microsite_content .section_welcome {
	padding-bottom: 80px;
}

.styling_also_epc #microsite_content #messagesPortal {
	background: #0a7e82;
}

.styling_also_epc #microsite_content #messagesPortal .info {
	padding: 10px;
}

.styling_also_epc #microsite_content #messagesPortal p {
	color: #fff;
}

.styling_also_epc #microsite_content .section_welcome .article p b {
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content .section_welcome .grid .grid-col {
	padding-left: 20px;
	padding-right: 20px
}

.styling_also_epc #microsite_content .section_welcome .article p b {
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content .section_welcome #existingUser input {
	width: 30%;
	border: 1px solid #000;
	background-color: #fff;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser .module p:nth-child(2) {
	display: initial;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser p:nth-child(2) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser input,
.styling_also_epc #microsite_content .section_welcome #createNewUser select {
	border: 1px solid #000;
	background-color: #fff;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser p label {
	display: block;
	width: 50%;
	padding: 0 10px 20px;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser p label:nth-child(10) {
	width: 100%
}

.styling_also_epc #microsite_content .section_welcome #createNewUser input[type='checkbox'] + label {
    padding-left: 45px;
}

.styling_also_epc #microsite_content .section_welcome #createNewUser button {
	padding: 15px 20px;
	border-radius: 50px;
	border: 2px solid #000;
	background: #006B7D;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}

.styling_also_epc #microsite_content .section_choice.box {
	background-color: #006b7d;
	background-image: url('https://www.also.com/ec/cms5/media/img/global_images/key_visuals/also_key_visual_general_for_teal_backgrounds_1_rgb.svg');
	padding-top: 120px;
	padding-bottom: 50px;
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.styling_also_epc #microsite_content .section_choice.box .text_with_media_overlapping .text .row .col-xs-12 {
	padding: 50px 20px;
}

.styling_also_epc #microsite_content .section_welcome.box .row,
.styling_also_epc #microsite_content .section_choice.box .row {
	margin-left: 0;
	margin-right: 0;
	padding: 0
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) {
	display: inline-block;
	background-color: #000;
	padding: 0;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) > div {
	padding: 30px;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) .section_headline h2 {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(3) {
	margin-top: 50px;
}

.styling_also_epc #microsite_content .section_choice.box .row:nth-child(3) .grid-col {
	margin-bottom: 80px;
	background-color: #fff;
}

.styling_also_epc #microsite_content .section_choice.box button {
	padding: 15px 20px;
	border-radius: 50px;
	border: 2px solid #000;
	background: #006B7D;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
}

.styling_also_epc #microsite_content .section_choice.box #selectAllMarketing,
.styling_also_epc #microsite_content .section_choice.box #selectAllNova {
	background-color: #fff;
	color: #000;
}

.styling_also_epc #microsite_content .section_opt_out.box .article p b {
	font-size: 40px;
	font-family: "roisbold", Verdana, Arial, sans-serif;
}

.styling_also_epc #microsite_content input[type='checkbox']:checked + label,
.styling_also_epc #microsite_content input[type='checkbox']:not(checked) + label,
.styling_also_epc #microsite_content input[type='radio']:checked + label,
.styling_also_epc #microsite_content input[type='radio']:not(checked) + label {
	position: relative;
	padding-left: 45px;
}

.styling_also_epc #microsite_content input[type='checkbox']:checked + label::before,
.styling_also_epc #microsite_content input[type='checkbox']:not(checked) + label::before,
.styling_also_epc #microsite_content input[type='radio']:checked + label::before,
.styling_also_epc #microsite_content input[type='radio']:not(checked) + label::before {
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.styling_also_epc #microsite_content input[type='checkbox']:checked + label::before,
.styling_also_epc #microsite_content input[type='radio']:checked + label::before {
	box-shadow: inset 0 0 0 4px white;
}



@media (max-width: 640px) {

	.styling_also_epc #microsite_content h1 {
		font-size: 30px;
	}

	.styling_also_epc #microsite_content h2 {
		font-size: 26px;
	}

	.styling_also_epc #microsite_content h3 {
		font-size: 22px;
	}

	.styling_also_epc #microsite_content .section_welcome .article p b {
		font-size: 30px;
	}

	.styling_also_epc #microsite_content .section_choice.box .row:nth-child(2) .section_headline h2 {
		font-size: 30px
	}

	.styling_also_epc #microsite_content .hero_section {
		padding: 30px;
	}

	.styling_also_epc #microsite_content .hero_section .container {
		width: 100%;
		max-width: inherit;
		padding-left: 0;
		padding-right: 0;
	}

	.styling_also_epc #microsite_content .hero_section .article {
		padding: 0 20px;
	}

	.styling_also_epc #microsite_content .hero_section .article > .row {
		padding: 0;
	}

	.styling_also_epc #microsite_content .hero_section .article .media,
	.styling_also_epc #microsite_content .hero_section .article .text {
		padding: 0;
		width: 100%;
	}

	.styling_also_epc #microsite_content .hero_section .article .text .row {
		margin-left: 0;
		margin-right: 0;
	}

	.styling_also_epc #microsite_content .hero_section .article .text h1 {
		word-break: break-word;
	}

	.styling_also_epc #microsite_content .hero_section img {
		padding-left: 0;
		margin: 0 auto;
	}

	.styling_also_epc #microsite_content section.c-Breadcrumb {
		display: none;
	}

	.styling_also_epc #microsite_content .section_welcome {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
	}

	.styling_also_epc #microsite_content .section_welcome input {
		width: 100%;
	}

	.styling_also_epc #microsite_content .section_choice.box {
		padding-top: 50px;
	}

	.styling_also_epc #microsite_content .section_opt_out.box .article p b {
		font-size: 30px;
	}

	.styling_also_epc #microsite_content .section_welcome #createNewUser p:nth-child(2) {
		display: flex;
		flex-direction: column;
	}

	.styling_also_epc #microsite_content .section_welcome #createNewUser p label {
		width: 100%;
		padding: 0;
	}
}

/* Layout fix for Hero Section */
@media (min-width: 768px) {
	.styling_also_epc .text_with_media_overlapping > .row {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	/**overlaping styles**/
	.styling_also_epc .text_with_media_overlapping .row .media,
	.styling_also_epc .text_with_media_overlapping .row .text,
	.styling_also_epc .text_with_media_overlapping .row .text-wrapper {
		grid-row: 1/2;
	}

	.styling_also_epc .text .grid-container > div {
		grid-row: 1/2;
	}

	.styling_also_epc .text .grid-container :first-child {
		z-index: 999;
	}

	/***************************/
	/*text box styles*/
	.styling_also_epc .text_with_media_overlapping .row .text {
		z-index: 1;
	}

	.styling_also_epc .text_with_media_overlapping .text .row .col-xs-12 {
		padding: 50px;
	}

	.styling_also_epc .text_with_media_overlapping .text .row .col-xs-12 > h2 {
		padding-top: 0 !important;
	}

	/********************************/
	.styling_also_epc .text_with_media_overlapping .bg-box {
		background: #fff;
		color: #000;
		z-index: 0;
	}

	/****image padding reset****************/
	.styling_also_epc .text_with_media_overlapping .row .media.col-xs-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/******util classes**********/
	.styling_also_epc .text_with_media_overlapping .align-top {
		align-items: flex-start;
	}

	.styling_also_epc .text_with_media_overlapping .align-bottom {
		align-items: flex-end;
	}

	.styling_also_epc .text_with_media_overlapping .on-top {
		z-index: 999;
	}

	/*col span 4*/
	.styling_also_epc .text_with_media_overlapping .grid-start-9 {
		grid-column-start: 9;
	}

	/*col span 6*/
	.styling_also_epc .text_with_media_overlapping .grid-start-7 {
		grid-column-start: 7;
	}

	/*col span 8*/
	.styling_also_epc .text_with_media_overlapping .grid-start-5 {
		grid-column-start: 5;
	}

	/*col span 9*/
	.styling_also_epc .text_with_media_overlapping .grid-start-4 {
		grid-column-start: 4;
	}

	/*col span 12*/
	.styling_also_epc .text_with_media_overlapping .grid-start-1 {
		grid-column-start: 1;
	}


	/*col span 4*/
	.styling_also_epc .text_with_media_overlapping .grid-end-5 {
		grid-column-end: 5;
	}

	/*col span 6*/
	.styling_also_epc .text_with_media_overlapping .grid-end-7 {
		grid-column-end: 7;
	}

	/*col span 8*/
	.styling_also_epc .text_with_media_overlapping .grid-end-9 {
		grid-column-end: 9;
	}

	/*col span 9*/
	.styling_also_epc .text_with_media_overlapping .grid-end-10 {
		grid-column-end: 10;
	}

	/*col span 12*/
	.styling_also_epc .text_with_media_overlapping .grid-end-13 {
		grid-column-end: -1;
	}

	/*************************************/
	.styling_also_epc #microsite_content .text_with_media_overlapping .grid-container {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	.styling_also_epc #microsite_content .text_with_media_overlapping .text .grid-container > div {
		grid-row: 1/2;
	}

	.styling_also_epc #microsite_content .text_with_media_overlapping .bg-box {
		background: #fff;
	}

	.styling_also_epc #microsite_content .text_with_media_overlapping .text .grid-container :first-child {
		z-index: 999;
	}

	.styling_also_epc .standard-box .article div div {

		background: white;

	}
}

@media (max-width: 767px) {
	.styling_also_epc .text_with_media_overlapping .text {
		background: #fff;
		color: #000;
	}

	.styling_also_epc .text_with_media_overlapping .text .row .col-xs-12 {
		padding: 25px !important;
	}
}


/* --------------------------------------------------------------------------------
 * 	 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;
}

/* [ColorAdjustment2020] Border Bottom: 1px -> 2px; #CCC -> #000 */
.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 2px solid #000;
    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%;
}

/* [ColorAdjustment2020] changed fff to 000 -> new styling */
.p-microsite main a.btn:hover,
.p-microsite main a.btn:focus {
    /* border: 2px solid #000; */
    color: #000;
}

.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: #006B7D}

#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: #006B7D}

#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: #006B7D}

#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: #276EF1}

#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: #276EF1}

#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: #276EF1}

#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: #89E872}

#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: #E6E6D7}

#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;}

/* [ColorAdjustment2020] Removed -> Styling moved
#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-40 p,
#microsite_content .bg-cd1-70 h1,
#microsite_content .bg-cd1-70 h2,
#microsite_content .bg-cd1-70 h3,
#microsite_content .bg-cd1-70 p,
#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-cd2-40 h1,
#microsite_content .bg-cd2-40 h2,
#microsite_content .bg-cd2-40 h3,
#microsite_content .bg-cd2-40 p,
#microsite_content .bg-cd2-70 h1,
#microsite_content .bg-cd2-70 h2,
#microsite_content .bg-cd2-70 h3,
#microsite_content .bg-cd2-70 p,
#microsite_content .bg-cd2-100 h1,
#microsite_content .bg-cd2-100 h2,
#microsite_content .bg-cd2-100 h3,
#microsite_content .bg-cd2-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: #7E55FC}

#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: #7E55FC}

#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: #E6F03C}

#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: #E6F03C}

#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: #FF7731}

#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: #FF7731}

#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: #FFB991}

#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: #FFB991}

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

#microsite_content .bg-add1-70 h1,
#microsite_content .bg-add1-70 h2,
#microsite_content .bg-add1-70 h3,
#microsite_content .bg-add1-70 p,
#microsite_content .bg-add1-100 h1,
#microsite_content .bg-add1-100 h2,
#microsite_content .bg-add1-100 h3,
#microsite_content .bg-add1-100 p,
#microsite_content .bg-add3-70 h1,
#microsite_content .bg-add3-70 h2,
#microsite_content .bg-add3-70 h3,
#microsite_content .bg-add3-70 p,
#microsite_content .bg-add3-100 h1,
#microsite_content .bg-add3-100 h2,
#microsite_content .bg-add3-100 h3,
#microsite_content .bg-add3-100 p {
    color: #fff;
}

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

/* Mixed Colors */

/* [ColorAdjustment2020] edited all mixed color bg */

#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;}

/* [ColorAdjustment2020] Removed -> Styling moved
.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%, #7E55FC 50%);
        background: -webkit-linear-gradient(left,  #89E872 50%,#7E55FC 50%);
        background: linear-gradient(to right,  #89E872 50%,#7E55FC 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89E872', endColorstr='#7E55FC',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%, #E6E6D7 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#E6E6D7 50%);
        background: linear-gradient(to right,  #ffffff 50%,#E6E6D7 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E6E6D7',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%, #006B7D 50%);
        background: -webkit-linear-gradient(left,  #ffffff 50%,#006B7D 50%);
        background: linear-gradient(to right,  #ffffff 50%,#006B7D 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#006B7D',GradientType=1 );
    }

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

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

    /* [ColorAdjustment2020] removed -> white text
    #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;
    }

    /* [ColorAdjustment2020] changed color */
    #microsite_content .bg-white-100_bg-black-1:not(.box) .grid-col .article{
        background: #E6E6D7;
    }

    /* [ColorAdjustment2020] changed color */
    #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: #7E55FC;
    }


}

#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; [ColorAdjustment2020] Removed because of new Button styling */
}

/* [ColorAdjustment2020] Removed bcs of shop buttons
#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;
}

/* [ColorAdjustment2020] Removed -> New styling
#microsite_content section .btn-primary:hover {
    color: #fff !important
}*/

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

/* [ColorAdjustment2020] Sophos fix -> Text at the end of a default btn now stays black */
#microsite_content section .btn:hover > span {
    color: #000;
}

/* 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: #E6E6D7;
}

.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;
    color: #fff;
}

.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;
    color: #fff !important;
}

/* 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%;
}

/* --------------------------------------------------------------------------------
   ALSO Blacksale
 * -------------------------------------------------------------------------------- */

.also-black-sale #microsite_content h3 a {
    color: black !important;
    word-break: break-word;
}

.also-black-sale #microsite_content h3 a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------
   Also Offres Givrees - 2000
 * -------------------------------------------------------------------------------- */

.also_offres_givrees .c-Products__price span {
    color: #0027BF !important;
    font-weight: bolder;
}

.also_offres_givrees .c-Products__shortDescription.js-shortDescription h3 a {
    color: #0027BF !important;
    text-decoration: none !important;
    border: none !important;
}

.also_offres_givrees .c-Products__shortDescription.js-shortDescription a:hover {
    color: #041C40 !important;
}

.also_offres_givrees #microsite_content a.btn.btn-default {
    background: #00359E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    padding: 20px 40px !important;
}

.also_offres_givrees #microsite_content a.btn.btn-default:hover {
    background: #041C40 !important;
}

.also_offres_givrees main#top {
    background: url(https://www.also.com/ec/cms5/media/img/2000/campagnes/also_fr/les_offres_givrees/background_les_offres_givrees.jpg);
}

.also_offres_givrees .divider_for_buttons {
    padding: 100px;
}

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

/* --------------------------------------------------------------------------------
   ALSO IT Services
 * -------------------------------------------------------------------------------- */

.also_it_services .shadow .article.text_with_media {
    padding: 10px 5px 10px 5px;
    height: 220px;
}

.also_it_services .tools_headline h2 {
    margin: 30px 0px 0px 10px;
}

.also_it_services .shadow .article.text_with_media h3 {
    min-height: 2.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.also_it_services .shadow p:nth-child(2) {
    min-height: 100px;
}

.also_it_services span.fa.fa-link {
    color: #000;
    background: #89E872;
    font-size: 14px;
    padding: 3px 12px;
    text-decoration: none !important;
    border-radius: 15px;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.also_it_services span.fa.fa-link:hover {
    color: #fff;
}

.also_it_services .shadow a {
    border: 0 !important;
}



/* --------------------------------------------------------------------------------
   American Express / AMEX / 2000
 * -------------------------------------------------------------------------------- */

.fr_amex #microsite_content input.btn-default,
.fr_amex #microsite_content a.btn-default,
.fr_amex #microsite_content table.table a.btn-default {
    border: 2px solid #203864 !important;
    border-bottom: 2px solid #203864;
    border-radius: 30px;
    background: #203864;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

.fr_amex #microsite_content input.btn-default:hover,
.fr_amex #microsite_content a.btn-default:hover,
.fr_amex #microsite_content table.table a.btn-default:hover {
    border: 2px solid #182a4a !important;
    border-bottom: 2px solid #182a4a;
    border-radius: 30px;
    background: #182a4a;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------
   Also Coup De Coeur - 2000
 * -------------------------------------------------------------------------------- */

.also_coup_de_coeur .c-Products__price span {
    color: #BE1622 !important;
    font-weight: bolder;
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription h3 a {
    color: #BE1622 !important;
    text-decoration: none !important;
    border: none !important;
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription a:hover {
    color: #a0121d !important;
}

.also_coup_de_coeur #microsite_content a.btn.btn-default {
    background: #BE1622 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    padding: 20px 40px !important;
}

.also_coup_de_coeur #microsite_content a.btn.btn-default:hover {
    background: #a0121d !important;
}

.also_coup_de_coeur .divider_for_buttons {
    padding: 30px;
}

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

.also_coup_de_coeur #microsite_content .flower .row .col-xs-12:last-of-type .text_with_media {
    text-align: center;
}

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

.also_coup_de_coeur .vendor_firstrow{
    padding-top: 30px;
}

.also_coup_de_coeur .vendor_secondrow{
    padding-bottom: 30px;
}

.also_coup_de_coeur .c-Products--gallery-Product {
    border: 3px solid #BE1622;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: 10px;
    padding: 15px 0px;
    width: 23%
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription {
    height: 110px !important;
}


.also_coup_de_coeur .c-Products--gallery-Product {
    border: 3px solid #BE1622;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: 10px;
    padding: 15px 0px;
    width: 23%;
}

.also_coup_de_coeur .c-Products__shortDescription.js-shortDescription {
    height: 110px !important;
}

@media (max-width: 1200px) {
    .also_coup_de_coeur .c-Products--gallery-Product {
        margin: 10px;
        width: 47%;
    }
}

@media (max-width: 700px) {
    .also_coup_de_coeur .c-Products--gallery-Product {
        margin: 10px;
        width: initial;
    }
}

/* --------------------------------------------------------------------------------
   ALSO Network 2020
 * -------------------------------------------------------------------------------- */

.alsonetwork2020 #microsite_content .bg-cd2-70.box,
.alsonetwork2020 #microsite_content .bg-cd2-70 .box,
.alsonetwork2020 #microsite_content .bg-cd2-70.box .grid,
.alsonetwork2020#microsite_content .bg-cd2-70:not(.box) .grid-col .article {
    background: #006b7d;
    color: #fff;
}

.alsonetwork2020 #microsite_content .bg-cd2-70.box,
.alsonetwork2020 #microsite_content .bg-cd2-70 .box,
.alsonetwork2020 #microsite_content .bg-cd2-70.box .grid,
.alsonetwork2020 #microsite_content .bg-cd2-70:not(.box) .grid-col .article {
    background: #006b7d;
    color: #fff;
}

.alsonetwork2020 #microsite_content .bg-black-40.box,
.alsonetwork2020 #microsite_content .bg-black-40.box h3,
.alsonetwork2020 #microsite_content .bg-black-40 .box,
.alsonetwork2020 #microsite_content .bg-black-40.box .grid,
.alsonetwork2020 #microsite_content .bg-black-40:not(.box) .grid-col .article        {background: #858688; color: #fff;}

.alsonetwork2020 #microsite_content .bg-cd1-40 li {
    color: #fff;
}

.alsonetwork2020 #microsite_content .bg-black-40 h2 {
     color: #fff;
}

/*  < --= \ =------------------o------------------= / =-- >  */
/*  ( !!!           [ New color adjustments ]         !!! )  */
/*  < --= / =------------------o------------------= \ =-- >  */

/* # General / Default adjustments ((( */

a.fa:hover {
    font-weight: normal;
}

/* ### General/Default modifiers for links/buttons inside tables */

#microsite_content table.table a.btn-primary:not(:hover) > .fa::before
{
    color: #FFF!important;
}

#microsite_content table.table a.btn-default:not(:hover) > .fa::before
{
    color: #000!important;
}

#microsite_content table.table a.btn-primary:hover > .fa::before,
#microsite_content table.table a.btn-default:hover > .fa::before
{
    color: #FFF;
}

#microsite_content table.table tbody tr:hover .btn-default:not(:hover) > .fa::before,
#microsite_content table.table tbody tr:hover .btn-default:not(:hover)
{
    color: #000;
}

#microsite_content table.table tbody tr:hover .btn-primary:not(:hover) > .fa::before,
#microsite_content table.table tbody tr:hover .btn-primary:not(:hover)
{
    color: #FFF;
}

#microsite_content table.table tbody tr:hover a.lnk:not(:hover) {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
}

#microsite_content table.table a.lnk {
    font-weight: bold;
    color: #000!important;
    border-bottom: 1px solid #000!important;
}

#microsite_content table.table a.lnk:hover {
    font-weight: bold;
    color: #000!important;
    border-bottom: none!important;
}

/* ~~~~ */

/* < --= Buttons on white background =-- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* < This Button styling acts like the "default" styling for every button ~~~~~~~~~~~~~
     (except inside tables)! More background-color specific styling is defined below! > */

#microsite_content a,
#microsite_content a.lnk {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
}

#microsite_content a:hover,
#microsite_content a.lnk:hover {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid transparent;
}

#microsite_content input.btn-primary,
#microsite_content a.btn-primary,
#microsite_content table.table a.btn-primary {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #006B7D;
    color: #FFF;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content input.btn-primary:hover,
#microsite_content a.btn-primary:hover,
#microsite_content table.table a.btn-primary:hover {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content input.btn-default,
#microsite_content a.btn-default,
#microsite_content table.table a.btn-default {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #C8C8C8;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content input.btn-default:hover,
#microsite_content a.btn-default:hover,
#microsite_content table.table a.btn-default:hover {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content a.btn-primary > .fa::before,
#microsite_content table.table a.btn-primary > .fa::before {
    color: #FFF;
}

#microsite_content a.btn-default > .fa::before,
#microsite_content table.table a.btn-default > .fa::before {
    color: #000;
}

#microsite_content a.btn-primary:hover > .fa::before,
#microsite_content a.btn-default:hover > .fa::before,
#microsite_content table.table a.btn-primary:hover > .fa::before,
#microsite_content table.table a.btn-default:hover > .fa::before {
    color: #000;
}

/* < end of white bg / default modifiers > */
/* ))) */
/* ~~~~ */

/* < define link colors / hover effect for white text > */

#microsite_content .bg-cd1-100   a:not(.btn),
#microsite_content .bg-cd1-70    a:not(.btn),
#microsite_content .bg-cd1-40    a:not(.btn),
#microsite_content .bg-cd2-100   a:not(.btn),
#microsite_content .bg-cd2-70    a:not(.btn),
#microsite_content .bg-cd2-40    a:not(.btn),
#microsite_content .bg-add1-100  a:not(.btn),
#microsite_content .bg-add1-70   a:not(.btn),
#microsite_content .bg-add3-100  a:not(.btn),
#microsite_content .bg-add3-70   a:not(.btn),
#microsite_content .bg-black-100 a:not(.btn),
#microsite_content .bg-black-40  a:not(.btn),
#microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:not(:first-of-type) .article:not(.table)      a:not(.btn),
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:not(:first-of-type) .article:not(.table) a:not(.btn) {
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

#microsite_content .bg-cd1-100   a:not(.btn):hover,
#microsite_content .bg-cd1-70    a:not(.btn):hover,
#microsite_content .bg-cd1-40    a:not(.btn):hover,
#microsite_content .bg-cd2-100   a:not(.btn):hover,
#microsite_content .bg-cd2-70    a:not(.btn):hover,
#microsite_content .bg-cd2-40    a:not(.btn):hover,
#microsite_content .bg-add1-100  a:not(.btn):hover,
#microsite_content .bg-add1-70   a:not(.btn):hover,
#microsite_content .bg-add3-100  a:not(.btn):hover,
#microsite_content .bg-add3-70   a:not(.btn):hover,
#microsite_content .bg-black-100 a:not(.btn):hover,
#microsite_content .bg-black-40  a:not(.btn):hover,
#microsite_content .bg-cd3_100_add1_70:not(.box) .grid-col:not(:first-of-type) .article:not(.table)      a:not(.btn):hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:not(:first-of-type) .article:not(.table) a:not(.btn):hover {
    font-weight: bold;
    color: #FFF;
    border-bottom: none;
}

/* ~~~~ */
/* < define "special case" buttons (black + dark green bg) > */

#microsite_content .bg-cd1-100   input.btn-primary,
#microsite_content .bg-black-100 input.btn-primary,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary,
#microsite_content .bg-cd1-100   a.btn-primary,
#microsite_content .bg-black-100 a.btn-primary,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary
{
    border: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #89e872;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-cd1-100   input.btn-primary:hover,
#microsite_content .bg-black-100 input.btn-primary:hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary:hover,
#microsite_content .bg-cd1-100   a.btn-primary:hover,
#microsite_content .bg-black-100 a.btn-primary:hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary:hover
{
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #006B7D;
    color: #FFF;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary:hover,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary:hover {
    border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
}

#microsite_content .bg-cd1-100   input.btn-primary > .fa::before,
#microsite_content .bg-black-100 input.btn-primary > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary > .fa::before,
#microsite_content .bg-cd1-100   a.btn-primary > .fa::before,
#microsite_content .bg-black-100 a.btn-primary > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary > .fa::before,
#microsite_content .bg-black-100 input,
#microsite_content .bg-black-100 textarea
{
    color: #000;
}

#microsite_content .bg-cd1-100   input.btn-primary:hover > .fa::before,
#microsite_content .bg-black-100 input.btn-primary:hover > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) input.btn-primary:hover > .fa::before,
#microsite_content .bg-cd1-100   a.btn-primary:hover > .fa::before,
#microsite_content .bg-black-100 a.btn-primary:hover > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col .article:not(.table_content) a.btn-primary:hover > .fa::before
{
    color: #000;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary > .fa::before,
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary > .fa::before
{
    color: #FFF;
}

#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) input.btn-primary:hover > .fa::before
#microsite_content .bg-white-100_bg-cd1-100:not(.box) .grid-col:first-of-type .article:not(.table_content) a.btn-primary:hover > .fa::before
{
    color: #FFF;
}


/* ############################################################################################## */

/* --------------------------------------------------------------------------------
   ALSO Spotlight 2021
 * -------------------------------------------------------------------------------- */

.also_spotlight_2021 div#messages {
    display: none;
}

.also_spotlight_2021 h1 {
    font-family: rois_bold;
    font-size: 36px;
    color: #000;
}

.also_spotlight_2021 h2 {
    font-family: rois_bold;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    padding: 30px 0px;
    margin-bottom: 0px !important;
}

.also_spotlight_2021 h3 {
    font-size: 30px;
    font-weight: 900;
}

.also_spotlight_2021 h4 {
    font-size: 26px;
    font-family: 'Inter var', sans-serif;
    font-weight: 900;
}

.also_spotlight_2021 h5 {
    font-size: 22px;
    padding-bottom: 40px;
    line-height: 1.45;
}

.also_spotlight_2021 #microsite_content .btn.btn-default {
    border: 2px solid #006B7D !important;
    border-radius: 30px;
    background: #006B7D !important;
    color: #fff !important;
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
}

.also_spotlight_2021 #microsite_content .btn.btn-default:hover {
    background:#fff !important;
    color: #006B7D !important;
}

.also_spotlight_2021 #microsite_content .bg-cd2-100.box,
.also_spotlight_2021 #microsite_content .bg-cd2-100 .box,
.also_spotlight_2021 #microsite_content .bg-cd2-100.box .grid,
.also_spotlight_2021 #microsite_content .bg-cd2-100:not(.box) .grid-col .article         {background: #006b7d}

.also_spotlight_2021 .spotlight_intro {
    background: url("https://www.also.com/ec/cms5/media/img/1010_central/also_spotlight/2020_also_spotlight_header_notextandlogo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.also_spotlight_2021 .spotlight_intro img{
    position: relative;
    left: -75px;
    top: 45px;
}

.also_spotlight_2021 .spotlight_intro h2{
    padding-top: 10%;
}

.also_spotlight_2021 .spotlight_registration {
    padding-top: 10px;
    padding-bottom: 20px;
    background:  url("https://www.also.com/ec/cms5/media/img/1010_central/also_spotlight/2020_also_spotlight_bckgrimg_registrationform.jpg");
    background-repeat: no-repeat;
    background-position: top left;
	background-size: cover;
	min-height: 550px;
}

.also_spotlight_2021 #DataTables_Table_0_filter input {
    color:black;
}

.also_spotlight_2021 .agenda {
	background: url(/ec/cms5/media/img/1010_central/also_spotlight/2020_also_spotlight_microsite_background_agenda.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	background-position: 100% 20%;
}

.also_spotlight_2021 .agenda h2 {
    color: #fff;
}

.also_spotlight_2021 .agenda li {
    color: #fff;
}

.also_spotlight_2021 .agenda label {
    color: #fff;
}

.also_spotlight_2021 .agenda a.paginate_button {
    color: #fff !important;
}

.also_spotlight_2021 .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !Important;
}

.also_spotlight_2021 .agenda select {
    color: #000 !important;
}

.also_spotlight_2021 .agenda input:hover,
.also_spotlight_2021 .agenda input:active,
.also_spotlight_2021 .agenda textarea:hover,
.also_spotlight_2021 .agenda textarea:active {
    border-color: #89E872 !important;
}

.also_spotlight_2021 a.paginate_button {
    border: 0 !important;
}

.also_spotlight_2021 a.paginate_button:hover {
    background: #89E872 !important;
}

/* experts */

.also_spotlight_2021 .experts_headline { 
	padding-top: 35px;
}

.also_spotlight_2021 .experts_headline h1 {
	color: #fff !important;
}

.also_spotlight_2021 .experts_content h3 {
	color: #fff !important;
}

.also_spotlight_2021 .experts_content p {
	color: #fff;
}


.also_spotlight_2021 #microsite_content section:last-of-type {
    margin-bottom: 0px !important;
}
#microsite_content a.skip_step {
    position: absolute;
    bottom: 15px;
    left: 30%;
}



@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;
}


/* ==========================================================================
   General
   ========================================================================== */


html {
    overflow-x: hidden;
}


h2 {
    font-weight: bold;
}

h1,
h2,
h3 {
    color: #000;
}

.u-bgBeige h1, .u-bgBeige h2 {
    color: #000;
}

main#top {
    padding-top: 45px;
}

div#messages {
    display: none;
}

.container:first-child {
    margin-bottom: 0px;
}

.p-microsite main a:hover,
.p-microsite main a:focus {
    border-bottom: 1px solid transparent;
}

.col-right {
    float: right;
}

.col-left {
    float: left;
}

main a.lnk {
    color: #006b7d;
}

.c-Breadcrumb {
    display: none !important;
}

.c-Breadcrumb ol li a:hover {
    border-bottom: 1px solid black;
    color: #000;
}

.bs-collage .col-xs-12:nth-child(1) {
    float: right;
}

.bs-collage .col-xs-12:nth-child(3) {
    float: right;
}

.bs-collage .col-xs-12:nth-child(4) {
    float: right;
}

#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: #f2f2f2;
}


a.btn__totop--fixed {a
    border: 1px solid #008CA3;
    color: #008CA3;
    padding: 10px 11px;
}

a.btn__totop--fixed:hover,
a.btn__totop--fixed:focus {
    background: #008CA3;
}

/* Tables */

table.table tr th {
    border-bottom: 2px solid #018ca3 ;
}

table.table tbody tr:hover {
    background-color: #018ca3;
    color: #fff;
}

/* DPP Training */

.advantage_seed {
	color: #fff;
}

.advantage_seed .col-xs-12:nth-child(1) .text_with_media {
	background: linear-gradient(180deg, #55e9bf , #0aafa7 );
	border-radius: 50px;
	padding: 30px 0px;
}

.advantage_seed .col-xs-12:nth-child(2) .text_with_media {
	background: linear-gradient(180deg, #f79393 , #e63f3f );
	border-radius: 50px;
	padding: 30px 0px;
}

.advantage_seed .col-xs-12:nth-child(3) .text_with_media {
	background: linear-gradient(180deg, #feca62 , #ff9c47 );
	border-radius: 50px;
	padding: 30px 0px;
}

.advantage_seed .col-xs-12:nth-child(4) .text_with_media {
	background: linear-gradient(180deg, #b1e485 , #3ad7ab );
	border-radius: 50px;
	padding: 30px 0px;
}

#apple-training-page .training-box-cont div.grid-col:last-child .article {
    background-color: #E6E6D7;
}

/* **********************************************
 * Custom classes
 ********************************************** */

@media only screen and (min-width: 992px) {

    .apple_content_box .text_with_media p:nth-child(2) {
        min-height: 160px;
    }

    .apple_content_box1 .text_with_media h2 {
        min-height: 110px;
    }

    .apple_content_box1 .text_with_media p:nth-child(2) {
        min-height: 120px;
    }

    .apple_content_box1 a {
        padding-bottom: 20px;
    }

    .apple_content_box2 .text_with_media p:nth-child(1) {
        min-height: 220px;
    }

    .apple_content_box2 .text_with_media p:nth-child(2) {
        text-align: center;
		min-height: 150px;
    }

    .apple_content_box3 .text_with_media p:nth-child(1) {
        min-height: 240px;
    }

    .apple_content_box3 .text_with_media p:nth-child(2) {
        text-align: center;
    }
}

.u-bgBeige {
    background: transparent;
}

/* **********************************************
 * MSP Form
 ********************************************** */

.webforms_appleportal {
    padding-top: 30px;
    background: url(/ec/cms5/media/img/1010_apple/2020_neues_portal/webforms/form_background.jpg);
    background-size: 100% 35%;
    background-repeat: no-repeat;
}

.webforms_appleportal span.mwf-required {
    display: none;
}

.webforms_appleportal .row:nth-child(3) .mwf-paragraph:nth-child(1) {
    padding-top: 100px !important;
}

.webforms_appleportal .row:nth-child(2) .mwf-paragraph:nth-child(1) h2 {
    color:#fff;
    margin-bottom: 10px;
}

.webforms_appleportal .row:nth-child(2) .mwf-paragraph:nth-child(1) p {
    color:#fff;
}

.webforms_appleportal .mwf-input-error {
    border: 1px solid #ff0000;
}

.webforms_appleportal .mwf-error {
    display: none
}
.webforms_appleportal input, textarea {
    border-bottom: 1px solid #2D2D35;
}

.webforms_appleportal textarea {
    border-bottom: 1px solid #2D2D35;
    border: 1px solid #cccccc;
    background: white;
}

.webforms_appleportal .btn-primary {
    border-width: 2px !important;
}

/* **********************************************
 * Header
 ********************************************** */

ul.nav.navbar-nav.navbar-right img {
    width: 73%;
    top: 1px;
    position: relative;
}

div#myNavbar {
    height: 300px;
    margin-top: 0px;
}

.lnk-logo img {
    height: 55px;
    margin-top: 4px;
}

header {
    box-shadow: none;
    padding: 0px;
    background: #333333;
    height: 50px
}

.navbar-nav.navbar-right > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

header ul.dropdown-menu {
    border-top: 2px solid #000;
    margin: 0;
}

header ul li.dropdown.open {
    position: static;
}

header ul li a,
header ul.dropdown-menu li a {
    color: #333;
    border-bottom: 0px solid transparent;
    font-size: 14px;
}

header ul li a {
    line-height: 20px;
    padding: 0px 15px 5px 5px;
    text-transform: capitalize;
}

header a:focus,
header a:hover,
header a:active {
    color: #89E872;
    border-bottom: 0px solid transparent !important;
}

.navbar-nav > li {
    background-color: transparent;
}

header ul li a:hover,
header ul.dropdown-menu li a:hover {
    background: transparent;
    color: #018ca3;
    border-bottom: 0px solid #333 !important;
}

header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus,
header .nav > li > a:hover,
header .nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
}

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

header .dropdown .dropdown-menu li {
    float: left;
}

header .dropdown .dropdown-menu img {
    padding-top: 10px;
}

header ul li:first-child a {
    padding-left: 13px;
    text-transform: capitalize;
}

ul.dropdown-menu .container li:first-child a{
    padding-left: 4px !important;
}

.dropdown-menu .container {
    margin-top: 12px;
    margin-bottom: 6px;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    top: 50px;
}

.p-1010_apple .navbar-inverse .navbar-nav > li  a {
    font-weight: normal;
    color: #fff;
}

.p-1010_apple .navbar-inverse .navbar-nav > li  a:hover,
.p-1010_apple .navbar-inverse .navbar-nav > li  .dropdown-menu a:hover {
    font-weight: normal;
    color: #45b0e1;
}

.p-1010_apple .navbar-inverse .navbar-nav > li  .dropdown-menu a {
    text-transform: inherit;
    color: #333
}



/* **********************************************
 * Responsive Header
 ********************************************** */

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

    header ul li.dropdown.open {
        position: relative;
        display: inline-table;
    }

    ul.dropdown-menu .container li a {
        color: #9d9d9d;
    }

    ul.dropdown-menu .container li a:hover,
    ul.dropdown-menu .container li a:active,
    ul.dropdown-menu .container li a:focus {
        color: #018ca3;
    }

    .dropdown-menu .container {
        margin-top: 0px;
    }

}

header .navbar {
    height: 45px;
}

#header img {
    position: relative;
    top: -15px;
    width: 72%;
}

.navbar-nav.navbar-right > li > a {
    line-height: 65px;
}

.navbar-inverse {
    background-color: initial;
}

.navbar-collapse.in {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    overflow-y: auto;
    width: 112%;
}

.collapsing {
    display: none !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #018ca3;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: capitalize;
padding-left: 10px;
padding-right: 10px;
}

.navbar-collapse.in li {
    width: 100%;
}

ul.nav.navbar-nav.navbar-right {
    position: relative;
}


@media screen and (max-width: 768px) {
    .highlight {
        font-size: 1.2em;
    }
}


@media only screen and (max-width: 768px) {
    .navbar-right {
        display: none;
    }

    .navbar {
        background-image: url("https://www.also.com/ec/cms5/media/img/1010_apple/2020_neues_portal/also_apple_logo.png") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-x: calc(50% - 30px) !important;
        background-position-y: calc(7px) !important;
        background-size: 260px !important;
    }

    .p-2320_apple_2020 .navbar {
        background-image: url("https://www.also.com/ec/cms5/media/img/2400_apple/2020_neues_portal_1/also_apple_logo_en.png") !important;
    }	

    .p-2400_apple_2020 .navbar {
        background-image: url("https://www.also.com/ec/cms5/media/img/2400_apple/2020_neues_portal_1/also_apple_logo_en.png") !important;
    }	

    header {
        box-shadow: none;
        padding: 0px;
        background: #333333;
        height: 75px
    }

    header .navbar {
        height: 75px !important;
        background: #333333;
    }

    div#myNavbar {
        height: 300px;
        margin-top: 13px;
    }
}





/* Bootstrap Nav*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -25px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-default .btn-link {
    color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}
.navbar-inverse {
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
    text-transform: capitalize;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    max-height: 45px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #018ca3;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
    text-shadow: none;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #4B4B4B;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #333;
    border: none;
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.header {
    background: none;
}

header .navbar {
    height: 45px;
}

.navbar-nav > li > .dropdown-menu {
    background: #fff;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    header,
    header ul.dropdown-menu,
    header .navbar-nav > li > .dropdown-menu {
        background-color: #333;
    }
}

/* **********************************************
 * Homeoffice
 ********************************************** */

.apple_homeoffice .tabs-section .text_with_media h3 .btn-default {
    margin: 10px;
    font-family: "ralewaysemibold", Helvetica, Arial, sans-serif;
}

.apple_homeoffice .tabs-section  .btn-default {
    width: 215px;
}

.apple_homeoffice .tabs-section  .btn-primary {
    width: 280px;
}

.apple_homeoffice  .tabs-section  .btn-default,
.apple_homeoffice .tabs-section  .btn-primary {
    margin: 5px 0;
    line-height: 1.4em;
}

@media screen and (min-width:769px) {
    .apple_homeoffice .tabs-section  .btn-default {
        display: inline-flex;
        padding: 15px 15px;
        min-height: 70px;
        font-size: 13px;
        align-items: center;
        justify-content: center;
    }
    .apple_homeoffice .tabs-section  .btn-default,
    .apple_homeoffice .tabs-section  .btn-primary {
        width: auto;
    }

    .apple_homeoffice  .tabs-section .text_with_media h3 .btn-default {
        width: calc(48% - 10px);
    }
}

@media screen and (min-width:992px) {
    .apple_homeoffice  .tabs-section .text_with_media h3 .btn-default {
        width: calc(18% - 10px);
    }
}

@media screen and (max-width: 768px ) {
    .apple_homeoffice  .tabs-section .text_with_media h3 {
        flex-direction: column;
    }

    .apple_homeoffice  .tabs-section .text_with_media h3 .btn-default,
    .apple_homeoffice  .tabs-section .text_with_media h3 .btn-primary {
        width: 100%;
    }

}

/* **********************************************
 * Footer
 ********************************************** */

footer .c-Footer > .container > .row > div,
footer .c-Footer > .container-fluid > .row > div {
    background-color: #333333;
    padding: 30px 0px;
}
.c-Footer {
    background: #333333 !important;
}
.navbar-inverse {
    border-color: #333333;
}

.col-xs-12.m-LegalLinks {
    text-align: center;
}

footer.navbar.navbar-bottom.navbar-inverse {
    margin-bottom: 50px;
}

.m-LegalLinks a {
    color: #F9F9FA;
    border-bottom: 0px;
}

.m-LegalLinks a:hover {
    border-color: #018ca3;
}

.p-1010_apple-darum_lieben_wir_den_mac footer.navbar.navbar-bottom.navbar-inverse {
    margin-top: 0px !important;
}

/* --------------------------------------------------------------------------------
   Apple ACN 2022
 * -------------------------------------------------------------------------------- */

.apple-acn h1,
.apple-acn h2,
.apple-acn h3 {
    color: #89E872;
}

.apple-acn p {
    color: #fff;
}

.apple-acn #microsite_content  {
    background: url("/ec/cms5/media/img/1010_apple/apple_acn_bg.jpg");
    color: #fff;
}

.apple-acn div#messages {
    display: none;
}

.apple-acn .apple_acn_products {
    background: url("/ec/cms5/media/img/1010_apple/apple_acn_bg.jpg");
}

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

.apple-acn .c-Products--gallery-Product {
    padding-top: 15px;
}

.apple-acn .js-shortDescription {
    padding-top: 15px !important;
}

.apple-acn .js-shortDescription a {
    color: #000;
}

.apple-acn .js-shortDescription a:hover {
    border-bottom: 1px solid black;
}

.apple-acn .c-Products__price {
    padding-top: 15px !important;
    margin-top: 35px;
}

.apple-acn .c-Products__price span {
    color: #000;
}

.apple-acn .c-Products--gallery-Product {
    margin-bottom: 10px !important;
}

.apple-acn .c-Products--gallery-Product {
    background: #fff;
    width: 24%;
    margin-right: 11px;
}

.apple-acn .apple_categories {
    margin-bottom: 4rem !important;
}

.apple-acn .apple_categories a.btn.btn-default {
    background: #89E872;
    border-color: #89E872;
    border-radius: 25px;
}

.apple-acn .apple_categories .article > .row {
    height: 100%;
}

/* Apple Klassifizierung Positionierung */

.apple-acn .apple_categories .text_with_media .row:nth-child(1) h2 {
    font-size: 22px;
    color: white;
    position: relative;
    top: 160px;
    transition-duration: 0.5s;
}

.apple-acn .apple_categories .text_with_media .row:nth-child(1) h3 {
    opacity: 1;
    position: relative;
    top: 120px;
    font-size: 12px
}

.apple-acn .apple_categories .text_with_media .row:nth-child(1) p {
    opacity: 0;
    font-size: 13px;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
    color: #fff !important;
}

/* Class to show content  "show_content"*/

.apple-acn .show_content h2{
    font-size: 22px;
    color: white;
    position: relative;
    top: 35px !important;
    margin-bottom: 27px;
}

.apple-acn .show_content h3{
    filter: opacity(0) !important;
    opacity: 0 !important;
}

.apple-acn .show_content p{
    filter: opacity(1) !important;
    opacity: 1 !important;
}


.apple-acn .apple_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) {
    .apple-acn .c-Products__price {
        margin-top: 25px !important;
    }

}

@media (max-width: 1200px) {
    .apple-acn .c-Products--gallery-Product {
        width: 32%;
    }
    .apple-acn .c-Products__price {
        margin-top: 5px !important;
    }
}

@media (max-width: 992px) {
    .apple-acn .c-Products--gallery-Product {
        width: 48%;
    }
    .apple-acn .apple_categories .text_with_media:nth-child(2) .row {
        background-size: cover !important;
    }

    .apple-acn .apple_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;

    }

    .apple-acn  .show_content h2 {
        margin-top: 13px !important;
    }

}

@media (max-width: 583px) {
    .apple-acn .c-Products--gallery-Product {
        width: 100%;
    }
}

/*   E   N   D    Apple ACN 2022 */

/********** DE Apple Page fix **********/
.apple_fix.p-microsite {
background-color: #000;
}

.apple_fix #microsite_content a.lnk {
display: inline-block;
}

.apple_fix footer.navbar.navbar-bottom.navbar-inverse {
margin-top: 0;
}

/********** End DE Apple Page fix **********/
/************************spri apple-acn********************************/
.spri-apple-acn #microsite_content .apple_categories .container .col-md-4:nth-of-type(5) a,
.spri-apple-acn #microsite_content .apple_categories .container .col-md-4 .article {
    border: none !important;
    background: #212121;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.spri-apple-acn #microsite_content .apple_categories .container .col-md-4:nth-of-type(5) a:hover {
    opacity: 0.5;
}
.spri-apple-acn #microsite_content .apple_categories .container .col-md-4:nth-of-type(5) {
    border-radius: 10px;
}
.spri-apple-acn .apple_categories .container .col-md-4:nth-of-type(5) .media-wrapper {
    padding: 0 !important;
}
.spri-apple-acn #microsite_content .apple_categories .container .col-md-4:nth-of-type(5) picture {
    margin-right: 0;
}
.spri-apple-acn #microsite_content .apple_categories .container .col-md-4:nth-of-type(5) .col-for-image {
    align-items: center;
    height: 100%;
}
.spri-apple-acn .apple_categories .container .col-md-4 .text-wrapper {
    border-radius: 15px;
}
.spri-apple-acn .apple_categories .container .col-md-4:nth-of-type(5) .text-wrapper {
    background-color: #00589b !important;
}
.spri-apple-acn .apple_categories .container .col-md-4 .text-wrapper {
    background-color: #212121;
}
.spri-apple-acn .apple_categories .container>.row {
    display: flex;
    flex-wrap: wrap;
}
.spri-apple-acn #microsite_content .panel:nth-of-type(2) .panel-body p b,
.spri-apple-acn #microsite_content .panel .panel-body p b .highlight,
.spri-apple-acn #microsite_content .panel .panel-body p b .highlight a {
    color: #89E872;
}
.spri-apple-acn #microsite_content .panel-group,
.spri-apple-acn #microsite_content .panel-group .panel-default {
    border: none;
    background: transparent;
}
.spri-apple-acn #microsite_content .panel {
    padding-bottom: 15px;
}
.spri-apple-acn #microsite_content .panel .panel-heading {
    overflow: hidden;
    background: transparent;
}
.spri-apple-acn #microsite_content a {
    color: #fff;
    background: none;
}
.spri-apple-acn #microsite_content .panel-body a:hover {
    color: #fff;
    text-decoration: underline;
}
.spri-apple-acn #microsite_content .panel .panel-heading a {
    background: #212121;
    color: #fff;
    position: relative;
}
.spri-apple-acn #microsite_content .panel .panel-body {
    background: #0a0a0a;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    position: relative;
    transition: 0.5s ease all;
    border-bottom: 1px solid #212121;
    -webkit-transition: 0.5s ease all;
}
.spri-apple-acn #microsite_content .panel .panel-body:before {
    content: '';
    background-position: right -80px bottom -20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 300px;
    height: 100%;
    opacity: 0.1;
    right: 0;
    bottom: 0;
}
.spri-apple-acn #microsite_content .panel:nth-of-type(3) .panel-body:before {
    background-position: right -100px bottom 10px;
    width: 350px;
}
.spri-apple-acn #microsite_content .panel:nth-of-type(4) .panel-body:before {
    background-position: right -30px bottom 10px;
    width: 280px;
}
.spri-apple-acn #microsite_content .panel:nth-of-type(5) .panel-body:before {
    width: 400px;
}
.spri-apple-acn #microsite_content .panel .panel-heading a:before {
    content: '';
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.1;
    right: 0;
    top: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(50%);
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.spri-apple-acn #microsite_content .panel .panel-heading a.collapsed:before {
    transform: translateY(-50%);
}
.spri-apple-acn #microsite_content .panel:nth-of-type(1) .panel-heading a:before,
.spri-apple-acn #microsite_content .panel:nth-of-type(1) .panel-body:before {
    background-image: url('https://www.also.ch/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/question.png');
}
.spri-apple-acn #microsite_content .panel:nth-of-type(2) .panel-heading a:before,
.spri-apple-acn #microsite_content .panel:nth-of-type(2) .panel-body:before {
    background-image: url('https://www.also.com/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/settings.png');
}
.spri-apple-acn #microsite_content .panel:nth-of-type(3) .panel-heading a:before,
.spri-apple-acn #microsite_content .panel:nth-of-type(3) .panel-body:before {
    background-image: url('https://www.also.ch/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/membership.png');
}
.spri-apple-acn #microsite_content .panel:nth-of-type(4) .panel-heading a:before,
.spri-apple-acn #microsite_content .panel:nth-of-type(4) .panel-body:before {
    background-image: url('https://www.also.ch/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/clipboard.png');
}
.spri-apple-acn #microsite_content .panel:nth-of-type(5) .panel-heading a:before,
.spri-apple-acn #microsite_content .panel:nth-of-type(5) .panel-body:before {
    background-image: url('https://www.also.ch/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/processing.png');
}
.spri-apple-acn #microsite_content .panel:nth-of-type(6) .panel-heading a:before,
.spri-apple-acn #microsite_content .panel:nth-of-type(6) .panel-body:before {
    background-image: url('https://www.also.ch/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/benefit.png');
}

.spri-apple-acn #microsite_content .apple_categories .container .col-md-4 .article >.row.text-wrapper{
    width: 100%;
}/************************END spri apple-acn********************************/


/** DE_1010 Apple ACN Robilyn A. 03-23-2023 **/

.de1010-apple-acn #microsite_content .panel:nth-of-type(1) .panel-heading a:before, 
.de1010-apple-acn #microsite_content .panel:nth-of-type(1) .panel-body:before {
    background-image: url('https://www.also.com/ec/cms5/media/img/6110_1/microsites_4/apple_2/dpp/question.png');
}
.de1010-apple-acn #microsite_content .panel:nth-of-type(2) .panel-heading a:before, 
.de1010-apple-acn #microsite_content .panel:nth-of-type(2) .panel-body:before {
    background-image: url('https://www.also.com/ec/cms5/media/img/1010_apple/produktbilder_5/dpp_allgemein/acn/membership.png');
}
.de1010-apple-acn #microsite_content .panel:nth-of-type(3) .panel-heading a:before, 
.de1010-apple-acn #microsite_content .panel:nth-of-type(3) .panel-body:before {
    background-image: url('https://www.also.com/ec/cms5/media/img/1010_apple/produktbilder_5/dpp_allgemein/acn/clipboard.png')
}
.de1010-apple-acn #microsite_content .panel:nth-of-type(4) .panel-heading a:before, 
.de1010-apple-acn #microsite_content .panel:nth-of-type(4) .panel-body:before {
    background-image: url('https://www.also.com/ec/cms5/media/img/1010_apple/produktbilder_5/dpp_allgemein/acn/processing.png')
}
.de1010-apple-acn #microsite_content .panel:nth-of-type(3) .panel-body:before {
    background-position: right -30px bottom 10px;
    width: 280px;
}

/** END DE_1010 Apple ACN Robilyn A. 03-23-2023 **/

/* Apple Can Do That CSS Fixes - Erwin Lazaro July 5 2023 */
.style_macdoesthat #microsite_content {
	background-color: #f5f5f7;
}

.style_macdoesthat #microsite_content a.btn-default {
	border: 1px solid #666;
	background-color: transparent!important;
}

.style_macdoesthat #microsite_content a.btn-default:hover {
	background-color: #b7b6b6!important;
	color: #666;
}

.style_macdoesthat #microsite_content h1,
.style_macdoesthat #microsite_content h2 {
	font-family: "inter_black", Verdana, Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
}

.style_macdoesthat #microsite_content h3 {
	font-family: "inter_black", Verdana, Arial, sans-serif;
	font-weight: 700;
}

.style_macdoesthat #microsite_content h1 span.highlight {
	background-color: #00ff00;
	display: inline-block;
	line-height: 1.2;
	font-style: italic;
}

.style_macdoesthat #microsite_content h2 span.highlight {
	background-color: #00ff00;
	display: inline-block;
	line-height: 1.2;
	padding: 10px 0 0;
	font-style: italic;
}

.style_macdoesthat #microsite_content h3 span.highlight {
	background-color: #00ff00;
	display: inline-block;
}

.style_macdoesthat #microsite_content section.block_info:nth-child(4) .container {
	padding-top: 30px;
}

.style_macdoesthat #microsite_content section.block_info .container {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f5f5f7;
}

.style_macdoesthat #microsite_content section.block_info .grid-col {
	margin-top: 0;
}

.style_macdoesthat #microsite_content section.block_info .article {
	background-color: #fff;
	border-radius: 20px;
}

.style_macdoesthat #microsite_content section.block_product {
	padding-top: 15px;
	padding-bottom: 15px;
}

.style_macdoesthat #microsite_content section.block_product .grid {
	background-color: transparent;
}

.style_macdoesthat #microsite_content section.block_product .row .grid-col {
	background-color: #fff;
}

.style_macdoesthat #microsite_content section.block_product .row .grid-col:nth-child(1) {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.style_macdoesthat #microsite_content section.block_product .row .grid-col:nth-child(2) {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style_macdoesthat #microsite_content section.block_resources_label {
	padding-top: 15px;
}

.style_macdoesthat #microsite_content section.block_resources_label h2 {
	margin-bottom: 0;
}

.style_macdoesthat #microsite_content section.block_resources_label .grid {
	background-color: transparent;
}

.style_macdoesthat #microsite_content section.block_resources_label .row .grid-col {
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.style_macdoesthat #microsite_content section.block_resources .grid {
	background-color: transparent;
}

.style_macdoesthat #microsite_content section.block_resources .row {
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 70%;
	margin: 0 auto;
}

.style_macdoesthat #microsite_content section.block_resources .grid-col .row {
	border-radius: 0;
	width: 100%;
	background-color: transparent;
}

.style_macdoesthat #microsite_content section.block_resources .article .text-box p.big {
	font-size: 22px;
	line-height: 1.4;
}

.style_macdoesthat #microsite_content section.block_info.nmp .article img {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 640px) {
	.style_macdoesthat #microsite_content h1 {
		font-size: 30px;
	}

	.style_macdoesthat #microsite_content h2 {
		font-size: 19px;
	}

	.style_macdoesthat #microsite_content h3 {
		font-size: 18px;
	}

	.style_macdoesthat #microsite_content p.big {
		font-size: 16px;
	}

	.style_macdoesthat #microsite_content p {
		font-size: 14px;
	}

	.style_macdoesthat #microsite_content section.block_resources .grid {
		background-color: #fff;
	}

	.style_macdoesthat #microsite_content section.block_resources .row {
		width: 100%;
	}
}
/* End Apple Can Do That CSS Fixes */
/**** open 1010 demoprogram ****/
#p-1010-demoprogram #microsite_content .pt50 {
    padding-top: 50px;
}

#p-1010-demoprogram #microsite_content .article > .row {
    padding: 0;
}

#p-1010-demoprogram #microsite_content .box-function .col-md-4:nth-child(1) p:nth-child(1) {
    background-color: #72bb56;
    color: #fff;
    padding: 20px;
    border-radius: 38px;
    text-align: center;
    border: 2px solid #a9a9a9;
}

#p-1010-demoprogram #microsite_content .box-function .col-md-4:nth-child(2) p:nth-child(1) {
    background-color: #568247;
    color: #fff;
    padding: 20px;
    border-radius: 38px;
    text-align: center;
    border: 2px solid #a9a9a9;
}

#p-1010-demoprogram #microsite_content .box-function .col-md-4:nth-child(3) p:nth-child(1) {
    background-color: #45623f;
    color: #fff;
    padding: 20px;
    border-radius: 38px;
    text-align: center;
    border: 2px solid #a9a9a9;
}
#p-1010-demoprogram #microsite_content .box-function .text_with_media {
    background-color: #000;
    border-radius: 40px;
    border: 2px solid #a9a9a9;
}

#p-1010-demoprogram #microsite_content .box-function .text_with_media .col-xs-12 {
    padding: 0;
}

#p-1010-demoprogram #microsite_content .box-function .text_with_media .highlight b {
    font-size: 20px;
    font-family: 'interbold';
}

#p-1010-demoprogram #microsite_content .v-middle-section .row {
    display: flex;
    align-items: center;
}

#p-1010-demoprogram #microsite_content .box-function .text_with_media p, 
#p-1010-demoprogram #microsite_content .box-function .text_with_media li {
    color: #fff;
}

#p-1010-demoprogram #microsite_content a.btn.btn-default {
    background: rgb(114,187,86);
    background: linear-gradient(90deg, rgba(114,187,86,1) 0%, rgba(86,130,71,1) 50%, rgba(69,98,63,1) 100%);
    color: #fff;
    border: 2px solid #a9a9a9;
}

#p-1010-demoprogram #microsite_content a.btn.btn-default:hover {
    background: rgb(255,255,255);
    color: #000;
}
/**** close 1010 demoprogram ****/
/*** 1010 Apple Care by Giniva 12-1-23 ***/

#aaplecare_center table.table tr th:nth-child(2), 
#aaplecare_center table.table tr th:last-child, 
#aaplecare_center table.table tr td:nth-child(2), 
#aaplecare_center table.table tr td:last-child 
{
    text-align: center;
}

#aaplecare_ubersicht table.table tr th:nth-child(2), 
#aaplecare_ubersicht table.table tr th:last-child, 
#aaplecare_ubersicht table.table tr td:nth-child(2), 
#aaplecare_ubersicht table.table tr td:last-child 
{
    text-align: center;
}

#applecare_enterprise table.table thead tr th {
    text-align: center;
}

/*** End 1010 Apple Care by Giniva 12-1-23 ***/

/* Apple DPP Page - Erwin 07.25.2024 */
.dpp_new #microsite_content section.dppHeader {
    background: rgb(119,109,234);
    background: linear-gradient(142deg, rgba(119,109,234,1) 0%, rgba(175,69,205,1) 50%, rgba(234,75,80,1) 100%);
}

.dpp_new #microsite_content section.dppHeader img {
    margin: 0 auto;
}

.dpp_new #microsite_content section.dppDetails .grid-col .article {
    background-color: #f2f2f2;
}

.dpp_new #microsite_content section.dppDetails .row > div h2 {
    margin-bottom: 20px;
}

.dpp_new #microsite_content section.dppDetails .row > div h2,
.dpp_new #microsite_content section.dppDetails .row > div p,
.dpp_new #microsite_content section.dppDetails .row > div li {
    color: #000;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown {
    justify-content: center;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown {
    border-radius: 50%;
    width: 60%;
    position: relative;
    margin: 0 10px;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day {
    border: 10px solid transparent;
    background: rgb(35, 94, 108);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
        linear-gradient(90deg, rgba(35, 94, 108, 1) 0%, rgba(95, 169, 115, 1) 50%, rgba(145, 233, 104, 1) 100%)
            border-box;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour {
    border: 10px solid transparent;
    background: rgb(35, 94, 108);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
        linear-gradient(90deg, rgba(234, 121, 46, 1) 0%, rgba(155, 91, 157, 1) 50%, rgba(92, 68, 247, 1) 100%)
            border-box;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min {
    border: 10px solid transparent;
    background: rgb(35, 94, 108);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
        linear-gradient(90deg, rgba(228, 243, 71, 1) 0%, rgba(181, 125, 187, 1) 50%, rgba(30, 95, 227, 1) 100%)
            border-box;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec {
    border: 10px solid transparent;
    background: rgb(35, 94, 108);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) padding-box,
        linear-gradient(90deg, rgba(216, 216, 216, 1) 0%, rgba(105, 105, 105, 1) 50%, rgba(5, 5, 5, 1) 100%) border-box;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span {
    color: #000;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-head-day,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-head-hour,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-head-min,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-head-sec {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-number,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-number,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-number,
.dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-number {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 641px) and (max-width: 992px) {
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec {
        border: 5px solid transparent;
        margin: 0 5px;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-head-day,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-head-hour,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-head-min,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-head-sec {
        font-size: 18px;
        line-height: 1;
    } 

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-number {
        font-size: 50px;
        line-height: 1;
    }
}

@media screen and (min-width: 430px) and (max-width: 640px) {
    .dpp_new #microsite_content h2 {
        font-size: 25px;
    }

    .dpp_new #microsite_content section.dppCountdown #countdown-bg {
        padding-left: 0;
        padding-right: 0;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown {
        padding: 0;
        margin-bottom: 30px;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec {
        border: 5px solid transparent;
        margin: 0 5px;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-number {
        font-size: 30px;
        line-height: 1;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-head-day,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-head-hour,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-head-min,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-head-sec {
        font-size: 12px;
    }
}

@media screen and (min-width: 340px) and (max-width: 429px) {
    .dpp_new #microsite_content h2 {
        font-size: 1.4em;
    }
    
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec {
        border: 3px solid transparent;
        margin: 0 5px;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-number,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-number {
        font-size: 25px;
        line-height: 1;
        height: auto;
        top: 40%;
    }

    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-day span.countdown-head-day,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-hour span.countdown-head-hour,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-min span.countdown-head-min,
    .dpp_new #microsite_content section.dppCountdown #wrapper-countdown .countdown-sec span.countdown-head-sec {
        font-size: 10px;
    }
}
/* End Apple DPP */

/* Apple Accordion Fix */
#microsite_content .c-Akkordeon h4 a,
#microsite_content .c-Akkordeon h4 a.lnk {
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #000;
}

#microsite_content .c-Akkordeon .panel-body {
    padding-bottom: 25px;
}

#microsite_content .c-Akkordeon .panel-body .media-wrapper {
    padding-bottom: 0;
}

#microsite_content .c-Akkordeon .panel-body .media-wrapper .text-box p:last-child {
    margin-bottom: 0;
}
/* End Apple Accordion Fix */

/* Marketo Form Fix */
/* Marketo Form Reset */

.mktoForm {
    width: 100% !important;
}

.mktoForm .mktoFormCol {
    float: none !important;
}

.mktoForm .mktoLabel {
    width: auto !important;
}


/* End Reset */


/* Marketo Form Layout Left
================================+*/

.mktoLayoutLeft .mktoFieldWrap {
    display: flex;
}

/*.mktoLayoutLeft .mktoFieldWrap .mktoLabel {}*/


/* Marketo Layout Left Override */

.mktoForm .mktoFieldWrap {
    width: 100% !important;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.mktoForm.mktoLayoutLeft .mktoFieldWrap label {
    padding-top: 0;
}

.mktoForm.mktoLayoutLeft .mktoFieldWrap label .mktoAsterix {
    width: auto;
    display: inline-block;
    padding-left: 0;
    padding-right: 5px;
}

.mktoForm.mktoLayoutLeft input[type=text],
.mktoForm.mktoLayoutLeft input[type=url],
.mktoForm.mktoLayoutLeft input[type=email],
.mktoForm.mktoLayoutLeft input[type=tel],
.mktoForm.mktoLayoutLeft input[type=number],
.mktoForm.mktoLayoutLeft input[type=date],
.mktoForm.mktoLayoutLeft textarea.mktoField,
.mktoForm.mktoLayoutLeft select.mktoField {
    width: 100% !important;
}

.mktoForm.mktoLayoutLeft .mktoInstruction {
    display: block;
    clear: both;
    flex: 0 0 100%;
}


/* End Marketo Layout Left Override */


/* End Marketo Form Layout Left
================================+*/


/* Marketo Form Layout Above
================================+*/

.mktoForm.mktoLayoutAbove .mktoGutter {
    display: none;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
    text-align: left;
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: left;
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
    float: left;
}


/* End Marketo Form Layout Above
================================+*/


/* Marketo Form Asterisk
================================+*/

.mktoForm .mktoAsterix {
    color: #bf0000;
    display: none!important;
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block!important;
}


/* End Marketo Form Asterisk
================================+*/


/* Marketo Form Modal
================================+*/

.mktoModal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mktoModal .mktoModalMask {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    zoom: 1;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}

.mktoModal .mktoModalContent {
    position: absolute;
    z-index: 10001;
    background: #fff;
    padding: 10px;
}

.mktoModal .mktoModalClose {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    width: 19px;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    border: 2px solid #ccc;
}


/* End Marketo Form Modal
================================+*/


/* Marketo Form Range Value
================================+*/

.mktoForm .mktoRangeField .mktoRangeValue {
    zoom: 1;
    float: left;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 99;
    color: #000;
}

.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
    position: relative;
}

.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
    display: block;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    bottom: -7px;
    z-index: 100;
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
    background-color: #89e872!important;
    border: 1px solid #89e872!important;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    background-color: #007d04;
    border-left: none;
    border-top: none;
    margin-top: 5px;
    position: absolute;
    bottom: 5px;
}


/** These two styles are for browsers that don't support css transforms */

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
    background: transparent url("../images/callout-arrow-down-green.png") top center no-repeat;
    bottom: -7px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
    display: none;
}

.mktoForm .mktoRangeField .mktoRangeValueText {
    display: block;
    background-color: #89e872!important;
    background-image: none!important;
    border: 1px solid #89e872!important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #89e872 0 1px 0px!important;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #89e872 0 1px 0px!important;
    color: #333!important;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.4em 0.6em;
    text-shadow: #89e872 0 -1px 0!important;
    text-align: center;
}

.mktoForm .mktoRangeField .mktoRangeValueText {
    box-shadow: 6px 6px 0 #00000021, inset #000000 0 0px 0px;
    border-radius: 0px;
    padding: 12px 32px;
    background-color: #89e872;
    background-image: unset;
    text-shadow: unset;
    color: #000000;
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
    background-color: #89e872;
    border: 1px solid #000;
}


/* End Marketo Form Range Value
================================+*/


/* Marketo Form Button
================================+*/

.mktoButtonRow {
    display: inline-block;
    position: relative;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff !important;
    font-size: 18px !important;
    background: #006b7d !important;
    padding: 12px 32px !important;
    border-radius: 30px;
    border: 2px solid #000 !important;
    font-weight: bold;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background: #000000 !important;
}

.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
}

.mktoForm button.mktoButton:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: default;
}

span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}


/* End Marketo Form Button
================================+*/


/* Marketo Form Error Message
================================+*/

.mktoForm .mktoError .mktoErrorMsg {
    box-shadow: 6px 6px 0 #00000021, inset #000000 0 0px 0px;
    border-radius: 0;
    padding: 12px 32px;
    background-color: #fa3409;
    background-image: unset;
    text-shadow: unset;
}

.mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 100;
}

.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
    top: -8px;
}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: 5px;
}


/** These two styles are for browsers that don't support css transforms */

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
    background: transparent url("../images/callout-arrow-up-red.png") top center no-repeat;
    bottom: -7px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
    display: none;
}

.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 7px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: block;
}


/* End Marketo Form Error Message
================================+*/


/* Marketo Form Opt-in Fix
================================+*/

.mktoForm fieldset {
    padding: 0 0 20px 0 !important;
}

.mktoForm fieldset .mktoFieldWrap {
    float: left;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
    justify-content: flex-end;
}

.mktoForm fieldset input[type='checkbox']:not(checked)+label::before {
    margin-right: 0;
}

.mktoForm fieldset .mktoFieldWrap .mktoCheckboxList {
    width: auto!important;
    top: 0;
    padding-top: 0;
    margin-right: 10px;
}

.mktoForm fieldset label.mktoLabel {
    padding-top: 0;
    width: 84% !important;
    font-size: 15px;
    display: inline-block;
    font-weight: normal!important;
}

.mktoForm fieldset .mktoFormCol {
    margin-bottom: 0 !important;
}

.mktoForm fieldset .mktoCheckboxList>label {
    margin-bottom: 0;
}

.mktoForm fieldset .mktoFormRow {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.mktoForm fieldset .mktoFormRow a {
    padding: 0!important;
    display: inline-block!important;
    border-bottom: 0 none!important;
    text-decoration: underline;
    font-weight: normal!important;
}

.mktoForm fieldset .mktoFormRow a strong {
    padding: 0!important;
    display: inline-block!important;
    border-bottom: 0 none!important;
    text-decoration: underline;
}

.mktoForm fieldset label.mktoLabel .mktoAsterix {
    float: right !important;
}

@media (max-width: 640px) {
    .mktoForm fieldset .mktoFieldWrap .mktoCheckboxList {
        width: 20% !important;
    }
    .mktoForm fieldset .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: right !important;
    }
    .mktoForm fieldset label.mktoLabel {
        width: 80% !important;
    }
    .mktoForm fieldset .mktoRequiredField label.mktoLabel {
        width: 80% !important;
    }
}


/* End Marketo Form Opt-in Fix
================================+*/

.mktoForm * {
    font-family: inherit;
}

.mktoForm {
    text-align: left;
    background: var(--white);
    padding: 50px 25px;
}

.mktoForm {
    font-size: 18px !important;
    color: #000;
    text-align: left;
    padding: 20px;
}

.mktoForm h1,
.mktoForm h2,
.mktoForm h3 {
    font-family: "roisbold", Verdana, Arial, sans-serif;
}

.mktoForm .mktoFormCol {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    float: left;
    position: relative;
    min-height: 2em;
}

.mktoForm .mktoClear {
    clear: both;
    float: none;
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
    text-align: left;
    margin: 0;
    padding: 0;
}

.mktoForm span {
font-size: 15px;
}

.mktoForm .mktoHtmlText {
    width: auto!important;
}

.mktoForm input,
.mktoForm select,
.mktoForm textarea {
    margin: 0;
}

.mktoForm .mktoOffset {
    width: 0 !important;
    float: left;
    height: 1.2em;
}

/*.mktoForm .mktoGutter {}*/

.mktoGutter.mktoHasWidth {
    height: 0;
    display: none;
}

.mktoForm .mktoFieldWrap {
    float: left;
    width: 100%;
}

.mktoForm .mktoFieldWrap .mktoInstruction {
    display: none;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 1.2em;
    padding-top: 0.3em;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: bold;
    padding-top: 1.2em;
    width: 100% !important;
}

.mktoForm .mktoField {
    font-size: 1em;
    float: left;
}

.mktoForm .mktoPlaceholder {
    float: left;
}

.mktoForm .mktoLogicalField {
    float: left;
}

.mktoForm a.mktoNotYou {
    cursor: pointer;
    color: #4692f3;
}

.mktoForm a.mktoNotYou:hover {
    text-decoration: underline;
}

.mktoForm .mktoLabelToLeft>label {
    text-align: right;
    margin-left: 0;
    margin-right: 1.5em;
}

.mktoForm select.mktoField {
    padding: 10px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold;
    width: auto !important;
}

.mktoFieldWrap.mktoRequiredField label#LblconsentDataStorage,
.mktoFieldWrap.mktoRequiredField label#LblconsentEmails {
    width: 84%!important;
}


/* Form fields */

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
    padding: 0.1em 0.2em;
    line-height: 1.2em;
    margin: 0;
}

.mktoForm input[type=range] {
    padding: 0.25em 0;
    margin: 0;
}

.mktoForm input[type=range]::-ms-tooltip {
    display: none;
}

.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=textarea],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    padding: 5px 10px !important;
    background: #fcfbf9;
    border-top: 1px solid #e6e6d7 !important;
    border-bottom: 4px solid #e6e6d7 !important;
    border-left: 1px solid #e6e6d7 !important;
    border-right: 1px solid #e6e6d7 !important;
    width: 100% !important;
    height: 50px;
}

.mktoForm input[type=text]:hover,
.mktoForm input[type=url]:hover,
.mktoForm input[type=email]:hover,
.mktoForm input[type=tel]:hover,
.mktoForm input[type=number]:hover,
.mktoForm input[type=date]:hover,
.mktoForm textarea.mktoField:hover,
.mktoForm select.mktoField:hover {
    border-bottom: 4px solid #000;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 4px solid #000;
    border-radius: 0;
    outline: unset;
}

.mktoForm textarea#MktoPersonNotes {
    height: 150px;
    width: 814px !important;
}


/* mandatory red star */

.mktoForm .mktoAsterix {
    color: #eb1212;
    font-size: 25px;
    font-weight: bold;
}


/* consent text */

.mktoForm label#LblconsentDataStorage,
.mktoForm label#LblconsentEmails {
    font-weight: normal;
    font-size: 15px;
}

.mktoForm .mktoFormCol>legend {
    width: fit-content;
    margin: initial;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}


/* Firefox computes row height wrong for the last 13 years... https://bugzilla.mozilla.org/show_bug.cgi?id=33654 */

.mktoForm textarea[rows="1"] {
    height: 2em;
}

.mktoForm textarea[rows="2"] {
    height: 3.4em;
}

.mktoForm textarea[rows="3"] {
    height: 4.6em;
}

.mktoForm textarea[rows="4"] {
    height: 5.8em;
}

.mktoForm textarea[rows="5"] {
    /* height: 7em;
     */
}

.mktoForm textarea[rows="6"] {
    height: 8.2em;
}

.mktoForm textarea[rows="7"] {
    height: 9.4em;
}

.mktoForm textarea[rows="8"] {
    height: 10.6em;
}

.mktoForm.mktoLayoutCenter .mktoLabel {
    text-align: right;
}

.mktoNoJS .mktoLabel {
    display: block;
    padding-right: 10px;
    width: 110px;
    text-align: right;
}

.mktoNoJS input[type=text] {
    width: 150px;
}

.mktoForm .cf_widget_socialsignon .cf_sign_on {
    margin-bottom: 1.5em;
}

.mktoForm .mktoFormRow {
    clear: both;
    display: flex;
}


/* This part of the stylesheet is overrides for mobile browsers with screen width restrictions. It should always be at the end of the document. */

@media only screen and (max-width: 480px) {
    .mktoForm,
    .mktoForm * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px;
    }
    .mktoForm .mktoGutter,
    .mktoForm .mktoOffset {
        display: none;
    }
    .mktoForm .mktoFormCol .mktoLabel {
        text-align: left;
        width: 100%;
    }
    .mktoForm .mktoFormCol {
        float: none;
    }
    .mktoForm .mktoFieldWrap {
        float: none;
    }
    .mktoForm input[type=url],
    .mktoForm input[type=text],
    .mktoForm input[type=date],
    .mktoForm input[type=tel],
    .mktoForm input[type=email],
    .mktoForm input[type=number],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        width: 100%;
        height: 1.5em;
        line-height: 1.5em;
        font-size: 18px;
    }
    .mktoForm select.mktoField {
        height: auto;
    }
    .mktoForm .mktoFormRow .mktoField {
        clear: left;
    }
    .mktoForm .mktoFormRow .mktoFormCol {
        clear: both;
    }
    .mktoForm .mktoRadioList {
        width: 100%;
    }
    .mktoForm .mktoCheckboxList {
        width: 100%;
    }
    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: left;
        padding-left: 0;
        padding-right: 5px;
    }
    .mktoModal .mktoModalContent {
        padding: 10px 0;
    }
    .mktoModal .mktoModalClose {
        right: 0;
    }
    .mktoForm .cf_widget_socialsignon {
        display: block;
    }
    .mktoForm .cf_widget_socialsignon .cf_sign_on {
        width: 100%;
    }
    .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
        width: auto;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
    .mktoMobileShow .mktoForm,
    .mktoForm * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px;
    }
    .mktoMobileShow .mktoForm .mktoGutter,
    .mktoMobileShow .mktoForm .mktoOffset {
        display: none;
    }
    .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
        text-align: left;
        width: 100%;
    }
    .mktoMobileShow .mktoForm .mktoFormCol {
        float: none;
    }
    .mktoMobileShow .mktoForm .mktoFieldWrap {
        float: none;
    }
    .mktoMobileShow .mktoForm input[type=url],
    .mktoMobileShow .mktoForm input[type=text],
    .mktoMobileShow .mktoForm input[type=date],
    .mktoMobileShow .mktoForm input[type=tel],
    .mktoMobileShow .mktoForm input[type=email],
    .mktoMobileShow .mktoForm input[type=number],
    .mktoMobileShow .mktoForm textarea.mktoField,
    .mktoMobileShow .mktoForm select.mktoField {
        width: 100%;
        height: 1.5em;
        line-height: 1.5em;
        font-size: 18px;
    }
    .mktoMobileShow .mktoForm select.mktoField {
        height: auto;
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
        clear: left;
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
        clear: both;
    }
    .mktoMobileShow .mktoForm .mktoRadioList {
        width: 100%;
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: left;
        padding-left: 0;
        padding-right: 5px;
    }
    .mktoMobileShow .mktoModal .mktoModalContent {
        padding: 10px 0;
    }
    .mktoMobileShow .mktoModal .mktoModalClose {
        right: 0;
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon {
        display: block;
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
        width: 100%;
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
        width: auto;
    }
}


/* Checkboxes
=================================================*/

.mktoForm input[type='checkbox']:checked,
.mktoForm input[type='checkbox']:not(checked) {
    visibility: visible !important;
    margin: 0;
    padding: 0;
}

.mktoForm input[type='checkbox']+label,
.mktoForm input[type='radio']+label {
    cursor: pointer;
}

.mktoForm input[type='checkbox']:checked+label::before,
.mktoForm input[type='checkbox']:not(checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    top: 7px;
    border: 2px solid #000000;
    background: white;
    margin-right: 7px;
    transition: border-color 0.5s;
    display: none;
}

.mktoForm input[type='checkbox']:hover+label::before {
    border-color: #000;
    transition: border-color 0.5s;
}

.mktoForm input[type='checkbox']:checked+label::before {
    background: black;
    box-shadow: inset 0 0 0 7px white;
}

.mktoForm input:focus,
.mktoForm textarea:focus,
.mktoForm select:focus {
    outline: none;
    border-color: #000;
}

.mktoForm input[type='radio'][disabled]+label {
    opacity: 0.5;
}

.mktoForm input[type='checkbox'][disabled]:hover+label::before {
    border-color: #ececec;
}

.mktoForm input[type='checkbox']+label {
    padding-right: 18px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.mktoForm input[type='radio']+label {
    padding-right: 18px;
}


/* close Reset code */


/* check box list consent text */

.mktoForm label#LblcustomString1,
.mktoForm label#LblcustomString2,
.mktoForm label#LblcustomString3,
.mktoForm label#LblcustomString4,
.mktoForm label#LblcustomString5,
.mktoForm label#LblcustomString6,
.mktoForm label#LblconsentProgramEmails,
.mktoForm label#LblconsentProgramCallBack,
.mktoForm label#LblconsentDataStorage,
.mktoForm label#LblconsentEmails {
    font-weight: bold;
}

.mktoForm .mktoCheckboxList>input {
    margin: 0;
}

.mktoForm .mktoCheckboxList {
    position: relative;
    width: 100% !important;
}

.mktoForm .mktoCheckboxList input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.mktoForm .mktoCheckboxList input[type="checkbox"] {
    appearance: none;
    background-color: #ffffff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 0;
    display: flex;
    place-content: center;
    position: inherit;
}

.mktoForm .mktoCheckboxList input[type="checkbox"]::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 400;
    width: 20px;
    height: 20px;
    transform: scale(0);
    color: #ffffff;
    padding-left: 2px;
    font-size: 15px;
}

.mktoForm .mktoCheckboxList input[type="checkbox"]:checked {
    background-color: #000000;
    border: 1px solid #000000;
}

.mktoForm .mktoCheckboxList input[type="checkbox"]:checked::before {
    transform: scale(1);
    top: -2px;
    position: relative;
}

.mktoForm .mktoRadioList input[type="radio"] {
    appearance: none;
    background-color: #ffffff;
    margin: 0 !important;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 50%;
    display: grid;
    place-content: center;
}


/* close global code */


/* Open Fixed global code */

.mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
    position: relative;
}

.mktoForm input[type='checkbox']+label {
    min-height: 20px;
    line-height: 20px;
    padding-left: 10px;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: auto !important;
}

.mktoFormRow fieldset .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
.mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
.mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField:has(input[checkbox]),
.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoFormRow label[id^="Lblconsent"],
.mktoFormRow .mktoFieldDescriptor.mktoFormCol label[id$="WsTgt"] {
    position: relative;
    padding-left: 35px !important;
}

.spri-marketo-form-default .mktoFormRow fieldset .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
.mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
.spri-marketo-form-new .mktoFormRow fieldset .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
    padding-left: 0 !important;
}

.mktoFormRow fieldset .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList,
.mktoFieldDescriptor.mktoFormCol .mktoFieldWrap>label[for^="alsoShare"]+.mktoGutter+.mktoCheckboxList {
    position: absolute;
    top: 0;
    left: 0;
}

.mktoFieldDescriptor.mktoFormCol .mktoFieldWrap>label[for^="consent"]+.mktoGutter+.mktoCheckboxList,
.mktoFieldDescriptor.mktoFormCol .mktoFieldWrap>label[for^="alsoShare"]+.mktoGutter+.mktoCheckboxList {
    position: absolute;
}


/* Close Fixed global code */


/* Fix Marketo from default and Marketo form new  */

.spri-marketo-form-default #microsite_content .mktoForm input[type='checkbox'],
.spri-marketo-form-default #microsite_content .mktoForm input[type='radio'] {
    visibility: visible !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
}

.spri-marketo-form-default #microsite_content .mktoForm input[type="checkbox"]:checked+label::before {
    display: none;
}

.spri-marketo-form-default #microsite_content .mktoForm input[type='checkbox']:checked+label::before,
.spri-marketo-form-default #microsite_content .mktoForm input[type='checkbox']:not(checked)+label::before {
    vertical-align: middle;
}

.spri-marketo-form-default #microsite_content .mktoForm #LblconsentProgramCallBack,
.spri-marketo-form-default #microsite_content .mktoForm #LblconsentProgramEmails,
.spri-marketo-form-default #microsite_content .mktoForm #LblconsentDataStorage,
.spri-marketo-form-default #microsite_content .mktoForm #LblconsentProgramDataShare {
    padding-left: 0;
}

.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='checkbox'],
.spri-marketo-form-new #microsite_content input.mktoField[type='checkbox'] {
    padding: 0;
}

.spri-main #microsite_content .spri-form .mktoForm input.mktoField[type='checkbox'] {
    border: 2px solid #000000;
    height: 20px;
    width: 20px;
}

.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap .mktoLabel {
    margin-left: 40px;
}

.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='checkbox'],
.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='checkbox'] {
    width: 20px !important;
}

.spri-main.spri-marketo-form-new #microsite_content .form-section .mktoForm #LblconsentProgramEmails,
.spri-main.spri-marketo-form-new #microsite_content .form-section .mktoForm #LblconsentDataStorage,
.spri-marketo-form-new #microsite_content .mktoForm .mktoRequiredField .mktoLabel {
    padding-left: 0;
}

.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='checkbox'] {
    left: 20px;
}

.spri-marketo-form-new section#hp_gewinnspiel .mktoForm .mktoCheckboxList input[type='checkbox']:not(checked) {
    background: #fff !important;
}

.spri-marketo-form-new section#hp_gewinnspiel .mktoForm .mktoCheckboxList input[type='checkbox']:checked {
    background: #000 !important;
}

.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type=checkbox] {
    top: 0;
}

.mktoFieldWrap:has(input[type='checkbox']) .mktoLabel,
.mktoFieldWrap label[id^="Lblconsent"],
.spri-marketo-form-new #microsite_content .mktoForm .mktoLabel {
    padding-top: 0 !important;
}

.spri-proofpoint-jumpstart .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap>label[for^="consent"]+.mktoGutter+.mktoCheckboxList,
.spri-marketo-form-new #microsite_content .mktoForm .mktoAsterix {
    position: unset !important;
    top: unset !important;
    left: unset !important;
}

.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap .mktoLabel {
    margin-left: 0 !important;
}

.bkk_pp_23q3 #microsite_content .mktoForm .mktoFormCol .mktoCheckboxList input[type="checkbox"]:checked {
    display: inline-block;
}

.bkk_pp_23q3 #microsite_content .mktoForm .mktoCheckboxList input[type="checkbox"]::before {
    color: #fff;
    top: -3px;
    left: -1px;
}

.bkk_pp_23q3 #microsite_content .mktoForm .mktoCheckboxList input[type="checkbox"] {
    border: 2px solid #000 !important;
}

.bkk_pp_23q3 #microsite_content input[type='checkbox']:not(checked),
.bkk_pp_23q3 #microsite_content input[type='checkbox']:checked {
    margin: 0px !important;
}

.bkk_pp_23q3 #microsite_content .mktoForm fieldset .mktoFieldWrap .mktoCheckboxList {
    width: auto !important;
    position: absolute;
}

.bkk_pp_23q3 #microsite_content .mktoForm .mktoRadioList>label,
.bkk_pp_23q3 #microsite_content .mktoForm .mktoLabel {
    margin-bottom: 0;
    padding-top: 0;
}

.bkk_pp_23q3 #microsite_content .mktoForm .mktoCheckboxList {
    top: unset !important;
    padding: 0;
}

.spri-marketo-form-default #microsite_content .mktoForm #LblconsentProgramCallBack,
.spri-marketo-form-default #microsite_content .mktoForm #LblconsentProgramEmails,
.spri-marketo-form-default #microsite_content .mktoForm #LblconsentDataStorage,
.spri-marketo-form-default #microsite_content .mktoForm #LblconsentProgramDataShare {
    padding-left: 35px !important;
}


/* Add 30 0ct */

.sri_bkk_pp_23q3.bkk_pp_23q3 #microsite_content .mktoForm .mktoCheckboxList input[type="checkbox"] {
    top: 3px;
    left: 0;
}

.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm input[type='checkbox'] {
    top: 3px;
    left: 0;
}

.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm input[type="checkbox"]+label {
    display: none;
}

.spri-xerox-smrprmo-2023.spri-main #microsite_content .form-section .mktoForm #LblconsentDataStorage,
.spri-xerox-smrprmo-2023.spri-main #microsite_content .form-section .mktoForm #LblconsentProgramEmails,
.spri-xerox-smrprmo-2023.spri-main #microsite_content .form-section .mktoForm #LblconsentProgramDataShare {
    padding-left: 0;
}


/* Radio Buttons
=================================================*/

.mktoForm input[type='radio']:checked,
.mktoForm input[type='radio']:not(checked) {
    visibility: visible !important;
    margin: 0;
    padding: 0;
}

.mktoForm input[type='radio']+label {
    cursor: pointer;
}

.mktoForm input[type='radio']:checked+label::before,
.mktoForm input[type='radio']:not(checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    top: 7px;
    border: 2px solid #000000;
    background: white;
    margin-right: 7px;
    transition: border-color 0.5s;
    display: none;
}

.mktoForm input[type=radio]:checked+label::before,
.mktoForm input[type=radio]:not(checked)+label::before {
    border-radius: 30px;
}

.mktoForm input[type='radio']:hover+label::before {
    border-color: #000;
    transition: border-color 0.5s;
}

.mktoForm input[type='radio']:checked+label::before {
    background: black;
    box-shadow: inset 0 0 0 7px white;
}

.mktoForm input:focus,
.mktoForm textarea:focus,
.mktoForm select:focus {
    outline: none;
    border-color: #000;
}

.mktoForm input[type='radio'][disabled]+label {
    opacity: 0.5;
}

.mktoForm input[type='radio'][disabled]:hover+label::before {
    border-color: #ececec;
}

.mktoForm input[type='radio']+label {
    padding-right: 18px;
}


/* close Reset code */


/* check box list consent text */

.mktoForm .mktoRadioList input[type="radio"] {
    appearance: none;
    background-color: #ffffff;
    margin: 0 !important;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.mktoForm .mktoRadioList input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    background-color: #000000;
    border: var(--border-s) solid #000000;
}

.mktoForm .mktoRadioList input[type="radio"]:checked {
    background-color: #ffffff;
    border: 2px solid #000000;
}

.mktoForm .mktoRadioList input[type="radio"]:checked::before {
    transform: scale(1);
}


/* close global code */


/* Open Fixed global code */

.mktoForm input[type='radio']+label {
    min-height: 20px;
    line-height: 20px;
    padding-left: 10px;
}

.mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField:has(input[radio]) {
    position: relative;
    padding-left: 35px !important;
}


/* Fix Marketo from default and Marketo form new  */

.spri-marketo-form-default #microsite_content .mktoForm input[type='radio'] {
    visibility: visible !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
}

.spri-marketo-form-default #microsite_content .mktoForm input[type="radio"]:checked+label::before {
    display: none;
}

.spri-marketo-form-default #microsite_content .mktoForm input[type='radio']:checked+label::before,
.spri-marketo-form-default #microsite_content .mktoForm input[type='radio']:not(checked)+label::before {
    vertical-align: middle;
}

.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='radio'],
.spri-marketo-form-new #microsite_content input.mktoField[type='raddio'] {
    padding: 0px;
}

.spri-main #microsite_content .spri-form .mktoForm input.mktoField[type='raddio'] {
    border: 2px solid #000000;
    height: 20px;
    width: 20px;
}

.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='radio'],
.spri-proofpoint-jumpstart.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='radio'] {
    width: 20px !important;
}

.spri-marketo-form-new #microsite_content .mktoForm .mktoFormCol .mktoFormRow .mktoFieldWrap input[type='radio'] {
    left: 20px;
}

.mktoFieldWrap:has(input[type='radio']) .mktoLabel {
    padding-top: 3px !important;
}

.bkk_pp_23q3 #microsite_content .mktoForm .mktoRadioList input[type="radio"] {
    border: 2px solid #000 !important;
    border-radius: 100%;
}

.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm input[type='radio'] {
    top: 3px;
    left: 0;
}

.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm input[type="radio"]+label {
    display: none;
}

.spri-xerox-smrprmo-2023.spri-main #microsite_content .form-section .mktoForm .mktoLabel {
    display: unset
}

.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm .mktoRequiredField #LblconsentDataStorage .mktoAsterix,
.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm .mktoRequiredField #LblconsentProgramDataShare .mktoAsterix,
.spri-xerox-smrprmo-2023 #microsite_content .form-section .mktoForm .mktoRequiredField #LblconsentProgramEmails .mktoAsterix {
    color: #eb1212;
}
/* End Marketo Form Fix */

/* Safari Only Fix */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .img-responsive {
        image-rendering: auto;
    }

    .style_macdoesthat #microsite_content section.block_info .container .row,
    .apple_content_box1 .container .equalheight {
        display: flex;
        flex-direction: row;
    
    }
    
    .apple_content_box3 .container .equalheight {
        display: inline-block;
    }

    .dppDetails .container .row.equalheight {
        display: flex;
        flex-direction: row;
    }

    .apple_content_box1 a {
        border-bottom: 0 none!important;
    }

    .bs-collage .container .row{
        display:inline-block; 
    }
}
/* End Safari Only Fix */