/* default.css */

/* */

@font-face {
    font-family: 'rtiregular';
    src: url('/fonts/rti-regular-webfont.woff2') format('woff2'),
         url('/fonts/rti-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rtibold';
    src: url('/fonts/rti-bold-webfont.woff2') format('woff2'),
         url('/fonts/rti-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* */

html {
  position: relative;
  min-height: 100%;
}

/* */

body {
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	color: #4c4c4c;
	background-color: #E6E6E6;
	font-size: 15px;
	margin-top: 170px;
	margin-bottom: 250px; 
}


h1, .h1 {
	font-family: rtibold, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 48px;
}

h2, .h2 {
	font-family: rtiregular, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 20px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 17px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 15px;
}

h6 small, .h6 small{
	font-weight: bold;
	color: #000000;	
}

p, .p, .ing-content ul, .ing-content ol {
	font-size: 15px;
}

p small, .p small, .small{
	font-size: 12px;
}

*:focus, a:focus {
	outline: 0;
}

a, a:hover {
	color: #0067b9;	
}

a:focus { 
	text-decoration: none;
}

hr {
	border-color: #dadee6;
	clear: both;
}

.has-error .form-control {
    background-color: #FFD8D7;
}

/* */
.ing-descriptor p {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 18px;
}

.ing-summary {
	margin-bottom: 15px;
}

.ing-summary p {
	font-size: 12px;
}

.ing-content a {
	color: #333333;
	text-decoration: underline;
}

.ing-content a, .ing-content a:hover {
	color: #0067b9;
}

.ing-selected, .ing-sub-navigation .active, .ing-sub-navigation .nav > li > a:focus, .ing-sub-navigation .nav > li > a:hover{
	background-color: transparent;
	text-decoration: underline;	
}

.ing-apa-format {
	padding-left: 30px;
	text-indent: -30px;	
}

/* prefixed .ing- */

.ing-logo {
	height: 90px;
    margin: 15px 0px;
	padding: 0px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: rgba(255,255,255,0.25);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.ing-navbar {
	height: 170px;
	background-color: #282829;
	background-color: rgba(40,40,41,0.75);
	background-blend-mode: multiply;
	border-bottom: none;
}

.ing-navbar-header {
	width: 100%;	
}

	.ing-bs-logo {
    	margin: 15px 15px 10px 15px;
	}

.nav {
	letter-spacing: 0.05em;	
}

.ing-nav {
	font-size: 14px;	
	letter-spacing: 0.05em;
}

.ing-nav .navbar-nav > li > a  {
    color: #ffffff;
	color: rgba(255,255,255,0.60);
	padding-left: 26px;
	padding-right: 26px;
}

	.ing-nav .navbar-nav > li > a:hover {
		background-color: #4186CB;
		color: #ffffff;	
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background-color: transparent;
		color: #4186CB;
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: #4186CB;
		color: #ffffff;
	}
	
	.navbar-nav > li > .dropdown-menu {
		border: none;
		box-shadow: none;
		border-radius: 0px;
		background-color: #282829;
		background: rgba(40,40,41,0.75);
	}
	
	.dropdown-menu > li > a, .navbar-default .navbar-nav > .open > .dropdown-menu > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;	
		color: #ffffff;
		color: rgba(255,255,255,0.60);
		border-bottom: 1px solid rgba(255,255,255,0.10);
	}
	
		.dropdown-menu > li:last-child > a, .navbar-default .navbar-nav > .open > .dropdown-menu > li:last-child > a {
			border-bottom: none;
		}
	
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open > .dropdown-menu > li > a:hover {
		background-color: transparent; 
		color: #ffffff;
	}
	
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > .open > .dropdown-menu > .active > a, .navbar-default .navbar-nav > .open > .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .open > .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #ffffff;
		outline: 0 none;
		text-decoration: none; 
	}

.ing-vh {
	min-height: calc(100vh - 170px);	
}

	.ing-vh .ing-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		resize: none;
		overflow: hidden;
		min-height: calc(100vh - 170px);
	}

.ing-vh-25 {
	min-height: 25vh;
}	
	.ing-vh-25 .ing-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		resize: none;
		overflow: hidden;
		min-height: 25vh;
	}
	
