/* 
 *
 * Based on HTML5 ✰ Boilerplate
 * by Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.
 * h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

footer, header, hgroup, nav, section { display: block; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 21px; position:relative;}

body, button, input, select, textarea { font-family: Helvetica, Arial, sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */

::-moz-selection { background: #4A6087; color: #EEE; text-shadow: none; }
::selection { background: #4A6087; color: #EEE; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #4A6087; text-decoration: none; }
a:visited { color: #4A6087; text-decoration: none; }
a:hover { color: #2F3C55; text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   General Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p { margin-bottom: 21px; }
      
h1 { font-size: 24px; font-weight: 500; line-height: .875em; }
h2 { font-size: 22px; font-weight: 500; line-height: .955em; }
h3 { font-size: 20px; font-weight: 500; line-height: 1.05em; }
h4 { font-size: 18px; font-weight: 500; line-height: 1.167em; }
h5 { font-size: 16px; font-weight: 500; line-height: 1.313em; }
h6 { font-size: 16px; font-weight: 500; line-height: 1.313em; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }




/* HEADER */

#headerContainer {
    background-color: #1C5B82;
    margin: 0 auto;
    min-width: 968px;
    overflow: auto;
    width: 100%;
	}

#header {
	width:940px;
	padding:45px 0 25px 0;
	margin:0 auto;
	color:#fff;
	position:relative;
	}
	
#header a {
	color:#fff;
	text-decoration:none;
	}
	
.site-logo {
	display:block;
	font-size:28px;
	margin-bottom:5px;
	}
	
.site-logo img {
	border:0;
	margin-bottom:5px;
	}

.ei-logo {
	clear:left;
	border:0;
	}
#headerSearch {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 500px;
	z-index: 1000;
}
#headerRight {
	font-size:13px;
	position:absolute;
	bottom:26px;
	right:0;
	width:220px;
	}
	
.icon-social-media  {
	float:right;
	width:17px;
	height:17px;
	border:0;
	margin-left:4px;
	margin-top:-1px;
	}
	
.icon-social-media:hover, #icon-mail:hover  {
	opacity:.7;
	filter:alpha(opacity=70);
	}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dl, dt, dd { padding: 0; margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* ==|== primary styles =====================================================
   ========================================================================== */

/* ==|== index.html ===== */

#container {
	width: 960px;
	margin: 0 auto;
	}

#page_intro h1 { 
	font-size: 35px; 
	line-height: 1.25em; 
	letter-spacing: 1px; 
	color: #2F3C55; 
	padding-top: 42px;
	padding-bottom: 21px;
	}

#page_intro h2 { 
	font-size: 18px; 
	color: #2F3C55; 
	line-height: 1.167em;
	} 
	
#page_intro p { 
	font-size: 13px;
	line-height: 1.615em;
	color: #666; }


#featured_box {
	background-color: #EEE;
}


#featured_box h1.title {
	font-weight: 600;
	font-size: 24px;
	line-height: .875em;
	color: #2F3C55;
	padding: 21px 20px;
}

#featured_box div {
	padding: 0 20px 28px;
}

.featured_profile {
	width: 550px;
}

.featured_profile header, .featured_profile section.content {
	float: left;
	width: 405px;
}

.featured_profile h1, .featured_profile h2, .featured_profile h3 {
	margin: 0;
	padding: 0;
}

.featured_profile img {
	float: left;
	margin-right: 20px;
}

#profile_index {
	border-top: solid 1px #CCC;
	padding-bottom: 21px;
}

#profile_index ul {
	list-style: none;
	padding-left: 0;
	padding-top: 21px;
}

#profile_index li {
	display: inline;
	margin-right: 10px;
}

#profile_index li a, #profile_index li a:visited {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.313em;
	background-color: #EEE;
	padding: 14px 25px;
	text-decoration: none;
	color: #2F3C55;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#profile_index li a:hover, #profile_index li a:active {
	background-color: #4A6087;
	color: #FFF;
}


#home_school {
	border-bottom: solid 1px #CCC;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

