/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://fredgatesdesign.co/brook/wp-content/themes/twentytwelve_child/
 Description:  Brook Center Theme
 Author:       Fred Gates
 Author URI:   http://fredgatesdesign.co
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom
 Text Domain:  twentytwelve_child
*/
@import url("../twentytwelve/style.css");
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #333333;
  font-size: 14px;
  line-height: 1.42857; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  color: #333;
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  color: #333;
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */ }

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */ }

.my-box {
  padding: 10px; }
  @media (min-width: 1200px) {
    .my-box {
      padding: 20px; } }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, select, input, textarea {
  color: #333333; }

body {
  font-family: "Libre Franklin", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #fff;
  line-height: 1.42857; }
  body.custom-font-enabled {
    font-family: "Libre Franklin", Helvetica Neue, Helvetica, Arial, sans-serif; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Rounded A", "Gotham Rounded B"; }

.h2, h2 {
  font-weight: 400;
  letter-spacing: -.05em; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

/*
* ------------ Header .announcementbar
*/
.announcementbar {
  position: relative;
  height: auto;
  z-index: 10;
  padding: 0px;
  background: rgba(29, 134, 177, 0.6); }
  .announcementbar p {
    display: block;
    width: auto;
    font-weight: 400;
    margin: 10px 15px;
    font-size: 18px;
    line-height: 1.4;
    white-space: normal;
    padding: 10px;
    text-align: center;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
    letter-spacing: -.03em;
    color: #fff;
    background: -webkit-linear-gradient(top, rgba(0, 142, 208, 0.95), rgba(29, 134, 177, 0.6));
    background: -o-linear-gradient(top, rgba(0, 128, 187, 0.95), rgba(29, 134, 177, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 128, 187, 0.95), rgba(29, 134, 177, 0.6));
    background: linear-gradient(to top, rgba(0, 128, 187, 0.95), rgba(29, 134, 177, 0.6)); }
    .announcementbar p a {
      color: #baebff;
      opacity: .9;
      opacity: 1; }
      .announcementbar p a:hover {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
        opacity: 1; }
    @media (min-width: 768px) {
      .announcementbar p {
        margin: 96px 0 0;
        font-size: 18px;
        line-height: 30px;
        white-space: nowrap;
        padding: 0; }
        .announcementbar p a {
          opacity: .9; }
          .announcementbar p a:hover {
            opacity: 1; } }
    @media (min-width: 992px) {
      .announcementbar p {
        margin: 117px 0 0;
        font-size: 20px;
        line-height: 34px; } }
    @media (min-width: 1200px) {
      .announcementbar p {
        margin: 113px 0 0;
        font-size: 22px;
        line-height: 38px; } }
  @media (min-width: 768px) {
    .announcementbar {
      background: none;
      height: 125px; } }
  @media (min-width: 992px) {
    .announcementbar {
      padding-right: 15px;
      padding-left: 15px;
      height: 150px; } }

/*
* ------------ Header Logo
*/
.header-logo {
  position: relative;
  z-index: 8;
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(top, rgba(0, 142, 208, 0.95), rgba(29, 134, 177, 0.6));
  background: -o-linear-gradient(top, rgba(0, 128, 187, 0.95), rgba(29, 134, 177, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 128, 187, 0.95), rgba(29, 134, 177, 0.6));
  background: linear-gradient(to top, rgba(0, 128, 187, 0.95), rgba(29, 134, 177, 0.6)); }
  .header-logo .container {
    position: relative; }
  .header-logo h1 {
    white-space: nowrap;
    padding: 0px;
    margin-top: 0px; }
    .header-logo h1.thelogo {
      font-family: "Gotham Rounded A", "Gotham Rounded B";
      font-style: normal;
      font-weight: 400;
      font-size: 50px;
      font-size: 14vw;
      text-align: center;
      letter-spacing: -.09em;
      font-weight: normal;
      display: block;
      margin: 0.4em auto 0.15em;
      line-height: 0.75em;
      background: transparent; }
      .header-logo h1.thelogo span {
        display: inline-block; }
    .header-logo h1 .lightfirst {
      color: #002d70;
      opacity: .85;
      padding-right: .5vw; }
    .header-logo h1 .dark {
      color: #fff;
      opacity: .65;
      padding-right: 1vw;
      padding-left: -1vw;
      margin-left: -.56vw; }
    .header-logo h1 .light {
      color: #002d70;
      opacity: .85;
      padding-right: 1vw;
      margin-left: -1.45vw; }
    .affix .header-logo h1 .lightfirst {
      opacity: .85; }
    .affix .header-logo h1 .dark {
      opacity: .65; }
    .affix .header-logo h1 .light {
      opacity: .85; }
    @media (min-width: 768px) {
      .header-logo h1.thelogo {
        font-size: 100px;
        margin: 40px 0 0; }
      .header-logo h1 .lightfirst {
        color: #00b5ff;
        padding-right: .5vw;
        opacity: 1; }
      .header-logo h1 .dark {
        color: #0a3398;
        padding-right: 1vw;
        padding-left: -1vw;
        margin-left: -.56vw;
        opacity: 1; }
      .header-logo h1 .light {
        color: #00b5ff;
        padding-right: 1vw;
        margin-left: -1.45vw;
        opacity: 1; } }
    @media (min-width: 992px) {
      .header-logo h1.thelogo {
        font-size: 125px;
        margin: 45px 0 0; } }
    @media (min-width: 1200px) {
      .header-logo h1.thelogo {
        font-size: 150px;
        margin: 25px 0 0; } }
  .header-logo .shine {
    position: absolute;
    display: block;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .65;
    background-image: -webkit-linear-gradient(bottom, #fff, transparent);
    background-image: -moz-linear-gradient(bottom, #fff, transparent);
    background-image: -ms-linear-gradient(bottom, #fff, transparent);
    background-image: -o-linear-gradient(bottom, #fff, transparent);
    background-image: linear-gradient(to bottom, #fff, transparent); }
    @media (min-width: 768px) {
      .header-logo .shine {
        height: 90px; } }
    @media (min-width: 992px) {
      .header-logo .shine {
        height: 100px; } }
    @media (min-width: 1200px) {
      .header-logo .shine {
        height: 110px; } }
  .header-logo small {
    display: none;
    position: absolute;
    top: 47px;
    height: auto;
    left: 50%;
    margin-left: -132px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: normal;
    opacity: .45;
    line-height: 1.4;
    text-align: center;
    display: none;
    width: auto; }
    .header-logo small .tag-spacer {
      display: inline-block;
      width: 16px; }
  @media (min-width: 768px) {
    .header-logo {
      background: -webkit-linear-gradient(top, #e0e4e5, #eee);
      background: -o-linear-gradient(top, #e0e4e5, #eee);
      background: -moz-linear-gradient(top, #e0e4e5, #eee);
      background: linear-gradient(to top, #e0e4e5, #eee);
      top: 0;
      left: 0;
      position: absolute;
      height: 125px; } }
  @media (min-width: 992px) {
    .header-logo {
      height: 150px; }
      .header-logo small {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .header-logo small {
      top: 29px;
      left: 50%;
      margin-left: -160px;
      font-size: 10px; }
      .header-logo small .tag-spacer {
        display: inline-block;
        width: 17px; } }

#menu-item-6006:before,
#menu-item-6157:before {
  content: "CONFERENCES";
  font-size: 9px;
  letter-spacing: 3px;
  padding: 6px 0 8px 20px;
  border-top: 1px solid #cdcdcd;
  opacity: .7;
  display: block;
  width: 100%;
  margin-top: 10px; }

#menu-item-6157:before {
  content: "PREVIOUS PROJECTS"; }

/*
* ------------ Header Navigation
*/
.menu {
  margin: 0;
  padding: 0;
  height: auto; }

#desktop-search {
  display: none; }
  @media (min-width: 768px) {
    #desktop-search {
      display: block; } }

@media (min-width: 768px) {
  #mobile-search {
    display: none; } }

.material-icons.arrow_right {
  line-height: 1.4rem;
  display: block;
  font-size: 1.65em;
  height: 1.4rem; }

.navbar {
  margin-bottom: 0; }
  .navbar li a {
    padding: 10px 20px;
    font-size: 15px; }
  @media (min-width: 768px) {
    .navbar li a {
      padding: 10px 10px;
      font-size: 13px; } }
  @media (min-width: 992px) {
    .navbar li a {
      padding: 10px 15px;
      font-size: 14px; } }

.navbar-default {
  min-height: 45px;
  border-radius: 0px;
  border: 0;
  border-top: 1px dotted #666;
  background-image: none;
  background: transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  .navbar-default .navbar-nav li a {
    color: #333;
    background: none;
    opacity: .8;
    padding-top: 12px;
    padding-bottom: 0;
    height: 44px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
    .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
      opacity: 1; }
  .navbar-default .navbar-nav li.active a {
    color: #333;
    background: #bcdded; }
    .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:hover {
      color: #333;
      background: #bcdded; }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav li.active a {
      color: #777;
      background: none; }
      .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:hover {
        color: #777;
        background: none; } }
  .navbar-default .navbar-nav li.open a,
  .navbar-default .navbar-nav li.open a:focus,
  .navbar-default .navbar-nav li.open a:hover {
    color: #333;
    background: none; }
  .navbar-default .navbar-nav .dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    height: auto;
    white-space: nowrap; }
    .navbar-default .navbar-nav .dropdown-menu li a:hover {
      color: #333;
      opacity: 1; }
  .navbar-default .navbar-nav .dropdown-menu li.active a {
    color: #333;
    background: #bcdded; }
    .navbar-default .navbar-nav .dropdown-menu li.active a:hover {
      color: #333;
      background: #bcdded; }
  .navbar-default .navbar-collapse {
    min-height: 45px;
    background: none;
    border: none;
    box-shadow: none;
    background: #fff;
    margin-left: -30px;
    margin-right: -30px;
    clear: both; }
    @media (min-width: 768px) {
      .navbar-default .navbar-collapse {
        background: none;
        margin-left: -15px;
        margin-right: -15px;
        clear: initial; } }
  .navbar-default .navbar-form {
    margin-left: 0px;
    margin-right: 0px; }
  .navbar-default .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 4px;
    border: none; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #002d70;
      opacity: 0.7; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle.active {
      background: transparent;
      box-shadow: none; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle.active .icon-bar {
        opacity: 1; }

.affix {
  top: 0;
  width: 100%;
  z-index: 15;
  background: #1088bf; }
  .affix .navbar-default .navbar-nav li a {
    color: #333; }
    .affix .navbar-default .navbar-nav li a:hover {
      color: #333;
      opacity: 1; }
    @media (min-width: 768px) {
      .affix .navbar-default .navbar-nav li a {
        color: #fff;
        background: none;
        opacity: .8; }
        .affix .navbar-default .navbar-nav li a:hover {
          color: #fff;
          opacity: 1; } }
  .affix .navbar-default .navbar-nav li.active a {
    color: #333;
    background: #bcdded; }
  @media (min-width: 768px) {
    .affix .navbar-default .navbar-nav li.active a {
      color: #fff;
      background: none; } }
  .affix .navbar-default .navbar-nav li.dropdown-menu li a {
    color: #fff;
    height: auto;
    padding: 3px 20px; }
    .affix .navbar-default .navbar-nav li.dropdown-menu li a:hover {
      color: #fff;
      background: red;
      opacity: 1; }
  @media (min-width: 768px) {
    .affix .navbar-default .navbar-nav li.dropdown-menu li a {
      color: #333;
      background: none; }
      .affix .navbar-default .navbar-nav li.dropdown-menu li a:hover {
        color: #333; } }
  .affix .navbar-toggle {
    background: transparent;
    box-shadow: none; }
    .affix .navbar-toggle .icon-bar {
      opacity: 0.7;
      background-color: #fff; }
    .affix .navbar-toggle:hover {
      opacity: 1; }

.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: #1088bf;
  box-shadow: inset 0 20px 100px rgba(0, 0, 0, 0.25); }
  .navbar-default .navbar-nav .open .dropdown-menu li {
    color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu li a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu li a:before, .navbar-default .navbar-nav .open .dropdown-menu li a:hover {
        color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu li.active a {
      color: #fff;
      background: #005a84; }
      .navbar-default .navbar-nav .open .dropdown-menu li.active a:hover {
        color: #fff;
        background: #005a84; }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu {
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu li {
        color: #777; }
        .navbar-default .navbar-nav .open .dropdown-menu li a {
          color: #777; }
          .navbar-default .navbar-nav .open .dropdown-menu li a:before, .navbar-default .navbar-nav .open .dropdown-menu li a:hover {
            color: #777; }
        .navbar-default .navbar-nav .open .dropdown-menu li.active a {
          color: #333;
          background: none; }
          .navbar-default .navbar-nav .open .dropdown-menu li.active a:hover {
            color: #333;
            background: none; } }

.caret {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  width: 12px;
  height: 12px; }
  .caret:before {
    content: "\E313"; }

.navbar-brand {
  float: left;
  height: 40px;
  padding: 12px 15px 0;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

#brooklogo {
  display: none; }
  #brooklogo.smaller {
    display: block;
    position: relative;
    top: -1px;
    left: -15px; }

.lighttiny {
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  color: #002d70;
  opacity: .85;
  letter-spacing: -.03em;
  text-shadow: none;
  position: relative;
  top: -1px; }

.darktiny {
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  color: #fff;
  opacity: .65;
  letter-spacing: -.03em;
  text-shadow: none;
  position: relative;
  top: -1px; }

/*
* ------------ Header Slider
*/
.slide-container {
  background: #003034;
  padding-left: 0px;
  padding-right: 0px; }
  .slide-container .glyphicon-chevron-right:before {
    font-family: 'Material Icons';
    font-size: 160%;
    content: "\E315";
    -webkit-font-feature-settings: 'liga'; }
  .slide-container .glyphicon-chevron-left:before {
    font-family: 'Material Icons';
    font-size: 160%;
    content: "\E314";
    -webkit-font-feature-settings: 'liga'; }
  .slide-container .carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 10; }
    .slide-container .carousel-indicators li {
      width: 40px;
      border-radius: 0px;
      height: 4px;
      border: none;
      background: #fff;
      opacity: .35;
      margin-left: 5px; }
    .slide-container .carousel-indicators .active {
      width: 40px;
      border-radius: 0px;
      height: 4px;
      border: none;
      background: #fff;
      opacity: 1;
      position: relative;
      top: -1px; }
  .slide-container .carousel-inner .item {
    max-height: 380px;
    background: #000; }
    .slide-container .carousel-inner .item figure {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 250px;
      overflow: hidden; }
      .slide-container .carousel-inner .item figure img {
        margin: 0;
        top: 0;
        left: 0;
        height: 100%;
        height: auto;
        width: 100%;
        position: absolute;
        opacity: .75; }
      .slide-container .carousel-inner .item figure:before {
        content: '';
        display: block;
        padding-top: 250px; }
      @media (min-width: 768px) {
        .slide-container .carousel-inner .item figure {
          height: 300px; }
          .slide-container .carousel-inner .item figure:before {
            height: 300px; } }
      @media (min-width: 992px) {
        .slide-container .carousel-inner .item figure {
          height: 380px; }
          .slide-container .carousel-inner .item figure:before {
            height: 380px; } }
    .slide-container .carousel-inner .item img {
      opacity: .75;
      width: 100%; }
  .slide-container .carousel-inner .carousel-control {
    background-image: none; }
    .slide-container .carousel-inner .carousel-control.right {
      right: auto;
      left: 90%; }
    .slide-container .carousel-inner .carousel-control.left {
      left: auto;
      right: 91.5%; }
  .slide-container .carousel-caption {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 2%;
    right: 2%; }
    .slide-container .carousel-caption h1 {
      text-align: left;
      line-height: 1.15em;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      color: #fff;
      font-weight: 400;
      font-size: 36px; }
      .slide-container .carousel-caption h1 a {
        color: #fff;
        opacity: 1;
        text-decoration: none; }
        .slide-container .carousel-caption h1 a:hover {
          opacity: 0.7; }

/*
* ------------ global styles
*/
.h1, h1 {
  font-weight: 400;
  letter-spacing: -0.05em; }

.h2, h2 {
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #d72e54;
  font-size: 26px; }

.hentry ul {
  list-style: none; }
  .hentry ul li {
    border-left: 3px rgba(161, 0, 87, 0.65) solid;
    margin-bottom: 10px;
    padding-left: 14px;
    margin-left: 30px;
    padding-right: 40px; }

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  border-radius: 0;
  box-shadow: none; }

.featured-news {
  background: #eee;
  padding: 0 15px 20px;
  margin: 0 15px 25px 0; }
  .featured-news p {
    margin: 0 10px 4px; }
  .featured-news a {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: bold;
    letter-spacing: -.05em;
    font-size: 14px;
    line-height: 1.1em;
    color: #000;
    opacity: .8; }
  .featured-news h3 {
    text-transform: uppercase;
    font-size: 14px;
    opacity: .75;
    margin: 0;
    padding: 15px 0 5px; }
  .featured-news.green {
    background: #dce696;
    padding: 0px 0px 20px; }
    .featured-news.green h3 {
      line-height: 2.15em;
      color: #fff;
      background: #b2c200;
      padding: 0px 15px;
      opacity: .65;
      margin-bottom: 8px; }
    .featured-news.green a {
      color: #435309;
      opacity: .9; }

.feed-home {
  padding-left: 0px;
  margin-bottom: 15px; }
  .feed-home .feed-home-container {
    padding-left: 0px;
    padding-right: 0px;
    background: #eee; }
  .feed-home .feed-home-image {
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 12px; }
  .feed-home .feed-home-content {
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 9px; }
  .feed-home .entry-header {
    margin: 0 0 10px; }
  .feed-home p, .feed-home .entry-content {
    font-size: 12px;
    line-height: 1.35em; }
  .feed-home .entry-content {
    margin-bottom: 1.4em; }
  .feed-home .more {
    color: blue;
    opacity: .55; }
    .feed-home .more:hover {
      opacity: 1; }
    .feed-home .more:after {
      font-family: 'Material Icons';
      font-size: 150%;
      content: '\E895';
      position: relative;
      top: 4px; }
  .feed-home h1.entry-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
    text-transform: none; }
  .feed-home a {
    display: block;
    color: #000;
    opacity: 1; }
    .feed-home a:hover {
      opacity: 1; }

.feed-sidebar h2 {
  text-transform: uppercase;
  color: #d72e54;
  font-size: 26px;
  margin-top: 30px; }

.feed-sidebar .controls {
  position: relative;
  z-index: 10;
  padding: 0px 0px 10px;
  margin-bottom: 0px; }

.feed-events {
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  min-height: 150px; }
  .feed-events h3 {
    color: #000;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 3px;
    letter-spacing: -.05em; }
  .feed-events a {
    display: block;
    color: #000;
    opacity: 1;
    text-decoration: none; }
    .feed-events a:hover {
      color: #000;
      opacity: 1; }
  .feed-events img {
    margin-top: 0px; }
  .feed-events .feed-events-image {
    height: 80px;
    overflow: hidden;
    background: #000;
    position: relative; }
    .feed-events .feed-events-image img {
      position: absolute;
      object-fit: cover;
      min-height: 100%;
      min-width: 100%;
      top: 0;
      left: 0;
      height: auto; }
    .feed-events .feed-events-image:before {
      font-family: 'Material Icons';
      font-size: 160%;
      content: "remove_red_eye";
      -webkit-font-feature-settings: 'liga';
      color: white;
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 5px;
      z-index: 10; }
  .feed-events:hover .feed-events-image:before {
    opacity: .55; }
  .feed-events .feed-events-date {
    position: relative;
    background: #000;
    color: #8a9ca1;
    padding: 5px 4px;
    font-size: 12px;
    line-height: 1.3em;
    height: auto;
    bottom: initial;
    width: 100%; }
  .feed-events .feed-events-details {
    opacity: 0.7; }
    .feed-events .feed-events-details p {
      opacity: 0.65; }
    .feed-events .feed-events-details:hover {
      opacity: 1; }
  .feed-events .feed-events-invite:after {
    font-family: 'Material Icons';
    font-size: 160%;
    content: "\E878";
    -webkit-font-feature-settings: 'liga';
    color: #d72e54;
    opacity: 1; }

/*
* ------------ single page layout
*/
.single .entry-header {
  padding: 30px 0 0; }

.single .entry-title {
  font-size: 24px;
  color: #d72e54;
  text-transform: uppercase;
  border-bottom: 2px dotted #c8c8c8;
  padding: 0 0 10px 0;
  margin: 40px 0px 20px 0px; }

.single .entry-content {
  color: #3d3d3d;
  opacity: 1;
  font-size: 1.16rem; }
  .single .entry-content a {
    opacity: .87;
    font-weight: 600;
    color: #000;
    border-bottom: 2px dotted #a1eaff; }
    .single .entry-content a:hover {
      opacity: 1;
      border-bottom: none;
      text-decoration: none; }
    .single .entry-content a:visited {
      opacity: .35; }

.entry-content {
  color: #3d3d3d;
  opacity: 1;
  font-size: 1.16rem; }
  .entry-content a {
    opacity: .87;
    font-weight: 600;
    color: #000;
    border-bottom: 2px dotted #a1eaff; }
    .entry-content a:hover {
      opacity: 1;
      border-bottom: none;
      text-decoration: none; }
    .entry-content a:visited {
      opacity: .35; }

/*
* ------------ category page
*/
.archive-header {
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed; }
  .archive-header h1 {
    font-size: 36px; }
    .archive-header h1 em {
      opacity: .35;
      text-transform: uppercase;
      font-size: 20px;
      font-style: normal; }

h1.entry-title {
  font-size: 24px;
  color: #d72e54;
  text-transform: uppercase;
  border-bottom: 2px dotted #c8c8c8;
  padding: 0 0 10px 0;
  margin: 40px 0px 20px 0px; }
  h1.entry-title a {
    color: #d72e54;
    opacity: 1; }
    h1.entry-title a:hover {
      opacity: 0.75; }

.entry-content a {
  opacity: .87;
  font-weight: 600;
  color: #000;
  border-bottom: 2px dotted #a1eaff; }
  .entry-content a:hover {
    opacity: 1;
    border-bottom: none;
    text-decoration: none; }

span.meta-nav {
  display: none; }

/*
* ------------ Banners
*/
.cover {
  z-index: 2;
  width: 100%;
  min-height: 70px;
  height: auto;
  text-align: center;
  margin-bottom: 24px;
  padding: 15px;
  background-color: #999; }
  .cover .cover-title {
    width: 100%;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    z-index: 5; }
    .cover .cover-title h1 {
      margin: 0;
      padding: 0;
      font-size: 36px; }
      .cover .cover-title h1 a {
        color: rgba(255, 255, 255, 0.65);
        text-decoration: none; }
        .cover .cover-title h1 a:hover {
          color: white; }

.page-foundation-for-iberian-music .cover {
  background-color: #a10057;
  background: -webkit-linear-gradient(top, #a10057, #ca006d);
  background: -o-linear-gradient(top, #a10057, #ca006d);
  background: -moz-linear-gradient(top, #a10057, #ca006d);
  background: linear-gradient(to top, #a10057, #ca006d);
  color: rgba(255, 255, 255, 0.65); }

.page-center-for-the-study-of-free-reed-instruments .cover {
  background-color: #56a882;
  background: -webkit-linear-gradient(top, #4a8f70, #56a882);
  background: -o-linear-gradient(top, #4a8f70, #56a882);
  background: -moz-linear-gradient(top, #4a8f70, #56a882);
  background: linear-gradient(to top, #4a8f70, #56a882);
  color: rgba(255, 255, 255, 0.65); }

.page-ensemble-for-the-romantic-century-seminars .cover {
  background-color: #e04b51;
  background: -webkit-linear-gradient(top, #c74853, #e04b51);
  background: -o-linear-gradient(top, #c74853, #e04b51);
  background: -moz-linear-gradient(top, #c74853, #e04b51);
  background: linear-gradient(to top, #c74853, #e04b51);
  color: rgba(255, 255, 255, 0.65); }

.page-xenakis-project-of-the-americas .cover {
  background-color: #b4b536;
  background: -webkit-linear-gradient(top, #979830, #b4b536);
  background: -o-linear-gradient(top, #979830, #b4b536);
  background: -moz-linear-gradient(top, #979830, #b4b536);
  background: linear-gradient(to top, #979830, #b4b536);
  color: rgba(255, 255, 255, 0.65); }

.page-the-pergolesi-research-center .cover {
  background-color: #905c34;
  background: -webkit-linear-gradient(top, #78502d, #905c34);
  background: -o-linear-gradient(top, #78502d, #905c34);
  background: -moz-linear-gradient(top, #78502d, #905c34);
  background: linear-gradient(to top, #78502d, #905c34);
  color: rgba(255, 255, 255, 0.65); }

.page-fffmc .cover {
  background-color: #3b6095;
  background: -webkit-linear-gradient(top, #2f5383, #3b6095);
  background: -o-linear-gradient(top, #2f5383, #3b6095);
  background: -moz-linear-gradient(top, #2f5383, #3b6095);
  background: linear-gradient(to top, #2f5383, #3b6095);
  color: rgba(255, 255, 255, 0.65); }

.page-21st-century-music-in-society .cover {
  background-color: #6d5cc2;
  background: -webkit-linear-gradient(top, #6754ad, #6d5cc2);
  background: -o-linear-gradient(top, #6754ad, #6d5cc2);
  background: -moz-linear-gradient(top, #6754ad, #6d5cc2);
  background: linear-gradient(to top, #6754ad, #6d5cc2);
  color: rgba(255, 255, 255, 0.65); }

/*
* ------------ page content
*/
.page .entry-header {
  padding: 10px 0 0; }

.page .no-cover .entry-header {
  padding: 30px 0 0; }

.sub-line {
  font-size: 16px;
  margin-bottom: 20px; }

.featured-callout {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 0;
  background: #eee;
  margin-bottom: 25px;
  margin-top: 10px;
  line-height: 1.25em; }
  .featured-callout h2 {
    font-size: 14px;
    opacity: .75;
    padding: 8px 15px 5px;
    margin-top: 10px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #333; }
  .featured-callout a {
    color: #000;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: bold;
    letter-spacing: -.05em;
    line-height: 1.1em;
    display: block;
    border-bottom: none;
    opacity: 1; }
    .featured-callout a .image-container {
      height: 120px;
      overflow: hidden;
      background: #000;
      position: relative;
      margin-bottom: 8px;
      margin-right: 8px;
      min-width: 85px; }
      .featured-callout a .image-container img {
        border-radius: 0;
        box-shadow: none;
        object-fit: cover;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: auto; }
    .featured-callout a .featured-callout-title {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 15px; }
      .featured-callout a .featured-callout-title h3 {
        font-size: 14px;
        font-weight: bold;
        opacity: .7;
        letter-spacing: -.05em;
        line-height: 1.3em;
        margin: 0; }
    .featured-callout a:hover .featured-callout-title h3 {
      opacity: 1; }
  .featured-callout:after {
    content: "";
    clear: both;
    float: none;
    display: block; }

/*
* ------------ search results page
*/
.search-results article .entry-header {
  margin: 0 0 12px; }
  .search-results article .entry-header h1.entry-title {
    margin: 40px 0px 10px 0px;
    padding: 0 0 10px 0; }
    .search-results article .entry-header h1.entry-title a {
      color: #d72e54; }
      .search-results article .entry-header h1.entry-title a:hover {
        opacity: 0.75; }

/*
* ------------ Sidebar
*/
@media (min-width: 768px) {
  .side {
    padding-right: 0; } }

.widget-title {
  display: none; }

.social {
  margin: 20px 0 10px;
  text-align: center; }
  .social a {
    background: none;
    display: inline-block; }
    .social a.tweet-it {
      color: #00c0c2;
      opacity: .9; }
    .social a.facebook-it {
      color: #264a86;
      opacity: .9; }
    .social a.youtube-it {
      color: red;
      opacity: .9; }
    .social a .fa-inverse {
      opacity: .85; }
    .social a .fa-inverse:hover {
      opacity: 1; }
    .social a:hover {
      background: none;
      opacity: 1; }
  @media (min-width: 768px) {
    .social {
      text-align: left; } }

.sidebarlinks ul {
  margin-top: 0;
  margin-bottom: 32px; }
  .sidebarlinks ul li a {
    display: block;
    background-color: #a1e5ff;
    padding-left: 5px;
    padding-top: 4px;
    line-height: 1.4em;
    padding-bottom: 2px;
    margin-bottom: 3px;
    color: #555; }
    .sidebarlinks ul li a:hover {
      text-decoration: none;
      color: #000;
      background-color: #57d0ff; }
  .sidebarlinks ul li.space-bottom {
    margin-top: 32px; }
  .sidebarlinks ul.projects li a {
    color: #777;
    background-color: #d7f4ff; }
    .sidebarlinks ul.projects li a:hover {
      text-decoration: none;
      color: #000;
      background-color: #57d0ff; }
  .sidebarlinks ul.projects li:first-child a {
    background-color: #a1e5ff;
    color: #555; }
  .sidebarlinks ul.social {
    margin-top: 20px;
    margin-bottom: 20px; }
  .page .sidebarlinks ul:first-child {
    margin-top: 0; }
  .single .sidebarlinks ul:first-child {
    margin-top: 20px; }

ul.iberian,
ul.reed {
  display: none; }

.page-foundation-for-iberian-music ul.iberian {
  display: block; }

.page-center-for-the-study-of-free-reed-instruments ul.reed {
  display: block; }

/*
* ------------ Navigation
*/
.nav-single,
.navigation {
  line-height: 1.1em;
  padding: 30px 0 0 0;
  clear: both;
  float: none;
  margin: 0; }
  .nav-single:before, .nav-single:after,
  .navigation:before,
  .navigation:after {
    display: block;
    content: " ";
    clear: both; }
  .nav-single a,
  .navigation a {
    text-decoration: none; }
    .nav-single a span,
    .navigation a span {
      background: #f1f9dc;
      opacity: 0.7; }
    .nav-single a em,
    .navigation a em {
      position: relative;
      top: 7px;
      font-size: 12px;
      font-style: normal;
      color: #000; }
    .nav-single a:hover,
    .navigation a:hover {
      text-decoration: none; }
      .nav-single a:hover span,
      .navigation a:hover span {
        opacity: 1; }

.nav-previous {
  border-right: 6px solid #fff; }
  .nav-previous:before {
    font-family: 'Material Icons';
    font-size: 23px;
    height: 100%;
    content: "\E314";
    -webkit-font-feature-settings: 'liga';
    display: block;
    background: #d0ef7c;
    width: text;
    float: left;
    line-height: 2em;
    color: #fff;
    margin-right: 10px; }

.nav-next {
  border-left: 6px solid #fff; }
  .nav-next:before {
    font-family: 'Material Icons';
    font-size: 23px;
    height: 100%;
    content: "\E315";
    -webkit-font-feature-settings: 'liga';
    display: block;
    background: #d0ef7c;
    width: text;
    float: right;
    line-height: 2em;
    color: #fff;
    margin-left: 10px; }

.page-child.page-fffmc .entry-header {
  display: none; }

.francomenu ul li {
  border: 0;
  margin: 0;
  padding: 0; }
  .francomenu ul li.active {
    display: none; }

.francomenu .nav > li > a {
  text-decoration: none;
  padding: 2px 6px;
  background: #3067a8;
  opacity: .65;
  color: #fff;
  font-weight: 400;
  border-bottom: none; }
  .francomenu .nav > li > a:hover {
    opacity: 1; }

.hentry ul.nav-tabs {
  border: 0; }
  .hentry ul.nav-tabs li {
    border: 0;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 10px; }
    .hentry ul.nav-tabs li a {
      margin-right: 15px;
      line-height: 0;
      border: 0;
      border-radius: 0;
      padding: 0 0px 0 0; }
    .hentry ul.nav-tabs li.active a,
    .hentry ul.nav-tabs li.active a:focus,
    .hentry ul.nav-tabs li.active a:hover {
      color: #555;
      cursor: default;
      background-color: transparent;
      border: 0;
      border-bottom-color: transparent; }

@media only screen and (min-width: 1350px) {
  .cuny {
    position: relative;
    display: block;
    width: 0px;
    height: 0px; }
    .cuny:before {
      display: block;
      content: "";
      background: transparent url(CUNY-GC-logo.png) 0 0 no-repeat;
      background-size: contain;
      width: 75px;
      height: 135px;
      position: absolute;
      top: 42px;
      left: -100px;
      z-index: 5; } }

footer[role="contentinfo"] {
  border-top: 0;
  clear: both;
  font-size: inherit;
  line-height: initial;
  max-width: initial;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.site-info {
  background: #cbf0ff;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.3em; }
  .site-info p {
    margin-bottom: 5px;
    color: #023a7c; }
  .site-info a {
    color: #000;
    font-weight: 500; }
  .site-info .col-md-4 {
    padding-bottom: 20px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