.ing-vh-50 {
	min-height: 50vh;
}	
	.ing-vh-50 .ing-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		resize: none;
		overflow: hidden;
		min-height: 50vh;
	}

.ing-height-80 {
	height: 80px;	
}

.ing-padding-5 {
	padding-top: 5px;
	padding-bottom: 5px;	
}

.ing-padding-15 {
	padding-top: 15px;
	padding-bottom: 15px;	
}

.ing-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ing-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;	
}

.ing-padding-75 {
	padding-top: 75px;
	padding-bottom: 75px;	
}

.ing-padding-15 {
	padding-top: 15px;
	padding-bottom: 15px;	
}

.ing-padding-all {
	padding: 40px;	
}

.ing-padding-all-50 {
	padding: 50px;	
}

.ing-padding-all-75 {
	padding: 75px 40px;	
}

.ing-padding-top-15 {
	padding-top: 15px;
}

.ing-padding-top {
	padding-top: 40px;
}

.ing-padding-top-50 {
	padding-top: 50px;
}

.ing-padding-bottom {
	padding-bottom: 40px;
}

.ing-padding-bottom-50 {
	padding-bottom: 50px;
}

.ing-padding-right { 
	padding-right: 40px;
}

.ing-padding-left {
	padding-left: 40px;
}

.ing-padding-lr { 
	padding-left: 40px;
	padding-right: 40px;	
}

.ing-padding-page-title {
	padding-top: 200px;
	padding-bottom: 100px;	
}

.ing-margin-padding-content {
	margin: 30px;
	padding: 50px 100px;
}

.ing-padding-news {
	padding: 40px 40px;
	min-height: 240px;
}

.ing-padding-portal {
	padding: 23px 40px;
	min-height: 97px; 
}

.ing-no-margin {
	margin: 0px;
}

.ing-no-margin-top {
	margin-top: 0px;
}

.ing-margin-top {
	margin-top: 40px; 
}

.ing-margin-top-10 {
	margin-top: 10px; 
}

.ing-margin-top-50 {
	margin-top: 50px; 
}

.ing-no-margin-bottom {
	margin-bottom: 0px;
}

.ing-margin-bottom-15 {
	margin-bottom: 15px; 
}

.ing-margin-bottom {
	margin-bottom: 40px; 
}

.ing-margin-bottom-50 {
	margin-bottom: 50px; 
}

.ing-margin-bottom-10 {
	margin-bottom: 10px; 
}

.ing-margin-right {
	margin-right: 10px; 
}

.ing-margin-right-30 {
	margin-right: 30px; 
}

.ing-margin-left {
	margin-left: 40px; 
}

.ing-min-height-120 {
	min-height: 120px;
}

.ing-min-height-315 {
	min-height: 315px;
	max-height: 315px;
	overflow: hidden;
}

	.ing-min-height-315:after { 
		position: absolute;
		bottom: 0;  
		height: 100%;
		width: calc(100% - 30px);
		content: "";
		background: linear-gradient(to bottom,
		   rgba(255,255,255, 0) 0%,
		   rgba(255,255,255, 0) 55%, 
		   rgba(255,255,255, 1) 85%
		);
		pointer-events: none; /* so the text is still selectable */
		z-index: 10;
	}

.ing-notification p {
	margin-bottom: 0px;	
}

.ing-spacer {
	display: inline-block;
	width: 50px;	
}

/* */

.ing-white-text, .ing-white-text a {
	color: #ffffff;
}

	.ing-white-text small, .ing-white-text small a {
		color: #ffffff;
	}

	.ing-white-text a {
		text-decoration: none;
	}

	.ing-white-text a:hover{
		color: #ffffff;
		text-decoration: underline;
	}

.ing-gray-text, .ing-gray-text a {
	color: #B2B2B2;	
}

	.ing-gray-text a {
		text-decoration: none;
	}

	.ing-gray-text a:hover {
		text-decoration: underline;
	}


