.breadcrumb > li .home,
.jcf-select .jcf-select-opener,
#header .top-bar .secondary-navigation a.ico-apply:after,
#header .search-opener,
.social-section .ico-global:after,
.social-section .ico-global:before,
.social-section .social-networks a:before,
.subscribe-section .ico-msg:after,
.promo-article .btn:after,
.accordion1 > li > a[aria-expanded="true"]:after,
.accordion1 > li > a[aria-expanded="false"]:after,
.teaser .btn:after,
.teaser-white .more:after,
#footer .social-networks a:before,
.search-form.search-black .btn,
.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-next:after,
.cycle-gallery .desc .btn:after,
.slider .btn-prev,
.slider .btn-next,
.slider-teaser .box .link-wrap a:after,
.black-box .more:after,
.black-box .accordion-default .panel-heading:after,
.black-box .list-inline a:after,
.black-box .event-list li:before,
.news-section .more:after,
.upcoming-events .more:after,
.accordion li > a:after,
.tag:before,
.promo-list .promo .more:after,
.panel-box .more:after,
.panel-box .aid-list a:after,
.list-tick li:before,
.news-events .more:after,
.news-events .article .tag:before {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}

.ff_composer .form-group.has-error input {border: 1px solid #A74544 }

.form-group.has-error select {border: 1px solid #A74544 }

.ff_composer .field_label.has-error {color: #A74544 }

	.ff_composer * {
		-webkit-box-sizing	: border-box;
		-moz-box-sizing		: border-box;
		box-sizing			: border-box;
		
	}
	.ff_composer .line,
	.ff_composer .line:last-child,
	.ff_composer .last_unit{overflow:hidden;}
	.ff_composer .unit{float:left; padding:10px;}
	.ff_composer .unit_right{float:right;}
	.ff_composer .size1of1{float:none;}
	.ff_composer .size1of2{width:50%;}
	.ff_composer .size1of3{width:33.33333%;}
	.ff_composer .size2of3{width:66.66666%;}
	.ff_composer .size1of4{width:25%;}
	.ff_composer .size3of4{width:75%;}
	.ff_composer .line:last-child,
	.ff_composer .last_unit{float:none;width:auto;}
	.ff_composer p,
	.ff_composer h1,
	.ff_composer h2,
	.ff_composer h3,
	.ff_composer h4,
	.ff_composer h5,
	.ff_composer h6 {margin-top: 0;}
	.ff_composer .required_item {margin-left: 4px; color:#A74544;}
	.ff_composer textarea,
	.ff_composer input[type="text"],
	.ff_composer input[type="email"],
	.ff_composer input[type="url"],
	.ff_composer input[type="number"],
	.ff_composer input[type="password"],
	.ff_composer input[type="search"] {width: 100%; border: 1px solid #ccc; padding: 5px; color: #666}
.ff_composer input[type="submit"] {background-color: #f9b301;
      border-color: #b78401; color: #fff; 
       display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.43;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      
      }
    .ff_composer input[type="submit"]:hover {background-color: #fece53;
    border-color: #fec73a;}
	.ff_composer ul.dynamic_recipients {list-style: none; padding:0;}
	.ff_composer .field_label {font-weight: bold;}
	.ff_composer ul li label {font-weight: normal;}

.article-short form {margin-left: -20px}

.table .info,
#header .top-bar ul,
.social-section .social-networks,
.accordion1,
.accordion1 ul,
#footer ul,
.slider .pagination ul,
.black-box .accordion-default,
.black-box .accordion-default .list,
.black-box .event-list,
.accordion,
.tag,
.panel-box .aid-list ul,
.list-tick,
.photo-gal .gal-list,
.news-events .article .tag {
	margin: 0;
	padding: 0;
	list-style: none;
}



.clearfix:after,
.dropdown:after,
.dropdown .three-columns:after,
.black-box .content:after {
	content: "";
	display: block;
	clear: both;
}



.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}



body {
	min-width: 320px;
}

.l2-body {font-size: 16px; color: #666; margin: 0 0 20px 0}

.panel.l3 {margin-bottom: 15px; border: 1px solid #ddd}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 13px;
}



h1 {
	font-family: "chaparral-pro", sans-serif;
	font-weight: 400;
	text-shadow: 0 2px 3px #fff;
}



h2 {
	font-size: 20px;
}



a[href^=tel],
a[href^=skype],
a[href^=sms] {
	cursor: default;
	pointer-events: none;
}


.btn {
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border: none;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	font-weight: 700;
}



.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}



.breadcrumb {
	padding: 0;
	border-radius: 0;
	background: none;
	font-size: 16px;
	margin-bottom: 15px;
}



.breadcrumb > li + li:before {
	padding: 0 10px 0 11px;
}



.breadcrumb > li .home {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-position: -214px -1px;
	width: 16px;
	height: 15px;
	display: block;
}



.breadcrumb > li .home:hover {
	background-position: -235px -1px;
}



.pagination {
	margin: 0 0 10px;
	font-size: 15px;
}

.paging-wrap {margin-top: 20px}

.pagination > li > a,
.pagination > li span {
	border-radius: 50%;
	margin: 0 2px;
	width: 32px;
	height: 32px;
	padding: 4px 7px;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif;
}



.pagination > li.prev,
.pagination > li.next {
	font-size: 22px;
	
}

.popup div { position: relative; }
		.popup .close { position: absolute; top: 10px; right: 10px; padding: 0; background-image: url(/assets/images/btn-close.gif); height: 11px; width: 13px; }
		.popup .fancybox-close { font-size: 0; }
			.popup .close:hover, .popup .close:focus { background-position: 0 -11px; }
		.decor { position: absolute; top: -21px; left: 89px; background: url(/a/screen/bg-popup-new.png) no-repeat 0 0; height: 23px; width: 26px; }
		 .decor { left: 30px; }
		* html .decor { display: none; }
		
		.dict-def { font-size: 1em; }
		.dict-def strong { display: block; margin-bottom: 5px; padding-right: 15px; font-size: 1.4em; }
		
		.popup input { width: 90%; }
		.popup form, .popup p.submit { margin-bottom: 0; }

.pagination > li.prev1 > a,
.pagination > li.next1 > a {
	border-radius: 0;
	padding: 0;
	border: none;
	background: none;
	width: 11px;
	height: 11px;
	line-height: 11px;
	margin: 9px 9px 0;
}

.pagination > li.prev > a,
.pagination > li.next > a {
	border-radius: 0;
	padding: 0;
	border: none;
	background: none;
	width: 11px;
	height: 11px;
	line-height: 11px;
	margin: 9px 9px 0;
}



.pagination > li.prev > a:hover,
.pagination > li.prev > a:focus,
.pagination > li.next > a:hover,
.pagination > li.next > a:focus {
	color: #690;
}



.pagination > li.prev > a {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

blockquote {
  background: #dedede;
  color:#333333;
  -border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  line-height: 180%;
  margin: 2em 10px;
  padding: 1em 30px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ffffff;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/*blockquote:after {
  color: #ffffff;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
} */

blockquote p {
  display: inline;
}

.breadcrumb {
	padding: 0;
	border-radius: 0;
	background: none;
	font-size: 16px;
	margin: 20px 0 25px 0;
}



.breadcrumb > li + li:before {
	padding: 0 10px 0 11px;
}



.breadcrumb > li .home {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-position: -214px -1px;
	width: 16px;
	height: 15px;
	display: block;
}



.breadcrumb > li .home:hover {
	background-position: -235px -1px;
}



.pagination {
	margin: 0 0 10px;
	font-size: 15px;
}



.pagination > li > a,
.pagination > li span {
	border-radius: 50%;
	margin: 0 2px;
	width: 32px;
	height: 32px;
	padding: 4px 7px;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif;
}



.pagination > li.prev,
.pagination > li.next {
	font-size: 22px;
}



.pagination > li.prev > a,
.pagination > li.next > a {
	border-radius: 0;
	padding: 0;
	border: none;
	background: none;
	width: 11px;
	height: 11px;
	line-height: 11px;
	margin: 9px 9px 0;
}



.pagination > li.prev > a:hover,
.pagination > li.prev > a:focus,
.pagination > li.next > a:hover,
.pagination > li.next > a:focus {
	color: #690;
}



.pagination > li.prev > a {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.float-right { float: right; margin: 0 0 25px 30px; font-size: 1em; clear: both; display:table;}

.float-right img { border: 4px solid #fff; clear: both; margin-bottom: 5px}

.float-left { margin: 0 30px 25px 0; font-size: 1em; display:table;}

.float-left img { border: 4px solid #fff; margin-bottom: 5px}

.posts-list li {border-bottom: 1px solid #ccc; padding: 20px 0}


.table {
	margin-bottom: 28px;
	table-layout: auto;
}



.table > thead > tr > th {
	line-height: 19px;
	border-bottom-width: 1px;
	background: #cac9c6;
	font-weight: 400;
	text-transform: uppercase;
}



.table > tbody > tr > td {
	line-height: 21px;
}



.table > tbody > tr > td[data-label="department"] {
	color: #666;
}



.table .txt {
	display: block;
}



.table .txt span {
	display: block;
}







.table .txt .job-title {
	color: #666;
}



.table [data-label="contact"] .txt {
	max-width: 180px;
}

.table dl {
	margin: 10px 0 0 0;
}



.table dl dt,
.table dl dd {
	margin: 0 0 -4px;
}



.table dl dt {
	float: left;
	font-weight: normal;
	margin-right: 4px;
}



.table dl dt.link {
	color: #53a1c3;
}



.table dl dd {
	overflow: hidden;
}


.table .info a[href^=tel] {
	color: #333;
}



.table .avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
}



.panel-heading {
	display: block;
}



.panel {
	margin-bottom: 4px;
	border: none;
	box-shadow: none;
}

li.panel a.active {
	color: #334088
}

li.panel a {
	text-decoration: none
}

li.panel a:hover {
	color: #334088
}



/* custom select styles */



.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #666;
	margin: 0 0 15px;
	min-width: 262px;
	height: 45px;
}



.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}



.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 45px;
	margin: 0 35px 0 12px;
	font-weight: 300;
	color: #fff;
}



.jcf-select .jcf-select-opener {
	background-position: -197px -3px;
	position: absolute;
	width: 9px;
	height: 6px;
	right: 16px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}



.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}



.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}



body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}



body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}



/* multiple select styles */



.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}



/* select options styles */



.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #575757;
	line-height: 20px;
	font-size: 16px;
	width: 100%;
	font-weight: 300
}


.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}



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



.jcf-list ul li {
	overflow: hidden;
	display: block;
	border-top: 1px solid #999;
}



.jcf-list ul li:first-child {
	border-top: none;
}



.jcf-list .jcf-overflow {
	overflow: auto;
}



.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 13px 14px;
	color: #fff;
	height: 1%;
	
}



