/* BEGIN */


/* TYPEFACE STYLES */


/** NOTE: Font rendering in Chrome can be awful, especially for large, bold or italicized fonts, so always check font styles in Chrome **/


/** It's better to use 'Roboto Bold' with 'font-weight:normal' than 'Roboto' with 'font-weight:bold' **/


/** 'Roboto Slab Bold' is for headers, we're just using the normal version **/

@font-face {
	font-family: 'Roboto Slab Regular';
	src: url('/fonts/Roboto_Slab/RobotoSlab-Regular.ttf')
}


/** 'Roboto Slab Bold' is for occasional use, when headers are REALLY important **/

@font-face {
	font-family: 'Roboto Slab Bold';
	src: url('/fonts/Roboto_Slab/RobotoSlab-Bold.ttf')
}


/** 'Roboto' is for body copy, we'll pull in regular, bold and italic **/

@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto/Roboto-Regular.ttf')
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('/fonts/Roboto/Roboto-Bold.ttf')
}

@font-face {
	font-family: 'Roboto Italic';
	src: url('/fonts/Roboto/Roboto-Italic.ttf')
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf')
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf')
}

@font-face {
	font-family: 'Roboto Condensed Bold';
	src: url('/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf')
}

/* TYPEFACE STYLES */


/* END */


/* BEGIN */


/* GLOBAL STYLES */

body {}

body * {
	font-family: 'Roboto';
	font-size: large;
	font-weight: normal;
}


/* BEGIN */


/* NAVIGATION STYLES */

.navbar,
.navbar-nav {
	height: 125px;
	overflow: visible;
}

.navbar,
.navbar * {
	background-color: #002d62;
	color: #fff;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
}

.navbar .nav-item .nav-link {
	color: #fff;
	height: 125px;
	padding: 50px 15px;
	white-space: nowrap;
}

.navbar .nav-item a.nav-link:hover {
	background-color: #fff;
	color: #002d62;
}

.navbar .nav-item .dropdown-menu {
	border-radius: 0;
	margin-top: -1px;
	padding-top: 0;
}

.navbar .nav-item .dropdown-menu .dropdown-item span.Subtitle {
	background-color: inherit;
	color: inherit;
	display: block;
	font-size: smaller;
	text-transform: none;
	white-space: normal;
	width: 15em;
}

.navbar h1 {
	height: 125px;
	overflow: hidden;
}

.navbar h1 .nav-link.LOGO_TCORS {
	padding: 0;
	margin: 0 30px 0 30px;
	height: 125px;
}

.navbar h1 .nav-link.LOGO_TCORS img {
	height: 125px;
}

.navbar h1 .nav-link.LOGO_TCORS span.Text {
	text-indent: -999em !important;
	display: block;
}


/* NAVIGATION STYLES */


/* END */


/* BEGIN */


/* CONTAINER STYLES */


/* h1 is turned off unless mobile */

#MobileHeader {
	display: none;
}

#Container {
	margin-top: 125px;
	max-width: 92%;;
}

#Container * {
	font-family: 'Roboto';
}

#Container strong,
#Container .Strong {
	font-family: 'Roboto Bold';
}

#Container small,
#Container .Smaller {
	font-size: smaller;
}

#Container abbr {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

#Container h2 {
	font-family: 'Roboto Slab Bold';
	font-size: xxx-large;
	font-size: 48px;
}

#Container h2 .Subtitle {
	font-family: 'Roboto Italic';
	font-size: xx-large;
}

#Container h3 {
	font-family: 'Roboto Slab Bold';
	font-size: xxx-large;
	font-size: 48px;
}

#Container h4 {
	font-family: 'Roboto Slab Bold';
	font-size: xx-large;
}

#Container h5,
#Container dl dt {
	font-family: 'Roboto Bold';
	font-size: x-large;
}

#Container blockquote {
	font-family: 'Roboto Italic';
	border-left: solid 1px #ccc;
	padding-left:1em;
}

#Container blockquote a {
	font-family: 'Roboto Italic';
	display:inline;
}

#Container .HalfBreak {
	display:block;
	height:.5em;
}

#Container .Row {
	margin: 0 !important;
}