.ing-dark-gray-text, .ing-dark-gray-text a  {
	color: #282829;	
}

	.ing-dark-gray-text a {
		text-decoration: none;
	}

	.ing-dark-gray-text a:hover {
		text-decoration: underline;
	}
	
.ing-blue-text, .ing-blue-text a {
	color: #0067b9;	
}

.ing-text-shadow {
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);	
}

/* */

.ing-white-bg {
	background-color: #FFFFFF;	
}

.ing-very-light-gray-bg {
	background-color: #f2f2f2;	
}

.ing-light-gray-bg {
	background-color: #E6E6E6;
}

.ing-medium-gray-bg {
	background-color: #D9D9D9;
}

.ing-heavy-gray-bg {
	background-color: #bfbfbf;	
}

.ing-gray-bg {
	background-color: #333333;
}

.ing-dark-gray-bg {
	background-color: #262626;	
}

.ing-light-blue-bg {
	background-color: #93bce8;
}

.ing-blue-bg, .ing-heavy-gray-bg.active {
	background-color: #0067b9;
	box-shadow: none;
}

.ing-red-bg {
	background-color: #d1060c;
	box-shadow: none;
}

.ing-focus-top-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

.ing-focus-top-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.ing-focus-top-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

.ing-focus-middle-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left
}

.ing-focus-middle-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ing-focus-middle-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.ing-focus-bottom-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left
}

.ing-focus-bottom-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.ing-focus-bottom-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}

/* */
.ing-block-shadow {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.05);	
}

.ing-round-corners {
	border-radius: 3px;
}

.ing-round-corners-bottom {
	border-radius: 0px 0px 3px 3px;
}

/* */

.ing-border {
	border: 1px solid #D9D9D9;	
}

.ing-border-top {
	border-top: 1px solid #D9D9D9;	
}

.ing-border-right {
	border-right: 1px solid #D9D9D9;	
}

.ing-border-left {
	border-left: 1px solid #D9D9D9;	
}

.ing-border-bottom {
	border-bottom: 1px solid #D9D9D9;	
}

.ing-border-color-heavy-gray {
	border-color: #bfbfbf;	
}

.ing-border-color-heavy-gray.active {
	border-color: #0067b9;
	color: #0067b9;
	box-shadow: none;
}

/* */
.ing-notification {
	position: fixed;
	top: 170px; 
	width: 100%;
	z-index: 20;
	background-color: #0067b9;
	background-color: rgba(0,103,185,0.90);
}

/* */
body.ing-sub-affixed{
	margin-top:70px;	
}

.ing-sub-affix.affix{
	top: 80px;
	width: 100%;
	z-index: 20;
}

/* */
.ing-project-count {
	margin-right: 10px;
	opacity: 0.5;
}

/* */
.ing-select-view i{
	margin-left: 10px;
	margin-bottom: -7px;
	opacity: 0.5;
}

.ing-select-view .ing-selected i{
	opacity: 1;
}

.ing-social-icons a{
	opacity: 0.5;	
}

.ing-social-icons a:hover{
	opacity: 1;	
}

.table > tbody > tr.project-specifications > td, .table > tbody > tr.project-awards > td, .table > tbody > tr.project-collaborators > td, .table > tbody > tr.project-news > td, .table > tbody > tr.career-detail > td{
	border-top:none;	
}

/* */
.ing-card-title {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: none;
	overflow: hidden;
	width: calc(100% - 30px);
	height: 100%;
	margin: 0px 15px;
	padding: 0px 15px;
	background: #282829;
	background: rgba(40,40,41,0.75);
	background-blend-mode: multiply;
	opacity: 1;
}

/* */
.ing-btn {
	display: block;
	width: 100%;
	margin-top: 50px;
	padding: 10px 15px;
	font-size: 15px; 
}

	.ing-btn .sprite-white-arrow-right {
		margin-top: 3px;	
	}