.jcf-list .jcf-option-hidden {
	display: none;
}



.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}



.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}



.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}



.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #444;
	color: #fff;
}



/* common custom form elements styles */



.jcf-disabled {
	background: #ddd !important;
}



/* custom checkbox styles */



.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 3px solid #d9d9d9;
	border-radius: 5px;
	margin: 0 3px 0 0;
	height: 24px;
	width: 24px;
}



.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 10px;
	width: 10px;
	border-radius: 4px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}



.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}



.jcf-checkbox.jcf-checked {
	background: #fdbc11;
	border-color: #fdbc11;
}



.jcf-checkbox.jcf-checked span {
	display: block;
}



/* custom radio styles */



.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 3px solid #d9d9d9;
	border-radius: 50%;
	margin: 0 3px 0 0;
	height: 24px;
	width: 24px;
}



.jcf-radio span {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}



.jcf-radio.jcf-checked {
	background: #fdbc11;
	border-color: #fdbc11;
}



.jcf-radio.jcf-checked span {
	display: block;
}



/* custom file input styles */



.jcf-file {
	display: block;
	white-space: nowrap;
	position: relative;
	height: 50px;
	overflow: hidden;
}



.jcf-file:hover .jcf-upload-button {
	background: #9a9a9a;
}



.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}



.jcf-file .jcf-fake-input {
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 0 8px;
	font-size: 16px;
	line-height: 46px;
	background: #f3f6f9;
	border: solid #ebeef1;
	border-width: 2px 0 2px 2px;
	border-radius: 3px 0 0 3px;
	float: left;
	width: 57%;
}



.jcf-file .jcf-upload-button {
	float: right;
	white-space: nowrap;
	overflow: hidden;
	background: #c0c0c0;
	border-radius: 5px;
	padding: 0 10px;
	height: 50px;
	margin: 0 0 0 -29px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	width: 44%;
	text-align: center;
	text-transform: uppercase;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .12);
}



/* custom scrollbars styles */



.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}



.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #fafafa;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
	border-left: 1px solid #e8e8e8;
}



.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	height: 0;
	width: 0;
	left: 0;
	top: 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #c1c1c1;
	height: 1px;
	width: 8px;
	margin-left: 3px;
	border-radius: 10px;
}



.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}



.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}



.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}



.fancybox-opened {
	z-index: 8030;
}



.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}



.fancybox-outer,
.fancybox-inner {
	position: relative;
}



.fancybox-inner {
	overflow: hidden;
}



.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}



.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}



.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}



.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}



#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}



#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}



.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}



.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}



.fancybox-prev {
	left: 0;
}



.fancybox-next {
	right: 0;
}



.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}



.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}



.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}



.fancybox-nav:hover span {
	visibility: visible;
}



.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



/* Overlay helper */



.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}



.fancybox-lock body {
	overflow: hidden !important;
}



.fancybox-lock-test {
	overflow-y: hidden !important;
}



.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}



.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}



.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



/* Title helper */



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}



.fancybox-opened .fancybox-title {
	visibility: visible;
}



.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}



.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}



.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}



.fancybox-title-inside-wrap {
	padding-top: 10px;
}



.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/*Retina graphics!*/



#header {
	background: #fff;
}



#header .header-top {
	background: #efeee9;
}



#header .holder {
	max-width: 1193px;
	margin: 0 auto;
	padding: 29px 20px 26px;
}



#header .logo {
	width: 198px;
	position: relative;
	z-index: 2;
}



#header .top-bar {
	font-size: 15px;
	line-height: 18px;
}



#header .top-bar ul li {
	margin-bottom: 3px;
}



#header .top-bar a {
	color: #333;
	text-decoration: none;
	display: block;
}



#header .top-bar a:hover {
	text-decoration: underline;
}



#header .top-bar .top-links {
	padding: 0;
}



#header .top-bar .top-links ul a {
	padding: 9px 23px 12px;

}



#header .top-bar .top-links .title {
	position: relative;
	display: block;
	font-weight: lighter
}



#header .top-bar .top-links .title .caret {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}



#header .top-bar .secondary-navigation ul {
	padding: 14px 0 17px;
}



#header .top-bar .secondary-navigation a.ico-apply:after {
	background-position: -27px -1px;
	width: 15px;
	height: 15px;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}



#header .title {
	background: #b5b4b1;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	padding: 9px 5px 10px;
	text-transform: uppercase;
	font-weight: normal;
}



#header .right-block {
	float: right;
	padding: 4px 10px 0 0;
}



#header .right-block .btn-blue {
	float: left;
	width: 62px;
	background: #323e8a;
	padding: 4px 8px 3px;
	text-align: center;
	text-transform: uppercase;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}



#header .right-block .btn-blue:hover {
	background: #4b5abe;
	text-decoration: none;
}

#header .right-block .btn-green {
	float: left;
	width: 62px;
	background: #FDCD5E;
	padding: 4px 8px 3px;
	text-align: center;
	text-transform: uppercase;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #323e8a;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: .03em
}



#header .right-block .btn-green:hover {
	background: #F1C357;
	text-decoration: none;
}



#header .search-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-position: 0 0;
	float: left;
	width: 18px;
	height: 18px;
	padding: 0 !important;
	margin: 3px 0 0 10px;
}



#header .search-opener:hover {
	opacity: .7;
}



#nav .title {
	background: #323e8a;
}



#nav > ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 22px;
}



#nav > ul > li {
	margin-bottom: 2px;
}



#nav > ul > li > a {
	font-size: 15px;
	line-height: 18px;
	display: block;
	padding: 5px 17px;
	color: #323e8a;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .03em
}



#nav > ul > li.hover > a:after,
#nav > ul > li:hover > a:after,
#nav > ul > li > a:hover:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	border-style: solid;
	border-color: transparent transparent #fff;
	border-width: 0 7px 6px;
}


#nav > ul > li > a.active:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	border-style: solid;
	border-color: transparent transparent #fff;
	border-width: 0 7px 6px;
}



#nav > ul > li.hover > a:before,
#nav > ul > li:hover > a:before {
	display: block;
}



#nav > ul > li.hover .dropdown-wrap,
#nav > ul > li:hover .dropdown-wrap {
	visibility: visible;
	max-height: 4000px;
}



#nav > ul > li.hover .dropdown,
#nav > ul > li:hover .dropdown {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}



.nav-active .nav-opener,
.nav-active .nav-opener2,
.acc-opener[aria-expanded="true"] .nav-opener,
.acc-opener[aria-expanded="true"] .nav-opener2 {
	left: 7px;
	top: 2px;
}



.nav-active .nav-opener span,
.nav-active .nav-opener2 span,
.acc-opener[aria-expanded="true"] .nav-opener span,
.acc-opener[aria-expanded="true"] .nav-opener2 span {
	opacity: 0;
}



.nav-active .nav-opener:after,
.nav-active .nav-opener:before,
.nav-active .nav-opener2:after,
.nav-active .nav-opener2:before,
.acc-opener[aria-expanded="true"] .nav-opener:after,
.acc-opener[aria-expanded="true"] .nav-opener:before,
.acc-opener[aria-expanded="true"] .nav-opener2:after,
.acc-opener[aria-expanded="true"] .nav-opener2:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 10%;
	right: 10%;
	height: 4px;
	border-radius: 10px;
}



.nav-active .nav-opener:after,
.nav-active .nav-opener2:after,
.acc-opener[aria-expanded="true"] .nav-opener:after,
.acc-opener[aria-expanded="true"] .nav-opener2:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.nav-active .nav-wrap,
.acc-opener[aria-expanded="true"] .nav-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: 0;
}



.acc-opener[aria-expanded="true"] .nav-opener2 {
	top: 0;
	left: 0;
}



.nav-wrap {
	display: block;
	left: -100%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding-left: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	border-right: 1px solid #d6d5cf;
	max-width: 288px;
	background: #fff;
}



.nav-opener,
.nav-opener2 {
	float: right;
	width: 35px;
	height: 21px;
	background: transparent;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	left: 1px;
	margin-top: 10px;
}



.nav-opener:before,
.nav-opener:after,
.nav-opener span,
.nav-opener2:before,
.nav-opener2:after,
.nav-opener2 span {
	background: #183689;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}



.nav-opener:before,
.nav-opener:after,
.nav-opener2:before,
.nav-opener2:after {
	content: "";
	top: 8px;
}



.nav-opener:after,
.nav-opener2:after {
	top: 16px;
}



.nav-opener:hover,
.nav-opener2:hover {
	opacity: .7;
}



.dropdown-wrap {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	padding: 0 17px;
}

.article-short ul li,.tab-content ul li,.accordion .panel-body ul li,.l2-body ul li{
	background:url('/assets/images/dingbat.png') no-repeat left 9px;
	list-style: none;
	padding: 3px 0 4px 16px;
	text-align: left;
	list-style-position: inside
}

.article-short form ul li {

background:none;
	list-style: none;


}


 .article-short ul.no-dingbat li, .tab-content ul.no-dingbat li, .accordion .panel-body  ul.no-dingbat li{
	background: none;
	list-style: none;
	padding: 2px 0 3px 0;
	text-align: left;
	
}

.article-short ul {overflow: hidden}


.article-short .form-group ul li {background: none}

.article-short a,.tab-content a,.accordion .panel-body a{
	color: #39939d
}




.dropdown {
	line-height: 18px;
	background: rgba(255, 255, 255, .95);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	z-index: 10;
	font-size: 14px;
	line-height: 18px;
}



.dropdown .col {
	padding: 0;
	margin: 0;
	list-style: none;
}



.dropdown li {
	position: relative;
	text-align: left;
	margin: 0 0 10px;
}



.dropdown a {
	/*text-transform: capitalize;*/
	color: #333;
	text-decoration: none
}

.dropdown a:hover {
	
	color: #334088;
	
}



.dropdown .three-columns {
	padding: 10px 0 0;
}



.dropdown .identity .img-wrap {
	border-radius: 50%;
	overflow: hidden;
	width: 50%;
}



.dropdown .identity .img-wrap img {
	max-width: 100%;
	height: auto;
}



.dropdown .identity .menu-text {
	overflow: hidden;
	padding: 2px 0 0;
	text-align: left;
	font-size: 14px;
}



.dropdown .identity .menu-text .sub-title {
	display: block;
	background: none;
	padding: 0;
	font: 16px/20px "chaparral-pro", sans-serif;
	color: #323e8a;
	/*text-transform: capitalize;*/
	text-align: left;
	width: auto;
	letter-spacing: 0;
	margin: 0 0 7px;
}



.dropdown .identity .menu-text .sub-title a {
	color: #323e8a;
}



.container2 #sidebar {
	padding-top: 15px;
}



.calendar {
	max-width: 263px;
	margin-bottom: 25px;
}



.calendar .calendar-header {
	background: #323e8a;
	font-size: 17px;
	color: #fff;
	line-height: 19px;
	overflow: hidden;
}



