@charset "utf-8";

/* ------ Browser reset to zero out margins and padding ------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
margin: 0;
padding: 0;
}

/* ------ Fonts ------- */
@font-face {
	font-family: 'Nobile';
		src: url('../fonts/nobile-webfont.eot');
	   	src: url('../fonts/nobile-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nobile-webfont.woff') format('woff'),
		url('../fonts/nobile-webfont.ttf') format('truetype'),
		url('../fonts/nobile-webfont.svg#') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'NobilebolditalicBold';
    src: url('../fonts/nobile_bold_italic-webfont.eot');
    src: url('../fonts/nobile_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nobile_bold_italic-webfont.woff') format('woff'),
         url('../fonts/nobile_bold_italic-webfont.ttf') format('truetype'),
         url('../fonts/nobile_bold_italic-webfont.svg#NobilebolditalicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
		src: url('../fonts/BebasNeue-webfont.eot');
 	    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-webfont.woff') format('woff'),
        url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
        url('../fonts/BebasNeue-webfont.svg#') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
	font-family: 'Raleway';
		src: url('../fonts/raleway_thin-webfont.eot');
    	src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway_thin-webfont.woff') format('woff'),
        url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
        url('../fonts/raleway_thin-webfont.svg#') format('svg');
font-weight: normal;
font-style: normal;
}

/* ------ Page Styles ------- */

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: auto;
	padding-bottom: 32px;
}

#logo {
	width: 227px;
	height: 159px;
	margin-top: 64px;
	margin-bottom: 32px;
	z-index: 101;
}

#logo a:focus {
	outline: dotted 1px #079;
}

/* ------ Header ------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background-color: #000;
	z-index: 99;
}

#headercontainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

header h1 {
	position: absolute;
	top: 8px;
	right: 5px;
	height: 32px;
	line-height: 32px;
	letter-spacing: .05em;
	font-family: 'BebasNeue', Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #079;
	padding: 0px 15px;
	z-index: 100;
	text-shadow: 1px 1px 4px #333;	
}

header h1 a {
	color: #FFF;
}
header h1 a:hover, header h1 a:focus {
	background-color: #000;
}


/* ------ Page ID and Other Headers ------- */

h2 {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 132px;
	color: #CCC;
	text-transform: lowercase;
	letter-spacing: -4px;
	z-index: -1;
	position: absolute;
	top: 170px;
	left: 420px;
}

h3 {
	color: #000;
	font-size: 22px;
	font-family: 'BebasNeue', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #079;
}

h4 {
	color: #000;
	font-size: 18px;
	margin-bottom: 12px;
	padding-top: 15px;
}

h4 span.small {
	font-size: 12px;
}


/* ------  Universal Nav Styles and Transitions ------- */

a {
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;  /* Firefox 4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.2s ease-out;  /* Safari 3.2+, Chrome */
     transition: all 0.2s ease-out;  
}

/* ------  Main Navigation ------- */

#mainnav {
	width: 110px;
	margin-left: 55px;
	border-left-width: 5px;
	border-left-style: solid;
	float: left;
	overflow: hidden;
}

#mainnav ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
}

#mainnav ul a {
	padding-left: 5px;
	display: block;
	font-family: 'BebasNeue', Arial;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	
	color: #000;
    width:105px;
	height: 28px;
    
    background-image: url(../images/navbgblackside.png);
    background-position: 0px 0px;
}

#mainnav ul a:hover, #mainnav ul a:focus {
    color: #FFF;
    background-position: 110px 0px;
}


/* ------  Secondary Navigation ------- */

.secstudents a {
	font-size: 18px;
	color: #000;
}

#secnav {
	margin-left: 10px;
	width: 220px;
	float: left;
	position: relative;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #079;
}

#secnav ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
}

#secnav ul a {
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 26px;
	padding-left: 5px;
	
    width:215px;
    
    background-image: url(../images/navbgblueside.png);
    background-position: 0px 0px;
}


#secnav ul a:hover, #secnav ul a:focus  {
    color: #FFF;
    background-position: 228px 0px;
}

/* ------  Supplemental Navigation ------- */

#supplementalnav {
	position: absolute;
	top: 32px;
	left: 0px;
	height: 25px;
	width: 955px;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	font-family: 'BebasNeue', Arial;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	color: #079;
	background-color: #FFF;
}

#supplementalnav a {
	color: #079;
	background-color: #FFF;
	padding: 1px; 
}