/* */
.ing-carousel-item {
	background-color: #282829;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

	.ing-carousel-item.ing-focus-top-center {
		background-position: top center;
	}
	
	.ing-carousel-item.ing-focus-top-right {
		background-position: top right;
	}
	
	.ing-carousel-item.ing-focus-middle-left {
		background-position: center left
	}
	
	.ing-carousel-item.ing-focus-middle-center {
		background-position: center center;
	}
	
	.ing-carousel-item.ing-focus-middle-right {
		background-position: center right;
	}
	
	.ing-carousel-item.ing-focus-bottom-left {
		background-position: bottom left
	}
	
	.ing-carousel-item.ing-focus-bottom-center {
		background-position: bottom center;
	}
	
	.ing-carousel-item.ing-focus-bottom-right {
		background-position: bottom right;
	}

.ing-carousel-caption {
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px 50px; 
	text-align: left;
	background-color: #0067b9;
	background-color: rgba(0,103,185,0.90);
}

	.ing-carousel-caption h3{
		margin: 0 0 10px 0;
		padding: 0;
		text-shadow: none;
	}
	
	.ing-carousel-caption h4{
		margin: 0;
		padding: 0;
		text-shadow: none;
	}
	
	.ing-carousel-caption a, .ing-carousel-caption a:hover{
		color: #ffffff;
	}
	
.ing-carousel-indicators { 
	left: auto;
	right: 50px;
	bottom: 10px;
	width: auto;
}

	.ing-carousel-indicators li {
		opacity: 0.5;
		background-color: #ffffff;
	}
	
	.ing-carousel-indicators li.active {
		opacity: 1;
	}

.ing-bg-video {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

	.ing-bg-video iframe {
		width: 100%;
		z-index: 1;
		position: absolute;
        top: 0px;
        left: 0px;
	}

        .ing-bg-video.ing-focus-top-left iframe {
			top: 0px;
			left: 0px;
		}
		
		.ing-bg-video.ing-focus-top-center iframe {
			top: 0px;
            left: auto;
		}
		
		.ing-bg-video.ing-focus-top-right iframe {
			top: 0px;
			right: 0px;
            left: auto;
		}
		
		.ing-bg-video.ing-focus-middle-left iframe {
			left: 0px;
            top:auto;
		}
		
		.ing-bg-video.ing-focus-middle-center iframe {
            top: auto;
            left: auto;
		}
		
		.ing-bg-video.ing-focus-middle-right iframe {
			right: 0px;
            top: auto;
            left: auto;
		}
		
		.ing-bg-video.ing-focus-bottom-left iframe {
			bottom: 0px;
			left: 0px;
            top: auto;
		}
		
		.ing-bg-video.ing-focus-bottom-center iframe {
			bottom: 0px;
            top: auto;
            left: auto;
		}
		
		.ing-bg-video.ing-focus-bottom-right iframe {
			bottom: 0px;
			right: 0px;
            top: auto;
            left: auto;
		}

    .ing-bg-video>div.ing-video-overlay{
        position: relative;
        z-index: 2;
    }

/* */
.ing-down-block {
	display: inline-block;
	width: 40px;
	height: 40px;
	transform:rotate(45deg);
	margin-bottom: -55px;	
}

/* */

.ing-form-group {
	margin-top: 15px;	
}

.ing-input {
	border: none;
	border-radius: 5px 0px 0px 5px;	
	height: 40px; 
}

	.has-error .ing-input {
		background-color: #FFCACB;	
	}

	.ing-input-group-addon, .has-error .ing-input-group-addon{
		border-color: #1b3766;
		border-radius: 0px 5px 5px 0px;	
		padding: 0;
		height: 40px;
		background-color: #1b3766;
	}
	
	.ing-send-button {
		border: none;
		border-radius: 0px;	
		padding: 0;
		margin: 0;
		background-color: transparent;	
		width: 40px;
	}
	
		.ing-send-button:hover {
			background-color: transparent;
		}
		
		.sprite-right-arrow {
			margin-bottom: -3px;	
		}

/* */
.ing-search-group {
	max-width: 220px;	
}

.ing-search-group .form-control {
	border: none;
	border-bottom-left-radius: 17px;
	border-top-left-radius: 17px;	
}

.ing-search-group .input-group-addon {
	background: #ffffff;
	border: none;
	border-bottom-right-radius: 17px;
	border-top-right-radius: 17px;	
}

/* */
.ing-map {
	margin-left: -5px;
	width: calc(100% + 10px);
	min-height: 250px; 
}

.ing-map-multi {
	margin-left: -5px;
	width: calc(100% + 10px);
	min-height: 630px; 
}

/* */
.ing-date-block {
	width: 60px; 
}

	.ing-date-block h2{
		margin: 10px 0px 5px 0px;
		font-weight: bold;	
	}

/* */
.ing-school-region-block {
	min-height: 180px; 
}

	.ing-school-region-block:nth-child(3n + 4) {
		clear: both;
	}

/* */
.ing-show-content {
	display: none;	
}

.ing-show .ing-show-content {
	display: block;
	margin-top: 15px;
}

.ing-show .row.ing-show-content {
	margin-top: 0px;
}

.sprite-less {
	display: none;	
}

.ing-show .sprite-less {
	display: inline-block;	
}

.ing-show .sprite-more {
	display: none;	
}

/* */
.sprite-commerical-product,.sprite-non-commerical-product {
	margin-bottom: -4px; 
}

.sprite-elementary-school, .sprite-middle-school {
	margin-bottom: -8px;
}

/* */

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 250px;	
}
	
	footer h4 {
		margin-top: 0px;
		margin-bottom: 10px;	
	}
	
	footer p {
		margin: 0px;
		color: #999999;
		font-size: 13px;	
	}
	
		footer p a {
			color: #999999;
		}
		
		footer p a:hover {
			color: #ffffff;	
		}
		
	footer .ing-border-top {
		border-top-color: #999999;	
	}

/* */
.sprite-close{
	margin-top: 3px;	 
}

/* */
.wait { 
	cursor: wait;
}

/* */
.keyword {
	padding: 0 5px;
	background-color: #7EC5FF;		
}

/* */

@media screen and (min-width : 768px) {
	
	.dropdown-menu > li > a {
		min-width: 260px;
		white-space: normal; 
	}
}

@media screen and (min-width : 992px) {
	
		
}

@media screen and (min-width : 1200px) {
	

}

@media screen and (max-width : 1199px) { 
	
	.navbar-toggle {
		margin-top: 10px;	
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 0px;
		border-color: rgba(40,40,41,0.75);
	}
	
	.ing-navbar .navbar-nav {
		margin-top: 0px;
		padding-top: 10px;
		background: rgba(40,40,41,0.75);
	}
	
	.ing-nav .navbar-nav > li > a {
		color: #ffffff;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.ing-nav li > a {
		
	}
	
	.ing-school-region-block:nth-child(3n + 4) {
		clear: none;
	}
	
	.ing-school-region-block:nth-child(2n + 3) {
		clear: both;
	}

}

@media screen and (max-width : 992px) {
	
	.sprite-logo {
		width: 103px;	
	}
	
}

@media screen and (max-width : 767px) {
	
	body{
		margin-bottom: 0px;	
	}
	
	h1, .h1 {
		font-size: 40px;
	}
	
	.ing-search-group {
		max-width: 160px;	
	}
	
	.ing-padding-page-title {
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	
	.ing-margin-padding-content {
		margin: 10px;
		padding: 15px 30px;
	}
	
	.ing-school-region-block:nth-child(2n + 3) {
		clear: none;
	}
	
	.text-xs-left {
        text-align: left;
    }
	
	.ing-xs-padding-left {
		padding-left: 30px;	
	}
	
	.ing-xs-margin-bottom {
		margin-bottom: 30px;	
	}
	
	.ing-xs-margin-bottom-10 {
		margin-bottom: 10px; 
	}
	
	.ing-logo {
		margin-left: 15px;
	}
	
	footer {
		position: relative;
		min-height: auto;	
	}
	
	footer [class^="sprite-"],
	footer [class*=" sprite-"] {
		margin-left: 0px;
		margin-right: 10px;
	}
	
	footer p {
		margin-top: 10px;
	}
	
}

/* */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {



}