/*
===== Base Typography/Colours ======
*/
@import url(base.css?v=201509151400);
/*
===== Base Layout ======
*/
html,
body {
  min-width: 1140px;
  position: relative; }

br {
  font-size: 0;
  line-height: 0; }

.wrapper,
.widecolumn {
  width: 1140px;
  margin: 0 auto;
  position: relative; }

#content.widecolumn {
  width: 1040px;
  min-width: 1040px;
  padding: 50px;
  margin: 0 auto 50px;
  background: #FFF;
  border: 1px solid #d8d8d8; }

.menu,
#featured ul,
.carousel-items,
.mini-carousel ul {
  list-style: none;
  padding: 0; }

#header, #footer, #featured, #content {
  min-width: 1140px;
  position: relative; }

#header {
  z-index: 4; }

#featured {
  z-index: 2; }

#content {
  min-height: 300px;
  padding: 30px 0 50px;
  z-index: 0; }

.home #content {
  padding-top: 0; }

.main-column {
  float: left;
  width: 852px; }

.side-column {
  float: right;
  width: 262px; }

.block {
  border: 1px solid #e2e2e2;
  background: #fff; }

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding: 10px 20px;
  margin: 20px 0; }

.topless {
  border-top: none; }

.section {
  margin: 10px 0 0; }

#featured + #content {
  padding: 50px 0; }

#footer {
  z-index: 1; }

/*
===== Generic Classes/Elements ======
*/
.big {
  font-size: 24px; }

.small {
  font-size: 12px; }

.jsdata {
  display: none; }

