/*@charset "UTF-8";*/
@charset "CP1251";
@import "head_menu.css";
@import "notification.css";
@import "banner.css";
@import "newsblock.css";

#content #table_page {
	border: 1px solid #ccc;
}
#content #table_page tr{
	border: 1px solid #ccc;
}
#content #table_page td{
	border: 1px solid #ccc;
}
.article-body, .short-story {
	font-size:15px;
	line-height: 17px;
}
/* for pravila */
#shapkaushanka td, #shapkaushanka  th{
	text-align: right;
}
.zagolovok {
	font-size: 18px;
	font-weight: bold;
}


#search_full {
	margin: 0 auto;
	width:70%;
	border: 1px solid #ccc;
	text-align:center;
}
#search_full input {
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	color: #7F7F7F;
	float: left;
	font: 20px 'Helvetica','Lucida Sans Unicode','Lucida Grande',sans-serif;
	height: 20px;
	margin: 0;
	padding: 10px;
	transition: background 0.3s ease-in-out 0s;
	width: 90%;
}
#search_full button {
	background: url("../images/search.png") no-repeat scroll center center #7eac10;
	cursor: pointer;
	height: 40px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 40px;
	border: 2px solid #fff;
}

#search_full button:hover {
	background-color:#000;
}

#search input {
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	color: #7F7F7F;
	float: left;
	font: 12px 'Helvetica','Lucida Sans Unicode','Lucida Grande',sans-serif;
	height: 20px;
	margin: 0;
	padding: 10px;
	transition: background 0.3s ease-in-out 0s;
	width: 150px;
}
@media only screen and (max-width: 981px) {
	#search input {
		width: 80%;	
	}
}
#search button {
	background: url("../images/search.png") no-repeat scroll center center #7eac10;
	cursor: pointer;
	height: 40px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 40px;
	border: 2px solid #fff;
}

#search button:hover {
	background-color:#000;
}



#content {
	/*width: 64%;
	float: left;*/
}
#content ul {
	list-style:none
}
#content ul li, #content ol li{
	margin-left:25px;
}
#content table, #content table tr, #content table tr td{
	border:0px solid #ccc;
}

#content .designtable table, #content .designtable tr, #content .designtable tr td, #content .designtable table tr, #content .designtable table tr td{
	border:1px solid #ccc;
}


.news-on-day header {
	text-align: right;
	/*background: rgb(74,74,74); 
	background: -moz-linear-gradient(top,  rgba(74,74,74,1) 0%, rgba(68,68,68,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,74,74,1)), color-stop(100%,rgba(68,68,68,1)));
	background: -webkit-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(68,68,68,1) 100%);
	background: -o-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(68,68,68,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(68,68,68,1) 100%); 
	background: linear-gradient(to bottom,  rgba(74,74,74,1) 0%,rgba(68,68,68,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#444444',GradientType=0 ); 
	border-bottom: solid 1px #717171;
}

.news-on-day header h2,
.news-on-day header h3 {
	height: 34px;
	line-height: 34px;
	color: #78b527;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	border-bottom: solid 2px #767676;
	padding: 0 18px 0 0;
	letter-spacing: 1px;
}

.news-on-day__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #7a7a79;
}

.news-on-day__list li {
	display: table;
	height: 62px;
	width: 100%;
}

.news-on-day__list a {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	background: #f8f8f6;
	color: #444b4f;
	border-bottom: solid 1px #b7b7b6;
	-webkit-transition: all .15s;
	   -moz-transition: all .15s;
		-ms-transition: all .15s;
		 -o-transition: all .15s;
			transition: all .15s;
	position: relative;
	z-index: 0;
	box-shadow: 0 1px 13px rgba(0, 0, 0, 0), 0 1px 1px 1px rgba(0, 0, 0, 0);
}

.news-on-day__list a:hover {
	background: #fff;
	box-shadow: 0 1px 13px rgba(0, 0, 0, .31), 0 1px 1px 1px rgba(0, 0, 0, .1);
	z-index: 15;
	color: #343933;
}

.news-on-day__list h5 {
	display: inline-block;
	position: relative;
	padding: 3px 18px 3px 55px;
	font-size: 19px;
	line-height: 18px;
	margin: 0;
	font-weight: 700;
	font-style: italic;
	color: #5FA013 ;
}

.news-on-day__list a h5:before {
	content: "";
	width: 13px;
	height: 20px;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/arrows-main-news.png) 0 0 no-repeat;
}

.news-on-day__list a:hover h5:before {
	background-position: 0 -22px;
}

.orphus__hint, .similar {
    margin-left: 30px;
}
.orphus__hint {
    font-size: 12px;
    color: #999;
    background: url("../images/orphus__sign.png") no-repeat scroll 0px 2px transparent;
    padding-left: 16px;
    line-height: 16px;
    margin: -5px 0px 16px;
}
.share-btns {
    margin: 10px 0px 15px;
}
.share-btns__aside {
    float: right;
    padding: 0px 0px 0px 16px;
    border-left: 1px solid #CCC;
}
.share-btns__aside .print {
    background: url("../images/print.png") no-repeat scroll 0% 0% transparent;
    vertical-align: middle;
    height: 16px;
    padding: 0px 15px 0px 16px;
    cursor: pointer;
    display: inline-block;
}
.share-btns__aside .mail {
    background: url("../images/mail.png") no-repeat scroll 0px 1px transparent;
    vertical-align: middle;
    height: 16px;
    padding: 0px 15px 0px 16px;
    cursor: pointer;
    display: inline-block;
}
.share-btns__aside .edit {
    background: url("../images/edit.png") no-repeat scroll 0px 1px transparent;
    vertical-align: middle;
    height: 16px;
    padding: 0px 15px 0px 16px;
    cursor: pointer;
    display: inline-block;
}


/* 

	Unicode Shape Preprocessor Library

*/
/*
	For more unicode geometric shapes, visit: 
		- http://en.wikipedia.org/wiki/List_of_Unicode_characters
		- http://jrgraphix.net/r/Unicode/2190-21FF
		- http://www.alanwood.net/unicode/arrows.html

*/
body.article #main header h1 {
    font-family: "Open Sans Condensed Webfont",Arial,sans-serif;
    font-size: 3.6em;
    line-height: 1.4em;
    font-weight: 700;
    margin: 10px 0px 20px;
}
header, section, #supplementary, .secondary-content, .global-nav ul.menu, .footer-nav {
    max-width: 1120px;
    margin: 0px auto;
}
.main-page__title {
	font-size: 8px !important;
	color: #E2E2E0;
	max-width: 1190px;
	padding: 0 5%;
	margin: 0 auto 20px;
}

*::-moz-selection {
    background: none repeat scroll 0% 0% #FE57A1;
    color: #FFF;
    text-shadow: none;
}


/* base styles */
* {
	-o-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}


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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }


/* Overlay */
.fr-overlay {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  zoom: 1;
  overlay: hidden; }

.fr-overlay-background {
  background: #000;
  filter: alpha(opacity=90);
  opacity: .9;
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

/* Window */
.fr-window {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%; }

/* z-index */
.fr-ui-outside .fr-info {
  z-index: 100001; }

/* Loading icon */
.fr-loading {
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  overflow: visible; }

.fr-loading-offset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.fr-loading-background, .fr-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-loading-background {
  background: #0d0d0d url("../images/loading.gif") 50% 50% no-repeat;
  opacity: .8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(80, 80, 80, 0.2); }

.fr-loading-icon {
  display: none; }

/* Bubble (holds everything) */
.fr-bubble {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

/* Fonts */
.fr-ui,
.fr-info {
  font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; }

/* Frames / UI */
.fr-frames {
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline;
  top: 0;
  left: 0;
  overflow: hidden; }

.fr-frame, .fr-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fr-window *:not(.fr-caption)::selection,
.fr-window *:not(.fr-caption)::-moz-selection,
.fr-window *:not(.fr-caption)::-webkit-selection {
  background: transparent; }

.fr-mobile-touch-enabled .fr-frame .fr-box {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-mobile-touch-enabled .fr-ui,
.fr-mobile-touch-enabled .fr-ui-spacer,
.fr-mobile-touch-enabled .fr-ui-wrapper,
.fr-mobile-touch-enabled .fr-ui-padder,
.fr-mobile-touch-enabled .fr-ui-toggle,
.fr-mobile-touch-enabled .fr-ui-outer-border,
.fr-mobile-touch-enabled .fr-side {
  pointer-events: none; }

/* Content */
.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.fr-box-has-ui-outside {
  overflow: hidden; }

.fr-box-spacer, .fr-ui-spacer {
  position: absolute;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-box-wrapper, .fr-ui-wrapper {
  position: relative;
  background: url("../images/blank.gif"); }

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: url("../images/blank.gif"); }

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0; }

.fr-ui-padder {
  zoom: 1; }

.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-box-wrapper {
  background: #101010; }

.fr-ui-wrapper-outside {
  float: left;
  height: 100%;
  width: 100%; }

/* outer-border */
.fr-box-outer-border,
.fr-ui-outer-border {
  position: relative;
  float: left;
  display: inline;
  height: 100%;
  width: 100%;
  zoom: 1; }

/* IE < 8 has a bug where dimensions are ignored without a border */
.fr-ltIE9 .fr-box-outer-border,
.fr-ltIE9 .fr-ui-outer-border {
  border: 0px solid transparent; }

.fr-content {
  height: 100%;
  width: 100%;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0; }

.fr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: optimizeQuality;
  max-width: none; }

.fr-content-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* onClick inside ui-outside */
.fr-onclick-side {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(skins/blank.gif);
  cursor: pointer; }

.fr-onclick-previous {
  left: 0;
  width: 50px; }

.fr-onclick-next {
  right: 0; }

.fr-frame-touch .fr-content {
  position: absolute; }

.fr-side {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: url("../images/blank.gif") 0 0 repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1; }

.fr-side-disabled {
  cursor: default; }

.fr-side-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  pointer-events: auto; }

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1; }

