@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600italic,400,600,700|Crimson+Text:400,400italic,700,600|Open+Sans+Condensed:300,700);/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../bc-template/fonts/fontawesome-webfont.eot?v=4.0.3);
	src: url(../bc-template/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(../bc-template/fonts/fontawesome-webfont.woff?v=4.0.3) format("woff"), url(../bc-template/fonts/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(../bc-template/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714em
}
.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg)
}
100% {
-ms-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock-right:after, .fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-asc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-desc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
@font-face {
	font-family: icomoon;
	src: url(../bc-template/fonts/icomoon.eot?-eu86pc);
	src: url(../bc-template/fonts/icomoon.eot?#iefix-eu86pc) format("embedded-opentype"), url(../bc-template/fonts/icomoon.woff?-eu86pc) format("woff"), url(../bc-template/fonts/icomoon.ttf?-eu86pc) format("truetype"), url(../bc-template/fonts/icomoon.svg?-eu86pc#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"], [class^=icon-] {
font-family:icomoon;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.icon-biker:before {
	content: "\e600";
	font-family: icomoon
}
.icon-hand:before {
	content: "\e601";
	font-family: icomoon
}
.icon-flag:before {
	content: "\e602";
	font-family: icomoon
}
.icon-smiley:before {
	content: "\e603";
	font-family: icomoon
}
.icon-graduate:before {
	content: "\e604";
	font-family: icomoon
}
.icon-globe:before {
	content: "\e605";
	font-family: icomoon
}
.icon-info:before {
	content: "\e606";
	font-family: icomoon
}
.icon-calendar:before, .icon-calendar_after:after {
	content: "\e607";
	font-family: icomoon
}
.icon-checked_notes:before {
	content: "\e608";
	font-family: icomoon
}
.icon-give:before {
	content: url(/images/alumni/icon-give.png)
}
.icon-connect:before {
	content: url(/images/alumni/icon-connect.png)
}
.icon-tweet:before {
	content: url(/images/alumni/icon-tweet.png)
}
.icon-calendar_two:before {
	content: "\e609";
	font-family: icomoon
}
.icon-newspaper:before, .icon-newspaper_after:after {
	content: "\e60a";
	font-family: icomoon
}
.icon-eye:before {
	content: "\e60b";
	font-family: icomoon
}
.is-mobile {
	display: block!important
}
@media (min-width:768px) {
.is-mobile {
	display: none!important
}
}
.is-not-mobile {
	display: none
}
@media (min-width:768px) {
.is-not-mobile {
	display: block
}
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0
}
.whats-happening .bx-wrapper {
	max-width: none!important
}
.bx-wrapper img {
	max-width: 100%;
	display: block
}
.bx-wrapper .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}
.bx-wrapper .bx-viewport .slider_caption h2 {
	width: 100%
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../bc-template/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}
@media (min-width:768px) {
.bx-wrapper .bx-pager {
	display: block
}
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b6b6b6;
	color: #000;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #d74100
}
.bx-wrapper .bx-prev {
	background: url(../bc-template/img/controls.png) no-repeat 0 -32px;
	float: left
}
@media (min-width:768px) {
.bx-wrapper .bx-prev {
	left: 10px;
}
}
.bx-wrapper .bx-next {
	background: url(../bc-template/img/controls.png) no-repeat -43px -32px;
	float: right
}
@media (min-width:768px) {
.bx-wrapper .bx-next {
	right: 10px
}
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}
.bx-wrapper .bx-controls-direction {
	margin-top: 15px
}
@media (min-width:768px) {
.bx-wrapper .bx-controls-direction {
	margin-top: 0
}
}
.bx-wrapper .bx-controls-direction a {
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999
}
@media (min-width:768px) {
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px
}
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../bc-template/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../bc-template/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80,80,80,.75);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}
.nailthumb-container {
	width: auto;
	height: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: left
}
.nailthumb-container img.nailthumb-image {
	margin: 0;
	padding: 0;
	max-width: none;
	text-align: left;
	float: left
}
.nailthumb-container span.nailthumb-title {
	background: none repeat scroll 0 0 rgba(0,0,0,.5);
	bottom: 0;
	color: #fff;
	display: block;
	font-size: /*9px*/.346em;
	height: 20px;
	left: 0;
	margin-top: 2px;
	line-height: 20px;
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	float: left
}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
	padding-left: 2px
}
.nailthumb-container img {
	max-width: none;
	text-align: left
}
.nailthumb-title {
	display: none!important
}
.content *, .user-markup {
	word-wrap: break-word
}
.user-markup img[align=left] {
	padding: 10px 10px 10px 0
}
.user-markup img[align=right] {
	padding: 10px 0 10px 10px
}
.user-markup ol {
	list-style: decimal
}
.user-markup input[type=checkbox], .user-markup input[type=radio] {
	margin: 0 13px 0 7px
}
.user-markup table, .user-markup td, .user-markup tr, .user-markup th {
	border: 1px solid #000
}
.user-markup td {
	padding: 5px
}
.user-markup select {
	width: 100%
}/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
button, html, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline-color: black;
	outline-width: 2px;
}
a:active, a:hover {
/*	outline: 0;*/
}
h1 {
	font-size: 2em;
 margin: .67em 0;
	font-family: "Open Sans", sans-serif;
}
h2 {
	font-size: 1.5em;
	margin: .83em 0
}
h3 {
	font-size: 1.17em;
	margin: 1em 0
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .67em;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:after, q:before {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ol, nav ul {
	list-style: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure, form {
	margin: 0
}
legend {
	border: 0;
	padding: 0;
	white-space: normal
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
button, html, input, select, textarea {
	color: #222
}
.SmartBoardTable, .ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
display:none!important
}
html {
	font-size: 1em;
	line-height: 1.4;
	font-family: "Open Sans", sans-serif
}
body, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	height: 100%;
	background-color: #ffffff; /* ADA Fix */
	color: #222222; /* ADA Fix */
}
body.level {
	background: url(../bc-template/img/level_pattern.png);
	color: #101010;
}
a:link, a:visited { /* ADA Fix */
	color: /*#f2532b*/#d2350d;
}
a.content_btn { /* ADA Fix */
	color: #ffffff;
}
.primary-nav a{
	color: #222222; /* ADA Fix */
}
::-moz-selection {
background:#b3d4fc;
text-shadow:none
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
audio, canvas, img, video {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
.browsehappy {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}
.no-touch a {
	text-decoration: none
}
.no-touch a:hover {
	text-decoration: underline
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}
.hidden {
	display: none!important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
*, :after, :before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media print {
* {
	background: 0 0!important;
	color: #000!important;
	box-shadow: none!important;
	text-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
@page {
margin:.5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
ul.responding {
	margin: 0;
	padding: 0
}
ul.responding li {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px
}
@media (min-width:768px) {
ul.responding {
	width: 100%;
	text-align: center
}
ul.responding li {
	width: auto;
	display: inline-block;
	margin-left: 20px
}
ul.responding li:first-child {
	margin-left: 0
}
}
.content_btn {
	display: inline-block;
	padding: 16px 12px;
	background: #018190;
	min-width: 160px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	border: none;
	line-height: 100%
}
@media (min-width:768px) {
.content_btn {
	vertical-align: middle
}
}
.content_btn.two-line {
	max-height: 48px;
	padding: 8px 12px
}
.content_btn:hover {
	background: #00aabe;
	text-decoration: none
}
.content_btn.isActive {
	box-shadow: inset 0 0 0 3px #005b66
}
.content_btn.orange {
	background: #d74100
}
.content_btn.orange:hover {
	background: #f46c44
}
.content_btn.orange.isActive {
	box-shadow: inset 0 0 0 3px #8b2203
}
.content_btn.green {
	background: #597d38
}
.content_btn.green:hover {
	background: #5e843b
}
.content_btn.green.isActive {
	box-shadow: inset 0 0 0 3px #173100
}
.content_btn.tan {
	background: #b5985a
}
.content_btn.tan:hover {
	background: #b89c61
}
.content_btn.tan.isActive {
	box-shadow: inset 0 0 0 3px #785d23
}
.content_btn.purple {
	background-color: #69608e
}
.content_btn.purple:hover {
	background: #6d6494
}
.content_btn.purple.isActive {
	box-shadow: inset 0 0 0 3px #312d42
}
.content_btn.areasofstudy {
	background: #930027
}
.content_btn.areasofstudy:hover {
	background: #b89c61
}
.content_btn.areasofstudy.isActive {
	box-shadow: inset 0 0 0 3px #785d23;
	background: #b5985a
}
.content_btn.program-filter {
	display: block
}
@media (min-width:768px) {
.content_btn.program-filter {
	display: inline-block
}
}
.section_header {
	text-transform: uppercase;
	color: /*#fff*/#000;
	font-weight: 400;
	font-size: .8125em;
	text-align: center;
	padding: 10px;
	margin: 0 0 4px
}
@media (min-width:768px) {
.section_header {
	font-size: 1.5625em
}
}
.section_header.gold {
	background: #b5985a
}
.noMarginLeft {
	margin-left: 0!important
}
.noMarginTop {
	margin-top: 0!important
}
.emergency {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
@media (max-width:480px) {
.emergency {
	font-size: .8em;
	padding: 0 15px;
}}
.emergency .wrapper {/*position:absolute;min-height:400px;top:50%;left:50%;margin:-200px 0 0 -600px*/
}
.emergency h1, .emergency h2, .emergency p {
	color: #000
}
.emergency h1 {
	margin-bottom: 0;
	font-size: 1.25em;
}
.emergency h2 {
	margin: 0;
	font-size: 1em
}
header {
	padding-top: 23px;
	color: #ffffff;
	background-color: #9d0020 !important;
	background: -moz-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(153,0,34,.6)), color-stop(50%, rgba(153,0,34,0)), color-stop(100%, rgba(153,0,34,.6))), url(../bc-template/img/RedPattern.png);
	background: -webkit-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: -o-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: -ms-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: linear-gradient(to right, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990022', endColorstr='#990022', GradientType=1), url(../bc-template/img/RedPattern.png)
}
header a {
	text-decoration: none
}
header a:hover {
	text-decoration: underline
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}
@media (min-width:768px) {
.wrapper {
	padding: 0
}
}
.wrapper:after {
	display: block;
	content: '';
	clear: both
}
@media (min-width:768px) {
.level>.wrapper {
	padding: 0 35px
}
}
@media (min-width:1200px) {
.level>.wrapper {
	padding: 0
}
}
.content {
	padding: 15px
}
@media (min-width:1200px) {
.content {
	padding: 0
}
}
.content h2 {
	text-transform: uppercase;
	color: #33393c;
	font-size: 2.625em;
	line-height: 1;
	text-align: center
}
.content h2 .sub-head {
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-size: .8em;
	display: block;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	margin-top: 15px
}
@media (min-width:768px) {
.content h2 {
	font-size: 2.5em
}
}
.level .content {
	color: #101010
}
.lt-ie9 .level .content .fit_vid {
	margin-bottom: 50px
}
.level .content .fit_vid iframe {
	width: 100%!important;
	height: 480px!important
}
.level .content p>img, .level .content>img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
.level .content p>img, .level .content>img {
	width: auto
}
}
.level .content img[align=left], .level .content img[align=right], .level .content img[style*="float: right"], .level .content img[style*="float: left"] {
	display: block;
	width: 100%;
	float: none!important
}
@media (min-width:768px) {
.level .content img[align=right], .level .content img[style*="float: right"] {
	float: right!important;
	width: auto;
	margin: 10px 0 10px 10px
}
}
@media (min-width:768px) {
.level .content img[align=left], .level .content img[style*="float: left"] {
	float: left!important;
	width: auto;
	margin: 10px 10px 10px 0
}
}
.level .content iframe[align=right], .level .content iframe[style*="float: right"], .level .content object[align=right] {
	float: right;
	margin: 10px 0 0 10px
}
.level .content iframe[align=left], .level .content iframe[style*="float: left"], .level .content object[align=left] {
	float: left;
	margin: 10px 10px 0 0
}
.level .content h1 {
	font-family: "Open Sans", sans-serif;
	text-align: left;
	margin: 0 0 10px;
	line-height: 1em;
	text-transform: uppercase;
	color: #33393c
}
@media (min-width:768px) {
.level .content h1 {
	font-size: 2.5em
}
}
.level .content h1+p {
	margin-top: 0
}
.level .content h2, .level .content h3, .level .content h4, .level .content h5, .level .content h6, .post-date {
	margin: 0 0 10px;
	line-height: 1em
}
.level .content h2, .post-date {
	color: #597d38;
	font-weight: 600;
	font-size: 1.75em;
	line-height: 1em;
	text-transform: none;
	text-align: left
}
@media (min-width:768px) {
.level .content h2, .post-date {
	font-size: 1.875em
}
}
.level .content h2+p {
	margin-top: 0
}
.level .content h2.accordion-header {
	color: /*#fff*/#000;
	font-weight: /*400*/600;
	font-size: /*1em*/.9em;
	cursor: pointer;
	padding: 14px 14px 14px 45px;
	position: relative;
	font-family: "Open Sans", sans-serif;
}
@media (min-width:1200px) {
.level .content h2.accordion-header:hover {
	background: #d0b777
}
}
.level .content .masthead-slider h2 {
	font-size: 2em;
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase
}
@media (min-width:1200px) {
.level .content .masthead-slider h2 {
	font-size: 2.8em
}
}
.level .content.news-events h2 {
	margin-top: 25px;
	margin-bottom: 10px
}
.level .content.news-events h2:first-child {
	margin-top: 0
}
.level .content.news-events .item h2 {
	font-size: 1.6875em;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4em;
	margin-top: 0
}
.level .content h3 {
	font-size: 1.5625em;
	font-weight: 600;
	color: #33393c
}
@media (min-width:768px) {
.level .content h3 {
	font-size: 1.6875em
}
}
.level .content h3.accordion-header {
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	cursor: pointer;
	padding: 14px 14px 14px 45px;
	position: relative
}
@media (min-width:1200px) {
.level .content h3.accordion-header:hover {
	background: #d0b777
}
}
.level .content .callout h3 {
	color: #fff;
	font-size: 1.3125em;
	font-weight: 500
}
.level .content h4 {
	font-family: "Crimson Text", serif;
	font-style: italic;
	color: #33393c;
	font-size: 1.6875em
}
@media (min-width:768px) {
.level .content h4 {
	font-size: 1.8125em
}
}
.level .content .callout h4 {
	color: /*#b5985a*/#ffffff;
	font-size: 1.125em;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px
}
.level .content .callout.item-list h4 {
	font-size: .9375em
}
.level .content h5 {
	font-size: 1.1875em;
	font-weight: 700;
	color: #33393c
}
@media (min-width:768px) {
.level .content h5 {
	font-size: 1.3125em
}
}
.level .content h2.show, .level .content h6 {
	font-size: 1.125em;
	font-weight: 600;
	color: #33393c
}
@media (min-width:768px) {
.level .content h2.show, .level .content h6 {
	font-size: 1.25em
}
}
.level .content h2.show {
	margin: 0 0 10px
}
@media (min-width:768px) {
.level .content h2.show {
	margin: 0
}
}
@media (min-width:768px) {
.level .content.programs h6 {
	margin-bottom: 0
}
}
.level .content .left-nav ul {
	margin-left: 0
}
.level .content .left-nav ul li {
	padding: 0
}
.level .content .left-nav ul li:before {
	display: none
}
@media (min-width:768px) {
.level .content {
	padding: 0 0 0 25px;
	width: 100%;
	max-width: 75%;
	float: left
	}}
.lt-ie9 .level .content {
	max-width: 72%
}
@media (min-width:1200px) {
	.lt-ie9 .level .content {
		max-width: 77%
	}
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.level .content {
		padding: 0 0 0 25px;
	}
	.level .content.fullwidth {
		max-width: none;
	}

}
@media (min-width:768px) {
	.level .content.fullwidth {
		padding: 0 15px
	}
	}
.level .content .program-filters {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em
}
@media (min-width:768px) {
	.level .content .program-filters {
		padding: 0;
		border: none
	}
	}
.content a {
	color: /*#f2532b*/#d2350d;
	text-decoration: underline
}
.content a:hover {
	text-decoration: none
}
.content a.content_btn {
	color: #fff;
	text-decoration: none;
	font-weight: 700
}
.content p {
	font-family: "Crimson Text", serif;
	font-size: 1.25em
}
.content ul {
	margin: 0 0 1em;
	padding: 0 0 0 17px;
	list-style: none
}
.content ul>li {
	position: relative;
	padding-left: 10px;
	font-family: "Crimson Text", serif;
	font-size: 1.25rem;
	margin-top: 10px
}
.content ul>li:first-child {
	margin-top: 0
}
.content ul>li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	position: absolute;
	top: 7px;
	left: 0;
	font-size: .8em
}
.content ul.nobullets {
	padding: 0
}
.content ul.nobullets li:before {
	display: none;
	padding: 0
}
.content ul.nobullets li {
	padding: 0
}
.content ol li {
	position: relative;
	padding-left: 10px;
	font-family: "Crimson Text", serif;
	font-size: 1.25rem;
	margin-top: 10px
}
.content ol li:first-child {
	margin-top: 0
}
.content .responding {
	margin-bottom: 3em
}
.news-events .item {
	background: #fff;
	margin-bottom: 20px;
	padding: 35px;
	border: 1px solid #e1e1e1;
	position: relative
}
.news-events .item.has-date {
	padding: 40px 35px 35px
}
.news-events .item img {
	border: 3px solid #b5985a;
	float: right;
	margin: 0 0 10px 10px;
	display: none
}
@media (min-width:768px) {
.news-events .item img {
	display: block
}
	}
.news-events .item p {
	margin: 0
}
.news-events .item .date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 12px;
	background: #597d38;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	vertical-align: top;
	line-height: 1em;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	pointer-events: none
}
.news-events .item .date a {
	pointer-events: none;
	cursor: default;
	color: #fff;
	text-decoration: none
}
.news-events .item .date:before {
	font-weight: 400;
	color: #a6cd75;
	margin-right: 10px;
	font-size: 1.3em;
	position: relative;
	top: -1px;
	font-family: icomoon
}
.news-events .item:after {
	display: block;
	content: '';
	clear: both
}
.news-events .category {
	font-size: .875em;
	margin-top: 25px;
	padding-left: 87px
}
.news-events .category span {
	position: absolute;
	left: 55px
}
.news-events .category a {
	color: #018190;
	text-decoration: none;
	font-family: "Open Sans", sans-serif
}
.news-events .category a:hover {
	text-decoration: underline
}
.news-events .category:before {
	margin-right: 5px;
	position: absolute;
	left: 35px
}
.news-events .content_btn {
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 40px
}
.news-events .content_btn span {
	position: relative;
	top: -3px
}
.news-events .content_btn:after {
	font-weight: 400;
	margin-left: 10px;
	color: #00d7e3;
	font-size: 1.5em
}
noscript p {
	font-size: 1.1875em;
	font-weight: 700
}
.info-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-ms-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s
}
.info-nav.needsHover:hover {
	right: 0!important
}
@media (min-width:768px) {
.info-nav {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 1000
}
	}
.info-nav li {
	display: inline-block;
	margin-left: 13px;
	height: 84px;
	width: 88px;
	overflow: hidden
}
@media (min-width:768px) {
.info-nav li {
	display: block;
	margin: 0 0 10px;
	box-shadow: -1px 0 2px 1px rgba(0,0,0,.5);
	height: 65px;
	width: 65px
}
}
.info-nav li:first-child {
	margin-left: 0
}
.info-nav li a {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 9px;
	background: #597d38;
	text-align: center;
	min-height: 90px;
	font-family: "Open Sans", sans-serif
}
.info-nav li a.visit {
	padding-top: 6px
}
@media (min-width:768px) {
.info-nav li a {
	font-size: .8em;
	height: 100%
}
}
.info-nav li a:before {
	display: block;
	font-weight: 400;
	font-size: 1.875rem
}
.lt-ie9 .info-nav li a:before {
	font-size: .9375em
}
.lt-ie9 .info-nav li a.visit:before {
	font-size: 1.25em
}
.info-nav li a.info {
	background: #018190
}
.info-nav li a.info:before {
	margin-bottom: 5px
}
.info-nav li a.visit {
	background: #d74100
}
.info-nav li a.visit:before {
	font-size: 2.1875rem;
	margin-bottom: 4px
}
@media (min-width:768px) {
.info-nav li a.visit:before {
	margin-bottom: -2px
}
}
.info-nav li a.apply:before {
	margin-bottom: 4px
}
.info-nav li a:hover {
	text-decoration: none
}
.rss {
	overflow: hidden;
	text-indent: -999px;
	background: url(../bc-template/img/rss.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block
}
.btn-toolbar {
	width: 100%;
	position: relative
}
.search-box {
	width: 90%;
	position: relative;
	top: -1px;
	border: none;
	background: #75001a;
	padding: 8px 40px 8px 5px;
	color: #fff;
	-moz-box-shadow: inset 1px 1px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 1px 1px 8px rgba(0,0,0,.4);
	box-shadow: inset 1px 1px 8px rgba(0,0,0,.4);
	font-size: .8em;
	margin-bottom: 10px
}
.btn-toolbar .search-box {
	background: #fff;
	color: #000
}
@media (min-width:1200px) {
.search-box {
	width: 100%
}
}
button.search_submit {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	background: 0 0;
	border: none;
	color: #d0b777
}
.btn-toolbar button.search_submit {
	color: #8a0616
}
.gsc-resultsHeader {
	display: none
}
.user-markup.search-results table, .user-markup.search-results td, .user-markup.search-results tr {
	border: none
}
.gsc-table-result {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	position: relative
}
.user-markup.search-results td {
	padding: 20px
}
.gs-title {
	font-size: 1.6875em;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-weight: 400;
	color: /*#f2532b*/#d2350d !important;
	text-decoration: none
}
.gs-title:hover {
	text-decoration: underline
}
.gs-title b {
	color: /*#f2532b*/#d2350d !important;
}
.gsc-branding, .gsc-clear-button {
	display: none
}
.gcsc-branding td, .gsc-input, .gsc-result-info-container, .gsc-search-button {
	padding: 0!important
}
.gsc-result-info {
	padding-left: 0!important
}
.gsc-search-box {
	position: relative
}
.gsc-webResult .gsc-result {
	border-bottom: none!important;
	padding: 0!important
}
.gsc-input input {
	color: #000;
	width: 100%;
	position: relative;
	top: -1px;
	border: none;
	background: #75001a;
	padding: 8px 40px 8px 5px!important;
	-moz-box-shadow: inset 1px 1px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 1px 1px 8px rgba(0,0,0,.4);
	box-shadow: inset 1px 1px 8px rgba(0,0,0,.4);
	margin-bottom: 10px
}
.gsc-search-button input {
	overflow: hidden;
	text-indent: -9999px;
	background: url(../bc-template/img/search-icon.png);
	border: none;
	width: 17px;
	height: 20px;
	background-size: 100% 100%;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -16px
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-control-cse .gs-spelling {
	font-size: 25px!important
}
.gs-result .gs-snippet {
	font-size: 16px
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: 5px;
	font-size: 16px
}
.selectBox {
	border: 1px solid #c7c7c7;
	border-radius: 7px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(top, #fff 0, #e8e8e8 100%);
	background: -o-linear-gradient(top, #fff 0, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #fff 0, #e8e8e8 100%);
	background: linear-gradient(to bottom, #fff 0, #e8e8e8 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	max-width: 350px;
	padding-right: 40px
}
.selectBox:hover {
	background: #e8e8e8
}
.selectBox:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f0d7";
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.25em;
	padding: 8px 15px;
	background: #018190;
	height: 100%
}
.selectBox select {
	width: 120%;
	background: 0 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	font-family: "Open Sans", sans-serif;
	font-size: .875em;
	position: relative;
	z-index: 1000
}
.selectBox select:focus {
	outline: 0;
	background: 0 0!important
}
.selectBox select:hover {
	cursor: pointer
}
.selectBox select::-ms-expand {
display:none
}
.counselor .selectBox {
	margin: 0 0 10px
}
.no-js .counselor .selectBox {
	display: none
}
.counselor .zip {
	display: none;
	max-width: 350px
}
.counselor .content_btn {
	display: block;
	display: none
}
.counselor .error {
	color: red;
	margin-top: 10px;
	font-family: "Open Sans", sans-serif
}
.logo {
	display: block;
	margin: 0 auto 23px;
	background: url(../bc-template/img/BC_secondary_wht.png) no-repeat;
	width: 270px;
	height: 36px;
	background-size: 100%
}
.lt-ie9 .logo {
	background: url(../bc-template/img/BC_secondary_wht.png) no-repeat
}
@media (min-width:768px) {
.logo {
	width: 412px;
	height: 55px
}
.lt-ie9 .logo {
	background: url(../bc-template/img/BC_secondary_wht.png) no-repeat
}
}
@media (min-width:1200px) {
.logo {
	margin: 0 0 50px;
	float: left
}
}
nav a {
	color: #000;
	text-decoration: none;
	font-size: .9375em
}
.mobile-nav {
	background: #fff;
	text-transform: uppercase
}
.mobile-nav ul.dropdown {
	display: none
}
.mobile-nav .actions {
	margin: 0;
	padding: 8px 20px;
	display: table;
	-webkit-box-shadow: 0 1px 10px 0 rgba(50,50,50,.18);
	-moz-box-shadow: 0 1px 10px 0 rgba(50,50,50,.18);
	-ms-box-shadow: 0 1px 10px 0 rgba(50,50,50,.18);
	-o-box-shadow: 0 1px 10px 0 rgba(50,50,50,.18);
	box-shadow: 0 1px 10px 0 rgba(50,50,50,.18);
	position: relative;
	width: 100%
}
.mobile-nav .actions li {
	display: table-cell;
	position: relative;
	padding-left: 15px
}
.mobile-nav .actions li button {
	positgon: absolute;
	color: #018190;
	background: 0 0;
	border: none;
	top: 0;
	right: 5px;
	padding: 0
}
.mobile-nav .actions li input {
	width: 100%;
	padding: 5px 0
}
.mobile-nav .actions li:first-child {
	text-align: center;
	padding-left: 0;
	vertical-align: bottom;
	position: relative;
	font-size: 1.1em
}
.mobile-nav .actions li:first-child a {
	height: 100%;
	padding-top: 4px
}
.mobile-nav .actions li:first-child a:before {
	color: #018190;
	margin-right: 10px
}
.mobile-nav .actions li:first-child a:hover {
	text-decoration: none
}
.mobile-nav .actions:after {
	display: block;
	content: '';
	clear: both
}
.nav {
	margin: 0;
	padding: 0;
	border-bottom: solid 10px #fff
}
.is-mobile .nav {
	display: none
}
.is-mobile.is-active .nav {
	display: block
}
.nav li {
	border-top: solid 1px #dedede
}
.nav li:first-child {
	border-top: none
}
.nav li a {
	display: block;
	padding: 15px 20px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.nav li a.fa-lock-right:after {
	color: #d0b777;
	margin-left: 10px
}
.nav li.audience {
	border: none;
	text-transform: none;
	background: #8a0616
}
.nav li.audience a {
	background: 0 0;
	color: #fff;
	font-weight: 700
}
.main-nav {
	display: none;
	position: relative;
	z-index: 9999
}
@media (min-width:768px) {
.main-nav {
	display: block
}
}
.main-nav .primary-nav {
	margin: 0;
	padding: 0 12px;
	display: block;
	background: #fff;
	width: 100%;
	box-shadow: 0 3px 2px rgba(0,0,0,.3);
	position: relative;
	z-index: 100
}
.main-nav .primary-nav ul {
	text-align: center;
	padding: 0 12px;
	margin: 0;
	width: 100%
}
@media (min-width:768px) {
.main-nav .primary-nav ul {
	padding: 0;
	display: table
}
}
@media (min-width:1200px) {
.main-nav .primary-nav ul {
	display: block
}
}
.main-nav .primary-nav ul li {
	position: relative
}
.main-nav .primary-nav ul li ul.dropdown {
	position: absolute;
	display: none;
	z-index: 1000;
	text-align: left;
	min-width: 300px;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 1px 3px -1px rgba(0,0,0,.5)
}
.main-nav .primary-nav ul li ul.dropdown li {
	width: 100%;
	display: block
}
.main-nav .primary-nav ul li ul.dropdown li a {
	padding: 5px 25px;
	font-size: .8125em
}
.main-nav .primary-nav ul li:last-of-type .dropdown {
	right: 0
}
@media (min-width:1200px) {
.main-nav .primary-nav ul li:hover ul {
	display: block
}
}
.main-nav .primary-nav ul li:hover>a {
	background: #dedede;
	text-decoration: none
}
@media (min-width:768px) {
.main-nav .primary-nav ul li {
	display: table-cell
}
}
@media (min-width:1200px) {
	.main-nav .primary-nav ul li {
		display: inline-block;
		width: 14.286%
	}
}
.main-nav .primary-nav ul li a {
	display: block;
	padding: 15px 0;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.main-nav .primary-nav ul li a:hover, .main-nav .primary-nav ul li.active>a {
	background: #dedede;
	text-decoration: none;
	color: #8a0616
}
@media (min-width:768px) {
	.main-nav .primary-nav {
		padding: 0
	}
}
.audience-nav {
	padding: 0;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 23px;
	border: none;
	text-transform: none;
	display: none
}
@media (min-width:768px) {
.audience-nav {
	display: block
}
}
@media (min-width:1200px) {
.audience-nav {
	margin: 0;
	float: right;
	width: auto
}
}
.audience-nav ul {
	display: table;
	padding: 0;
	margin: 0;
	width: 100%
}
.audience-nav ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.audience-nav ul li.search {
	text-align: right;
	position: relative
}
@media (min-width:1200px) {
.audience-nav ul li.search {
	width: 100%;
	display: inline-block;
	float: none;
	clear: both;
	margin-top: 15px;
	max-width: 300px;
	margin-left: 0
}
}
.audience-nav ul li a {
	/*background: 0 0;*/
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700
}
.audience-nav ul li a.fa-lock-right {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700
}
.audience-nav ul li a.fa-lock-right:after {
	color: #d0b777;
	margin-left: 5px;
	font-family: FontAwesome
}
.audience-nav:after {
	display: block;
	content: '';
	clear: both
	}
.masthead {
	width: 100%;
	position: relative;
	z-index: 1
}
.masthead:after {
	display: block;
	content: '';
	clear: both
}
.masthead video {
	width: 100%;
	display: none;
	position: relative;
	z-index: 4
}
.level .masthead {
	width: 100%
}
.level .masthead img {
	display: block;
	min-width: 600px;
	right: 250px
}
@media (orientation:landscape) {
.level .masthead img {
	right: 0
}
}
@media (min-width:360px) {
.level .masthead img {
	right: 190px
}
}
@media (min-width:400px) {
.level .masthead img {
	right: 10px
}
}
@media (min-width:500px) {
.level .masthead img {
	right: 0
}
}
@media (min-width:768px) {
.level .masthead img {
	right: 0;
	margin: 0 auto
}
}
.level .masthead .static-image img {
	min-width: 0
}
.no-js .level .masthead {
	overflow: hidden;
	margin: 0 auto;
	max-height: 470px
}
.masthead .image_container {
	position: relative;
	max-height: 470px;
	overflow: hidden;
	background: #000;
}
@media (min-width:768px) {
.masthead .image_container {
	max-height: 500px
}
}
.masthead .cap_content {
	position: absolute;
	max-width: 300px;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5
}
.masthead .cap_content .caption {
	display: none
}
@media (min-width:768px) {
.masthead .cap_content {
	width: 100%;
	max-width: none;
	font-size: 2em
}
.masthead .cap_content .caption {
	display: block;
	font-size: 1rem
}
}
@media (min-width:1200px) {
.masthead .cap_content {
	max-width: none
}
.lt-ie9 .masthead .cap_content {
	top: 45%
}
}
.masthead h2 {
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
	line-height: 1em;
	font-size: 2em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-shadow: 0 2px 2px #000
}
@media (min-width:768px) {
.masthead h2 {
	font-size: 1.8em;
	width: 90%;
	margin: 0 auto;
	color: #fff
}
.level .masthead h2 {
	color: #fff
}
}
.masthead img {
	width: 100%;
	position: relative;
	z-index: 1
}
.masthead .slider_caption {
	z-index: 10;
	word-break: break-word;
	display: block;
	width: 50%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute
}
.masthead .slider_caption:after {
	display: block;
	content: '';
	clear: both
}
.lt-ie9 .masthead .slider_caption {
	top: 25%;
	left: 25%
}
.masthead .slider_caption a {
	text-decoration: underline;
	color: #fff
}
@media (min-width:768px) {
.masthead .slider_caption a {
	color: #fff
}
}
.masthead .slider_caption a:hover {
	text-decoration: none
}
.masthead .slider_caption>div {
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media (min-width:768px) {
.masthead .slider_caption>div {
	padding: 0
}
}
.masthead .slider_caption h2 {
	font-size: 1.4em;
	margin-top: 15px
}
@media (min-width:1200px) {
.masthead .slider_caption h2 {
	font-size: 2.8em
}
}
.content .masthead .slider_caption h2 {
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase
}
@media (min-width:768px) {
.content .masthead .slider_caption h2 {
	color: #fff;
	font-size: 2em
}
}
.masthead .slider_caption p {
	color: #fff;
	font-family: "Crimson Text", serif;
	display: block;
	text-align: center;
	font-size: .8125em;
	line-height: 1em;
	margin-top: 10px
}
@media (min-width:768px) {
.masthead .slider_caption p {
	text-shadow: 0 1px 1px #000;
	color: #fff
}
}
@media (min-width:1200px) {
.masthead .slider_caption p {
	font-size: 1em
}
}
.masthead .slider_caption ol li, .masthead .slider_caption ul, .masthead .slider_caption ul li {
	font-size: 1em;
	color: #fff
}
@media (min-width:768px) {
.masthead .slider_caption ol li, .masthead .slider_caption ul, .masthead .slider_caption ul li {
	color: #fff
}
}
.masthead .slider_caption img {
	position: relative;
	z-index: 1
}
.masthead .slider_caption .controls {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	display: none
}
@media (min-width:1200px) {
.masthead .slider_caption .controls {
	margin-top: 70px
}
}
.masthead .slider_caption .controls a {
	display: inline-block;
	background: url(../bc-template/img/slider_controls.png) no-repeat;
	width: 40px;
	height: 40px;
	opacity: .8
}
.masthead .slider_caption .controls a:hover {
	opacity: 1
}
.masthead .slider_caption .controls a.next_btn {
	background-position: -50px 0;
	margin-left: 10px
}
@media (min-width:768px) {
.masthead .slider_caption {
	width: 40%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	height: 100%
}
.lt-ie9 .masthead .slider_caption {
	background: url(../bc-template/img/ie_opacity.png);
	top: 0!important;
	left: 0!important
}
.lt-ie9 .masthead .slider_caption>div {
	top: 25%;
	left: 10%
}
.masthead .slider_caption .controls {
	display: block
}
}
.masthead .title {
	position: absolute;
	top: 50px;
	display: none;
	min-width: 140px;
	max-width: 50%;
	left: 0;
	background: #8a0616;
	padding: 10px;
	text-align: right;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	box-shadow: 0 1px 1px rgba(0,0,0,.7);
	z-index: 11;
	font-size: .875em
}
@media (min-width:768px) {
.masthead .title {
	display: block
}
}
.masthead .title:after {
	content: '';
	height: 100%;
	width: 30px;
	background-color: #8a0616;
	position: absolute;
	top: 0;
	right: -30px;
	left: auto;
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: .6875em;
	z-index: -1;
	display: block
}
.masthead .caption {
	background: #902;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	font-size: .8125em;
	padding: 10px 25px;
	font-style: italic;
	text-shadow: 0 1px 2px #000;
	display: block
}
.masthead .caption p {
	margin: 0;
	padding: 0
}
@media (min-width:768px) {
.masthead .caption {
	display: none;
	background: 0 0;
	padding: 0;
	z-index: 1000;
	max-width: 650px;
	margin: 15px auto 0
}
.masthead .caption p {
	display: inline-block;
	clear: both;
	background: #902;
	padding: 10px 0;
	font-size: 1.0625em;
	margin-top: 5px;
	position: relative;
	z-index: 1000
}
.masthead .caption p:after {
	content: '';
	height: 100%;
	width: 30px;
	background-color: #902;
	position: absolute;
	top: 0;
	right: -30px;
	left: auto;
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1
}
.masthead .caption p:before {
	content: '';
	height: 100%;
	width: 30px;
	background-color: #902;
	position: absolute;
	top: 0;
	left: -10px;
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1
}
.masthead .caption .p:first-child {
	margin-top: 0
}
}
.masthead.masthead-style-two {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}
.masthead.masthead-style-two .static-image {
	position: relative;
	z-index: 100
}
.masthead.masthead-style-two .static-image .slide {
	max-height: 493px
}
@media (min-width:768px) {
.masthead.masthead-style-two .static-image {
	max-width: 40%;
	float: left;
	overflow: hidden;
	max-height: 493px
}
}
.masthead.masthead-style-two .slider_caption {
	width: 100%;
	background: 0 0;
	color: #fff
}
.masthead.masthead-style-two .slider_caption p {
	width: 60%;
	margin: 10px auto 0
}
.masthead.masthead-style-two .slider_caption h2 {
	width: 80%;
	margin: 0 auto;
	font-size: 2em
}
.lt-ie9 .masthead.masthead-style-two .slider_caption>div {
	width: 100%;
	left: 0
}
.masthead.masthead-style-two .slider_caption ol li, .masthead.masthead-style-two .slider_caption ul, .masthead.masthead-style-two .slider_caption ul li {
	color: #fff;
	font-size: 1em
}
.masthead.masthead-style-two .mini-carousel {
	display: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
@media (min-width:768px) {
.masthead.masthead-style-two .mini-carousel {
	display: block;
	float: left;
	width: 4000px;
	position: absolute;
	top: 0;
	z-index: 1
}
}
.masthead.masthead-style-two .mini-carousel .slide {
	max-width: 320px;
	background: #018190;
	color: #fff;
	height: 493px;
	font-size: .875em;
	float: left;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-left: 0;
	overflow: hidden;
	word-break: break-word
}
.masthead.masthead-style-two .mini-carousel .slide .related_link {
	position: absolute;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: 700;
	text-decoration: none;
	background: #00bfcf;
	line-height: 1em;
	-webkit-font-smoothing: antialiased
}
.masthead.masthead-style-two .mini-carousel .slide .related_link:before {
	content: "\f0f6";
	font-family: FontAwesome;
	font-style: normal;
	line-height: .7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	float: right;
	margin-left: 10px;
	color: #018190;
	font-size: 1.5em
}
.masthead.masthead-style-two .mini-carousel .slide.event {
	background: #597d38
}
.masthead.masthead-style-two .mini-carousel .slide.event .related_link {
	background: #769d4e
}
.masthead.masthead-style-two .mini-carousel .slide.event .related_link:before {
	color: #597d38
}
.masthead.masthead-style-two .mini-carousel .slide.article {
	background: #d74100
}
.masthead.masthead-style-two .mini-carousel .slide.article .related_link {
	background: #f58a50
}
.masthead.masthead-style-two .mini-carousel .slide.article .related_link:before {
	color: #d74100
}
.masthead.masthead-style-two .mini-carousel .slide a {
	color: #fff;
	text-decoration: underline
}
.masthead.masthead-style-two .mini-carousel .slide a:hover {
	text-decoration: none
}
.masthead.masthead-style-two .mini-carousel .slide>div {
	padding: 30px
}
.masthead.masthead-style-two .mini-carousel .slide p {
	margin: 0 0 10px
}
.masthead.masthead-style-two .mini-carousel .slide h3 {
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.3em
}
.masthead.masthead-style-two .mini-carousel .slide img {
	width: auto;
	height: 207px;
	min-width: 100%
}
.masthead.masthead-style-two img {
	width: auto
}
.mobile-only-masthead {
	display: block
}
@media (min-width:1200px) {
.mobile-only-masthead {
	display: none!important
}
}
.quick-facts {
	width: 100%;
	background: /*#b5985a*/#9d0020 ;
	border-top: 5px #fff solid;
	padding: 0!important;
	text-align: center;
	margin: 0!important
}
.quick-facts ul {
	margin: 0!important
}
.quick-facts.large {
	border-bottom: 5px #fff solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4)
}
.quick-facts.large ul {
	max-width: 1200px;
	margin: 0 auto!important;
	padding-left: 0!important;
	position: relative
}
.quick-facts.large ul:before {
	display: block;
	height: 100%;
	content: ''!important;
	margin: 0;
	padding: 0;
	width: 2px;
	border-left: solid 1px #a28244;
	background: #cbb172;
	top: 0!important;
	position: absolute
}
.quick-facts.large ul:after {
	display: block;
	height: 100%;
	content: ''!important;
	margin: 0;
	padding: 0;
	width: 2px;
	border-left: solid 1px #a28244;
	background: #cbb172;
	top: 0!important;
	position: absolute;
	right: 0
}
.quick-facts.large ul .text {
	font-size: 1.125em
}
.quick-facts.large ul .number {
	font-size: 1.9375em
}
.lt-ie9 .quick-facts.large ul .number {
	font-size: 1.0625em
}
.quick-facts li {
	margin: 0 0 0 -3px!important;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 0;
	position: relative
}
@media (min-width:1200px) {
.quick-facts li {
	width: 33.3%
}
}
.quick-facts li .number {
	display: table-cell;
	color: /*#866227*/#fff;
	font-family: "Open Sans", sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 700;
	vertical-align: top;
	padding: 10px 0 10px 13px;
	line-height: 1
}
@media (min-width:768px) {
.quick-facts li .number {
	font-size: 1.5625em
}
}
@media (min-width:1200px) {
.quick-facts li .number {
	padding: 10px 0 10px 23px
}
}
.quick-facts li .text {
	display: table-cell;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	vertical-align: top;
	line-height: 1em;
	padding: 12px 13px 10px 5px;
	font-size: .75em;
	font-family: "Crimson Text", serif
}
@media (min-width:1200px) {
.quick-facts li .text {
	padding-right: 23px;
	font-size: .9375em
}
}
.quick-facts li:before {
	display: block;
	height: 100%;
	content: ''!important;
	margin: 0;
	padding: 0;
	width: 2px;
	border-left: solid 1px #a28244;
	background: #cbb172;
	top: 0!important;
	position: absolute
}
.quick-facts li:after {
	display: block;
	width: 99%;
	content: '';
	margin: 0 0 0 2px;
	height: 2px;
	border-bottom: solid 1px #d0b777;
	background: #9a793d;
	position: absolute;
	bottom: 0;
	left: 0
}
@media (min-width:1200px) {
.quick-facts li:after {
	display: none
}
.quick-facts li:nth-child(2n+1):before {
	display: block
}
.quick-facts li:first-child:before {
	display: none
}
}
.quick-facts.large li {
	width: 100%
}
@media (min-width:1200px) {
.quick-facts.large li {
	width: 24.5%
}
}
.static-masthead {
	margin-bottom: 10px
}
.static-masthead img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.lt-ie9 .static-masthead img {
	margin-left: -50%
}
.static-masthead .slide {
	overflow: hidden
}
@media (min-width:768px) {
.static-masthead .slider_caption {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
	}
.static-masthead .slider_caption>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.slide {
	position: relative;
	overflow: hidden
}
section.opportunities {
	width: 100%;
	overflow-x: hidden
}
ul.opportunities {
	padding: 0;
	list-style: none;
	margin: 0 0 0 -6px;
	width: 100%;
	height: 100%
}
ul.opportunities:after {
	display: block;
	content: '';
	clear: both
}
ul.opportunities li {
	float: left;
	margin-bottom: 4px;
	position: relative;
	overflow: hidden;
	height: auto
}
ul.opportunities li img {
	width: 100%
}
ul.opportunities li>a {
	display: block;
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden
}
ul.opportunities li>a:after {
	display: block;
	content: '';
	clear: both
}
ul.opportunities li img {
	z-index: 10!important
}
ul.opportunities li .icon {
	width: 106px;
	display: block;
	position: absolute;
	text-decoration: none;
	top: 50%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translate(-50%, -65%);
	-moz-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	-o-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	z-index: 100
}
ul.opportunities li .caption {
	background: rgba(0,0,0,.7);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#000000', endColorstr='#000000');
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	min-height: 0;
	padding: 5px 10px;
	font-weight: 400;
	overflow: hidden;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
font-size:.9375rem;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}
ul.opportunities li .caption h2 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.0625em;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}
ul.opportunities li .desc {
	opacity: 0;
	max-height: 0;
	font-family: "Crimson Text", serif;
	font-style: italic;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	text-transform: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden
}
ul.opportunities li .desc p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 1.4375em
}
@media (min-width:1200px) {
ul.opportunities li.has-hover:hover .icon {
	width: 37px;
	top: 10px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}
ul.opportunities li.has-hover:hover .caption {
	min-height: 100%;
	padding: 55px 0;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}
ul.opportunities li.has-hover:hover .caption h2 {
	font-weight: 700;
	font-size: 1.6875em;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	padding: 0 20px
}
ul.opportunities li.has-hover:hover .desc {
	opacity: 1;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	-ms-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s;
	max-height: 116px;
	overflow: hidden
}
}
.news-events-slider {
	width: 100%;
	text-align: center
}
.news-events-slider li {
	display: inline-block;
	min-height: 270px;
	position: relative;
	background: #d74100;
	height: 300px;
	overflow: hidden;
	text-align: left
}
.news-events-slider li:first-child {
	margin-top: 10px!important
}
.news-events-slider li .slide-content {
	padding: 20px 20px 45px
}
.news-events-slider li .image {
	display: none
}
.news-events-slider li .date {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	color: #ff9c7f;
	font-size: .75em;
	font-weight: 700;
	line-height: 1
}
.news-events-slider li.noimage .slide-content {
	width: 100%
}
@media (min-width:768px) {
.news-events-slider li .slide-content {
	width: 50%;
	float: right
}
.news-events-slider li {
	max-width: 700px
}
.news-events-slider li.noimage {
	max-width: 350px
}
.news-events-slider li .image {
	position: absolute;
	width: 50%;
	overflow: hidden;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0
}
.news-events-slider li .image img {
	height: 100%;
	max-width: none
}
}
.news-events-slider li h2 {
	font-size: .9em;
	line-height: 1.2em
}
.news-events-slider li h2, .news-events-slider li h2 a {
	text-align: left;
	color: #fff;
	text-decoration: underline;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 5px
}
.news-events-slider li h6 {
	margin: 0;
	color: #769d4e;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase
}
.news-events-slider li p {
	color: #fff;
	font-family: "Crimson Text", serif;
	font-style: italic;
	margin: 0;
	font-size: .9em;
	text-align: left;
	line-height: 1.2em
}
.news-events-slider li .more-button {
	position: absolute;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: .7em;
	bottom: 1px;
	right: 0;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased
}
.news-events-slider li .more-button:before {
	font-family: icomoon;
	font-weight: 400;
	float: right;
	margin-left: 10px;
	font-size: 1.8em
}
.news-events-slider li.news {
	background: #018190
}
.news-events-slider li.news .more-button {
	/*background: #00bfcf*/;
}
.news-events-slider li.news .more-button:before {
	/*color: #018190*/;
}
.news-events-slider li.event {
	background: #597d38
}
.news-events-slider li.event .date {
	color: #a6cd75
}
.news-events-slider li.event .more-button {
}
.news-events-slider li.event .more-button:before {
}
.breadcrumbs {
	width: 100%;
	margin: 10px 0 0;
	padding: 0 15px;
}
@media (min-width:768px) {
.breadcrumbs {
	padding: 0;
	display: block;
}
	}
.breadcrumbs ul {
	list-style: none;
	padding: 10px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	position: relative
}
.breadcrumbs ul:before {
	height: 1px;
	display: block;
	content: '';
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0
}
.breadcrumbs ul:after {
	height: 1px;
	display: block;
	content: '';
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: -2px
}
.breadcrumbs ul li {
	display: inline-block;
	font-size: .875em;
	font-family: "Open Sans", sans-serif
}
.breadcrumbs ul li:before {
	margin: 0 5px;
	font-family: FontAwesome
}
.breadcrumbs ul li a {
	color: #00727e;
	text-decoration: none;
	font-family: "Open Sans", sans-serif
}
.breadcrumbs ul li a:hover {
	text-decoration: underline
}
.breadcrumbs ul li:first-child:before {
	color: #00727e;
	margin-right: 5px;
	font-family: FontAwesome
}
.level .left-nav, #secondary {
	padding: 0 15px;
	margin-bottom: 15px
}
@media (min-width:768px) {
.level .left-nav, #secondary {
	padding: 0;
	margin: 0;
	width: 25%;
	float: left
}
}
@media (min-width:1200px) {
.level .left-nav, #secondary {
	width: 20%
}
}
.level .left-nav ul, #secondary ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.level .left-nav ul li, #secondary ul li {
	width: 100%;
	margin-top: 7px
}
.level .left-nav ul li:first-child, #secondary ul li:first-child {
	margin-top: 7px
}
@media (min-width:768px) {
.level .left-nav ul li:first-child, #secondary ul li:first-child {
	margin-top: 0
}
}
.level .left-nav ul li.active a, #secondary ul li.active a {
	background: #018190;
	color: #fff
}
.level .left-nav ul li.active a:before, #secondary ul li.active a:before {
	color: #fff;
	font-family: FontAwesome
}
.level .left-nav ul li a, #secondary ul li a {
	display: block;
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 15px 15px 15px 25px;
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative;
	word-wrap: break-word;
	line-height: 1.5em
}
.level .left-nav ul li a:before, #secondary ul li a:before {
	color: #018190;
	margin-right: 5px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: absolute;
	top: 15px;
	left: 15px;
	font-family: FontAwesome
}
.level .left-nav ul li a.active, .level .left-nav ul li a:hover, #secondary ul li a.active, .level #secondary ul li a:hover {
	background: #018190;
	color: #fff
}
.level .left-nav ul li a.active, .level .left-nav ul li a:hover:before, #secondary ul li a.active, .level #secondary ul li a:hover:before {
	color: #fff
}
.level .left-nav.mobile-sub-nav ul, #secondary.mobile-sub-nav ul {
	display: none
}
.level .left-nav.mobile-sub-nav ul.is-active, #secondary.mobile-sub-nav ul.is-active {
	display: block
}
.level .left-nav span.toggle, #secondary span.toggle {
	display: block;
	background: #018190;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	margin: 30px 0 0;
	cursor: pointer
}
.level .left-nav span.toggle.is-active:before, #secondary span.toggle.is-active:before {
	content: "\f056"
}
.level .left-nav span.toggle:before, #secondary span.toggle:before {
	color: #00d7e3;
	font-size: 1.5em;
	margin-right: 10px;
	line-height: .5em;
	position: relative;
	top: 3px
}
.callout {
	background: #902;
	padding: 16px;
	width: 100%;
	color: #fff;
	word-wrap: break-word;
	margin-top: 15px
}
@media (min-width:768px) {
.callout {
	max-width: 49%
}
.callout.left {
	float: left;
	margin: 15px 15px 5px 0
}
.callout.right {
	float: right;
	margin: 15px 0 5px 15px
}
}
.callout .insignia-logo {
	display: none
}
.callout.insignia p {
	color: #fff;
	font-family: "Crimson Text", serif;
	font-style: italic;
	font-size: 1.4375em;
	line-height: 1.4em;
	margin: 0
}
.callout.insignia .insignia-logo {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	line-height: 1em
}
.callout.insignia .insignia-logo:before {
	content: '';
	border-top: solid 1px #810016;
	width: 42%;
	display: block;
	height: 2px;
	background: #b1002e;
	position: absolute;
	top: 50%;
	margin-top: 1px
}
.callout.insignia .insignia-logo:after {
	content: '';
	border-top: solid 1px #810016;
	width: 42%;
	display: block;
	height: 2px;
	background: #b1002e;
	position: absolute;
	top: 50%;
	margin-top: 1px;
	right: 0
}
.callout.item-list h4 {
	text-transform: uppercase;
	color: #b5985a;
	font-size: .9375em;
	margin: 0 0 5px;
	padding: 0 10px;
	font-family: "Open Sans", sans-serif;
	font-style: normal
}
.callout p {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	margin-top: 0
}
.callout ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.callout ul li {
	display: block;
	position: relative;
	padding: 0 10px;
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5em
}
.callout ul li:before {
	color: #b5985a;
	position: absolute;
	top: 5px;
	left: 0
}
.callout a {
	color: #fff;
	text-decoration: underline
}
.callout a:hover {
	text-decoration: none
}
.callout a:visited {
	color: #fff
}
.bottom-callouts .callout {
	margin: 10px 0 0!important;
	min-height: 210px
}
@media (min-width:768px) {
.bottom-callouts .callout {
	width: 100%;
	max-width: none
}
}
@media (min-width:1200px) {
.bottom-callouts .callout {
	width: 100%;
	float: right
}
.bottom-callouts .callout:first-child {
	float: left
}
}
.left-nav .callout {
	margin-top: 0
}
.left-nav .callout h4 {
	color: #b5985a;
	font-size: 1.125em;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0
}
.left-nav .callout p {
	margin: 0;
font-size:.9rem
}
@media (min-width:768px) {
.bottom-callouts .custom {
	width: 70%;
	max-width: none
}
}
@media (min-width:1200px) {
.bottom-callouts .custom {
	width: 49%;
	float: right
}
.bottom-callouts .custom:first-child {
	float: left
}
}
.accordion-header {
	display: block;
	width: 100%;
	background: #b5985a;
	padding: 14px;
	text-transform: uppercase;
	border-radius: 7px
}
.accordion-header:before {
	color: /*#ead594*/#000;
	font-size: 1.5em;
	font-family: FontAwesome;
	margin-right: 10px;
	line-height: .5em;
	position: absolute;
	top: 55%;
	left: 14px;
	margin-top: -7px
}
.accordion-content.is-active {
	display: block;
}
.page-wrap {
	width: 100%;
	position: relative;
	height: 42px
}
@media (min-width:768px) {
.page-wrap {
	height: auto
}
}
.page-wrap .page-count {
	display: none;
	width: 100%;
	text-align: center;
	padding: 23px 0;
	font-size: .875em
}
@media (min-width:768px) {
.page-wrap .page-count {
	display: block
}
}
.pagination {
	margin: 10px 0 0!important;
	padding: 0!important;
	position: absolute;
	width: 100%;
	top: 0
}
.pagination li {
	position: absolute!important;
	background: #018190;
	top: 0;
	margin: 0!important;
	border-radius: 10px;
	color: #fff!important;
	font-family: "Open Sans", sans-serif!important;
	text-transform: uppercase
}
.pagination li.inactive {
	opacity: .5;
	cursor: default
}
.pagination li a, .pagination li span {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	font-size: .625em;
	color: #fff!important
}
.pagination li.prev {
	left: 0
}
.pagination li.prev a:before, .pagination li.prev span:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a8";
	color: #00d7e3;
	font-size: 1.5em;
	position: Relative;
	top: 2px;
	margin-right: 10px
}
.pagination li.next {
	right: 0
}
.pagination li.next a:after, .pagination li.next span:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
	color: #00d7e3;
	font-size: 1.5em;
	position: Relative;
	top: 2px;
	margin-left: 10px
}
.pagination:after {
	display: block;
	content: '';
	clear: both
}
.program-filters li {
	display: block;
	margin-left: 0;
	margin-top: 10px
}
.program-filters li:first-child {
	margin: 0
}
@media (min-width:768px) {
.program-filters li {
	display: inline-block;
	margin-left: 5px
}
}
.programs .content-category {
	margin-left: 0!important;
	margin-bottom: 20px
}
.programs .content-category:after {
	display: block;
	content: '';
	clear: both
}
.programs .item {
	display: block;
	width: 100%;
	text-align: left;
	padding: 20px!important;
	min-height: 115px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	margin-top: 3%
}
@media (min-width:768px) {
.programs .item {
	width: 48%;
	float: left
}
.programs .item:nth-child(2n+2) {
	float: right
}
}
@media (min-width:1200px) {
.programs .item {
	float: left;
	width: 31.3%;
	margin-left: 3%
}
.programs .item:first-child {
	margin-left: 0
}
.programs .item:nth-child(1n+4) {
	margin-top: 3%
}
.programs .item:nth-child(2n+2) {
	float: left
}
}
.programs .item h2 {
	color: #000;
	font-size: 1.125em;
	margin: 0 0 5px;
	font-weight: 400
}
.programs .item h3 {
	font-size: .9375em;
	margin: 0;
	text-transform: uppercase
}
.programs .item.concentration {
	background: #b5985a
}
.programs .item.concentration h3 {
	color: #fff
}
.programs .item.minor {
	background: #b5985a
}
.programs .item.minor h3 {
	color: #fff
}
.programs .item.degree, .programs .item.major {
	background: #b5985a
}
.programs .item.degree h3, .programs .item.major h3 {
	color: #fff
}
.programs .item.professional {
	background: #b5985a
}
.programs .item.professional h3 {
	color: #fff
}
.programs .item.isDisabled {
	display: none;
	pointer-events: none;
	opacity: .3;
	cursor: default
}
@media (min-width:768px) {
.programs .item.isDisabled {
	display: block
}
}
.people-list {
	width: 100%;
	margin-right: 0!important
}
@media (min-width:768px) {
.people-list {
	margin-left: -1.5%!important
}
}
.people-list li {
	margin-bottom: 1.5%;
	margin-top: 0!important
}
.people-list li>div {
	display: block;
	font-size: 1em;
	vertical-align: top;
	border: 1px solid #dedede;
	min-height: 370px;
	background: #fff
}
@media (min-width:768px) {
.people-list li {
	width: 50%;
	float: left;
	padding-left: 1.5%!important
}
}
@media (min-width:1200px) {
.people-list li {
	padding-left: 1.5%;
	width: 33.333%
}
}
.people-list li a {
	font-family: "Open Sans", sans-serif;
font-size:.9375rem;
	font-weight: 700;
	display: block;
	line-height: 1.5em
}
.people-list li a:visited {
	color: #d74100
}
.people-list li p {
font-size:.9375rem;
	margin: 0;
	font-family: "Open Sans", sans-serif
}
.people-list li .info {
	padding: 15px 25px;
	background: #fff
}
.people-list li.student .department {
	background: #b5985a
}
.people-list li.faculty .department {
	background: #8a0616
}
.people-list li .department {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	padding: 10px 25px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	margin-top: -1px;
	min-height: 0
}
.people-list li .department a {
	color: #fff;
font-size:.75rem
}
.people-list li .photo {
	max-height: 230px;
	overflow: hidden
}
.people-list li img {
	width: 100%
}
.people-list:after {
	display: block;
	content: '';
	clear: both
}
.cat-list {
	background: #fff;
	width: 100%;
	border: 1px solid #dedede;
	padding: 20px 18px;
	margin-top: 70px
}
.cat-list h2 {
	font-family: "Crimson Text", serif;
	color: #33393c!important;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-weight: 400!important;
	font-size: 1.875em
}
.cat-list .content_btn {
	font-size: .8125em;
	font-weight: 700;
	width: 100%;
	margin-top: 10px;
	min-width: 0;
	margin-bottom: 0;
	margin-right: 0
}
.cat-list .content_btn:first-child {
	margin-top: 0
}
.cat-list .content_btn.isActive {
	background: #dedede;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.directory .content_btn {
	margin-right: 15px;
	min-width: 130px
}
@media (min-width:768px) {
.directory .content_btn {
	min-width: 160px
}
}
.directory .content_btn.noMargin {
	margin-right: 0
}
.directory .content_btn.isActive {
	background: #dedede;
	color: #000;
	box-shadow: inset 0 0 0 3px #939393
}
.list-toggle {
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: opacity linear .5s;
	-moz-transition: opacity linear .5s;
	-ms-transition: opacity linear .5s;
	-o-transition: opacity linear .5s;
	transition: opacity linear .5s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}
