@import url("https://use.typekit.net/bbx6plk.css"); /* REPLACE WITH CORRECT KIT IF REQUIRED*/

html, body {
	font-family: 'tablet-gothic', Arial, sans-serif;
	font-weight:300;
	margin: 0;
	padding: 0;
}


.sscoanimatezoom {
	transition: transform 0.5s ease-out;
	-webkit-transition: transform 0.5s ease-out;
}



/*INITALIZE */
.sscohidden {
    display: none;
}

.groupchildtitle {
	display: none;
}

.groupmother {
	opacity: 0;
}

.groupmothersquare, .groupmotherplus, .groupmothertitle, .groupmotherminus {
	cursor: pointer;
}

.groupchildtitlerect {
	opacity: 0;
}


#ssco_univers_svg {
	transform-style: preserve-3d !important;
}

#sscounivers_container {

}

.groupmothersquare {


}

/*SVG WRAPPER AND CONTENT*/

#sscounivers_wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: white;
	opacity: 0;
}

#sscounivers_container {
	width: 100%;
	height: auto;
	max-width: 1280px;
	text-align: center;
	display: inline-block;
	background-color: white;
	position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #sscounivers_container {	height: 960px; }
}

#ssco_univers_svg {
	width: 100%;
	height: auto;
}

#ssco_zoomcontrol_svg {
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 2;
	height: 60px;
	width: auto;
	display: none;
}



/* DESKTOP */
@media screen and (min-width: 1025px) {

}

/* TABLET LANDSCAPE */
@media screen and (max-width: 1024px) {
	#ssco_zoomcontrol_svg {
		display: block;
	}
}

/* TABLET PORTRAIT */
@media screen and (max-width: 768px) {

}

/* MOBILE */
@media screen and (max-width: 360px) {

}





/* MODAL */
.sscounivers_modal {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 20%;
	text-align: center;
	z-index: 3;
	display:none;
}

.sscounivers_modal_wrapper {

}

.sscounivers_modal_content {
	background-color: #D2B940;
	width: 90%;
	max-width: 720px;
	display: inline-block;
	text-align: left;
	position: relative;
}

.sscounivers_modal_close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 50px;
	width: 50px;
	background-image: url('ssco_closemodal.svg');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.sscounivers_modal_cat {
	text-transform: uppercase;
	/*font-family: TabletGothicSemiCondensed-ExtraBold;*/ /*REPLACE WITH CORRECT FONT*/
	font-weight:700;
	font-size: 18px;
	color: #252525;
	letter-spacing: 0;
	line-height: 18px;

	padding-left: 50px;
	padding-bottom: 15px;
}

.sscounivers_modal_cat_no_top_logo {
	padding-top: 50px;
}

.sscounivers_modal_txt {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.sscounivers_modal_txt_name {
	text-transform: uppercase;
	/*font-family: TabletGothicSemiCondensed-ExtraBold;*/ /*REPLACE WITH CORRECT FONT*/
	font-weight:700;
	font-size: 24px;
	color: #252525;
	letter-spacing: 0;
	line-height: 24px;

	padding-bottom: 10px;
}

.sscounivers_modal_txt_desc {
	/*font-family: TabletGothicSemiCondensed*/ /*REPLACE WITH CORRECT FONT*/
	font-size: 18px;
	color: #252525;
	letter-spacing: 0;
	line-height: 24px;
}

.sscounivers_modal_txt_desc p {

}

.sscounivers_modal_txt_desc a {
	text-decoration: underline;
	color: #252525;
}

.sscounivers_modal_txt_desc a:hover {
	text-decoration: none;
}









.sscounivers_modal_txt_with_logosquare .sscounivers_modal_logo_square {
	float: right;
}

.sscounivers_modal_txt_with_logosquare .sscounivers_modal_logo_square img {
	margin-left: 20px;
	margin-bottom: 20px;
}



@media screen and (max-width: 570px) {
	.sscounivers_modal_txt_with_logosquare .sscounivers_modal_logo_square {
		float: none;
	}

	.sscounivers_modal_txt_with_logosquare .sscounivers_modal_logo_square img {
		margin-left: 0px;
		margin-bottom: 20px;
	}
}



.sscounivers_modal_cat_top_logo {
	padding-top: 20px;
}

.sscounivers_modal_cat_logo_top img {
	max-width: 100%;
}


.sscounivers_modal_cat_logo_top {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 70px;

}