#Container .themed-grid-col {
	background-color: transparent;
	border: 0;
	padding: 6px;
}

#Container a {
	color: #002d62;
	text-decoration: underline;
}

#Container a:hover {
	text-decoration: none;
}

#Container span.Attr {
	font-family: 'Roboto Condensed';
	font-size: smaller;
	text-transform: uppercase;
	opacity: 1;
}

#Container span.Attr.Alert {
	font-family: 'Roboto Bold';
	background-color: #900;
	color: #ffc;
	padding-left: 1em;
	padding-right: 1em;
}

#Container .ToggleLink {
	display: none;
	text-transform: upppercase;
	text-decoration: none;
	background-color: #566588;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: smaller;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#Container .ToggleLink:hover {
	background-color: transparent;
	color: #566588;
}

#Container button.ViewProfile {
	/* display: none; */
	text-transform: upppercase;
	text-decoration: none;
	border-color: #566588 !important;
	border-radius: 0 !important;
	background-color: #566588;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: smaller !important;
	padding: 3px 5px !important;
	text-decoration: none;
	text-transform: uppercase;
}

#Container button.ViewProfile:hover {
	background-color: transparent;
	color: #566588;
}

#Container .modal .modal-title strong {
	font-family: 'Roboto Bold';
	font-size:larger;
}

#Container header {
	border: solid 1px #002d62;
	background-color: #002d62;
	color: #fff;
}

#Container section {
	margin-bottom: 3em;
}

#Container main {
	/* border:solid 1px #002d62; */
	padding-top: 1em;
}

#Container main h3 {
	/* border:solid 1px #002d62; */
	padding-top: .5em;
}

#Container main h3:first-child {
	/* border:solid 1px #002d62; */
	padding-top: 0;
}

#Container aside {
	/* border:solid 1px #002d62; */
	/* background-color: #e7ebf7; */
	background-color: #F3F5FB;
	border: solid 1px #566588;
	border-top: 0;
	padding-top: 1em;
	margin-bottom: 5px;
}

#Container aside header {
	padding: .25em;
	border-color: #566588;
	background-color: #566588;
}

#Container aside header h3 {
	font-family: "Roboto Bold";
	font-size: x-large;
	margin: 0;
	text-transform: uppercase;
}

#Container aside header h3 a {
	font-family: "Roboto Condensed";
	font-size: smaller;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	/* text-transform:none; */
	opacity:.75;
}

#Container aside header h3 a:hover {
	opacity:1;
}

#Container aside article {
	padding: .25em;
}

#Container aside article * {
	font-family: "Roboto Condensed";
	font-size: large;
}

#Container aside dl dt,
#Container aside dl dt a {
	font-family: "Roboto Bold";
}
#Container aside dl dt:not(:first-of-type) {
	margin-top:1em;
}

#Container aside .Video {
	margin:0 1rem 3px 0;
	border-radius:1rem;
	border: solid 1px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	background-color:#fff;
	width:40%;
	max-width:300px;
	float:left;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.5);
}
#Container aside .Video .Thumbnail {
	display:block;
	width:100%;
}
#Container aside .Video .Logo {
	display:block;
	height:25px;
	margin:auto;
}

/* styles for dl.Updates */

#Container .Updates dt {
	clear: both;
	margin-top: 1em;
}

#Container .Updates dt:first-child {
	margin-top: 0;
}

#Container .Updates dd p,
#Container .Updates dd ul {
	margin: 0 0 .5em 0;
}

#Container .Updates .Alert {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	color: #fff;
	background-color: #900;
	margin-right: .25em;
	padding: 0 .25em;
}

#Container .Archives {
	margin-top: 5em;
}

#Container .Archives * {
	font-family: 'Roboto Condensed';
}


/* styles for dl.People */

#Container .People {
	margin: 0;
	padding: 0;
}

#Container .People li {
	list-style-type: none;
	padding: 10px;
	margin: 0;
	border: solid .25em #fff;
	background-color: #e7ebf7;
	/* background-color: #F3F5FB; */
}

#Container .People .Table {
	display: table;
}

#Container .People .Table .TableRow {
	display: table-row;
}