#home_school ul {
	list-style: none;
	padding-left: 0;
	padding-top: 21px;
}

#home_school li {
	display: inline;
	margin-right: 5px;
}

#home_school li a, #home_school li a:visited {
	font-size: 13px;
	font-weight: 600;
	line-height: 2.8em;
	background-color: #EEE;
	padding: 8px 16px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #2F3C55;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;
}

#home_school li a:hover, #home_school li a:active {
	background-color: #4A6087;
	color: #FFF;
}

.goto {
	white-space: nowrap;
}



#profile_school {
        padding-bottom: 0;
        margin-bottom: -10px;
}

#profile_school ul {
	padding-left: 0;
	margin-bottom: 0;
        list-style: none;
}

#profile_school li {
        display: inline;
        margin-right: 5px;
}

#profile_school li a, #profile_school li a:visited {
        font-size: 13px;
        font-weight: 600;
        line-height: 3.6em;
        background-color: #EEE;
        padding: 6px 10px;
        margin-bottom: 20px;
        text-decoration: none;
        color: #4A6087;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        white-space: nowrap;
}

#profile_school li a:hover, #profile_school li a:active {
        background-color: #4A6087;
        color: #FFF;
}





/* ==|== Search Options Menu ===== */

#search_options {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#search_options h1, #home_school h1,#profile_index h1 {
	color: #2F3C55;
	padding-top: 21px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.167em;
}

#search_options ul {
	padding-bottom: 21px;
	margin-left: -20px;
}

#search_options li {
	padding: .14em 0;
}

#search_options li a, #search_options li a:visited  {
	text-decoration: none;
	color: #4A6087;
}

#search_options li a:hover, #search_options li a:active {
	text-decoration: underline;
	color: #2F3C55;
}


/* ==|== profile_lists.html + the_profile.html TOP ===== */
.clearb {
	clear:both;
}

.allmargin20 {
	margin: 20px;
}

#section_nav {
	padding-top: 42px;
	padding-bottom: 42px;
	float: right;
}

#page_title {
	padding-top: 42px;
	padding-bottom: 42px;
}

#page_title h1 {
	font-size: 18px;
	font-weight: 600;
	color: #2F3C55;
	float: left;
	padding-right: 10px;
}

#page_title h1 a:hover, #page_title h1 a:active {
	text-decoration: none;
}

#page_title h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.167em;
	color: #2F3C55;
	float: left;	
}

#section_nav ul {
	list-style: none;
	padding-left: 0;
}

#section_nav li {
	float: right;
	margin-left: 10px;
}

#section_nav li a, #section_nav li a:visited {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	background-color: #EEE;
	padding: 14px 20px;
	text-decoration: none;
	color: #2F3C55;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#section_nav li a:hover, #section_nav li a:active {
	background-color: #4A6087;
	color: #FFF;
}

.menu {
	background-color: #EEE;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
}


/* ==|== profile_lists.html HEADERS & TAB MENU & TABS SETUP ===== */

#list_headers {
	padding-top: 21px;
	padding-bottom: 21px;
}

#list_headers h1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.167em;
	color: #2F3C55;
	padding-bottom: 14px;
}

#list_headers ul {
	list-style: none;
	padding-left: 0;
}

#list_headers li {
	display: inline;
	margin-right: 5px;
}

#list_headers #categories a, #list_headers #categories a:visited {
	text-decoration: none;
	background-color: #EEE;
	padding: 7px 10px;
	color: #4A6087;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;}

#list_headers #categories a:hover, #list_headers #categories a:active, #list_headers #categories a.current {
	background-color: #4A6087;
	color: #FFF;
}

.share {
	float: right;
	width: 100px;
	position: relative;
	top: 15px;
}

#profiles {
	border-top: solid 1px #CCC;
	padding-top: 21px;
	padding-bottom: 21px;
}

#profiles ul {
	margin-left: -40px;
	list-style: none;
}

#profiles li.entry {
	padding: 0 0 42px 0;
}

