/*
	Description: main.css
	Author: Phil Champagne (Not Beaudry)
*/
/* =Global
-------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
.chromeframe {
  background: #eee;
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.chromeframe a {
  font-weight: bold;
}
/* =Base
-------------------------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
}
a {
  color: #231f20;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
  outline: thin dotted #000;
}
a:active {
  color: #000;
  outline: 0;
}
h1 a,
h2 a,
h3 a {
  color: #000;
  text-decoration: none;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: bigcaslonregular, "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.2;
  margin: 0 0 .4em 0;
  font-weight: normal !important;
  letter-spacing: 1px;
}
h1 {
  font-size: 34px;
  color: #231f20;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 20px;
}
@media only screen and (min-width: 46.9em) {
  h1 {
    font-size: 44px;
  }
}
ol,
dl {
  margin: 0 0 1.2em 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 1.2em 0;
}
.mobile-hidden {
  display: none;
}
button,
input,
select,
textarea {
  color: #222444;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
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="text"],
input[type="email"] {
  padding: .3em .2em;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
  border: 1px solid #13699b;
}
select,
input[type="text"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus {
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: thin dotted #000;
}
input[type="search"]::-webkit-search-results-button {
  display: none;
}
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;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
::-webkit-input-placeholder {
  color: #555555;
}
:-moz-placeholder {
  color: #555555;
}
::-moz-placeholder {
  color: #555555;
}
:-ms-input-placeholder {
  color: #555555;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #555555;
}
.form-item {
  overflow: hidden;
  clear: both;
  padding-bottom: 1em;
}
.form-item label {
  display: block;
  width: auto;
  line-height: 1.3;
  padding-bottom: .2em;
}
.form-item .form-item {
  margin: 0;
  padding: 0 0 0 .1em;
}
.form-item .form-item label {
  display: inline-block;
  float: none;
  width: auto;
}
.form-item input[type="text"],
.form-item input[type="email"] {
  display: block;
  max-width: 98%;
  padding: .4em;
  border: 1px solid #000;
}
.form-item select {
  display: block;
  padding: .4em;
  border: 1px solid #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-item textarea {
  max-width: 98%;
  padding: .4em;
  border: 1px solid #000;
}
.form-item input[type="file"] {
  max-width: 98%;
  margin-right: .8em;
  padding: .4em;
  border: 1px solid #000;
}
.form-item .description {
  font-size: 13px;
  clear: both;
  line-height: 1.2;
  padding: .5em 0 0 0;
}
.form-item .form-radios,
.form-item .form-checkboxes label {
  padding: .1em 0 0 .5em;
}
.form-item .form-radios input[type="radio"],
.form-item .form-checkboxes input[type="checkbox"] {
  display: inline-block;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #8c8c8c;
  color: #fff;
  margin: 0 1em .5em 0;
  padding: .4em 1.5em;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  clear: both;
  margin: 1.5em 0 1.5em 0;
  border: 0;
}
table td {
  vertical-align: top;
  padding: 0 1em .4em 0;
}
table tbody {
  border: 0;
}
table tr th,
table tr td {
  width: auto;
}
table tr th {
  padding: .4em;
  border: 0;
}
table tr td {
  padding: .5em;
  border-top: 1px solid #717171;
}
@font-face {
  font-family: "HelveticaNeueW01-55Roma";
  src: url("fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW01-65Medi";
  src: url("fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
  src: url("fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"), url("fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW01-75Bold";
  src: url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
  src: url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bigcaslonregular';
  src: url('fonts/bigcaslon-black-webfont.eot');
  src: url('fonts/bigcaslon-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bigcaslon-black-webfont.woff') format('woff'), url('fonts/bigcaslon-black-webfont.ttf') format('truetype'), url('fonts/bigcaslon-black-webfont.svg#bigcaslonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* =PRIMARY STYLES
-------------------------------------------------------------------------------------------------------------------- */
/* =Accessibility
------------------------------------------------------ */
.accessTarget,
.accessLink {
  position: absolute;
  top: -999em;
}
.accessLink:focus {
  top: 0;
}
/* =Header
------------------------------------------------------ */
.header-wrap {
  background: #fff;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  padding: 1em 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  min-height: 100px;
}
.header-wrap a {
  color: #000;
}
.header-wrap .container {
  padding: 0 1em;
  max-width: none;
}
.header-wrap .logo-harvard {
  display: none;
}
.header-wrap .logo {
  width: 80%;
  height: auto;
}
.site-logo {
  float: left;
  position: relative;
}
.site-logo img {
  display: block;
}
.site-logo .logo-text {
  width: 230px;
  margin-left: 10px;
}
.site-logo.site-logo-sub img.the-h {
  display: block;
  position: absolute;
  top: -999em;
  left: 0;
}
.site-logo.site-logo-sub img.logo-h,
.site-logo.site-logo-sub img.default-h {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sticky-logo-wrap {
  display: none;
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 30px;
  z-index: 100;
}
.sticky-logo-wrap.sticky-logo-bottom {
  position: absolute;
  top: 4920px;
}
.sticky-logo {
  position: fixed;
  overflow: hidden;
}
.sticky-logo img {
  display: block;
  width: 104px;
  height: 130px;
}
.not-front .site-header-elements {
  padding-top: 29px;
}
.front .site-logo img {
  width: 70%;
  max-width: 392px;
}
.site-search {
  max-width: 768px;
  position: relative;
}
.site-search label {
  float: none;
  width: auto;
}
.site-search .form-item {
  margin: 0;
  padding: 0;
}
.site-search .form-actions {
  margin: 0 0 .2em 0;
}
.site-search .form-item input[type="text"] {
  float: none;
  background-color: transparent;
  width: 100%;
  font-size: 12px;
  max-width: none;
  padding: .3em .2em .3em 0;
  border: 0;
  border-bottom: 1px solid #555;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.site-search .form-actions input[type="submit"] {
  background: url('../img/layout/submit.png') 0 0 no-repeat;
  display: block;
  height: 23px;
  width: 29px;
  text-indent: -999em;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: -5px;
}
#search-block-form {
  display: none;
  margin-top: 4.5em;
}
.front #search-block-form {
  margin-top: 2.5em;
}
.landing-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front .landing-background-image {
  background-position: 50% 50%;
  z-index: 99;
}
.not-front .landing-background-image {
  background-position: 50% 50%;
  width: 100%;
  position: fixed;
  height: 100%;
}
.not-front .landing-background-image.mobile {
  position: absolute;
  height: auto;
}
/* =Layout Components
------------------------------------------------------ */
body {
  background: #fff;
  position: relative;
}
.wrapper {
  background: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.main {
  margin-top: 130px;
  background: #fff;
  padding-top: 2em;
  position: relative;
  z-index: 1;
}
.layout-background .main {
  margin: 100px 0 0 0;
}
.container {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.front .container {
  max-width: none;
}
.content-wrap .container {
  max-width: 990px;
  margin: 0 auto;
}
.two-column .content-wrap .container,
.node-type-gallery-page .content-wrap .container {
  max-width: 1100px;
  margin: 0 auto;
}
.site-cards {
  background: #eaeaea;
  position: relative;
  z-index: 99;
}
.site-cards .container {
  min-height: 500px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.site-cards .view-empty {
  padding: 1.5em;
}
.mobile-background-image {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto 1em auto;
}
@media screen and (max-width: 767px) {
  .mobile-background-image {
    display: block;
  }
}
.edit-link {
  color: #A3031D;
}
.common-blocks {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  width: 100%;
}
.common-blocks .grid {
  background: #fff;
  width: 300px;
  margin: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.common-blocks .grid img {
  display: block;
  max-width: 100%;
  height: auto;
}
.common-blocks .grid h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: .6em;
}
.common-blocks .grid-content {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 1.2em 1.5em 4em 2em;
  position: relative;
}
.common-blocks .grid-content.no-grid-controls {
  padding: 1.2em 1.5em 1.2em 2em;
}
.common-blocks .grid-content img {
  display: none;
}
.common-blocks .grid-content .file img {
  display: inline;
  width: auto;
}
.common-blocks .grid-content .role {
  font-weight: 500;
  margin-bottom: .8em;
}
.common-blocks .grid-content p {
  margin: 0 0 .7em 0;
}
.common-blocks .grid-content .phone,
.common-blocks .grid-content .email {
  margin: 0;
}
.common-blocks .grid-content .email,
.common-blocks .grid-content .email a {
  color: #717171;
  text-decoration: none;
}
.common-blocks .grid-content .email a:hover,
.common-blocks .grid-content .email a:focus {
  color: #000;
}
.common-blocks .grid-content .grid-controls {
  width: 240px;
  position: absolute;
  bottom: 1.4em;
  left: 2em;
}
.common-blocks .grid-content .grid-controls a.edit-link {
  color: #A3031D;
  padding-left: 10px;
}
.common-blocks .grid-controls a {
  float: left;
  color: #717171;
  font-weight: 600;
  text-decoration: none;
}
.common-blocks .grid-controls a:hover,
.common-blocks .grid-controls a:focus {
  color: #000;
}
.common-blocks .grid-controls a:focus {
  outline: thin dotted #000;
}
.common-blocks .grid-controls a.share {
  float: right;
}
.common-blocks .grid-controls a.share.share-link {
  display: none;
}
.common-blocks .grid-controls a.share.share-link-init {
  display: block;
}
.common-blocks .grid-controls a.share.share-link span {
  cursor: pointer;
}
.common-blocks .grid-controls a.share.share-link:focus span {
  outline: thin dotted #000;
}
.accord {
  padding: 10px 0;
}
.accord p {
  margin: 0;
  padding: 0;
}
.accord a {
  padding-right: 20px;
  color: #717171;
  font-weight: bold;
  background: transparent url('../img/layout/accordioff.png') no-repeat right center;
  cursor: pointer;
  text-decoration: none !important;
}
.accord a.is-selected {
  background-image: url('../img/layout/accordion.png');
}
.accord ul {
  margin-top: 10px;
  padding: 10px 20px;
  color: #444;
  border-top: 1px solid #717171;
}
.accord ul li {
  margin-left: 10px;
}
/* =Main Navigation
---------------------------------------- */
#nav {
  display: none;
  font-size: 16px;
  list-style: none;
  clear: both;
}
#nav ul.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
#nav ul.menu > li > ul {
  display: none;
  float: none;
  position: relative;
  z-index: 99;
  margin: 0;
  padding: .5em 0 0 1em;
}
#nav ul.menu > li {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 1.1em;
}
#nav ul.menu > li.expanded .nolink {
  background: url('../img/arrow-nav-flyout.png') no-repeat 100% 55%;
  background-size: 6px;
  margin: .4em 0 0 0;
}
#nav ul.menu > li a {
  display: inline-block;
  padding: 2px 0;
}
#nav ul.menu > li ul li {
  float: none;
  padding: 0;
}
#nav ul.menu a {
  position: relative;
  text-decoration: none;
  *zoom: 1;
}
#nav ul.menu a:hover,
#nav ul.menu a:focus {
  text-decoration: underline;
}
#nav ul.menu .nolink {
  display: inline-block;
  padding: 2px 1em 0 0;
}
#nav ul.menu ul ul {
  top: 0;
  left: 100%;
}
#nav ul.menu ul a {
  float: none;
}
#nav ul.menu a.ui-state-hover {
  font-weight: normal;
  border: none;
  background-image: none;
  background-color: #161616;
  color: #FFF;
}
#nav ul.menu a.ui-state-hover h3,
#nav ul.menu a.ui-state-hover h4,
#nav ul.menu a.ui-state-hover div {
  color: #FFF;
}
#ui-theme-classic .ui-state-hover {
  font-weight: normal;
  border: none;
  background-image: none;
  background-color: #161616;
  color: #FFF;
}
#ui-theme-classic .ui-state-hover h3,
#ui-theme-classic .ui-state-hover h4,
#ui-theme-classic .ui-state-hover div {
  color: #FFF;
}
#nav .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}
#nav .sf-arrows .expanded {
  background: none;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
}
#nav .sf-arrows > li > .sf-with-ul:focus:after,
#nav .sf-arrows > li:hover > .sf-with-ul:after,
#nav .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
}
#nav .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
}
#nav .sf-arrows ul li > .sf-with-ul:focus:after,
#nav .sf-arrows ul li:hover > .sf-with-ul:after,
#nav .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
.nolink {
  padding-right: 1em !important;
  cursor: default !important;
}
.nolink:hover,
.nolink:focus {
  text-decoration: underline;
}
.nolink:after {
  border: 0 !important;
}
#nav-toggle {
  background: transparent url("../img/hamburger-new.png") 50% 50% no-repeat;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  height: 24px;
  text-indent: -999em;
  text-decoration: none;
}
.the-content .menu-menu {
  padding: 0;
  overflow: hidden;
}
.the-content .menu-menu li {
  float: left;
  font-size: 13px;
  margin: 0 20px 10px 0;
}
.the-content .menu-menu li a {
  color: #444;
}
.the-content .menu-menu li a:hover,
.the-content .menu-menu li a:focus {
  color: #000;
}
.the-content .menu-submenu {
  padding: 0;
  overflow: hidden;
}
.the-content .menu-submenu li {
  background: none;
  list-style: none;
  float: left;
  font-size: 13px;
  margin: 0 16px 10px 0;
  padding: 0;
}
.the-content .menu-submenu li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.the-content .menu-submenu li a:hover,
.the-content .menu-submenu li a:focus {
  color: #000;
}
/* =Content Elements & Components
------------------------------------------------------ */
.the-content {
  line-height: 1.6;
  padding: 0 1em;
}
.two-column .the-content {
  padding-left: 1em;
}
.the-content a {
  text-decoration: underline;
}
.the-content a:hover,
.the-content a:focus {
  color: #666;
}
.the-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.the-content p {
  margin-bottom: 1.6em;
}
.the-content h2 {
  font-size: 32px;
  margin: 0 0 .8em 0;
  clear: both;
}
.the-content h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}
.the-content ul {
  margin: 0 0 1em 0;
  padding-left: .6em;
}
.the-content ol {
  padding: 0 0 0 2em;
}
.the-content li {
  padding-bottom: .5em;
}
.the-content ul li {
  background: url('../img/layout/list-bullet.png') 0 0.65em no-repeat;
  padding: 0 0 .4em 1em;
}
.the-content blockquote {
  font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 2em 0 2em;
}
.the-content blockquote p {
  margin-bottom: .2em;
}
.the-content blockquote .source {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.the-content .social-icons {
  padding-left: 0;
}
.the-content .social-icons li {
  background: none;
  list-style: none;
  padding: 0 1em 0 0;
}
.transition-teaser-image {
  margin: 0 auto 2em auto;
}
.node-type-fellow .content-wrap .title {
  display: none;
}
.node-type-fellow .content-wrap .container {
  max-width: 1100px;
  margin: 0 auto;
}
.node-type-fellow .content-wrap .media {
  margin-bottom: 2em;
}
.node-type-fellow .content-wrap .media-aside {
  margin-right: 2em;
}
.node-type-fellow .content-wrap .media img {
  padding: 10px;
  border: 1px solid #b0b3b4;
}
.node-type-fellow .content-wrap .media .f_title {
  font-size: 14px;
  font-weight: 500;
}
.node-type-fellow .content-wrap .media-body {
  padding-top: 2em;
}
.node-type-fellow .content-wrap .content-block {
  max-width: 920px;
  margin: 0 auto;
}
.node-type-fellow .content-wrap .media dl {
  overflow: hidden;
  margin: 0 0 1em 0;
}
.node-type-fellow .content-wrap .media dt {
  float: left;
  font-weight: bold;
  min-width: 110px;
  clear: none;
  margin: 0;
}
.node-type-fellow .content-wrap .media dd {
  float: left;
  max-width: 250px;
  margin: 0;
}
.item-list ul.pager {
  font-size: 16px;
}
.item-list ul.pager > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.item-list ul.pager > li > a {
  display: inline-block;
  text-decoration: none;
  padding: .2em .5em;
}
.item-list ul.pager > li > a:hover,
.item-list ul.pager > li > a:focus,
.item-list ul.pager > li.pager-current {
  font-weight: normal;
  color: #000;
  padding: .2em .5em;
}
.item-list ul.pager.pager-load-more > li > a {
  background: #fff;
  min-width: 300px;
  padding: 1em 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.quicktabs-hide {
  display: none;
}
ul.quicktabs-tabs {
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 1em;
}
ul.quicktabs-tabs > li {
  display: block;
  line-height: 1.5;
  margin: 0;
}
ul.quicktabs-tabs > li a {
  background: #ccc;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: left !important;
  padding: .6em .5em .6em 1.2em;
}
ul.quicktabs-tabs > li a:hover,
ul.quicktabs-tabs > li a:focus,
ul.quicktabs-tabs > li.active a.active {
  background: #000;
  color: #fff;
  outline: none;
}
.view-filters {
  clear: both;
  padding: 2em 0 0 20px;
}
.block-quicktabs .common-blocks {
  position: relative;
  padding-top: 0;
}
.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
.views-exposed-form .views-exposed-widget .form-item {
  overflow: visible;
  float: none;
}
.views-exposed-form .views-exposed-widget .views-widget {
  width: auto;
  min-width: 150px;
  margin-right: 1em;
  position: relative;
}
.views-exposed-form .views-exposed-widget label {
  display: none;
  width: auto;
}
.views-exposed-form .views-exposed-widget select {
  width: 165px;
  max-width: 245px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.views-exposed-form .views-exposed-widget select {
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .views-exposed-form .views-exposed-widget select {
    background: url('../img/layout/select-arrow.png') 94% 50% no-repeat;
  }
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}
.views-exposed-form .views-exposed-widget .form-item input[type="text"] {
  background: transparent url('../img/layout/submit.png') 100% 0 no-repeat;
  background: transparent none;
  font-size: 16px;
  /*width: 165px;*/
  padding: .3em 0 .3em 0;
  border: 0;
  border-bottom: 1px solid #555;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.view-site-cards .pager a {
  color: #717171;
}
/* Fancy select menu */
.site-cards .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.2em;
}
.site-cards .ui-selectmenu-menu-dropdown {
  font-size: 0.8em;
}
.site-cards .ui-selectmenu {
  background: #EAEAEA;
  border-color: #000000;
  color: #000000;
  height: 2.1em;
  line-height: 1.9em;
}
.site-cards .ui-corner-all,
.site-cards .ui-corner-top,
.site-cards .ui-corner-bottom {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.site-cards .ui-selectmenu-status {
  line-height: 1.5em;
}
.site-cards .ui-selectmenu-menu ul {
  font-size: 0.8em;
}
.site-cards .ui-selectmenu-menu-dropdown {
  line-height: 1.2em;
}
.site-cards .form-submit.form-reset-button {
  color: #000;
  line-height: 1.4em;
  background: none;
  border: 1px solid black;
  width: 2.1em;
  height: 2.1em;
  margin-left: 10px;
  padding: 0;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: none;
  background-color: #EAEAEA;
}
.ui-selectmenu-menu li a,
.ui-selectmenu-status {
  font-size: 14px;
}
.quicktabs-tabpage .content {
  padding: 0 2.2em;
}
.quicktabs-tabpage .tab-text-content {
  max-width: 880px;
  margin: 0 auto;
  padding: 1em 2.2em;
}
.views-exposed-form .views-exposed-widget .dropdown {
  width: 200px;
}
.views-exposed-form .views-exposed-widget .dropdown dd,
.views-exposed-form .views-exposed-widget .dropdown dt,
.views-exposed-form .views-exposed-widget .dropdown ul {
  margin: 0;
  padding: 0;
}
.views-exposed-form .views-exposed-widget .dropdown dd {
  position: relative;
}
.views-exposed-form .views-exposed-widget .dropdown a {
  text-decoration: none;
}
.views-exposed-form .views-exposed-widget .dropdown dt a:hover {
  border: 1px solid #d1d2d3;
}
.views-exposed-form .views-exposed-widget .dropdown dt a {
  background: url('../img/layout/dd-arrow.png') 96% 50% no-repeat;
  display: block;
  height: 37px;
  padding: 8px 0 0 5px;
  border: 1px solid #d1d2d3;
}
.views-exposed-form .views-exposed-widget .dropdown dt a span {
  cursor: pointer;
  display: block;
}
.views-exposed-form .views-exposed-widget .dropdown dd ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d1d2d3;
  color: #C5C0B0;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  width: auto;
  width: 200px;
  list-style: none;
}
.views-exposed-form .views-exposed-widget .dropdown span.value {
  display: none;
}
.views-exposed-form .views-exposed-widget .dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.views-exposed-form .views-exposed-widget .dropdown dd ul li a:hover {
  background: #000;
  color: #fff;
}
.the-content .search-form {
  margin-bottom: 1em;
  overflow: hidden;
}
.the-content .search-form .form-item label {
  float: none;
  width: auto;
  text-align: left;
  margin-bottom: .2em;
  clear: both;
}
.the-content .search-form input {
  float: left;
  margin: 0 1.5% 0 0;
}
.the-content .search-form input.form-text {
  min-width: 50%;
  padding: .4em .4em .3em .4em;
}
.page-search-node .the-content .search-form {
  display: none;
}
.the-content .search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
.the-content .search-results a {
  text-decoration: none;
}
.the-content .search-results a:hover,
.the-content .search-results a:focus {
  color: #000;
  text-decoration: underline;
}
.the-content .search-results h3.title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold !important;
  margin-bottom: .2em;
}
.the-content .search-results p {
  margin-bottom: 1em;
}
.the-content .search-results li {
  margin-bottom: .5em;
}
.the-content .search-results .search-snippet-info {
  padding-left: 0;
}
.the-content .search-results .search-info {
  display: none;
  font-size: 0.85em;
}
.the-content .search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.the-content .search-advanced .action {
  float: left;
  clear: left;
}
.node-type-gallery-page .the-content {
  padding: 0;
}
.node-type-gallery-page .gallery-page-body {
  padding: 0 1em 2em 1em;
}
.node-type-gallery-page .gallery-page-body h1 {
  margin-bottom: 1em;
}
/* =Asides	
------------------------------------------------------ */
.aside {
  padding: 0 0 2em 3%;
}
.aside ul.menu {
  font-size: 12px;
  margin: 0;
  padding-top: 1em;
}
.aside ul.menu li {
  list-style: none;
  line-height: 1.3;
  padding: 0 0 .7em 0;
}
.aside ul.menu li a {
  text-decoration: none;
}
.aside ul.menu li a:hover,
.aside ul.menu li a:focus {
  color: #000;
  text-decoration: underline;
}
.aside ul.menu li ul.menu {
  margin-left: 20px;
}
.aside ul.menu li.active-trail a.active,
.aside ul.menu li.active-trail a.active-trail {
  font-weight: bold;
}
/* =Homepage
------------------------------------------------------ */
.front .content-wrap {
  margin: 0 auto;
  border: 0;
  position: relative;
  z-index: 999;
}
.front .homepage-features {
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.arrow-scrolldown {
  display: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 9999;
  width: 60px;
  height: 30px;
  margin: -64px 32px 0;
  padding: 5px 20px;
  cursor: pointer;
}
.home-social {
  display: none;
  position: absolute;
  bottom: 5%;
  right: 102px;
  z-index: 9999;
  height: 30px;
  margin: 0;
  padding: 0;
}
.home-social .icon-box {
  display: inline-block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
.subfeature-bg {
  background-image: none;
  background-color: #fff;
}
.subfeature-content-wrap {
  position: relative;
}
.subfeature-content,
.subfeature-content a {
  color: #fff;
}
.subfeature-logo {
  background-repeat: no-repeat;
  background-size: 260px 78px;
  display: block;
  width: 260px;
  height: 78px;
  margin: 30px 0px 10px 20px;
}
.subfeature-bg-mobile {
  background: no-repeat 50% 50%;
  width: 100%;
  height: 330px;
  position: relative;
}
.wrapper .content-wrap .subfeatures-top .subfeature {
  font-family: HelveticaNeueW01-55Roma;
  background-color: transparent !important;
  min-height: 320px !important;
}
.wrapper .content-wrap .subfeatures-top .subfeature-content {
  padding: 0 !important;
}
.wrapper .content-wrap .subfeatures-top .subfeature-content a {
  color: #000;
  padding-bottom: 2px;
}
.wrapper .content-wrap .subfeatures-top .subfeature-content a:hover,
.wrapper .content-wrap .subfeatures-top .subfeature-content a:focus {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid #666;
}
.wrapper .content-wrap .subfeatures-top .subfeature-text-wrap p {
  font-weight: normal;
}
.wrapper .content-wrap .subfeatures-top .subfeature-text-wrap .read-more > a {
  border-bottom: 1px solid #666;
}
.subfeature-text-wrap {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  width: 90%;
  max-width: 428px;
  margin: 0 5%;
  padding: 10px;
  position: absolute;
  bottom: 32px;
  left: 0;
}
.subfeature-text-wrap h2 {
  font-size: 24px;
  font-weight: 700;
}
.subfeature-text-wrap p {
  font-family: 'HelveticaNeueW01-55Roma';
  margin-bottom: .5em;
}
.subfeature-text-wrap p,
.subfeature-text-wrap a {
  font-size: 14px;
  text-decoration: none;
}
.subfeature-text-wrap a:hover,
.subfeature-text-wrap a:focus {
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 4px;
}
.subfeature-text-wrap a.home-card-read-more {
  font-family: 'HelveticaNeueW01-65Medi';
}
.card-gallery_page .gallery-thumbnail {
  width: 100%;
  height: auto;
}
.card-gallery_page .gallery-one-up {
  width: 340px;
  height: 340px;
}
.card-gallery_page .gallery-two-up {
  display: block;
  width: 340px;
  height: 168px;
  padding: 4px 0 0 4px;
}
.card-gallery_page .gallery-two-up .gallery-thumbnail {
  float: left;
  width: 168px;
  padding-right: 4px;
}
.subfeatures-top .subfeature-text-wrap {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  bottom: 32px;
  min-height: 240px;
  max-width: 489px;
}
.bx-slides > li {
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.subfeature-webdubois .subfeature-logo {
  background-image: url('../img/logo-black-webdubois.png');
}
.subfeature-cooper .subfeature-logo {
  background-image: url('../img/logo-black-cooper.png');
  margin-bottom: 30px;
}
.subfeature-hiphop .subfeature-logo {
  background-image: url('../img/logo-black-hiphop.png');
}
.subfeature-afrolatin .subfeature-logo {
  background-image: url('../img/logo-black-afrolatin.png');
}
.subfeature-cumulative .subfeature-logo {
  background-image: url('../img/logo-black-cumulative.png');
  background-size: 260px;
}
.subfeature-image .subfeature-logo {
  background-image: url('../img/logo-black-image.png');
}
.subfeature-race .subfeature-logo {
  background-image: url('../img/logo-black-race.png');
  margin-bottom: 30px;
}
.subfeature-design .subfeature-logo {
  background-image: url('../img/logo-black-design.png');
}
.subfeature-jazzresearch .subfeature-logo {
  background-image: url('../img/layout/logo-black-jazz.png');
}
.subfeature-transition .subfeature-logo {
  background-image: url('../img/logo-black-transition.png');
}
.subfeature-duboisreview .subfeature-logo {
  background-image: url('../img/logo-black-duboisreview.png');
}
/* =Video.js
------------------------------------------------------ */
.the-video {
  margin: 2em auto 0 auto;
}
.video-content-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
/* =Breadcrumb
------------------------------------------------------ */
.crumbs {
  background: #fff;
  font-size: 16px;
  color: #000;
  clear: both;
  line-height: 1.2;
  margin: 0 auto;
  padding: 1em 0 .9em 0;
  border-top: 1px solid #dee1e1;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  z-index: 10;
  position: relative;
  bottom: 1px;
}
.crumbs a {
  color: #000;
  text-decoration: none;
}
.crumbs a:hover,
.crumbs a:focus {
  color: #333;
  text-decoration: underline;
}
.breadcrumb {
  display: none;
  margin-left: 20px;
  padding: 0.2em 0;
}
.breadcrumb .sep {
  margin: 0 20px;
}
/* =Icons
------------------------------------------------------ */
.social-icons {
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding: 1.5em 1em 0 0;
}
.social-icons li {
  display: inline-block;
  padding: 0 .4em;
}
.social-icons .icon {
  background: url('../img/layout/social-new.png') 0 0 no-repeat;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-indent: -999em;
}
.social-icons .fb {
  background-position: 0 0;
}
.social-icons .twitter {
  background-position: -40px 0;
}
.social-icons .subscribe {
  background: #000;
  display: block;
  color: #fff;
  font-weight: bold;
  height: 35px;
  width: 120px;
  line-height: 35px;
}
/* =Footer
------------------------------------------------------ */
.footer-wrap {
  background: #fff;
  clear: both;
  padding: 0;
  position: relative;
  bottom: 1px;
  z-index: 9;
}
.footer-wrap a {
  text-decoration: none;
}
.footer-wrap a:hover,
.footer-wrap a:focus {
  text-decoration: underline;
}
.footer-wrap #map {
  height: 500px;
}
.footer-wrap .footer-nav ul {
  list-style: none;
  width: 100%;
  padding: 0;
  border-top: 1px solid #ccc;
}
.footer-wrap .footer-nav ul > li {
  background: url('../img/arrow-footer-nav.png') no-repeat 95% 50%;
  background-size: 13px 12px;
  padding: 10px 60px 10px 20px;
  border-bottom: 1px solid #ccc;
}
.footer-wrap .footer-nav ul > li a {
  display: block;
  color: #000;
  width: 100%;
}
.footer-wrap .footer-nav ul > li a:hover,
.footer-wrap .footer-nav ul > li a:focus {
  color: #666;
}
.footer-wrap .mobile-map {
  display: block;
  width: 100%;
}
.footer-wrap .mobile-map img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer-wrap .tablet-map {
  display: none;
  width: 100%;
}
.footer-wrap .tablet-map img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer-wrap .footer-gmap {
  display: none;
  width: 100% !important;
}
.footer-wrap .field-content {
  position: relative;
}
.footer-wrap .site-info {
  background: #fff;
  display: block;
  color: #444;
  font-size: 16px;
  width: 100%;
  min-height: 80px;
}
.footer-wrap .site-info p {
  padding: 1.8em 1em .5em 1.5em;
}
.footer-wrap .site-info p span {
  display: block;
  margin-right: 0;
}
.footer-wrap .site-info .social-icons {
  padding-right: 0;
}
.footer-wrap .site-info .social-icons li {
  padding: 0 .4em;
}
.footer-bottom {
  margin: 0 auto;
  padding: 1.5em 0 0 0;
}
#block-views-footer-map-block {
  overflow: hidden;
}
.footer-copyright {
  background-color: #ccc;
  color: #fff;
  padding: 10px 0 20px 20px;
}
.footer-copyright p {
  float: left;
  margin-right: 2em;
}
.footer-copyright a {
  text-decoration: underline;
}
.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #000;
}
/* =Buttons
------------------------------------------------------ */
.common-btn {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin-right: 1em;
  text-align: center;
  text-decoration: none;
  padding: .4em 1em;
}
.common-btn a {
  text-decoration: none;
}
.common-btn a {
  display: block;
  color: #fff;
  padding: .3em 2em;
}
.common-btn a:hover,
.common-btn a:focus {
  text-decoration: none;
}
.common-btn a:focus {
  outline: thin dotted;
}
/* =Drupal Core Overrides
------------------------------------------------------ */
ul.menu {
  border: 0;
  list-style: none;
  text-align: left;
}
ul.menu li {
  margin: 0;
}
ul li.expanded,
ul li.expanded,
ul li.leaf {
  background: none;
  list-style-image: none;
  list-style-type: none;
}
ul li.expanded,
ul li.collapsed,
ul li.leaf {
  padding: 0;
}
ul li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
.search-form input.form-text {
  width: 60%;
}
ul.tabs.primary {
  margin: .5em .5em .5em 1.5em;
  padding: 0;
}
ul.links.inline > li {
  background: none;
  list-style: none;
  padding: 0 16px 0 0;
}
div.views-exposed-widgets {
  margin: 0;
  position: relative;
  /*h3 {
				padding-left: 1.2em;
		}*/
}
.ajax-progress,
.ajax-progress-throbber {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.ajax-progress-throbber .message {
  display: none;
}
.ajax-progress .throbber,
.ajax-progress-throbber .throbber {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 70px;
  text-alifgn: center;
  margin: -35px 0 0 -70px;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.throbber:after {
  content: 'Loading...';
  font-size: 20px;
}
/* =Helper Classes
-------------------------------------------------------------------------------------------------------------------- */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.element-invisible {
  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 {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
.print-only {
  display: none;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ta_right {
  text-align: right;
}
.ta_center {
  text-align: center;
}
/* =The Media Object - love this thing!
------------------------------------------------------ */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-aside {
  float: left;
  margin-right: 1em;
}
.media img {
  display: block;
}
/* =Grids and Columns
------------------------------------------------------ */
.grid-layout,
.grid-row {
  overflow: hidden;
  zoom: 1;
  clear: both;
}
.grid {
  float: left;
  position: relative;
}
.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.subfeature-webdubois .subfeature-content {
  background-color: #fff;
  padding-top: 1px;
}
/* =JS Plugins
-------------------------------------------------------------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.bx-controls {
  position: absolute;
  z-index: 999;
}
.bx-controls .bx-prev,
.bx-controls .bx-next {
  display: block;
  color: #de2226;
  text-decoration: none;
  position: absolute;
}
.bx-controls .bx-start,
.bx-controls .bx-stop {
  display: block;
  color: #de2226;
  text-decoration: none;
  position: relative;
}
.bx-controls .bx-prev:hover,
.bx-controls .bx-prev:focus,
.bx-controls .bx-next:hover,
.bx-controls .bx-next:focus {
  color: #009c8b;
}
.bx-controls .bx-stop:hover,
.bx-controls .bx-stop:focus,
.bx-controls .bx-start:hover,
.bx-controls .bx-start:focus {
  color: #009c8b;
}
.bx-controls .bx-prev {
  background: url("../img/layout/prev.png") 0 40% no-repeat;
  padding-left: 20px;
  left: 0;
  top: 8px;
}
.bx-controls .bx-stop {
  background: url("../img/layout/stop.png") 100% 40% no-repeat;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
}
.bx-controls .bx-start {
  background: url("../img/layout/next.png") 100% 40% no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  padding-right: 50px;
}
.bx-controls .disabled {
  display: none;
}
.bx-controls-auto {
  display: block;
  border-top: 1px solid #ededed;
  position: relative;
  padding-top: 5px;
  min-height: 35px;
}
.bx-controls .bx-next {
  background: url("../img/layout/next.png") 100% 40% no-repeat;
  padding-right: 20px;
  right: 0;
  top: 8px;
}
.bx-controls .disabled s {
  display: none;
}
.bx-pager {
  text-align: right;
}
.bx-pager .bx-pager-item {
  background: none;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 0 0 1em;
}
.bx-pager .bx-pager-item a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
}
.bx-pager .bx-pager-item a:hover,
.bx-pager .bx-pager-item a:focus,
.bx-pager .bx-pager-item a.active {
  background: #000;
  color: #fff;
  outline: none;
}
ul.bx-slides > li a.play-media {
  background: url('../img/layout/play-btn.png') 0 0 no-repeat;
  display: block;
  text-indent: -999em;
  height: 62px;
  width: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -52px;
}
ul.bx-slides > li a.play-media:hover,
ul.bx-slides > li a.play-media:focus {
  opacity: 0.8;
  outline: none;
}
ul.bx-slides > li a.desktop,
ul.bx-slides > li a.ios-device {
  display: none;
}
.front .bx-controls {
  width: 90%;
  bottom: 45px;
  left: 0;
}
.node-type-gallery-page .bx-wrapper ul.bx-slideshow {
  margin: 0;
  padding: 0;
  display: table;
}
.node-type-gallery-page .bx-wrapper ul.bx-slideshow > li {
  background: none;
  padding: 0 .1em;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  background: #EAEAEA;
}
.node-type-gallery-page .bx-wrapper ul.bx-slideshow > li img {
  max-width: 100%;
  display: block;
  margin: 3.5em auto 0 auto;
  height: auto;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.node-type-gallery-page .bx-wrapper .gallery-caption {
  padding: 1em 1em 1em 1em;
}
.node-type-gallery-page h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold !important;
  margin: 0 0 .3em 0;
}
.node-type-gallery-page .bx-controls {
  left: auto;
  right: 1em;
  top: 1em;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #fff;
  background: #fafafa;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: none;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: none;
  padding: 0;
}
#cboxLoadingGraphic {
  background: url('../img/layout/loading.gif') 50% 50% no-repeat;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -999em;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  background: url('../img/layout/controls.png') 0 0 no-repeat;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0 0;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0 -25px;
}
#cboxNext {
  background-position: -25px 0;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background: url('../img/layout/btn-close-vid.png') 0 0 no-repeat;
  width: 15px;
  height: 15px;
  right: 0;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
#overlay {
  background: #fff;
  background: rgba(250, 250, 250, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  overflow: hidden;
}
.show-that-vid {
  display: none;
  position: fixed;
  z-index: 9999;
}
#block-views-events-cards-block-3 {
  position: static;
}
.events-calendar .date-nav-wrapper .date-nav {
  margin: 0;
  padding: 0;
  position: relative;
}
.events-calendar .date-nav-wrapper .date-nav .date-heading {
  text-align: left;
  margin-left: 1.75em;
}
.events-calendar .date-nav-wrapper .date-nav .date-heading h3 {
  line-height: 2;
  font-size: 20px;
  font-weight: bold !important;
  letter-spacing: normal;
  text-decoration: none;
}
.events-calendar .date-nav-wrapper .date-nav ul.pager {
  position: absolute;
  top: 0;
  right: 1em;
}
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-prev,
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-next {
  position: relative;
  background: none;
}
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-prev a,
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-next a {
  padding: 0;
  font-weight: normal;
  font-size: 20px;
}
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-prev a:hover,
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-next a:hover,
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-prev a:focus,
.events-calendar .date-nav-wrapper .date-nav ul.pager .date-next a:focus {
  padding: 0;
}
.events-calendar .calendar-calendar thead {
  display: none;
}
.events-calendar .calendar-calendar tr td {
  text-align: center;
  padding: 1.25em 0;
  color: #444;
  font-size: 1.5em;
}
.events-calendar .calendar-calendar tr td.today {
  background: none;
}
.events-calendar .calendar-calendar tr td.has-events {
  color: #B59A30;
  font-weight: bold;
  cursor: pointer;
}
.events-calendar .calendar-calendar tr td.has-events.today,
.events-calendar .calendar-calendar tr td.has-events.future {
  -webkit-transition: all all 0.5s ease-out;
  -moz-transition: all all 0.5s ease-out;
  -o-transition: all all 0.5s ease-out;
  transition: all all 0.5s ease-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.events-calendar .calendar-calendar tr td.has-events.today:hover,
.events-calendar .calendar-calendar tr td.has-events.future:hover {
  background-color: #eaeaea;
}
.events-calendar .calendar-calendar tr td.past {
  color: #888;
  font-weight: normal;
  cursor: default;
}
.events-calendar .calendar-calendar tr td .calendar-empty {
  display: none;
}
#edit-date-wrapper .date-date,
#edit-field-event-datetime-value2-value .date-date,
#edit-field-event-datetime-value2-wrapper .date-date,
#edit-date-wrapper .description,
#edit-field-event-datetime-value2-value .description,
#edit-field-event-datetime-value2-wrapper .description {
  display: none;
}
#edit-date-wrapper .clear-filter,
#edit-field-event-datetime-value2-value .clear-filter,
#edit-field-event-datetime-value2-wrapper .clear-filter {
  cursor: pointer;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.page-node-1937 .content-wrap .container {
  max-width: 1140px;
}
.page-node-1937 .content-wrap .container .the-content {
  min-height: 663px;
}
#search-block-form,
#nav-search-block-form {
  margin-bottom: 0;
}
#search-block-form input.ui-autocomplete-input,
#nav-search-block-form input.ui-autocomplete-input {
  border: 1px solid transparent;
  border-bottom-color: #000;
  background: transparent;
  font-size: 1em;
}
#search-block-form .ui-autocomplete.ui-menu,
#nav-search-block-form .ui-autocomplete.ui-menu {
  margin-bottom: 0.5em;
  position: relative;
  border-radius: 0;
  border: 0;
  background: transparent;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item {
  margin: .3em 0;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-menu-item-odd,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-menu-item-odd {
  background: transparent;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a {
  color: #444;
  font-size: 13px;
  border-radius: 0;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item h3,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item h3 {
  margin: .3em 0;
  letter-spacing: 0px;
  color: #000;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold !important;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item span.read-more,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item span.read-more,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item h4,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item h4 {
  margin: 0;
  color: #444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold !important;
  cursor: pointer;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover {
  font-weight: normal;
  border: none;
  background-image: none;
  background-color: #161616;
  /*color: #FFF;*/
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover h3,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover h3,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover h3,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover h3,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover h4,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover h4,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover h4,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover h4,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover span.read-more,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover span.read-more,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover span.read-more,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover span.read-more,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover div,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover div,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover div,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item.ui-state-hover div {
  color: #FFF;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover {
  background: transparent none;
}
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover h3,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover h3,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover h3,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover h3,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover h4,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover h4,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover h4,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover h4,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover span.read-more,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover span.read-more,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover span.read-more,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover span.read-more,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover div,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item:hover div,
#search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover div,
#nav-search-block-form .ui-autocomplete.ui-menu li.ui-menu-item a:hover div {
  color: #444;
  text-decoration: underline;
}
#nav-search-block-form {
  margin-top: 30px;
}
#nav-search-block-form input {
  font-size: 14px;
}
.vjs-default-skin {
  color: #fff;
}
.vjs-default-skin .vjs-slider {
  background-color: #666;
  background-color: rgba(50, 50, 50, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vjs-default-skin .vjs-control-bar {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: block;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: block;
}
.vjs-default-skin .vjs-control {
  float: left;
  text-align: center;
  height: 3.0em;
  width: 4em;
}
.vjs-default-skin .vjs-control:before {
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-default-skin .vjs-play-control {
  width: 5em;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
  top: 0;
  left: 0;
  height: 0.5em;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}
.vjs-default-skin .vjs-progress-control {
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  top: -1em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.4);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
.vjs-default-skin .vjs-remaining-time {
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
.vjs-default-skin .vjs-big-play-button {
  background: url('../img/layout/play-btn.png') 0 0 no-repeat;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -55px;
  bottom: none;
  font-size: none;
  width: 110px;
  height: 110px;
  background-color: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.front .vjs-default-skin .vjs-big-play-button {
  display: block;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  border-color: none;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "";
  line-height: 2.6em;
  text-shadow: none;
  left: 0;
}
.vjs-loading-spinner {
  top: 50%;
  left: 50%;
  font-size: 5em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e00a";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 0.1em #000;
}
@-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);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  color: #111;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.video-js {
  background-color: none;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-js .vjs-tech {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.item-list ul.pager > li > a:hover,
.item-list ul.pager > li > a:focus {
  font-weight: bold;
}
.pager-next a,
.pager-previous a {
  font-weight: bold;
}
.pager-next a:hover,
.pager-previous a:hover,
.pager-next a:active,
.pager-previous a:active {
  font-weight: bold;
}
.pager-current {
  font-weight: normal;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.vjs-poster img {
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.video-js.vjs-using-native-controls .vjs-poster {
  display: block;
}
.video-js .vjs-text-track-display {
  text-align: center;
  bottom: 4em;
  left: 1em;
  right: 1em;
}
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #ffffff;
}
.video-js .vjs-captions {
  color: #ffcc66;
}
.vjs-tt-cue {
  display: block;
}
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.form-submit.form-reset-search {
  background: url('../img/layout/clear_30.png') 0 0 no-repeat;
  background-size: 10px 10px;
  display: none;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 8px;
  /*right: 50px;*/
  left: 280px;
  cursor: pointer;
  /* hand-shaped cursor */
  cursor: hand;
  /* for IE 5.x */
}
/* =Media Queries
-------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 35em) {
  .front .bx-controls {
    width: 240px;
    bottom: 45px;
    left: 260px;
  }
  .front .vjs-default-skin .vjs-big-play-button {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .mobile-hidden {
    display: block;
  }
  #nav-search-block-form {
    display: none;
  }
  .form-submit.form-reset-search {
    right: 30px;
    left: auto;
  }
  .the-content {
    position: relative;
    padding-bottom: 2em;
  }
  /* =Header
	------------------------------------------------------ */
  .header-wrap .logo {
    width: auto;
  }
  .header-wrap .logo-harvard {
    display: block;
    float: right;
    margin: 0 0 46px 0;
  }
  .header-wrap .container {
    padding: 0 2em;
  }
  .layout-background .header-wrap {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .front .site-logo {
    width: 290px;
    overflow: hidden;
    margin-left: 117px;
  }
  .front .site-logo img {
    width: 392px;
    height: 130px;
  }
  .front .site-logo img {
    margin-left: -110px;
  }
  .site-logo .logo-text {
    width: 313px;
    margin-left: 0px;
  }
  .sticky-logo-wrap,
  .sticky-logo {
    display: block;
  }
  .sticky-logo .the-h-bar {
    background: #fff;
    height: 20px;
    width: 104px;
    position: absolute;
    top: 56px;
    left: 0;
  }
  .sticky-logo-hutchins {
    z-index: 20;
  }
  .sticky-logo-webdubois {
    z-index: 19;
  }
  .sticky-logo-cooper {
    z-index: 18;
  }
  .sticky-logo-hiphop {
    z-index: 17;
  }
  .sticky-logo-afrolatin {
    z-index: 16;
  }
  .sticky-logo-cumulative {
    z-index: 15;
  }
  .sticky-logo-image {
    z-index: 14;
  }
  .sticky-logo-race {
    z-index: 13;
  }
  .sticky-logo-design {
    z-index: 12;
  }
  .sticky-logo-jazz {
    z-index: 11;
  }
  .sticky-logo-transition {
    z-index: 10;
  }
  .sticky-logo-duboisreview {
    z-index: 9;
  }
  #search-block-form {
    display: block;
    margin: 0 100px 0 0;
  }
  .front #search-block-form {
    margin-top: 0;
  }
  .arrow-scrolldown,
  .home-social {
    display: block;
  }
  .site-header-elements {
    width: 36%;
    float: right;
  }
  .not-front .site-header-elements {
    float: right;
    right: 30px;
  }
  /* =Main Navigation
	------------------------------------------------------ */
  #nav {
    font-size: 12px;
  }
  #nav ul.menu {
    padding: 30px 0 0 0;
  }
  #nav-toggle {
    top: auto;
    margin-top: -23px;
    text-indent: -40px;
    font-size: 13px;
    line-height: 22px;
  }
  /* =Layout
	------------------------------------------------------ */
  .main,
  .layout-background .main {
    margin: 150px 1em 0 1em;
  }
  .common-blocks .grid {
    width: 340px;
    margin: 0;
  }
  .common-blocks .grid-content .grid-controls {
    width: 280px;
  }
  .common-blocks .grid img {
    max-width: none;
    height: none;
  }
  .two-column .content-wrap .the-content {
    float: left;
    width: 77.727273%;
  }
  .aside {
    float: left;
    width: 21.818182%;
  }
  /* =Content Elements & Components
	------------------------------------------------------ */
  .the-content {
    padding: 0 2em;
  }
  .node-type-gallery-page .the-content {
    padding: 0;
  }
  .node-type-gallery-page .gallery-page-body {
    padding: 0 95px 2em 95px;
  }
  ul.quicktabs-tabs {
    max-width: 1180px;
    font-size: 14px;
    top: -64px;
    margin: 0 1em;
    padding: 0;
  }
  ul.quicktabs-tabs > li {
    float: left;
    width: 25%;
    margin: 0;
  }
  ul.quicktabs-tabs > li a {
    text-align: center;
    min-height: 62px;
    padding: 22px .5em 0 1.2em;
  }
  ul.quicktabs-tabs > li a:hover,
  ul.quicktabs-tabs > li a:focus,
  ul.quicktabs-tabs > li.active a.active {
    background: #eaeaea;
    color: #000;
  }
  #quicktabs-tabs_events_lectures > div.item-list {
    height: 45px;
  }
  .block-quicktabs .quicktabs_main {
    position: relative;
  }
  .block-quicktabs .view-filters {
    position: relative;
    top: -25px;
    padding: 0 1.2em 0 2.4em;
  }
  .block-quicktabs .common-blocks {
    padding: 0;
  }
  .views-exposed-form .views-exposed-widget {
    float: left;
    max-width: none;
    margin-right: 5%;
  }
  .views-exposed-form .views-exposed-widget .form-item {
    float: left;
    padding-bottom: 0;
  }
  .views-exposed-form .views-exposed-widget .views-widget {
    float: left;
    width: auto;
    min-width: 150px;
  }
  .views-exposed-form .views-exposed-widget label {
    display: none;
    width: auto;
    margin-right: 0;
  }
  .views-exposed-form .views-exposed-widget select {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .views-exposed-form .views-exposed-widget .form-submit {
    margin: 0;
  }
  .views-exposed-form .views-exposed-widget .form-item input[type="text"] {
    width: auto;
    min-width: 245px;
  }
  .views-exposed-form .views-exposed-widget.views-widget-filter-title {
    float: right;
    margin-right: 0;
  }
  .views-exposed-form .views-exposed-widget.views-widget-filter-keys {
    float: right;
    margin-right: 0;
  }
  .views-exposed-form .views-exposed-widget.views-submit-button {
    position: absolute;
    right: 0px;
    margin-right: 0;
  }
  .views-exposed-form .views-exposed-widget.views-submit-button {
    position: absolute;
    right: 40px;
    margin-right: 0;
  }
  .views-exposed-form .views-exposed-widget .form-submit[type="submit"] {
    background: url('../img/layout/submit.png') 0 0 no-repeat;
    background-size: 29px 23px;
    background-position: -4px 1px;
    display: block;
    height: 23px;
    width: 20px;
    text-indent: -999em;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
  }
  .transition-teaser-image {
    float: right;
    margin-bottom: 0;
    padding-left: 40px;
  }
  .item-list ul.pager.pager-load-more > li > a {
    min-width: 340px;
  }
  .front .bx-controls {
    width: 340px;
    bottom: 45px;
    left: 260px;
  }
  /* =Video.js
	------------------------------------------------------ */
  .the-video {
    max-width: 720px;
    min-height: 520px;
    -webkit-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.1);
  }
  /* =Homepage
	------------------------------------------------------ */
  .subfeature-content-wrap {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    width: 625px;
    height: 500px;
  }
  .subfeatures-top .subfeature-content-wrap {
    background: transparent;
    position: relative;
  }
  .subfeature-content {
    float: right;
    width: 468px;
    max-height: 468px;
    padding: 32px 20px 0 0;
  }
  .subfeature-webdubois .subfeature-content {
    background-color: transparent;
    padding-top: 32px;
  }
  .subfeature-logo-wrap {
    overflow: hidden;
  }
  .subfeature-logo {
    background-size: contain;
    width: 435px;
    height: 131px;
    margin: 0 0 0 -90px;
    overflow: hidden;
  }
  .subfeature-webdubois .subfeature-logo {
    background: no-repeat;
    background-size: contain;
  }
  .subfeature-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .subfeature-text-wrap {
    background-color: transparent;
    margin: 0;
  }
  .subfeatures-top .subfeature-content {
    float: none;
    width: 455px;
  }
  .subfeatures-top .subfeature-text-wrap {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    /* height: 220px; */
    padding: 20px 64px 5px 32px;
    left: 136px;
  }
  .subfeatures-top .subfeature-text-wrap a {
    color: #000;
    text-decoration: none;
  }
  .subfeatures-top .subfeature-text-wrap h2,
  .subfeatures-top .subfeature-text-wrap h2 a {
    font-size: 24px;
  }
  .subfeature-bg-mobile {
    background: none !important;
  }
  .subfeature-webdubois .subfeature-logo {
    background-image: url('../img/logo-white-webdubois.png');
  }
  .subfeature-cooper .subfeature-logo {
    background-image: url('../img/logo-white-cooper.png');
  }
  .subfeature-hiphop .subfeature-logo {
    background-image: url('../img/logo-white-hiphop.png');
  }
  .subfeature-cumulative .subfeature-logo {
    background-image: url('../img/logo-white-cumulative.png');
    background-size: 100%;
  }
  .subfeature-afrolatin .subfeature-logo {
    background-image: url('../img/logo-white-afrolatin.png');
  }
  .subfeature-image .subfeature-logo {
    background-image: url('../img/logo-white-image.png');
  }
  .subfeature-race .subfeature-logo {
    background-image: url('../img/logo-white-race.png');
  }
  .subfeature-design .subfeature-logo {
    background-image: url('../img/logo-white-design.png');
  }
  .subfeature-jazzresearch .subfeature-logo {
    background-image: url('../img/layout/logo-white-jazz.png');
  }
  .subfeature-transition .subfeature-logo {
    background-image: url('../img/logo-white-transition.png');
  }
  .subfeature-duboisreview .subfeature-logo {
    background-image: url('../img/logo-white-duboisreview.png');
  }
  /* =Footer 
	------------------------------------------------------ */
  .map-content {
    background-color: #fff;
    margin-top: -160px;
  }
  .map-content a {
    display: inline;
    width: auto;
  }
  .map-content p {
    padding: 1em 2em;
  }
  .footer-wrap a {
    color: #777;
  }
  .footer-wrap .footer-nav ul {
    border: 0;
  }
  .footer-wrap .footer-nav ul > li {
    background: none;
    float: left;
    padding: 0 1.8em 0 0;
    border: 0;
  }
  .footer-wrap .mobile-map {
    display: none;
  }
  .footer-wrap .tablet-map {
    display: block;
  }
  .footer-wrap .site-info {
    width: 83.455344%;
    position: absolute;
    bottom: 70px;
    left: 8.565154%;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  }
  .footer-wrap .site-info p span {
    display: inline;
    margin-right: 2em;
  }
  .footer-wrap .site-info .social-icons {
    float: right;
    padding-right: 1em;
  }
  .footer-wrap .site-info .social-icons li {
    float: left;
    display: block;
    padding-right: 0;
  }
  .footer-bottom {
    background: #fff;
    color: #777;
    margin: 0 auto 0 10%;
    padding: 1.5em 0 0 0;
  }
  .footer-copyright {
    background-color: #fff;
    color: #777;
    padding-left: 0;
  }
  .not-front .header-wrap,
  .front .header-wrap {
    padding: 32px 0 25px 0;
  }
  .page-node-1937 h1#page-title,
  .page-node-1937 .events-text {
    width: 29%;
  }
  .page-node-1937 .events-calendar {
    width: 63%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-node-1937 .the-content {
    padding-left: 2em;
    padding-right: 0;
  }
  .page-node-1937 .field-type-text-with-summary {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 46.9em) {
  .subfeature-bg {
    background: none !important;
    background-color: #fff !important;
  }
}
@media screen and (min-width: 65em) {
  /* =Forms
	------------------------------------------------------ */
  .form-item label {
    float: left;
    width: 200px;
    padding-bottom: 0;
  }
  .form-item .form-item {
    margin: 0;
    padding: 0 0 0 .1em;
  }
  .form-item .form-item label {
    display: inline-block;
    float: none;
    width: auto;
  }
  .form-item input[type="text"],
  .form-item input[type="email"] {
    display: block;
    float: left;
    max-width: 245px;
  }
  .form-item select {
    display: block;
    max-width: 245px;
    padding: .4em;
  }
  .form-item textarea {
    max-width: 525px;
  }
  .form-item input[type="file"] {
    margin-right: .8em;
  }
  .form-item .description {
    clear: both;
    padding: .5em 0 0 200px;
  }
  .form-item .form-radios,
  .form-item .form-checkboxes,
  .form-item .form-textarea-wrapper {
    float: left;
  }
  .form-item .form-radios,
  .form-item .form-checkboxes label {
    padding: .1em 0 0 .5em;
  }
  .form-item div.error {
    clear: both;
  }
  .the-content .form-item label {
    text-align: right;
    padding-right: 1em;
  }
  .the-content .form-item .form-item label {
    text-align: left;
  }
  /* =Header
	------------------------------------------------------ */
  .not-logged-in .header-wrap {
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .not-front .header-wrap {
    -webkit-transform: translateZ(0);
  }
  .front .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-wrap .container {
    padding: 0 2em;
  }
  /* =Layout
	------------------------------------------------------ */
  .main {
    min-height: 200px;
    margin: 220px 0 0 0;
  }
  .two-column .main {
    margin-top: 220px;
  }
  .layout-background .main {
    margin-top: 600px;
  }
  .logged-in .main,
  .logged-in.layout-background .main {
    margin-top: 300px;
  }
  /* =Content Elements & Components
	------------------------------------------------------ */
  ul.quicktabs-tabs {
    font-size: 16px;
  }
  ul.quicktabs-tabs > li a {
    padding: 18px .5em 0 1.2em;
  }
  .quicktabs-tabpage .tab-text-content {
    max-width: 880px;
    margin: 0 auto;
    padding: 1em 0;
  }
  /* =Breadcrumb
	------------------------------------------------------ */
  .breadcrumb {
    display: block;
    max-width: 1100px;
    margin: 0 auto 0 10%;
  }
}
@media screen and (min-width: 1167px) {
  /* =Header
	------------------------------------------------------ */
  .not-front .site-header-elements {
    width: auto;
  }
  .not-front #search-block-form {
    margin-right: 0;
  }
  .site-logo.site-logo-sub:hover .the-h {
    top: 0;
  }
  .site-logo.site-logo-sub:hover .logo-h {
    top: -999em;
  }
  /* =Main Navigation
	------------------------------------------------------ */
  .not-front #nav-toggle {
    display: none;
  }
  .not-front #nav {
    /*display: block !important;*/
    display: block;
    position: relative;
  }
  .not-front #nav ul.menu {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .not-front #nav ul.menu li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 1em;
    width: 250px;
    top: 100%;
    z-index: 99;
    margin: 0;
    padding: .5em 0 0 0;
  }
  .not-front #nav ul.menu > li {
    display: block;
    float: left;
    padding-left: 1em;
    width: auto;
    margin-top: 0;
  }
  .not-front #nav ul.menu > li.expanded .nolink {
    background: none;
    margin: 0;
  }
  .not-front #nav ul.menu > li:first-child {
    padding-left: 0;
  }
  .not-front #nav ul.menu > li a {
    display: block;
    width: auto;
    text-decoration: none;
    padding: 2px 0;
  }
  .not-front #nav ul.menu > li ul li {
    float: none;
    position: relative;
    padding-left: 0;
  }
  .not-front #nav ul.menu a {
    display: block;
    position: relative;
    text-decoration: none;
    *zoom: 1;
  }
  .not-front #nav ul.menu a:hover,
  .not-front #nav ul.menu a:focus {
    text-decoration: underline;
  }
  .not-front #nav ul.menu .nolink {
    display: block;
    padding: 2px 1em 0 0;
  }
  .not-front #nav ul.menu li:hover > ul,
  .not-front #nav ul.menu li.sfHover > ul {
    display: block;
  }
  #nav .sf-arrows .expanded {
    background: url('../img/arrow-nav-flyout.png') no-repeat 100% 55%;
    background-size: 6px;
  }
  /* =Content Elements & Components
	------------------------------------------------------ */
  .tab-text-content {
    padding: 0;
  }
  /* =Footer
	------------------------------------------------------ */
  .footer-wrap .tablet-map {
    display: none;
  }
  .footer-wrap .footer-gmap {
    display: block;
    width: 100% !important;
  }
}
@media screen and (min-width: 78em) {
  /* =Header
	------------------------------------------------------ */
  .front .site-header-elements {
    width: auto;
  }
  .front #search-block-form {
    margin-right: 100px;
  }
}
@media screen and (min-width: 79.5em) {
  /* =Main Navigation
	------------------------------------------------------ */
  .front #nav {
    display: block;
    position: relative;
  }
  .front #nav-toggle {
    display: none;
  }
  .front #nav {
    display: block;
    position: relative;
  }
  .front #nav ul.menu {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .front #nav ul.menu ul {
    position: absolute;
    top: 0;
    left: 1em;
    width: 250px;
    top: 100%;
    z-index: 99;
    margin: 0;
    padding: .5em 0 0 0;
  }
  .front #nav ul.menu > li {
    display: block;
    float: left;
    padding-left: 1em;
    width: auto;
  }
  .front #nav ul.menu > li.expanded .nolink {
    background: none;
    margin: 0;
  }
  .front #nav ul.menu > li:first-child {
    padding-left: 0;
  }
  .front #nav ul.menu > li a {
    display: block;
    width: auto;
    text-decoration: none;
    padding: 2px 0;
  }
  .front #nav ul.menu > li ul li {
    float: none;
    position: relative;
    padding-left: 0;
  }
  .front #nav ul.menu a {
    display: block;
    position: relative;
    text-decoration: none;
    *zoom: 1;
  }
  .front #nav ul.menu a:hover,
  .front #nav ul.menu a:focus {
    text-decoration: underline;
  }
  .front #nav ul.menu .nolink {
    display: block;
    padding: 2px 1em 0 0;
  }
  .front #nav ul.menu ul.menu-submenu {
    padding-bottom: 0;
  }
  .front #nav ul.menu li:hover > ul,
  .front #nav ul.menu li.sfHover > ul {
    display: block;
  }
  .front #search-block-form {
    margin-right: 0;
  }
  #nav .sf-arrows .expanded {
    background: url('../img/arrow-nav-flyout.png') no-repeat 100% 55%;
    background-size: 6px;
  }
}
@media screen and (min-width: 1400px) {
  /* =Homepage
	------------------------------------------------------ */
  .subfeature {
    height: 700px;
  }
  .subfeature-content-wrap {
    min-height: 700px;
  }
  .subfeatures-top .subfeature {
    height: 500px;
  }
  .subfeature-bg-mobile {
    height: 500px;
  }
  .subfeatures-top .subfeature-text-wrap {
    bottom: 32px;
  }
}
@media screen and (max-width: 638px) {
  .block-quicktabs .common-blocks {
    padding-top: 20px;
  }
  .common-blocks .grid {
    margin: 0 0 10px 10px;
  }
  .the-content ul.menu-submenu {
    margin: 0 -1em;
    margin-bottom: 1.4em;
  }
  .the-content ul.menu-submenu li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
  .the-content ul.menu-submenu li a {
    display: block;
    width: 100%;
    font-size: 110%;
    color: #242021;
    background-color: #eaeaea;
    border-bottom: 1px  solid  #d0d0d0;
    padding: 0.6em  1.5em;
  }
  .the-content ul.menu-submenu li.first a {
    border-top: 1px  solid  #afb3b2;
  }
  .the-content ul.menu-submenu li.last a {
    border-bottom: 1px  solid  #afb3b2;
  }
}
@media screen and (max-width: 1166px) {
  #nav ul.menu {
    padding: 0;
  }
  #nav ul.menu > li.expanded .nolink {
    margin: 0;
  }
  #nav ul.menu > li > ul {
    padding-top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("../img/hamburger-new-retina.png");
    background-size: 20px 14px;
  }
}
.lt-ie9 .subfeature-logo {
  background-size: contain;
  width: 435px;
  height: 131px;
  margin: 0 0 0 -90px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.lt-ie9 .subfeature-webdubois .subfeature-logo {
  background-image: url('../img/logo-white-webdubois-small.png');
}
.lt-ie9 .subfeature-cooper .subfeature-logo {
  background-image: url('../img/logo-white-cooper-small.png');
}
.lt-ie9 .subfeature-hiphop .subfeature-logo {
  background-image: url('../img/logo-white-hiphop-small.png');
}
.lt-ie9 .subfeature-afrolatin .subfeature-logo {
  background-image: url('../img/logo-white-afrolatin-small.png');
}
.lt-ie9 .subfeature-image .subfeature-logo {
  background-image: url('../img/logo-white-image-small.png');
}
.lt-ie9 .subfeature-race .subfeature-logo {
  background-image: url('../img/logo-white-race-small.png');
}
.lt-ie9 .subfeature-design .subfeature-logo {
  background-image: url('../img/logo-white-design-small.png');
}
.lt-ie9 .subfeature-jazzresearch .subfeature-logo {
  background-image: url('../img/layout/logo-white-jazz-small.png');
}
.lt-ie9 .subfeature-transition .subfeature-logo {
  background-image: url('../img/logo-white-transition-small.png');
}
.lt-ie9 .subfeature-duboisreview .subfeature-logo {
  background-image: url('../img/logo-white-duboisreview-small.png');
}
/* =Print
-------------------------------------------------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


.addtocal {
  border: none;
  float: right;
  margin: 10px;
  padding: 0;
  color: #717171;
  font-weight: 600;
  text-indent: -9999em;
  width: 16px;
  height: 16px;
  background: url('../img/icon-cal.png') no-repeat;
}
