/* Compass 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;
}
#compass-wrapper {
    position: relative;
    overflow: hidden;
}
#compass-wrapper::after {
    content: "";
    position: absolute;
    bottom: -7.063vw;
    right: -5vw;
    width: 51.063vw;
    height: 46.5vw;
    background-image: url('../../images/compass/compass-logo-overlay.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .06;
}
.compass-top-content {
    position: relative;
    z-index: 1;
}
.compass-top-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 873px;
    background-image: url('../../images/compass/compass-content-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
    .compass-top-content-heading {
        text-align: center;
        padding-top: 50px;
    }
        .compass-top-content-heading .hp-global-heading-bottom-text {
            font-size: 140px;
            text-transform: uppercase;
        }
        .compass-top-content-heading .hp-global-heading-bottom-text img {
            max-width: 95%;
/*			filter: brightness(1) invert(1);*/
        }
    .compass-top-content-excerpt {
        max-width: 1322px;
        margin: 58px auto 0;
        padding: 0 15px;
    }
        .compass-top-content-excerpt-col {
            display: inline-block;
            vertical-align: top;
            width: 50%;
        }
            .compass-top-content-excerpt-heading {
                font-family: "ivarfine";
                font-size: 40px;
                font-weight: 400;
                color: #000;
                margin-bottom: 33px;
            }
            .compass-top-content-excerpt-col p {
                font-family: "proxima_novaregular";
                font-size: 16px;
                font-weight: 400;
                color: #333333;
                line-height: 1.7;
                padding-right: 56px;
            }
.compass-video-wrapper {
    position: relative;
    padding: 100px 15px 115px;
    z-index: 1;
}
.compass-video-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70.31%;
    height: 710px;
    background-image: url('../../images/compass/compass-dark-overlay.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}
    .compass-video-inner-wrapper {
        max-width: 1120px;
        margin: 0 auto;
        border-radius: 35px;
        border: 7px solid #000;
        background-color: #1b1b1b;
        overflow: hidden;				position: relative;
    }
        .compass-video-inner-wrapper iframe {
            display: block;
            width: 100%;
        }
.compass-bottom-excerpt {
    position: relative;
    padding: 87px 0 150px;
    margin-left: 9.313vw;
    max-width: 735px;
}
    .compass-bottom-excerpt-heading {
        font-family: "ivarfine";
        font-size: 45px;
        font-weight: 400;
        color: #000;
        margin-bottom: 33px;
    }
    .compass-bottom-excerpt p {
        font-family: "proxima_novaregular";
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 1.7;
    }
    .compass-bottom-link {
        max-width: 100%;
        margin-top: 30px;
    }
        .compass-bottom-link a {
            font-size: 14px;
        }		.video-poster {	display: none;	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%,-50%);	width: 100%;	cursor: pointer;	z-index: 1;}.video-poster.active {	display: block;}.compass-video-inner-wrapper iframe{	opacity:0;}.compass-video-inner-wrapper iframe.active{	opacity:1;}
		
.global-breadcrumbs #breadcrumbs span.breadcrumb_last strong {
	font-weight: 500;
}

.left-block-item, .right-block-item {
	margin-bottom: 100px;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {

} 

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

}

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

} 

@media only screen and (max-width: 1199px) {
    .compass-top-content-excerpt-heading {
        font-size: 32px;
    }
} 

@media only screen and (max-width: 991px) {
    .compass-top-content {
        padding-top: 37px;
    }
    .compass-top-content-heading {
        padding-top: 20px;
    }
    .compass-top-content-excerpt-col {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .compass-top-content-excerpt-col p {
        padding-right: 0;
    }
    .compass-top-content-heading .hp-global-heading-bottom-text {
        font-size: 100px;
    }
    .compass-top-content-excerpt {
        margin: 30px auto 0;
    }
    .compass-top-content-excerpt-heading {
        margin-bottom: 10px;
    }
    .compass-video-inner-wrapper iframe {
        height: 410px;
    }
    .compass-video-wrapper::after {
        display: none;
    }
    .compass-video-wrapper {
        padding: 57px 15px 0;
    }
    .compass-bottom-excerpt {
        padding: 70px 15px;
        margin-left: 0;
        max-width: 100%;
    }
    .compass-bottom-excerpt-heading {
        font-size: 32px;
    }
    .safari .video-poster {
        border-radius: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .compass-video-inner-wrapper iframe {
        height: 320px;
    }
}

@media only screen and (max-width: 480px) {
    .compass-top-content-heading .hp-global-heading-bottom-text {
        font-size: 60px;
    }
    .compass-video-inner-wrapper iframe {
        height: 260px;
    }
}