// help for pdf generation
@font-face {
  font-family: 'Times New Roman';
  src: font-url('times.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: font-url('timesbd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


body {
  background-color: #fff;
}

/* =Table styles
-------------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 2em;
  border: none;
}

table tbody {
  border-top: none;
}

thead th, th {
  background: #053c6d;
  border: 1px solid #ccc;
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
}


td, th {
  padding: 4px 8px;
  vertical-align: top;
}

th a, th a:link, th a:visited {
  text-decoration: none;
}

th a {
  display: block;
}

th a img {
  margin: 0 0 0 5px;
}

caption
{
  font-family: 'Francois One', sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #242424;
  font-weight: normal;
  padding-bottom: 10px;
}

/* Odd & Even Styles */
tr.even td,
tr.even td.active {
  background: #f2f2f2;
}

tr.odd td,
tr.odd td.active {
  background: #fff;
}

td.active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/* Views grid overrides */
table.views-view-grid {
  border: none;
}

table.views-view-grid td {
  padding: 0 10px 1em 10px;
  vertical-align: top;
}

table.views-view-grid td.col-first {
  padding-left: 0;
}

table.views-view-grid td.col-last {
 padding-right: 0;
}

/* Listing with borders */
table.table-border,
table.table-border td {
  border: 1px solid #CCC;
}

table.table-border caption {
  font-family: 'Francois One', sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #242424;
  font-weight: normal;
  padding-bottom: 10px;
}

/* Zebra styling */
table.table-border tr:nth-child(even) td,
table.table-border tr.even td {
  background-color: #fff;
}

table.table-border tr:nth-child(odd) td,
table.table-border tr.odd td {
  background-color: #F2F2F2;
}

/* Add back first and last column padding */
table.table-border tr td:last-child,
table.views-table tr td:last-child,
table.field-multiple-table tr td:last-child {
  padding-right: 8px;
}

table.table-border tr td:first-child,
table.views-table tr td:first-child,
table.field-multiple-table tr td:first-child {
  padding-left: 8px;
}

table.views-table,
table.field-multiple-table {
  border: 1px solid #ccc;
}

/* Clear zebra styling */
table.table-border-no-zebra td {
  background-color: #fff;
}

/* Messages */

body.front div.messages {
  margin-left: /* 10px */2%;
  margin-right: /* 10px */2%;
}

div.messages {
  margin-bottom: 1.5em;
}

div.messages p{
  margin: 0;
}

.region-content a:hover,
.region-home-left a:hover,
.region-home-right-top a:hover,
.region-home-right-bottom a:hover {
  text-decoration: underline;
}

.region-content, .region-content-bottom {
  margin-bottom: 2em;
  position: relative;
}

.region-content .block {
  margin-bottom: 2em;
}

body.page-external #header-top {
  padding: 10px 0;
}

body.page-external #header-top #back-link,
#header-top #back-link,
.subsite #header-top #back-link {
  color: #DBDAD8;
  display: block;
  font-family: 'Francois One',sans-serif;
  font-weight: normal;
  line-height: 2.2em;
  margin-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: url("../images/back_link_arrow.png") left center no-repeat transparent;
  padding-left: 10px;
}

body.page-external #header-top .right {
  margin: 0 10px;
}

body.page-external ul#secondary-menu {
  float: left;
}

body.page-external #header-top .region-header {
  float: left;
}

.vertical-tabs,
.form-actions {
  clear: both;
}

/* =Front page layout
-------------------------------------------------------------- */
body.front #main {
  padding: 3em 1.5em 5em 1.5em;
}

#home-left,
#home-right {
  float: left;
}

#home-left {
  width: 48%;
  margin: 0 0 0 2%;
}

#home-right {
  width: 36%;
  margin: 0 2% 0 12%;
  line-height: 1.167em;
}

@media all and (max-width: 768px) {
	#home-left,
	#home-right {
		float: none;
		display: block;
		width: 100%;
	}
	#home-left {
		margin-bottom: 1.5em;
	}
	#home-right {
		margin-left: 2%;
	}
}

#home-right-top .block {
  float: left;
}

#home-right-top .block:nth-child(2n + 1) {
  width: 40%;
  margin-right: 10%;
}

#home-right-top .block:nth-child(2n + 2) {
  margin-right: 0;
  width: 50%;
}

.page-e-legal #home-left .block{
  border-top: 1px dotted #DBDAD8;
}

.page-e-legal #home-left .block:first-child{
  border-top: none;
}

.page-e-legal #home-left .block{
  margin-bottom: 20px;
}

.page-e-legal #home-right-bottom .block{
  margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header {
  position: relative;
  z-index: 10000;
}

a#logo {
  display: block;
  width: auto;
  float: left;
}

#header-right-wrapper {
  width: auto;
  margin: 0 10px;
  position: relative;
  float: right;
}

#header-wrapper {
  position: relative;
  z-index: 100;
  background-color: #00204f;
}

ul#secondary-menu,
ul#secondary-menu li,
#header .menu-name-menu-header-mini-menu ul,
#header .menu-name-menu-header-mini-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

ul#secondary-menu {
  float: right;
  margin: 0 10px;
}

#header .menu-name-menu-header-mini-menu ul {
  clear: right;
  float: right;
  margin-top: 2px;
}

ul#secondary-menu li,
#header .menu-name-menu-header-mini-menu ul li {
  float: left;
}

ul#secondary-menu li {
	margin-right: 0.5em;
}

ul#secondary-menu a,
#header .menu-name-menu-header-mini-menu ul a {
  text-transform: uppercase;
  display: block;
  margin-left: 10px;
  text-decoration: none;
  line-height: 2.2em;
  font-family: 'Francois One', sans-serif;
  color: #dbdad8;
  font-weight: normal;
}

ul#secondary-menu a:hover {
  color: #fff;
}

#header .menu-name-menu-header-mini-menu ul li + li a {
  background: transparent url('../images/header_mini_border.png') no-repeat scroll left center;
  margin-left: 8px;
  padding-left: 10px;
}

#header-top,
#header-top .container  {
  background-color: #5d5953;
}

ul#secondary-menu li {
  float: left;
}

#header {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #00204f;
}

#header-wrapper #block-search-form {
  width: 160px;
  height: 24px;
  position: relative;
  background: url('../images/search.png') no-repeat 0 0;
  float: right;
}
	

#header-wrapper #block-search-form input.form-text,
#header-wrapper #block-search-form input.form-submit {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

#header-wrapper #block-search-form input.form-text {
  width: 120px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 25px;
  color: #dbdad8;
}

#header-wrapper #block-search-form input.form-submit {
  width: 25px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  text-indent: -9999em;
  overflow: hidden;
}

/* =Breadcrumb
-------------------------------------------------------------- */
#breadcrumb {
  margin-top: 10px;
  font-size: 0.9em
}

#breadcrumb .first a {
  background: url('../images/bc_home.png') no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 11px;
  overflow: hidden;
  text-indent: -9999em;
  padding-left: 12px;
}

#breadcrumb .separator {
  padding: 0 8px;
}

#breadcrumb a {
  font-weight: normal;
}

/* =Content
-------------------------------------------------------------- */

#main-wrapper,
#main {
  background-color: #fff;
}

#sidebar-first {
  background: #683980;
  color: #fff;
}

.region-sidebar-first {
  padding-top: 1em;
  padding-bottom: 2em;
}

#sidebar-first a {
  color: #fff;
}

/* =Block styles
-------------------------------------------------------------- */
.sidebar .block h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #5d5953;
  text-transform: uppercase;
}

#sidebar-first h2 {
  color: #dbdad8;
}

#block-utfl-focus-area-focus-area select {
  width: 80%;
}

#block-utfl-focus-area-focus-area .form-item-focus-area label {
  display: none;
}

#sidebar-first .block {
  margin: 0 15px 30px 15px;
}

#sidebar-first .block-menu-block,
#sidebar-first .block-menu{
  margin-left: -10px;
  margin-right: -10px;
}

#sidebar-first .block-menu-block h2,
#main #sidebar-first .block-menu-block h2,
#sidebar-first .block-menu h2,
#main #sidebar-first .block-menu h2,
#block-views-exp-events-page-5 h2,
#block-views-exp-events-page-1 h2
#block-views-exp-events-page-2 h2,
#block-views-exp-events-page-1 h2,
#block-views-exp-events-page-2 h2,
#block-views-exp-events-page-5 h2,
#block-views-exp-blog-page h2 {
  font-family: "Helvetica Neue", Helvetia, sans-serif;
  font-size: 1.16667em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px dotted #c75b22;
  margin: 0.2em 15px 5px 15px;
  padding-bottom: 8px;
  text-transform: none;
}

#sidebar-first .block-menu-block h2 a,
#main #sidebar-first .block-menu-block h2 a,
#sidebar-first .block-menu h2 a,
#main #sidebar-first .block-menu h2 a {
  font-weight: bold;
}

#sidebar-first #block-views-exp-events-page-5 h2,
#sidebar-first #block-views-exp-events-page-1 h2,
#sidebar-first #block-views-exp-events-page-2 h2,
#block-views-exp-blog-page h2 {
  margin: 1em 0 5px;
}

#sidebar-first .block-menu-block ul,
#sidebar-first .block-menu-block ul li,
#sidebar-first .block-menu ul,
#sidebar-first .block-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#sidebar-first .block-menu-block ul:after,
#sidebar-first .block-menu ul:after {
  content: '';
  display: block;
  height: 0px;
  margin: 10px 15px 0px 15px;
  border-top: 1px dotted #c75b22;
}

#sidebar-first .block-menu-block ul ul:after,
#sidebar-first .block-menu ul ul:after {
  display: none;
}