#profiles li.entry img {
	float: left;
	margin-right: 25px;
	clear: left;
}

#profiles li.entry header {
	float: left;
}

#profiles li.entry section {
	float: left;
}


#profiles a, #profiles a:visited {
	text-decoration: none;
	color: #4A6087;
}

#profiles a:hover, #profiles a:active {
	text-decoration: underline;
	color: #2F3C55;
}


/* ==|== the_profile.html PAGE SETUP ===== */

#the_profile header {
	border-bottom: solid 1px #CCC;
	padding-top: 21px;
	padding-bottom: 21px;
}

#the_profile section#description, #the_profile section#additional {
	padding: 21px 0 0;
	border-bottom: solid 1px #CCC;
}

#the_profile section#additional {
	margin-bottom: 21px;
}

#the_profile section#description h1, #the_profile section#additional dt {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4em;
}

#the_profile section#additional dl {
	padding: 0 0 21px;
}

#the_profile section#additional dt {
	float: left;
}

#the_profile section#additional dd {
	margin-left: 150px;
}

#the_profile section#description img {
	float: left;
	margin: 0 25px 20px 0;
}

#the_profile p {
	margin-top: 0;
}

#the_profile ul {
	margin-bottom: 21px;
}

#other_profiles {
	background-color: #EEE;
	padding: 10px 0 0;
	margin-top: 21px;
	margin-bottom: 21px;
}

#other_profiles header h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.313em;
	color: #2F3C55;
	padding: 0 20px;
}

#other_profiles h2.topic {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	color: #FFF;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 7px 20px;
	margin: 0;
	background-color: #4A6087;
}

#other_profiles ul {
	list-style: none;
	margin-left: -20px;
	padding-right: 20px;
	margin-top: 0;
}

#other_profiles ul li {
	padding: 14px 0 0;
}

#other_profiles ul li.all {
	text-align: right;
	font-size: 12px;
	line-height: 1.75em;
}

#other_profiles ul li.all a, #other_profiles ul li.all a:visited {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #2F3C55;
	white-space: nowrap;
	background-color: #CCC;
}

#other_profiles ul li.all a:hover, #other_profiles ul li.all a:active {
	color: #FFF;
	background-color: #4A6087;
	text-decoration: none;
}



/* ==|== profile_index.html PAGE SETUP ===== */

#profiles_index {
	border-top: solid 1px #CCC;
	padding-top: 21px;
	padding-bottom: 21px;
}

ul#people-index, ul#centers-index {
	list-style: none;
	margin-left: -40px;
	margin-top: 42px;
}

ul#people-index li.entry, ul#centers-index li.entry {
	float: left;	
	width: 424px;
	/*height: 147px;*/
	height: 85px;
	margin: 0 0 21px 0;
	padding: 7px 25px;
	border-left: solid 1px #4A6087;
}



/* ==|== Profile Info ===== */
/* == Homepage ===== */

#homepage h1.name_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25em;
}

#homepage h1.name_title a, #homepage h1.name_title a:visited {
	text-decoration: none;
	color: #4A6087;
}

#homepage h1.name_title a:hover, #homepage h1.name_title a:active {
	text-decoration: underline;
	color: #2F3C55;
}

#homepage h2.position {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.615em;
	padding-right: 5px;
}

#homepage h3.school {
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
	white-space: nowrap;
}

#homepage h3.school a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #4A6087;
	white-space: nowrap;
	background-color: #FFF;
}

#homepage h3.school a:hover, #homepage h3.school a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #5873A1;
}

#homepage p.summary {
	margin: 0;
	padding: 3px 0;
	font-size: 13px;
	line-height: 1.385em;
}

#homepage ul.profile {
	list-style: none;
	display: inline;
	margin-left: -40px;
}

#homepage ul.profile li.discipline, #homepage ul.profile li.topic {
	display: inline;
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
}

#homepage ul.profile li.discipline a, #homepage ul.profile li.topic a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #FFF;
	white-space: nowrap;
}