#Container .People .Table .TableRow .TableCell {
	display: table-cell;
	vertical-align: top;
}

#Container .People .Table .TableRow .TableCell .ImgBox {
	background-color: #cfd8f0;
	padding: .25em;
}

#Container .People .Table .TableRow .TableCell .ImgBox .Img {
	display: block;
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#Container .People .Table .TableRow .TableCell .ImgBox .Img img {
	display: block;
	width: 100%;
	margin: auto;
}

#Container .People .Table .TableRow .TableCell .ImgBox .Img img.Affiliation {
	position: absolute;
	border: solid 1px #566588;
}

#Container .People .Table .TableRow .TableCell .ImgBox .Caption * {
	font-family: 'Roboto Condensed';
	font-size: medium;
	text-align: center;
	font-style: normal;
}

#Container .People .Table .TableRow .TableCell .ImgBox .Caption .Name {
	text-transform: uppercase;
}

#Container .People .Table .TableRow .TableCell .ImgBox .Suffix {
	font-family: 'Roboto';
	font-size: smaller;
	font-style: italic;
}

#Container .People .Table .TableRow .TableCell dl {
	padding-left: .25em;
}

#Container .People .Table .TableRow .TableCell dl .ToggleLink {
	text-transform: upppercase;
	text-decoration: none;
	background-color: #566588;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: smaller;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#Container .People .Table .TableRow .TableCell dl .ToggleLink:hover {
	background-color: transparent;
	color: #566588;
}


/* sizes for one column */

#Container .People .Col12 .Table .TableRow .TableCell .ImgBox .Img {
	height: 15em;
}

#Container .People .Col12 .Table .TableRow .TableCell .ImgBox {
	width: 12em;
}

#Container .People .Col12 .Table .TableRow .TableCell .ImgBox .Img img.Affiliation {
	bottom: 5px;
	right: 5px;
	height: 40px;
	width: 40px;
}


/* sizes for two columns */

#Container .People .Col6 * {
	font-size: medium;
}

#Container .People .Col6 * dt {
	font-size: larger;
}

#Container .People .Col6 *.Attr {
	font-size: smaller;
}

#Container .People .Col6 .Table .TableRow .TableCell .ImgBox .Img {
	height: 12.5em;
}

#Container .People .Col6 .Table .TableRow .TableCell .ImgBox {
	width: 10em;
}

#Container .People .Col6 .Table .TableRow .TableCell .ImgBox .Caption * {
	font-size: small;
}

#Container .People .Col6 .Table .TableRow .TableCell .ImgBox .Img img.Affiliation {
	bottom: 4px;
	right: 4px;
	height: 32px;
	width: 32px;
}


/* sizes for three columns */

#Container .People .Col4 * {
	font-size: medium;
	font-family: "Roboto Condensed";
}

#Container .People .Col4 * dt {
	font-size: larger;
	font-family: "Roboto Bold";
}

#Container .People .Col4 *.Attr {
	font-size: smaller;
}

#Container .People .Col4 .Table .TableRow .TableCell .ImgBox .Img {
	height: 10em;
}

#Container .People .Col4 .Table .TableRow .TableCell .ImgBox {
	width: 8em;
}

#Container .People .Col4 .Table .TableRow .TableCell .ImgBox .Caption * {
	font-size: small;
}

#Container .People .Col4 .Table .TableRow .TableCell .ImgBox .Img img.Affiliation {
	bottom: 3px;
	right: 3px;
	height: 24px;
	width: 24px;
}


/* sizes for four columns */

#Container .People .Col3 * {
	font-size: medium;
	font-family: "Roboto Condensed";
}

#Container .People .Col3 * dt {
	font-size: larger;
	font-family: "Roboto Bold";
}

#Container .People .Col3 *.Attr {
	font-size: smaller;
}

#Container .People .Col3 .Table .TableRow .TableCell .ImgBox .Img {
	height: 10em;
}

#Container .People .Col3 .Table .TableRow .TableCell .ImgBox {
	width: 8em;
}

#Container .People .Col3 .Table .TableRow .TableCell .ImgBox .Caption * {
	font-size: small;
}

