/*
	Linear by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
@charset 'UTF-8';

/*Import other css style sheets*/
/*@import url(style-fontawesome.css);*/
@import url(font-awesome.css);

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	body
	{
		margin: 0;
		padding: 0;
		background: #161616;
	}

	body,input,textarea,select
	{
        font-family: Roboto, sans-serif;
        /*font-family: Ubuntu, sans-serif;*/
		font-size: 11pt;
		font-weight: 300;
        line-height: 1.75em;
		color: #666666;  /* was #777 */
	}

	h1,h2,h3,h4,h5,h6
	{
		color: #777;
	}
	
		h2
		{
			letter-spacing: -0.025em;
		}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: 500;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		text-decoration: none;
		color: #ff7200;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
        position: relative;
        text-align: center;
        font-weight: 500;
        font-size: 2.5em;
	}

	header.footer
	{
        font-size: 2em;
	}
	
	header .byline
	{
		display: block;
		margin: 1.5em 0 0 0;
		padding: 0 0 0.5em 0;
	}
		
	/*footer
	{
		margin-top: 1em;
	}*/

	br.clear
	{
		clear: both;
	}

	.pennant
	{
		color: #bbb;
	}

    .highlight
    {
        color:#2F9C9F;
    }
    
    .highlight2
    {
        color:#892531;
    }

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 1em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */
        img.in-text
        {
            height:0.9em;
            margin-left: 0.1em;
            bottom:-0.1em;
        }
        
        img.people
        {
            height: 200px;
            width: 150px;
        }
               

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 1em 0em 0.5em 0em;
			list-style: none;
            text-align: left;
            list-style-position:outisde;
		}
        ul.square
        {
            list-style: square;
        }
		
		ul.default li
		{
			padding: 0.30em 0em;
			font-size: 1.0em;
            line-height: 1.6em;
			border-top: 1px solid;
			border-color: rgba(0,0,0,.1);
            display: inline-table;              
		}		
		
		ul.default li:first-child
		{
			padding-top: 0;
			border-top: none;
		}
            
        ul.default a
        {
            padding-left:0.25em;
        }
        
        ul.square
        {
            list-style: square;
        }
 
        ul.padding
        {
            padding-left:2em;
        }
	
		ul.style li {
			margin: 0;
			padding: 2em 0em 1.5em 0em;
			border-top: 1px solid;
			border-color: rgba(0,0,0,.1);
		}
		
		ul.style li:first-child
		{
			padding-top: 0;
			border-top: none;
		}
		
		ul.style img {
			float: left;
			margin-right: 20px;
		}
		
		ul.style a {
			color: #434343;
		}
		
		ul.style .posted {
			padding: 0em 0em 1em 0em;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 8pt;
			color: #A2A2A2;
		}
		
		ul.style .first {
			padding-top: 0px;
			border-top: none;
		}
							

	/* Buttons */
	.button
	{
		position: relative;
		display: inline-block;
		background: #2f9c9f;
		padding: 0.25em 0.75em;
		text-decoration: none !important;
		font-size: 1.1em;
		color: #FFF !important;
		-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		text-align: center;
		border-radius: 0.35em;
	}

	.button:hover
	{
		background: #892531;
		color: #FFF !important;
	}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		text-align: center;
        /* We have echanged the background image for a background video.
        /*background: url(../images/header.jpg) no-repeat bottom center;*/
		/*background: #333;*/
        /*background-attachment: fixed;*/
		/*background-size: cover;*/
	}
	
		#header:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(64,64,64,0.125);
		}

/*********************************************************************************/
/* IFrame Videos
/*********************************************************************************/
    
    .video-small
    {
        width: 200px;
        height: 115px;
        padding: 0;
        margin: 0;
        border: none;
        margin-right: 1em;
    }

    .video-medium
    {
        width: 400px;
        height: 230px;
        padding: 0;
        margin: 0;
        border: none;
        margin-right: 1em;
    }
    
/*********************************************************************************/
/* Background video
/*********************************************************************************/
    #video-background
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -100; /* So that it will sit behind everything */
        /*object-fit: cover;*/
    }
    #video-background video
    {
        position: absolute; /* Positioned with respect to the video-background div */
        text-align: center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*width: auto;*/
    }

/*********************************************************************************/
/* Title                                                                          */
/*********************************************************************************/

	#title
	{
		position: relative;
        z-index: 1;
	}		
	#title span
	{
        display:table;
        margin:0 auto;
        font-weight: 500;
		font-size: 7em;
		color: #FFF;
		letter-spacing: -0.05em;
    }