.fr-side-previous {
  left: 0;
  width: 50%; }

.fr-side-next {
  right: 0;
  width: 50%; }

.fr-side-previous .fr-side-button {
  left: 0; }

.fr-side-next .fr-side-button {
  right: 0; }

/* sides (UI outside), smaller area */
.fr-ui-outside .fr-side {
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px; }

.fr-ui-outside .fr-side-button {
  margin-top: 0;
  top: 0; }

/*
 * Info 
 */
.fr-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #efefef;
  pointer-events: auto; }

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000; }

.fr-info-outside .fr-info-background {
  background: #0d0d0d;
  filter: none;
  opacity: 1; }

.fr-info-padder {
  padding: 12px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative; }

.fr-caption {
  position: relative;
  filter: alpha(opacity=99);
  opacity: .99;
  width: auto;
  word-wrap: no-wrap; }

.fr-position-text {
  position: relative; }

/* UI inside */
.fr-has-position .fr-info-inside .fr-caption {
  margin-right: 75px; }

.fr-info-inside .fr-position {
  filter: alpha(opacity=99);
  opacity: .99;
  position: relative;
  text-align: right;
  word-wrap: no-wrap;
  line-height: 21px;
  color: #b3b3b3;
  float: right;
  width: 75px; }

.fr-no-caption .fr-info-inside .fr-position {
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
  filter: alpha(opacity=99); }

.fr-info-inside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-no-caption .fr-info-inside .fr-position-background {
  border-radius: 12px;
  background: #101010;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fr-info-inside .fr-position-text {
  position: relative; }

.fr-no-caption .fr-info-inside .fr-position-text {
  float: left;
  height: 13px;
  line-height: 13px;
  padding: 6px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

/* hide the position on small screens */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-has-position .fr-info-inside .fr-caption {
    margin-right: 0; }

  .fr-position {
    display: none !important; }

  /* smaller side buttons */
  .fr-ui-outside .fr-side {
    width: 54px;
    height: 50px;
    margin-top: -25px; }

  .fr-side-button {
    width: 40px;
    height: 50px;
    margin: 0 6px;
    margin-top: -25px; } }
/* UI outside */
.fr-ui-outside .fr-position {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline;
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9; }

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e1e1e;
  border: 1px solid rgba(180, 180, 180, 0.2); }

.fr-ui-outside .fr-position-text {
  position: relative;
  float: left;
  width: auto;
  text-align: right;
  word-wrap: no-wrap;
  color: #b3b3b3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: no-wrap;
  padding: 6px 10px;
  height: 13px;
  line-height: 13px; }

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Info without caption */
.fr-no-caption .fr-info-outside {
  display: none; }

.fr-no-caption .fr-info-padder {
  pointer-events: none; }

.fr-no-caption .fr-info-background {
  pointer-events: none;
  opacity: 0;
  filter: none;
  display: none; }

/* 1/5 */
.fr-no-caption .fr-position-text,
.fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

/* outside position */
.fr-ui-outside .fr-position {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px; }

/* IE 7 */
.fr-ltIE8 .fr-info * {
  zoom: 1;
  filter: alpha(opacity=99); }

.fr-ltIE8 .fr-box * {
  zoom: 1;
  filter: alpha(opacity=99); }

/* Info (UI outside) */
.fr-info-outside {
  bottom: auto; }

.fr-no-caption .fr-info-outside .fr-info-padder {
  padding: 10px 5px; }

.fr-ui-outside .fr-no-caption .fr-position {
  margin: 0; }

/* X */
.fr-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  pointer-events: auto; }

.fr-close-background {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 23px;
  width: 23px;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #282828;
  cursor: pointer; }

.fr-close:hover .fr-close-background {
  background-color: #333; }

.fr-ui-outside .fr-close-background {
  background-color: #363636; }

.fr-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343; }

.fr-close-icon {
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

/*
 * Thumbnails
 */
.fr-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  min-height: 40px;
  max-height: 120px;
  height: 9%;
  padding: 20px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  zoom: 1; }

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1; }

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  padding: 20px 0; }

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0; }

.fr-ltIE9 .fr-thumbnails-thumbs {
  overflow: hidden; }

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.fr-thumbnail {
  position: relative;
  width: 30px;
  height: 100%;
  float: left;
  margin: 0 10px;
  display: inline;
  zoom: 1;
  cursor: pointer; }

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6 */
  z-index: 1;
  zoom: 1; }

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6 */
  z-index: 0;
  /* IE8 */ }

.lv_thumbnail_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important; }

.fr-thumbnail-overlay {
  cursor: pointer; }

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default; }

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-thumbnail-overlay-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent; }

.fr-thumbnail img {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none; }

.fr-thumbnail:hover img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=99);
  opacity: .99; }

.fr-thumbnail-active img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=35);
  opacity: .35; }

.fr-thumbnail-active {
  cursor: default; }

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-thumbnail-loading-background {
  background-color: #101010;
  background-image: url("../images/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left; }

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none; }

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 10px;
  position: relative;
  overflow: hidden; }

.fr-thumbnails-side-previous {
  margin-left: 20px; }

.fr-thumbnails-side-next {
  margin-right: 20px; }

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  cursor: pointer; }

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px; }

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b; }

.fr-thumbnails-side-button-disabled * {
  cursor: default; }

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333; }

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%; }

/* we can improve things on browsers that support media queries */
@media all and (min-height: 0px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 10px 0; }

  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 4px; }

  .fr-thumbnails-side-previous {
    margin-left: 8px; }

  .fr-thumbnails-side-next {
    margin-right: 8px; }

  .fr-thumbnail-loading-background {
    background-image: url("../images/loading-small.gif"); } }
@media all and (min-height: 200px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 12px 0; }

  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 6px; }

  .fr-thumbnails-side-previous {
    margin-left: 12px; }

  .fr-thumbnails-side-next {
    margin-right: 12px; } }
@media all and (min-height: 350px) {
  .fr-thumbnail-loading-background {
    background-image: url("../images/loading-medium.gif"); } }
@media all and (min-height: 500px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 14px 0; }

  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 7px; }

  .fr-thumbnails-side-previous {
    margin-left: 14px; }

  .fr-thumbnails-side-next {
    margin-right: 14px; } }
@media all and (min-height: 700px) {
  .fr-thumbnails,
  .fr-thumbnails-wrapper {
    padding: 20px 0; }

  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 10px; }

  .fr-thumbnails-side-previous {
    margin-left: 20px; }

  .fr-thumbnails-side-next {
    margin-right: 20px; }

  .fr-thumbnail-loading-background {
    background-image: url("../images/loading.gif"); } }
/* IE specific resets */
.fr-ltIE8 * {
  zoom: 1;
  z-index: 1; }

.fr-ltIE9 .fr-content-image-overlay,
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background {
  border: 0; }

/*
 * ===== Skin: Fresco ===== 
 */
/* Sprite */
.fr-window-fresco .fr-side-button-icon,
.fr-window-fresco .fr-close-icon,
.fr-window-fresco .fr-thumbnails-side-button-icon {
  background-image: url("../images/sprite.png"); }

/* High-res sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fr-window-fresco .fr-side-button-icon,
  .fr-window-fresco .fr-close-icon,
  .fr-window-fresco .fr-side-button-icon {
    background-image: url("../images/sprite@x2.png");
    background-size: 500px 500px;
    /* downscaled 50%, size of original sprite */ } }
.fr-window-fresco .fr-box-outer-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

/* outer-border instead of inner-border example (box and ui px should be the same) */
/*
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
*/
.fr-window-fresco .fr-box-wrapper {
  background: #101010;
  border-color: transparent;
  border-style: solid;
  border-width: 0; }

.fr-window-fresco .fr-content-image-overlay {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.08); }

/* remove bottom border if the image has a caption, or add it when it has a caption */
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 0px; }

.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 1px; }

.fr-window-fresco .fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
  border: 1px solid rgba(180, 180, 180, 0.15); }

.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-top-width: 0; }

.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
  border: 1px solid rgba(80, 80, 80, 0.25);
  border-top-width: 0; }

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* < > */
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -14px; }

.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -14px; }

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px; }

/* disabled state (IE < 9) */
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px; }

.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px; }

/* < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: .5; }

.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
  opacity: 1; }

/* disabled side */
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon {
  opacity: .2; }

/* on the inside we hide disabled sides */
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  background-image: none; }

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -300px; }

  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -300px; }

  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px; }

  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px; }

  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px; }

  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px; } }
/* X */
.fr-window-fresco .fr-close .fr-close-icon {
  background-position: -169px -9px; }

.fr-window-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -9px; }

/* X transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
  background-position: -210px -9px;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: .8; }

.fr-window-fresco .fr-close:hover .fr-close-icon {
  opacity: 1; }

/* Thumbnails */
.fr-window-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0; }

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */ }

/* no inner border on active thumbnail */
.fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px; }

/* Thumbnails < > */
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -160px -41px; }

.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -41px; }

.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -160px -83px; }

.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -83px; }

/* Thumbnails < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: .8; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -160px -41px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -202px -83px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1; }

/* lower opacity on disabled states */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5; }

/* lower opacity IE < 9 using images */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -41px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -83px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50); }

/*
 * ===== Skin: IE6 (always used there as a fallback) ===== 
 */
.fr-window-IE6 * {
  zoom: 1; }

/* Sprite */
.fr-window-IE6 .fr-side-button-icon,
.fr-window-IE6 .fr-close-icon,
.fr-window-IE6 .fr-thumbnails-side-button-icon {
  background-image: url("../images/ie6/sprite.png"); }