.calendar .title {
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
}



.calendar .next,
.calendar .prev {
	float: right;
	width: 50px;
	height: 42px;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}



.calendar .next:hover,
.calendar .prev:hover {
	background: #1e2552;
}



.calendar .prev {
	float: left;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}



.calendar table {
	width: 100%;
	text-align: center;
}



.calendar table th {
	text-align: center;
	border-bottom: 1px solid #999;
	background: #efefef;
	font-weight: normal;
	text-transform: uppercase;
	height: 25px;
	font-size: 12px;
}



.calendar table th:first-child {
	border-left: 1px solid #ccc;
}



.calendar table th:last-child {
	border-right: 1px solid #ccc;
}



.calendar table td {
	background: #fff;
	padding: 0;
	border: solid #ccc;
	border-width: 0 1px 1px 0;
	height: 31px;
	width: 14.2857%;
}



.calendar table td.inactive {
	background: #efefef;
	color: #ccc;
}



.calendar table td:first-child {
	border-left-width: 1px;
}



.calendar table td.active a,
.calendar table td a:hover {
	background: #e3f8ff;
}



.calendar table td a {
	display: block;
	color: #1e9ee2;
	font-weight: 700;
	text-decoration: none;
	line-height: 29px;
	height: 100%;
}



.social-section {
	border: solid #cac9c6;
	border-width: 6px 1px 1px;
	padding: 21px 20px 25px;
	margin: 34px 0 34px 0;
}



.social-section .ico-global {
	display: block;
	height: 4px;
	border: solid #cac9c6;
	border-width: 1px 0;
	position: relative;
	margin: 10px 0 17px;
}



.social-section .ico-global:after,
.social-section .ico-global:before {
	background-position: -44px -27px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 24px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.social-section .ico-global:before {
	background: url(../images/pattern.png);
}



.social-section h2 {
	/*text-transform: capitalize;*/
	color: #666;
	font-size: 23px;
	margin-bottom: 25px;
}



.social-section .social-networks {
	text-transform: uppercase;
	display: inline-block;
	width: 132px;
	text-align: left;
}



.social-section .social-networks li {
	padding: 5px 0 6px 41px;
	position: relative;
	margin-bottom: 11px;
}



.social-section .social-networks a:before {
	background-position: 0 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 31px;
	height: 31px;
}



.social-section .social-networks .facebook:before {
	background-position: 0 -107px;
}



.social-section .social-networks .youtube:before {
	background-position: -40px -107px;
}



.social-section .social-networks .twitter:before {
	background-position: -81px -107px;
}



.social-section .social-networks .linkedin:before {
	background-position: -121px -107px;
}





.subscribe-section {
	background: #70bbc6;
	border-top: 6px solid #5e9ca5;
	padding: 19px 15px 1px;
	margin-bottom: 32px;
	line-height: 18px;
}

.subscribe-section a{
	color: #fc0
}



.subscribe-section .ico-msg {
	display: block;
	height: 4px;
	border: solid #5e9ca5;
	border-width: 1px 0;
	position: relative;
	margin: 10px 0 22px;
}



.subscribe-section .ico-msg:after {
	background-position: -78px -27px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 24px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #70bbc6;
}



.subscribe-section h2 {
	font-size: 20px;
	color: #fff;
	margin: 0 30px 20px;
	text-align: center;
}



.subscribe-section p {
	margin-bottom: 29px;
	font-size:15px
}



.subscribe-section .subscribe-form {
	background: #deeff2;
}



.subscribe-section .subscribe-form .input {
	overflow: hidden;
}



.subscribe-section .subscribe-form .form-control {
	width: 100%;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: transparent;
	font-size: 14px;
	line-height: 16px;
	height: 33px;
	line-height: 24px;
	color: #999;
	padding: 5px 14px;
}



.subscribe-section .subscribe-form .form-control::-webkit-input-placeholder {
	color: #999;
}



.subscribe-section .subscribe-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #999;
}



.subscribe-section .subscribe-form .form-control:-moz-placeholder {
	color: #999;
}



.subscribe-section .subscribe-form .form-control:-ms-input-placeholder {
	color: #999;
}



.subscribe-section .subscribe-form .form-control.placeholder {
	color: #999;
}



.subscribe-section .subscribe-form .btn {
	float: right;
	border: none;
	font-size: 16px;
	line-height: 16px;
	border-radius: 0;
	text-transform: none;
	height: 33px;
	width: 47px;
	padding: 8px 5px;
	background: #579099;
	text-align: center;
	color: #fff;
	font-weight: 700;
}



.subscribe-section .subscribe-form .btn:hover {
	background: #3b6268;
}



.promo-article {
	background: #fff;
	border-top: 6px solid #cac9c6;
	padding: 42px 15px 20px;
	margin-bottom: 30px;
	position: relative;
	line-height: 18px;
}



.promo-article:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 4px;
	border: solid #cac9c6;
	border-width: 1px 0;
}



.promo-article h2 {
	font-size: 20px;
	line-height: 24px;
	/*text-transform: capitalize;*/
	margin-bottom: 10px;
}



.promo-article h2 a {
	color: #adaca9;
}

.promo-article h2 a:hover {
	color: #999;
	text-decoration: none
}



.promo-article p {
	margin-bottom: 20px;
}



.promo-article .img {
	margin-bottom: 20px;
}



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



.promo-article .btn {
	display: block;
	padding: 13px 48px 14px 20px;
}



.promo-article .btn:after {
	background-position: -51px -3px;
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	height: 8px;
}



.admission {
	background: #fff;
	margin-bottom: 35px;
}

.admission h2 a {
	color: #fff;
	
}



.admission h2,
.admission .acc-opener {
	background: #323e8a;
	padding: 9px 10px 12px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 300;
	letter-spacing: .03em
}



.admission .acc-opener {
	display: block;
	text-decoration: none;
	text-align: left;
}



.admission .nav-opener2 {
	margin: 6px 5px 0 0;
	width: 20px;
	height: 20px;
}



.admission .nav-opener2 span,
.admission .nav-opener2:before,
.admission .nav-opener2:after {
	background: #fff;
	height: 3px;
}



.admission .nav-opener2:before {
	top: 6px;
}



.admission .nav-opener2:after {
	top: 12px;
}



.accordion1 {
	font-size: 15px;
	letter-spacing: .02em;
	font-weight: 300
}



.accordion1 > li {
	border-top: 1px solid #e0dfdc;
	margin-bottom: 0;
}



.accordion1 > li:first-child {
	border-top: none;
}



.accordion1 > li > a {
	text-transform: uppercase;
	display: block;
	padding: 11px 46px 10px 18px;
	color: #444;
	font-weight: 600;
	text-decoration: none
}

.accordion1 > li > a:hover {
	
	color: #999;
	
}


.accordion1 > li > a[aria-expanded="true"],
.accordion1 > li > a[aria-expanded="false"] {
	position: relative;
}



.accordion1 > li > a[aria-expanded="true"]:after,
.accordion1 > li > a[aria-expanded="false"]:after {
	background-position: -116px -28px;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}



.accordion1 > li > a[aria-expanded="true"]:after {
	background-position: -139px -28px;
}



.accordion1 > li .open-link {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	float: right;
	height: 42px;
	width: 36px;
	position: relative;
	padding: 0;
}

.embed-responsive {margin: 20px 0}

.accordion1 > li .open-link:hover {
	opacity: .7;
}

a.acc-header {font-weight: 700}

.accordion1 > li .open-link[aria-expanded="true"]:after,
.accordion1 > li .open-link[aria-expanded="false"]:after {
	width: 16px;
	height: 16px;
}



.accordion1 > li .open-link[aria-expanded="true"]:after {
	background-position: -139px -28px;
}



.accordion1 .panel-body {
	padding: 0 33px 12px;
	line-height: 20px;
}

.accordion1 .panel-body.child {
	padding: 5px 0 0 15px;
	line-height: 16px;
	font-size: 14px
}



.accordion1 ul li {
	margin-bottom: 9px;
}



.accordion1 ul a {
	color: #888;
}



.teaser {
	background: #879f31;
	border-top: 6px solid #637423;
	line-height: 18px;
	color: #000;
	margin-bottom: 36px;
	padding: 0 15px;
}



.teaser h2 {
	margin-bottom: 16px;
	/*text-transform: capitalize;*/
	text-shadow: 1px 1px rgba(0, 0, 0, .49);
	font-size: 23px;
}



.teaser h2 a {
	color: #fff;
}

.teaser h2 a:hover {
	color: #eee;
	text-decoration: none
}



.teaser p {
	margin-bottom: 15px;
}



.teaser .btn {
	padding: 5px 26px 6px 12px;
	margin-top: 20px
}

.lib-contact {border-bottom: 1px solid #c34f14; padding: 7px 0}

.lib-contact a {color: #ffc}

.libs {font-size: 16px;}

.ebsco {margin: 20px 0}

.teaser .btn:after {
	background-position: -284px -4px;
	content: "";
	position: absolute;
	right: 9px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	height: 8px;
}



.teaser.red {
	background: #ea611e;
	border-top-color: #c34f14;
}



.teaser.red .btn {
	background: #c34f14;
}



.teaser.red .btn:hover {
	background: #7e330d;
}

.teaser.blue {
	background: #70bbc6;
	border-top: 6px solid #5e9ca5;
}



.teaser.blue .btn {
	background: #5e9ca5;
}



.teaser.blue .btn:hover {
	background: #4D7E85;
}



.teaser-white {
	background: #fff;
	margin-bottom: 30px;
}



.teaser-white h2 {
	color: #4eadbb;
	padding: 11px 11px 16px;
	margin-bottom: 0;
	font-size: 19px;
}



.teaser-white h2 a {
	color: #4eadbb;
}

.teaser-white h2 a:hover {
	color: #4D7E85;
	text-decoration: none
}



.teaser-white img {
	width: 100%;
}



.teaser-white .link-wrap {
	display: block;
	padding: 8px 17px 10px;
}



.teaser-white .more {
	display: inline-block;
	vertical-align: top;
	color: #666;
	text-transform: uppercase;
}



.teaser-white .more:after {
	background-position: -95px -2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 6px;
	height: 8px;
	content: "";
}



.article-callout {
	line-height: 19px;
	color: #666;
	margin-bottom: 33px;
}



.article-callout .img {
	position: relative;
	margin-bottom: 9px;
}



.article-callout .img figcaption {
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	background: #77c7d2;
	padding: 8px 15px;
	font: italic 21px/24px "chaparral-pro", sans-serif;
	color: #fff;
	/*text-transform: capitalize;*/
	text-shadow: 1px 1px rgba(0, 0, 0, .49);
}

.article-callout .img figcaption a {
	
	color: #fff;
	
}

.article-callout .img figcaption a:hover {
	
	color: #eee;
	text-decoration: none
	
}



.article-callout .desc {
	padding: 0 20px;
}



.article-callout .more {
	display: inline-block;
	vertical-align: top;
	color: #0c92d2;
	text-transform: uppercase;
}



.article-callout .more:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #0f95d3;
	content: "";
	display: inline-block;
	margin-left: 10px;
}



#footer {
	background: #3d416f;
	color: #fff;
}



