@charset "utf-8";
/* CSS Document */

/*************UNIVERSAL*************/
#dnn_ContentPaneFullBleed1 {
    background-color: #0f0f0f;
}
#breeding,
#work-force,
#profiles,
#roles {
    background-color: #414833;
    margin: 0 1.5rem;
}
p {
	color: #FFF;
	line-height: 1.25;
    font-size: 18px;
}
.image {
    width: 100%;
}
/******CHANGE IMG TO VIDEO*******/
.vid img,
.vid video,
.vid {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
/******CHANGE IMG TO VIDEO*******/
.btn {
	background-color: #9E937E;
    padding: 10px 2rem;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
	font-weight: 600;
	transition: .3s;
    border: none;
    color: #0f0f0f;
}
.btn:hover {
	background-color: #FFF;
	color: #0f0f0f;
    border: none;
}
.centered-btn {
    text-align: center;
}
.section-container {
	padding: 8rem 5rem;
	color: #FFF;
}
#fighters .section-container,
#buddies .section-container {
    padding: 8rem 6.5rem;
}
.section-container .down-line {
	text-align: center;
}
.title-container {
    position: relative;
    padding-bottom: 2rem;
}
.title-slice {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	padding-bottom: 25px;
	font-weight: 600;
    color: #fff;
}
.title-slice::before {
	content: "";
    position: absolute;
    background-color: #f1dca7;
	top: -6px;
    left: -20px;
    height: 82px;
    width: 4px;
}
.title-slice::after {
	content: "";
	position: absolute;
    background-color: #f1dca7;
	bottom: 5px;
    left: -20px;
    height: 4px;
    width: 450px;
}
.slice-blurb {
    margin: 0;
}
.caption-content {
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
}
.title-background {
	position: absolute;
	font-size: 10vw;
	left: -7px;
	bottom: 0px;
	opacity: .03;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
}
.inner-title-slice {
	color: #FFF;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 0;
}
.inner-title-slice::after {
	content: "";
    position: absolute;
    background-color: #9B907A;
	bottom: -20px;
    left: 0px;
    height: 4px;
    width: 250px;
}
.right-side-photo {
    position: absolute;
    top: -210px;
    right: 0;
}
.slick-dots li button {
    background: none;
    border: none;
    font-size: 0;
}

/*************BANNER*************/
#main-banner .image-background img {
	width: 90%;
	filter: brightness(1.5);
}
#main-banner .experience-title{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
#main-banner .experience-title h1 {
	font-family: 'Titillium Web', sans-serif;
	color: #f1dca7;
	text-transform: uppercase;
	font-size: 4rem;
	margin-bottom: 0;
    font-weight: 800;
    line-height: 100%;
}
#main-banner .experience-title h1 span {
	color: #fff;
	display: block;
	font-size: 5.75rem;
}
#main-banner .title-blurb {
    margin-top: 30px;
}
#main-banner .experience-title .slice-blurb {
	color: #fff;
}
#main-banner #banner-container {
    position: relative;
    margin: 0 1.5rem;
}
#main-banner #banner-container::before {
    content: '';
    background-image: url('/Portals/1/Interactive/2020/01-four-legged-fighters/Images/Backgrounds/banner-background.jpg');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
}

/*************INTRO*************/
#intro {
    height: 100vh;
}
#intro .media-title {
    text-align: center;
    margin: 15px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}
#intro .media-description {
}