#homepage ul.profile li.discipline a, #homepage ul.profile li.discipline a:visited {
	background-color: #6685BA;
}

#homepage ul.profile li.topic a, #homepage ul.profile li.topic a:visited {
	background-color: #82AAED;
}

#homepage ul.profile li.discipline a:hover, #homepage ul.profile li.discipline a:active, #homepage ul.profile li.topic a:hover, #homepage ul.profile li.topic a:active {
	text-decoration: none;
	color: #4A6087;
	background-color: #FFF;
}

/* == Profile Lists Page ===== */

#listpage h1.name_title {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	padding-right: 15px;
	margin: 0 auto .25em;
}

#listpage h2.position, #listpage h3.email {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0 auto .25em;
}

#listpage ul.discipline, #listpage ul.topic {
	list-style: none;
	display: inline;
	margin-left: -40px;
}

#listpage ul li.discipline, #listpage ul li.topic {
	display: inline;
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
}

#listpage ul li.discipline a, #listpage ul li.topic a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #FFF;
	white-space: nowrap;
}

#listpage ul li.discipline a, #listpage ul li.discipline a:visited {
	background-color: #6685BA;
}

#listpage ul li.topic a, #listpage ul li.topic a:visited {
	background-color: #82AAED;
}

#listpage ul li.topic a:hover, #listpage ul li.topic a:active, #listpage ul li.discipline a:hover, #listpage ul li.discipline a:active {
	text-decoration: none;
	color: #4A6087;
	background-color: #EEE;
}

#listpage .summary p {
	margin-top: 0;
	font-size: 13px;
	line-height: 1.615em;
}


/* == Profile Page ===== */

#profilepage h1.name_title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.273em;
	color: #2F3C55;
	margin: .5em 0;
}

#profilepage h2.position {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.313em;
	color: #2F3C55;
	margin: .5em 0;
}

#profilepage h3.school {
	font-size: 16px;
	line-height: 1.313em;
	font-weight: 500;
	margin: 1em 0;
}

#profilepage h3.school a, #profilepage h3.school a:visited {
	padding: 7px 10px;
	border-radius: 4px;	
	color: #4A6087;
	white-space: nowrap;
	background-color: #EEE;
}

#profilepage h3.school a:hover, #profilepage h3.school a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #4A6087;
}


#profilepage h3.email, #profilepage h3.phone, #profilepage h3.campus_address {
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 500;
	display: inline;
	white-space: nowrap;
}

#profilepage .bull {
	padding: 0 5px;
}

#the_profile section#additional ul {
	list-style: none;
	display: inline;
	margin-left: -40px;
}

#the_profile section#additional li.discipline, #the_profile section#additional li.topic, #the_profile section#additional li.rel_profile {
	display: inline;
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
}

#the_profile section#additional li.discipline a, #the_profile section#additional li.topic a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #FFF;
	white-space: nowrap;
}

#the_profile section#additional li.rel_profile a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #4A6087;
	white-space: nowrap;
}

#the_profile section#additional li.discipline a, #the_profile section#additional li.discipline a:visited {
	background-color: #6685BA;
}

#the_profile section#additional li.topic a, #the_profile section#additional li.topic a:visited {
	background-color: #82AAED;
}

#the_profile section#additional li.rel_profile a, #the_profile section#additional li.rel_profile a:visited {
	background-color: #EEE;
}

#the_profile section#additional li.discipline a:hover, #the_profile section#additional li.discipline a:active, #the_profile section#additional li.topic a:hover, #the_profile section#additional li.topic a:active {
	text-decoration: none;
	color: #4A6087;
	background-color: #EEE;
}

#the_profile section#additional li.rel_profile a:hover, #the_profile section#additional li.rel_profile a:active {
	text-decoration: none;
	color: #EEE;
	background-color: #4A6087;
}

#profilepage #other_profiles h1.name_title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.65em;
	margin: 0;
	padding: 0;
}

#profilepage #other_profiles h1.name_title a, #profilepage #other_profiles h1.name_title a:visited {
	text-decoration: none;
	color: #4A6087;
}