#footer .footer-top {
	padding-top: 30px;
	padding-bottom: 36px;
}



#footer .inline-nav {
	margin: 0 -15px;
}



#footer .inline-nav li {
	display: inline-block;
}



#footer .inline-nav li + li:before {
	content: "";
	width: 1px;
	height: 11px;
	background: #9698b1;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 14px 3px;
}



#footer .inline-nav a {
	color: #fecd52;
}



#footer .col {
	font-size: 16px;
	line-height: 19px;
}



#footer .col:first-child {
	position: relative;
}



#footer .col:first-child:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #3d416f;
	border-width: 17px 0 17px 9px;
	z-index: 2;
}



#footer .col:first-child .title:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -9999px;
	background: #b1b3c5;
	z-index: -1;
}



#footer .col .title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	/*text-transform: capitalize;*/
	color: #3d416f;
	margin-bottom: 21px;
	position: relative;
	z-index: 1;
	padding: 8px 16px 9px;
	font-weight: 700;
}



#footer .logo-section {
	max-width: 336px;
}



#footer .logo-section p {
	font: 400 18px/22px "chaparral-pro", sans-serif;
	margin: 0 40px 44px;
}



#footer .logo-section .address {
	line-height: 17px;
}



#footer .logo {
	margin-bottom: 22px;
}



#footer .links {
	text-transform: uppercase;
	padding: 0 25px;
	
}



#footer .links li {
	margin-bottom: 16px;
}



#footer .links a {
	color: #ccc;
}



#footer .social-networks {
	text-transform: uppercase;
	padding: 0 25px;
}



#footer .social-networks li {
	padding: 11px 0 9px 53px;
	position: relative;
	margin-bottom: 8px;
}



#footer .social-networks a {
	color: #fff;
}



#footer .social-networks a:before {
	background-position: 0 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
}



#footer .social-networks .facebook:before {
	background-position: 0 -59px;
}



#footer .social-networks .youtube:before {
	background-position: -51px -59px;
}



#footer .social-networks .twitter:before {
	background-position: -102px -59px;
}



#footer .social-networks .linkedin:before {
	background-position: -155px -59px;
}

#footer .social-networks .instagram:before,.social-section .social-networks .instagram:before {
	background-position: -155px -102px;
}

#footer .social-networks .shark:before {
	background-position: -155px -145px;
}



#footer .footer-bottom {
	background: #50547d;
	padding: 11px 0;
}



#footer .copyright {
	display: block;
}



#footer .footer-nav {
	overflow: hidden;
	text-align: right;
}



#footer .footer-nav li {
	padding: 0;
}



#footer .footer-nav li + li:before {
	content: "";
	width: 1px;
	height: 11px;
	background: #9698b1;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 7px 3px 7px;
}



#footer a {
	color: #fff;
}



.search-form {
	position: relative;
}



.search-form > fieldset {
	padding: 29px 22px 37px 15px;
}



.search-form .input-wrap {
	margin: 0;
	overflow: hidden;
	border: solid #efeee9;
	border-width: 1px 0 1px 1px;
}



.search-form .input {
	overflow: hidden;
}



.search-form .form-control {
	width: 100%;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: transparent;
	font-size: 14px;
	line-height: 16px;
	height: 34px;
	line-height: 24px;
	color: #999;
	padding: 5px 14px;
}



.search-form .form-control::-webkit-input-placeholder {
	color: #999;
}



.search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #999;
}



.search-form .form-control:-moz-placeholder {
	color: #999;
}



.search-form .form-control:-ms-input-placeholder {
	color: #999;
}



.search-form .form-control.placeholder {
	color: #999;
}



.search-form .btn {
	float: right;
	border: none;
	font-size: 12px;
	line-height: 16px;
	border-radius: 0;
	text-transform: uppercase;
	height: 34px;
	width: 66px;
	padding: 8px 5px;
	text-align: center;
	background: #323e8a;
}



.search-form .btn:hover {
	background-color: #1e2552;
}



.search-form.search-black {
	background: none;
	margin: 0 0 14px;
	max-width: 790px;
	border: 1px solid #cac9c6;
}



.search-form.search-black .btn {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-position: -173px -1px;
	background-color: transparent;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 15px 22px 5px 0;
}



.search-form.search-black .btn:hover {
	opacity: .7;
}



.search-form.search-black .form-control {
	color: #666;
	height: 45px;
	padding: 8px 15px;
	line-height: 29px;
}



.search-form.search-black .form-control::-webkit-input-placeholder {
	color: #666;
}



.search-form.search-black .form-control::-moz-placeholder {
	opacity: 1;
	color: #666;
}



.search-form.search-black .form-control:-moz-placeholder {
	color: #666;
}



.search-form.search-black .form-control:-ms-input-placeholder {
	color: #666;
}



.search-form.search-black .form-control.placeholder {
	color: #666;
}



.filter-form {
	padding: 0 0 10px 0;
}



.filter-form .search-black {
	margin-bottom: 10px;
}



.filter-form .jcf-select {
	display: block;
	min-width: 100px;
	margin-bottom: 9px;
}



.cycle-gallery {
	position: relative;
}



.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}



.cycle-gallery .slideset {
	float: left;
}



.cycle-gallery .slide {
	float: left;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	
	
}



.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: rgba(255, 255, 255, .47);
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}



.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	background-color: rgba(0, 0, 0, .6);
}



.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-next:after {
	background-position: -167px -28px;
	width: 11px;
	height: 18px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.cycle-gallery .btn-prev {
	left: 6px;
}



.cycle-gallery .btn-next {
	right: 6px;
}



.cycle-gallery .btn-next:after {
	background-position: -185px -28px;
}



.cycle-gallery .container {
	display: table;
	padding: 15px 53px;
	height: 216px;
}



.cycle-gallery .desc {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
    bottom: 0;
    width: 100%;
	/*background-color: rgba(48, 92, 110, 0.2);*/
}

.cycle-back {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}





.tab-wrap.libs {margin-bottom: 45px}






.cycle-gallery .desc p {
	font-family: "chaparral-pro", sans-serif;
	margin-bottom: 20px;
}



.cycle-gallery .desc h1,
.cycle-gallery .desc h2 {
	font-size: 33px;
	line-height: 38px;
	font-family: "myriad-pro", sans-serif;
	margin-bottom: 14px;
	text-shadow: 1px 1px rgba(0, 0, 0, .49);
}


.cycle-gallery .desc h2.library {
	font-size: 28px;
	line-height: 38px;
	font-family: "myriad-pro", sans-serif;
	margin-bottom: 14px;
	text-shadow: 1px 1px rgba(0, 0, 0, .49);
	color: #fff
}



.cycle-gallery .desc h1 a,
.cycle-gallery .desc h2 a {
	color: #fff;
}



.cycle-gallery .desc h1 {
	font-weight: 700;
}



.cycle-gallery .desc p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .64);
}



.cycle-gallery .desc .btn {
	padding: 7px 41px 7px 11px;
	font-weight: 700;
}



.cycle-gallery .desc .btn:after {
	background-position: -51px -3px;
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	height: 8px;
}



.cycle-gallery .btn-play {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 50%;
	overflow: hidden;
	width: 93px;
	height: 93px;
	display: block;
	vertical-align: top;
	margin: 140px auto 23px;
	background: url("../images/btn-play.png") no-repeat;
	opacity: .7;
}



.cycle-gallery .btn-play:hover {
	opacity: 1;
}



.not-enough-slides .btn-prev,
.not-enough-slides .btn-next {
	display: none !important;
}



.slider {
	position: relative;
	z-index: 1;
}



.slider .mask {
	position: relative;
	overflow: hidden;
}



.slider .mask .slideset {
	float: left;
}



.slider .mask .slide {
	position: relative;
	float: left;
}



.slider .pagination {
	margin: 0;
	float: right;
	margin-top: 7px;
	height: 12px;
}



.slider .pagination li {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}



.slider .pagination li.active a,
.slider .pagination li a:hover {
	background: #666;
}



.slider .pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}



.slider .btn-prev,
.slider .btn-next {
	background-position: -247px -59px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}



.slider .btn-prev:hover,
.slider .btn-next:hover {
	opacity: .7;
}



.slider .btn-prev.disabled,
.slider .btn-next.disabled {
	pointer-events: none;
}



.slider .btn-prev {
	left: 8px;
}



.slider .btn-next {
	right: 8px;
	background-position: -204px -59px;
}



.slider-ratio {
	color: #fff;
}



.slider-ratio .heading {
	padding-bottom: 16px;
}



.slider-ratio .slide {
	padding-top: 20px;
}



.slider-ratio h2 {
	font: 400 24px/26px "chaparral-pro", sans-serif;
	margin-bottom: 0;
	color: #333;
}



.slider-ratio .caption {
	line-height: 18px;
	padding: 7px 18px 17px;
	background: rgba(0, 0, 0, .61);
}



.slider-ratio .caption h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}



.slider-ratio .caption h3 a {
	color: #fece53;
}



.slider-ratio .ratio {
	display: block;
	width: 131px;
	height: 131px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .58);
	padding: 38px 10px;
	font: 400 56px/56px "chaparral-pro", sans-serif;
	margin: 0 auto 39px;
	text-align:center;
}



.slider-teaser {
	background: #fff;
	padding: 30px 0;
}



.slider-teaser .box {
	border: solid #cfcfcf;
	border-width: 0 1px 1px 0;
	background: #ecebe5;
	box-shadow: 0 0 0 1px #efefef;
}



.slider-teaser .box .heading {
	padding: 8px 12px 15px;
}



.slider-teaser .box span {
	display: block;
}



.slider-teaser .box .category {
	font: 15px/18px "chaparral-pro", sans-serif;
	color: #555;
	margin-bottom: 9px;
	/*text-transform: capitalize;*/
}



.slider-teaser .box h2 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 700;
}



.slider-teaser .box h2 a {
	color: #3d416f;
}

.slider-teaser .box h2 a:hover {
	color: #535998;
	text-decoration: none
}



.slider-teaser .box img {
	width: 100%;
}



.slider-teaser .box .link-wrap {
	padding: 11px 17px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
}