/*************BEGINNING*************/
#breeding {
    position: relative;
}
.non-blurred {
    filter: none!important;
    transform: none!important;
}
.active-blurred {
    filter: blur(6px) grayscale(1);
    transform: scale(.9);
    transition: all .3s ease-in-out;
}
#breeding-bg {
    background-image: linear-gradient(to bottom, #414833 10%, transparent, #414833 95%), url(/Portals/1/Interactive/2020/01-four-legged-fighters/Images/Backgrounds/beginnings-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .1;
}
#breeding .right-side-photo img {
	max-width: 175px;
    width: 100%;
}
#breeding .arrow-col {
    text-align: center;
}
#breeding .arrow-col i {
    font-size: 70px;
}
#breeding .breed-box img {
    position: relative;
}
#breeding .content-box {
    background-color: #0f0f0f;
    padding: 10px 15px;
}
#breeding .content-box p {
    margin: 0;
    text-align: center;
}
#breeding .breed-slides {
    position: relative;
    margin-top: 6rem;
}
#breeding .text-side {
    background-color: #0f0f0f;
}
#breeding .img-description {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 3rem;
}
#breeding .img-description p {
    margin: 0;
}
#breeding .slick-arrow {
    position: absolute;
    bottom: -100px;
    font-size: 30px;
    cursor: pointer;
}
#breeding .slick-arrow:hover {
    color: #0f0f0f;
}
#breeding .carousel-previous {
    left: 50%;
    transform: translate(-180%, 0);
}
#breeding .carousel-next {
    right: 50%;
    transform: translate(180%, 0);
}
#breeding .slick-list {
    margin-bottom: 25px;
}
#breeding .slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
}
#breeding .slick-dots li {
    padding: 0 15px;
    display: inline;
}
#breeding .slick-dots li button:before {
    content: "\f5d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
}
#breeding .slick-dots li button:before {
    color: #fff;
}
#breeding .slick-dots li.slick-active button:before {
    color: #0f0f0f;
}
#breeding .slick-slide img {
    width: 100%;
    height: 100%;
}

/*************FULL-FLEDGED FIGHTERS*************/
#fighters {
    padding-bottom: 0;
}
#fighters .text-box {
    background-color: #414833;
    padding: 2rem;
}
#fighters .content-section .dgov-col-12 {
    margin: 3rem 0;
}
#fighters .media-content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
#fighters .media-title {
    text-align: center;
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}
#fighters .media-description {
    margin: 0;
}
#fighters .dgov-flex-footer {
    text-align: center;
}
#fighters .btn {
    margin: 50px auto 0;
}

/*************DAY IN THE LIFE OF BENNY / CHARLIE SECTION*************/
#charlie {
    padding-bottom: 5rem;
}
.full-video {
    margin: 0 1.5rem;
    position: relative;
}
.full-video .section-container {
    padding: 0;
    position: relative;
}
.full-video video {
    width: 100%;
}
.full-video .title-container {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(15,15,15,.95);
    z-index: 99;
    transition: all 1s ease-in-out;
    padding: 0;
}
.removed {
    width: 0!important;
}
.disappear {
    opacity: 0!important;
    left: -100vw!important;
    transition: all 1.2s ease-in-out!important;
}
.rotate {
    transform: translate(-50%, -50%) rotate(180deg)!important;
    opacity: .5!important;
}
.rotate:hover {
    opacity: 1;
}
.full-video .section-content {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    opacity: 1;
    transition: all 1s ease-in-out;
    width: 600px;
}
.full-video .title-slice {
    text-align: center;
}
.full-video .title-slice::before,
.full-video .title-slice::after {
    content: none;
}
.full-video .overlay-icon {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background: #0f0f0f;
    border-radius: 50%;
    color: #fff;
    border: none;
    transition: all .3s ease-in-out;
    padding: 0 5px;
}