.marker-trigger {
  cursor: help; }

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.rounder {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.read-more {
  display: block;
  font-weight: bold;
  color: #231f20;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 0; }

.read-more .arrow {
  margin: 7px 7px 0 0; }

.graydient {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: linear-gradient(top, #fff 0%, #f5f5f5 100%); }

.graydient-hover:hover,
.graydient-hover.active,
.graydient-reverse {
  background: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #eee 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, #eee 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(top, #eee 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #eee 0%, #f8f8f8 100%);
  background-image: linear-gradient(top, #eee 0%, #f8f8f8 100%); }

.graydient-dark {
  background: #e9ebef;
  background-image: -webkit-linear-gradient(top, #f3f5f6 0%, #e9ebef 100%);
  background-image: -moz-linear-gradient(top, #f3f5f6 0%, #e9ebef 100%);
  background-image: -ms-linear-gradient(top, #f3f5f6 0%, #e9ebef 100%);
  background-image: -o-linear-gradient(top, #f3f5f6 0%, #e9ebef 100%);
  background-image: linear-gradient(top, #f3f5f6 0%, #e9ebef 100%); }

.button,
button {
  border: 1px solid #d8d8d8;
  padding: 9px;
  height: auto;
  line-height: 1.1em;
  display: inline-block;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #eee 100%);
  background-image: linear-gradient(top, #f9f9f9 0%, #eee 100%);
  cursor: pointer;
  white-space: nowrap; }

.button .ui,
button .ui {
  margin: 1px .5em 0 0; }

.button:hover,
button:hover {
  text-decoration: none; }

.button:active,
button:active {
  background: #eee;
  background-image: -webkit-linear-gradient(bottom, #f9f9f9 0%, #eee 100%);
  background-image: -moz-linear-gradient(bottom, #f9f9f9 0%, #eee 100%);
  background-image: -ms-linear-gradient(bottom, #f9f9f9 0%, #eee 100%);
  background-image: -o-linear-gradient(bottom, #f9f9f9 0%, #eee 100%);
  background-image: linear-gradient(bottom, #f9f9f9 0%, #eee 100%); }

.register {
  float: left;
  margin: 0 0 1em;
  font-size: 14px;
  padding: 9px;
  border-color: #000;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }

.register:hover,
.register:active {
  text-decoration: none;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }

.register .ui {
  margin: 2px .5em 0 0; }

.register .bubble {
  margin: -3px .5em -3px 0; }

.box-button {
  display: block;
  border: 1px solid #dbdada;
  padding: 5px 10px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  background: #FFF; }

.box-button .ui {
  margin: 0 .5em 0 0; }

.notice {
  font-weight: bold;
  font-style: italic;
  color: #000; }

.overline {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px; }

.nomargin {
  margin: 0; }

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  float: left;
  margin: 0 .5em 0 0 !important;
  line-height: 1.5em; }

.attachment-post-thumbnail,
.attachment-profile-portrait {
  float: left;
  background: #f8f8f8;
  padding: 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.page-content input {
  border: 1px solid #e7e7e7;
  padding: 3px; }

.page-content input[type="submit"] {
  background: transparent; }

form.tool {
  height: 26px;
  border: 1px solid #d7d7d7;
  position: relative; }

form.tool input,
form.tool button,
form.tool select {
  float: left;
  height: 26px; }

form.tool .text {
  height: 16px;
  padding: 5px;
  font-size: 12px; }

form.tool .submit {
  line-height: 26px;
  padding: 0 10px;
  border: none;
  border-left: 1px solid #d7d7d7; }

form.tool .submit.sprite,
form.tool .submit.sprite-if-js {
  text-indent: -999em;
  width: 27px;
  padding: 0; }

.search .submit {
  background: url(../img/ui/bg-search.png); }

.filter .submit {
  background: url(../img/ui/bg-select.png); }

.pseudo-select {
  float: left;
  position: relative;
  font-size: 12px; }

.pseudo-option {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

.pseudo-select select {
  position: relative;
  z-index: 1; }

.pseudo-select.disabled {
  opacity: .5; }

form.tool .pseudo-select {
  height: 26px;
  width: 150px;
  position: relative;
  cursor: pointer; }

form.tool .pseudo-select select {
  width: 146px; }

form.tool .pseudo-option {
  padding: 0 10px;
  line-height: 26px;
  color: #4E5052;
  font-weight: normal; }

form.tool .pseudo-options {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: #FFF;
  border: 1px solid #d7d7d7;
  border-top: none;
  position: absolute;
  top: 26px;
  left: -1px;
  right: -1px;
  max-height: 200px;
  overflow: auto;
  display: none; }

form.tool .pseudo-options li {
  padding: 5px 10px;
  margin: 0;
  line-height: 1.2em;
  font-weight: normal;
  color: #444;
  border-color: #ddd;
  cursor: pointer;
  border-width: 1px 0 0;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden; }

form.tool .pseudo-options li.selected {
  font-weight: bold; }

form.tool .pseudo-options li:hover {
  background: #eee; }

form.tool .pseudo-select.with-button {
  background: url(../img/ui/bg-select.png) right center no-repeat; }

form.tool .pseudo-select.with-button select {
  width: 267px; }

form.tool .pseudo-select.with-button .pseudo-option {
  border-right: 1px solid #d7d7d7;
  right: 27px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden; }

.filter-buttons {
  clear: both;
  border: none;
  overflow: hidden;
  list-style: none;
  margin: 0 -2px;
  padding: 15px 0 0 2px;
  text-transform: uppercase;
  font-size: .73em; }

.filter-buttons li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  height: 22px;
  min-width: 22px;
  line-height: 22px;
  text-align: center;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #7f7f7f; }

.filter-buttons li a {
  display: block;
  width: 100%;
  height: 100%; }

.filter-buttons .last {
  float: right;
  margin: 0;
  padding: 0 20px; }

#position {
  margin: 20px 0; }

#position .filter-buttons {
  padding: 0;
  margin: 0; }

#position li {
  margin: 0 2px 2px 0; }

#position a {
  padding: 0 5px;
  width: auto; }

.date-box {
  float: left;
  width: 36px; }

.entry .date-box,
.post-item .date-box {
  width: 58px; }

.date-box .month,
.date-box .day {
  display: block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  height: 23px;
  line-height: 23px; }

.date-box .month {
  color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

.date-box .day {
  background: #f9f9f9;
  border: 1px solid #e1e1e1; }

.entry .date-box {
  width: 58px;
  margin: 20px 30px; }

.entry .date-box .month {
  height: 30px;
  line-height: 30px; }

.entry .date-box .day {
  height: 40px;
  line-height: 40px; }

.box-form {
  border: 1px solid #b4b7c0;
  border-radius: 10px;
  background: #d5d9e3;
  background-image: -webkit-linear-gradient(top, #e3e6ed 0%, #d5d9e3 100%);
  background-image: -moz-linear-gradient(top, #e3e6ed 0%, #d5d9e3 100%);
  background-image: -ms-linear-gradient(top, #e3e6ed 0%, #d5d9e3 100%);
  background-image: -o-linear-gradient(top, #e3e6ed 0%, #d5d9e3 100%);
  background-image: linear-gradient(top, #e3e6ed 0%, #d5d9e3 100%);
  overflow: hidden;
  width: 260px;
  padding: 0 0 5px; }

.box-form br {
  clear: both; }

.box-form h2 {
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  padding: 13px 15px;
  border-bottom: 1px solid #b4b7c0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.box-form label,
.box-form button {
  display: block;
  margin: 5px 15px;
  font-size: 12px; }

.box-form input {
  font-size: 1em;
  display: block;
  border: 1px solid #caccd0;
  width: 220px;
  padding: 5px 4px;
  margin: 2px 0 0; }

.box-form label.half-left,
.box-form label.half-right {
  width: 110px; }

.box-form label.half-left input,
.box-form label.half-right input {
  width: 100px; }

.box-form label.half-left {
  float: left;
  margin-right: 0; }

.box-form label.half-right {
  float: right;
  margin-left: 0; }

.box-form button {
  margin: 10px 15px;
  padding: 6px 10px;
  border: 1px solid #c1c0c0;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #eeeff0 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eeeff0 100%);
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #eeeff0 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #eeeff0 100%);
  background-image: linear-gradient(top, #f9f9f9 0%, #eeeff0 100%); }

.box-form button .ui {
  margin: 1px 5px 0 -3px; }

.row {
  zoom: 1; }

.column {
  float: left; }

.column img {
  display: block;
  max-width: 100%;
  height: auto; }

.cols2 {
  margin-left: -84px; }

.cols2 .column {
  width: 365px;
  margin-left: 84px; }

.cols3 {
  margin-left: -84px; }

.cols3 .column {
  width: 215px;
  margin-left: 84px; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.page-content .cols2 .column {
  width: 323px; }

.page-content .cols3 .column {
  width: 187px; }

/*
===== Global Branding ======
*/
.network-logoset {
	float: left;
	font: 0/0 a;
	background: 0 0 no-repeat;
}

#header .network-logoset {
	width: 266px;
	height: 84px;
	background-image: url(../img/branding/logos-color.png);
}

#footer .network-logoset {
	width: 255px;
	height: 82px;
	background-image: url(../img/branding/logos-white.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#header .network-logoset {
		background-image: url(../img/branding/logos-color@2x.png);
		background-size: 266px 84px;
	}
	#footer .network-logoset {
		background-image: url(../img/branding/logos-white@2x.png);
		background-size: 255px 82px;
	}
}

/*
===== Header ======
*/
#header {
  padding: 30px 0 0; }

#header .wrapper {
  padding: 20px 0 15px;
  position: relative; }

.logos {
  float: left;
  margin: 0; }

.logos a {
  float: left; }

.logos img {
  float: left; }

.network-logo {
  margin: 0 20px 0 0; }

.parent-logo {
  margin: 18px 0 0; }

#header .logos {
  margin-left: 10px;
  margin-bottom: 20px; }

.searchform {
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 3; }

.searchform p {
  margin: 0 5px 5px; }

.searchform a {
  border-bottom: 1px solid #b83131; }

.searchform a {
  text-decoration: none; }

.searchform form {
  width: 250px;
  height: 30px;
  padding: 4px;
  border: 1px solid #dadada;
  border-radius: 1px;
  position: relative; }

.searchform .with-placeholder,
.searchform button {
  float: left;
  border: 1px solid #dbdbdb;
  background: #FFF;
  position: relative; }

.searchform .with-placeholder {
  width: 218px;
  height: 28px;
  border-right: none; }

.searchform .with-placeholder span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 28px; }

.searchform .text,
.searchform .with-placeholder span {
  width: 198px;
  height: 28px;
  font-size: 13px;
  padding: 0 10px;
  border-right: none;
  background: transparent; }

.searchform .text {
  position: relative;
  z-index: 1; }

.searchform .text:focus,
.searchform .text:active,
.searchform .text.active {
  background: #FFF; }

.searchform .submit {
  text-indent: -999em;
  background: url(../img/ui/bg-search-global.png);
  width: 31px;
  height: 30px;
  cursor: pointer; }

#search_options {
  position: absolute;
  top: 33px;
  left: 4px;
  right: 4px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  display: none; }

#search_options input {
  float: none; }

#search_options label {
  display: block; }

#search_options ul {
  padding: 0;
  margin: 0; }

#search_options p,
#search_options li {
  line-height: 1em;
  padding: 5px;
  margin: 0; }

#search_options p {
  font-weight: bold; }

.centre-title {
  clear: both;
  background: #ecedee;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  height: 35px;
  position: relative;
  z-index: 1; }

.centre-title a {
  line-height: 35px;
  padding: 0 20px; }

.centre-title h1 {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0 37px 0 0;
  font-size: 16px;
  background: right bottom no-repeat; }

.centre-title h1 a {
  display: block;
  line-height: 35px;
  padding: 1px 20px 0; }

.centre-title h1 a:hover {
  text-decoration: none; }

.centre-title a.title {
  float: right;
  font-size: 11px;
  margin: 0; }

.nav-bar {
  clear: both;
  background: #565c62;
  height: 36px;
  position: relative;
  z-index: 2;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }

.nav-bar ul {
  border: none;
  padding: 0;
  margin: 0;
  position: relative; }

.nav-bar li {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 36px;
  position: relative; }

.nav-bar a {
  display: block;
  padding: 0 16px; }

.nav-bar a:hover {
  color: #FFF; }

.nav-bar li.first a {
  padding: 0 20px; }

.nav-bar .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 350px;
  background: #c6c6c6;
  padding: 0 1px 1px;
  border: 5px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: .95;
  list-style: none; }

.nav-bar .sub-menu li {
  float: none;
  border: none;
  border-top: 1px solid #c6c6c6;
  background: #FFF; }

.nav-bar .sub-menu li a,
.nav-bar .sub-menu .current-menu-item a {
  background-color: #eff1f2;
  padding: 15px;
  line-height: 1em; }

.nav-bar .sub-menu li a span {
  display: block;
  line-height: 1.2em;
  text-transform: none;
  font-size: .6875em;
  margin: .5em 0 0; }

.nav-bar .sub-menu a:hover,
.nav-bar .sub-menu a:active,
.nav-bar .sub-menu a.active {
  background: #FFF; }

.nav-bar .sub-menu li.home a {
  color: #002A5C;
  height: 23px;
  line-height: 24px;
  padding: 15px 15px 15px 50px;
  background: url(../img/design/home.png) 15px center no-repeat; }

/*.nav-bar .sub-menu li.even,
.nav-bar .flyout .sub-menu li.odd{
	border-right: none;
}
.nav-bar .sub-menu li.odd,
.nav-bar .flyout .sub-menu li.even{
	border-right: 1px solid #c6c6c6;
}
.nav-bar .flyout .sub-menu li._1{
	float: none;
	width: 645px;
	padding: 15px;
	border: none;
	background: #f6f6f6 url(../img/design/latest-news-bg.png) center bottom repeat-x;
	overflow: hidden;
}
	.nav-bar .flyout .sub-menu li._1 a{
		background: none;
		height: auto;
		padding: 0;
	}
	.nav-bar .flyout .sub-menu .latest-post-content{
		position: relative;
		padding-left: 236px;
		min-height: 135px;
	}
		.nav-bar .flyout .sub-menu .latest-post-content img{
			position: absolute;
			top: 3px;
			left: 0;
			width: 216px;
			height: auto;
		}
		.nav-bar .flyout .sub-menu .latest-post-content h2{
			text-transform: none;
			font-size: 21px;
			margin: 0 0 .5em;
		}
		.nav-bar .flyout .sub-menu .latest-post-content p{
			font-size: 12px;
			line-height: 1.2em;
			color: #002a5c;
		}
		.nav-bar .flyout .sub-menu .latest-post-content a{
			color: #002a5c;
		}
		.nav-bar .flyout .sub-menu .latest-post-content a.read-more{
			font-size: 14px;
		}
			.nav-bar .flyout .sub-menu .latest-post-content a.read-more .arrow{
				margin: 2px 7px 0 0;
			}*/
.nav-bar .sub-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  z-index: 1;
  margin: -5px;
  padding: 0 5px; }

.nav-bar li:hover .sub-menu {
  display: block; }

.nav-left {
  float: left; }

.nav-left > ul {
  font-size: 16px; }

.nav-left li {
  border-right: 1px solid #84898e; }

.nav-right {
  float: right; }

.nav-right > ul {
  font-size: 12px; }

.nav-right li {
  border-left: 1px solid #84898e; }

.nav-right a {
  padding: 0 13px; }

.nav-bar {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }

.nav-bar a:hover,
.nav-bar a:active,
.nav-bar a.active,
.nav-bar .current-menu-item a {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%); }

.nav-bar .sub-menu a,
.nav-bar .sub-menu .current-menu-item a {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/*
===== Featured Block ======
*/
#featured {
  background: #d6d6d7 url(../img/design/bg-featured.png) center center repeat;
  border-top: 1px solid #d6d6d7;
  border-bottom: 1px solid #d6d6d7; }

.banner-slide p,
.carousel-section p {
  font-size: 13px; }

#featured .featured-carousel {
  margin: 20px auto;
  width: 1140px;
  height: 400px;
  background: #FFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

#featured a:hover {
  text-decoration: none; }

#featured .carousel-section {
  position: absolute;
  margin: 7px; }

#featured .carousel-section ul,
#featured .carousel-section li {
  border: none; }

/*#featured .carousel-section h2{
	font-size: 23px;
}*/
#featured .carousel-nav {
  top: 0;
  left: 0;
  width: 235px;
  height: 352px;
  z-index: 2;
  background: #4a4f54; }

#featured .carousel-headings {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  height: 352px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 0; }

#featured .carousel-heading {
  background: #808589;
  padding: 0;
  position: relative; }

#featured .carousel-heading.profile a {
  padding-left: 65px;
  background-image: url(../img/design/bg-featured-profile.png);
  background-position: 15px center;
  background-repeat: no-repeat; }

#featured .carousel-heading a {
  display: block;
  padding: 10px;
  color: #FFF;
  border-width: 1px;
  border: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
  cursor: pointer; }

#featured .carousel-heading i {
  display: block;
  font-style: italic;
  font-weight: 400; }

#featured .carousel-heading a:hover {
  text-decoration: none; }

#featured .carousel-heading.open:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  border: 1px solid transparent;
  border-width: 18px 0 18px 18px;
  width: 0;
  height: 0;
  margin: -18px 0 0 -1px; }

.jquery #featured .carousel-headings {
  height: 300px;
  top: 26px;
  padding-right: 20px;
  width: 100%; }

#featured .carousel-arrow {
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  border: 1px solid #33373a;
  color: #e5e5e5;
  text-align: center;
  -webkit-transition: 0.1s linear line-height;
  -moz-transition: 0.1s linear line-height;
  -ms-transition: 0.1s linear line-height;
  -o-transition: 0.1s linear line-height;
  transition: 0.1s linear line-height;
  background: #4a4f54;
  background-image: -webkit-linear-gradient(top, #3f4448 0%, #4a4f54 100%);
  background-image: -moz-linear-gradient(top, #3f4448 0%, #4a4f54 100%);
  background-image: -ms-linear-gradient(top, #3f4448 0%, #4a4f54 100%);
  background-image: -o-linear-gradient(top, #3f4448 0%, #4a4f54 100%);
  background-image: linear-gradient(top, #3f4448 0%, #4a4f54 100%);
  cursor: pointer; }

#featured .carousel-up {
  top: 0; }

#featured .carousel-up:hover {
  line-height: 20px; }

#featured .carousel-down {
  bottom: 0; }

#featured .carousel-down:hover {
  line-height: 28px; }

#featured .carousel-arrow.off {
  opacity: .5; }

#featured .carousel-content {
  top: 0;
  right: 0;
  width: 880px;
  height: 352px;
  z-index: 1; }

#featured .carousel-slides {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#featured .carousel-slide {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0; }

#featured .media-box {
  position: absolute;
  overflow: hidden; }

#featured .media-box img {
  display: block;
  height: 100%;
  width: auto;
  float: none;
  background: none;
  padding: 0;
  box-shadow: none; }

#featured .media-box iframe {
  display: block;
  width: 100%;
  height: 100%; }

#featured .carousel-slide .read-more {
  border-top: 1px solid #cccccc;
  padding: 10px 2px 0; }

.focus-content {
  width: 535px;
  height: 252px;
  padding: 50px 45px 50px 300px;
  border: 1px solid #FFF; }

.focus-content .media-box {
  top: 30px;
  left: 45px;
  width: 196px;
  height: 275px;
  border: 7px solid #f8f8f8;
  outline: 1px solid #e5e5e5; }

.focus-content h2 {
  font-size: 38px;
  line-height: .8em;
  margin: 0 0 .5em -.05em; }

#carousel-item-profile h2 {
  font-size: 58px; }

.focus-content .title {
  font-size: 22px;
  margin-bottom: 1em; }

.focus-media {
  width: 195px;
  height: 332px;
  padding: 20px 25px 0 660px; }

.focus-media .media-box {
  top: 1px;
  left: 1px;
  width: 630px;
  height: 350px; }

.focus-media h2 {
  font-size: 23px;
  line-height: 1.1em;
  margin: 0 0 .5em; }

#featured .carousel-footer {
  bottom: 0;
  left: 0;
  width: 1124px;
  height: 24px;
  border: 1px solid #e4e4e4;
  border-right: 0;
  z-index: 0;
  background: #eee;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: linear-gradient(top, #fff 0%, #eee 100%);
  overflow: hidden; }

#featured .carousel-footer .read-more {
  float: left;
  width: 203px;
  border-right: 1px solid #ddd;
  padding: 0 15px;
  height: auto;
  box-shadow: 0 0 0 1px #fefefe, inset -1px 0 0 0 #efefef; }

#featured .carousel-footer .carousel-filters {
  float: right; }

#featured .carousel-footer p,
#featured .carousel-footer ul,
#featured .carousel-footer li {
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border: none; }

#featured .carousel-footer p,
#featured .carousel-footer li {
  padding: 0 10px;
  border-right: 1px solid #ddd; }

#featured .carousel-footer p {
  box-shadow: inset -1px 0 0 0 #efefef; }

#featured .carousel-footer li {
  color: #565b61;
  box-shadow: inset 1px 0 0 0 #fefefe, inset -1px 0 0 0 #efefef;
  cursor: pointer; }

#featured .carousel-footer li:hover {
  color: #7f7f7f; }

#featured .carousel-footer li:active,
#featured .carousel-footer li.selected {
  color: #7f7f7f;
  background-color: #eee;
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #eee 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #eee 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 100%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #eee 100%);
  background-image: linear-gradient(bottom, #fff 0%, #eee 100%); }

#featured .carousel-footer .carousel-filters .ui {
  margin: 6px 4px 6px 0; }

/*.featured-profile{
	float: right;
	width: 240px;
	height: 384px;
	position: relative;
}
	.featured-profile h2{
		border-top: 2px solid;
		padding: 10px 0 0;
		font-size: 1.7em;
		margin: 0;
	}
	.featured-profile p{
		width: 220px;
		color: #43494e;
		margin: 1em 0 0;
	}
	.featured-profile p.title{
		font-size: 1.4em;
		line-height: 1.15em;
		text-transform: none;
		font-weight: normal;
		margin: 0 0 10px;
	}
	.featured-profile p.profile-excerpt{
		overflow: hidden;
		height: 10.5em;
	}
	.featured-profile .profile-photo{
		overflow: hidden;
		width: 220px;
	}
		.featured-profile .profile-photo img{
			display: block;
			margin-left: -5px;
		}
	.featured-profile .read-more{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top: 1px solid #acb3b8;
	}
		.featured-profile .read-more .ui{
			margin: .6em 10px 0 2px;
		}*/
#featured.nav {
  height: auto;
  overflow: hidden; }

#featured.nav a {
  display: block;
  margin: 20px;
  font-size: 14px; }

#featured.nav a .ui {
  margin: .15em 10px 0 0; }

#featured.image {
  height: auto;
  position: relative;
  overflow: hidden; }

#featured.image .wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

#featured.image img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -640px;
  z-index: 0; }