#sidebar-first .block-menu-block ul li a,
#sidebar-first .block-menu ul li a {
  display: block;
  padding: 6px 20px;
  font-size:1em;
  line-height: 1.167em;
}

#sidebar-first .block-menu-block ul li.expanded a,
#sidebar-first .block-menu ul li.expanded a {
  background: url('/misc/menu-expanded.png') no-repeat scroll 5px 10px;
  list-style-type: circle;
}

#sidebar-first .block-menu-block ul li.collapsed a,
#sidebar-first .block-menu ul li.collapsed a {
  background: url('/misc/menu-collapsed.png') no-repeat scroll 5px 8px;
  list-style-type: circle;
}

#sidebar-first .block-menu-block ul li a.active,
#sidebar-first .block-menu ul li a.active,
#sidebar-first .block-menu-block ul li a.active-trail:last-child,
#sidebar-first .block-menu ul li a.active-trail:last-child {
  background-color: #272422;
  background-image: none;
}

/* Hack to override and fix issue on e.legal staff dir */
/* Staff dir pages */
body.page-directory-elegal-staff #sidebar-first .block-menu-block ul li a.active,
body.page-directory-elegal-staff-list #sidebar-first .block-menu-block ul li a.active {
  background: #032B5A url('/misc/menu-expanded.png') no-repeat scroll 5px 10px;
}

body.page-directory-elegal-staff #sidebar-first .block-menu-block ul ul li a.active,
body.page-directory-elegal-staff-list #sidebar-first .block-menu-block ul ul li a.active {
  background: transparent none;
}

/* By department pages */
body.page-directory-elegal-staff-by-department #sidebar-first .block-menu-block ul li a.active,
body.page-directory-elegal-staff-by-department-list #sidebar-first .block-menu-block ul li a.active {
  background-color: transparent;
}

body.page-directory-elegal-staff-by-department #sidebar-first .block-menu-block ul ul li a.active,
body.page-directory-elegal-staff-by-department-list #sidebar-first .block-menu-block ul ul li a.active {
  background-color: #032B5A;
}

/* L2 */
#sidebar-first .block-menu-block ul ul li.last,
#sidebar-first .block-menu ul ul li.last {
  border-bottom: none;
}

#sidebar-first .block-menu-block ul ul li a,
#sidebar-first .block-menu ul ul li a {
  padding-left: 35px;
}

#sidebar-first .block-menu-block ul ul li.leaf a,
#sidebar-first .block-menu ul ul li.leaf a {
  background-image: none;
}

#sidebar-first .block-menu-block ul ul li.expanded a,
#sidebar-first .block-menu ul ul li.expanded a,
#sidebar-first .block-menu-block ul ul li.collapsed a,
#sidebar-first .block-menu ul ul li.collapsed a{
  background-position: 20px 10px;
}

/* L3 */
#sidebar-first .block-menu-block ul ul ul li a,
#sidebar-first .block-menu ul ul ul li a {
  padding-left: 50px;
}

#sidebar-first .block-menu-block ul ul ul li.expanded a,
#sidebar-first .block-menu ul ul ul li.expanded a,
#sidebar-first .block-menu-block ul ul ul li.collapsed a,
#sidebar-first .block-menu ul ul ul li.collapsed a{
  background-position: 35px 10px;
}

/* L4 */
#sidebar-first .block-menu-block ul ul ul ul li a,
#sidebar-first .block-menu ul ul ul ul li a {
  padding-left: 65px;
}

#sidebar-first .block-menu-block ul ul ul ul li.expanded a,
#sidebar-first .block-menu ul ul ul ul li.expanded a,
#sidebar-first .block-menu-block ul ul ul ul li.collapsed a,
#sidebar-first .block-menu ul ul ul ul li.collapsed a{
  background-position: 50px 10px;
}

/* Hardcoded custom adjustments :( */
#sidebar-first .block-menu-block ul li.active-trail.menu-mlid-1802 a,
#sidebar-first .block-menu-block ul li.active-trail.menu-mlid-2251 a {
  background-color: #272422;
}

#sidebar-first .block-menu-block ul li.active-trail.menu-mlid-1802 ul a,
#sidebar-first .block-menu-block ul li.active-trail.menu-mlid-2251 ul a {
  background-color: transparent;
}

#sidebar-second .block {
	max-width: 190px;
}

/* Person highlight */
.highlight-person {
  margin: 25px 0 0 0;
  padding:  25px 0 0 0;
  border-top:  1px solid #d3d6d9;
}

.highlight-person-image .person-highlight-image {
  margin-left: 200px;
}

.highlight-person img {
  float: left;
}

.highlight-person h2,
#main .block .highlight-person h2 {
  margin: 0;
}

.highlight-person a {
  text-decoration: underline;
}

.highlight-person .job-title {
  font-size: 1.16667em;
}

.highlight-person-info {
  margin-left: 200px;
}

/* =Main menu
-------------------------------------------------------------- */
#main-menu-wrapper {
  position: relative;
  z-index: 1001;
}

#main-menu-wrapper h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-wrapper ul.sf-horizontal {
 float: right;
 margin: 0 1em 0.2em 1em;
}

#main-menu-wrapper ul.menu li {
	margin-left: 0;
}

#main-menu-wrapper ul.menu > li {
	margin: 0.5em 1em 0.5em 0;
}

#main-menu-wrapper ul li a:link,
#main-menu-wrapper ul li a:visited,
#main-menu-wrapper .sf-accordion-toggle a:link,
#main-menu-wrapper .sf-accordion-toggle a:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Francois One', sans-serif;
  color: #dbdad8;
  font-weight: normal;
  line-height: 1.6em;
}

#main-menu-wrapper ul ul {
  padding-top: 7px;
  background: transparent url('../images/dd_top.png') no-repeat scroll -160px 0;
  -webkit-box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.26);
  box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.26);
}

/*#main-menu-wrapper ul li.last ul {
  background-position: -74px 0;
}*/

#main-menu-wrapper ul.sf-horizontal ul li {
  border-left: 1px solid #d2dce0;
  border-right: 1px solid #d2dce0;
}

#main-menu-wrapper ul ul li.first {
  padding-top: 7px;
}

#main-menu-wrapper ul ul li.last {
  padding-bottom: 7px;
  border-bottom:  1px solid #d2dce0;
}

#main-menu-wrapper ul li:hover li a,
#main-menu-wrapper ul li.hover li a {
  color: #fff;
}

#main-menu-wrapper ul ul li a {
  color: #fff;
  padding: 0.7em 2em 0.7em 1.4em;
  margin: 0;
  line-height: 1.16667em;
  text-transform: none;
}

#main-menu-wrapper ul ul li.sf-depth-2 a.menuparent  {
  background: url('../images/dd_arrow.png') no-repeat 90% 50%;
}

#main-menu-wrapper ul ul li.sf-depth-2 li.sf-clone-parent  a.menuparent {
	background: none;
}

#main-menu-wrapper ul ul li:hover a,
#main-menu-wrapper ul ul li.hover a {
  background-color: #000;
  color: #fff;
}

#main-menu-wrapper ul.sf-horizontal ul ul {
  top: -8px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #d2dce0;
  border-right: 1px solid #d2dce0;
  border-bottom: 1px solid #d2dce0;
  border-left: 1px solid #d2dce0;
}

#main-menu-wrapper ul.sf-horizontal ul ul li,
#main-menu-wrapper ul.sf-horizontal ul ul li.first,
#main-menu-wrapper ul.sf-horizontal ul ul li.last {
  background-color: transparent;
  border: none;
  padding: 0;
}

#main-menu-wrapper ul ul li:hover ul li a,
#main-menu-wrapper ul ul li.hover ul li a {
  color: #fff;
}

#main-menu-wrapper ul ul li ul li:hover a,
#main-menu-wrapper ul ul li ul li.hover a {
  background-color: #000;
  color: #fff;
}

#main-menu-wrapper ul ul li.expanded ul li a {
  background-image: none;
}

.sf-accordion-toggle {
	padding: 0.3em 0;
}

#superfish-1-accordion > li > a {
	padding: 0.2em 0.7em;
}

#superfish-1-accordion ul ul li a {
	padding-left: 2.5em;
}

/* =Highlighted
-------------------------------------------------------------- */
#highlighted {
  margin: 10px 0 0 0;
  position: relative;
}

.view-hero .views-row {
  width: 100%;
}

.node-hero {
  max-height: 415px;
}

.view-hero .views-row-first {
  z-index: 100;
}

.node-hero .hero-content {
  width: 42%;
  font-family: 'Francois One', sans-serif;
  padding: 3.5%;
  overflow: hidden;
  color: #ffffff;
  float: left;
}

.node-hero .hero-content h2 {
  font-size: 6em;
  line-height: 0.9em;
  margin: 0;
  font-family: 'Francois One',sans-serif;
  color: #ffffff;
  word-break: keep-all;
}

.node-hero .hero-content h2 sup {
  font-size: 4em;
  line-height: 0.9em;
}

.node-hero .hero-content .description {
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 1.3em;
}

.node-hero .hero-content .body {
  font-size: 1.5em;
  line-height: 1.5em;
}

.node-hero .hero-content .more {
  margin-top: 2em;
}

.node-hero .hero-content .more a {
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

.node-hero .hero-image {
	height: 100%;
	float: right;
	width: 51%;
	position: relative;
	min-height: 413px;
}
.node-hero .hero-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 100%;
}

@media all and (max-width: 828px) {
	.node-hero .hero-content h2 {
		font-size: 4em;
	}
}

@media all and (max-width: 560px) {
	.node-hero .hero-content .description {
		font-size: 1.5em;
	}
	.node-hero .hero-content .more a {
		font-size: 1.4em;
	}
	.node-hero .hero-arrow,
	.node-hero .hero-image {
		display: none;
	}
	.node-hero .hero-content {
		width: 90%;
		min-height: 300px;
	}
	.node-hero .hero-content .more {
		margin-top: 2em;
	}
}