/* < > */
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px; }

/* disabled */
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px; }

.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px; }

.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  display: none; }

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px; }

  .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px; }

  .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
  .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: 0px -400px; }

  .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
  .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -40px -400px; } }
/* X */
.fr-window-IE6 .fr-close .fr-close-icon {
  background-position: -169px -9px; }

.fr-window-IE6 .fr-close:hover .fr-close-icon {
  background-position: -210px -9px; }

.fr-window-IE6 .fr-info {
  filter: alpha(opacity=99); }

.fr-window-IE6 .fr-ui-outside .fr-info {
  background: red; }

.fr-window-IE6 .fr-close-icon {
  background-color: #232323; }

.fr-window-IE6 .fr-close .fr-close-background {
  display: none; }

.fr-window-IE6 .fr-info-background {
  display: none; }

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info,
.fr-window-IE6 .fr-info-outside {
  background: #0d0d0d; }

.fr-window-IE6 .fr-position {
  background: #101010; }

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position {
  background: none; }

.fr-window-IE6 .fr-position .fr-position-background {
  display: none; }

/*
@import "partials/social";
@import "partials/nav-below";
*/
/*
==================================================

ELEMENTS

==================================================
*/
/* http://joshduck.com/periodic-table.html */
/*
--------------------------------------------------
Root Element
-------------------------------------------------- */
body {
  min-width: 300px; 
  }
/* mark */
body {
	font-family: "Open Sans Webfont",Arial,sans-serif;
    font-size: 13px;
    line-height: 1.6;
}
body, button, input, select, textarea {
    font-family: "Open Sans Webfont",Arial,sans-serif;
    color: #333;
}
/*
--------------------------------------------------
Text-Level Semantics
-------------------------------------------------- */
/* Anchors
-------------------------------------------------- */
a {
  text-decoration: none; }

/* Modifiers
-------------------------------------------------- */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

/*
--------------------------------------------------
Grouping Content
-------------------------------------------------- */
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px; }

hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  height: 0; }

u {
  text-decoration: none;
  border-bottom: 1px dotted #777777; }

/*
--------------------------------------------------
Forms
-------------------------------------------------- */
/*
form div {
  margin-bottom: 10px; }

fieldset {
  margin-top: 40px; }

legend {
  margin-bottom: 20px;
  font-size: 1.5em; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
textarea {
  box-sizing: border-box; }
*/
@media only screen and (max-width: 480px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  textarea
  article figure img {
    width: 100%; }

  body#home-page #supplementary-content article.first figure img {
    width: 100% !important;
    max-width: 100% !important; } }
/*
--------------------------------------------------
Document Sections
-------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*
--------------------------------------------------
Tabular Data
-------------------------------------------------- */
table {
  width: 100%; }

th,
td {
  padding: 0.5em 1em; }

/*
--------------------------------------------------
Embedding Content
-------------------------------------------------- */
/* Images
-------------------------------------------------- */
img {
  border: none;
  /*display: block;*/
  /*max-width: 100%;*/
  height: auto; }
  .ie8 img {
    width: auto; }

figure {
  /*margin-bottom: 40px; */
  }

figcaption {
  /*padding: 0.5em 0;*/
  /*margin-bottom: 20px;*/
  /*border-bottom: 1px solid #eeeeee;*/ }

/*
--------------------------------------------------
Interactive Elements
-------------------------------------------------- */
/*
==================================================

TYPOGRAPHY

==================================================
*/
/*
--------------------------------------------------
Fonts
-------------------------------------------------- */
body {
  font: normal 100%/1.5em "Open Sans Webfont", Helvetica, Arial, "sans-serif";
  color: #333; /*color: #666;*/ }

/*
--------------------------------------------------
Headings
-------------------------------------------------- */
h1 {
  font-size: 2.3em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.4em; }

h6 {
  font-size: 1.2em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: .5em;
  line-height: 1.2em; }

/*
--------------------------------------------------
Text and Anchors
-------------------------------------------------- */
p {
  /*font-family: "chaparral-pro", Georgia, "Times New Roman", serif;*/ }

.date {
  font-family: 'Open Sans Webfont', Helvetica, Arial, "sans-serif"; }

b {
  font-weight: bold; }

/*
--------------------------------------------------
Lists
-------------------------------------------------- */
ol {
  list-style: decimal; }

ul {
  list-style: square; }

li {
  /*margin-left: 24px;*/ }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

ol li ol li {
  list-style-type: lower-alpha; }

ul li li {
  list-style-type: circle; }

ul ul,
ol ul,
ol ol {
  margin-bottom: 0; }

ol ul li {
  list-style-type: disc; }

ol ul li li {
  list-style-type: circle; }

/*
--------------------------------------------------
Tables
-------------------------------------------------- */
th,
td {
  text-align: left; }

td {
  vertical-align: top; }

th {
  font-weight: bold; }

/*
--------------------------------------------------
Miscellaneous
-------------------------------------------------- */
/* Blockquotes
-------------------------------------------------- */
blockquote {
  border-left: 3px solid #d14414;
  background-color: #fff;
  padding: 0px 0px 0px 12px;
  margin-left: 17px; }

blockquote p:last-child {
  margin-bottom: 0; }

/* Code
-------------------------------------------------- */
pre {
  white-space: normal;
  padding: 1em 1.5em;
  border: 1px solid #dddddd;
  background-color: #eee;
  word-wrap: break-word; }

code {
  white-space: pre;
  font-family: monospace;
  font-size: 1.2em;
  color: #000; }

/*
==================================================

LAYOUT

==================================================
*/
#bottom {
  padding-top: 20px; }

/*
--------------------------------------------------
Clearing
-------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */
.box:after,
.global-nav ul:after,
.main-header:after,
.main-nav ul:after,
.facet:after,
.subsection:after,
#supplementary:after,
#events:after,
.box .articles:after,
.intro:after,
.article-news .container:after,
#section-announcements ul:after,
.secondary-content:after,
#section-footer:after,
#news-features:after,
#news-category-headlines article:after,
.footer-nav:after,
.colleges-nav ul:after,
.links-social:after,
.clearfix:after,
body#home-page #secondary .secondary-sections section .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.box,
.global-nav ul,
.main-header,
.main-nav ul,
.facet,
.subsection,
#supplementary,
#events,
.box .articles,
.intro,
.article-news .container,
#section-announcements ul,
.secondary-content,
#section-footer,
.footer-nav,
.colleges-nav ul,
.links-social,
.clearfix,
body#home-page #secondary .secondary-sections section .container {
  zoom: 1;
  display: block; }

/*
--------------------------------------------------
Fixed Width Layout
-------------------------------------------------- */
.ie7 #section-overview,
.ie7 #section-spotlights,
.ie7 #section-announcements,
.ie7 #supplementary,
.ie8 #section-overview,
.ie8 #section-spotlights,
.ie8 #section-announcements,
.ie8 #supplementary {
  min-width: 900px; }
.ie7 .global-nav ul.menu,
.ie7 header,
.ie7 #notifications #notifier,
.ie7 .sub-nav .subsection h3,
.ie7 #section-gateway,
.ie7 .secondary-content,
.ie7 #section-member-colleges,
.ie8 .global-nav ul.menu,
.ie8 header,
.ie8 #notifications #notifier,
.ie8 .sub-nav .subsection h3,
.ie8 #section-gateway,
.ie8 .secondary-content,
.ie8 #section-member-colleges {
  min-width: 980px; }
.ie7 .sub-nav .level-3,
.ie7 #section-footer,
.ie8 .sub-nav .level-3,
.ie8 #section-footer {
  min-width: 940px; }

/*
==================================================

CONTENT

==================================================
--------------------------------------------------
Branding
-------------------------------------------------- */
.branding {
  float: left;
  margin-bottom: 0; }
  .branding a {
    display: block;
    width: 400px;
    height: 60px;
    text-indent: -999em;
    padding: 25px 20px 30px; }


/*
--------------------------------------------------
Overview
-------------------------------------------------- */
.facet,
.subsection {
  border-top: 1px solid #e4e4e4; }

.facet-content h3,
.subsection-content h3 {
  font-size: 1.625em;
  color: #231f20; }
.facet-content p,
.subsection-content p {
  font-size: 1.125em;
  color: #333; }
.facet-content .article-links,
.subsection-content .article-links {
  font-family: "Open Sans Webfont", Helvetica, Arial, "sans-serif";
  font-size: .8125em;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* Overview Articles
-------------------------------------------------- */
.subsection {
  padding-bottom: 20px; }

.subsection-overview {
  padding-bottom: 20px; }

.facet-overview h2 {
  margin: 40px 40px 20px 40px; }

.facet-overview ul {
  padding: 0 40px 20px; }

.subsection-overview ul {
  padding: 0 40px;
  margin-bottom: 0; }

.facet-overview ul li,
.subsection-overview ul li {
  font-size: .8125em;
  text-transform: uppercase; }

.facet .content-block {
  padding: 40px; }

.subsection .content-block {
  padding: 40px 40px 0; }

.facet figure {
  padding: 20px 40px 0 40px; }

.subsection figure {
  padding: 40px 40px 0 40px;
  margin: 0; }

.subsection-links .link-view-all {
  list-style: none;
  margin-top: 1.3em;
  padding-top: .3em;
  border-top: 1px solid #dddddd; }

/*
--------------------------------------------------
Events
-------------------------------------------------- */
#supplementary h3,
#section-spotlights h3 {
  margin-bottom: 0;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .1em; }
  #supplementary h3 a,
  #section-spotlights h3 a {
    display: block;
    border-top: 20px solid #cccccc;
    padding: 30px 40px; }

#supplementary .article-content,
#supplementary .unit-content {
  padding: 0 40px 40px;
  min-height: 120px; }

#supplementary .article-content {
  padding-top: 40px; }

#supplementary .subscribe-form .unit-content {
  padding-top: 40px; }