#featured.map {
  height: 435px; }

#featured .map-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.map-marker-window {
  width: 400px;
  overflow: hidden; }

.map-marker-window img {
  float: left;
  margin-bottom: 10px; }

.map-marker-window .pseudo-logo {
  font-size: 18px;
  margin: 0 0 5px; }

.map-marker-content {
  margin-left: 95px; }

.map-marker-content h2 {
  font-size: 13px; }

.map-marker-content .read-more {
  float: left; }

.map-marker-window.promo {
  width: 250px; }

.map-marker-window.promo img + h2 {
  margin-left: 40px;
  margin-bottom: 10px; }

.map-marker-window.promo .read-more {
  clear: both;
  border-top: 1px solid #7f7f7f; }

.map-marker-window.promo .read-more .ui {
  margin: 6px; }

.map-filter {
  position: absolute;
  top: 25px;
  right: 0;
  width: 260px;
  border: 1px solid #ddd;
  z-index: 2;
  background: #f5f5f5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.map-filter:hover {
  opacity: 1; }

.map-filter .heading {
  margin: 2px;
  padding: 10px 15px;
  overflow: hidden;
  cursor: move; }

.map-filter .heading h2 {
  font-size: 15px;
  margin: 0;
  float: left; }

.map-filter .heading .ui {
  float: right; }

.map-filter .drag-arrows {
  margin: -1px 0 -5px; }

.map-filter .button-arrows {
  margin: 2px -3px 0 10px;
  cursor: pointer; }

.map-filter .options {
  margin: 0;
  padding: 0;
  font-size: 16px; }

.map-filter .option {
  margin: 0;
  padding: 5px 15px;
  overflow: hidden;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #dadada;
  cursor: pointer; }

.map-filter .option span {
  float: left; }

.map-filter .option-icon {
  width: 32px;
  height: 32px;
  box-shadow: inset 0 0 0 1px #e5e5e5; }

.map-filter .option-icon .ui {
  margin: 8px 7px; }

.map-filter .option-name {
  padding: 8px 0;
  margin: 0 0 0 15px; }

.map-filter .option:first-child {
  border-top: none; }

.map-filter .option:last-child {
  border-bottom: none; }

.map-filter .option:hover {
  background: #eee; }

#featured.posts {
  height: auto;
  overflow: hidden;
  padding: 15px 0; }

.slideshow,
.featured-post {
  float: left;
  width: 852px;
  background: #FFF url(../img/design/texture.png);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.slideshow {
  height: 335px;
  position: relative; }

.slideshow-slide {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  padding: 30px 0 0; }

.slide-content {
  float: left;
  padding: 25px;
  width: 167px;
  height: 285px;
  margin: 1px 0 0 1px;
  position: relative; }

.slide-content small {
  display: block;
  font-size: 14px;
  margin: 0 0 .5em; }

.slide-content h2 {
  font-size: 30px; }

.slide-content .more {
  position: absolute;
  bottom: 25px;
  left: 25px; }

.slide-content .arrow {
  margin: 1px 5px 0 0; }

.slide-image {
  float: right;
  width: 633px;
  height: 335px;
  background: #ccc;
  margin: 1px 1px 0 0;
  position: relative; }

.fill .slideshow-slide {
  padding: 0; }

.featured-post {
  height: 305px;
  padding: 30px 0 0; }

.featured-image,
.featured-content {
  height: 270px;
  position: relative; }

.featured-image {
  float: left;
  width: 230px;
  text-align: center;
  line-height: 270px;
  margin: 0 30px; }

.featured-content {
  float: left;
  width: 500px;
  margin-left: 10px; }

.featured-content h2 {
  font-size: 36px;
  font-weight: 200;
  margin: 0; }

.featured-content p {
  margin: 1.5em 0; }

.featured-content .read-more-wrap {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0; }

.featured-content .button {
  float: left;
  padding-right: 3em; }

.featured-profile {
  padding: 25px 0 0;
  height: 310px; }

.featured-profile .featured-image {
  width: 210px; }

.featured-profile .featured-content {
  width: 530px; }

.featured-profile .featured-content .title {
  margin: 0 0 1.5em; }

.featured-profile .previously-featured .title {
  margin: 0 0 1em; }

.featured-about,
.featured-posts {
  float: right;
  width: 196px;
  height: 305px;
  padding: 30px 33px 0; }

.featured-posts {
  background: url(../img/design/bg-featured-posts.png); }

.featured-posts h2 {
  font-size: 16px;
  margin-bottom: 1em; }

.featured-posts h3 {
  font-size: 13px;
  margin: 0; }

.featured-posts p {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
  margin: 0 0 1.5em; }

.featured-about {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.featured-about h2 {
  font-size: 36px; }

.featured-about p {
  text-transform: lowercase;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 33px;
  right: 33px;
  bottom: 33px;
  margin: 0; }

.featured-pages {
  float: right;
  display: table;
  width: 280px;
  height: 353px;
  border-collapse: separate;
  border-spacing: 9px;
  margin: -9px -9px -9px 0;
  position: relative;
  z-index: 4; }

.featured-pages h2 {
  display: table-row;
  text-align: center; }

.featured-pages a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0 40px; }

.featured-pages span {
  text-transform: uppercase;
  line-height: 125px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.featured-pages h2 a:hover,
.featured-pages h2 a.active span {
  color: #FFF; }

.featured-pages h2 a.active {
  text-align: left;
  text-indent: -999em; }

.featured-pages h2 a.active span {
  text-align: center;
  text-indent: 0;
  display: block; }

.featured-page {
  position: absolute;
  top: 0;
  right: 288px;
  background: #FFF;
  width: 852px;
  height: 375px;
  overflow: hidden;
  z-index: 3;
  display: none; }

.featured-page .inner {
  width: 782px;
  padding: 45px 35px; }

.featured-page .attachment-featured-page {
  float: right;
  margin: -17px 0 0 40px; }

#featured .featured-page ul {
  padding: 0 0 0 1.4em;
  list-style: square; }

.jquery #featured .slideshow,
.jquery .featured-about {
  padding-bottom: 40px; }

.slide-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e7e7;
  margin: 0; }

.slide-prev,
.slide-next {
  font-size: 12px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer; }

.slide-prev {
  float: left; }

.slide-next {
  float: right; }

.slide-nav {
  text-align: center; }

.slide-nav i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  margin: 12px 5px;
  background: #f1f1f2;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e8e7e7;
  -webkit-transition: background 0.1s linear, box-shadow 0.1s linear;
  -moz-transition: background 0.1s linear, box-shadow 0.1s linear;
  -ms-transition: background 0.1s linear, box-shadow 0.1s linear;
  -o-transition: background 0.1s linear, box-shadow 0.1s linear;
  transition: background 0.1s linear, box-shadow 0.1s linear;
  cursor: pointer; }

.featured-dots i:hover {
  box-shadow: 0 0 0 transparent; }

.jquery .featured-pages {
  height: 393px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none; }

.modal-window {
  position: relative;
  margin: 100px auto 50px;
  width: 1014px;
  height: 555px;
  background: #FFF; }

.modal-header {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 219px;
  height: 425px;
  padding: 60px 35px; }

.modal-header h2 {
  font-size: 44px; }

.modal-header p {
  font-size: 21px;
  font-style: italic;
  line-height: 1.4; }

.modal-body {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 710px;
  height: 545px; }

.modal-body .inner {
  padding: 55px 50px; }

.modal-body p {
  font-size: 18px;
  line-height: 1.4; }

.modal .close {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase; }

#featured .featured-columns {
  margin: 5px -4px; }

#featured .featured-column {
  float: left;
  margin: 0 1px 0 2px;
  height: 278px;
  padding: 10px 20px;
  background: #F9F9F9;
  border: 1px solid #e1e1e1; }

#featured .featured-column.of4 {
  width: 242px; }

#featured .featured-column.of3 {
  width: 337px; }

#featured .column-image {
  height: 100px;
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
  background: #7f7f7f;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

#featured .column-image img {
  display: block; }

#featured .featured-column h2 {
  font-size: 3em;
  margin: .5em 0 .3em; }

#featured .featured-column p {
  font-size: 12px;
  line-height: 1.7em;
  min-height: 5em;
  margin: 0 0 1em; }

#featured .featured-column .read-more {
  height: auto;
  line-height: 1em; }

#featured .featured-column .read-more i {
  margin: 0 5px 0 0; }

#featured .category-columns {
  width: 1170px;
  padding: 15px 0; }

#featured .category-column {
  width: 260px;
  height: 220px;
  border: 10px solid #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  padding: 60px 40px;
  margin: 0 15px; }

#featured .category-column h2 {
  color: #FFF;
  font-size: 60px;
  line-height: .8em;
  margin: 0 0 1.5em; }

#featured .category-column .read-more {
  color: #FFF;
  height: auto;
  line-height: 1em;
  margin: 0;
  padding: 10px;
  float: left; }

#featured .category-column .read-more i {
  margin: 0 5px 0 0; }

#featured.banner {
  height: auto; }

#featured.banner h1 {
  white-space: pre; }

#featured.banner .wrapper {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  width: 1100px;
  min-height: 220px;
  padding: 40px 20px;
  margin: 15px auto;
  background: center top no-repeat; }

#featured.banner p {
  max-width: 400px; }

#featured.banner .read-more {
  float: left; }

#featured.banner .box-form {
  position: absolute;
  top: 25px;
  right: 40px; }

#featured.card-carousel,
#featured.banner-carousel {
  padding: 15px 0;
  overflow: hidden; }

#featured.card-carousel ul,
#featured.banner-carousel ul {
  font-size: 1em;
  margin: 0;
  border: none;
  position: relative; }

#featured.card-carousel ul {
  height: 340px; }

#featured.card-carousel li,
#featured.banner-carousel li {
  float: left;
  margin: 0 5px;
  border: none; }

#featured.card-carousel li {
  width: 1050px;
  height: 290px;
  padding: 25px 40px 25px 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: .5; }

#featured.card-carousel li img {
  float: left;}

#featured.card-carousel li .profile-name {
  margin: 0; }

