/* Print Media CSS */
.header {
    position: relative;
    background: #000;
}
.ip-banner {
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#print-media-wrapper {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
    background: url(../../images/print-media/main-bg.jpg) no-repeat center top / 100% auto;
}

/* Breadcrumbs : START */
.print-media-breadcrumbs {
    position: relative;
    width: 1330px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
    .print-media-breadcrumbs #breadcrumbs {
        font: 400 12px/1.2 "tradegothic", sans-serif;
        color: #333333;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }
    .print-media-breadcrumbs #breadcrumbs span.breadcrumb_last {
        font-family: "tradegothicbold", sans-serif;
    }
/* Breadcrumbs : END */

/* Content : START */
.print-media-content-wrapper {
    margin-top: 86px;
}
    .print-media-content-wrapper .hp-global-heading {
        text-align: left;
    }
    .print-media-content-wrapper .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 114px;
        margin-top: 0;
    }
    .print-media-list-tab {
    margin-top: 48px;
    }
        .print-media-list-tab ul {
            text-align: left;
        }
        .print-media-list-tab li {
            display: inline-block;
            position: relative;
            padding: 58px 28px;
            margin-bottom: 20px;
        }
        .print-media-list-tab li::before {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            background: #000000;
        }
        .print-media-list-tab li:nth-child(1)::before {
            display: none;
        }
        .print-media-list-tab li:nth-child(even)::before {
            height: 49%;
        }
        .print-media-list-tab a {
            font: 400 20px/1 "tradegothic", sans-serif;
            color: #000000;
            letter-spacing: 0.1em;
        }
        .print-media-list-tab a.is-active {
            font-family:  "tradegothicbold", sans-serif;;
        }
    .print-media-list-content {
        margin-top: 58px;
    }
        .print-media-list-content > div {
            display: none;
        }
        .print-media-list-content > div.is-active {
            display: block;
        }
            .print-media-list-content-items {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
                .print-media-list-content-item {
                    width: calc( 50% - 15px );
                    margin-bottom: 60px;
                    border-bottom: 2px solid #d3d3d3;
                    position: relative;
                }
                    .print-media-list-content-image {

                    }
                        .print-media-list-content-image a {
                            display: block;
                            position: relative;
                        }
                        .print-media-list-content-image a::after {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background: #000000;
                            opacity: 0;
                            z-index: 2;
                            transition: all 0.4s ease-in-out;
                        }
                        .print-media-list-content-image a:hover::after {
                            opacity: 0.7;
                        }
                        .print-media-list-content-image canvas {
                            display: block;
                            position: relative;
                            width: 100%;
                            background-color: #cccccc;
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-size: 169px;
                            z-index: 1;
                            height: auto;
                        }
                        .print-media-list-content-image canvas.cover {
                            display: block;
                            position: relative;
                            width: 100%;
                            background-color: #cccccc;
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-size: cover;
                            z-index: 1;
                        }
                        .print-media-list-content-image div {
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            transform: scale(0.9);
                            opacity: 0;
                            padding: 15px;
                            z-index: 3;
                            transition: all 0.4s ease-in-out;
                        }
                        .print-media-list-content-image a:hover div {
                            transform: scale(1);
                            opacity: 1;
                        }

.print-media-list-content-image div img {
    max-height: 80px;
}
                    .print-media-list-content-text {
                        padding: 30px 0 38px;
                    }  
                        .print-media-list-content-title {
                            min-height: 54px;
                        }
                            .print-media-list-content-title a {
                                display: inline-block;
                                font: 700 14px/1.7 "tradegothicbold", sans-serif;
                                color: #000000;
                                text-transform: uppercase;
                            }
                            .print-media-list-content-title a:hover {
                                opacity: 0.7;
                            }
                        .print-media-list-content-excerpt {
                            font: 400 15px/1.5 "proxima_novaregular", sans-serif;
                            color: #333333;
                            margin-top: 24px;
                            min-height: 88px;
                        }
                        .print-media-list-content-author-date {
                            font: 400 15px/1.2 "proxima_novaregular", sans-serif;
                            color: #333333;
                            margin-top: 22px;
    position: absolute;
    bottom: 25px;
                        }
        .print-media-list-content .hp-global-link {
            max-width: 155px;
            margin: 0 auto;
            padding: 70px 0 75px;
        }
            .print-media-list-content .hp-global-link a {
                font-size: 14px;
            }
/* Content : END */

/* CTA : START */
.print-media-cta-wrapper {
    position: relative;
    padding: 46px 0;
    z-index: 1;
}
.print-media-cta-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47.18%;
    height: 100%;
    background-image: url('../../images/print-media/aak-dark-overlay.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}
.safari .print-media-cta-wrapper::before {
    background-attachment: scroll;
}
    .print-media-cta-inner-wrapper {
        max-width: 67.37%;
        margin-left: auto;
        margin-right: 93px;
    }
    .print-media-cta-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 9px;
    }
        .print-media-cta-item a {
            position: relative;
            display: block;
            padding: 31px 0;
            text-align: center;
            background-image: url("../../images/print-media/cta-item-bg.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            border: 3px solid #ececec;
            overflow: hidden;
        }
        .safari .print-media-cta-item a {
            background-attachment: scroll;
        }
        .print-media-cta-item a::before,
        .print-media-cta-item a::after {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }
        .print-media-cta-item a::before {
            right: 0;
            width: 50%;
            background-color: #fff;
        }
        .print-media-cta-item a::after {
            right: 54px;
            width: 247px;
            background-image: url("../../images/home/ak-logo-overlay.png");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        .print-media-cta-item a:hover {
            padding-right: 173px;
        }
        .print-media-cta-item a:hover:before {
            width: 100%;
            opacity: 1;
        }
        .print-media-cta-item a:hover::after {
            opacity: .11;
        }
            .print-media-cta-item-text {
                position: relative;
                display: inline-block;
                font-family: "tradegothicbold";
                font-size: 15px;
                font-weight: 400;
                color: #cbcbcb;
                text-transform: uppercase;
                letter-spacing: 0.275em;
                text-align: left;
            }
            .print-media-cta-item a:hover .print-media-cta-item-text {
                color: #000;
            }
            .print-media-cta-item-text::before {
                content: "";
                position: absolute;
                top: 6px;
                right: calc(100% + 18px);
                width: 300%;
                height: 1px;
                background-color: rgba(215, 215, 215, 0.5);
                pointer-events: none;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }
            .print-media-cta-item a:hover .print-media-cta-item-text::before {
                background-color: #000;
            }
                .print-media-cta-item-text div {
                    font-family: "ivarfine";
                    font-size: 65px;
                    font-weight: 400;
                    color: #fff;
                    margin-top: 12px;
                    padding-left: 25px;
                }
                .print-media-cta-item a:hover .print-media-cta-item-text div {
                    color: #000;
                }
.upper-print-cont p.subs {
    color: #1d1d1d;
    font-size: 16px;
    width: 100%;
    max-width: 700px;
    line-height: 26px;
    margin-top: 34px;
}






/* CTA : END */

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {

    /* CTA : START */
    .print-media-cta-item-text div {
        font-size: 55px;
    }
    /* CTA : END */

} 

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

}

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

} 

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

    /* CTA : START */
    .print-media-cta-inner-wrapper {
        max-width: 78.37%;
    }
    .print-media-cta-item-text div {
        font-size: 40px;
    }
    .print-media-list-content-author-date {
        position: relative;
        bottom: inherit;
    }
    /* CTA : END */

    .upper-print-cont p.subs {
        max-width: 500px;
    }

} 

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

    /* Content : START */
    .print-media-content-wrapper .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 100px;
    }
    .print-media-list-tab ul {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .print-media-list-tab li {
        display: block;
        padding: 15px 28px;
        margin-bottom: 10px;
        border-bottom: 1px solid #000000;
    }
    .print-media-list-tab li::before {
        display: none;
    }
    .print-media-list-tab li:nth-child(even)::before {
        height: 100%;
    }
    .print-media-list-content-item {
        width: 100%;
    }
    .print-media-list-content-title {
        min-height: auto;
    }
    .print-media-list-content-excerpt {
        min-height: auto;
    }
    /* Content : END */
    
    /* CTA : START */
    .print-media-cta-wrapper::before {
        width: 100%;
    }
    .print-media-cta-inner-wrapper {
        max-width: 560px;
        margin: 0 auto;
        padding: 0 7px;
    }
    .print-media-cta-item {
        display: block;
        width: 100%;
        padding: 8px;
    }
    /* CTA : END */

    .upper-print-cont p.subs {
        max-width: 100%;
    }

}