#supplementary .full h4.article-headline,
#supplementary .full h4.unit-headline {
  margin-bottom: 0;
  font-size: 1.375em;
  font-weight: 700;
  color: #231f20; }

#supplementary .contact-details strong {
  margin-right: 4px; }

#supplementary .unit-sections .unit-section .unit-content {
  padding-top: 0;
  padding-bottom: 0; }



/* Section Pages
-------------------------------------------------- */
.section-nav .section-menu {
  padding-bottom: 40px; }

.main-content .page-content {
  padding: 0 40px 40px; }

.page-content blockquote {
  margin-bottom: 30px; }



.footer-nav h4 {
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .25em; }

.footer-nav h4 a {
  color: #fff; }

.footer-nav h4 a:hover {
  color: #fff;
  font-weight: 700; }

.footer-nav li {
  font-size: .875em;
  list-style: none;
  margin: 0;
  color: #ba969d; }

.footer-nav li a {
  color: #ba969d; }

.footer-nav li a:hover {
  color: #fff; }




/*
--------------------------------------------------
Navigation
--------------------------------------------------
*/
/* Global Navigation
--------------------------------------------------
*/
.global-nav {
  font-size: .875em;
  font-size: .875rem; }

/* Utility Navigation
--------------------------------------------------
*/
#shortcuts-item,
#utility-nav li a {
  font-size: .85714285714em;
  font-size: .75rem;
  text-transform: uppercase;
  padding-top: .8em;
  padding-bottom: .8em; }

/* Main Navigation
--------------------------------------------------
*/
.main-nav {
  font-size: .775em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em; }

/*
--------------------------------------------------
Buttons
--------------------------------------------------
*/
.button {
  display: inline-block;
  font: bold normal 0.75em/1 "ff-scala-sans-web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 0.8em 1.2em;
  background-color: #FF0000;
  color: #fff;
  border-radius: 5px; }

.button:hover {
  color: #fff;
  background-color: #000; }

.buttons input[type="submit"] {
  display: inline-block;
  font: bold normal 0.75em/1 "ff-scala-sans-web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 0.8em 1.2em;
  background-color: #d14414;
  color: #fff;
  border-radius: 5px;
  border: none; }

.buttons input[type="submit"]:hover {
  color: #fff;
  background-color: #000; }

.group {
  zoom: 1;
  display: block;
  margin: 0 -10px; }
  .group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.group .button {
  float: left;
  margin: 10px; }

.btn {
  display: inline-block;
  font: bold normal 12px/1 ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 0.3em 0.4em 0.2em;
  background-color: #999;
  color: #fff;
  border-radius: 3px; }
  .btn:hover, .btn:active {
    color: #fff;
    background-color: #333; }

@media only screen and (min-width: 360px) {
  h4 .btn {
    float: right;
    margin-top: 6px; } }
/*
--------------------------------------------------
Content
--------------------------------------------------
*/

@media only screen and (min-width: 750px) {
  .page-body .lead {
    margin-right: -40%; } }
/* Pull Quotes
--------------------------------------------------
*/
blockquote.pullquote {
  font-family: "chaparral-pro", Georgia, "Times New Roman", serif;
  font-size: 1.5em;
  line-height: 29.11px;
  padding: 30px 0px 30px 60px;
  float: right;
  display: inline;
  border-left: none;
  background-color: #fff; }
  blockquote.pullquote p {
    width: 100%; }
  blockquote.pullquote .quote-attribution {
    text-align: right;
    font-weight: 400;
    clear: both;
    display: block; }
    blockquote.pullquote .quote-attribution:before {
      content: "\2014";
      margin-right: 1px; }

/* Footnotes
--------------------------------------------------
*/
ol.footnotes {
  font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
  font-size: 0.8em; }



/* Featured Events
--------------------------------------------------
*/
.events-featured article {
  padding-bottom: 20px; }
  .events-featured article img {
    margin-bottom: 20px; }
  .events-featured article h4 {
    margin-bottom: 5px; }
  .events-featured article .date {
    margin-bottom: 10px; }

@media only screen and (min-width: 750px) {
  .events-featured {
    zoom: 1;
    display: block;
    margin: 0 -20px; }
    .events-featured:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .events-featured article {
      float: left;
      width: 50%; }
      .events-featured article .article-content {
        padding: 0 20px; } }
/* Items
--------------------------------------------------
*/
.item {
  padding-bottom: 20px; }
  .item .media {
    display: block;
    margin-bottom: 20px; }

@media only screen and (min-width: 480px) {
  .item-media {
    zoom: 1;
    display: block; }
    .item-media:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .item-media .media {
      width: 120px;
      float: left; }
    .item-media .item-info {
      margin-left: 140px; } }
/* Resources
--------------------------------------------------
*/
.resources {
  zoom: 1;
  display: block; }
  .resources:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.resource {
  padding-bottom: 20px; }
  .resource .media {
    display: block;
    margin-bottom: 20px; }
  .resource .title {
    margin-bottom: .5em; }

@media only screen and (min-width: 480px) {
  .resources {
    margin: 0 -20px; }

  .resource {
    float: left;
    width: 50%;
    padding-bottom: 0; }
    .resource .media {
      padding: 0 20px; }
    .resource .resource-info {
      padding: 0 20px;
      min-height: 200px; } }
@media only screen and (min-width: 980px) {
  .resource {
    width: 33%; } }
/* Pagination
--------------------------------------------------
*/
nav.page ul {
  text-align: center; }
  nav.page ul li {
    display: inline;
    margin: 0 4px 0 0; }
    nav.page ul li a {
      padding: 3px 8px;
      font-size: 14px;
      font-weight: bold;
      border: 1px solid #dddddd;
      background: #fff;
      border-radius: 4px; }
      nav.page ul li a:hover, nav.page ul li a:focus {
        background: #f0f0f0;
        border-color: #ccc; }
      nav.page ul li a:active {
        background: #fff;
        border-color: #ddd; }

/* Profiles
--------------------------------------------------
*/
.profiles {
  zoom: 1;
  display: block; }
  .profiles:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.profile {
  padding-bottom: 20px; }
  .profile .media {
    display: block;
    margin-bottom: 20px; }
  .profile .fn {
    margin-bottom: .5em; }
  .profile .role {
    font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
    font-size: .8em;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: .5em; }

.profile-thumb .media {
  width: 60px;
  float: left; }
.profile-thumb .profile-info {
  margin-left: 80px; }

@media only screen and (min-width: 480px) {
  .profiles {
    margin: 0 -20px; }

  .profiles .profile {
    float: left;
    width: 50%;
    padding-bottom: 0; }
    .profiles .profile .media {
      padding: 0 20px; }
    .profiles .profile .profile-info {
      padding: 0 20px;
      min-height: 200px; }

  .profile-media-large .media {
    width: auto;
    float: none; }
  .profile-media-large .profile-info {
    margin-left: 0; } }
.profile figcaption {
  border-bottom: 0;
  padding: 0; }

@media only screen and (max-width: 979px) and (min-width: 480px) {
  .profile .profile-overview {
    zoom: 1;
    display: block;
    margin-bottom: 20px; }
    .profile .profile-overview:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .profile .profile-overview figure {
      margin-bottom: 20px; }
      .profile .profile-overview figure img {
        float: left;
        width: 33%;
        box-sizing: border-box;
        padding-right: 20px; }
      .profile .profile-overview figure figcaption {
        margin-left: 33%; } }
.profile-media-small {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0; }
  .profile-media-small .media {
    float: left;
    width: 33.3333333333%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right; }
    .profile-media-small .media img {
      float: right; }
  .profile-media-small .profile-info {
    margin-left: 33.3333333333%; }

.profile .accordion {
  clear: both; }

@media only screen and (min-width: 980px) {
  .profiles .profile {
    width: 33%; }

  .profile .profile-overview {
    float: left;
    width: 32.5%;
    box-sizing: border-box;
    padding-right: 40px; }
  .profile .profile-content {
    margin-left: 32.5%; }
    .profile .profile-content .profile-media-small .media {
      width: 25%;
      margin-left: -25%; }
    .profile .profile-content .profile-media-small .profile-info {
      margin-left: 0; } }
/* Social Network
--------------------------------------------------
*/
.section-aside .social-network {
  padding: 0 40px 40px; }

@media only screen and (min-width: 750px) {
  .section-aside .social-network {
    padding: 0 20px 40px 0; } }



/*
==================================================

COLORS

==================================================
*/
/*
--------------------------------------------------
Typography
-------------------------------------------------- */
a {
  color: #0098c1; }

a:hover {
  color: #000; }

.page-title,
.page-title a {
  color: #561d27; }

/*
--------------------------------------------------
Backgrounds
-------------------------------------------------- */
/* Area Backgrounds
-------------------------------------------------- */
#main, #overview {
  /*background-color: #f1f1f1;*/ }

#content {
  /*background-color: #f1f1f1;*/ }

#home-page #content {
  /*background-color: #dbe4e7;*/ }

#secondary {
  background-color: #f3f7f8; }

#bottom {
  /*background-color: #561d27;*/ 
  background-color: rgba(7, 110, 114, 0.54);
  }



/* Content Backgrounds
-------------------------------------------------- */
#section-overview,
#supplementary section .container,
#section-spotlights {
  background-color: #fff; }

.box {
  background-color: #fff; }




/* Supplementary and Spotlights
-------------------------------------------------- */
#supplementary h3,
#supplementary h3 a,
#section-spotlights h3,
#section-spotlights h3 a {
  color: #7c6a55; }

#supplementary #section-campus-events h3,
#supplementary #section-campus-events h3 a {
  border-color: #00546b; }

#supplementary #section-athenaeum h3,
#supplementary #section-athenaeum h3 a {
  border-color: #566b21; }

#supplementary #media-contact h3,
#supplementary #media-contact h3 a,
#supplementary #section-contact h3,
#supplementary #section-contact h3 a {
  border-color: #561d27; }

#supplementary #section-subscribe h3,
#supplementary #section-subscribe h3 a {
  border-color: #00546b; }

#section-spotlights {
  border-top: 1px solid #e4e4e4; }

#section-spotlights h3,
#section-spotlights h3 a {
  border-color: #981a31; }

#supplementary .article-content .excerpt,
#supplementary .article-content p,
#supplementary .unit-content .excerpt,
#supplementary .unit-content p {
  color: #333; }

#supplementary .subscribe-form .unit-content {
  background-color: #f0f2eb; }

/* Announcements
-------------------------------------------------- */
#section-announcements li.update a {
  background-color: #566b21; }

#section-announcements li.special-report a {
  background-color: #561d27; }

/* Buttons
-------------------------------------------------- */
.section-experiences .button {
  background-color: #566b21; }

.section-experiences .button:hover {
  background-color: #000; }

/*
==================================================

BRANDING

==================================================
*/
.branding a {
  /*background: transparent url(../images/logotype.png) 20px 25px no-repeat;*/ }

.imgukraine a {
  background: transparent url(../images/logotypeukraine.png) 20px 25px no-repeat; }
.imgrussian a {
  background: transparent url(../images/logotyperussian.png) 20px 25px no-repeat; }  
.imgenglish a {
  background: transparent url(../images/logotyperussian.png) 20px 25px no-repeat; }    
  
#shortcuts-item {
  padding-left: 40px;
  background: transparent url(../images/icons/icon-menu.png) 12px 13px no-repeat; }


.ranking {
  background: transparent url(../images/icons/rankings-ribbon.gif) 0 0 no-repeat; }



/*
==================================================

EFFECTS

==================================================
*/
#select-leadership-path {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf); }

/*
==================================================

MEDIA QUERIES

==================================================
*/
/*
--------------------------------------------------
Small Screens (600 pixels wide)
-------------------------------------------------- */
@media only screen and (max-width: 479px) {
 /* Main Nav 
-------------------------------------------------- */
  .main-nav {
    letter-spacing: 0; }

  .main-nav ul li {
    margin-bottom: 0px;
    padding-bottom: 0px; }

  .main-nav ul li.active {
    background: none; }

  .facet {
    border-top: 20px solid white; }

  #overview-academics {
    border-color: #d14414; }

  #overview-experiences {
    border-color: #566b21; }

  #overview-life {
    border-color: #00546b; }

  #overview-outcomes {
    border-color: #981a31; }

  /* News/Events
-------------------------------------------------- */
  .single .meta-content .comments {
    margin-top: 0px!important;
    float: none!important; }

  .box-features p.comments {
    float: left; }

  #select-leadership-path .selector span {
    font-size: 1.2em!important; }

  .accordion-inner ul.list li {
    line-height: 1.125em;
    margin-bottom: 0.75em; }

  footer {
    display: none; } }
@media only screen and (max-width: 600px) {
  #shortcuts-item,
  #utility-nav ul li a {
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden; }

  #shortcuts-item,
  #utility-nav ul li a {
    background-position: center center; }

  .nav-close.bottom {
    display: block;
    color: #fff;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px; }

  .article-news.single img {
    margin-left: 0px; } }

@media only screen and (max-width: 750px) {
  .main-nav {
    padding: 0;
    border-top: none; }

  .main-nav li {
    border-top: 1px solid #e4e4e4;
    width: 50%;
    padding-bottom: 0px; }

  .main-nav li a {
    padding: 10px 20px;
    border-radius: 0; }

  .main-nav li:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
    margin-right: -1px; }

  .box {
    border-top: 1px solid #e4e4e4; }

  #supplementary {
    clear: both; }

  /* Misc
  -------------------------------------------------- */
  blockquote.pullquote {
    padding-left: 0px; }

  /* News/Events
  -------------------------------------------------- */
  /*
    .article-tabs .container {
      margin-right: 20px;
    }
  */
  /* Calendar
  -------------------------------------------------- */
  .calendar-items-wrapper {
    margin: 0 40px 40px; } }
@media only screen and (max-width: 750px) and (min-width: 480px) {
  /* Main Nav 
  -------------------------------------------------- */
  .main-nav ul li {
    margin-bottom: 0px;
    padding-bottom: 0px; }

  .main-nav ul li.active {
    background: none; }

  .facet-overview {
    float: left;
    width: 45%; }

  .facet figure {
    float: right;
    width: 50%;
    margin-left: 5%;
    margin-bottom: 20px;
    padding: 0;
    border-top: 20px solid white; }

  .facet figure img {
    width: 100%; }

  #overview-academics figure {
    border-color: #d14414; }

  #overview-experiences figure {
    border-color: #566b21; }

  #overview-life figure {
    border-color: #00546b; }

  #overview-outcomes figure {
    border-color: #981a31; }

  .article-events img {
    width: 100%; }

  .box .articles {
    padding-bottom: 20px; }

  .article-news.featured.single figure {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }
    .article-news.featured.single figure img {
      margin-left: 0px; } }
/*
--------------------------------------------------
Medium Screens (980 pixels wide)
-------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 980px) {
  .box-features .article-news .article-category {
    float: left;
    margin: 1px 5px 1px 0; }
  .box-features .article-news .date {
    margin-bottom: .5em; }
    .box-features .article-news .date:before {
      content: '•';
      margin-right: 5px; } }
@media only screen and (min-width: 750px) and (max-width: 980px) {
  .main-nav {
    padding: 20px;
    border-top: 1px solid #e4e4e4; }

  /* Subnavigation
  -------------------------------------------------- */
  .half {
    float: left;
    width: 50%; }

  /* Main Nav Arrow Position/Padding
  -------------------------------------------------- */
  .main-nav ul li {
    margin-bottom: -20px;
    padding-bottom: 28px; }

  /* Overview
  -------------------------------------------------- */
  .facet:first-child figure,
  .facet figure {
    float: right;
    width: 24.107142857143%;
    border-top: 20px solid white; }

  .facet {
    border-right: none; }

  .facet-overview {
    width: 33.333333333333%; }

  .facet-content {
    width: 42.559523809524%; }

  .facet-overview h2 {
    font-size: 1.8em; }

  /* Spotlights
  -------------------------------------------------- */
  .article-news .article-headline {
    font-size: 1.125em; }

  /* Secondary Content
  -------------------------------------------------- */
  .secondary-content section {
    float: left;
    width: 50%; }

  /* Footer
  -------------------------------------------------- */

  .footer-nav {
    float: left;
    width: 50%;
    padding-top: 20px; }

  .nav-group {
    float: left;
    /*added by MT for ipad portrait */
    width: auto; }

  /* Intro
  -------------------------------------------------- */
  .intro-content {
    width: 50%; }

  .intro-aside {
    width: 50%;
    margin-top: 20px; }

  /* News
  -------------------------------------------------- */
  #tabs ul a {
    padding: 12px; }

  .article-meta .meta-content p.social a {
    float: left;
    margin-left: 0px;
    padding: 0px 17px 0px 0px; }

  .article-meta .meta-content p.social a .icon {
    margin-left: 0px;
    margin-bottom: 0px; } }
@media only screen and (min-width: 750px) {
  /*
  --------------------------------------------------
  Page Skip Link
  -------------------------------------------------- */
  a.skip-link {
    display: none; }

  /*
  --------------------------------------------------
  Default Page Structure
  -------------------------------------------------- */
  header,
  section,
  #supplementary,
  .secondary-content,
  .global-nav ul.menu,
  .footer-nav {
    max-width: 1120px;
    margin: 0 auto; }

  .main-nav li a {
    margin-left: 2px; }

  #utility-nav {
    float: right; }

  #section-gateway {
    max-width: 1400px; }

  #section-footer {
    max-width: 1080px; }

  #content {
    /*padding: 40px 0;*/ }

  #overview {
    padding-bottom: 40px; }

  #supplementary {
    margin-bottom: 40px; }

  #section-spotlights {
    margin-bottom: 40px; }

  #secondary {
    padding: 20px 0; }

  #select-leadership-path,
  #section-overview,
  #supplementary section .container,
  #section-spotlights {
    -webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 0 7px rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 7px rgba(50, 50, 50, 0.4);
    border: 1px solid #b5b5b5; }

  .box {
    -webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 0 7px rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 7px rgba(50, 50, 50, 0.4);
    background: #ffffff;
    border: 1px solid #b5b5b5;
    position: relative;
    margin-bottom: 40px; }

  /* Misc
  -------------------------------------------------- */
  blockquote.pullquote {
    width: 55%; }



  /* Overview
  -------------------------------------------------- */
  #overview {
    padding-top: 120px; }

  #section-overview {
    margin-bottom: 0; }

  #overview,
  #content {
    /*padding-left: 40px;
    padding-right: 40px;*/ }

  .facet {
    border-top: none; }

  .subsection {
    padding-bottom: 0; }

  .facet-overview {
    float: left;
    width: 33.3333333333%;
    border-top: 1px solid #e4e4e4; }

  .facet figure,
  .subsection figure {
    padding: 0;
    border-top: 0;
    margin: 0; }

  .subsection figure {
    float: left; }

  .subsection-content,
  .subsection-overview {
    margin-left: 270px; }

  .subsection-overview {
    padding-bottom: 40px; }

  .facet-content {
    float: left;
    width: 42.559523809524%;
    border-top: 1px solid #e4e4e4; }

  .facet:first-child .facet-overview,
  .facet:first-child figure,
  .facet:first-child .facet-content,
  .subsection:first-child .subsection-overview,
  .subsection:first-child figure,
  .subsection:first-child .subsection-content {
    border-top: none; }

  .facet {
    border-right: 20px solid white; }

  #section-overview .subsection:first-child {
    padding-top: 20px; }

  #section-overview .subsection:first-child figure {
    border-top: 20px solid #cccccc;
    margin-top: -20px; }

  /* Supplementary
  -------------------------------------------------- */
  #supplementary section {
    float: left;
    width: 50%;
    margin: 0; }

  #supplementary section .container {
    margin-left: 20px; }

  #supplementary section:nth-child(odd) .container {
    margin-left: 0;
    margin-right: 20px; }

  /* Spotlights
  -------------------------------------------------- */
  #section-spotlights h3 {
    margin-left: 75.892857142857%;
    width: 24.107142857143%; }

  /* Announcements
  -------------------------------------------------- */
  #section-announcements ul {
    padding: 0; }

  #section-announcements li {
    float: left;
    width: 50%;
    padding: 0; }

  #section-announcements li a {
    margin-left: 20px; }

  #section-announcements li:nth-child(odd) a {
    margin-left: 0;
    margin-right: 20px; }

  /* Intro
  -------------------------------------------------- */
  .intro-figure {
    float: left;
    width: 50%;
    margin-bottom: 60px; }

  .intro-figure figure {
    padding-right: 20px; }

  .intro-content {
    float: left;
    width: 50%; }

  .intro-aside {
    float: right;
    width: 100%;
    margin-top: 0; }

  .block {
    padding: 0 20px; }

  .intro-aside .block {
    padding: 30px 40px; }

  /* Section Pages
  -------------------------------------------------- */
  .section-aside,
  .section-nav {
    float: right;
    width: 24.107142857143%; }

  .section-aside .section-nav {
    float: none;
    width: auto; }

  .main-content {
    float: left;
    width: 75.892857142857%; }

  .main-content .page-content {
    padding: 0 40px 40px; }

  #content .page-content .page-title {
    padding-left: 0; }

  .page-body {
    margin-right: 29.87012987013%; }

  .page-content .pullquote {
    margin: 0 -40% 0 0;
    padding-left: 40px; }

  .section-nav,
  .nav-resources {
    padding-left: 0;
    padding-right: 0; }

  .section-nav .section-menu,
  .nav-resources .list-links {
    padding: 0; }

  .section-nav .box-title,
  .nav-resources .list-title {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; }

  .section-nav .box-title,
  .box-features .box-title {
    padding-top: 55px;
    padding-bottom: 55px; }

  .section-nav .box-title a,
  .nav-resources .list-title a {
    padding-left: 0;
    padding-right: 0; }

  .section-intro .box-title,
  .box-article .box-title,
  .box-features .box-title {
    position: absolute;
    right: 0;
    top: 0;
    width: 24.107142857143%;
    padding-left: 0;
    padding-right: 0; }

  #notifications .controls {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent !important; }

  /* Supplementary: Unit Sections
  -------------------------------------------------- */
  #supplementary .unit-sections {
    float: none;
    width: auto; }

  #supplementary .unit-sections h3 a {
    margin-left: 20px; }

  #supplementary section.unit-sections .container,
  #supplementary section.unit-sections:nth-child(odd) .container {
    margin-right: 0; }

  #supplementary .unit-sections .container {
    zoom: 1;
    display: block; }
    #supplementary .unit-sections .container:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

  #supplementary .unit-sections .unit-section {
    float: left;
    width: 50%; }

  #supplementary .unit-sections .unit-section-b .unit-content {
    padding-left: 20px; }

  #supplementary .unit-sections .unit-section .unit-content {
    padding-bottom: 40px; }

  #supplementary h3 {
    margin-left: 50%;
    width: 50%; }
    #supplementary h3.box-title {
      padding-left: 0;
      padding-right: 0; }

  #section-spotlights h3.box-title {
    padding-left: 0;
    padding-right: 0; }

  #supplementary h3 a,
  #section-spotlights h3 a {
    padding: 30px 0; }

  
