﻿/* default hero image definitions */

@font-face {
    font-family: "csl-icons";
    src: url(/fonts/csl-icons.eot);
    src: url(/fonts/csl-icons.eot?#iefix) format("embedded-opentype"),
	url(/fonts/csl-icons.woff) format("woff"),
	url(/fonts/csl-icons.ttf) format("truetype"),
	url(/fonts/csl-icons.svg#csl-icons) format("svg");
    font-weight: normal;
    font-style: normal;
}



[class^="newicon-"]:before,[class*=" newicon-"]:before {
    font-family: "csl-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newicon-icon-health-it:before {
    content: "\68";
}

.newicon-icon-iot:before {
    content: "\69";
}

.newicon-icon-cyber-security:before {
    content: "\63";
}

.newicon-icon-robotics:before {
    content: "\72";
}

	/* timeline */
	.cd-container .cd-timeline-content a[href=""] {
		display: none;
	}

	#decade-nav {
		top: -20px;
		left: 0px;
		width: 100%;
		text-align: center;
		z-index: 12;
		transition: top ease-in-out 0.5s;
		background-color: rgba(255, 255, 255, 0.9);
		opacity: 0;
	}
		#decade-nav.activated {
			opacity: 1;
			position: fixed;
			top: 112px;
		}

		#decade-nav.deactivated {
			opacity: 1;
			position: fixed;
			top: -20px;
        }
        
@media all {
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
}