#featured.card-carousel li .profile-titles {
  margin: 0 0 1em; }

#featured.card-carousel .profile-summary .wrap {
  padding: 0;
  margin: 0 0 0 30px;
  width: 750px;
  float: left; }

#featured.card-carousel .contactbox .wrap {
  width: 500px; }

#featured.card-carousel .profile-summary .box {
  padding: 20px 30px 30px;
  margin: 0 0 0 30px;
  width: 200px;
  float: left;
  background: #f8f8f8;
  border: 1px solid #e5e5e5; }

#featured.card-carousel .profile-summary .box h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0 5px; }

#featured.card-carousel .profile-summary .box p {
  margin: 0 0 2px; }

#featured.card-carousel li.current,
#featured.banner-carousel li.current {
  opacity: 1; }

.card-nav {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(../img/ui/card-arrows.png) no-repeat;
  opacity: .5; }

.card-nav:hover {
  opacity: 1; }

.card-prev {
  background-position: -30px center;
  left: 50%;
  margin-left: -571px; }

.card-next {
  background-position: 20px center;
  right: 50%;
  margin-right: -571px; }

.noscript #featured.card-carousel .scrolling {
  left: 50%;
  margin-left: -1725px; }

#featured.banner-carousel {
  padding: 15px 0;
  overflow: hidden; }

#featured.banner-carousel .carousel {
  height: 360px; }

#featured.banner-carousel .banner-slide {
  width: 770px;
  height: 260px;
  padding: 50px 300px 50px 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: center center no-repeat;
  opacity: .1; }

#featured.banner-carousel div.banner-slide {
  opacity: 1;
  margin: 0 auto; }

#featured .banner-slide h2 {
  font-size: 60px;
  line-height: 47px;
  margin: 0 0 .3em;
  white-space: pre-wrap;
  color: #FFF; }

#featured .banner-slide p,
#featured .banner-slide ul,
#featured .banner-slide ol {
  margin-right: 200px;
  color: #FFF; }

#featured .banner-slide .button {
  float: left;
  padding: 5px 9px 5px 7px;
  color: #231f20; }

#featured .banner-slide .button .ui {
  margin: 1px .5em 0 0; }

.noscript #featured.banner-carousel .scrolling {
  left: 50%;
  margin-left: -1725px; }

#featured.banner-slideshow .wrapper {
  overflow: hidden;
  height: 350px;
  width: 1132px;
  border: 4px solid #FFF;
  margin: 20px auto;
  position: relative; }

#featured .banner-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 326px;
  height: 100%;
  background: #b7bec5;
  z-index: 1; }

#featured .banner-nav p {
  padding: 20px 40px 0;
  margin: 0 0 .5em;
  font-size: 14px; }

#featured .banner-nav ul {
  font-size: 24px;
  line-height: 1em;
  border-top: 1px solid #616d78;
  color: #FFF; }

#featured .banner-nav li {
  padding: 20px 40px;
  border-top: 1px solid #bac2c9;
  border-bottom: 1px solid #616d78;
  background: #adb7bf;
  cursor: pointer;
  position: relative; }

#featured .banner-nav li:hover,
#featured .banner-nav li.current {
  text-indent: -10px; }

#featured .banner-nav li:hover:after,
#featured .banner-nav li.current:after {
  content: '';
  width: 0;
  height: 0;
  border: 33px solid;
  border-color: transparent #adb7bf transparent transparent;
  position: absolute;
  top: -1px;
  left: -66px; }

#featured .banner-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 806px; }

#featured.banner-slideshow .banner-slide {
  height: 230px;
  padding: 60px 50px; }

#featured.banner .banner-slide {
  width: 1050px;
  height: 230px;
  padding: 55px 40px 55px 50px;
  margin: 10px auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

#featured .wrapper > iframe {
  margin: 20px 0; }

.error404 #featured {
  z-index: 0; }