/*

Brown: #ae460f
Green: #31bbc2
Purple: #787ba0

*/

.node-hero.bg-brown{
  background-color: #ae460f;
}

.node-hero.bg-brown .hero-arrow{
  background: url('../images/hero_triangle_brown.png') right top no-repeat transparent;
}

.node-hero.bg-green{
  background-color: #31bbc2;
}

.node-hero.bg-green .hero-arrow{
  background: url('../images/hero_triangle_green.png') right top no-repeat transparent;
}

.node-hero.bg-purple{
  background-color: #787ba0;
}

.node-hero.bg-purple .hero-arrow{
  background: url('../images/hero_triangle_purple.png') right top no-repeat transparent;
}

/* #7d827a */
.node-hero.bg-7d827a{
  background-color: #7d827a;
}

.node-hero.bg-7d827a .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_7d827a.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="7d827a"] {
  background-color: #7d827a;
  color: #fff;
}

/* #7e9ca1 */
.node-hero.bg-7e9ca1{
  background-color: #7e9ca1;
}

.node-hero.bg-7e9ca1 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_7e9ca1.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="7e9ca1"] {
  background-color: #7e9ca1;
  color: #fff;
}

/* #7e2934 */
.node-hero.bg-7e2934{
  background-color: #7e2934;
}

.node-hero.bg-7e2934 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_7e2934.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="7e2934"] {
  background-color: #7e2934;
  color: #fff;
}

/* #7fa6d5 */
.node-hero.bg-7fa6d5{
  background-color: #7fa6d5;
}

.node-hero.bg-7fa6d5 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_7fa6d5.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="7fa6d5"] {
  background-color: #7fa6d5;
  color: #fff;
}

/* #8ba783 */
.node-hero.bg-8ba783{
  background-color: #8ba783;
}

.node-hero.bg-8ba783 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_8ba783.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="8ba783"] {
  background-color: #8ba783;
  color: #fff;
}

/* #31bbc2 */
.node-hero.bg-31bbc2{
  background-color: #31bbc2;
}

.node-hero.bg-31bbc2 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_31bbc2.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="31bbc2"] {
  background-color: #31bbc2;
  color: #fff;
}

/* #032b59 */
.node-hero.bg-032b59{
  background-color: #032b59;
}

.node-hero.bg-032b59 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_032b59.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="032b59"] {
  background-color: #032b59;
  color: #fff;
}

/* #186a80 */
.node-hero.bg-186a80{
  background-color: #186a80;
}

.node-hero.bg-186a80 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_186a80.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="186a80"] {
  background-color: #186a80;
  color: #fff;
}

/* #564b2c */
.node-hero.bg-564b2c{
  background-color: #564b2c;
}

.node-hero.bg-564b2c .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_564b2c.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="564b2c"] {
  background-color: #564b2c;
  color: #fff;
}

/* #787ba0 */
.node-hero.bg-787ba0{
  background-color: #787ba0;
}

.node-hero.bg-787ba0 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_787ba0.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="787ba0"] {
  background-color: #787ba0;
  color: #fff;
}

/* #ae8d39 */
.node-hero.bg-ae8d39{
  background-color: #ae8d39;
}

.node-hero.bg-ae8d39 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_ae8d39.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="ae8d39"] {
  background-color: #ae8d39;
  color: #fff;
}

/* #ae460f */
.node-hero.bg-ae460f{
  background-color: #ae460f;
}

.node-hero.bg-ae460f .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_ae460f.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="ae460f"] {
  background-color: #ae460f;
  color: #fff;
}

/* #00204f */
.node-hero.bg-00204f{
  background-color: #00204f;
}

.node-hero.bg-00204f .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_00204f.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="00204f"] {
  background-color: #00204f;
  color: #fff;
}

/* #09819b */
.node-hero.bg-09819b{
  background-color: #09819b;
}

.node-hero.bg-09819b .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_09819b.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="09819b"] {
  background-color: #09819b;
  color: #fff;
}

/* #186302 */
.node-hero.bg-186302{
  background-color: #186302;
}

.node-hero.bg-186302 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_186302.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="186302"] {
  background-color: #186302;
  color: #fff;
}

/* #394b6d */
.node-hero.bg-394b6d{
  background-color: #394b6d;
}

.node-hero.bg-394b6d .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_394b6d.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="394b6d"] {
  background-color: #394b6d;
  color: #fff;
}

/* #4e841a */
.node-hero.bg-4e841a{
  background-color: #4e841a;
}

.node-hero.bg-4e841a .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_4e841a.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="4e841a"] {
  background-color: #4e841a;
  color: #fff;
}

/* #683980 */
.node-hero.bg-683980{
  background-color: #683980;
}

.node-hero.bg-683980 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_683980.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="683980"] {
  background-color: #683980;
  color: #fff;
}

/* #6cc3dc */
.node-hero.bg-6cc3dc{
  background-color: #6cc3dc;
}

.node-hero.bg-6cc3dc .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_6cc3dc.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="6cc3dc"] {
  background-color: #6cc3dc;
  color: #fff;
}

/* #a3026d */
.node-hero.bg-a3026d{
  background-color: #a3026d;
}

.node-hero.bg-a3026d .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_a3026d.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="a3026d"] {
  background-color: #a3026d;
  color: #fff;
}

/* #aa0020 */
.node-hero.bg-aa0020{
  background-color: #aa0020;
}

.node-hero.bg-aa0020 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_aa0020.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="aa0020"] {
  background-color: #aa0020;
  color: #fff;
}

/* #dc320a */
.node-hero.bg-dc320a{
  background-color: #dc320a;
}

.node-hero.bg-dc320a .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_dc320a.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="dc320a"] {
  background-color: #dc320a;
  color: #fff;
}

/* #df0e70 */
.node-hero.bg-df0e70{
  background-color: #df0e70;
}

.node-hero.bg-df0e70 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_df0e70.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="df0e70"] {
  background-color: #df0e70;
  color: #fff;
}

/* #00204f */
.node-hero.bg-00204f{
  background-color: #00204f;
}

.node-hero.bg-00204f .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_00204f.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="00204f"] {
  background-color: #00204f;
  color: #fff;
}

/* #09819b */
.node-hero.bg-09819b{
  background-color: #09819b;
}

.node-hero.bg-09819b .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_09819b.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="09819b"] {
  background-color: #09819b;
  color: #fff;
}

/* #186302 */
.node-hero.bg-186302{
  background-color: #186302;
}

.node-hero.bg-186302 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_186302.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="186302"] {
  background-color: #186302;
  color: #fff;
}

/* #394b6d */
.node-hero.bg-394b6d{
  background-color: #394b6d;
}

.node-hero.bg-394b6d .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_394b6d.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="394b6d"] {
  background-color: #394b6d;
  color: #fff;
}

/* #4b9ca1 */
.node-hero.bg-4b9ca1{
  background-color: #4b9ca1;
}

.node-hero.bg-4b9ca1 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_4b9ca1.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="4b9ca1"] {
  background-color: #4b9ca1;
  color: #fff;
}

/* #4e841a */
.node-hero.bg-4e841a{
  background-color: #4e841a;
}

.node-hero.bg-4e841a .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_4e841a.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="4e841a"] {
  background-color: #4e841a;
  color: #fff;
}

/* #5f9d56 */
.node-hero.bg-5f9d56{
  background-color: #5f9d56;
}

.node-hero.bg-5f9d56 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_5f9d56.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="5f9d56"] {
  background-color: #5f9d56;
  color: #fff;
}

/* #683980 */
.node-hero.bg-683980{
  background-color: #683980;
}

.node-hero.bg-683980 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_683980.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="683980"] {
  background-color: #683980;
  color: #fff;
}

/* #6cc3dc */
.node-hero.bg-6cc3dc{
  background-color: #6cc3dc;
}

.node-hero.bg-6cc3dc .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_6cc3dc.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="6cc3dc"] {
  background-color: #6cc3dc;
  color: #fff;
}

/* #a3026d */
.node-hero.bg-a3026d{
  background-color: #a3026d;
}

.node-hero.bg-a3026d .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_a3026d.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="a3026d"] {
  background-color: #a3026d;
  color: #fff;
}

/* #aa0020 */
.node-hero.bg-aa0020{
  background-color: #aa0020;
}

.node-hero.bg-aa0020 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_aa0020.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="aa0020"] {
  background-color: #aa0020;
  color: #fff;
}

/* #dc320a */
.node-hero.bg-dc320a{
  background-color: #dc320a;
}

.node-hero.bg-dc320a .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_dc320a.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="dc320a"] {
  background-color: #dc320a;
  color: #fff;
}

/* #df0e70 */
.node-hero.bg-df0e70{
  background-color: #df0e70;
}

.node-hero.bg-df0e70 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_df0e70.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="df0e70"] {
  background-color: #df0e70;
  color: #fff;
}

/* #df6c72 */
.node-hero.bg-df6c72{
  background-color: #df6c72;
}

.node-hero.bg-df6c72 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_df6c72.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="df6c72"] {
  background-color: #df6c72;
  color: #fff;
}

/* #fbad18 */
.node-hero.bg-fbad18{
  background-color: #fbad18;
}

.node-hero.bg-fbad18 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_fbad18.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="fbad18"] {
  background-color: #fbad18;
  color: #fff;
}

/* #757575 */
.node-hero.bg-757575{
  background-color: #757575;
}

.node-hero.bg-757575 .hero-arrow{
  background: url('../images/hero_triangles/hero_triangle_757575.png') right top no-repeat transparent;
}

#edit-field-hero-bg-und option[value="757575"] {
  background-color: #757575;
  color: #fff;
}