#Container .People .Col3 .Table .TableRow .TableCell .ImgBox .Img img.Affiliation {
	bottom: 3px;
	right: 3px;
	height: 24px;
	width: 24px;
}
/* styles for Resource boxes */
#Container .Resource {
text-decoration:none !important;
}
#Container .Resource .ImgBox {
background-color:#e7ebf7;
border:solid 1em #fff;
padding:1em;
text-decoration:none !important;
cursor:pointer;
}
#Container .Resource .ImgBox:hover, .Resource .ImgBox:hover * {
background-color: #566588;
color: #fff;
}
#Container .Resource .Img {
display:block;
background-size:cover;
background-position:center center;
text-decoration:none !important;
margin:auto;
}
#Container .Resource .Title  {
display:block;
text-transform:uppercase;
font-size:small;
text-align:center;
}
#Container .Resource .Subtitle  {
text-transform:none;
}
#Container .Resource .modal-body *  {
background-color: #fff !important;
}
#Container .Resource .modal-body ul li  {
list-style-type: revert !important;
margin: 0 !important;
padding: 0 !important;
}
#Container .Resource .ImgBox .IconPopUp {
height:14px;width:14px;margin-bottom:3px;
}
#Container .Resource .ImgBox  .IconPopUp.IconDefault {
display:inline;
}
#Container .Resource .ImgBox .IconPopUp.IconHover {
display:none;
}
#Container .Resource .ImgBox:hover  .IconPopUp.IconDefault {
display:none;
}
#Container .Resource .ImgBox:hover .IconPopUp.IconHover {
display:inline;
}
#Container .ButtonBox .btn {
margin:.25rem;
}
/* styles for forms */

#Container form .Hidden {
	display: none;
}

#Container form label {
	font-weight: bold;
}

#Container form fieldset {
	border: solid 1px #566588;
	padding: 1em;
}

#Container form legend {
	background-color: #fff;
	border: solid 1px #566588;
	font-weight: bold;
	font-size: x-large;
	padding: 1em;
	width: 50%;
}

#Container form input.Submit,
#Container a.Download {
	border: solid 3px #566588;
	background-color: #fff;
	font-family: "Roboto Bold";
	font-size: x-large;
	color: #566588;
	text-transform: uppercase;
	padding: 1rem;
	text-decoration: none;
}

#Container form input.Submit:hover,
#Container a.Download:hover {
	background-color: #566588;
	color: #fff
}

#Container .Message {
	list-style: none;
	padding: 1em;
}

#Container .Message * {
	color: #fff;
	font-family: "Roboto Bold";
	font-size: x-large;
	list-style: none;
}

#Container .Message.Error {
	background-color: #900;
}

#Container .Message.Success {
	background-color: #090;
}


/* CONTAINER STYLES */


/* END */


/* BEGIN */


/* FOOTER STYLES */

#Socker {
	background-color: #002d62;
}

#Socker footer {
	margin: 3em 5% 0 5%;
	padding: 3em 0;
}

#Socker footer * {
	color: #fff;
	text-align: center;
	font-size: medium;
}

#Socker footer a {
	text-decoration: underline;
	text-transform: uppercase;
}

#Socker footer a:hover {
	text-decoration: none;
}

#Socker footer #Logos {
	margin-top: 1em;
	margin-bottom: .5em;
}

#Socker footer a.Logo {
	display: inline-block;
	height: 100px;
	width: 100px;
	margin: 5px;
}

#Socker footer a.Logo img {
	height: 100px;
	width: 100px;
}


/* FOOTER STYLES */


/* END */


/* BEGIN */


/* MOBILE STYLES */
.Vanish1800, .Vanish1600, .Vanish1400, .Vanish1200, .Vanish0992, .Vanish0768, .Vanish0480 {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
}
@media (max-width: 1800px) {
	#Container .Box a.Content p {
		height: 11em;
	}
	.Vanish1800 {
		display:none;
	}
}