.error404 .box {
  padding: 60px 60px 40px;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  margin: 175px auto;
  width: 500px;
  box-shadow: 1px 1px 1px #ccc; }

.error404 .box p {
  text-transform: none;
  margin: 0 0 2em;
  color: #5a5a5b; }

/*
===== Content - Main ======
*/
.entries-list {
  border-left: 1px solid #e8e8e9;
  border-right: 1px solid #e8e8e9; }

.entries-list .entry {
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  min-width: 120px;
  background: #fefefe;
  overflow: hidden; }

.entry .wp-post-image,
.entry .attachment-post-thumbnail,
.entry .attachment-profile-portrait,
.entry iframe,
.entry .thumbnail {
  float: left;
  margin: 20px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent; }

.entry .thumbnail {
  width: 80px;
  height: 80px;
  background: #ccc; }

.entry .thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

.entry a.thumbnail img {
  margin: 0; }

.entry .posted {
  float: left;
  width: 58px;
  height: 58px;
  text-align: center;
  padding: 20px 10px 0;
  margin: 20px;
  font-size: 11px;
  line-height: 1.2em; }

.posted {
  background: #dcdee0; }

.entry .posted b {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1em; }

.entry-content {
  padding: 20px 120px 20px 120px; }

.entry-content-inner {
  overflow: hidden;
  height: auto; }

.entry-content-inner .ui,
.post-content .ui {
  margin: 3px 5px 0 0; }

.show-less {
  height: 0;
  padding: 0 0 5.4em;
  margin: 0 0 1.8em; }

.entry .read-more {
  float: left; }

.entry-content .date {
  margin-top: -1.5em; }

.related-link .arrow {
  margin: 1px 10px 0 0; }

.entry-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: #f7f8fa;
  border-left: 1px solid #ebecec; }

.entry-icon span {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center; }

.entry-icon .show-more {
  line-height: 26px;
  font-size: 18px;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

.entry-icon .show-more.font {
  font-size: 18px;
  line-height: 28px; }

.entry-icon .show-more.center-fix {
  line-height: 24px; }

.entry-icon .font {
  line-height: 38px;
  font-size: 2.5em;
  font-weight: bold;
  color: #878686; }

.entry-icon .font.center-fix {
  line-height: 32px; }

.entry-icon .ui {
  margin: 10px 9px; }

.video .entry-content {
  padding: 20px 120px 20px 170px; }

.columns {
  border-right: none;
  overflow: hidden; }

.columns .entry {
  float: left;
  width: 282px;
  overflow: hidden;
  border-bottom-color: #e8e8e9;
  border-right: 1px solid #e8e8e9;
  background: #f3f3f3; }

.columns .entry-title {
  width: 100%;
  height: 110px;
  background: #FFF;
  margin: 0;
  border-bottom: 1px solid #e8e8e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 24px; }

.columns .entry-title a,
.columns .entry-title span {
  display: block;
  height: 110px;
  line-height: 110px;
  text-align: center; }

.columns .entry-title img {
  float: none;
  margin: 0;
  vertical-align: middle; }

.columns .entry-content {
  padding: 25px 20px;
  min-height: 110px; }

.columns .read-more {
  height: 1em;
  line-height: 1em; }

.columns .read-more .ui {
  margin: 1px 5px 0 0; }

.columns .entry-1,
.columns .entry-3 {
  width: 283px; }

.columns .entry-1 {
  clear: both; }

.category-heading,
.section-heading {
  padding: 14px 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  z-index: 5; }

.category-heading h1,
.section-heading h1 {
  font-size: 18px;
  float: left;
  margin: 0;
  max-width: 600px; }

.category-heading form,
.section-heading form {
  float: right;
  margin: -5px -5px -5px 10px;
  font-size: .66em; }

.heading-buttons {
  float: right;
  text-align: right;
  font-size: .66em;
  margin: -2px -2px -5px 0;
  max-width: 220px; }

.heading-buttons .button {
  float: left;
  margin: 0 0 0 5px;
  padding: 4px 9px 4px 6px;
  font-size: 12px;
  color: #231f20; }

.heading-buttons .button .arrow {
  margin: 2px .5em 0 0; }

.category-heading {
  margin: 0 0 10px; }

.category-heading .return {
  float: right;
  margin: 0;
  font-weight: normal;
  font-size: .8em; }

.category-heading .return .ui {
  margin: .1em 10px 0 0; }

.after-heading {
  background: #FFF;
  border: 1px solid #e2e2e2;
  border-top: 0;
  margin-bottom: 40px;
  position: relative; }

.category-list {
  list-style: none;
  overflow: hidden;
  text-transform: none;
  margin: 0 0 0 -21px;
  padding: 12px;
  font-size: 14px;
  line-height: 19px; }

.category-list li {
  float: left;
  width: 100px;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 0 21px; }

.category-list a {
  display: block;
  padding: 2px 0 0; }

div.dropdown h2 {
  top: 100%;
  bottom: auto; }

.page.block {
  padding: 30px 60px 30px 15px;
  margin: 0 0 20px; }

.page-side {
  float: left;
  width: 235px; }

.page-side h2 {
  font-size: 48px;
  font-weight: 300;
  clear: both; }

.side-text h2,
.side-text h3,
.side-text p {
  padding: 0 3px;
  margin: 0; }

.side-text h2,
.side-text h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: none; }

.side-text h2 {
  padding: 1.5em 3px 0;
  color: #323232; }

.side-text h3 {
  margin: 0 0 .5em; }

.side-text hr {
  margin: 10px 0; }

.page-content {
  padding: 0 0 0 45px; }

.with-thumbnail .page-content {
  padding: 0 0 0 275px; }

.page-template-tplpage-firstheading-php .page-content {
  padding-top: 5px; }

.blog-intro .page.block {
  padding: 35px 25px 15px; }

.blog-intro .page-content {
  padding: 0; }

.page-title + .page.block {
  border-top: none; }

.section-nav {
  height: 45px;
  margin: 0 0 20px; }

.section-nav .inner {
  overflow: hidden;
  border: 1px solid #e2e2e2; }

.section-link {
  float: left;
  padding: 15px 10px 12px;
  color: #5c96c1;
  font-size: 18px;
  line-height: 1em;
  border-right: 1px solid #e2e2e2; }

.section-link.with-subtitle {
  font-size: 15px;
  color: #4e5155;
  padding: 9px 10px 6px; }

.section-link.with-subtitle i {
  display: block;
  font-size: 13px; }

.section-link:hover {
  text-decoration: none; }

.section-nav .top {
  display: none; }

.section-nav.fixed .inner {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -570px;
  width: 900px;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.section-nav.fixed .top {
  display: block;
  float: right;
  font-size: 13px;
  border-left: 1px solid #e2e2e2;
  border-right: none;
  text-align: center;
  width: 49px;
  padding: 8px 0;
  color: #4e5155; }

.section-nav.fixed .top .arrow {
  display: block;
  margin: 0 auto 8px; }

.admin-bar .section-nav.fixed .inner {
  top: 28px; }

.section-block {
  padding: 25px;
  margin: 0 0 10px; }

.section-block h2 {
  font-size: 56px;
  font-family: 'ConduitITC-FontFace-Medium', 'Arial Narrow', sans-serif;
  font-weight: normal;
  line-height: 1em;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 15px;
  margin: 0 0 25px; }

.section-block h2 em {
  font-size: 40px;
  display: block;
  font-family: 'ConduitITC-FontFace-Light', 'Arial Narrow', sans-serif;
  font-style: normal;
  line-height: 1em; }

.section-block h3 {
  color: #64686b;
  font-size: 30px;
  margin: 0 0 .3em; }

.post-wrap {
  background: #FFF;
  padding: 40px 20px; }

.post-wrap p,
.post-wrap ul,
.post-wrap ol {
  font-size: 12px; }

.post-date {
  font-size: 12px;
  color: #7a7c7f;
  line-height: 1em;
  margin: 0; }

.post-title {
  font-size: 36px;
  margin: .25em 0 .75em -3px; }

.post-title small {
  display: block;
  color: #7a7c7f;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: -1em; }

.post-content {
  float: left;
  width: 480px; }

.post-content.full-width {
  width: 100%; }

.post-info,
.post-side,
.post-thumbnail {
  float: right;
  width: 200px;
  margin-right: 50px; }

.post-side p,
.post-thumbnail p {
  line-height: 1.4em;
  margin: 1em 0 0;
  color: #7a7c7f; }

.wp-caption {
  margin: 0 0 2em; }

.wp-caption p {
  margin: 0; }

.post-wrap iframe {
  margin: 40px 0; }

.page-title {
  font-size: 15px;
  padding: 16px 20px 14px;
  border: 1px solid #e3e3e3;
  margin: 0; }

.blog-intro .page-title {
  padding-left: 25px;
  padding-right: 25px; }

.page-wrap {
  border-top: none;
  padding: 20px 0 20px 19px; }

.miniblock {
  float: left;
  width: 263px;
  border: 1px solid #e0e0e0;
  margin-right: 9px;
  height: 352px;
  position: relative;
  background: #f9f9f9; }

.miniblock-heading {
  border-bottom: 1px solid #e0e0e0;
  padding: 13px 15px;
  margin: 0;
  overflow: hidden; }

.miniblock-heading .bubble {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 28px;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%); }

.miniblock-heading h2 {
  font-size: 15px;
  float: left;
  margin: 7px 0 0; }

.attachment-miniblock-image {
  margin: 0 0 0 -1px; }

.miniblock-content {
  padding: 22px 15px; }

.miniblock-content h2 {
  font-size: 15px;
  margin-bottom: .75em; }

.miniblock-content p {
  margin: 0 0 1em;
  overflow: hidden; }

.miniblock-content p span {
  float: left;
  margin: 0 1em 0 0; }

.miniblock-content abbr {
  font-weight: bold; }

.miniblock .button {
  position: absolute;
  bottom: 16px;
  right: 15px;
  font-weight: bold; }

.campuses {
  margin: 0 0 20px; }

.category-previews {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  overflow: hidden;
  margin: -1px 0 0; }

.category-preview {
  float: left;
  width: 282px;
  height: 385px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  background: #fdfdfd; }

.category-preview p {
  margin: 0 0 .25em; }

.category-preview h3 {
  font-size: 13px;
  margin: 0 0 1em; }

.category-preview:nth-child(3n+1) {
  width: 284px; }

.category-title {
  font-size: 14px;
  line-height: 1em;
  height: 45px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0; }

.primary-preview {
  height: 120px;
  padding: 0 20px; }

.primary-preview .image,
.primary-preview .content {
  float: left; }

.primary-preview .image {
  width: 90px;
  height: 107px;
  background: #ccc; }

.primary-preview .content {
  margin-left: 10px;
  width: 142px; }

.more-previews {
  background: #fafafa url(../img/design/bg-more-previews.png) top left repeat-x;
  border-top: 1px solid #e6e6e6;
  height: 189px;
  padding: 15px 20px;
  position: relative; }

.more-previews .button {
  position: absolute;
  bottom: 20px;
  left: 15px;
  padding-right: 3em; }

.profile-summary {
  padding: 25px 60px 25px 15px;
  background: #FFF;
  margin-bottom: 10px; }

.profile-summary .h1 {
  font-size: 48px;
  font-weight: 300; }

.profile-summary h2 {
  font-size: 15px; }

.profile-summary .wrap {
  padding: 0 0 0 275px; }

.profile-titles {
  font-size: 18px; }

.profile-teaser {
  margin: 1.5em 0;
  font-weight: 300; }

.profile-teaser p,
.profile-teaser ul,
.profile-teaser ol {
  font-size: 16px;
  line-height: 1.3em; }

.profile-info-title {
  margin: 1em 0 0; }

.profile-info-content {
  margin: 0 0 1em; }

.related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none; }

.related li h3 {
  font-size: 12px;
  margin: 0 0 .5em;
  font-weight: bold; }

.related li h3 small {
  color: #4e5052;
  font-size: .7em;
  display: block; }

.related li p {
  color: #4e5052;
  font-size: 1em;
  margin: 0; }

.profile-content .related li {
  width: 220px;
  float: left;
  margin: 0 30px 20px 0;
  padding: 0;
  border: none; }

.profile-content .related li.odd {
  clear: both; }

.profile-aside .related h2 {
  padding: 0 7px; }

.profile-aside .related table {
  margin: 0 0 15px; }

.profile-aside .related ul {
  border-top: 1px solid #d6d6d6; }

.profile-aside .related li {
  margin: 0;
  padding: 15px 7px;
  border: none;
  border-bottom: 1px solid #d6d6d6; }

.profile-details {
  padding: 30px 60px 30px 15px;
  background: #fff; }

.profile-details h2 {
  font-size: 15px;
  margin-bottom: .75em; }

.profile-content {
  float: right;
  width: 500px; }

.profile-aside {
  float: left;
  width: 235px; }

.section-title {
  padding: 15px 20px;
  font-size: 13px;
  margin: 0;
  position: relative; }

.section-title .ui {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.section-title .list-toggle {
  top: 9px;
  right: 11px; }

.section-title .list-toggle:after {
  content: '';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -11px;
  border-left: 1px solid #eceded; }

.alphalist {
  margin: 20px 0 0; }

.alphalist .section-title {
  padding: 10px 20px;
  height: 12px;
  border-radius: 30px 0 0 30px; }

.alphalist .section-title .bubble {
  display: block;
  width: 37px;
  height: 37px;
  padding: 5px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px; }

.alphalist .section-title .bubble i {
  display: block;
  width: 37px;
  height: 37px;
  color: #FFF;
  text-align: center;
  line-height: 37px;
  border-radius: 30px;
  font-size: 16px;
  font-style: normal; }

.alphalist .section-title .ui {
  top: 10px; }

.print-link {
  float: right; }

.print-link i.ui {
  position: relative;
  top: 0;
  right: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 8px; }

.section-note {
  margin: 14px -15px -14px;
  padding: 10px 15px;
  background: #F6F8FB;
  font-weight: bold;
  font-size: .8em;
  border-top: 1px solid #e2e2e2; }

.section-note a:hover {
  text-decoration: none; }

ul.post-list {
  border-top: 1px solid #e2e2e2; }

ul.post-list .post-item,
div.post-item {
  padding: 10px 10px 0 20px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative; }

.item-title {
  font-size: 13px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin: -10px 0 0;
  position: relative;
  left: -20px; }

.item-title a {
  display: block;
  padding: 0 20px 0 0; }

.item-title a:hover {
  text-decoration: none; }

.item-title i {
  color: #7f7f7f; }

.item-title small {
  display: block;
  font-size: 1em; }

.cancelled .item-title small {
  text-decoration: line-through; }

.item-title big {
  display: block;
  font-size: 1.15em;
  line-height: 1em;
  margin: 2px 0 0; }

.event-title {
  font-size: 1em;
  width: auto;
  padding: 20px 50px 20px 20px; }

.event-title small {
  font-size: 14px;
  line-height: 1em; }

.event-title big {
  font-size: 17px;
  line-height: 1em; }

.item-wrap {
  padding: 10px 30px 0 0; }

.item-wrap hr {
  clear: both;
  margin: 1.2em 0; }

.item-info,
.item-content {
  float: left;
  margin-bottom: 10px; }

.item-wrap h4 {
  margin: 0 0 .3em;
  clear: both; }

.item-content {
  width: 475px;
  margin-right: 55px; }

.item-info {
  width: 260px;
  padding-bottom: 10px; }

.post-info-title,
.post-info-content {
  line-height: 1.2em;
  padding-left: 5px; }

.post-info-title {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #454648;
  margin: 0;
  text-transform: none; }

.post-info-content {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin: 0 0 5px; }

.post-info-content a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-info-content:last-child {
  border: none; }

.item-details {
  padding: 10px 20px 20px;
  border: 1px solid #dad9d9;
  background: #FFF; }

.item-details .button {
  margin: -21px -21px 0; }

.item-details .button .ui {
  margin: 2px .5em 0 0; }

.event-meta h4 {
  margin: 1em 0 .4em; }

.event-meta p {
  margin: 0 0 .4em; }

.alternate-layout .item-details {
  padding: 0;
  border: none; }

.room-info {
  clear: both;
  background: #FFF; }

.room-info .date {
  width: 200px; }

.room-info .time {
  width: 120px; }

.room-info th,
.room-info td {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  border: none;
  border: 1px solid #ddd; }

.room-info th {
  font-weight: bold; }

.room-info tbody {
  background: #f9fbfd; }

.event-disclaimer {
  font-style: italic;
  color: #7f7f7f; }

.event-list .notice {
  font-style: normal;
  font-weight: normal;
  margin: 0 80px 20px 0; }

.item-content .print-page,
.item-content .bookmark-page {
  font-size: 14px;
  line-height: 1em;
  padding: 8px;
  float: right;
  margin: 0 2px 0; }

.event-list .item-wrap {
  padding: 10px 70px 0 20px;
  margin: 0 0 0 -20px;
  background: white; }

.event-list .item-inner {
  padding: 20px 20px 1px;
  background: #F6F8FB; }

.event-list .item-content {
  width: 450px;
  margin-right: 40px; }

.event-item .item-content h4 {
  font-size: 14px;
  padding: 0 0 .5em;
  margin: 0 0 1em;
  border: 0 solid;
  border-bottom-width: 1px; }

.event-list .item-info {
  width: 220px; }

/* Alternate Event Styling */
.alternate-layout .event-item {
  min-height: 90px; }

.alternate-layout .event-item .date-box {
  position: absolute;
  top: 10px;
  left: 15px; }

.alternate-layout .event-item .collapsable-content {
  min-height: 7.6em;
  overflow: hidden;
  padding: 0 80px 0 70px; }

.alternate-layout .event-title {
  font-size: 14px;
  width: auto;
  padding: 0;
  margin: 0 0 .7em;
  left: 0;
  cursor: pointer; }

.alternate-layout .room-info th,
.alternate-layout .room-info td {
  padding: 10px 14px; }

.alternate-layout .event-contact,
.alternate-layout .event-speakers,
.alternate-layout .event-sponsors {
  padding: 10px 14px 5px;
  margin: 0 0 15px;
  border: 1px solid #ddd;
  background: #f9fbfd; }

.alternate-layout .event-contact h4,
.alternate-layout .event-speakers h4,
.alternate-layout .event-sponsors h4 {
  padding: 10px 14px;
  background: #FFF;
  margin: -10px -14px 10px;
  border-bottom: 1px solid #ddd; }

.alternate-layout .event-contact h5,
.alternate-layout .event-speakers h5,
.alternate-layout .event-sponsors h5 {
  text-transform: none;
  font-variant: normal;
  margin: 0; }

.alternate-layout .event-contact a,
.alternate-layout .event-speakers i {
  font-weight: bold;
  color: #4E5052; }

.alternate-layout .event-disclaimer {
  margin: 10px 0; }

ul.post-list .post-item:first-child {
  border: none; }

.post-list .collapsable:hover {
  background: #f6f8fb; }

.jquery .post-item.collapsable:hover .item-title a {
  background: url(../img/ui/bg-view.png) right center no-repeat; }

.jquery .post-item.collapsable:hover .event-title a {
  background: none; }

div.post-item {
  border-top: none; }

ul.profile-list {
  /*border-top: 1px solid #e2e2e2;*/ }

ul.profile-list .profile-item,
div.profile-item {
  padding: 20px 20px 15px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden; }

.profile-item .item-info {
  float: left; }

.profile-item .item-photo {
  width: 90px;
  height: 90px;
  position: relative; }

.profile-item .item-photo img {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%; }

.profile-item .item-summary {
  width: 350px;
  padding: 0 40px; }

.profile-item .item-details {
  width: 275px;
  padding: 0;
  border: none; }

.profile-item h4 {
  margin: 0 0 2px; }

.profile-item h4.profile-title {
  font-size: 14px; }

.profile-item p.location {
  margin: 0 0 10px; }

.profile-item p.twitter {
  padding: 0 0 0 16px;
  margin: .7em 0 0;
  background: url(../img/twitter.png) left 1px no-repeat; }

.profile-item .item-links {
  width: 200px; }

.profile-item .profile-info-content {
  margin: 0; }

.profile-item .availability,
p.notice {
  padding: 3px 6px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: #f3f2ef;
  max-width: 300px; }

p.notice.wide {
  max-width: 100%; }

.profile-item .availability.red,
p.notice.red {
  background: #f6e4e7; }

.profile-item .availability.green,
p.notice.green {
  background: #e7f6e4; }

.profile-item .profile-link {
  margin: 1em 0 0; }

.profile-item .read-more {
  padding: 4px 9px;
  font-size: 1em; }

.profile-item .read-more .ui {
  margin: 2px .5em 0 0; }

div.profile-item {
  margin: 0 0 20px; }

.profiles {
  margin: 0 0 20px; }

.profiles div.profile-item {
  margin: 0;
  border-top: none; }

.profiles-simple {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  background: #FFF;
  margin-top: -1px; }

.profile-simple,
.profiles-simple .more {
  float: left;
  width: 50%; }

.profiles-simple .inner {
  display: block;
  height: 54px;
  padding: 12px;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3; }

.profile-simple h4,
.profile-simple p {
  line-height: 17px;
  margin: 0; }

.profile-simple h4 {
  font-size: 14px; }

.profile-simple p {
  font-size: 11px; }

.profiles-simple .more {
  font-size: 12px; }

.profiles-simple .more a {
  color: #231f20;
  line-height: 54px;
  margin: 0; }

.profiles-simple .more .arrow {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px; }

ul.alphalist {
  border-top: none; }

.columns .entry-content {
  min-height: 150px; }

.columns .pseudo-logo span {
  display: table;
  line-height: 1em;
  width: 100%; }

.pseudo-logo b {
  display: table-cell;
  vertical-align: middle;
  padding: 10px; }

#autocomplete {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-top: none;
  font-weight: normal;
  padding: 0;
  list-style: none; }

#autocomplete li {
  border: none;
  border-top: 1px solid #E2E2E2;
  padding: 5px;
  cursor: pointer; }

#autocomplete b {
  font-weight: bold; }

#autocomplete span {
  display: block;
  line-height: 1.2em; }

#autocomplete .match-title {
  color: #7f7f7f; }

#autocomplete li:hover,
#autocomplete li.active {
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF; }

#autocomplete li:hover .match-title,
#autocomplete li.active .match-title {
  color: #DDD; }

.matched, ul.profile-list .matched {
  border-top: none; }

.paginate {
  overflow: hidden;
  text-align: center;
  padding: 5px;
  margin: 20px 0 0;
  position: relative; }

.paginate a {
  line-height: 2em;
  padding: 0 .7em;
  font-weight: bold;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #fff 0%, #f1f1f1 100%); }

.paginate a:hover,
.paginate a.active {
  text-decoration: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
  background-image: linear-gradient(bottom, #fff 0%, #f1f1f1 100%); }

.paginate .page-prev,
.paginate .page-next {
  position: absolute;
  top: 5px; }

.paginate .page-prev {
  left: 5px; }

.paginate .page-next {
  right: 5px; }

.paginate .page-nums,
.paginate .page-nums a {
  display: inline-block; }

.paginate b {
  line-height: 2.1em;
  font-weight: bold; }

.widget_munk_latest_news h2 {
  border: 1px solid #e1e1e1;
  margin: 0 0 5px;
  padding: 10px 15px; }

.widget_munk_latest_news h2 a {
  float: right;
  padding: 10px 15px;
  margin: -10px -15px;
  border-left: 1px solid #e1e1e1; }

.widget_munk_latest_news .section-title .ui {
  float: left;
  position: relative;
  top: 0;
  right: 0;
  margin: 1px 5px 0 0; }

.mini-carousel {
  position: relative;
  height: 132px;
  margin-bottom: 30px; }

.mini-carousel h2 {
  height: 35px;
  border: 1px solid #d9d8d8;
  border-bottom: none;
  padding: 0 35px;
  line-height: 35px;
  display: none; }

.mini-carousel .nav-arrow {
  position: absolute;
  top: 0;
  height: 120px;
  width: 20px;
  line-height: 120px;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #d9d8d8;
  z-index: 1;
  cursor: pointer; }

.mini-carousel .carousel-prev {
  left: 0;
  background-image: -webkit-linear-gradient(left, #edeff0 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(left, #edeff0 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(left, #edeff0 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(left, #edeff0 0%, #f8f8f8 100%);
  background-image: linear-gradient(left, #edeff0 0%, #f8f8f8 100%); }

.mini-carousel .carousel-next {
  right: 0;
  width: 21px;
  background-image: -webkit-linear-gradient(right, #edeff0 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(right, #edeff0 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(right, #edeff0 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(right, #edeff0 0%, #f8f8f8 100%);
  background-image: linear-gradient(right, #edeff0 0%, #f8f8f8 100%); }

.mini-carousel .inner {
  overflow: hidden;
  height: 120px;
  margin: 0 22px 0 21px;
  border: 1px solid #dfe5e9;
  border-right: none;
  position: relative;
  z-index: 0; }

.mini-carousel ul {
  margin: 0;
  padding: 0;
  border: none; }

.mini-carousel li {
  float: left;
  padding: 0;
  width: 273px;
  height: 120px;
  overflow: hidden;
  border-right: 1px solid #e3e3e3;
  background: #FFF url(../img/design/featured-news-block-read.png) right bottom no-repeat; }

.mini-carousel li a {
  display: block;
  overflow: hidden;
  padding: 12px 10px; }

.mini-carousel li img {
  display: block;
  float: left;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.mini-carousel li h3 {
  float: left;
  font-size: 1.25em;
  padding: 5px 10px;
  width: 153px;
  margin: 0; }

.mini-carousel li.link {
  background-image: url(../img/design/featured-news-block-link.png); }

.ticker {
  border-bottom: 1px solid #dedede;
  box-shadow: 0 0 0 1px #fff;
  margin: 30px 0; }

.ticker .wrapper {
  background: url(../img/design/worldmap.png) left center no-repeat;
  position: relative;
  overflow: hidden;
  height: 58px; }

.ticker h2 {
  float: left;
  height: 100%;
  line-height: 58px;
  margin: 0 1em; }

.ticker ul {
  list-style: none;
  overflow: hidden;
  height: 100%;
  line-height: 60px;
  position: relative;
  margin: 0 50px 0 0;
  padding: 0;
  border: none;
  box-shadow: none; }

.ticker li {
  height: 58px;
  padding: 0;
  margin: 0;
  border: none; }

.geostory-ticker li a,
.article-ticker li a {
  display: block;
  height: 58px;
  color: #4E5052;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ticker .ticker-arrow {
  position: absolute;
  right: 15px;
  width: 17px;
  height: 15px;
  background: url(../img/ui/ticker-arrows.png);
  -webkit-transition: 0.1s linear background;
  -moz-transition: 0.1s linear background;
  -ms-transition: 0.1s linear background;
  -o-transition: 0.1s linear background;
  transition: 0.1s linear background; }

.ticker .ticker-up {
  background-position: 0 0;
  bottom: 50%; }

.ticker .ticker-up:hover {
  background-position: 0 -2px; }

.ticker .ticker-down {
  background-position: 0 -15px;
  top: 50%; }

.ticker .ticker-down:hover {
  background-position: 0 -13px; }

#featured + .ticker {
  margin: 0 0 30px; }

/*
===== Content - Advanced People Fitlers ======
*/
#filter_advanced_form {
  position: relative;
  background: #FFF;
  border-top: none;
  padding: 0 5px;
  margin: 0 0 40px;
  z-index: 4; }

#filter_advanced_form h2,
.dropdown h2 {
  font-size: 14px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  background: url(../img/ui/advanced-search-tab-left.png) left top no-repeat;
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin: 0 0 0 -100px;
  cursor: pointer; }

#filter_advanced_form h2 span,
.dropdown h2 span {
  display: block;
  background: url(../img/ui/advanced-search-tab-right.png) right top no-repeat;
  padding: 0 20px 0 0;
  height: 29px;
  line-height: 29px; }

#filter_advanced_form form {
  float: left;
  margin: 10px 5px; }

#filter_advanced_form .pseudo-select,
#filter_advanced_form .pseudo-select select {
  width: 267px; }

/*
===== Content - Event Forms ======
*/
#events_profile .section-title {
  border-bottom: 1px solid #E2E2E2; }

#events_profile label {
  display: block;
  margin: 10px 20px;
  font-size: 14px;
  clear: both; }

#events_profile label span {
  float: left;
  width: 150px;
  padding: 2px 0; }

#events_profile label .text,
#events_profile label select {
  border: 1px solid #e2e2e2; }

#events_profile label .text {
  padding: 2px 4px; }

#events_profile button {
  margin: 20px;
  font-size: 14px; }

#events_signin {
  padding: 50px 300px 70px;
  border-top: 1px solid #E2E2E2; }

#events_signin label,
#events_signin .text input {
  display: block;
  clear: both; }

#events_signin label {
  font-size: 14px;
  margin: 0 0 1em; }

#events_signin .text input {
  font-size: 1em;
  padding: 2px 5px;
  border: 1px solid #b4b7c0;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 #ededef;
  margin: .2em 0 0; }

#events_signin button,
#events_signin .button {
  font-size: 12px;
  margin: 0 1em .5em 0; }

#events_signin .button {
  float: left;
  line-height: 1em;
  margin: 0 0 10px; }

#event_register {
  margin: 10px 0 20px; }

#event_register p {
  margin: 0; }

#event_register input.text {
  font-size: 1em;
  padding: 2px 5px;
  border: 1px solid #b4b7c0;
  background: #f9f9f9;
  box-shadow: inset 0 0 0 #ededef;
  margin: .2em 0 1em; }

#event_register button {
  font-size: 12px;
  margin: 1em 0 0; }

/*
===== Content - News Tabs ======
*/
.tabs {
  position: relative; }

.tabs .tabs-title,
.tabs .tab-title {
  height: 45px;
  line-height: 45px; }

.tabs .tabs-title {
  font-size: 16px;
  text-indent: 18px;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.tabs .tab-title {
  float: left;
  font-size: 12px;
  color: #525559;
  border-left: 1px solid #e1e1e1;
  margin: 1px 0;
  padding: 0; }

.tab-title a {
  display: block;
  padding: 0 10px; }

.tab-title a:hover,
.tab-title a.active {
  text-decoration: none;
  background: #f5f5f5; }

.tabs-nav {
  float: right;
  position: relative;
  z-index: 1;
  margin: 0 1px 0 0;
  min-height: 47px; }

.tabs-content {
  clear: both;
  position: relative; }

.tab {
  background: #FFF;
  border: 1px solid #e1e1e1;
  border-top: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  padding: 18px; }

/*.tab img{
	margin-bottom: 0;
}*/
.newstab {
  padding: 0; }

.newstab .latest-post {
  overflow: hidden;
  margin: 25px 20px 0; }

.newstab .latest-post img {
  float: left;
  margin: 0 25px 0 0; }

.newstab .latest-post .post-content {
  float: none;
  width: auto; }

.newstab .latest-post .post-content .read-more .ui {
  margin: 7px 5px 0 0; }

.newstab .latest-post h4 {
  font-size: 18px;
  margin: 0 0 0.2em;
  line-height: 1.2em; }

.newstab .more-posts {
  border-top: 1px solid #e6e6e6;
  margin: 25px 20px 0;
  padding: 25px 0 0;
  overflow: hidden; }

.newstab .new-post {
  float: left;
  width: 215px; }

.newstab .new-post h4 {
  font-size: 13px;
  margin: 0 0 .5em; }

.newstab .more-posts ._2,
.newstab .more-posts ._5 {
  margin: 0 82px; }

.newstab .more-posts ._4 {
  clear: both; }

.newstab .index-permalink {
  margin: 0 20px 10px;
  padding: 10px 2px 0;
  border-top: 1px solid #e6e6e6; }

.noscript .tab {
  display: block;
  position: relative; }

.tab.current {
  position: relative; }

/*
===== Content - Calendar ======
*/
.calendar-heading {
  text-align: center;
  position: relative; }

.calendar-heading h2 {
  font-size: 40px;
  line-height: 1em;
  padding: 10px;
  margin: 0; }

.calendar-nav {
  position: absolute;
  bottom: 1em;
  font-size: 14px; }

.prev-month {
  left: 10px;
  text-align: right; }

.prev-month .ui {
  float: left;
  margin: 2px 5px 0 0; }

.next-month {
  right: 10px;
  text-align: left; }

.next-month .ui {
  float: right;
  margin: 2px 0 0 5px; }

table.calendar {
  width: 847px;
  margin: 0 auto; }

.calendar th,
.calendar td {
  width: 121px;
  vertical-align: top;
  padding: 10px; }

.calendar-heading {
  background: #333;
  color: #FFF;
  text-transform: uppercase;
  text-align: left; }

.calendar td {
  height: 121px;
  overflow: hidden;
  position: relative; }

.calendar .json span {
  display: none; }

.calendar td.prev,
.calendar td.next {
  opacity: .5; }

table.mini-calendar {
  width: 100%;
  margin: 0 0 5px;
  text-align: center;
  font-size: 14px;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-collapse: separate; }

.mini-calendar th,
.mini-calendar td {
  font-size: 1em;
  width: auto;
  vertical-align: middle;
  padding: 0; }

.mini-calendar th {
  border: none;
  height: 25px;
  line-height: 25px; }

.mini-calendar td {
  border-color: #d1d1d1;
  background: #FFF;
  height: 26px;
  padding: 2px;
  color: #002a5c; }

.mini-calendar .calendar-heading {
  padding: 0 12px; }

.mini-calendar td.prev,
.mini-calendar td.next {
  background: #f9f9f9;
  color: #95a6ba;
  opacity: 1; }

.mini-calendar .day-num {
  border-bottom: 4px solid;
  padding: 6px 0 0;
  height: 16px; }

.mini-calendar a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 12px; }

/*
===== Content - Side ======
*/
.widget {
  border: 1px solid #e2e2e2;
  background: #FFF;
  margin-bottom: 20px; }

.widget-title {
  font-size: 15px;
  line-height: 1em;
  padding: 16px 15px 14px;
  margin: 0;
  line-height: 1em;
  position: relative; }

.widget-content {
  padding: 5px;
  border-top: 1px solid #e2e2e2; }

.widget .button {
  border: none;
  border-top: 1px solid #e2e2e2;
  margin: 0 -5px -5px;
  display: block; }

.widget_munk_generic_promo .widget-content,
.widget_munk_upcoming_events .widget-content,
.widget_munk_article_list .widget-content {
  padding: 0; }

.widget_munk_generic_promo a,
.widget_munk_generic_promo img,
.widget_munk_upcoming_events a,
.widget_munk_upcoming_events img,
.widget_munk_article_list a,
.widget_munk_article_list img {
  display: block; }

.widget_munk_generic_promo .button,
.widget_munk_upcoming_events .button,
.widget_munk_article_list .button {
  margin: 0; }

.widget_munk_generic_promo .padded-image img {
  margin: 10px auto; }

.widget_munk_featured_profile .widget-content,
.widget_munk_page_showcase .widget-content,
.widget_munk_social_media .widget-content {
  padding: 20px 15px; }

.widget_munk_featured_profile h3,
.widget_munk_page_showcase h3 {
  font-size: 18px; }

.widget_munk_featured_profile .subtitle {
  font-size: 14px;
  line-height: 1.1em;
  margin: 0 0 1em; }

.widget_munk_featured_profile img,
.widget_munk_page_showcase img {
  margin: 0 0 10px;
  padding: 0;
  box-shadow: none; }

.widget_munk_featured_profile .button,
.widget_munk_page_showcase .button {
  margin: 0 -15px -20px; }

.widget_munk_social_media p:last-child {
  margin: 0; }

.widget_munk_social_media iframe {
  margin: 0 auto; }

.widget_munk_social_links .widget-content {
  padding: 10px 10px 0; }

.social-media-link {
  display: block;
  font-size: 16px;
  padding: 15px 8px;
  border: 1px solid #e4e4e4;
  background: #fefefe;
  margin: 0 0 10px; }

.social-media-link i {
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/social-media-icons.png);
  margin: -7px 15px 0 0; }

.social-media-link.facebook i {
  background-position: 0 0; }

.social-media-link.twitter i {
  background-position: -32px 0; }

.social-media-link.youtube i {
  background-position: -64px 0; }

.widget_munk_featured_partner h3.partnership-logo {
  margin: 0;
  padding: 0; }

.widget_munk_featured_partner h3.partnership-title {
  padding: 20px 10px;
  text-align: center;
  font-size: 32px;
  margin: 0 0 5px;
  background: #f0f1f3;
  border: 1px solid #e3e4e6; }

.widget_munk_featured_partner .partnership-details {
  padding: 10px; }

.widget .carousel-nav {
  padding: 5px 10px 10px;
  overflow: hidden; }

.widget .carousel-nav h3 {
  float: left;
  color: #231f20;
  margin: 0; }

.widget .carousel-nav ul {
  float: right;
  margin: 2px 0; }

.widget .carousel-nav li {
  float: left;
  margin: 0 0 0 5px;
  cursor: pointer; }

.widget .carousel-slides {
  overflow: hidden;
  width: 100%;
  position: relative; }

.widget .carousel-slide {
  background: #FFF;
  overflow: hidden;
  width: 100%; }

.widget .carousel-content {
  margin: 12px 0 0; }

.widget .carousel-content h4,
.widget .carousel-content p {
  padding: 0 10px;
  position: relative; }

.widget .carousel-content h4 {
  font-size: 13px; }

.widget .carousel-content h4 .ui {
  position: absolute;
  top: 0;
  left: 10px; }

.widget .carousel-content p {
  margin: 0; }

.widget .carousel-content .read-more {
  display: block;
  margin-left: 10px;
  margin-bottom: 10px; }

.widget .carousel-content .read-more .ui {
  margin-right: 5px; }

.widget_munk_geostories .carousel-content h4,
.widget_munk_geostories .carousel-content p {
  padding: 0 25px 0 35px; }

.widget_munk_geostories .carousel-content .read-more {
  margin-left: 35px; }

.jquery .widget .carousel-slides {
  height: 340px; }

.jquery .widget .carousel-slide {
  position: absolute;
  top: 0;
  left: 250px; }

.jquery .widget .current,
.jquery .fade-carousel .carousel-slide {
  left: 0; }

.widget_munk_article_list .widget-content {
  padding: 0; }

.widget_munk_upcoming_events .padded {
  padding: 15px;
  font-weight: bold; }

.widget_munk_upcoming_events .carousel-arrow,
.widget_munk_article_list .carousel-arrow {
  position: absolute;
  top: 10px;
  margin-right: 10px;
  width: 24px;
  height: 25px;
  padding: 0;
  background: url(../img/ui/carousel-arrows.png);
  border: 1px solid #D7D7D7; }

.widget_munk_upcoming_events .carousel-up,
.widget_munk_article_list .carousel-up {
  background-position: 0 0;
  right: 28px; }

.widget_munk_upcoming_events .carousel-down,
.widget_munk_article_list .carousel-down {
  background-position: -26px 0;
  right: 0; }

.widget_munk_upcoming_events ul,
.widget_munk_article_list ul {
  border-top: none;
  margin: 0; }

.widget_munk_upcoming_events li,
.widget_munk_article_list li {
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  border-color: rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.widget_munk_upcoming_events li a,
.widget_munk_article_list li a {
  display: block;
  padding: 15px;
  overflow: hidden; }

.widget_munk_upcoming_events .event-date {
  margin: 2px 0 0; }

.widget_munk_upcoming_events .event-summary {
  padding: 3px 0 0; }

.widget_munk_upcoming_events .event-time,
.widget_munk_upcoming_events .event-summary {
  margin: 0;
  padding-left: 50px; }

.widget_munk_upcoming_events p {
  font-size: 13px; }

.widget_munk_upcoming_events .notice {
  clear: both;
  font-weight: normal;
  font-style: normal;
  margin: 0 15px 15px; }

.widget_munk_upcoming_events h3 {
  font-size: 16px; }

.widget_munk_upcoming_events h3 i {
  display: block;
  font-size: .8em;
  color: #4E5052; }

.widget_munk_article_list a img {
  float: left;
  margin: 0 13px 0 0; }

.widget_munk_article_list a small,
.widget_munk_article_list a span {
  display: block; }

.widget_munk_article_list a small {
  font-size: 11px;
  line-height: 1em;
  margin: 0 0 .5em; }

.widget_munk_article_list a span {
  font-size: 13px; }

.widget_munk_upcoming_events li:last-child,
.widget_munk_article_list li:last-child {
  border-bottom: none; }

.jquery .widget_munk_upcoming_events ul,
.jquery .widget_munk_article_list ul {
  overflow: hidden;
  height: 269px; }

.widget_munk_further_reading .widget-content {
  padding: 0;
  overflow: hidden; }

.widget_munk_further_reading .widget-column {
  float: left;
  width: 243px;
  padding: 20px;
  background: #FFF url(../img/design/featured-news-block-read.png) right bottom no-repeat; }

.widget_munk_further_reading .widget-column._2 {
  width: 242px;
  border-left: 1px solid #dce2e6;
  border-right: 1px solid #dce2e6; }

.widget_munk_featured_partner .widget-content {
  padding-top: 7px;
  height: 282px;
  position: relative; }

.widget_munk_featured_partner .partnership-logo {
  width: 245px;
  height: 245px;
  display: table;
  border: 1px solid #e5e6e8;
  text-align: center;
  background: #FFF;
  margin: 7px;
  position: absolute;
  top: 0;
  left: 0; }

.widget_munk_featured_partner .partnership-logo img {
  vertical-align: middle;
  max-height: 165px;
  max-width: 225px; }

.widget_munk_featured_partner .partnership-logo span {
  display: block;
  margin: 0 0 10px; }

.widget_munk_featured_partner .partnership-logo a {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  padding: 10px; }

.widget_munk_featured_partner .partnership-logo a:hover {
  text-decoration: none; }

.widget_munk_featured_partner .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; }

.widget_munk_promo_blurb {
  text-align: center; }

.widget_munk_promo_blurb .inner {
  border: 1px solid #e2e2e2;
  padding: 16px; }

.widget_munk_promo_blurb p,
.widget_munk_promo_blurb ul,
.widget_munk_promo_blurb ol {
  font-size: 14px;
  line-height: 1.3em; }

.widget_munk_promo_blurb .button {
  display: block;
  font-size: 15px;
  border: 1px solid #e2e2e2; }

.widget-calendar h3 {
  margin: 0 0 -1px;
  padding: 10px;
  position: relative;
  z-index: 1; }

.widget-calendar p {
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin: 5px 0; }

.widget-calendar small,
.widget-calendar big {
  display: block; }

.widget-calendar small {
  font-size: 10px;
  margin: 0 0 .5em; }

.widget-calendar big {
  font-size: 13px;
  line-height: 1em; }

.widget-calendar .event-box {
  display: none; }

.main-widget {
  width: 850px; }

.side-widget .map-canvas {
  width: 840px;
  height: 400px; }

.side-widget {
  width: 260px; }

.side-widget .map-canvas {
  width: 250px;
  height: 185px; }

/*
===== Footer ======
*/
#footer {
  background-image: url(../img/design/bg-footer.png);
  background-position: left top;
  background-repeat: repeat-x;
  padding-bottom: 30px; }

#footer h2,
#footer p,
#footer ul,
#footer ol {
  font-size: 11px; }

#footer .wrapper {
  padding: 50px 0; }

#footer .information {
  float: right;
  width: 830px;
  overflow: hidden; }

#footer .info-row {
  overflow: hidden; }

#footer .info-left {
  float: left;
  width: 322px; }

#footer .info-right {
  float: right;
  width: 507px; }

#footer .contact-details {
  padding: 5px;
  width: 312px;
  margin: 0 0 5px;
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25); }

#footer .contact-details h2 {
  margin: 0 0 .8em; }

#footer .contact-details p {
  margin: 0 0 .5em; }

#footer .contact-details .location {
  padding: 0 0 0 25px; }

.location.red {
  background: url(../img/design/marker-red-tiny.png) left center no-repeat; }

.location.blue {
  background: url(../img/design/marker-blue-tiny.png) left center no-repeat; }

#footer .contact-general p {
  line-height: 1em;
  padding: 10px 1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25); }

#footer .site-navigation .site-title {
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  margin: 0 0 5px;
  font-weight: bold; }

#footer1 {
  float: right;
  width: 507px;
  margin-right: -25px;
  margin-bottom: 9px; }

#footer1 .menu {
  float: left;
  width: 144px;
  margin: 0 25px 0 0;
  border: none; }

#footer1 li {
  padding: .4em .5em;
  border-top: 1px solid #fff;
  border-bottom: none;
  border-color: rgba(255, 255, 255, 0.25); }

.subsite #footer1 li {
  border-top: none;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25); }

.subsite #footer1 li:last-child {
  border: none; }

#footer .social-navigation {
  clear: right;
  float: right;
  overflow: hidden;
  width: 482px;
  margin: 0;
  padding: 10px 1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25); }

#footer .social-navigation h2 {
  float: left;
  font-size: 11px;
  color: #FFF;
  padding: 0 .5em;
  margin: 0;
  line-height: 1em; }

#footer2,
#footer2 ul,
#footer2 li {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1em; }

#footer2 {
  float: right;
  margin-left: 30px; }

#footer2 li {
  margin: 0 2em 0 0; }

#footer2 a {
  font-weight: bold; }

#footer2 a:hover {
  text-decoration: underline; }

.copyright {
  clear: both;
  padding: 1em .5em 0; }

.copyright span {
  float: right; }

#to_top {
  position: absolute;
  top: -22px;
  right: 10px;
  background-image: url(../img/ui/bg-to_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  text-indent: -999em;
  cursor: pointer;
  border-radius: 55px; }

/*
===== Top/Bottom Bar ======
*/
#topbar,
#topbar .wrapper {
  overflow: hidden;
  position: relative;
  height: 30px; }

#topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4; }

#topbar ul {
  float: right;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 11px; }

#topbar li {
  float: left;
  border: none;
  line-height: 1em;
  margin: 8px 0;
  padding: 0; }

#topbar a {
  display: block;
  padding: 0 7px 2px; }

#topbar li:nth-child(n+2) {
  border-right: 1px solid; }

#topbar li:first-child {
  position: absolute;
  top: 0;
  left: 0; }

#topbar li:last-child {
  border: none; }

#topbar.bottom {
  position: relative;
  margin: -29px 0 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0; }