/* force text colour of hero slide to black for some slide bg colours */
.node-hero.bg-7d827a .hero-content,
.node-hero.bg-7e9ca1 .hero-content,
.node-hero.bg-7fa6d5 .hero-content,
.node-hero.bg-8ba783 .hero-content,
.node-hero.bg-31bbc2 .hero-content,
.node-hero.bg-787ba0 .hero-content,
.node-hero.bg-ae8d39 .hero-content,
.node-hero.bg-4b9ca1 .hero-content,
.node-hero.bg-5f9d56 .hero-content,
.node-hero.bg-6cc3dc .hero-content,
.node-hero.bg-fbad18 .hero-content,
.node-hero.bg-df6c72 .hero-content {
  color: #272422;
}

.node-hero.bg-7d827a .hero-content h2,
.node-hero.bg-7e9ca1 .hero-content h2,
.node-hero.bg-7fa6d5 .hero-content h2,
.node-hero.bg-8ba783 .hero-content h2,
.node-hero.bg-31bbc2 .hero-content h2,
.node-hero.bg-787ba0 .hero-content h2,
.node-hero.bg-ae8d39 .hero-content h2,
.node-hero.bg-4b9ca1 .hero-content h2,
.node-hero.bg-5f9d56 .hero-content h2,
.node-hero.bg-6cc3dc .hero-content h2,
.node-hero.bg-fbad18 .hero-content h2,
.node-hero.bg-df6c72 .hero-content h2 {
  color: #272422;
}

.node-hero.bg-7d827a .hero-content .more a,
.node-hero.bg-7e9ca1 .hero-content .more a,
.node-hero.bg-7fa6d5 .hero-content .more a,
.node-hero.bg-8ba783 .hero-content .more a,
.node-hero.bg-31bbc2 .hero-content .more a,
.node-hero.bg-787ba0 .hero-content .more a,
.node-hero.bg-ae8d39 .hero-content .more a,
.node-hero.bg-4b9ca1 .hero-content .more a,
.node-hero.bg-5f9d56 .hero-content .more a,
.node-hero.bg-6cc3dc .hero-content .more a,
.node-hero.bg-fbad18 .hero-content .more a,
.node-hero.bg-df6c72 .hero-content .more a {
  color: #272422;
}

.view-hero #hero-nav {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 43%;
  color: #ffffff;
  font-family: Georgia, serif;
  font-style: italic;
  position: absolute;
  padding: 10px 4%;
  right: 0;
  bottom: 0;
}

.view-hero #hero-nav #prev {
  display: inline-block;
  background: url("../images/hero_arrow_left.jpg") 0 0 no-repeat transparent;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  outline: none;
}
.view-hero #hero-nav #next:focus,
.view-hero #hero-nav #prev:focus {
  outline: thin dotted;
}

.view-hero #hero-nav #next {
  display: inline-block;
  background: url("../images/hero_arrow_right.jpg") 0 0 no-repeat transparent;
  width: 21px;
  height: 21px;
  margin-left: 10px;
}

/* Page layout adjustments for hero individual pages */
body.node-type-hero #content-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  left: 0;
}

body.node-type-hero #main {
  background: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer-wrapper {
  position: relative;
}

#footer-top,
#footer-top .container {
  background-color: #c7c2ba;
}

#footer-top .container {
  padding: 15px 0;
}

#footer-top h2 {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

#footer-top .region-footer-top,
#footer-bottom .region-footer-bottom {
  margin: 0 10px;
}

ul#social-media,
ul#social-media li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: block;
  float: left;
}

ul#social-media li a {
  float: left;
  width: 24px;
  height: 25px;
  margin-right: 5px;
  background: url('../images/sprite_social.png') no-repeat 0 0;
  text-indent: -9999em;
}	

ul#social-media li.facebook a {
  background-position: 0 -30px;
}

ul#social-media li.linked-in a {
  background-position: 0 -60px;
}

ul#social-media li.youtube a {
  background-position: 0 -90px;
}

ul#social-media li.tumblr a {
  background-position: 0 -120px;
}

ul#social-media li.instagram a {
  background-position: 0 -144px;
}

/* Footer bottom */
#footer-bottom {
  background-color: #272422;
  padding-bottom: 75px;
}

#footer-bottom {
  color: #dbdad8;
  text-align: right;
}

#footer-bottom .block {
  padding-top: 20px
}

#footer-bottom .block + .block {
  border-top: 1px dotted #474441;
  margin-top: 20px;
}

#footer-bottom .block h2 {
  margin: 0;
  font-size: 1em;
  line-height: normal;
  text-transform: uppercase;
  color: #dbdad8;
  font-weight: normal;
}

#footer-bottom .block p {
  margin-top: 0;
}

#footer-bottom .block a {
  text-decoration: none;
}

#footer-bottom ul.menu,
#footer-bottom ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#footer-bottom ul.menu {
  text-align: right;
  float: right;
}

#footer-bottom ul.menu li {
  float: left;
}

#footer-bottom ul.menu a {
  text-transform: uppercase;
  display: block;
  margin-left: 10px;
  text-decoration: none;
  line-height: 2.2em;
  font-family: 'Francois One', sans-serif;
  color: #dbdad8;
  font-weight: normal;
}

/* =Footer menu (throw-up menu)
-------------------------------------------------------------- */
#footer-top ul.menu,
#footer-top ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* L1 */
#footer-top ul.sf-horizontal {
  float: right;
}

#footer-top ul.menu li {
  position: relative;
}

#footer-top ul.menu li a,
#footer-top .sf-accordion-toggle a {
  color: #272422;
  text-transform: uppercase;
  padding-left: 10px;
  text-decoration: none;
  line-height: 2em;
  font-family: 'Francois One', sans-serif;
  font-weight: normal;
}

#footer-top ul.menu ul {
  padding-bottom: 8px;
  background: transparent url('../images/du_bottom.png') no-repeat scroll -160px 100%;
  -webkit-box-shadow: -8px -8px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -8px -8px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: -8px -8px 6px -6px rgba(0, 0, 0, 0.25);
}

#footer-top ul.menu ul li {
  border-left: 1px solid #d2dce0;
  border-right: 1px solid #d2dce0;
}

#footer-top ul.menu ul li.first {
  padding-top: 7px;
  border-top:  1px solid #d2dce0;
}

#footer-top ul.menu ul li.last {
  padding-bottom: 7px;
}

#footer-top ul.menu ul li a {
  color: #fff;
  padding: 7px 15px 7px 15px;
  margin: 0;
  line-height: 1.1667em;
  text-transform: none;
}

#footer-top ul.menu ul li a:hover {
  background-color: #272422;
}

.title a {
  font-size: 1.167em;
  line-height: 1.286em;
  font-weight: bold;
}

.search-results .title a {
  font-weight: normal;
}

.date {
  color: #68747f;
  font-size: 0.833em;
  line-height: 1.8em;
  font-weight: bold;
}

/* =Directory
-------------------------------------------------------------- */
.view-directory img {
  border: 5px solid #e6e6e6;
}

.view-directory h2,
table.views-table caption,
.view-courses h2 {
  font-size: 3.16667em;
  line-height: 1.2em;
  color: #b3afa8;
  border-bottom: 1px solid #d3d6d9;
  margin: 0.9em 0;
  text-align: left;
  font-family: 'Francois One', sans-serif;
}

@media all and (min-width: 568px) {
	.view-directory .views-row {
		width: 45.65217%;
		float: left;
	}

	.view-directory .views-row-odd {
		margin-right: 8.69565%
	}
}

.view-directory .profile2-teaser {
  margin-bottom: 3em;
}

.view-directory table.views-table th {
  vertical-align: middle;
}

.view-directory table.views-table td,
table.views-table td {
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.view-directory table.views-table td.views-field-field-profile-last-name-1 {
  width: 55%;
}

.view-directory table.views-table td.views-field-field-profile-telephone{
  width: 15%;
}

ul.letter-index,
ul.letter-index li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

ul.letter-index {
  display: inline;
  font-size: 0.9em;
}

ul.letter-index li {
  display: inline;
  padding: 0 8px;
}

ul.letter-index li + li {
  border-left:  1px solid #525252;
}

ul.letter-index li a {
  color: #525252;
  font-weight: normal;
  text-decoration: underline;
}

ul.letter-index li a.group-active {
  font-weight: bold;
  text-decoration: none;
}

/* Override for exposed filters blocks */
#block-views-exp-directory-page h2,
#block-views-exp-directory-page-1 h2,
#block-views-exp-directory-page-2 h2,
#block-views-exp-directory-page-3 h2,
#block-views-exp-directory-list-faculty h2,
#block-views-exp-news-page h2 {
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.16667em;
  line-height: 1em;
  font-weight: bold;
  margin:  1em 0 14px 0;
  text-transform: none;
}

.block-views label {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.block-views select,
.block-views input {
  width: 100%;
}

.block-views input[type='submit']{
  width: auto;
}

.block-views input.form-submit,
.views-exposed-form .views-exposed-widget .form-submit {
  margin-left: 0;
  margin-top: 1em;
}

.views-exposed-form .views-exposed-widget {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

/* Hide the search widget, it's rendered inline with the letter index links */
.block-views #edit-keywords-wrapper {
  display: none;
}

#utfl-profile-keyword-search .keyword-search {
  width: 148px;
  height: 23px;
  background: transparent url('../images/keyword_search.png') no-repeat 0 0;
  position: relative;
}

#utfl-profile-keyword-search input {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  position: absolute;
  outline: none;
}

#utfl-profile-keyword-search input.form-text {
  position: relative;
  left: 22px;
  top: 0;
  width: 70px;
  line-height: 16px;
}

#utfl-profile-keyword-search input.form-submit {
  position: absolute;
  width: 42px;
  height: 23px;
  line-height: 23px;
  left: 100px;
  padding: 0 0 0 6px;
  color: #fff;
  top: 0;
  font-size: 0.83333em;
}

