/* =Theme customization starts here
------------------------------------------------------- */

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #28272a;
}

html #main-header {
    background-color: #ffffff;
}

#sponsortext {
    color: #000000;
    float: right;
    line-height: 54px;
    font-size: 12px;
    padding: 0 0 0 16px;
    font-weight: 400;
}

#sponsortext>a {
    margin-left: 15px;
    display: inline-block;
}

#sponsortext>img {
    max-width: 95px;
    width: 95px;
    height: 54px;
    padding-bottom: 0;
    vertical-align: middle;
}

html body #footer-bottom #footer-info .c-footer__logo-wrapper a {
    height: 54px;
    max-height: 54px;
    width: 172px;
    max-width: 172px;
    margin-top: 9px;
}


/* styles for cio beready footer */

html body.COM #footer-bottom #footer-info {
    float: none;
}

html body.COM #footer-bottom #footer-info a,
html body.COM #footer-bottom #footer-info a:visited,
html body.COM #footer-bottom #footer-info a:hover,
html body.COM #footer-bottom #footer-info a:active,
#cio-footer-links-row .column .Copyright {
    font-family: "fira-sans";
    padding: 0;
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    text-align: left;
    text-decoration: none;
    font-weight: lighter;
    transition: unset;
    opacity: unset;
}

html body.COM #footer-bottom #footer-info a:hover {
    text-decoration: underline;
}

#cio-footer-links-row .column .Copyright p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}

html body.COM #footer-bottom #footer-info .idgFooterLogo {
    height: 54px;
    max-height: 54px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cio-footer-links-row .column .LinkLabel {
    font-family: "fira-sans";
    color: #ffffff;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0px;
}

#cio-footer-links-row .column .fa {
    padding-right: 8px;
}

#cio-footer-links-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

#cio-footer-links-row .column {
    flex: 25%;
    padding: 20px;
    border-right: 1px solid #333333;
    text-align: left;
}

#cio-footer-links-row .lastcolumn {
    border-right: none;
}

@media screen and (max-width: 960px) {
    #cio-footer-links-row .column {
        flex: 100%;
        border-right: none;
        border-bottom: 1px solid #333333;
    }
    #cio-footer-links-row .lastcolumn {
        border-bottom: none;
    }
}


/* styles for cio beready footer end */

html body.DEU #footer-bottom #footer-info .c-footer__logo-wrapper a {
    width: 166px;
    max-width: 166px;
    background-image: url('/wp-content/uploads/sites/18/2022/03/CIO-logo-new.png');
}


/* .com footer is from https://www.cio.com/native/be-ready/, this css does not apply */

html body.COM #footer-bottom #footer-info .c-footer__logo-wrapper a {
    width: 166px;
    max-width: 166px;
    background-image: url('/wp-content/uploads/sites/17/2022/03/cio-com-logo.png');
}


#hpe_mobile_container .card-body a:hover,
#hpe_desktop_container .tab-pane a:hover,
#hpe_mobile_container .card-body a,
#hpe_desktop_container .tab-pane a {
    color: #9c1420;
    text-decoration: underline;
}

#hpe_mobile_container .card-body a:hover,
#hpe_desktop_container .tab-pane a:hover {
    color: #ab494f;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    font-size: 17px !important;
    line-height: 1.6em !important;
}

html body .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/sites/26/2022/03/Hero_3_4_wide_Version3.jpg');
}

html body .et_pb_fullwidth_header.et_pb_fullwidth_header_0:after {
    content: '';
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(0,0,0,0.28);
}

#hpe_top_header .et_pb_fullwidth_header_container .header-content div.et_pb_header_content_wrapper,
#hpe_top_header .et_pb_fullwidth_header_container .header-content h1.et_pb_module_header,
#hpe_top_header .et_pb_fullwidth_header_container .header-content span.et_pb_fullwidth_header_subhead {
    margin-right: 0 !important;
}
@media only screen and (max-width: 754px) {
    html body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
        max-width: 80% !important;
    }
}