/*
===== Content - Newsletter Form ======
*/
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5; }

#newsletter_form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 336px;
  margin: -113px 0 0 -194px;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #dbdbdb;
  display: none;
  z-index: 6;
  padding: 20px 20px 20px 30px; }

#newsletter_form h2 {
  margin: -20px -20px 20px -30px;
  padding: 20px 40px;
  background: #D6D6D7 url(../img/design/diamond-pattern.png) center center repeat;
  border-bottom: 1px solid #DEDEDE; }

#newsletter_form h2 big {
  display: block;
  font-size: 15px;
  line-height: 1em; }

#newsletter_form label {
  font-size: 13px;
  color: #b4b7c0;
  position: relative;
  width: 139px;
  height: 15px;
  padding: 7px;
  float: left;
  margin: 0 15px 10px 0; }

#newsletter_form input {
  font-size: 1em;
  padding: 7px;
  border: 1px solid #b4b7c0;
  background: transparent;
  box-shadow: inset 0 0 0 #ededef;
  width: 139px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0; }

#newsletter_form input:focus,
#newsletter_form input:active,
#newsletter_form input.filled {
  background: #FFF; }

#newsletter_form button {
  float: left;
  font-size: 13px;
  font-weight: bold;
  width: 155px;
  padding: 7px;
  color: #383838; }