.letter-index-wrapper {
  margin: 0 1.4em 1em 0;
}

.letter-index-wrapper,
#utfl-profile-keyword-search {
  float: left;
  line-height: 2em;
}

/* View mode toggle */
ul.view-mode,
ul.view-mode li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  float: left;
}

ul.view-mode {
  background: transparent url('../images/directory_icons.png') no-repeat scroll 0 4px;
  margin-right: 10px;
}

ul.view-mode-list {
  background-position: 0 -36px;
}

ul.view-mode a {
  display: inline-block;
  width: 19px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999em;
  padding-top: 4px;
}

ul.view-mode-picture a.picture-card {
  width: 18px;
}

ul.view-mode-list a.list {
  width: 18px;
}

/* CSS overrides for stuborn directory menus */
#sidebar-first .block-menu-block ul ul li.menu-mlid-3829 a,
#sidebar-first .block-menu-block ul ul li.menu-mlid-3830 a {
  background-color: transparent;
}

body.page-directory-student-all-sjd #sidebar-first .block-menu-block ul ul li.menu-mlid-3829 a,
body.page-directory-student-all-llm #sidebar-first .block-menu-block ul ul li.menu-mlid-3830 a {
  background-color: #032b5a;
}

body.page-directory-student-all-sjd #sidebar-first .block-menu-block ul li.menu-mlid-2181 > a,
body.page-directory-student-all-llm #sidebar-first .block-menu-block ul li.menu-mlid-2181 > a {
  background-color: transparent;
  background-image: url('/misc/menu-expanded.png');
}

/* =Profile teaser (photo card)
-------------------------------------------------------------- */
.profile2-teaser {
  padding-bottom: 4px;
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 2em;
}

.profile2-teaser a {
  font-weight: normal;
}

.profile2-teaser .details,
.profile2-teaser .contact {
  font-size: 1.16667em;
  line-height: 1.2em;
}

.profile2-teaser .contact {
  border-top: 1px solid #d4d4d4;
  min-height: 32px;
  padding: 4px 0;
}

.profile2-teaser .contact-empty {
  border-top: 0;
}

.profile2-teaser .top {
  margin-bottom: 12px;
}

.profile2-teaser .field-name-field-profile-photo {
  float: right;
  display: inline;
}

.profile2-teaser .details {
  margin-right: 120px;
}

.profile2-teaser h3 {
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 6px 0;
}

.profile2-teaser h3 span.first-name {
  display: block;
  font-size: 0.66667em;
}

/* =Profile full page view
-------------------------------------------------------------- */
.profile2-page .top {
  margin-bottom: 1em;
}

.profile2-page .field-name-field-profile-photo,
.profile2-page .top-middle  {
  float: left;
}

.profile2-page .field-name-field-profile-photo {
	margin-right: 2em;
}

.profile2-page .details {
  margin-bottom: 1em;
}

.profile2-page .name {
  font-family: 'Francois One', sans-serif;
  font-size: 1.83333em;
  line-height: 1em;
  padding-bottom: 0.5em;
}

.profile2-page .mail a {
  text-decoration: underline;
}

.profile2-page .field-name-field-profile-positions,
.profile2-page .field-name-field-department {
  font-size: 1.16667em;
  line-height: 1.2em;
}

.profile2-page .field-name-field-department {
  margin-top: 0.5em;
  font-style: italic;
}

.profile2-page .field-label,
.profile2-page h2 {
  font-family: 'Francois One', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  color: #181c20;
  margin-top: 0;
}

.profile2-page .profile-content-block ul,
.profile2-page .profile-content-block ul li.views-row-last,
.profile2-page .view-news .view-content {
  margin-bottom: 0;
}

.profile2-page .view-faculty-courses .views-row,
.profile2-page .view-courses .views-row {
  margin-bottom: 0.75em;
}

.profile2-page .bottom .field,
.profile2-page .profile-content-block {
	margin-bottom: 1em;
}
.profile2-page .field-name-field-profile-address {
	margin-bottom: 0.75em;
}
.profile2-page .field-name-field-profile-short-bio {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#block-system-main .profile2-page .view-events .views-row {
  padding: 0;
}

#block-system-main .profile2-page .view-events .views-row-even {
  background-color: transparent;
}

#block-system-main .profile2-page .view-events .view-content {
  border-bottom: none;
  margin-bottom: 0;
}

/* Override the parent arrow for the Full-time faculty link and Course Calendar link */
#sidebar-first .block-menu-block ul li.menu-mlid-1780 a {
  background-image: none;
}

@media all and (min-width: 768px) {
	.profile2-page .top {
		margin-bottom: 2.5em;
	}
	.profile2-page .top-middle {
		width: 35%;
	}
	.profile2-page .details {
		margin-bottom: 2.5em;
	}
	.profile2-page .top-right,
	.profile2-page .bottom-right {
		float: right;
		width: 28%;
	}
	.profile2-page.layout-bottom-right .bottom-left {
		width: 68%;
		float: left;
	}
	.profile2-page .bottom .field,
	.profile2-page .profile-content-block {
		margin-bottom: 2em;
	}
	.profile2-page .field-name-field-profile-address {
		margin-bottom: 1.75em;
	}
	.profile2-page .field-name-field-profile-short-bio {
		margin-bottom: 2em;
	}
}

/* =Focus areas
-------------------------------------------------------------- */
#block-utfl-focus-area-standard-pages {
  margin-top: 40px;
  margin-bottom: 40px;
}

.standard-page {
  float: left;
  width: 48.55072%;
  margin-left: 2.89855%;
}

.standard-pages .first {
  margin-left: 0;
}

.standard-page .copy a {
  font-size: 2em;
  font-family: 'Francois One', sans-serif;
  line-height: 1.5em;
  font-weight: normal;
}

.standard-page .icon {
  float: left;
  background: transparent url('../images/focus_area_icons.png') no-repeat 0 0;
}

.standard-page .icon-faculty {
  width: 69px;
  height: 54px;
}

.standard-page .icon-courses {
  width: 63px;
  height: 50px;
  background-position: -69px 0;
}

.standard-pages-single .first,
.standard-pages-single .last {
  margin-left: 0;
}

.view-links td.col-1,
.view-links td.col-2 {
  width: 48%
}

.view-links td.col-1 {
  padding-left: 2%;
}

.view-links td.col-2 {
  padding-right: 2%;
}


/* =FAQ
-------------------------------------------------------------- */
a.accordion-link .accordion-arrow {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('../images/faq_arrows.png');
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin-left: -20px;
}

a.accordion-link,
a.accordion-link:visited {
  background: none;
  border: none;
  color: #683980;
  font-family: 'Francois one', sans-serif;
  font-size: 1.6em;
  margin-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

a.accordion-link.ui-state-active .accordion-arrow {
  background-position: 0 -34px;
}

.content .accordion .ui-widget-content {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-left: 36px;
}

.content .accordion .ui-widget-content a,
.content .accordion .ui-widget-content a:visited {
  color: #683980;
}

.content .accordion .ui-widget-content p {
  margin-top: 0;
}

.view-faq h2 {
  background: transparent url('../images/faq_arrows.png') no-repeat 0 -36px;
}

.view-directory .accordion h2 {
  background: url('../images/by_dept_arrows.png') no-repeat 0 -130px;
}

.view-faq h2,
.view-faq .views-field-body {
  padding-left: 14px;
}

.accordion table {
  margin-left: 14px;
}

.view-faq .collapsed .views-field-body,
.accordion.collapsed table {
  display: none;
}

.view-faq .collapsed h2 {
  background-position: 0 6px;
}

.view-directory .accordion.collapsed h2 {
  background-position: 0 15px;
}

.accordion-active h2 {
  cursor: pointer;
}

/* =Calendar
-------------------------------------------------------------- */
body.page-events .views-exposed-form .form-type-select {
	max-width: 240px;
}

.block-views-events-block_1,
.block-views-events-block_3 {
  float: left;
}

body.page-events .region-content .block.block-views-events-block_1 {
	margin-bottom: 0;
}

@media all and (min-width: 582px) {
.block-views-events-block_1 {
	width: 52%;
	margin-right: 4%;
}
.block-views-events-block_3 {
	width: 44%;
}
}

.block-views-events-block_1 .date-nav-wrapper .date-nav {
  min-height: 0px;
  border-bottom: 1px solid #c75b22;
  padding: 10px 0;
  min-height: 15px;
  margin-bottom: 0;
}

.block-views-events-block_1 .view {
  font-family: 'Francois One',sans-serif;
}

.block-views-events-block_1 .view .date-nav-wrapper .date-heading h3 {
  font-size: 1.5em;
  line-height: 1em;
}

.block-views-events-block_1 .view .date-nav-wrapper .date-nav .date-heading a {
  color: #ffffff;
}

.block-views-events-block_1 .view .date-nav-wrapper .date-prev,
.block-views-events-block_1 .view .date-nav-wrapper .date-next {
  background: none;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 0px;
  line-height: 0px;
  margin-top: 0;
}

.block-views-events-block_1 .view .date-nav-wrapper .date-next {
  float: right;
}

.block-views-events-block_1 .view .date-nav-wrapper .date-prev a,
.block-views-events-block_1 .view .date-nav-wrapper .date-next a {
  background: url("../images/calendar_left_arrow.png") center center no-repeat transparent;
  height: 16px;
  width: 16px;
  text-indent: 999em;
  overflow: hidden;
  padding: 10px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

.block-views-events-block_1 .view .date-nav-wrapper .date-next a {
  background: url("../images/calendar_right_arrow.png") center center no-repeat transparent;
  float: right;
}

.block-views-events-block_1 .calendar-calendar th.days {
  background: #57616e;
  color: #ffffff;
  border-left: 1px solid #57616E;
  border-right: 1px solid #57616E;
  border-top: 1px solid #47505b;
  text-align: left;
  padding: 5px;
  font-size:1.333em;
  line-height: 1em;
  font-weight: normal;
}

.page-events #block-system-main,
.page-e-legal-events #block-system-main {
  clear: both;
}

.block-views-events-block_1 .calendar-calendar table.mini td {
  text-align: left;
  padding: 8px 5px 4px;
  font-size: 1.5em;
  line-height: 1em;
  color: #272422;
  border: 1px solid #d4d4d4;
}

.block-views-events-block_1 .calendar-calendar tr td.today,
.block-views-events-block_1 .calendar-calendar tr.odd td.today,
.block-views-events-block_1 .calendar-calendar tr.even td.today {
  background: none;
}

.block-views-events-block_1 .calendar-calendar td.has-events,
.block-views-events-block_1 .calendar-calendar tr td.today.has-events,
.block-views-events-block_1 .calendar-calendar tr.odd td.today.has-events,
.block-views-events-block_1 .calendar-calendar tr.even td.today.has-events {
  background: url("../images/has_events_triangle.png") right top no-repeat #f5f5f5;
}

.block-views-events-block_1 .calendar-calendar td.has-events a {
  color: #272422;
  text-decoration: none;
  display: block;
}

.view-events .view-header #calendar-links {
  background: #c7c2ba;
}