.slider-teaser .box .link-wrap a {
	color: #666;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}



.slider-teaser .box .link-wrap a:after {
	content: "";
	background-position: -95px -2px;
	display: inline-block;
	vertical-align: baseline;
	width: 4px;
	height: 6px;
	margin: 0 0 1px 10px;
}



.slider-teaser .box .link-wrap a:hover {
	color: #999
}







.slider-teaser .mask {
	margin: 0 -10px;
}



.slider-teaser .mask .slideset {
	float: none;
	white-space: nowrap;
	width: 100% !important;
	letter-spacing: -4px;
	font-size: 0;
}



.slider-teaser .mask .slide {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	white-space: normal;
	font-size: 14px;
	width: 50% !important;
	float: none;
	padding: 0 10px 1px;
	
}



.cycle-gallery.slider-hero {
	margin-bottom: 24px;
	z-index: 1;
}



.cycle-gallery.slider-hero .mask .slide {
	display: table;
	text-align: right;
	height: 262px;
}



.cycle-gallery.slider-hero .desc {
	vertical-align: bottom;
	padding: 20px 60px;
}



.cycle-gallery.slider-hero .desc p {
	margin-bottom: 10px;
	float:left;
}



.cycle-gallery.slider-hero .btn-next,
.cycle-gallery.slider-hero .btn-prev {
	width: 40px;
	height: 40px;
}



.cycle-gallery.slider-hero .btn-next:after,
.cycle-gallery.slider-hero .btn-prev:after {
	width: 11px;
	height: 18px;
	background-position: -167px -28px;
}



.cycle-gallery.slider-hero .btn-prev {
	left: 10px;
}



.cycle-gallery.slider-hero .btn-next {
	right: 10px;
}



.cycle-gallery.slider-hero .btn-next:after {
	background-position: -185px -28px;
}



.slider-photo {
	margin-bottom: 16px;
}



.slider-photo .img-wrap {
	overflow: hidden;
	margin: 0 -2px;
}



.slider-photo .img {
	float: left;
	width: 50%;
	padding: 0 2px;
}



.slider-photo .img img {
	width: 100%;
}



.slider-photo .controls {
	position: absolute;
	width: 60px;
	height: 30px;
	right: 0;
	top: 0;
}



.slider-photo .btn-prev,
.slider-photo .btn-next {
	position: static;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #323e8a;
	background-position: -202px -20px;
}



.slider-photo .btn-next {
	background-position: -224px -20px;
	background-color: #767ead;
}



.slider-video {
	margin-bottom: 25px;
}



.slider-video .desc {
	width: 33%;
	background: #282a2e;
	color: #fff;
	padding: 18px 38px 46px;
}



.slider-video .desc h2 {
	font-size: 44px;
	line-height: 41px;
	margin-bottom: 28px;
}





.slider-video .desc .date {
	display: block;
	color: #fece53;
	font-size: 16px;
	margin-bottom: 28px;
}



.slider-video .desc p {
	min-height: 93px;
}



.slider-video .img {
	position: relative;
	z-index: 0;
}



.slider-video .btn-play {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .67;
	width: 67px;
	height: 67px;
	display: block !important;
	background-size: 67px 67px;
}



.slider-video .btn-play:hover {
	opacity: 1;
}



.slider-video .controls {
	position: absolute;
	width: 67%;
	height: 0;
	right: 0;
	top: 50%;
}



.slider-video.cycle-gallery .btn-next,
.slider-video.cycle-gallery .btn-prev {
	width: 40px;
	height: 40px;
}



.slider-video.cycle-gallery .btn-next:after,
.slider-video.cycle-gallery .btn-prev:after {
	width: 11px;
	height: 18px;
	background-position: -167px -28px;
}



.slider-video.cycle-gallery .btn-prev {
	left: 33px;
}



.slider-video.cycle-gallery .btn-next {
	right: 33px;
}



.slider-video.cycle-gallery .btn-next:after {
	background-position: -185px -28px;
}



.black-box {
	background: #282a2e;
	color: #fff;
	padding: 18px 15px 15px;
}



.black-box .heading {
	overflow: hidden;
	padding-bottom: 19px;
}



.black-box .heading h2 {
	overflow: hidden;
	font: 400 20px/24px "chaparral-pro", sans-serif;
	margin-bottom: 0;
	padding-bottom: 4px;
}



.black-box .more {
	float: right;
	color: #fece53;
	margin: 0 8px 0 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}



.black-box .more:after {
	background-position: -51px -3px;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 5px;
	width: 6px;
	height: 8px;
	content: "";
}



.black-box .wrap {
	overflow: hidden;
}



.black-box .accordion-default {
	padding-top: 2px;
	margin-bottom: 16px;
}



.black-box .accordion-default .panel {
	background: transparent;
	border-bottom: 1px solid #666;
	margin-bottom: 0;
}



.black-box .accordion-default .panel-heading {
	font-size: 16px;
	position: relative;
	color: #fff;
	/*text-transform: capitalize;*/
	text-decoration: none;
	padding: 10px 0;
}



.black-box .accordion-default .panel-heading:hover {
	color: #fece53;
}



.black-box .accordion-default .panel-heading:after {
	background-position: -104px 0;
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	content: "";
}



.black-box .accordion-default .panel-heading[aria-expanded="true"]:after {
	background-position: -125px 0;
}



.black-box .accordion-default .list {
	padding: 0 14px 10px;
	line-height: 16px;
}



.black-box .accordion-default .list li {
	margin-bottom: 11px;
}



.black-box .accordion-default .list a {
	color: #ccc;
}



.black-box .more-articles {
	overflow: hidden;
	background: #40434a;
	padding: 12px 15px 15px;
	line-height: 17px;
}



.black-box .more-articles .article {
	padding-top: 19px;
}



.black-box .more-articles .article:first-child {
	padding-top: 0;
}



.black-box .more-articles p {
	margin-bottom: 17px;
}



.black-box .more-articles .btn {
	font-size: 11px;
	padding: 7px 12px;
	min-width: 100px;
}



.black-box .content {
	padding: 0 3px 38px;
	margin-top: -3px;
}



.black-box .content .img {
	margin-bottom: 20px;
}



.black-box .content .img img {
	width: 100%;
}



.black-box .content .desc {
	overflow: hidden;
}



.black-box .content h3 {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 21px;
	font-weight: 500;
}



.black-box .list-inline {
	margin: 0;
}



.black-box .list-inline li {
	margin: 0 20px 10px 0;
}



.black-box .list-inline a {
	color: #fece53;
}



.black-box .list-inline a:after {
	background-position: -87px -2px;
	width: 3px;
	height: 6px;
	content: "";
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 1px 7px;
}



.black-box .event-list {
	font-size: 15px;
	line-height: 18px;
}



.black-box .event-list li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 13px;
}



.black-box .event-list li:before {
	background-position: -148px 0;
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}



.black-box .event-list a {
	color: #fff;
}



.black-box .event-list a:hover {
	color: #fece53;
}



.feautred-news {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}



.feautred-news .heading {
	padding-bottom: 18px;
}



.feautred-news .more {
	margin: 2px 0 0 10px;
	font-size: 12px;
}



.feautred-news .list {
	overflow: hidden;
	letter-spacing: -4px;
	font-size: 0;
}



.feautred-news .news {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 0 10px 19px 0;
	overflow: hidden;
}



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



.feautred-news .news .desc {
	overflow: hidden;
}



.feautred-news h3 {
	margin-bottom: 6px;
}

.feautred-news h2 {
	font: 400 26px/22px "chaparral-pro", sans-serif;
}



.news-section {
	background: #ecebe5 url("../images/pattern.png");
	padding: 21px 0 30px;
}



.news-section .heading {
	overflow: hidden;
}



.news-section .heading h2 {
	float: left;
	max-width: 60%;
	font-weight: 500;
}



.news-section .more {
	float: right;
	color: #666;
	text-transform: uppercase;
	font-weight: 700;
}



.news-section .more:after {
	background-position: -95px -2px;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 0 5px;
	width: 6px;
	height: 8px;
	content: "";
}



.news-section h3 {
	font-size: 18px;
	line-height: 22px;
}



.news-section h3 a {
	color: #6c8026;
}

.news-section h3 a:hover {
	color: #75AE00;
	text-decoration: none
}



.news-section .container:before,
.news-section .container:after {
	display: none;
}



.upcoming-events {
	color: #666;
}



.upcoming-events .heading {
	padding-bottom: 20px;
}



.upcoming-events .heading h2 {
	margin-bottom: 0;
}



.upcoming-events h3 {
	margin-bottom: 3px;
	font-weight: 700;
}



.upcoming-events .more {
	color: #666;
	font-size: 12px;
	margin: -1px 0 0 10px;
}



.upcoming-events .more:after {
	background-position: -95px -2px;
	width: 4px;
	height: 6px;
}



.upcoming-events .list {
	overflow: hidden;
	font-size: 0;
	letter-spacing: -4px;
}



.upcoming-events .event {
	font-size: 14px;
	letter-spacing: 0;
	padding-bottom: 15px;
	overflow: hidden;
}



.upcoming-events .event .date {
	float: left;
	width: 68px;
	height: 68px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	padding: 10px 5px;
	margin: 0 16px 0 0;
	position: relative;
	border: 1px solid #fff;
	box-shadow: 0 0 0 2px #ecebe5 inset;
}



.upcoming-events .event .date span {
	display: block;
	color: #000;
	font-size: 24px;
}



.upcoming-events .event .desc {
	overflow: hidden;
}



.faculty-directory .top-bar {
	overflow: hidden;
	padding: 21px 0;
	text-transform: uppercase;
	border: solid #cac9c6;
	border-width: 1px 0;
	box-shadow: 0 1px 0 0 #fff, 0 1px 0 0 #fff inset;
	line-height: 22px;
	margin-bottom: 18px;
}



.faculty-directory .top-bar .list-inline {
	float: left;
	max-width: 80%;
	margin-bottom: 0;
}



.faculty-directory .top-bar .list-inline > li {
	padding: 0 7px 0 8px;
}



.faculty-directory .top-bar .view {
	float: right;
}



.nav-tabs {
	font-size: 15px;
	line-height: 18px;
	border-bottom: none;
	font-weight: 500;
	
}



.nav-tabs > li {
	margin-bottom: 0;
}



.nav-tabs > li > a {
	color: #fff;
	background: rgba(125, 125, 125, .70);
	border: none !important;
	padding: 4px 9px 5px;
	margin-right: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}



.nav-tabs > li > a:hover {
	color: #545454;
	background: #fff;
}



.tabsets {
	position: relative;
}



.tabsets .btn {
	padding: 8px 30px 8px 10px;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}



.tabsets .btn:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 7px dashed;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}



.tab-wrap {
	margin-bottom: 27px;
}



.tab-wrap h2 {
	margin-bottom: 21px;
}



.tab-content {
	background: #fff;
	padding: 39px 28px 48px;
}



.tab-content .list-tick {
	margin-left: 19px;
}



.accordion-wrap {
	margin-bottom: 21px;
}



.accordion li > a {
	display: block;
	padding: 10px 40px 12px 18px;
	font-size: 15px;
	line-height: 18px;
	color: #545454;
	text-transform: uppercase;
	position: relative;
}