@media (min-width:768px) {
.list-toggle {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	-ms-column-width: 50%;
	-o-column-width: 50%;
	column-width: 50%
}
}
.list-toggle h3 {
	margin: 0!important
}
.list-toggle ul {
	margin: 0 0 40px;
	padding: 0
}
.list-toggle ul li {
	padding: 0;
	margin: 20px 0 0
}
.list-toggle ul li:first-child {
	margin: 15px 0 0
}
.list-toggle ul li:before {
	display: none
}
.list-toggle ul li a {
	font-family: "Open Sans", sans-serif;
	font-size: .75em
}
.list-toggle.isActive, .no-js .list-toggle {
	opacity: 1;
	height: auto;
	margin-top: 20px
}
.share {
	padding: 10px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	position: relative;
	margin-top: 30px
}
.share:before {
	height: 1px;
	display: block;
	content: '';
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0
}
.share:after {
	height: 1px;
	display: block;
	content: '';
	width: 100%;
	background: #fff;
	clear: both;
	position: relative;
	bottom: -10px;
	left: 0
}
.share .category {
	font-size: .875em;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 2px
}
.share .category a {
	color: #018190;
	text-decoration: none;
	font-family: "Open Sans", sans-serif
}
.share .category a:hover {
	text-decoration: underline
}
.share .category:before {
	margin-right: 5px
}
.share .share_btn {
	display: inline-block;
	float: right
}
.share .share_btn .a2a_kit {
	display: inline-block;
	vertical-align: middle
}
.share .share_btn .a2a_kit .a2a_s_facebook {
	background-image: url(../bc-template/img/fb_share.png);
	width: 30px;
	height: 30px;
	margin-left: 5px
}
.share .share_btn .a2a_kit .a2a_s_twitter {
	background-image: url(../bc-template/img/twitter_share.png);
	width: 31px;
	height: 30px;
	margin-left: 5px
}
.share .share_btn .a2a_kit .a2a_s_email {
/*	background-image: url(../bc-template/img/email_share.png);*/
	width: 33px;
	height: 30px;
	margin-left: 5px
}
.share .share_btn:before {
	content: 'Share:';
	display: inline-block;
	position: relative;
	top: 1px;
	font-size: .875em
}
footer {
	width: 100%;
	background-color: #9d0020 !important;
	background: -moz-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(153,0,34,.6)), color-stop(50%, rgba(153,0,34,0)), color-stop(100%, rgba(153,0,34,.6))), url(../bc-template/img/RedPattern.png);
	background: -webkit-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: -o-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: -ms-linear-gradient(left, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
	background: linear-gradient(to right, rgba(153,0,34,.6) 0, rgba(153,0,34,0) 50%, rgba(153,0,34,.6) 100%), url(../bc-template/img/RedPattern.png);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990022', endColorstr='#990022', GradientType=1), url(../bc-template/img/RedPattern.png);
	font-size: .8em;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	padding-top: 23px;
	position: relative;
	margin-top: 23px
}
@media (min-width:768px) {
footer {
	text-align: left
}
}
@media (min-width:1200px) {
footer {
	padding-top: 45px
}
}
footer .logo {
	margin: 0 auto 10px;
	width: 270px;
	height: 35px;
	background-size: 100%;
	background-position: center
}
a.logo, footer a.logo {
	color: #ffffff;
}
@media (min-width:768px) {
footer .logo {
	width: 311px;
	height: 41px;
	margin: 0 0 15px;
	float: none
}
.lt-ie9 footer .logo {
	background: url(../bc-template/img/BC_wordmark_wht.png) no-repeat
}
}
@media (min-width:1200px) {
footer .address, footer .address+p {
	display: inline-block;
	font-weight: 700
}
footer .address+p:before {
	display: inline-block;
	content: ' | ';
	margin: 0 5px
}
}
footer .wrapper {
	padding: 0 15px
}
@media (min-width:1200px) {
footer .wrapper {
	padding: 0
}
}
footer .wrapper p {
	margin-bottom: 5px;
	margin-top: 0
}
footer .wrapper p:first-child {
	margin-top: 0
}
footer .copyright {
	background: #830019;
	padding: 10px 0;
	margin-top: 10px
}
@media (min-width:768px) {
footer .copyright {
	margin-top: 35px;
}
}
footer a {
	text-decoration: underline;
	color: #fff
}
footer a:hover {
	text-decoration: none
}
footer .foot-nav {
	margin: 10px 0 0;
	padding: 0
}
@media (min-width:768px) {
footer .foot-nav {
	position: absolute;
	top: 0;
	right: 20px;
	margin-top: 0
}
}
footer .foot-nav li {
	display: inline-block;
	margin-left: 10px
}
@media (min-width:768px) {
footer .foot-nav li {
	margin-left: 25px
}
}
footer .foot-nav li:first-child {
	margin-left: 0
}
footer .foot-nav li a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}
footer .foot-nav li a:hover {
	text-decoration: underline
}
footer:after {
	display: block;
	content: '';
	clear: both
}
.grid {
	list-style: none;
	margin: 0 0 0 -24px;
	padding: 0
}
.grid__item {
	display: inline-block;
	padding-left: 24px;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.grid--rev {
	direction: rtl;
	text-align: left
}
.grid--rev>.grid__item {
	direction: ltr;
	text-align: left
}
.grid--full {
	margin-left: 0
}
.grid--full>.grid__item {
	padding-left: 0
}
.grid--right {
	text-align: right
}
.grid--right>.grid__item {
	text-align: left
}
.grid--center {
	text-align: center
}
.grid--center>.grid__item {
	text-align: left
}
.grid--middle>.grid__item {
	vertical-align: middle
}
.grid--bottom>.grid__item {
	vertical-align: bottom
}
.grid--narrow {
	margin-left: -12px
}
.grid--narrow>.grid__item {
	padding-left: 12px
}
.grid--wide {
	margin-left: -48px
}
.grid--wide>.grid__item {
	padding-left: 48px
}
.one-whole {
	width: 100%
}
.five-tenths, .four-eighths, .one-half, .six-twelfths, .three-sixths, .two-quarters {
	width: 50%
}
.four-twelfths, .one-third, .two-sixths {
	width: 33.333%
}
.eight-twelfths, .four-sixths, .two-thirds {
	width: 66.666%
}
.one-quarter, .three-twelfths, .two-eighths {
	width: 25%
}
.nine-twelfths, .six-eighths, .three-quarters {
	width: 75%
}
.one-fifth, .two-tenths {
	width: 20%
}
.four-tenths, .two-fifths {
	width: 40%
}
.six-tenths, .three-fifths {
	width: 60%
}
.eight-tenths, .four-fifths {
	width: 80%
}
.one-sixth, .two-twelfths {
	width: 16.666%
}
.five-sixths, .ten-twelfths {
	width: 83.333%
}
.one-eighth {
	width: 12.5%
}
.three-eighths {
	width: 37.5%
}
.five-eighths {
	width: 62.5%
}
.seven-eighths {
	width: 87.5%
}
.one-tenth {
	width: 10%
}
.three-tenths {
	width: 30%
}
.seven-tenths {
	width: 70%
}
.nine-tenths {
	width: 90%
}
.one-twelfth {
	width: 8.333%
}
.five-twelfths {
	width: 41.666%
}
.seven-twelfths {
	width: 58.333%
}
.eleven-twelfths {
	width: 91.666%
}
@media only screen and (max-width:480px) {
.palm--one-whole {
	width: 100%
}
.palm--five-tenths, .palm--four-eighths, .palm--one-half, .palm--six-twelfths, .palm--three-sixths, .palm--two-quarters {
	width: 50%
}
.palm--four-twelfths, .palm--one-third, .palm--two-sixths {
	width: 33.333%
}
.palm--eight-twelfths, .palm--four-sixths, .palm--two-thirds {
	width: 66.666%
}
.palm--one-quarter, .palm--three-twelfths, .palm--two-eighths {
	width: 25%
}
.palm--nine-twelfths, .palm--six-eighths, .palm--three-quarters {
	width: 75%
}
.palm--one-fifth, .palm--two-tenths {
	width: 20%
}
.palm--four-tenths, .palm--two-fifths {
	width: 40%
}
.palm--six-tenths, .palm--three-fifths {
	width: 60%
}
.palm--eight-tenths, .palm--four-fifths {
	width: 80%
}
.palm--one-sixth, .palm--two-twelfths {
	width: 16.666%
}
.palm--five-sixths, .palm--ten-twelfths {
	width: 83.333%
}
.palm--one-eighth {
	width: 12.5%
}
.palm--three-eighths {
	width: 37.5%
}
.palm--five-eighths {
	width: 62.5%
}
.palm--seven-eighths {
	width: 87.5%
}
.palm--one-tenth {
	width: 10%
}
.palm--three-tenths {
	width: 30%
}
.palm--seven-tenths {
	width: 70%
}
.palm--nine-tenths {
	width: 90%
}
.palm--one-twelfth {
	width: 8.333%
}
.palm--five-twelfths {
	width: 41.666%
}
.palm--seven-twelfths {
	width: 58.333%
}
.palm--eleven-twelfths {
	width: 91.666%
}
}
@media only screen and (min-width:481px) and (max-width:1023px) {
.lap--one-whole {
	width: 100%
}
.lap--five-tenths, .lap--four-eighths, .lap--one-half, .lap--six-twelfths, .lap--three-sixths, .lap--two-quarters {
	width: 50%
}
.lap--four-twelfths, .lap--one-third, .lap--two-sixths {
	width: 33.333%
}
.lap--eight-twelfths, .lap--four-sixths, .lap--two-thirds {
	width: 66.666%
}
.lap--one-quarter, .lap--three-twelfths, .lap--two-eighths {
	width: 25%
}
.lap--nine-twelfths, .lap--six-eighths, .lap--three-quarters {
	width: 75%
}
.lap--one-fifth, .lap--two-tenths {
	width: 20%
}
.lap--four-tenths, .lap--two-fifths {
	width: 40%
}
.lap--six-tenths, .lap--three-fifths {
	width: 60%
}
.lap--eight-tenths, .lap--four-fifths {
	width: 80%
}
.lap--one-sixth, .lap--two-twelfths {
	width: 16.666%
}
.lap--five-sixths, .lap--ten-twelfths {
	width: 83.333%
}
.lap--one-eighth {
	width: 12.5%
}
.lap--three-eighths {
	width: 37.5%
}
.lap--five-eighths {
	width: 62.5%
}
.lap--seven-eighths {
	width: 87.5%
}
.lap--one-tenth {
	width: 10%
}
.lap--three-tenths {
	width: 30%
}
.lap--seven-tenths {
	width: 70%
}
.lap--nine-tenths {
	width: 90%
}
.lap--one-twelfth {
	width: 8.333%
}
.lap--five-twelfths {
	width: 41.666%
}
.lap--seven-twelfths {
	width: 58.333%
}
.lap--eleven-twelfths {
	width: 91.666%
}
}
@media only screen and (max-width:1023px) {
.portable--one-whole {
	width: 100%
}
.portable--five-tenths, .portable--four-eighths, .portable--one-half, .portable--six-twelfths, .portable--three-sixths, .portable--two-quarters {
	width: 50%
}
.portable--four-twelfths, .portable--one-third, .portable--two-sixths {
	width: 33.333%
}
.portable--eight-twelfths, .portable--four-sixths, .portable--two-thirds {
	width: 66.666%
}
.portable--one-quarter, .portable--three-twelfths, .portable--two-eighths {
	width: 25%
}
.portable--nine-twelfths, .portable--six-eighths, .portable--three-quarters {
	width: 75%
}
.portable--one-fifth, .portable--two-tenths {
	width: 20%
}
.portable--four-tenths, .portable--two-fifths {
	width: 40%
}
.portable--six-tenths, .portable--three-fifths {
	width: 60%
}
.portable--eight-tenths, .portable--four-fifths {
	width: 80%
}
.portable--one-sixth, .portable--two-twelfths {
	width: 16.666%
}
.portable--five-sixths, .portable--ten-twelfths {
	width: 83.333%
}
.portable--one-eighth {
	width: 12.5%
}
.portable--three-eighths {
	width: 37.5%
}
.portable--five-eighths {
	width: 62.5%
}
.portable--seven-eighths {
	width: 87.5%
}
.portable--one-tenth {
	width: 10%
}
.portable--three-tenths {
	width: 30%
}
.portable--seven-tenths {
	width: 70%
}
.portable--nine-tenths {
	width: 90%
}
.portable--one-twelfth {
	width: 8.333%
}
.portable--five-twelfths {
	width: 41.666%
}
.portable--seven-twelfths {
	width: 58.333%
}
.portable--eleven-twelfths {
	width: 91.666%
}
}
@media only screen and (min-width:1024px) {
.desk--one-whole {
	width: 100%
}
.desk--five-tenths, .desk--four-eighths, .desk--one-half, .desk--six-twelfths, .desk--three-sixths, .desk--two-quarters {
	width: 50%
}
.desk--four-twelfths, .desk--one-third, .desk--two-sixths {
	width: 33.333%
}
.desk--eight-twelfths, .desk--four-sixths, .desk--two-thirds {
	width: 66.666%
}
.desk--one-quarter, .desk--three-twelfths, .desk--two-eighths {
	width: 25%
}
.desk--nine-twelfths, .desk--six-eighths, .desk--three-quarters {
	width: 75%
}
.desk--one-fifth, .desk--two-tenths {
	width: 20%
}
.desk--four-tenths, .desk--two-fifths {
	width: 40%
}
.desk--six-tenths, .desk--three-fifths {
	width: 60%
}
.desk--eight-tenths, .desk--four-fifths {
	width: 80%
}
.desk--one-sixth, .desk--two-twelfths {
	width: 16.666%
}
.desk--five-sixths, .desk--ten-twelfths {
	width: 83.333%
}
.desk--one-eighth {
	width: 12.5%
}
.desk--three-eighths {
	width: 37.5%
}
.desk--five-eighths {
	width: 62.5%
}
.desk--seven-eighths {
	width: 87.5%
}
.desk--one-tenth {
	width: 10%
}
.desk--three-tenths {
	width: 30%
}
.desk--seven-tenths {
	width: 70%
}
.desk--nine-tenths {
	width: 90%
}
.desk--one-twelfth {
	width: 8.333%
}
.desk--five-twelfths {
	width: 41.666%
}
.desk--seven-twelfths {
	width: 58.333%
}
.desk--eleven-twelfths {
	width: 91.666%
}
}
@media print {
.quick-facts, header {
	display: none
}
.bx-wrapper, .fit_vid, .info-nav, .left-nav, .masthead, footer {
	display: none!important
}
.accordion-header:before {
	content: "\f056"
}
.accordion-content {
	display: block!important
}
.content {
	max-width: 100%!important;
	padding: 0!important
}
.people-list {
	margin-left: 0!important
}
.people-list li {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	padding-left: 0!important
}
.people-list li:after {
	display: block;
	content: '';
	clear: both
}
.people-list .photo {
	float: left;
	max-width: 200px;
	margin-right: 20px
}
.people-list .info {
	min-height: 0!important
}
.people-list li>div {
	min-height: 0;
	border: none!important
}
.people-list .department {
	border: none;
	padding-bottom: 0!important;
	clear: both;
	width: 100%;
	padding-left: 0!important
}
.people-list .department:before {
	content: 'Department: ';
	display: inline;
	text-transform: none;
	font-size: 1rem
}
.directory h5, .directory h5+a, .directory h5+a+a {
	display: none
}
.directory .people:before {
	content: 'People List: ';
	font-size: 1.5em;
	font-weight: 700
}
.directory .offices:before {
	content: 'Offices List: ';
	font-size: 1.5em;
	font-weight: 700
}
}
table.noborder, table.noborder tr, table.noborder tr td {
	border: none
}
img.default {
	width: 200px!important
}
input.shortBox {
	float: right;
	width: 50px;
	text-align: center
}
.header-alert-wrapper {
	background: #f8e6b1;
	padding: 1%
}
.header-alert-wrapper a {
	color: #01adef !important;
}
.header-alert-wrapper p {
	overflow: hidden;
	padding-left: 15px;
	font-size: 1.2em;
	text-align: center;
}
@media (max-width:768px) {
.header-alert-wrapper img {
	display: none
}
}
@media (max-width:768px) {
.share-fair-video {
	width: 300px;
	height: 169px;
	display: block
}
}
@media (min-width:769px) {
.share-fair-video {
	width: 400px;
	height: 225px;
	float: right
}
}
/*Christmas Holiday Header Alert */
.header-christmas-alert-wrapper {
	max-width: 1200px;
	min-height: 271px;
	margin: 0 auto;
}
.header-christmas-alert-wrapper img {
	width: 100%;
}
.header-christmas-alert-wrapper p {
	padding: 0px 25px 25px 25px;
	font-size: .8em;
}
.header-christmas-alert-wrapper a {
	color: /*#f2532b*/#d2350d;
}
/* Info Nav Alumni */
.info-nav-alumni {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-ms-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s
}
.info-nav-alumni.needsHover:hover {
	right: 0!important
}
@media (min-width:768px) {
.info-nav-alumni {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 1000
}
}
.info-nav-alumni li {
	display: inline-block;
	margin-left: 13px;
	height: 84px;
	width: 88px;
	overflow: hidden
}
@media (min-width:768px) {
.info-nav-alumni li {
	display: block;
	margin: 0 0 10px;
	box-shadow: -1px 0 2px 1px rgba(0,0,0,.5);
	height: 65px;
	width: 65px
}
}
.info-nav-alumni li:first-child {
	margin-left: 0
}
.info-nav-alumni li a {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 9px;
	background: #597d38;
	text-align: center;
	min-height: 90px;
	font-family: "Open Sans", sans-serif
}
.info-nav-alumni li a.connect {
	padding-top: 6px
}
@media (min-width:768px) {
.info-nav-alumni li a {
	font-size: .8em;
	height: 100%
}
}
.info-nav-alumni li a:before {
	display: block;
	font-weight: 400;
	font-size: 1.875rem
}
.lt-ie9 .info-nav-alumni li a:before {
	font-size: .9375em
}
.lt-ie9 .info-nav-alumni li a.visit:before {
	font-size: 1.25em
}
.info-nav-alumni li a.give {
	background: #018190
}
.info-nav-alumni li a.give:before {
/*	margin-bottom: 5px*/
}
.info-nav-alumni li a.connect {
	background: #d74100
}
.info-nav-alumni li a.connect:before {
	font-size: 2.1875rem;
	margin-bottom: 4px
}
@media (min-width:768px) {
.info-nav-alumni li a.connect:before {
	margin-bottom: -2px
}
}
.info-nav-alumni li a.tweet:before {
/*	margin-bottom: 4px*/
}
.info-nav-alumni li a:hover {
	text-decoration: none
}
@media (max-width:768px) {
.info-nav-alumni li a {
	display: block;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 9px;
	background: #597d38;
	text-align: center;
	min-height: 90px;
	font-family: "Open Sans", sans-serif
}
}
/* Wallpapers */
.wallpapers .box {
	margin: 10px 0 0!important;
	min-height: 210px;
	background: none;
	padding: 0px;
	color: #101010;
	font-family: "Crimson Text", serif;
	font-size: 1.25em;
}
.wallpapers p {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	margin-top: 0
}
.wallpapers a, .wallpapers a:visited {
	color: /*#f2532b*/#d2350d;
}
@media (min-width:768px) {
.wallpapers .box {
	width: 50%;
	max-width: none
}
}
@media (min-width:1200px) {
.wallpapers .box {
	width: 80%;
	float: right
}
.wallpapers .box:first-child {
	float: left
}
.wallpapers .custom {
	width: 47%;
	float: right
}
.wallpapers .custom:first-child {
	float: left
}
}
/*Tyler 2015, added css for easier form development
 *formField is the generic input field with a label for web forms
 * */
/*------------------------------/
 * Form Field CSS
 *-----------------------------*/
div.formField {
	width: 400px;
	margin-bottom: 15px;
}
div.formField h6 {
	display: inline-block;
}
div.formField input {
	display: inline-block;
	float: right;
}
/*formFieldCheckbox is for fields that use checkboxes, these have to be a slightly dif size then the normal divs*/
div.formFieldCheckbox {
	width: 400px;
	margin-bottom: 15px;
}
div.formFieldCheckbox input {
	display: inline-block;
	margin-top: 10px !important;
	margin-left: 15px !important;
	margin-right: 50px !important;
	transform: scale(1.2);
}

form.mybcForm{
	padding:5px;
}
div.formField2 {	/*These formFields have the input box dropped under it rather then on the same line*/
	width: 400px;
	margin-bottom: 15px;
}
div.formFieldInline {
	width:100%;
	display:inline-block;	
}
p.inputTag{
	font-weight:bold;
	font-size:18px;	
	margin-bottom:5px !important;	
}
.formField2TA {
	width:100%;
	height: 100px;	
}

/*------------------------------/
 * Required Fields CSS
 * ----------------------------*/
span.darkRedTextBold {
	font-weight: bold;
	color: #990022;
}
span.requiredMark {
	color: #990022;
	font-weight: bold;
	font-size: 22px;
}
/*-----------------------------/
 * Academic Divisions 
 * ---------------------------*/
h2.division-name-comm {
	color: #663399 !important;
}
p.division-name-comm {
	display: block;
	padding: 0px 5px;
	background: #663399;
	font-style: italic;
	color: #fff;
/*	font-family: "Open Sans", sans-serif;
*/
}
h2.division-name-hum {
	color: #d74100 !important;
}
p.division-name-hum {
	display: block;
	padding: 0px 5px;
	background: #d74100;
	font-style: italic;
	color: #fff;
/*	font-family: "Open Sans", sans-serif;
*/
}
h2.division-name-cnat {
	color: #597d38 !important;
}
p.division-name-nat {
	display: block;
	padding: 0px 5px;
	background: #597d38;
	font-style: italic;
	color: #fff;
/*	font-family: "Open Sans", sans-serif;
*/
}
h2.division-name-pro {
	color: #018190 !important;
}
p.division-name-pro {
	display: block;
	padding: 0px 5px;
	background: #018190;
	font-style: italic;
	color: #fff;
/*	font-family: "Open Sans", sans-serif;
*/
}
/* Academic Videos */

.video-row {
	margin-left: -15px;
	margin-right: -15px;
}
.video-listing {
	float: left;
	min-height: 480px;
}
.video-listing h2 {
	margin: 15px 0px 0px 0px !important;
	font-family: "Open Sans", sans-serif;
	font-size: 1.25rem !important;
	line-height: 1.4em !important;
}
.video-listing-text {
}
.video-listing img {
	width: 100%;
}
@media (max-width:480px) {
.video-listing {
	padding: 0px 15px;
	width: 100%;
}
}
@media (min-width:481px) {
.video-listing {
	width: 33.33%;
	padding: 0px 15px;
	display: block;
}
}
@media (min-width:768px) {
.video-listing {
	width: 25%;
	padding: 0px 15px;
	display: block;
}
}
.academic-videos-slider {
	width: 100%;
	text-align: center
}
.academic-videos-slider .bx-wrapper {
	max-width: 100% !important;
}
.academic-videos-slider .bx-wrapper img {
	width: 100%;
}
.academic-videos-slider .bx-viewport {
	background: none !important;
	width: 90% !important;
	margin: 0px auto !important;
}
@media (max-width:480px) {
.academic-videos-slider .bx-viewport {
	width: 100% !important;
}
}
.academic-videos-slider li {
	display: inline-block;
	min-height: 400px;
	position: relative;
	height: /*400px;*/ auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px !important;
	margin-top: 0px !important;
}
@media (max-width:480px) {
.academic-videos-slider li {
	/*	width: 16% !important;*/
	min-height: 100px !important;
}
.academic-videos-slider img {
	width: auto !important;
}
.academic-videos-slider p {
	display: none;
}
}
.academic-videos-slider li:first-child {
	margin-top: 10px!important
}
.academic-videos-slider li .slide-content {
	padding: 20px 20px 45px
}
.academic-videos-slider li .image {
	display: none
}
.academic-videos-slider li.noimage .slide-content {
	width: 100%
}
.academic-videos-slider li h2, .academic-videos-slider li h2 a {
	text-align: left;
	color: #F2532B;
	text-decoration: underline;
	font-family: "Open Sans", sans-serif;
	font-size: 1.25rem !important;
	line-height: 1.4em !important;
	margin: 10px 0px 5px 0px !important;
}
.academic-videos-slider p {
	/*	font-style: italic !important;*/
	margin: 0;
	font-size: 1.25rem;
	text-align: left;
	line-height: 1.4em
}
.academic-videos-slider .bx-controls .bx-controls-direction a.bx-prev {
	background: transparent url("../bc-template/img/slider_controls.png") no-repeat scroll 0% 0%;
}
.academic-videos-slider .bx-controls .bx-controls-direction a.bx-next {
	background: transparent url("../bc-template/img/slider_controls.png") no-repeat scroll 100% 0%;
}
.academic-videos-slider .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px
}
table.social td {
	border: none;
}
.virtual_btn {
	float: right; 
	width: 30%;
	margin-left: 15px;
}
@media (max-width:481px) {
.virtual_btn {
	width: 100%;
}
}
/* For Screen Readers */
.screenreader {border: 0; 
   clip: rect(0 0 0 0); 
   height: 1px; 
   width: 1px; 
   margin: -1px; 
   padding: 0; 
   overflow: hidden; 
   position: absolute !important;
}
.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