.view-events .view-header #calendar-links ul {
  float: right;
  margin: 0;
  padding: 0;
}

.view-events .view-header #calendar-links ul li {
  float: left;
  list-style: none;
  color: #ffffff;
}

.view-events .view-header #calendar-links ul li a {
  color: #ffffff;
  padding: 10px 15px;
  font-size: 1.5em;
  line-height: 1em;
  font-family: 'Francois One',sans-serif;
  display: block;
  text-decoration: none;
  font-weight: normal;
}

.view-events .view-header #calendar-links ul li a:hover,
.view-events .view-header #calendar-links ul li a:focus {
  color: #272422;
}

.view-events .view-header #calendar-links ul li a.active {
  color: #272422;
  background: transparent url('../images/black_arrows.png') no-repeat scroll 5px 15px;
}

.block-views-events-block_1 .view-events .date-nav-wrapper {
  display: block;
}

.block-views-events-block_3 h2 {
  font-size:1.5em;
  line-height: 1em;
  color: #272422;
  font-family: 'Francois One', sans-serif;
  font-weight: normal;
}

.block-views-events-block_3 .views-row {
  margin-bottom: 20px;
}

.block-views-events-block_3 .content .views-row .views-field-field-event-date {
  font-size:0.833em;
  line-height: 1.4em;
  color: #68747f;
  font-weight: bold;
}

.block-views-events-block_3 .views-field-title {
  font-size:1.167em;
  line-height: 1em;
}

.block-views-events-block_3 .view-events .view-content{
  margin-bottom: 0;
}

@media all and (min-width: 550px) {
#block-system-main .view-events .left-column {
  text-align: right;
  color: #272422;
  width: 20%;
  margin-right: 2%;
}
#block-system-main .view-events .right-column {
width: 76%;
}

#block-system-main .view-events .right-column .event-social {
  margin-top: 28px;
  text-align: right;
  margin-right: 5px;
}
}


#block-system-main .view-events .view-content {
  border-bottom: 1px dotted #dbdad8;
  margin-bottom: 20px;
}

#block-system-main .view-events .views-row {
  padding: 5px 0;
}

#block-system-main .view-events .views-row-even {
  background: #f9f9f9;
}

#block-system-main .view-events .left-column .event-date {
  font-size:1.167em;
  line-height: 1.286em;
  font-weight: bold;
}

#block-system-main .view-events .left-column div,
#block-system-main .view-events .right-column div {
   margin: 5px 0; 
}

#block-system-main .view-events .right-column .event-title a {
  font-size:1.167em;
  line-height: 1.286em;
  font-weight: bold;
}

#block-system-main .view-events .item-list .pager {
  margin: 0;
}

#block-system-main .view-events .item-list .pager li {
  margin: 0;
  padding: 0 10px;
  font-weight: normal;
  float: left;
}

#block-system-main .view-events .item-list .pager li a {
  font-weight: normal;
}

#block-system-main .view-events .item-list .pager li.page-current {
  color: #6c6c6c;
}

#block-system-main .view-events .item-list .pager li.pager-item {
  border-left: 1px solid #6c6c6c;
}

#block-system-main .view-events .item-list .pager li.pager-item.pager-first {
  border-left: none;
}

#block-system-main .view-events .pager .left {
  text-align: right;
}

.view .date-nav-wrapper .date-next,
.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  font-weight: normal;
  padding: 0;
  margin-top: 8px;
}

.view .date-nav-wrapper .date-prev {
  right: auto;
}

.view .date-nav-wrapper .date-next a {
  background: transparent url('../images/black_arrows.png') no-repeat scroll 100% 4px;
  padding-right: 8px;
}

.view .date-nav-wrapper .date-prev a {
  background: transparent url('../images/black_arrows.png') no-repeat scroll 0 -36px;
  padding-left: 8px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  font-weight: normal;
  margin: 0;
}

#block-block-7 #events-feed,
#block-block-9 #events-feed {
  font-family: 'Francois One', sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  padding-left: 36px;
  background: url('../images/ical-feed-icon-34x14.png') no-repeat left center transparent;
  font-weight: normal;
  float: right;
}

#edit-field-event-group-department-value-wrapper .views-widget {
  width: 160px;
  height: 24px;
  position: relative;
  background: url('../images/search.png') no-repeat 0 0;
  float: left;
}

#edit-field-event-group-department-value-wrapper .views-widget input.form-text {
  color: #DBDAD8;
  height: 15px;
  left: 25px;
  position: absolute;
  top: 3px;
  width: 120px;
  background: none;
  border: none;
  margin: 0;
  outline: 0;
  padding: 0;
}

#views-exposed-form-events-page-1, #views-exposed-form-events-page-2, #views-exposed-form-events-page-5{
  position: relative;
}


#views-exposed-form-events-page-1 .views-submit-button .form-submit, #views-exposed-form-events-page-2 .views-submit-button .form-submit, #views-exposed-form-events-page-5 .views-submit-button .form-submit{
  width: 25px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-indent: -9999em;
  overflow: hidden;
  background: none;
  border: none;
}

#edit-field-event-group-department-value-wrapper{
  border-top: 1px dotted #C75B22;
  margin-top: 10px;
  padding: 20px 0 0;
}

#block-block-8 #events-help-link{
  border-top: 1px dotted #C75B22;
  border-bottom: 1px dotted #C75B22;
  padding: 10px 0;
}


.block-views .view-news ul li,
.block-views-events ul li {
  list-style: none;
  margin: 0 0 10px;
}

.block-views .view-news .views-field-field-news-date,
.block-views-events .views-field-field-event-date,
.node-blog-featured .field-name-field-blog-date {
  font-size: 0.833em;
  line-height: 1.4em;
  color: #272422;
  font-weight: bold;
}

/* Leave the quick tabs alone */
#quicktabs-homepage_quicktabs .block-views-events .views-field-field-event-date {
  color: #68747f;
  line-height: 1.8em;
}

.item-list ul.pager {
	margin-bottom: 1.5em;
}

.view .more-link,
.view .feed-icon {
  display: inline;
}

.view .feed-icon {
  padding-left: 1em;
  border-left: 1px solid #ccc;
  margin-left: 1em;
}

#content .feed-icon {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}

#content .more-link {
  padding-right: 1em;
  border-right: 1px solid #ccc;
  margin-right: 1em;
}

#sidebar-second .more-link,
#content .region-content-bottom .more-link {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.view .more-link a {
  line-height: 1em;
  text-decoration: underline;
  padding-right: 0;
}

.view-news .view-content,
.view-events .view-content,
.view-news .view-empty,
.view-events .view-empty {
  margin-bottom: 1.5em;
}

.sidebar .view-news .view-content,
.sidebar .view-events .view-content,
.sidebar .view-news .view-empty,
.sidebar .view-events .view-empty,
.region-content-bottom .view-news .view-content,
.region-content-bottom .view-events .view-content {
  margin-bottom: 0;
}

/* Temporarily hide the error on the events page due to a Date module bug */
.page-events .error,
.page-e-legal-events .error {
  display: none;
}

/* =Course
-------------------------------------------------------------- */
@media all and (min-width: 768px) {
	.course-meta {
	  float: right;
	  width: 28%;
	}
	.node-course .content {
		width: 68%;
		float: left;
	}
}

.node-course .field-name-field-course-term-name {
  font-style: italic;
}

.course-meta .field-label {
  width: 100px;
}

.node-course .field-name-body {
  padding-bottom: 1em;
  border-bottom: 1px solid #d4d4d4;
}

.node-course .content .field-label {
  font-family: 'Francois One', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
}

.node-course .content .field {
  margin-bottom: 1em;
}

.node-course .field-name-instructors {
  margin-bottom: 1em;
}

.node-course .field-name-field-course-max-enrol {
  margin-bottom: 0.75em;
}

.view-courses table td.views-field-title {
  width: 60%;
}

.view-courses table td.views-field-course-credit {
  width: 8%;
}

.view-courses table td {
  vertical-align: top;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.field-name-field-course-course-note {
  font-weight: bold;
}

/* =Blog
   =News
-------------------------------------------------------------- */
.node-blog .field-name-field-blog-image,
.node-news .field-name-field-news-image {
  float: right;
  margin-left: 1em;
}

body.page-blog #page-title,
body.page-news #page-title {
  margin-bottom: 8px;
}