.accordion li > a:after {
	background-position: -285px -59px;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
}



.accordion li > a[aria-expanded="true"]:after {
	background-position: -285px -77px;
}



.accordion .panel-body {
	padding: 2px 39px 18px;
}



#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}



.three-col {
	background: #ecebe5 url("../images/pattern.png");
	padding: 28px 0 11px;
}



.three-col h2 {
	font-weight: 500;
}



.three-col .img {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 13px;
}



.three-col .img a {
	display: inline-block;
	vertical-align: top;
}



.three-col .img .blue {
	color: #7fbacf;
	font-weight: 400;
}



.three-col .img .green {
	color: #a2bc3b;
	font-weight: 400;
}



.three-col .img .red {
	color: #d26045;
	font-weight: 400;
}



.three-col .img figcaption {
	padding: 10px 2px 0;
}



.three-col .img img {
	width: 100%;
	border: 4px solid #cdcdcd;
}



.two-col {
	background: #fff;
	padding: 28px 0;
}



#main {
	background: #ecebe5 url("../images/pattern.png");
	padding: 0 0 39px;
}



.home-page #main {
	padding: 0;
}



.page-heading {
	padding-bottom: 14px;
}



.page-heading h1 {
	margin-bottom: 28px;
}



.page-heading .jcf-select {
	margin-right: 15px;
	width: 226px;
	min-width: 150px;
}



.event-section .event-holder {
	margin-bottom: 40px;
}



.event-article {
	border-bottom: 1px solid #cac9c6;
	padding: 23px 0;
}



.event-article:first-child {
	padding-top: 4px;
}



.event-article .img {
	padding-bottom: 20px;
}



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



.event-article h2 {
	font-size: 20px;
	/*text-transform: capitalize;*/
	margin-bottom: 4px;
}



.event-article h2 a {
	color: #272a2d;
}



.event-article h2 a:hover {
	color: #690;
}



 .date {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #7fb9ce;
	margin-bottom: 10px
}

.date.l2 {
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #7fb9ce;
	margin-bottom: 2px
}



 .date .time:before {
	content: "/";
	font: 400 15px/15px "chaparral-pro", sans-serif;
	color: #333;
	padding: 0 5px;
}

h2.detail {font-size: 24px}

img.banner {margin: 15px 0}

.tag {
	text-transform: uppercase;
	padding: 4px 0 0 21px;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}

.cats {color: #777}

.tag:before {
	background-position: -261px -1px;
	width: 16px;
	height: 16px;
	content: "";
	float: left;
	margin-left: -21px;
}



.tag li {
	float: left;
	margin-bottom: 4px;
}



.tag li + li:before {
	content: ",";
	padding: 0 1px 0 1px;
}



.tag a {
	color: #690;
}

.event-article .desc p {
	font-size: 16px
}



.promo-list {
	overflow: hidden;
	padding-bottom: 24px;
}



.promo-list .promo {
	float: left;
	width: 50%;
	display: table;
	table-layout: fixed;
	line-height: 18px;
	margin-bottom: 30px;
	height: 180px
}

.promo-list .promo .img {
		vertical-align: top
		
	}

.promo-list .promo > * {
	display: table-cell;
	vertical-align: middle;
}






.promo-list .promo .desc {
	padding: 0 12px;
	vertical-align: top
}



.promo-list .promo h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 9px;
}



.promo-list .promo h3 a {
	color: #333;
}



.promo-list .promo p {
	margin-bottom: 15px;
}



.promo-list .promo .more {
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}



.promo-list .promo .more:after {
	background-position: -293px -4px;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 1px 5px;
	width: 6px;
	height: 8px;
	content: "";
}



.panel-box {
	background: #fff;
	border-left: 10px solid #77c7d2;
	padding: 37px 20px 50px;
	margin-bottom: 32px;
}



.panel-box .heading {
	overflow: hidden;
	margin-bottom: 15px;
}



.panel-box h2 {
	font: 400 22px/24px "chaparral-pro", sans-serif;
	margin-bottom: 0;
	overflow: hidden;
}



.panel-box .more {
	float: right;
	color: #77c7d2;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 10px;
}



.panel-box .more:after {
	background-position: -95px -2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	width: 6px;
	height: 8px;
	content: "";
}



.panel-box .aid-list {
	overflow: hidden;
	text-transform: uppercase;
	margin: 0 -10px;
}



.panel-box .aid-list .col {
	float: left;
	padding: 0 10px;
	width: 100%;
}



.panel-box .aid-list ul li {
	border-bottom: 1px solid #999;
	padding: 13px 0;
}



.panel-box .aid-list ul li:last-child {
	border-bottom: none;
}



.panel-box .aid-list ul li:first-child {
	border-bottom: 1px solid #999;
}



.panel-box .aid-list a {
	color: #555;
}



.panel-box .aid-list a:after {
	background-position: -95px -2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 6px;
	height: 8px;
	content: "";
}



.panel-box .wrap {
	overflow: hidden;
}



.panel-box .accordion1 {
	float: right;
	width: 100%;
}



.panel-box .accordion1:first-child {
	float: left;
}



.panel-box .accordion1 > li {
	border-top: none;
	border-bottom: 1px solid #999;
	padding: 21px 19px;
}



.panel-box .accordion1 > li > a {
	padding: 0 52px 0 0;
}



.panel-box .accordion1 > li > a:after {
	right: 13px;
}



.panel-box .accordion1 .panel-body {
	padding: 6px 52px 7px 12px;
}



.panel-faq {
	border-left-color: #d96d00;
}



.panel-faq .more {
	color: #d96d00;
}



.intro-heading {
	font: 18px/22px "chaparral-pro", sans-serif;
	color: #666;
	padding: 18px 0 14px;
}

.intro-heading.news {
	
	padding: 8px 0 8px;
}



.intro-heading h1 {
	color: #333;
	margin-bottom: 1px;
	font-size: 33px;
	line-height: 38px;
}



#content {
	font-size: 16px;
	line-height: 23px;
	color: #444;
}



#content h1 {
	font: 400 32px/38px "chaparral-pro", sans-serif;
	padding-bottom: 2px;
	margin: -4px 0 21px;
	/*text-transform: capitalize;*/
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQImWM4fer4/9Onjv9n+A8FAH3uDq8cj+XkAAAAAElFTkSuQmCC) repeat-x 0 100%;
}

.positions h2 {
	font: 400 32px/38px "chaparral-pro", sans-serif;
	padding-bottom: 2px;
	margin: -4px 0 5px;
	/*text-transform: capitalize;*/
	
}

.positions {text-align: center; display: block; border-bottom: 1px solid #ccc; margin-bottom: 15px}

.positions p{font-size: 16px}

img.fac {margin: 10px 0}

#content h2,.l2-body h2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	color: #879f31;
	margin: 20px 0 10px 0;
	letter-spacing: .01em
}

h2.library {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	/*text-transform: capitalize;*/
	margin: 0 0 20px 0;
	letter-spacing: .01em
}



#content h3,.l2-body h3 {
	font-size: 18px;
	line-height: 22px;
	color: #313E84;
	/*text-transform: capitalize;*/
	margin: 20px 0 5px 0;
	letter-spacing: .01em
	font-weight:500;
}



#content h4 {
	font-size: 16px;
	line-height: 20px;
	color: #4eadbb;
	/*text-transform: capitalize;*/
	margin-bottom: 17px;
	font-weight: 500;
}



#content .highlight {
	display: block;
	font: 400 25px/34px "chaparral-pro", sans-serif;
	color: #666;
	margin-bottom: 24px;
}



#content .article-short {
	padding-bottom: 0px;
	
}



#content .article-short h2 {
	margin-bottom: 5px;
}



.list-tick li {
	padding-left: 21px;
	margin-bottom: 2px;
}



.list-tick li:before {
	background-position: -258px -28px;
	width: 12px;
	height: 12px;
	content: "";
	float: left;
	margin: 7px 0 0 -21px;
}



.photo-gal {
	margin-bottom: 21px;
}



.photo-gal .gal-list {
	margin: 0 -5px;
	overflow: hidden;
}



.photo-gal .gal-list li {
	float: left;
	padding: 0 5px 8px;
	width: 190px;
}



.photo-gal .gal-list img {
	width: 100%;
}



.two-column {
	margin: 0 -15px;
	overflow: hidden;
}



.two-column .column {
	float: left;
	padding: 0 15px;
	width: 100%;
}



.news-events {
	margin-bottom: 23px;
}



.news-events .heading {
	overflow: hidden;
	margin-bottom: 21px;
	padding-bottom: 1px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFUlEQVQImWM4fer4/9Onjv9n+A8FAH3uDq8cj+XkAAAAAElFTkSuQmCC) repeat-x 0 100%;
}



.news-events h2 {
	font: 400 28px/33px "chaparral-pro", sans-serif;
	margin-bottom: 0;
	overflow: hidden;
	color: #323e8a;
	/*text-transform: capitalize;*/
}



.news-events .more {
	float: right;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	margin: 11px 0 0 10px;
	font-weight: 700;
}



.news-events .more:after {
	background-position: -95px -2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 6px;
	height: 8px;
	content: "";
}



.news-events .article {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 18px;
	line-height: 18px;
}



.news-events .article:first-child {
	padding-top: 4px;
}



.news-events .article > * {
	display: table-cell;
	vertical-align: top;
}



.news-events .article .img {
	width: 172px;
	padding: 3px 19px 0 0;
}



.news-events .article h3 {
	font-size: 18px;
	line-height: 21px;
	/*text-transform: capitalize;*/
	margin-bottom: 6px;
}



.news-events .article h3 a {
	color: #282a2e;
}



.news-events .article h3 a:hover {
	color: #690;
}



.news-events .article p {
	margin-bottom: 5px;
}



.news-events .article .date {
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #7fb9ce;
}



.news-events .article .date .time:before {
	content: "/";
	font: 400 15px/15px "chaparral-pro", sans-serif;
	color: #333;
	padding: 0 5px;
}



.news-events .article .tag {
	text-transform: uppercase;
	padding: 4px 0 0 21px;
	font-size: 12px;
	color: #690;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
}



.news-events .article .tag:before {
	background-position: -261px -1px;
	width: 16px;
	height: 16px;
	content: "";
	float: left;
	margin-left: -21px;
}



.article-lg {
	color: #666;
	line-height: 18px;
	margin-bottom: 13px;
}



.article-lg h2 {
	font: 400 28px/30px "chaparral-pro", sans-serif;
	color: #272a2d;
	margin-bottom: -4px;
	/*text-transform: capitalize;*/
}



.article-lg h2 a {
	color: #272a2d;
}



.article-lg p {
	margin-bottom: 9px;
}



.article-lg .img {
	margin-bottom: 11px;
}



.article-lg .date {
	display: block;
	color: #7fb9ce;
	text-transform: uppercase;
}