#profilepage #other_profiles h1.name_title a:hover, #profilepage #other_profiles h1.name_title a:active {
	text-decoration: underline;
	color: #2F3C55;
}

#profilepage #other_profiles h2.position {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.615em;
	margin: 0;
	padding: 0;
}

#profilepage #other_profiles h3.school {
	display: inline;
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
}

#profilepage #other_profiles h3.school a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #4A6087;
	white-space: nowrap;
	background-color: #FFF;
}

#profilepage #other_profiles h3.school a:hover, #profilepage #other_profiles h3.school a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #5873A1;
}


/* == Index Page ===== */

#indexpage li.entry h1.name_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#indexpage li.entry h1.name_title a, #indexpage li.entry h1.name_title a:visited {
	text-decoration: none;
	color: #4A6087;
}

#indexpage li.entry h1.name_title a:hover, #indexpage li.entry h1.name_title a:active {
	text-decoration: underline;
	color: #2F3C55;
}

#indexpage li.entry h2.position, #indexpage li.entry h3.email {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.615em;
	margin: 0;
	padding: 0;
}

#indexpage li.entry h3.school {
	display: inline;
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
}

#indexpage li.entry h3.school a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #4A6087;
	white-space: nowrap;
	background-color: #EEE;
}

#indexpage li.entry h3.school a:hover, #indexpage li.entry h3.school a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #5873A1;
}

#indexpage ul.profile {
	list-style: none;
	display: inline;
	margin-left: -40px;
}

#indexpage ul li.discipline, #indexpage ul li.topic {
	display: inline;
	font-size: 12px;
	line-height: 2em;
	font-weight: 500;
}

#indexpage ul li.discipline a, #indexpage ul li.topic a {
	padding: .19em 5px;
	border-radius: 4px;	
	color: #FFF;
	white-space: nowrap;
}

#indexpage ul li.discipline a, #indexpage ul li.discipline a:visited, #indexpage ul li.topic a, #indexpage ul li.topic a:visited {
	color: #4A6087;
	background-color: #EEE;
}

#indexpage ul li.topic a:hover, #indexpage ul li.topic a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #82AAED;
}

#indexpage ul li.discipline a:hover, #indexpage ul li.discipline a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #6685BA;
}



/* =============================================================================
   Index List Styling. Using IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
   http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
   ========================================================================== */

.index_list { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }



/* ================ */
/* = Super Simple Grid = */     /* 24 columns, 30 pixels each, with 10 pixel gutter */
/* ================ */

.seven { width: 270px; }
.seven_sidebar { width: 268px; }
.eight { width: 310px; }
.nine { width: 350px; }
.eleven { width: 430px; }
.twelve { width: 470px; }
.thirteen { width: 510px; }
.fifteen { width: 590px; }
.sixteen { width: 630px; }

.full { width: 950px; }

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}

.nested_left {
	margin-left: 0;
}

.nested_right {
	margin-right: 0;
}

.plus_1 {
	padding-right: 40px;
}

.minus_1 {
	padding-left: 40px;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* FOOTER */
#footer {
	width: 920px;
	padding:20px 20px 50px 20px;
	font-size:90%;
	color:#fff;
	background-color:#1C5B82;
	margin:0 auto;
	overflow:auto;
        clear:both;
	}
	
#footer a {
	color:#fff;
	}
	
#footer .site-logo {
	display:block;
	font-size:18px;
	margin-bottom:3px;
	}
	
#footer .site-logo img {
	margin-bottom:4px;
	}

#footer .ei-logo {
	height:10px;
	margin-bottom:8px
	}

ul.footer-links {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:auto;
}

ul.footer-links li {
	float:left;
	margin-right:17px;
}

#footer hr {
	color:#666;
	background-color:#666;
	clear:both;
	margin:18px 0;
}

#footerRight {
	float:right;
	}
	
#footerRight .icon-social-media {
	width:22px;
	height:22px;
	}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