#newsletter_close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer; }

#newsletter_form em {
  clear: both;
  display: block;
  margin: 0 -20px 0 -30px;
  font-size: 9px;
  text-align: center;
  padding: 20px 0 0; }

/*
===== Page Templates ======
*/
.page-template-tplblocks-nosidebar-php .campuses-wrap {
  float: left;
  width: 580px; }

.page-template-tplblocks-nosidebar-php .profiles-simple-wrap {
  float: right;
  width: 530px; }

/*
===== jQuery UI - DatePicker ======
*/
#ui-datepicker-div {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: -25px;
  background: #eeeff0;
  background-image: -webkit-linear-gradient(right, #fff 0%, #eeeff0 100%);
  background-image: -moz-linear-gradient(right, #fff 0%, #eeeff0 100%);
  background-image: -ms-linear-gradient(right, #fff 0%, #eeeff0 100%);
  background-image: -o-linear-gradient(right, #fff 0%, #eeeff0 100%);
  background-image: linear-gradient(right, #fff 0%, #eeeff0 100%); }

.ui-datepicker-header {
  position: relative;
  text-align: center;
  padding: 5px; }

.ui-datepicker-title {
  font-size: 14px;
  font-weight: bold; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  font-weight: bold;
  cursor: pointer; }

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #383838;
  text-decoration: none; }

.ui-datepicker-prev {
  left: 8px; }

.ui-datepicker-next {
  right: 8px; }

.ui-datepicker-calendar {
  margin: 0;
  font-size: 10px; }

.ui-datepicker-calendar thead tr,
.ui-datepicker-calendar tbody tr:nth-child(even) {
  background: rgba(200, 200, 200, 0.1); }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  border-color: #cdd0d4;
  text-align: center;
  font-size: 12px; }

.ui-datepicker-calendar td {
  padding: 0; }

.ui-datepicker-calendar td a {
  display: block;
  padding: .3em .5em;
  color: #383838; }

.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar a.ui-state-active {
  color: #FFF;
  text-decoration: none; }

/*
===== Utitlity Classes ======
*/
.jquery .hide-if-js,
.noscript .hide-if-no-js {
  display: none; }

.jquery .invisible-if-js,
.noscript .invisible-if-no-js {
  opacity: 0; }

.clear {
  clear: both; }

hr.clear {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent none !important; }

br.clear {
  font-size: 0; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.next {
  z-index: 2; }

.current {
  z-index: 3; }

.upcomming {
  z-index: 4; }

.ui {
  float: left; }

.icon {
  width: 12px;
  height: 12px; }

.icon.profile {
  background-position: 0 0; }

.icon.photo {
  background-position: -12px 0; }

.icon.video {
  background-position: -24px 0; }

.icon.news,
.icon.post {
  background-position: -36px 0; }

.icon.research {
  background-position: -48px 0; }

.icon.geostory {
  background-position: -60px 0; }

.icon.opportunity {
  background-position: -72px 0; }

.print {
  width: 20px;
  height: 18px;
  background: url(../img/printer.png); }

.dot {
  width: 9px;
  height: 10px;
  background-image: url(../img/ui/dot.png); }

.dot.active,
.dot:hover {
  background-position: 0 -10px; }

.arrow {
  width: 11px;
  height: 11px;
  background-image: url(../img/ui/arrows.png); }

.arrow-right {
  background-position: top left; }

.arrow-down {
  background-position: top right; }

.arrow-left {
  background-position: bottom right; }

.arrow-up {
  background-position: bottom left; }

.arrow.white {
  background-image: url(../img/ui/arrows-white.png); }

.corner-arrow {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/ui/corner-arrows.png); }

.corner-arrow.tl,
.corner-arrow.bl,
.corner-arrow.tr,
.corner-arrow.br {
  position: absolute; }

.corner-arrow.tl,
.corner-arrow.tr {
  top: 0; }

.corner-arrow.tr,
.corner-arrow.br {
  right: 0; }

.corner-arrow.bl,
.corner-arrow.br {
  bottom: 0; }

.corner-arrow.tl,
.corner-arrow.bl {
  left: 0; }

.corner-arrow.up {
  background-position: 0 0; }

.corner-arrow.right {
  background-position: -26px 0; }

.corner-arrow.bottom {
  background-position: -26px -26px; }

.corner-arrow.left {
  background-position: 0 -26px; }

.bubble {
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: linear-gradient(top, #fff 0%, #f5f5f5 100%);
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-style: normal; }

.drag-arrows {
  width: 20px;
  height: 20px;
  background-image: url(../img/ui/drag-arrows.png); }

.button-arrows {
  width: 13px;
  height: 13px;
  background-image: url(../img/ui/button-arrows.png); }

.button-arrows.down,
.down .button-arrows {
  background-position: 0 -13px; }

.list-toggle {
  width: 39px;
  height: 26px;
  background-image: url(../img/ui/list-toggle.png); }

.list-toggle.down,
.down .list-toggle {
  background-position: -39px 0; }

.marker-small {
  width: 16px;
  height: 16px;
  background: url(../img/ui/marker-small.png); }

.marker-large {
  width: 28px;
  height: 28px;
  background: url(../img/ui/marker-large.png); }

.closed {
  display: none; }

.wpembed-iframe {
  margin: 0 0 18px;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .wpembed-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
===== Minor IE Fixes ======
*/
.ie7- .section-heading {
  zoom: 1;
  overflow: visible; }

.ie7- .section-heading form {
  zoom: 1;
  width: 270px; }

.ie7- #autocomplete {
  zoom: 1;
  overflow: hidden; }

.ie8- #footer .contact-details p {
  line-height: 1.4em; }

/*
===== Media Query Tweaks ======
*/
@media screen and (max-width: 1160px) {
  .card-prev {
    margin-left: -600px; }

  .card-next {
    margin-right: -600px; } }
/*
===== Google Map Fixes ======
*/
body .gm-style div {
  font-family: Arial, sans-serif; }

body .gm-style .button {
  font-family: 'ConduitITC-FontFace-Bold', 'Arial Narrow', sans-serif; }

/*# sourceMappingURL=style.css.map */