@media only screen and (max-width: 736px) {
    html body .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
        background-size: cover;
        background-position: right;
    }
    html body .et_pb_fullwidth_header.et_pb_fullwidth_header_0:after {
        content: '';
        position: absolute;
        width: 100%; 
        height: 100%;
        top: 0; 
        left: 0;
        background: rgba(0,0,0,0.35);
    }
}


@media only screen and (max-width: 600px) {
    /* header title font size */
    #hpe_top_header .et_pb_fullwidth_header_container .header-content span.et_pb_fullwidth_header_subhead {
        line-height: 1em !important;
        font-size: 2em !important;
    }
}


/* header title font size */

@media only screen and (max-width: 368px) {
    #hpe_top_header .et_pb_fullwidth_header_container .header-content span.et_pb_fullwidth_header_subhead {
        font-size: 2em !important;
    }
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        line-height: 1em !important;
    }
}

@media only screen and (max-width: 390px) {
    html body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
        max-width: 100% !important;
    }
    /* partner logo small mobile layout */
    #sponsortext {
        line-height: 0;
        padding-top: 5px;
        font-size: 10px;
        text-align: right;
        padding-right: 20px;
    }
    #sponsortext>a {
        max-width: 150px;
        display: block;
        margin-top: 5px;
    }
    #sponsortext>a img {
        max-width: 150px;
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    /* footer padding mobile layout */
    html body #footer-bottom {
        padding: 0 0 1rem !important;
    }
    html body #footer-bottom #footer-info .c-footer__logo-wrapper a {
        margin-bottom: 12px !important;
    }
}

#hpe_top_header {
    display: flex;
    min-height: 427px;
    border-bottom-width: 0 !important;
}

body #page-container #hpe_mobile_container .et_pb_section .et_pb_button,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 0px;
    font-size: 1rem !important;
    background-color: #ed1c24;
    line-height: 1.7em !important;
    font-weight: 500 !important;
}

body #page-container #hpe_mobile_container .et_pb_section .et_pb_button,
body #page-container #hpe_mobile_container .et_pb_section .et_pb_button:hover,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button:hover {
    padding: 20px 30px !important;
    border-radius: 3px;
}

body #page-container #hpe_desktop_container .et_pb_section .et_pb_button:hover {
    background-color: #4e4242;
}

body #page-container #hpe_mobile_container .et_pb_section .et_pb_button:before,
body #page-container #hpe_mobile_container .et_pb_section .et_pb_button:after,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button:before,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button:after {
    display: none !important;
}

body #page-container #hpe_mobile_container .et_pb_section .et_pb_button,
body #page-container #hpe_mobile_container .et_pb_section .et_pb_button:after,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button,
body #page-container #hpe_desktop_container .et_pb_section .et_pb_button:after {
    transition: all 300ms ease 0ms;
}

@media (min-width: 768px) {
    #hpe_top_header {
        height: 427px;
    }
    .header-content-container center {
        padding-top: 60px;
    }
}

.hpe_unvisible .post_float_wrap {
    display: none;
}

@media(min-width: 768px) {
    #hpe_desktop_container .tab-content.c-tabpanes__tabContent {
        position: sticky;
    }
}
@media(min-width: 981px) {
    #hpe_desktop_container .tab-content.c-tabpanes__tabContent {
        top: 80px;
    }
}
@media(max-width: 980px) {
    #hpe_desktop_container .tab-content.c-tabpanes__tabContent {
        top: 0;
    }
}

#hpe_desktop_container .c-postentry__title,
#hpe_desktop_container .c-postentry img {
    margin-bottom: 0.5rem !important;
}
#hpe_desktop_container .c-postentry__title {
    font-size: 1.6rem !important;
    line-height: 1em !important;
}
#hpe_desktop_container .et-boc iframe {
    margin-top: -20px;
}

#hpe_desktop_container .c-postentry {
    padding: 1rem 0 0 0rem;
}

@media(min-width: 768px) {
    html h2, html .h2 {
        font-size: 2rem !important;
    }
   #hpe_desktop_container .et-boc iframe {
        height: 1700px;
    }
}

@media(max-width: 767px) {
    #hpe_desktop_container .et-boc iframe {
        height: 1900px;
    }
}