.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 0;
	overflow: hidden;
}



.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}



	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



@media (min-width: 480px) {
	.table {
		border-bottom: 1px solid #cac9c6;
	}



	.table > tbody > tr:first-child > td {
		padding-top: 11px;
	}



	#header .holder {
		padding: 29px 40px;
	}



	#footer .col {
		float: left;
		width: 50%;
	}



	#footer .col .title {
		padding-left: 50px;
	}



	#footer .links {
		padding-left: 60px;
	}



	#footer .social-networks {
		padding-left: 63px;
	}



	.cycle-gallery .container {
		padding: 15px 68px;
	}



	.slider-teaser .mask .slide {
		width: 33.33% !important;
	}



	.slider-video .slide {
		display: table;
	}



	.slider-video .slide > * {
		display: table-cell;
		vertical-align: top;
	}



	.black-box {
		padding: 18px 20px 15px;
	}



	.black-box .heading h2 {
		font-size: 28px;
		line-height: 27px;
	}



	.event-article {
		display: table;
		width: 100%;
		table-layout: fixed;
		padding-bottom: 25px;
	}



	.event-article > * {
		display: table-cell;
		vertical-align: top;
	}



	.event-article .img {
		width: 173px;
		padding: 0 18px 0 0;
	}



	.panel-box .aid-list .col {
		width: 50%;
	}
}



@media (min-width: 501px) {
	.page-heading .select-wrap {
		margin-right: -15px;
	}
}



@media (min-width: 768px) {
	.table {
		font-size: 16px;
	}



	.table > thead > tr > th {
		padding: 12px 30px 11px;
	}



	.table > thead > tr > th:first-child {
		width: 28%;
	}



	.table > thead > tr > th:nth-child(2) {
		width: 32%;
	}



	.table > tbody > tr > td {
		padding: 16px 30px 15px;
	}



	.table .txt {
		padding-top: 14px;
		float: left;
	}



	.table .avatar {
		margin-left: 10px;
		float: right;
		width: 76px;
	}



	#header .header-bottom {
		display: table;
		width: 100%;
		position: relative;
	}



	#header .header-bottom > * {
		display: table-cell;
		vertical-align: top;
	}



	#header .holder {
		padding: 56px 15px 5px;
		min-height: 163px;
	}



	#header .logo {
		float: none;
		width: 244px;
		padding-right: 10px;
	}



	#header .top-bar {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		font-size: 12px;
		border-bottom: 1px solid #d6d5cf;
		background: #efeee9;
	}



	#header .top-bar ul li {
		margin-bottom: 0;
	}



	#header .top-bar a {
		color: #555;
	}



	#header .top-bar .top-links {
		float: left;
	}



	#header .top-bar .top-links > li {
		float: left;
		border-right: 1px solid #d6d5cf;
		position: relative;
		z-index: 10;
	}



	#header .top-bar .top-links > li:hover .title,
	#header .top-bar .top-links > li.hover .title {
		text-decoration: none;
	}



	#header .top-bar .top-links > li:hover ul,
	#header .top-bar .top-links > li.hover ul {
		display: block;
	}



	#header .top-bar .top-links ul {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		background: #fbfaf6;
	}



	#header .top-bar .top-links ul li {
		border-top: 1px solid #ddddd8;
	}
	
	#header .top-bar .top-links ul li a:hover {
		text-decoration: none
	}
	
	#header .top-bar .top-links ul li:hover {
		background: #fff
	}



	#header .top-bar .secondary-navigation {
		padding: 7px 10px 6px;
		overflow: hidden;
	}



	#header .top-bar .secondary-navigation .title {
		display: none;
	}



	#header .top-bar .secondary-navigation ul {
		padding: 0;
		overflow: hidden;
	}



	#header .top-bar .secondary-navigation ul li {
		float: left;
	}



	#header .top-bar .secondary-navigation ul li + li:before {
		margin: 4px 10px 0;
		content: "";
		width: 1px;
		height: 10px;
		background: #999;
		float: left;
	}



	#header .top-bar .secondary-navigation a {
		display: inline;
		padding: 0;
	}
	
	#header .top-bar .secondary-navigation a:hover {
		text-decoration: none;
		color: #888
	}



	#header .title {
		font-size: 12px;
		text-transform: none;
		padding: 7px 20px 7px 9px;
		background: none;
		color: #555;
		cursor: pointer;
		text-align: left;
		
	}



	#nav .title {
		display: none;
	}



	#nav > ul {
		background: #323e8a;
		padding: 3px 9981px 0 17px;
		margin-top: 4px;
		margin-right: -9999px;
	}



	#nav > ul:after {
		content: "";
		display: block;
		clear: both;
	}



	#nav > ul:before {
		content: "";
		float: left;
		width: 0;
		height: 0;
		margin: -3px 0 0 -39px;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 20px 0 22px 12px;
	}



	#nav > ul > li {
		float: left;
		margin: 0 8px 0 0;
	}



	#nav > ul > li > a {
		color: #fff;
		padding: 9px 0 12px;
		position: relative;
	}



	.nav-wrap {
		position: static;
		max-height: none;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: none;
		border-right: none;
		margin-top: 20px;
		-webkit-transition: margin .28s ease-in;
		transition: margin .28s ease-in;
	}



	.search-active .nav-wrap {
		margin-top: 0;
	}



	.nav-opener,
	.nav-opener2 {
		display: none;
	}



	.dropdown-wrap {
		left: 0;
		position: absolute;
		top: 46px;
		right: 0;
		padding: 0;
	}



	.dropdown {
		padding: 41px 20px 5px;
	}



	.dropdown .col {
		float: left;
		width: 33.33%;
		padding: 0 13px 0 0;
	}



	.dropdown li {
		padding: 12px 0;
		margin: 0;
	}



	.dropdown li + li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: #ccc;
	}



	.dropdown .three-columns {
		padding: 0;
		width: 60%;
		float: left;
	}



	.dropdown .identity {
		width: 40%;
		float: right;
		margin: 0 -2px 0 0;
		padding: 18px 0 0;
	}



	.dropdown .identity .img-wrap {
		float: left;
		margin: 0 10px 0 0;
		width: 49%;
	}



	.dropdown .identity .menu-text .sub-title {
		font-size: 18px;
	}



	.dropdown .identity .menu-text .text {
		max-width: 160px;
	}



	.container2 #sidebar {
		padding-top: 53px;
	}



	#footer .col {
		width: 46%;
	}



	#footer .col:first-child {
		width: 54%;
	}



	#footer .copyright {
		float: left;
		max-width: 40%;
	}



	.search-form {
		max-width: 630px;
		margin: 0 auto;
	}



	.search-form > fieldset {
		padding: 0 15px 14px;
	}



	.search-form .form-control {
		height: 36px;
		line-height: 26px;
		font-size: 16px;
	}



	.search-form .btn {
		height: 36px;
		width: 96px;
		font-size: 16px;
	}



	.cycle-gallery .container {
		padding: 88px 29px;
		height: 550px;
	}



	.cycle-gallery .desc h1,
	.cycle-gallery .desc h2 {
		margin-bottom: 11px;
		font-size: 40px;
		line-height: 40px;
	}



	.cycle-gallery .desc .btn {
		padding: 13px 48px 14px 20px;
	}



	.cycle-gallery .desc .btn:after {
		right: 18px;
	}



	.cycle-gallery.slider-hero .mask .slide {
		height: 381px;
	}



	.slider-photo {
		margin-bottom: 24px;
	}



	.slider-photo .img-wrap {
		margin: 0 -12px;
	}



	.slider-photo .img {
		padding: 0 12px;
	}



	.slider-photo .controls {
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}



	.feautred-news {
		margin-bottom: 15px;
	}



	.feautred-news .more {
		margin-right: 32px;
	}



	.news-section {
		padding-bottom: 44px;
	}



	.news-section .container {
		display: table;
		table-layout: fixed;
	}



	.news-section .col {
		display: table-cell;
		vertical-align: top;
	}



	.news-section .col:last-child {
		width: 336px;
		padding-left: 48px;
	}



	.upcoming-events .more {
		margin-right: 38px;
	}



	.faculty-directory {
		padding-bottom: 40px;
	}



	.faculty-directory .top-bar {
		margin-bottom: 38px;
		padding-right: 39px;
	}



	.faculty-directory .top-bar .list-inline {
		font-size: 18px;
	}



	.two-col {
		padding: 41px 0 39px;
	}



	.panel-box h2 {
		font-size: 37px;
		line-height: 40px;
	}



	.panel-box .accordion1 {
		width: 46%;
	}



	.intro-heading {
		font-size: 25px;
		line-height: 30px;
		padding-bottom: 16px;
	}



	.intro-heading h1 {
		font-size: 43px;
		line-height: 58px;
	}



	#content .article-short {
		padding-bottom: 42px;
	}
}



@media (min-width: 768px) and (max-width: 1023px) {
	.nav-tabs {
		font-size: 12px;
	}



	.nav-tabs > li > a {
		width: 87px;
	}
}



@media (min-width: 769px) {
	.slider-teaser {
		padding: 51px 0;
	}



	.slider-teaser .mask {
		margin: 0 -15px;
	}



	.slider-teaser .mask .slide {
		padding: 0 15px 1px;
		width: 25% !important;
	}
}



@media (min-width: 816px) {
	#nav > ul > li {
		margin-right: 14px;
	}
}



@media (min-width: 865px) {
	#nav > ul > li {
		margin-right: 22px;
	}
}