/*
--------------------------------------------------
Large Screens (1400 pixels wide)
-------------------------------------------------- */
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .facet-overview h2 {
    font-size: 1.8em; }

  .intro-figure {
    float: left;
    width: 50%;
    margin-bottom: 60px; }

  .intro-figure figure {
    padding-right: 20px; }

  .intro-content {
    float: left;
    width: 24.107142857143%; }

  .intro-aside {
    float: right;
    width: 24.107142857143%; } }
@media only screen and (min-width: 981px) {



  /* Supplementary
  -------------------------------------------------- */
  #supplementary .article-content .article-headline,
  #supplementary .unit-content .unit-headline {
    float: left;
    width: 41.304347826087%;
    margin-bottom: 0; }

  #supplementary .article-content .date,
  #supplementary .unit-content .date {
    float: left;
    width: 41.304347826087%;
    clear: left; }

  #supplementary .article-content .excerpt,
  #supplementary .unit-content .excerpt {
    margin-left: 50%;
    width: 50%; }

  /* Supplementary Full
  -------------------------------------------------- */
  #supplementary .full .article-content .article-headline,
  #supplementary .full .unit-content .unit-headline {
    float: none;
    width: 75%;
    margin-bottom: 0; }

  #supplementary .full .article-content .date,
  #supplementary .full .unit-content .date {
    float: none;
    width: 100%;
    clear: both; }

  #supplementary .full .article-content .excerpt,
  #supplementary .full .unit-content .excerpt {
    margin-left: 0%;
    width: 0%; }

  /* Secondary Content
  -------------------------------------------------- */
  .secondary-content section {
    float: left;
    width: 25%; }

  .secondary-content section h3 .twitter-atreply {
    display: block; }

  .links-social {
    width: 128px; }

  /* Footer
  -------------------------------------------------- */

  .nav-group {
    float: left;
    width: 25%; }

  /*
  --------------------------------------------------
   Footer
  -------------------------------------------------- */
	.nav-group .container {
		padding: 20px; }
	.copyright {
		padding: 0 20px 40px; }	 
  

  /* Subsection Content
  -------------------------------------------------- */
  .subsection-content.short {
    width: 27.678571428571%; }

  .subsection-overview.long {
    width: 48.214285714286%; }

  .subsection-overview.long .subsection-links.list-1,
  .subsection-overview.long .subsection-links.list-2 {
    float: left;
    width: 42.592592592592%;
    padding: 0 7.07407% 0 0; }
}
@media only screen and (min-width: 1400px) {
  #main {
    /*background: #ccc;*/ } }