/* Nearby Places to Stay */
.nearby-box, .nearby-box-taller {
	float: left; width: 220px; min-height: 200px;
}
.nav-icon-link {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
}
.nav-icon-link:before {
	display: block;
	font-weight: 400;
	font-size: 1em;
	margin-bottom:5px;
}
/** Media Controls **/
@media (min-width: 1200px) {
	.audience-nav ul {
		min-width:550px;
	}
	.audience-nav ul li {
		margin: 0 0 0 5px;
	}
	.audience-nav ul li.search {
		width: 50%;
		margin-left:10px;
	}
}

@media (max-width:768px) {
	.nearby-box-taller {
		height: 240px;
	}
}

@media (min-width:768px) {
	#social-link a {
		position: absolute;
		top: 40px;
		right: 20px;
		margin-top: 0;
		margin-top: 45px;color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	/* ADA Compliance Header Fix */
	header {
		position:fixed;
		z-index: 1000;
		top: 0;
		width: 100%;
		padding-top: 10px;
	}
	.logo {
		margin: 0 0 30px;
	}
	div.main-nav {
		position:fixed;
		z-index: 1000;
		width: 100%;
	}

	.nearby-box-taller {
		height: 240px;
	}
	.audience-nav ul {
		min-width:550px;
	}
	.audience-nav ul li {
		margin: 0 0 0 12px;
	}
	.audience-nav ul li.search {
		width: 50%;
		margin-left:10px;
	}
}