#supplementalnav a:hover, #supplementalnav a:focus  {
	color: #FFF;
	background-color: #079;  	 
}

#skipforaccessibility a {
	position: absolute;
	top: -64px;
	right: 5px;
	text-align: right;
	padding: 1px;
	font-family: 'BebasNeue', Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #079;
	background-color: #FFF;
}

#skipforaccessibility a:focus {
	top: 64px;
	color: #FFF;
	background-color: #079;  	 
}

/* ------  Footer Styles ------- */
footer {
	position: fixed;
	bottom: -27px;
	width: 100%;
	height: 32px;
	background-color: #079;
	line-height: 32px;
	font-size: 11px;
	color: #FFF;
	text-align: center;	
	
	-moz-transition: all 0.2s ease-out;  /* Firefox 4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.2s ease-out;  /* Safari 3.2+, Chrome */
     transition: all 0.2s ease-out;  
}

footer:active {
	bottom: 0px;
}

/* ------  Content Styles ------- */

#contentcontainer {
	float: left;
	width: 530px;
	margin-left: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	color: #000;
	background: rgba(255, 255, 255, 0.7);
}
#contentcontainer a {
	color: #079;
	text-decoration: none;
	border-bottom: 1px dotted #079;
}
#contentcontainer a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #079;
}

.textcontent p {
	margin: 10px 0px;
}

/* ------  Misc Styles ------- */

.grouptitle {
	font-family: 'NobilebolditalicBold', Arial;
	padding-left: 5px;
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.grouptitlefirst {
	font-family: 'NobilebolditalicBold', Arial;
	letter-spacing: 1px;
	padding-left: 5px;
	color: #000;
	font-size: 13px;
	margin-top: 1px;
	margin-bottom: 5px;
}

.bolditalic {
	font-family: 'NobilebolditalicBold', Arial;
	padding-left: 0px;
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	letter-spacing: 0px;
}

.faculty_img img {
	margin-right: 12px;
}

.middleofthree {
	margin: 0 16px 0 16px;
}

.lastimage {
	margin-bottom: -4px;
}

.coursenumber {
	display: inline-block;
	width: 18px;
	margin-right: 4px;
}

.alt_square {
	color: #000;
	font-size: 12px;
	list-style: square outside;
}

.degrees_courselist {
	color: #079;
	font-size: 12px;
	list-style: square outside;
}
.degrees_units {
	color: #000;
	font-size: 18px;
	padding-top: 10px;
}

.coursedetails {
	line-height: 20px;
	color: #666;
	font-size: 12px;
}

/* ------  Showcase Styles  ------- */

.showcase h3 {
	margin-bottom: 5px;
}

.showcase img {
	padding: 8px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 5px;
	float: left;
	width: 104px;
	height: 104px;
}

#secnav .remove{
	display: none;
}

.showcase .digital {
	border: 1px solid #CCC;
	padding: 8px;
	background: #fff;
	opacity: 1;
}

.showcase .graphic {
	border: 1px solid #CCC;
	padding: 8px;
	background: #fff;
	opacity: 1;
}

.showcase .web {
	border: 1px solid #CCC;
	padding: 8px;
	background: #fff;
	opacity: 1;
}

.showcase .anim {
	border: 1px solid #CCC;
	padding: 8px;
	background: #fff;
	opacity: 1;
}

.selected {
	color: #FFF;
    background-position: 228px 0px;
}

/* ------  Slideshow Styles  ------- */
#slideshow {height: 260px; width: 530px; position: relative; margin: 10px 0px;}
#slideshow > div {position:absolute; top:0; left:0;}


/* ------  Mobiles, iPhones, and layouts smaller than 480  ------- */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 480px)  {
	/*Fixes footer problem in iPhone*/
	footer {display: none;}
}


/* ------  IE6 styles to fix double margin bug  ------- */

.ie6 #logo {
	margin-top: 32px;
	margin-bottom: 30px;
}

.ie6 #mainnav {
	width: 110px;
	margin-left: 27px;
}

.ie6 #secnav {
	margin-left: 5px;
	width: 220px;
}

.ie6 #contentcontainer {
	margin-left: 10px;
}

.ie6 h2 {
	top: 132px;
	color: #DDD;
}

/* ------  IE7-8 styles to fix lack of rgba  ------- */

.ie7 h2, .ie8 h2 {
	color: #DDD;
}

/* ------  Form Styles  ------- */