/*********************************************************************************/
/* Subtitle
/*********************************************************************************/
	#subtitle
	{
		position: relative;
        z-index: 1;
        width: 100%;
	}
    
    #subtitle span
    {
        letter-spacing: 0.0em;
		text-decoration: none;
		/*text-transform: uppercase;*/
		font-size: 1.6em;
		color: #FFF;
        font-weight: 300;
        height: 35px;
        line-height: 35px;
        text-align: center; 
    }

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav-wrapper
		{
			background: rgba(0,0,0,.75);
			position: fixed;
            top: 0;
			left: 0;
			width: 100%;
            z-index: 100;
		}
        #nav ul
		{
			margin: 0;
			padding: 0;
		}

		#nav > ul > li
		{
			display: inline-block;
			border-right: 2px solid;
			border-color: rgba(255,255,255,.2);
            vertical-align: middle;
			padding-right: 1.5em;
            padding-left:1.5em;
            height: 50px;
            line-height: 50px;
            text-align: center; 
		}
    		#nav > ul > li:first-of-type
			{
				padding-left: 0;
			}
			#nav > ul > li:last-of-type
			{
				padding-right: 0;
				border-right: none;
			}
 			#nav > ul > li > a,
			#nav > ul > li > span
			{
                display: block;
				letter-spacing: 0.05em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #DDD;
                text-align: center;
                height: 100%;
                -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
                -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
                -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
                -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
                transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
            }
            #nav > ul > li > a:hover
            {
                color: #2f9c9f !important;
            }

            #nav > ul > li > a > img
			{
                height:50px;
                padding-top:5px;
                padding-bottom:5px;
            }
            #nav > ul > li > a > img.mit
			{
                height:50px;
                padding-top:8px;
                padding-bottom:8px;
            }
            #nav li.active a
			{
				color: #2f9c9f;
			}

			#nav > ul > li > ul
			{
				display: none;
			}
            
/*********************************************************************************/
/* Statement                                                                     */
/*********************************************************************************/

	#statement
	{
		position: relative;
		background: #fff;
        text-align: justify;
	}
    
    #statement p
    {
        display:block;
        font-size: 1.2em;
        font-style: italic;
        width: 75%;
        margin-left: auto;
		margin-right: auto;
        margin-bottom:0.35em;
    }
    
    #statement header > span
    {
        font-style: normal;
        display: inline-block;
        font-weight:300;
    }
    
   /* #statement span a
    {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }*/
    

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: #f2f2f2;
		text-align: left;
	}
	
    #featured section.page
    {
        width: 80%;
        margin-left: auto;
		margin-right: auto;
    }

	#featured h3
	{
		display: block;
        color: #892531;
        font-size: 1.2em;
        font-weight: 500;
        margin-bottom: 0.15em;
        text-align: left;
	}

	#featured .pennant
	{
		font-size: 4em;
	}
	
	#featured .button
	{
		margin-top: 0.5em;
	}
    #featured p
    {
        padding-top:1.3em;
    }
        
    #featured p.caption,
    #featured p.caption > a
    {
        padding-top: 0.15em;
        padding-bottom: 0em;
        margin-bottom:0em;
        font-size: 1.1em;
        letter-spacing: -0.02em;
        color: #892531;
        text-align: left;
    }
    #featured p.subcaption
    {
        padding-top: 0.05em;
        padding-bottom: 0em;
        font-size: 0.9em;
        text-align: left;
    }
    
    #featured h2
    {
        display:inline;
        padding-top:0.25em;
		font-size: 2em;
    }

/*********************************************************************************/
/* Project Highlight                                                             */
/*********************************************************************************/
	
	#project
	{
		position: relative;
		background: #fff;
        text-align: center;
	}
    
    #project p
    {
        font-size: 1.2em;
        font-style: normal;
    }
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		text-align: center;
	}
	
	#footer p
	{
		color: #FFF !important;
	}
    
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		text-align: center;
	}

	#copyright p
	{
		text-decoration: none;
		color:  rgba(255,255,255,0.8);
        font-size: 1em;
	}
	    
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		padding: 1.5em 0 0 0;
		list-style: none;
		cursor: default;
	}
	
	ul.contact li
	{
		display: inline-block;
		margin: 0 1em;
	}
	
	ul.contact li span
	{
		display: block;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: inherit;
		font-size: 2.5em;
		display:  block;
        text-decoration: none;
		-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	}
	
	ul.contact li a:hover
	{
		color: #fff;
	}  
