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

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

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

#sponsortext>img {
    max-width: 150px;
    width: 150px;
    height: 30px;
    margin-left: 5px;
    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: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/sites/17/2021/08/Smartsheet-Banner_Smartsheet-Sessions_LP_Banner_-02-scaled.jpg');
}

#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: 736px) {
    html body .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
        background-size: cover;
    }
}

@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: 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;
    }
    /* dark overlay for header text */
    html body .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%), url('/wp-content/uploads/sites/17/2021/08/Smartsheet-Banner_Smartsheet-Sessions_LP_Banner_-02-scaled.jpg');
    }
}


/* 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: 450px) {
    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: 10px;
        text-align: right;
        padding-right: 20px;
    }
    #sponsortext>img {
        max-width: 150px;
        display: block;
        margin-top: 9px;
    }
}

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

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

.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, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
}