html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }



/* Global Declaration */
form label {
  font-size: 14px;
  font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  width: 100%;
  display: block; }

form .input-group {
  margin-bottom: 15px; }

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url(../images/uniform/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
  margin: 0;
  padding: 0; }

/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 5px;
  color: #777;
  /*background: url('../images/uniform/bg-input-focus.png') repeat-x 0px 0px #fff;
  background: url('../images/uniform/bg-input.png') repeat-x 0px 0px #fff;*/
  background: #fff;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0; }

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  /*background: url('../images/uniform/bg-input-focus.png') repeat-x 0px 0px #fff;*/
  background: #fff; }

/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px; }

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px; }

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px; }

div.selector:active,
div.selector.active {
  background-position: -483px -156px; }

div.selector:active span,
div.selector.active span {
  background-position: right -26px; }

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px; }

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px; }

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px; }

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px; }

div.selector.disabled {
  background-position: -483px -234px; }

div.selector.disabled span {
  background-position: right -104px; }

/* Checkbox */
div.checker {
  width: 19px;
  height: 19px; }

div.checker input {
  width: 19px;
  height: 19px; }

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px; }

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px; }

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px; }

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px; }

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px; }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px; }

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

/* Radio */
div.radio {
  width: 18px;
  height: 18px; }

div.radio input {
  width: 18px;
  height: 18px; }

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px; }

div.radio:active span,
div.radio.active span {
  background-position: -18px -279px; }

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px; }

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px; }

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px; }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px; }


/* PRESENTATION */
/* Select */
div.selector {
  width: 190px;
  font-size: 12px; }

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px white; }

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer; }

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 white; }

div.selector.disabled span {
  color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }


/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0; }

/* Button */
.button {
  border: none;
  cursor: pointer; }

div.button a,
div.button button,
div.button input {
  position: absolute; }

div.button {
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center; }

/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden; }

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.selector select {
  position: absolute;
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  height: 25px;
  border: none;
  background: none; }

/* Checker */
div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.checker input {
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  display: inline-block;
  background: none; }

/* Radio */
div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.radio input {
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  text-align: center;
  display: inline-block;
  background: none; }

/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default; }

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default; }