.botbg {
    width: 100%;
    height: 154px;
    background-image: url(/wp-content/themes/ak.com/assets/images/print-media/aak-dark-overlay.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: 1;
    display: block;
    margin-top: 58px;
}
.safari .botbg {
    background-attachment: scroll;
}

.upper-print-cont {
    position: relative;
}


.upper-print-cont:before {

    content: '';
    position: absolute;
    width: 636px;
    height: 647px;
    background-image: url(/wp-content/themes/ak.com/assets/images/print-media/aimg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    bottom: 0;
    right: 0;
    z-index: 1;
}




.upper-print-cont:after {
content: '';
    position: absolute;
    top: -242px;
    right: -354px;
    width: 1137px;
    height: 568px;
    background-image: url(/wp-content/themes/ak.com/assets/images/akp-short-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.1;
    background-position: center;
    z-index: 0;
}

.upper-print-cont .container {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .upper-print-cont:before {
        max-width: 200px;
        background-position: bottom right;
    }
}

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

    /* Content : START */
    .print-media-content-wrapper .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 68px;
    }
    /* Content : END */
    
    /* CTA : START */
    .print-media-cta-item a:hover {
        padding-right: 0;
    }
    .print-media-cta-item-text {
        width: 90%;
    }
    .print-media-cta-item-text div {
        font-size: 35px;
    }
    .print-media-cta-item-text::before {
        right: calc(100% + 8px);
    }
    /* CTA : END */

}