.view-blog .view-header,
.view-blog .node,
.view-news .view-header,
.view-news .node,
.view-press-release .view-header,
.view-press-release .node {
  margin-bottom: 55px;
}


.view-blog .node h1,
.view-news .node h1,
.view-press-release .node h1{
  font-size: 1.5em;
  line-height: 1em;
}

.view-blog .views-row-last .node,
.view-news .views-row-last .node,
.view-press-release .views-row-last .node {
  margin-bottom: 0;
}

.view-blog .view-footer,
.view-news .view-footer,
.view-press-release .view-footer{
  margin-top: 55px;
}

.region-content-bottom .view-news .view-footer {
  margin-top: 0;
}

.view-news .field-name-field-news-image {
  display: none;
}

.view-news .views-row-first .field-name-field-news-image {
  display: block;
}

.node-blog-featured h3 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.node-blog-featured h3 a {
  font-weight: bold;
}

.node-blog-featured a.by-line {
  display: block;
  font-size: 0.833em;
  font-weight: normal;
  line-height: 1em;
}

.node-blog-featured .submitted {
  margin-bottom: 1.5em;
}

.node-blog-featured .see-more {
  text-align: right;
  text-decoration: underline;
}

.node-blog-featured .from-blog {
  margin-bottom: 14px;
}

#sidebar-first .node-blog-featured {
  color: #fff;
}

#sidebar-first .node-blog-featured .see-more a {
  background-image: url('../images/right_white_arrow.png');
}

/* Login Block
-------------------------------------------------------------- */
#block-user-login {
  position: absolute;
  top: 20px;
  background: transparent url('../images/login_top_2.png') no-repeat 0 0;
  z-index: 1000000;
  display: none;
  padding-top: 10px;
  width: 282px;
  color: #fff;
  -webkit-box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.26);
  box-shadow: 8px 8px 6px -6px rgba(0, 0, 0, 0.26);
}

@media all and (min-width: 330px) {
	#block-user-login {
		right: 37px;
	}
}

#block-user-login .content {
  border-right: 1px solid #d2dce0;
  border-left: 1px solid #d2dce0;
  border-bottom: 1px solid #d2dce0;
  padding: 15px 15px 0;
}

#block-user-login h2 {
  margin: 0 0 5px 0;
  font-size: 1.66667em;
  color: #fff;
}

#block-user-login .form-text {
  width: 100%;
  border: 1px solid #81340c;
  padding: 10px;
  color: #5c5952;
  width: 228px;
}

#block-user-login .form-placeholder {
  text-transform: uppercase;
  color: #5c5952;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #5c5952;
}

::-moz-placeholder {
  text-transform: uppercase;
  color: #5c5952;
}

#block-user-login .form-actions {
  text-align: right;
}

#block-user-login .form-submit,
#block-user-login .form-actions a {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1.16667em;
}

#block-user-login .form-submit {
  background: transparent url('../images/dd_arrow.png') no-repeat scroll 100% 50%;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

#block-user-login .form-actions a {
  float: left;
  font-weight: normal;
  font-size: 1em;
}

#home-right-top {
  border-bottom: 1px dotted #DBDAD8;
}

#home-right-bottom #block-block-5 ul{
  list-style: none;
  padding: 0;
}

#home-right-bottom #block-block-5 ul li{
  margin-bottom: 10px;
}

/* =Search
-------------------------------------------------------------- */
ol.search-results {
  margin-left: 0;

}

/* =Daily Events
-------------------------------------------------------------- */
.view-todays-events .views-field-title a {
  font-size: 1em;
}

/* =TinyMCE specific
-------------------------------------------------------------- */
body#tinymce {
  background-color: #fff;
}

body#tinymce .qtip-body {
  display: block;
}

body#tinymce .accordion.collapsed .content {
  display: block;
}

body#tinymce .accordion.collapsed h2 {
  background-position: 0 0;
}

body#tinymce .accordion-active h2 {
  cursor: default;
}

.indent {
  margin-left: 50px;
  margin-right: 50px;
}

/* =Miscellaneous
-------------------------------------------------------------- */
a.see-more, .see-more a {
  padding-right: 10px;
  background: url('../images/more_arrow.png') no-repeat 100% center;
  font-weight: bold;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.rss-feed {
  background: transparent url('../images/rss_plain.png') no-repeat scroll left center;
  padding-left: 18px;
}

ul.inline li.first {
  padding-left: 0;
}

/* Views mini-pager */
.view {
  position: relative;
}

.view .mini-pager {
  position: absolute;
  bottom: 0;
  right: 0;
}

.view .mini-pager,
.view .mini-pager li {
  margin: 0;
  padding: 0;
}

.view .mini-pager .pager-next a,
.view .mini-pager .pager-previous a {
  background: transparent url('../images/black_arrows.png') no-repeat scroll 100% 4px;
}
.view .mini-pager .pager-next a {
  padding: 0 8px 0 4px;
}

.view .mini-pager .pager-previous a {
  background-position: 0 -36px;
  padding: 0 4px 0 8px;
}

.qtip-title {
  display: block;
}

.qtip-body {
  display: none;
}

body.page-toboggan-denied div.error {
  background-image: none;
  padding-left: 10px;
}

/* =Twitter (theme specific style)
-------------------------------------------------------------- */
#recent-tweets .twtr-doc{
  font-weight: bold;
}

#recent-tweets .twtr-widget .twtr-tweet {
    border-bottom: 1px dotted #DBDAD8;
}

#block-utfl-twitter-recent-tweets h2 {
  background: url("../images/twitter.png") no-repeat scroll left center transparent;
  color: #1D1B1A;
  margin-bottom: 0;
  padding: 5px 0 5px 50px;
  font-size: 18px;
}

/* =Site map
-------------------------------------------------------------- */
#site-map h2 {
  display: none;
}

#site-map ul {
  margin-bottom: 0;
  margin-top: 0;
}

#site-map .site-map-box {
  margin-bottom: 0;
}

#site-map .site-map-taxonomys ul li {
  list-style-image: url('../../../../../misc/menu-leaf.png');
  list-style-type: square;
  padding: 0.2em 0.5em 0 0;
}

/* =E.Legal
-------------------------------------------------------------- */
.action-links {
  list-style: none;
  padding: 0;
}

.form-actions input[type=submit] {
  margin-right: 20px;
}

.page-e-legal .node-blog-form #edit-field-specialization,
.page-e-legal .node-blog-form #edit-field-focus-area,
.page-e-legal .node-publication-form #edit-field-specialization,
.page-e-legal .node-publication-form #edit-field-focus-area {
  float: left;
  display: inline;
  width: 335px;
}

.page-e-legal .node-blog-form #edit-field-specialization,
.page-e-legal .node-publication-form #edit-field-specialization {
  margin-right: 10px;
}

.page-e-legal .node-blog-form #edit-field-focus-area,
.page-e-legal .node-publication-form #edit-field-focus-area {
  margin-left: 10px;
}

.page-e-legal .node-blog-form .form-item-field-blog-date-und-0-all-day {
  display: none;
}

/* =Contact Us Webform
-------------------------------------------------------------- */
#block-webform-client-block-3219{
  margin-top: 30px;
}

#block-webform-client-block-3219 h2{
  text-transform: none;
}

.webform-client-form label{
  color: #272422;
  font-weight: normal;
}

.webform-client-form select{
  background: #f2f2f2;
  padding: 5px;
  border: none;
}

.webform-client-form input, .webform-client-form textarea{
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  padding: 5px 0;
}

#webform-client-form-3219 #webform-component-first-name{
  float: left;
  width: 160px;
  margin-right: 10px;
}

#webform-client-form-3219 #webform-component-first-name input{
  width: 160px;
}

#webform-client-form-3219 #webform-component-last-name{
  float: left;
  width: 160px;
}

#webform-client-form-3219 #webform-component-last-name input{
  width: 160px;
}

#webform-client-form-3219 #webform-component-address input{
  width: 330px;
}

#webform-client-form-3219 #webform-component-city{
  float: left;
  width: 210px;
  margin-right: 10px;
}

#webform-client-form-3219 #webform-component-city input{
  width: 210px;
}

#webform-client-form-3219 #webform-component-city input{
  width: 210px;
}

#webform-client-form-3219 #webform-component-province-state{
  float: left;
  width: 110px;
}

#webform-client-form-3219 #webform-component-province-state select{
  width: 110px;
}

#webform-client-form-3219 #webform-component-postal-zip{
  float: left;
  width: 65px;
  margin-right: 10px;
  clear: left;
}

#webform-client-form-3219 #webform-component-postal-zip input{
  width: 65px;
}

#webform-client-form-3219 #webform-component-country{
  float: left;
  width: 160px;
}

#webform-client-form-3219 #webform-component-country #edit-submitted-country{
  width: 160px;
}

#webform-client-form-3219  #webform-component-email{
  clear: left;
}

#webform-client-form-3219  #webform-component-email input{
  width: 330px;
}

#webform-client-form-3219  #webform-component-question-comment textarea{
  width: 335px;
}

.webform-client-form input[type='submit']{
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  background: #683980;
}


#webform-client-form-3240 #webform-component-first-name{
  float: left;
  width: 160px;
  margin-right: 10px;
}

#webform-client-form-3240 #webform-component-first-name input{
  width: 160px;
}

#webform-client-form-3240 #webform-component-last-name{
  float: left;
  width: 160px;
}


#webform-client-form-3240 #webform-component-last-name input{
  width: 160px;
}


#webform-client-form-3240  #webform-component-email{
  clear: left;
}


#webform-client-form-3240  #webform-component-comment-or-question textarea{
  width: 335px;
}


/* =Featured Block
-------------------------------------------------------------- */
.node-featured-block .field-name-field-featured-block-image-desc{
  background: #272422;
  color: #ffffff;
  padding: 10px;
}