@media (max-width: 1600px) {
	#Container {
		max-width: 92%;;
		margin-top: 100px;
	}
	#Container .Box a.Content p {
		height: 12em;
	}
	.navbar,
	.navbar-nav {
		height: 100px;
		overflow: visible;
	}
	.navbar .nav-item .nav-link {
		height: 100px;
		padding: 35px 10px;
	}
	.navbar h1 {
		height: 100px;
		overflow: hidden;
	}
	.navbar h1 .nav-link.LOGO_TCORS {
		padding: 0;
		margin: 0 30px 0 30px;
		height: 100px;
	}
	.navbar h1 .nav-link.LOGO_TCORS img {
		height: 100px;
	}
	.Vanish1600 {
		display:none;
	}
}

@media (max-width: 1400px) {
	#Container {
		max-width: 92%;;
		margin-top: 250px;
	}
	#Container .Box a.Content p {
		height: 13em;
	}
	.navbar .nav-link.LOGO_TCORS {
		display: none;
	}
	.navbar {
		margin-top: 125px;
	}
	#Container .People .Col4 .Table .TableRow .TableCell {
		/* display:block; */
	}
	#MobileHeader {
		display: block;
		background-color: #002d62;
		position: fixed;
		top: 0;
		left: 0;
		height: 125px;
		width: 100%;
		z-index: 1;
	}
	#MobileHeader a {
		display: block;
		text-align: center;
	}
	#MobileHeader a img {
		height: 125px;
	}
	.Vanish1400 {
		display:none;
	}
	#Container {
		max-width: 96%;
	}
	#Container .Box a.Content p {
		height: auto !important;
		overflow: visible !important;
	}
	#Container .People .Col6 .Table .TableRow .TableCell {
		/* display:block; */
	}
	.Vanish1200 {
		display:none;
	}
	#Container {
		margin-top: 125px;
	}
	#MobileHeader {
		height: 75px;
	}
	#MobileHeader a img {
		height: 75px;
	}
	.navbar {
		margin-top: 75px;
	}
	nav.fixed-top {
		/* position:relative; */
	}
	.navbar,
	.navbar-nav {
		height: 50px;
	}
	.navbar .nav-item .nav-link {
		height: 50px;
		padding: 5px 5px;
	}
	.navbar h1 {
		height: 50px;
	}
	.navbar h1 .nav-link.LOGO_TCORS span.Text {
		text-indent: -999em !important;
		display: block;
	}
	.Vanish0992 {
		display:none;
	}
}
/*
@media (max-width: 1400px) and (min-width: 1200px) {
#Container .People .Col4 .Table .TableRow .TableCell.ImgCell, #Container .People .Table .TableRow .TableCell.TextCell {
	display:block;
	width:100%;
}
}

@media (max-width: 992px) {
#Container .People .Table .TableRow .TableCell.ImgCell, #Container .People .Table .TableRow .TableCell.TextCell {
	display: table-cell;;
	width:auto;
}
*/
@media (max-width: 768px) and (min-width: 0px) {
	#Container .People * {
		font-size: medium;
		font-family: "Roboto Condensed";
	}
	#Container .People * dt {
		font-size: larger;
		font-family: "Roboto Bold";
	}
	#Container .People *.Attr {
		font-size: smaller;
	}
	#Container .People .Table .TableRow .TableCell.ImgCell, #Container .People .Table .TableRow .TableCell.TextCell {
		display:block;
		width:100%;
	}
	#Container .People .Table .TableRow .TableCell .ImgBox .Img {
		height: 10em !important;
	}
	#Container .People .Table .TableRow .TableCell .ImgBox {
		width: 8em !important;
	}
	#Container .People .Table .TableRow .TableCell .ImgBox .Caption * {
		font-size: small;
	}
	#Container .People .Table .TableRow .TableCell .ImgBox .Img img {}
	#Container {
		margin-top: 25px;
	}
	#MobileHeader {
		position: relative;
	}
	.navbar {
		margin-top: 0;
	}
	nav.fixed-top {
		position: relative;
	}
	#Container aside {
		border: 0;
		background-color:#fff;
		padding: 1.5rem;
	}
	.Vanish0768 {
		display:none;
	}
}

@media (max-width: 480px) {
	#Container .People .Table .TableRow .TableCell .ImgBox {
		/* display: none !important; */
	}
	.Vanish0480 {
		display:none;
	}
}


/* MOBILE STYLES */


/* END */