/*************BEST BUDDIES*************/
.thumb-trigger {
    display: none;
}
.bud-info-pane {
    position: relative;
}
.bud-info {
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
}
#thumb1:checked ~ #bud-info1,
#thumb2:checked ~ #bud-info2,
#thumb3:checked ~ #bud-info3,
#thumb4:checked ~ #bud-info4 {
    opacity: 1;
}
.thumb {
    cursor: pointer;
    transition: all .3s ease-in-out;
    filter: blur(2px) grayscale();
}
.bud-thumbs label:hover,
.active-thumb {
    filter: none!important;
}
.bud-content {
    background-color: #f1dca7;
    padding: 20px;
    border: 6px solid #0f0f0f;
    border-radius: 15px;
}
.bud-image {
    text-align: center;
}
.bud-image img {
    width: 500px;
    max-width: 100%;
}
.bud-names {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    color: #0f0f0f;
}
.bud-quote {
    color: #0f0f0f;
    margin: 10px 0 0 15px;
    position: relative;
    font-style: italic;
}
.bud-quote::before {
    content: '';
    width: 2px;
    background: #0f0f0f;
    height: 100%;
    position: absolute;
    left: -10px;
}
#buddies .image-block {
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#buddies .text-block {
    position: relative;
    overflow: hidden;
}
#buddies .image-block .overlay {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.8);*/
    transition: all .3s ease-in-out;
    z-index: 999;
}
#buddies .image-block i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
}
#buddies .video-side {
    padding-top: 50px;
}
.active-hover {
    opacity: .5;
    filter: blur(3px);
}
.seekell-vid {
    margin-top: 10rem;
    position: relative;
}
.seekell-vid .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(15,15,15,.95);
}
.seekell-vid .overlay .defaultVideoOverlay,
.seekell-vid .overlay .hoverVideoOverlay {
    width: auto;
    height: 50%;
    max-width: unset;
}

/*************PROFILES*************/
.frame {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #0f0f0f;
    box-shadow: 0 10px 7px -5px rgba(0,0,0,.3);
}
.mat {
    position: absolute;
    background-color: #fff;
    top: 2.5%;
    bottom: 2.5%;
    left: 2.5%;
    right: 2.5%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.9)inset ;
}
.portrait {
    position: absolute;
    top: 13.158%;
    bottom: 13.158%;
    left: 13.158%;
    right: 13.158%;
}
.portrait::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.9)inset;
}
.portrait img {
	width: 100%;
}
#profiles .name-plate {
    background: #fff;
    width: 175px;
    margin: 1.5rem auto;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 0 15px 0px #0f0f0f;
}
#profiles .media-title {
    font-family: 'Oswald';
    font-size: 18px;
    color: #464646;
    margin: 0;
    font-style: italic;
}
#profiles p {
    margin-bottom: 15px;
}

/*************QUIZ*************/
#quiz-bg {
    background-image: radial-gradient(transparent 30%, rgba(15,15,15,.8) 60%), url(/Portals/1/Interactive/2020/01-four-legged-fighters/Images/Backgrounds/quiz-bg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: .2;
}
#quiz .section-container {
    position: relative;
    margin: 0 1.5rem;
	padding: 4rem 5rem;
}
#quiz .slice-blurb {
    text-align: center;
}
#quiz a:hover {
	text-decoration: none;
}
#quiz .btn {
    margin: 50px auto 0;
}
#falcor-img {
    text-align: center;
}

/*************SUPPORTING ROLES*************/
.title-box {
    text-align: center;
}
.role-btn {
    background-color: #f1dca7;
    color: #0f0f0f;
    text-align: center;
    padding: 10px 30px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 0;
}
.role-content-pane {
    position: relative;
    height: 100vh;
}
.role-content {
    position: relative;
    padding-bottom: 100%;
}
.single-role {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.active-role,
.role-btn:hover {
    background-color: #0f0f0f;
    color: #f1dca7;
}
.role-nav-radio {
    display: none;
}
.role-title {
    color: #f1dca7;
}
.role-info {
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
}
.role-info img {
    width: 100%;
}
#roles .right-box {
    background-color: #0f0f0f;
}
#roles .right-box-content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 1rem;
}
#roles .right-box-content p {
    margin: 0;
}
#service:checked ~ #service-info,
#therapy:checked ~ #therapy-info,
#mascots:checked ~ #mascots-info {
    opacity: 1;
}
#mascots-info .video-wrap-container,
#mascots-info .vid {
    width: 100%;
}