.node-featured-block .field-name-field-featured-block-image img{
  display: block;
  height: auto;
}


.node-featured-block .field-name-body{
  margin-top: 10px;
}

.node-featured-block .field-name-body blockquote{
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1em;
  line-height: 1.8em;
  background: none;
  padding: 0;
  margin: 0;
}

/* =Page not foud
-------------------------------------------------------------- */
.menu-block-13 ul,
.menu-block-13 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.menu-block-13 ul li.menu-mlid-1315 {
  display: none;
}

/* Style the blocks of links as a three column layout */
/*L1*/
.menu-block-13 ul li {
  display: block;
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 1em;
}

.menu-block-13 ul li:nth-child(3n + 1),
.menu-block-13 ul li:nth-child(3n + 2) {
  margin-right: 5%;
}

.menu-block-13 ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.menu-block-13 ul li:nth-child(3n + 4) {
  clear: left;
}

.menu-block-13 ul li a {
  font-family: 'Francois One', sans-serif;
  color: #5D5953;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0.83em 0;
  display: block;
}

/*L2*/
.menu-block-13 ul ul li {
  float: none;
  width: auto;
  margin: 0;
}

.menu-block-13 ul ul li a {
  font-family: "Helvetica Neue", Helvetia, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  display: inline;
}


.highlighted {
  margin: 0 20px 10px 0;
  background: #c7c2ba;
  padding: 15px 20px;
  color: #272422;
  font-family: Georgia, serif;
  font-size: 1.25em;
  line-height: 1.5em;
  font-style: italic;
}


.backtotop{
  background: url("../images/backtotop.png") 0 0 no-repeat transparent;
  float: right;
  width: 31px;
  height: 9px;
  display: block;
  text-indent: -999em;
}

hr{
  border: none;
  border-bottom: 1px solid #E6E6E6;
  margin: 20px 0;
}


.page-external .region-content{
  margin-bottom: 0;
}


#profile2-edit-faculty-form #edit-delete{
  margin-left: 100px;
}


#block-utfl-focus-area-links table{
  border: none;
}

#block-utfl-focus-area-links table td {
  width: 50%;
}

#block-utfl-focus-area-links table td img{
  margin-right: 10px;
}

.view-display-id-list_faculty .views-field-courses{
  width: 500px;
}

img.left,
p.left {
  margin-right: 10px;
}

img.right,
p.right {
  margin-left: 10px;
}

p.left,
p.right {
  margin-top: 0;
  margin-bottom: 0;
}

/* =WYSIWYG Editor
-------------------------------------------------------------- */
body#tinymce .two-columns, body#tinymce .three-columns {
  border: 1px dashed #a9a9a9;
}

body#tinymce .two-columns {
  width: 693px; /* Allow space for borders */
}
body#tinymce .two-columns .right-column {
  border-left: 1px dashed #a9a9a9;
}

body#tinymce .three-columns .middle-column,
body#tinymce .three-columns .right-column {
  border-left: 1px dashed #a9a9a9;
}

div.left{
  margin-right: 10px;
}

div.right{
  margin-left: 10px;
}

.view-publications.view-display-id-page .views-row {
  margin-bottom: 40px;
}

.field-name-field-publication-link {
  margin-bottom: 1em;
}

ul.block-listing{
  list-style: none;
}


ul.block-listing li{
  list-style: none;
  margin: 0 0 5px;
}


ul.block-listing li p{
  margin: 0.5em 0 1em;
}

.easy_social_box {
  margin: 2em 1em;
  clear: both;
}
.easy_social_box div.easy_social-widget {
  float: right;
  margin-right: 10px;
}
.easy_social_box div.easy_social-widget.last {
  margin-right: 10px;
}

/* headnotes */

.page-node.node-type-headnotes-newsletter .action-links {
  width: 90%;
  margin-bottom: 1em;
  text-align: right;
}

.page-node.node-type-headnotes-newsletter .action-links li {
  margin-bottom: .5em;
}

.field-name-field-headnotes-image {
  margin: 1em 0;
}

.view-headnotes .views-row {
  margin-bottom: .5em;
}

.utfl-headnotes-accordion {
  margin-bottom: 1em;
}

.utfl-headnotes-accordion li.ui-accordion-li-fix {
  display: block;
}

.utfl-headnotes-accordion .ui-state-default {
  border: none;
  background: none;
}

.utfl-headnotes-announce-title {
  font-weight: bold;
  padding-left: 1.5em;
}

.utfl-headnotes-announce-title.ui-state-active {
  background: none;
  border: none;
}

.view-id-headnotes.view-display-id-page_1 .views-field-created {
  white-space: nowrap;
}

.utfl-headnotes-announce-title.ui-accordion-header .ui-icon {
  left: 0;
}

.utfl-headnotes-accordion .ui-widget-content {
  background: none;
  border: none;
}

.utfl-headnotes-accordion .utfl-headnotes-announcement-image {
  margin: 1em;
}

.utfl-headnotes-accordion .utfl-headnotes-announcement-edit-link {
  margin-top: 1em;
}

.utfl-headnotes-announcement-file,
.field-name-field-headnotes-document {
  margin-bottom: 1em;
}

.node-type-headnotes-announcement .headnotes-announce-end-content {
  padding-top: 1em;
  margin-top: 2em;
  border-top: 1px solid #E6E6E6;
}

/**
 * UTFL offer letters.
*/

.node-utfl-offer-usw,
.node-utfl-offer-usw-occ,
.node-utfl-offer-usw-ext {
  font-family: "Times New Roman", serif;
}

.field-name-utfl-offer-text {
  padding-right: 1em;
  line-height: 18px;
  font-size: 16px;
}

/* Remove space between name and address. */
.field-name-utfl-offer-text .field-item p:nth-child(3) {
  margin: 0;
}

.node-utfl_offer_usw-print .field-name-utfl-offer-text,
.node-utfl_offer_usw_occ-print .field-name-utfl-offer-text,
.node-utfl_offer_usw_ext-print .field-name-utfl-offer-text {
  line-height: 16pt;
  font-size: 14pt;
}

#utfl-offer-signature-block {
  margin: 8em 0 2em 0;
}

.utfl-offer-signature,
.utfl-offer-signature-date {
  width: 460px;
  margin-left: 2em;
  border-top: 1px solid #000;
  padding-top: .5em;
}

.utfl-offer-sign-off {
  margin-bottom: 6em;
}

.utfl-offer-signature {
  float: left;
}

.utfl-offer-signature-date {
  margin-left: 560px;
}

#block-print-ui-print-links span {
  display: inline-block;
  margin-right: 2em;
}

/* Three columns */

.three-columns .column {
	float: left;
	width: 26%;
}

.three-columns .left-column,
.three-columns .middle-column {
	margin-right: 2%;
}

/* SJD profiles */

@media (min-width: 768px) {

  .view-id-utfl_sjd_profiles.view-display-id-sjd_page > .view-content {
    width: 68%;
  }

  .view-display-id-sjd_page_bottom_left {
    display: inline-block;
    width: 68%;
    float: left;
  }

  .view-display-id-sjd_page_bottom_right {
    display: inline-block;
    width: 28%;
    float: right;
  }
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-label {
  font-family: 'Francois One', sans-serif;
  font-size: 1.5em;
  color: #181c20;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-field {
  margin-bottom: 1em;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-field-field-utfl-sjd-pr-photo {
  float: left;
  margin: 0 2em 1em 0;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page #utfl-sjd-pr-candidate {
  font-size: 14px;
  margin-bottom: 1em;
}

.view-id-utfl_sjd_profiles .views-label-field-utfl-sjd-pr-thesis,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-label-field-utfl-sjd-pr-thesis,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-label-mail,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-label-field-utfl-sjd-pr-phone {
  float: left;
  margin-right: .5em;
  font-size: 1em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-field-field-utfl-sjd-pr-bio {
  clear: left;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .views-field-edit-node {
  margin: 1em 0;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after {
  width: 100%;
  clear: left;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field {
  margin-bottom: 1em;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-nothing,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-nothing-1,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-field-utfl-sjd-pr-supervisor,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-field-utfl-sjd-pr-other-super,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-field-utfl-sjd-pr-committee,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-field-utfl-sjd-pr-other-comm {
  margin-bottom: 0;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-nothing-1,
.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-field-utfl-sjd-pr-links {
  margin-top: 1em;
}

.view-id-utfl_sjd_profiles.view-display-id-sjd_page .attachment-after .views-field-field-utfl-sjd-pr-cv {
  font-size: 120%;
  margin-bottom: 2em;
}

/* SJD profiles listing */

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing h3 {
  font-size: 200%;
  color: #b3afa8;
  border-bottom: 1px solid #D3D6D9;
  width: 100%;
  clear: both;
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .view-content {
  overflow: auto;
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .views-row {
  width: 300px;
  margin: 0 3em 2em 0;
  float: left;
  border-bottom: 2px solid #d4d4d4;
  min-height: 180px;
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .views-field-field-utfl-sjd-pr-last-name {
  font-size: 175%;
  line-height: 1.2em;
  display: inline-block;
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .views-field-field-utfl-sjd-pr-last-name .first-name {
  display: block;
  font-size: 80%;
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .views-field-field-utfl-sjd-pr-photo {
  float: right;
  margin: 0 0 1em 1em;
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .views-field-field-utfl-sjd-pr-photo img {
  border: 5px solid #e6e6e6
}

.view-id-utfl_sjd_profiles.view-display-id-sdj_listing .views-field-field-utfl-sjd-pr-thesis {
  font-size: 120%;
  font-style: italic;
  margin-top: .5em;
}

.utfl-webform-test label {
  color: green;
}
.utfl-webform-test label:after {
  content: ":";
}