@media (min-width: 1024px) {
	.table .avatar {
		width: 96px;
	}



	#header .top-bar {
		font-size: 14px;
	}



	#header .top-bar .top-links > li {
		width: 192px;
	}



	#header .top-bar .top-links .title .caret {
		border-width: 7px 7px 0;
		right: 18px;
	}



	#header .top-bar .secondary-navigation {
		padding: 10px 10px 10px 20px;
		font-size: 13px;
	}



	#header .top-bar .secondary-navigation ul li + li:before {
		margin: 4px 8px 0;
	}



	#header .top-bar .secondary-navigation a.ico-apply:after {
		margin: 1px 0 0 14px;
	}



	#header .title {
		padding: 9px 42px 12px 23px;
		font-size: 14px;
	}



	#header .right-block {
		padding: 8px 10px 0 0;
	}



	#header .search-opener {
		margin: 2px 0 0 29px;
	}



	#nav > ul {
		padding-left: 39px;
	}



	#nav > ul > li {
		margin-right: 39px;
	}



	#nav > ul > li > a {
		font-size: 16px;
	}



	.dropdown {
		font-size: 16px;
		padding: 21px 36px 5px;
	}



	.dropdown .col {
		padding: 0 30px 0 0;
	}



	.dropdown li {
		padding: 15px 0;
	}



	.dropdown .three-columns {
		width: 63%;
	}



	.dropdown .identity {
		width: 37%;
	}



	.dropdown .identity .img-wrap {
		margin: 0 23px 0 0;
		width: 40%;
	}



	.dropdown .identity .menu-text .sub-title {
		font-size: 20px;
		line-height: 24px;
	}



	.subscribe-section {
		padding: 19px 35px 39px;
	}



	.subscribe-section .ico-msg {
		margin: 10px -18px 22px;
	}



	.promo-article {
		padding: 66px 20px 28px;
	}



	.promo-article:before {
		top: 35px;
	}



	.teaser {
		padding: 24px 24px 24px 20px;
	}



	#footer .col .title {
		font-size: 19px;
	}



	#footer .footer-nav {
		margin: 0 121px 0 0;
	}



	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		width: 55px;
		height: 55px;
	}



	.cycle-gallery .btn-prev:after,
	.cycle-gallery .btn-next:after {
		background-position: -1px -28px;
		width: 14px;
		height: 24px;
	}



	.cycle-gallery .btn-next:after {
		background-position: -27px -28px;
	}



	.cycle-gallery .desc h2 {
		padding-right: 64px;
	}



	.slider .btn-prev {
		left: 50px;
	}



	.slider .btn-next {
		right: 50px;
	}



	.cycle-gallery.slider-hero .mask .slide {
		height: 441px;
	}
	
	.cycle-gallery.slider-hero .mask .slide.library {
		height: 150px;
	}



	.cycle-gallery.slider-hero .desc {
		padding: 57px 107px 30px;
	}

.cycle-gallery.slider-hero .desc.library {
		padding: 57px 10px 30px;
	}

	.cycle-gallery.slider-hero .btn-prev {
		left: 24px;
	}



	.cycle-gallery.slider-hero .btn-next {
		right: 24px;
	}



	.black-box {
		padding-left: 33px;
	}



	.black-box .accordion-default {
		margin: 0 27px 0 0;
		float: left;
		width: 57.3%;
	}



	.black-box .content .img {
		float: left;
		width: 56.2%;
		margin: 5px 40px 0 0;
	}



	.feautred-news .news {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}



	.upcoming-events .event {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		padding-right: 10px;
	}



	.event-article .img {
		padding-right: 28px;
		width: 228px;
	}



	.panel-box {
		margin-bottom: 53px;
		padding: 40px 30px 67px 24px;
	}



	.panel-box .aid-list {
		font-size: 16px;
		margin: 0 -28px 0 4px;
	}



	.panel-box .aid-list .col {
		width: 36%;
		padding: 0 20px;
	}



	.panel-box .aid-list .col:last-child {
		width: 28%;
	}



	.panel-box .aid-list ul li {
		padding: 24px 0;
	}



	.panel-box .aid-list a:after {
		margin-left: 10px;
	}



	.panel-box .wrap {
		padding: 3px 59px 15px 48px;
	}



	.panel-box .accordion1 {
		width: 40.2%;
	}
	
	.panel-box .accordion1.long {
		width: 100%;
	}



	.two-column .column {
		width: 50%;
	}
}



@media (min-width: 1200px) {
	.dropdown .col {
		width: 35.5%;
		padding: 0 24px 0 0;
	}



	.dropdown .col:first-child {
		width: 29.8%;
	}



	.dropdown .col:last-child {
		width: 31.8%;
	}



	#footer .footer-bottom .container {
		width: 1132px;
	}



	.cycle-gallery .slideset {
		width: 99999px;
	}



	.cycle-gallery .slide {
		width: 1400px;
	}



	.cycle-gallery .btn-prev {
		left: 50px;
	}



	.cycle-gallery .btn-next {
		right: 50px;
	}



	.slider .mask .slideset {
		width: 99999px;
	}



	.slider .mask .slide {
		width: 280px;
	}



	.news-section .container {
		width: 1192px;
	}



	.two-col .row {
		margin: 0 -22px;
	}



	.two-col .col-sm-6 {
		padding: 0 26px;
	}



	#main .container2 #sidebar {
		width: 27%;
		float: right;
	}



	.page-heading .jcf-select {
		margin-right: 23px;
		width: 300px;
	}



	.event-section .event-holder {
		margin-bottom: 184px;
	}



	.two-column {
		margin: 0 -40px;
	}



	.two-column .column {
		padding: 0 40px;
	}
}



@media (min-width: 1220px) {
	.slider-photo .controls {
		right: -30px;
	}
}



@media (min-width: 1230px) {
	#footer .inline-nav {
		margin: 0 -25px;
	}



	#footer .inline-nav.text-center {
		text-align: left;
	}
}



@media (min-width: 1400px) {
	#header .top-bar .top-links > li {
		width: 245px;
	}



	#header .top-bar .top-links > li.quick-links {
		width: 227px;
	}



	#header .top-bar .secondary-navigation {
		padding-left: 390px;
	}



	#header .right-block {
		padding-right: 100px;
	}



	.dropdown .col {
		padding: 0 41px 0 0;
	}
}



@media (min-width: 1440px) {
	#nav > ul > li {
		margin-right: 46px;
	}
}



@media (max-width: 1199px) {
	.slider-video .desc h2 {
		font-size: 33px;
		line-height: 37px;
	}



	.feautred-news .news .img {
		width: 131px;
		margin-right: 13px;
	}
}



@media (max-width: 1023px) {
	#footer .inline-nav {
		font-size: 12px;
	}



	#footer .inline-nav li + li:before {
		margin: 0 7px 3px;
	}



	.slider-video .desc {
		padding: 18px 15px 26px;
	}



	.promo-list .promo {
		width: 100%;
	}



	.promo-list .promo .img {
		width: 232px;
	}
}



@media (max-width: 767px) {
	.btn {
		font-size: 12px;
	}



	.table .info {
		margin-bottom: 10px;
	}



	.jcf-file {
		white-space: normal;
		height: auto;
	}



	.jcf-file .jcf-fake-input {
		float: none;
		display: block;
		width: 100%;
		border-width: 1px;
		margin-bottom: 12px;
	}



	.jcf-file .jcf-upload-button {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}



	#header .top-bar {
		display: table;
		width: 100%;
	}



	#header .top-bar a:hover {
		text-decoration: none;
		background: #b5b4b1;
		color: #fff;
	}



	#header .top-bar .top-links ul {
		padding: 15px 0 7px;
	}



	#header .top-bar .top-links ul a {
		padding: 5px 17px;
	}



	#header .top-bar .top-links .title {
		color: #fff;
	}



	#header .top-bar .top-links .title .caret {
		display: none;
	}



	#header .top-bar .secondary-navigation {
		display: table-header-group;
	}



	#header .top-bar .secondary-navigation ul a {
		padding: 5px 65px 5px 16px;
	}
	
	



	#header .title {
		pointer-events: none;
	}



	#header .search-form {
		position: static !important;
	}



	#nav > ul > li:hover > a,
	#nav > ul > li > a:hover {
		background: #323e8a;
		color: #fff;
	}



	#sidebar {
		float: none !important;
	}



	.calendar {
		margin: 0 auto 25px;
	}



	.admission h2,
	.admission .acc-opener {
		font-size: 17px;
	}



	#footer .footer-top {
		padding-bottom: 16px;
	}



	#footer .inline-nav {
		margin-bottom: 30px;
	}



	#footer .col:first-child:after {
		display: none;
	}



	#footer .logo-section {
		margin: 0 auto;
	}



	#footer .copyright {
		text-align: center;
	}



	#footer .footer-nav {
		text-align: center;
	}



	.search-form {
		display: block !important;
		height: auto !important;
	}



	.cycle-gallery .container {
		width: 100%;
	}



	.cycle-gallery .desc p {
		display: none;
	}



	.cycle-gallery .btn-play {
		display: none;
	}



	.cycle-gallery.slider-hero {
		margin: 0 -15px 30px;
	}



	.slider-video .desc h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	



	.slider-video .btn-play {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}



	.slider-video.cycle-gallery .btn-prev {
		left: 15px;
	}



	.slider-video.cycle-gallery .btn-next {
		right: 15px;
	}



	.upcoming-events {
		margin-bottom: 15px;
	}



	.tabsets.open .nav-tabs {
		display: block;
	}



	.tabsets .nav-tabs {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		z-index: 991
	}



	.tabsets .nav-tabs li {
		float: none;
		margin-right: 0;
	}



	.tabsets .nav-tabs a {
		border-radius: 0;
		text-align: left;
		width: auto;
		margin: 0;
	}



	.tab-content {
		padding: 15px 15px 20px;
	}



	#main {
		padding-bottom: 0;
	}



	#main .col-md-9.col-sm-8.pull-right {
		float: none !important;
	}



	.panel-box .aid-list {
		font-size: 12px;
	}



	#content {
		float: none !important;
	}



	#content .highlight {
		font-size: 19px;
		line-height: 22px;
	}



	.photo-gal .gal-list li {
		width: 33.33%;
	}
}



@media (max-width: 500px) {
	.page-heading .jcf-select {
		width: 100%;
		margin-right: 0;
	}
}



@media (max-width: 479px) {
	.table > thead {
		display: none;
	}

.breadcrumb {display: none}

.admission {margin-top: 20px}

	.table > tbody {
		display: block;
		float: left;
		width: 100%;
	}

.nav-tabs > li > a {
	color: #fff;
	background: rgba(176, 175, 173, 1);
	border: none !important;
	padding: 7px 9px 8px;
	margin-right: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 18px
}

	.table > tbody > tr {
		display: block;
		border-bottom: 1px solid #cac9c6;
		padding: 0 10px 10px;
		margin-bottom: 10px;
	}

.page-heading {margin-top: 20px}

	.table > tbody > tr:before {
		content: "Contact Info";
		display: block;
		padding: 7px 10px;
		background: #cac9c6;
		margin: 0 -10px 10px;
		font-weight: 500
	}

.teaser {padding: 30px 20px}

	.table > tbody > tr > td {
		overflow: hidden;
		display: block;
		border: none;
		padding: 0 0 5px;
	}



	.table .txt {
		float: left;
	}



	.table .avatar {
		float: right;
		margin-left: 15px;
	}



	#footer .col .title {
		background: #b1b3c5;
	}



	.slider-video {
		margin: 0 -15px 25px;
	}



	.slider-video .slide {
		padding-top: 190px;
	}



	.slider-video .desc {
		width: 100%;
		display: block;
	}



	.slider-video .desc h2 {
		margin-bottom: 15px;
	}



	.slider-video .desc .date {
		margin-bottom: 10px;
	}



	.slider-video .img {
		height: 190px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}



	.slider-video .controls {
		top: 102px;
		z-index: 3;
		width: auto;
		left: 0;
	}



	.promo-list .promo > * {
		vertical-align: top;
	}



	.promo-list .promo .img {
		width: 95px;
		
	}



	.news-events .article .img {
		width: 113px;
		padding-right: 12px;
	}
}