/******************************************************************
SOCIAL ICONS
******************************************************************/
.social-top {
	display: inline-flex;
	margin: 0 auto .5rem;
    position: relative;
    top: -30px;
}
.social-inner {
	display: flex;
	font-size: 1.4rem;
}
.social-inner a, .social-inner a:link {
	color: #0f0f0f;
	text-decoration: none;
}
.social-inner a {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1dca7;
}
.social-inner a.addthis_button_facebook {
	margin-right: 15px;
}
.social-inner a.addthis_button_facebook:hover span {
	color: #fff;
}
.social-inner a.addthis_button_facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}
.social-inner a.addthis_button_facebook {
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_twitter:hover span {
	color: #fff;
}
.social-inner a.addthis_button_twitter:hover {
	background-color: #00aced;
	border-color: #00aced;
}
.social-inner a.addthis_button_twitter {
	padding-top: 2px;
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover span {
	color: #fff;
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover {
	background-color: #DD4B39;
	border-color: #DD4B39;
}
.social-inner a.addthis_button_email {
	margin-left: 15px;
	font-size: .9em;
	transition: all .2s ease-in;
}
.social-top span {
    font-size: 20px;
}

/******************************************************************
RESPONSIVE
******************************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .active-blurred {
        filter: none;
        transform: none;
    }
    #main-banner .experience-title h1 {
        font-size: 60px;
    }
    #main-banner .experience-title h1 {
        font-size: 60px;
    }
    #main-banner .experience-title h1 span {
        font-size: 86px;
    }
    #intro {
        height: 100%;
    }
    .role-content-pane {
        height: unset;
        padding-bottom: 100%;
    }
    .bud-thumbs label img {
        display: none;
    }
    #ie-thumb1 {
        background-image: url('/Portals/1/Interactive/2020/01-four-legged-fighters/Images/borchardt.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 200px;
        width: 100%;
    }
    #ie-thumb2 {
        background-image: url('/Portals/1/Interactive/2020/01-four-legged-fighters/Images/langeland.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 200px;
        width: 100%;
    }
    #ie-thumb3 {
        background-image: url('/Portals/1/Interactive/2020/01-four-legged-fighters/Images/parker.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 200px;
        width: 100%;
    }
    #ie-thumb4 {
        background-image: url('/Portals/1/Interactive/2020/01-four-legged-fighters/Images/cauble.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 200px;
        width: 100%;
    }
    
}
@media only screen and (max-width: 1367px) and (max-height: 1024px) and (orientation: landscape) {
    .active-blurred {
        filter: none;
        transform: none;
    }
}
@media screen and (max-width: 1200px) {
    #main-banner .left-side {
        display: none;
    }
    #main-banner #banner-container::before {
        background-position: center;
    }
    .experience-title {
        height: 100vh!important;
    }
	.experience-title h1 {
		font-size: 2rem;
	}
	.experience-title h1 span {
		font-size: 3rem;
	}
    #main-banner .title-blurb {
        max-width: 700px;
        margin: 30px auto 0;
        width: 100%;
    }
    #intro {
         height: unset;
    }
    #intro .section-container {
        padding: 0 3rem 15rem;
    }
	.nav-box:hover {
		flex-grow: 1.75;
	}
    #buddies .bud-info-pane {
        padding-bottom: 100%;
    }
	/*.dog-bf .left-side {
		text-align: center;
	}
	.dog-bf .right-side {
		padding: 50px 0 0 0;
	}
	.dog-bf .inner-title-slice::after {
		left: 50%;
		transform: translate(-50%, 0);
	}*/
}
@media screen and (max-width: 1080px) {
    #breeding .breed-slides .img-description {
        padding: 1rem;
    }
}
@media screen and (max-width: 1050px) {
	.dog-nav {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
    .active-blurred {
        filter: none;
        transform: none;
    }
    .full-video .title-container {
        width: 90%;
    }
    .full-video .section-content {
        padding: unset;
        width: 600px;
        transform: translate(0, -50%);
    }
    .full-video .overlay-icon {
        transform: translate(50%, -50%);
        right: 0;
    }
    .rotate {
        transform: translate(50%, -50%) rotate(180deg)!important;
    }
    .role-content-pane {
        padding-bottom: 100%;
        height: unset;
    }
}
@media screen and (max-width: 991px) {
    .section-container {
        padding: 8rem 2rem;
    }
    #fighters .section-container,
    #buddies .section-container {
        padding: 8rem 3.5rem;
    }
    #work-force .title-container .dgov-grid .dgov-col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
	.main-banner {
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	.main-banner .left-side {
		position: relative;
	}
	.main-banner .right-side {
		position: absolute;
		top: 60%;
	}
	.experience-title .slice-blurb {
		max-width: 80%;
		margin: 0 auto;
	}
	.right-side-photo {
		display: none;
	}
	.title-background {
		font-size: 14vw;
		left: -50px;
	}
    #breeding .arrow-col i {
        transform: rotate(90deg);
        margin: 2rem 0;
    }
    #breeding .slick-arrow {
        bottom: -120px;
        font-size: 50px;
    }
	.social-inner a {
		width: 50px;
		height: 50px;
	}
	.video-slice {
		padding: 0 2rem 2rem 2rem;
	}
	.video-slice .fas {
		transform: rotate(90deg);
	}
	.video-slice .dgov-col-1 {
		padding: 0;
	}
	.video-slice .dgov-col-md-10 {
		padding-top: 0;
	}
	.side-arrow {
		text-align: center;
	}
    #benny .title-slice {
        font-size: 2.5rem;
    }
    #falcor-img img {
        width: 300px;
    }
    #roles img {
        width: 100%;
    }
    #therapy-info .dgov-col-md-6 {
        text-align: center;
    }
    #therapy-info img {
        width: 300px;
    }
}
@media screen and (max-width: 800px) {
	.main-banner {
		height: 90vh;
		padding-top: 4rem;
	}
}
@media screen and (max-width: 768px) {
    #fighters .section-container,
    #buddies .section-container {
        padding: 8rem 3.5rem;
    }
    .title-slice::before {
        display: none;
    }
    .title-slice::after {
        left: 0;
        width: 100%;
    }
	.title-background {
		display: none;
	}
    #fighters .dgov-flex-footer .btn {
        margin: 0 auto 50px;
    }
    #buddies .bud-info-pane {
        height: 700px;
    }
}
@media screen and (max-width: 600px) {
	.main-banner {
		height: 85vh;
	}
}
@media screen and (max-width: 576px) {
    #main-banner .experience-title h1 {
        font-size: 3rem;
    }
    #main-banner .experience-title h1 span {
        font-size: 4.25rem;
    }
    .title-slice {
        font-size: 35px;
    }
    #intro .section-container {
        padding: 0 3rem 3rem;
    }
    #breeding .slick-dots li {
        padding: 0 5px;
    }
    .section-container {
        padding: 2rem 1rem;
    }
    #fighters .section-container,
    #buddies .section-container {
        padding: 2rem 2.5rem 3rem;
    }
    #work-force .section-container {
        padding: 8rem 1rem 3rem;
    }
    .full-video .title-container {
        position: unset;
        width: 100%;
    }
    .full-video .section-content {
        top: unset;
        transform: unset;
        width: 100%;
        margin: 1rem 0;
        padding: 0;
    }
    .full-video .overlay-icon {
        display: none;
    }
    #quiz .section-container {
        padding: 4rem 0;
    }
    #roles .title-box {
        margin: 5px 0;
        padding: 0;
    }
    #roles .role-btn {
        width: 60%;
    }
    .role-content-pane {
        height: 700px;
        padding-bottom: unset;
    }
    #service-info .dgov-grid-bleed,
    #therapy-info .dgov-grid-bleed,
    #mascots-info .dgov-grid-bleed {
        margin: 0 5px;
    }
}
@media screen and (max-width: 415px) {
    #benny { 
        padding: 2rem 0 4rem;
    }
    #charlie {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
    #profiles .name-plate {
        margin: 0 auto 1.5rem;
    }
}