div.uploader input {
  opacity: 0;
  /*filter: alpha(opacity:0);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default; }

/* Contact Form7 Line Break Fixes */
.wpcf7-form br {
  display: none; }

.wpcf7-form p {
  display: none; }

span.wpcf7-list-item {
  margin-left: 0px!important; }

/* Contact Form7 Error Styles */
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ng {
  border: none!important; }

div.wpcf7-response-output {
  margin: 10px 0px;
  padding: 0px;
  color: #D1441A; }

span.wpcf7-not-valid-tip {
  border: none!important;
  top: 0!important;
  left: 0!important;
  background: none!important;
  color: red!important;
  padding: 1px 7px !important; }

div.wpcf7 img.ajax-loader {
  right: -20px;
  position: absolute;
  top: 15px; }

.buttons input {
  display: inline-block;
  font: bold normal 0.75em/1 "ff-scala-sans-web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 0.8em 1.2em;
  background-color: #d14414;
  color: #fff;
  border-radius: 5px; }

.buttons input:hover {
  color: #fff;
  background-color: #000; }

.fade {
  opacity: 0; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden; }
  .collapse.in {
    height: auto; }

/* BASE
********************************************/
/*********************
GENERAL STYLES
*********************/
body#home-page {
  /*********************
  LAYOUT & BACKGROUNDS
  *********************/
  /*********************
  CONTENT STYLES
  *********************/ }
  body#home-page section,
  body#home-page .secondary-content {
    max-width: 1060px; }
  body#home-page .section-inner {
    width: 100%; }
  body#home-page .main-header {
    background: #fff;
	/*background: #0d0d0d url("../images/bg.jpg") 50% 50%;	*/
    width: 100%;
    max-width: none; }
    body#home-page .main-header .header-inner {
      max-width: 1120px;
      margin: 0 auto; }
  body#home-page #home-page.container {
    background: #f1f1f1; }
  body#home-page #section-overview {
    box-shadow: none;
    border: none; }
  body#home-page #featured {
    max-height: 350px; }
    body#home-page #featured .flex-viewport {
      max-height: 350px; } /* banner rotation height*/
      body#home-page #featured .flex-viewport .slides {
        max-height: 350px; }
        body#home-page #featured .flex-viewport .slides li {
          max-height: 350px; }
  body#home-page .spotlights-container {
    width: 100%;
    max-width: 320px;
    margin: 10px auto; }
    body#home-page .spotlights-container h3 {
      margin: 0;
      padding: 0;
      font-size: 11.5px;
      display: none; }
    body#home-page .spotlights-container .articles article {
      float: left;
      width: 160px;
      height: 198px;
      overflow: hidden;
      background: white; }
      body#home-page .spotlights-container .articles article figure {
        margin: 0;
        padding: 0; }
        body#home-page .spotlights-container .articles article figure img {
          margin: 0 0 10px 0; }
      body#home-page .spotlights-container .articles article h4 {
        text-align: center;
        font-size: 13px;
        line-height: 17px; }
        body#home-page .spotlights-container .articles article h4 a {
          color: #333333;
          display: block;
          height: 61px;
          font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
          padding: 6px 0 0 0;
          margin: 0;
          background: url(../images/bg_spotlight-link.gif) center center no-repeat; }
      body#home-page .spotlights-container .articles article.full-bg h4 {
        display: none; }
      body#home-page .spotlights-container .articles article figure {
        margin: 0; }
        body#home-page .spotlights-container .articles article figure img {
          width: 100%; }
  body#home-page #supplementary-content .supplementary-section {
    position: relative;
    padding: 0 0 30px;
    margin-bottom: 10px;
    background: #fff; }
    body#home-page #supplementary-content .supplementary-section a.more-btn {
      position: absolute;
      left: 0;
      bottom: 15px; }
  body#home-page #supplementary-content h3 {
    margin-bottom: 0;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-top: 6px solid black;
    width: 50%;
    text-align: right;
    font: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif"; }
    body#home-page #supplementary-content h3 a {
      display: block;
      padding: 10px 0;
      color: #333; }
  body#home-page #supplementary-content h4 {
    /*font-size: 13px;*/
    margin: 0 0 8px 0;
    color: #333333; }
  body#home-page #supplementary-content article.first {
    float: left;
    width: 100%;
    padding: 0; }
    body#home-page #supplementary-content article.first h4 {
      font-size: 15px !important;
      font-weight: 600; }
    body#home-page #supplementary-content article.first figure {
      float: left;
      width: 50%;
      overflow: hidden;
      margin: 0; }
      body#home-page #supplementary-content article.first figure img {
        float: left;
        max-width: 200%;
        width: 250%; }
    body#home-page #supplementary-content article.first .article-content {
      float: left;
      width: 50%; }
      body#home-page #supplementary-content article.first .article-content h4 {
        padding: 0 15px;
        font-size: .9em; }
      body#home-page #supplementary-content article.first .article-content p {
        padding: 0 15px;
        font-size: 15px;
        line-height: 1.2em; }
      body#home-page #supplementary-content article.first .article-content p.date {
        font-size: 11px; }
  body#home-page #supplementary-content .container {
    padding: 0 0 15px 0; }
  body#home-page #supplementary-content article {
    margin: 0 0 1.2em 0;
    padding: 0 15px; }
  body#home-page #supplementary-content .article-content .date {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 0; }
  body#home-page #supplementary-content #section-athenaeum p.date,
  body#home-page #supplementary-content #section-campus-events p.date {
    color: #981b32; }
  body#home-page #supplementary-content a.more-btn {
    margin: 0; }
  body#home-page #supplementary-content #section-athenaeum h3 {
    border-color: #566b21; }
  body#home-page #supplementary-content #section-newsroom h3 {
    border-color: #981b32; }
  body#home-page #supplementary-content #section-campus-events h3 {
    border-color: #cccccc; }
  body#home-page a.more-btn {
    display: block;
    width: 52px;
    border: 1px solid #e2e2e2;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #515151;
    background-color: #f3f3f3;
    font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
    line-height: 24px;
    background-image: url(../images/icn_arrow.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f3f3f3));
    background-image: url(../images/icn_arrow.png), -webkit-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: url(../images/icn_arrow.png), -moz-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: url(../images/icn_arrow.png), -o-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: url(../images/icn_arrow.png), linear-gradient(top, #fefefe, #f3f3f3);
    background-repeat: no-repeat;
    background-position: right 9px, 0 0; }
  body#home-page #section-overview {
    width: 100%;
    overflow: hidden;
    box-sizing: padding-box;
    background-color: #f1f1f1; }
    body#home-page #section-overview .section-inner {
      padding: 0 0 0 15px; }
    body#home-page #section-overview h1 {
      margin: 20px 0 25px -15px;
      font-size: 21px;
      text-align: center; }
    body#home-page #section-overview .facet {
      width: 45%;
      float: left;
      margin: 0 15px 25px 0;
      border: none; }
    body#home-page #section-overview #overview-life {
      clear: left; }
    body#home-page #section-overview .facet-content h2 {
      font-size: 1.05em;
      font-size: 1.05rem;
      font-weight: 700;
      margin: 0 0 3px 0;
      line-height: 1em; }
    body#home-page #section-overview .facet-content h3 {
      font-size: .9em;
      color: #981b32;
      font-weight: 400;
      margin: 0 0 1em 0; }
    body#home-page #section-overview .facet-content p {
      font-size: 1em;
      color: #333;
      line-height: 1.25em; }
    body#home-page #section-overview .facet-content .facet-links {
      text-transform: uppercase;
      letter-spacing: .1em; }
    body#home-page #section-overview .facet-content .content-block {
      padding: 0; }
      body#home-page #section-overview .facet-content .content-block p {
        display: none; }
      body#home-page #section-overview .facet-content .content-block ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        body#home-page #section-overview .facet-content .content-block ul li {
          font-size: .8em;
          font-size: .8rem;
          list-style: none;
          margin: 0;
          padding: 0;
          letter-spacing: normal;
          line-height: 1.5em; }
  body#home-page #secondary .secondary-sections {
    margin: 0; }
    body#home-page #secondary .secondary-sections section {
      border-bottom: 1px solid #d5e9ee;
      padding: 10px 0; }
      body#home-page #secondary .secondary-sections section .container h3 {
        font-size: 15px;
        font-family: "myriad pro", sans-serif;
        color: #333;
        font-weight: bold;
        margin: 0 0 1em 0;
        padding: 0;
        line-height: 1.5em;
        text-transform: none;
        letter-spacing: normal; }
      body#home-page #secondary .secondary-sections section .container p {
        line-height: 1.25em;
        color: #333; }
      body#home-page #secondary .secondary-sections section .container p.link-section {
        margin: 0; }
      body#home-page #secondary .secondary-sections section .container blockquote p {
        font-size: 24px;
        color: #666; }
      body#home-page #secondary .secondary-sections section .container blockquote .quote-attribution {
        font-size: 16px;
        text-align: right; }
      body#home-page #secondary .secondary-sections section#section-rankings article {
        float: left;
        width: 100%;
        margin: 0 0 10px; }
        body#home-page #secondary .secondary-sections section#section-rankings article .ranking {
          font-family: times, serif;
          font-size: 16px;
          font-weight: normal;
          text-align: center;
          width: 30px;
          padding: 3px 0 0 0; }
        body#home-page #secondary .secondary-sections section#section-rankings article .article-content {
          margin-left: 35px; }
        body#home-page #secondary .secondary-sections section#section-rankings article h4 {
          margin: 0; }
          body#home-page #secondary .secondary-sections section#section-rankings article h4 a {
            font-size: 14px;
            text-transform: none;
            margin: 0;
            line-height: 1em;
            letter-spacing: normal; }
        body#home-page #secondary .secondary-sections section#section-rankings article p {
          text-transform: uppercase;
          font-size: 11px;
          font-family: "myriad pro", sans-serif;
          color: #5b5b5b;
          letter-spacing: .125em; }
      body#home-page #secondary .secondary-sections section#section-rankings p.link-section {
        float: left;
        width: 100%; }

/* LARGER MOBILE
********************************************/
@media only screen and (min-width: 481px) {
  /*********************
  CONTENT STYLES
  *********************/
  body#home-page .spotlights-container {
    width: 100%;
    max-width: 335px;
    margin: 10px auto; }
    body#home-page .spotlights-container .articles article {
      margin-bottom: 15px; }
      body#home-page .spotlights-container .articles article.full-bg {
        float: right; }
  body#home-page #supplementary-content article.first figure {
    float: left;
    width: 50%;
    overflow: hidden;
    margin: 0; }
    body#home-page #supplementary-content article.first figure img {
      float: left;
      max-width: 100%;
      width: 100%; } }