.left50 {
	width: 50%;
	float: left;
}

.right50 {
	width: 50%;
	float: right;
}

.divider {
	clear: both;
	padding-top: 12px;
}

.proposal .moremargin {
	margin: 16px 0px 8px 12px;	
}

.proposal h5 {
	font-family: 'BebasNeue', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: solid 2px #079;
	margin: 8px 0px;
}

.proposal label {
	display: block;
	color: #666;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 10px;
	margin: 9px 0px 3px 12px;
	text-transform: uppercase;
}

.proposal input, .proposal select, textarea {
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 12px;
	background-color: #f2f2f4;
	color: #000;
	border: solid 1px #079;
	padding: 5px 9px;
	width: 320px;
	 -webkit-border-radius: 12px; 
	 -mos-border-radius: 12px; 
     border-radius: 12px;
 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.proposal input:focus, .proposal textarea:focus, .proposal select:focus {
	outline: none;	
}

textarea {
	width: 90%;	
}

.proposal input[type="checkbox"] {
	border: none;
	background-color: transparent;
	padding: 0px 0px;
	width: 36px;
}

.proposal input:focus, .proposal select:focus, textarea:focus  {
	background-color: #fff;
	border: solid 2px #079;
	padding: 4px 8px;
}

.proposal input[type="submit"] {
	background-color: #079;
	padding: 4px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	font-family: 'BebasNeue', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: rgba(0,0,0,.75) 1px 1px 3px;
	letter-spacing: 2px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 12px 0px;
/*	background-image: -webkit-linear-gradient(270deg,rgba(0,50,66,1.00) 0%,rgba(0,119,153,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,50,66,1.00) 0%,rgba(0,119,153,1.00) 100%);*/
}

.proposal input[type="submit"]:hover, .proposal input[type="submit"]:focus {
	background-color: #18A;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsiveVideo  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*:::::::::::::::::::: MOBILE STYLES :::::::::::::::::::::::::::::::*/

button#menubutton {
    display: none;
}

.contactbutton {
    display: none;
}


@media only screen and (max-width: 959px) {
    
    header {
        min-width: 320px;
    }
#headercontainer {
    width: 90%;
    
}
header h1 {
position: relative;
    right: auto;
letter-spacing: .025em;
padding: 0px 5px;
}
    
    button#menubutton {
    display: block;
    position: fixed;
    top: 40px;
    right: calc(5% - 10px);
    width: 44px;
    height: 15px;
    border: solid 10px transparent;
    background-color: rgba(255, 255, 255, .75);
    background-image: url("../images/mobile_hamburger_menu.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 199;
}
    
    #supplementalnav {
        display: none;
        
    }
    
    .contactbutton {
    display: block;
}
    
#container {
    width: 100%;
    min-width: 320px;
}
    
#logo {
    margin-top: 48px;
    margin-bottom: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;   
height: auto;
}
    
#logo img {
    width: 50%;
}
    
h2#pageid {
    display: none;
}
    
    #mainnav.open {
        display: block;
    }
    
#mainnav {
    display: none;
/*  margin-left: 10px;*/
    margin-left: calc(50% - 170px);
    width: 100px;
}
    
        #secnav.open {
        display: block;
    }
    
#secnav {
    display: none;
margin-left: 0px;
/*width: 200px;*/
}
    
    #secnav ul a {
/*        width: 195px;*/
}
    
    
    
 #contentcontainer {
        width: calc(100% - 20px);
  padding-top: 20px;
     margin-left: 10px;
     margin-right: 10px;
     float: none;
     clear: both;
}
    

#slideshow {
  /* height: 260px; */
  /* width: 530px; */
  height: 46vw;
    max-height: 260px;
    min-height: 148px;
  width: 100%;
}

    #slideshow img {
  object-fit: cover;
  width: 100%;
}
    
footer {
        display: none;
    }
    
.textcontent img {
    max-width: 100%;
    height: auto;
}

}  /*end*/

@media only screen and (max-width: 360px) {
    

header h1 {
font-size: 15px;
}
    
#mainnav {
    margin-left: calc(50% - 160px);
    width: 100px;
}
    
#secnav {
width: 200px;
}
    
    
    
#secnav ul a {
        width: 195px;
    font-size: 11px;
}

}

@media only screen and (min-width: 550px) and (max-width: 959px) {
    
     #contentcontainer {
        width: 530px;
        margin-left: auto;
       margin-right: auto;
}
}