@media(max-width: 499px) {
    #hpe_desktop_container .et-boc iframe {
        height: 2100px;
    }
}

.et_pb_button_one,
.et_pb_button_one:hover {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    font-size: 14px;
    font-family: var(--base-font-family, sans-serif, system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-weight: 700!important;
    background-color: #a31e23;
    padding: 13px 80px !important;
    font-weight: 500 !important;
    color: white;
}

@media(max-width: 767px) {
    .et_pb_button_one,
    .et_pb_button_one:hover {
        margin-bottom: 20px;
    }
}

.et_pb_button_one:hover::after {
    display: none;
}



/* header + logos */

#childLogoFuj {
  float: right;
  width: 514px;
  height: 54px;
  /* background-color: brown; */
  /* overflow: hidden; */
}

#childLogoFujWrap {
    display: block;
    width: 100%;
    /* overflow: hidden; */
    /* background-color: yellowgreen; */
}

#childFujLogo {
    float: right;
    width: 104px;
    height: 54px;
    /* background-color: orchid; */
}

#childFujSponsored {
    float: right;
    width: 122px;
    height: 54px;
    overflow: hidden;
    color: #000000;
    text-transform: uppercase;
    line-height: 54px;
    font-size: 11px;
    /* background-color: goldenrod; */
}

#childFujBurger {
    float: right;
    width: 280px;
    height: 54px;
    cursor: pointer;
    /* background-color: seagreen; */
    position: relative;
}

#childFujBurger:after {
    content: 'Windows Server 2022: Be cloud-ready with hybrid.';
    font-size: 12px;
    position: absolute;
    width: 280px;
    height: 30px;
    bottom: -17px;
    left: 10px;
    /* background-color: seagreen; */
    z-index: 10;
    white-space: nowrap;
}

#childFujBurger span {
    display: block;
}

@media only screen and (max-width: 665px) {
    #childLogoFuj {
        position: relative;
        width: 305px;
        height: 54.55px;
        padding-top: 12px;
        /* background-color: yellowgreen; */
        padding-right: 68px;
    }
    #childLogoFuj::before {
        content: 'IN COOPERATION WITH';
        display: block;
        width: 187px;
        height: 12px;
        line-height: 12px;
        font-size: 8px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        color:#000000;
        /* background-color: goldenrod; */
    }

    #childFujLogo {
        width: 68px;
        height: 42.55px;
        padding-right: 10px;
        padding-top: 1px;
        /* background-color: aqua; */
    }
    #childFujBurger {
        width: 165px;
        height: 42.55px;
        padding-top: 1px;
        /* background-color: blueviolet; */
    }
    #childFujBurger:after {
        font-size: 10px;
        width: 228px;
        bottom: -17px;
        left: 6px;
        /* background-color: seagreen; */
        /* opacity: 0.5; */
    }
    #childFujSponsored {
        display: none;
    }
}

@media only screen and (max-width: 426px) {
    html body #logo_container {
        min-height: 25px !important;
    }

    html body .logo_container {
        padding-left: 0% !important;
    }

    html body .logo_container > a{
        display: inline-block;
        padding-top: 17px;
    }
    
    html body #logo {
        height: 25px !important;
        max-height: 25px !important;
    }



    #childLogoFuj {
        position: relative;
        width: 275px;
        height: 54.55px;
        padding-top: 12px;
        /* background-color: yellowgreen; */
        padding-right: 90px;
    }
    #childLogoFuj::before {
        content: 'IN COOPERATION WITH';
        display: block;
        width: 163px;
        height: 12px;
        line-height: 12px;
        font-size: 8px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        color:#000000;
        /* background-color: goldenrod; */
    }
    #childFujLogo {
        width: 58px;
        height: 42.55px;
        padding-right: 10px;
        padding-top: 5px;
        /* background-color: aqua; */
    }
    #childFujBurger {
        width: 125px;
        height: 42.55px;
        padding-top: 5px;
        /* background-color: blueviolet; */
    }
    #childFujBurger:after {
        font-size: 9px;
        width: 228px;
        bottom: -17px;
        left: 6px;
        /* background-color: seagreen; */
        /* opacity: 0.5; */
    }

}