/*Large Tablet
********************************************/
@media only screen and (min-width: 640px) {
  /*********************
  CONTENT STYLES
  *********************/
  body#home-page #top-content {
    float: left;
    width: 100%; }
  body#home-page #featured .flex-viewport .slides li .flex-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  body#home-page .spotlights-container {
    width: 100%;
    max-width: none;
    margin: 20px auto;
    box-sizing: border-box; }
    body#home-page .spotlights-container .articles {
      width: 100%; }
      body#home-page .spotlights-container .articles article {
        float: left;
        width: 25%;
        background: transparent none; }
        body#home-page .spotlights-container .articles article.full-bg {
          float: left; }
        body#home-page .spotlights-container .articles article .container {
          float: left;
          width: 160px;
          height: 198px;
          background: #fff; }
  body#home-page #supplementary-content .supplementary-section {
    margin-bottom: 10px;
    background: #fff;
    width: 31.491712705%;
    margin-left: 2.762430939%;
    float: left; }
  body#home-page #supplementary-content .last {
    float: right; }
  body#home-page #supplementary-content .first {
    margin-left: 0; }
  body#home-page #supplementary-content h3 {
    width: 96%;
    padding: 0 0 0 4%;
    text-align: left;
    overflow: hidden; }
  body#home-page #supplementary-content article.first figure {
    width: 100%;
    margin: 0; }
    body#home-page #supplementary-content article.first figure img {
      float: left;
      max-width: 100%;
      width: 100%;
      margin: 0 0 20px 0; }
  body#home-page #supplementary-content article.first .article-content {
    float: left;
    width: 100%; }
  body#home-page #supplementary-content .container {
    padding: 0 0 15px 0; }
  body#home-page #supplementary-content article {
    margin: 0 0 1.2em 0;
    padding: 0 15px; }
  body#home-page #supplementary-content .article-content .date {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 0; }
  body#home-page #supplementary-content #section-athenaeum p.date,
  body#home-page #supplementary-content #section-campus-events p.date {
    color: #981b32; }
  body#home-page #supplementary-content a.more-btn {
    margin: 0 0 0 15px; }} 
/*TABLET & SMALL LAPTOP
********************************************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  ******************************************************************/
  /*
    This is a combination of the 1140 grid and Twitter Boostrap.
    I liked 1140 but Boostrap's grid was way more detailed so
    I merged them together, let's see how this works out.
    If you want to use 1140, the original values are commented
    out on each line.
  */
  body#home-page {
    /* 4.85%;  } /* grid_1  */
    /* 13.45%; } /* grid_2  */
    /* 22.05%; } /* grid_3  */
    /* 30.75%; } /* grid_4  */
    /* 39.45%; } /* grid_5  */
    /* 48%;    } /* grid_6  */
    /* 56.75%; } /* grid_7  */
    /* 65.4%;  } /* grid_8  */
    /* 74.05%; } /* grid_9  */
    /* 82.7%;  } /* grid_10 */
    /* 91.35%; } /* grid_11 */
    /* 100%;   } /* grid_12 */
    /* layout & column defaults */ }
    body#home-page .onecol {
      width: 5.801104972%; }
    body#home-page .twocol {
      width: 14.364640883%; }
    body#home-page .threecol {
      width: 22.928176794%; }
    body#home-page .fourcol {
      width: 31.491712705%; }
    body#home-page .fivecol {
      width: 40.055248616%; }
    body#home-page .sixcol {
      width: 48.618784527%; }
    body#home-page .sevencol {
      width: 57.182320438000005%; }
    body#home-page .eightcol {
      width: 65.74585634900001%; }
    body#home-page .ninecol {
      width: 74.30939226%; }
    body#home-page .tencol {
      width: 82.87292817100001%; }
    body#home-page .elevencol {
      width: 91.436464082%; }
    body#home-page .twelvecol {
      width: 99.999999993%; }
    body#home-page .onecol, body#home-page .twocol, body#home-page .threecol, body#home-page .fourcol, body#home-page .fivecol, body#home-page .sixcol, body#home-page .sevencol, body#home-page .eightcol, body#home-page .ninecol, body#home-page .tencol, body#home-page .elevencol, body#home-page .twelvecol {
      position: relative;
      float: left;
      margin-left: 2.762430939%; }
    body#home-page .first {
      margin-left: 0; }
    body#home-page .last {
      float: right; }

  /*********************
  CONTENT STYLES
  *********************/
  body#home-page #featured {
    margin: 20px 0 0 0; }
    body#home-page #featured ul.slides li {
      position: relative; }
  body#home-page .spotlights-container {
    width: 96%;
    max-width: none;
    margin: 20px auto;
    box-sizing: border-box; }
    body#home-page .spotlights-container .articles {
      width: 100%; }
      body#home-page .spotlights-container .articles article {
        float: left;
        width: 22.928176794%;
        margin-left: 2.762430939%;
        margin-right: 0;
        background: transparent none; }
        body#home-page .spotlights-container .articles article .container {
          float: none;
          margin: 0 auto;
          width: 160px;
          height: 198px;
          background: #fff; }
        body#home-page .spotlights-container .articles article.last {
          float: right; }
          body#home-page .spotlights-container .articles article.last .container {
            float: right; }
        body#home-page .spotlights-container .articles article.first {
          margin-left: 0; }
          body#home-page .spotlights-container .articles article.first .container {
            float: left; }
  body#home-page #supplementary-content {
    margin: 0 auto 15px; }
  body#home-page #section-overview {
    width: 100%;
    max-width: none;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 40px 0;
    margin: 0 0 20px 0;
    background-color: #f1f1f1; }
    body#home-page #section-overview .section-inner {
      max-width: 1060px;
      margin: 0 auto; }
    body#home-page #section-overview h1 {
      margin: 35px 0 40px -15px; }
    body#home-page #section-overview .facet {
      width: 25%;
      float: left;
      margin: 0;
      border: none !important; }
    body#home-page #section-overview #overview-life {
      clear: none; }
    body#home-page #section-overview .facet-content {
      float: left;
      width: 92%;
      border: none; }
      body#home-page #section-overview .facet-content .content-block p {
        display: block; }
  body#home-page #secondary .secondary-sections {
    padding: 0 15px; }
    body#home-page #secondary .secondary-sections section {
      position: relative;
      padding: 20px 0;
      border-bottom: none; }
      body#home-page #secondary .secondary-sections section .container {
        padding: 0; }
      body#home-page #secondary .secondary-sections section a.more-btn {
        position: absolute;
        left: 0;
        bottom: 20px; }
      body#home-page #secondary .secondary-sections section#section-twitter {
        border: none; } }
/* DESKTOP
********************************************/
@media only screen and (min-width: 1060px) {
  /*********************
  CONTENT STYLES
  *********************/
  body#home-page .section-inner {
    width: 100%; }
  body#home-page #top-content {
    float: none;
    margin: 0 auto; }
  body#home-page #featured {
    float: left;
    width: 1062px;
    height: 415px;
    margin: 5px 0 20px 0;
    overflow: hidden; }
    body#home-page #featured .flex-viewport ul.slides {
      overflow: hidden;
      float: left;
      width: 700px;
      height: 415px; }
      body#home-page #featured .flex-viewport ul.slides li {
        position: relative;
        /*width: 700px;*/
        height: 405px; }
        body#home-page #featured .flex-viewport ul.slides li a {
          position: absolute;
          top: 0;
          left: 0;
          /*width: 700px;
          height: 415px;*/ }
        body#home-page #featured .flex-viewport ul.slides li p.flex-caption {
          position: absolute;
          left: 67.5px;
          bottom: 7.5%;
          width: 555px;
          margin: -150px auto 0;
          background: #fff;
          background: rgba(255, 255, 255, 0.8);
          padding: 10px 10px 30px 0;
          z-index: 1000; }
    body#home-page #featured ol.flex-control-nav {
      bottom: 13.25% !important; }
  body#home-page .spotlights-container {
    float: right;
    width: 340px;
    margin: 0 0 0 0; }
    body#home-page .spotlights-container h3 {
      display: block;
      font-size: .7em;
      margin: 18px 0 10px;
      font-weight: 600;
      font-family: ScalaSans, "ff-scala-sans-web", Helvetica, Arial, "sans-serif";
      letter-spacing: 1px; }
      body#home-page .spotlights-container h3 a {
        color: #333;
        text-transform: uppercase; }
    body#home-page .spotlights-container .articles {
      width: 100%; }
      body#home-page .spotlights-container .articles article {
        float: left;
        width: 160px;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 20px;
        background: transparent none; }
        body#home-page .spotlights-container .articles article.last {
          float: left; }
        body#home-page .spotlights-container .articles article.first {
          margin-left: 0; }
        body#home-page .spotlights-container .articles article.full-bg {
          margin-right: 0; }
  body#home-page #supplementary-content .section-inner {
    max-width: 100%;
    width: 100%; }
    body#home-page #supplementary-content .section-inner .supplementary-section {
      width: 95.850%;
      margin-left: 2.202430939%; }
      body#home-page #supplementary-content .section-inner .supplementary-section.first {
        margin-left: 0; }
  body#home-page #supplementary-content h3 {
    width: 100%;
    padding: 0;
    text-align: right; }
  body#home-page #supplementary-content article.first figure {
    float: left;
    width: 50%;
    margin: 0;
    overflow: hidden; }
    body#home-page #supplementary-content article.first figure img {
      float: left;
      max-width: 150%;
      width: 150%;
      margin: 0 0 20px -25%; }
  body#home-page #supplementary-content article.first .article-content {
    float: left;
    width: 50%; }
  body#home-page #section-overview {
    margin: 0; }
  body#home-page .secondary-sections {
    padding: 0 15px; }
    body#home-page .secondary-sections section {
      padding: 0;
      border-bottom: none; }
      body#home-page .secondary-sections section#section-twitter {
        border: none; } }


		
#section-footer a{
	color: #fff;
}
#section-footer .section-container {
	padding: 20px; } 		
	


	
		