@import url(//fonts.googleapis.com/css?family=Montserrat:300,400|Raleway:300,400,600|Inconsolata|Tangerine|Noto+Sans);
#header #logo h3, #header #navbar .panel-activation, .not-available p, #header #navbar .langswitcher, .default-wrapper #default-listing .people-section .people-names .list li .person-info .person-name, .mission-main .mission-text h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.button, .button-secondary {
  display: inline-block;
  padding: 7px 20px; }
  .button-small.button, .button-small.button-secondary {
    padding: 3px 10px;
    font-size: 0.7rem; }

html, body {
  height: 100%; }

body {
  background: #fff;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #777; }
  a:hover {
    color: #444444; }

b, strong, label, th {
  font-weight: 600; }

#container {
  min-height: 100%;
  position: relative; }

.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }

#body {
  background: #fff;
  padding-top: 8rem;
  padding-bottom: 2rem;
  min-height: 96vh; }

#top.modular #body {
  padding-top: 0px; }

.left {
  float: left; }

.right {
  float: right; }

html:lang(en) {
  direction: ltr; }

html:lang(ar) {
  direction: rtl; }

.en {
  direction: ltr;
  text-align: left; }

.ar {
  direction: rtl;
  text-align: right; }

.default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header {
  padding-left: 7rem;
  padding-right: 7rem; }
  @media only all and (max-width: 59.938rem) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media only all and (max-width: 47.938rem) {
    .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header {
      padding-left: 1rem;
      padding-right: 1rem; } }

.padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#sb-site #header {
  padding-left: -webkit-calc((100% - 90%)/2);
  padding-left: calc((100% - 90%)/2);
  padding-right: -webkit-calc((100% - 90%)/2);
  padding-right: calc((100% - 90%)/2);
  padding-top: 0;
  padding-bottom: 0; }
  @media only all and (min-width: 75rem) {
    #sb-site #header {
      padding-left: -webkit-calc((100% - 67rem)/2);
      padding-left: calc((100% - 67rem)/2);
      padding-right: -webkit-calc((100% - 67rem)/2);
      padding-right: calc((100% - 67rem)/2); } }

#header {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
  #header #logo-holder {
    width: 100%;
    height: 3.7rem;
    display: table-cell;
    vertical-align: middle; }
  #header #logo-icon {
    background-color: #B3B3B3;
    width: 20%;
    padding-bottom: 20%;
    float: left; }
  #header .image-logo {
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 77%;
    padding-bottom: 20%;
    float: left;
    margin-left: 3%; }
  #header #image-logo-1 {
    display: block; }
  #header #image-logo-2 {
    display: none; }
  #header .search-wrapper {
    margin-top: -0.1rem;
    padding-left: 0.5rem; }
  #header .search-input {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    color: white;
    width: 4rem;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    font-size: 0.8rem; }
    #header .search-input::-webkit-input-placeholder {
      color: white; }
    #header .search-input::-moz-placeholder {
      color: white; }
    #header .search-input:-moz-placeholder {
      color: white; }
    #header .search-input:-ms-input-placeholder {
      color: white; }
    #header .search-input:focus {
      -webkit-transition: background-color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out;
      -webkit-transition: width 0.25s ease-in-out;
      -moz-transition: width 0.25s ease-in-out;
      transition: width 0.25s ease-in-out;
      background-color: white;
      color: #000;
      cursor: text;
      width: 8rem; }
      #header .search-input:focus::-webkit-input-placeholder {
        color: #444; }
      #header .search-input:focus::-moz-placeholder {
        color: #444; }
      #header .search-input:focus:-moz-placeholder {
        color: #444; }
      #header .search-input:focus:-ms-input-placeholder {
        color: #444; }
  #header.scrolled {
    height: 3.7rem;
    background-color: white !important;
    box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
    #header.scrolled #logo h3 {
      color: #444 !important;
      font-size: 1.6rem !important; }
    #header.scrolled #logo a, #header.scrolled #navbar span {
      color: #444 !important; }
    #header.scrolled #navbar a, #header.scrolled #navbar h6 {
      color: #777 !important; }
      #header.scrolled #navbar a:hover, #header.scrolled #navbar h6:hover {
        color: #444444 !important; }
    #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
      background-color: #777 !important; }
    #header.scrolled .navigation {
      margin-top: 1rem !important; }
    #header.scrolled #image-logo-1 {
      display: none; }
    #header.scrolled #image-logo-2 {
      display: block; }
    #header.scrolled .search-input {
      border: 1px solid #ccc;
      background-color: #fff;
      cursor: text;
      color: #000;
      width: 8rem;
      -webkit-transition: width 0.25s ease-in-out;
      -moz-transition: width 0.25s ease-in-out;
      transition: width 0.25s ease-in-out; }
      #header.scrolled .search-input::-webkit-input-placeholder {
        color: #777; }
      #header.scrolled .search-input::-moz-placeholder {
        color: #777; }
      #header.scrolled .search-input:-moz-placeholder {
        color: #777; }
      #header.scrolled .search-input:-ms-input-placeholder {
        color: #777; }
      #header.scrolled .search-input:focus {
        -webkit-transition: border 0.25s ease-in-out;
        -moz-transition: border 0.25s ease-in-out;
        transition: border 0.25s ease-in-out;
        -webkit-transition: width 0.25s ease-in-out;
        -moz-transition: width 0.25s ease-in-out;
        transition: width 0.25s ease-in-out;
        border: 1px solid #444;
        color: #000; }
  #header > .grid, #header #logo, #header #navbar {
    height: 100%; }
  #header #logo {
    float: left; }
    @media only all and (max-width: 30rem) {
      #header #logo {
        width: 50%;
        padding-right: 0.8rem; } }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      #header #logo {
        width: 40%;
        padding-right: 1.2rem; } }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      #header #logo {
        width: 30%;
        padding-right: 1.2rem; } }
    @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
      #header #logo {
        width: 20%;
        padding-right: 1.4rem; } }
    @media only all and (min-width: 75rem) {
      #header #logo {
        width: 19.9%;
        padding-right: 1.4rem; } }
    #header #logo h3 {
      font-size: 2rem;
      line-height: 2rem;
      margin: 0;
      text-transform: uppercase; }
      #header #logo h3 a {
        color: #444;
        height: 100%;
        display: table;
        width: 100%; }
  #header #navbar {
    font-size: 0.7rem;
    /* Child Indicator */ }
    #header #navbar .has-children > a > span {
      display: inline-block;
      padding-right: 8px; }
      #header #navbar .has-children > a > span:after {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        display: inline-block;
        right: 8px;
        top: 4px; }
    #header #navbar .has-children > a:after, #header #navbar .has-children > a:before {
      display: none; }
    #header #navbar .has-children .has-children > a > span:after {
      content: '\f105'; }
    #header #navbar .navigation > .has-children:hover > a {
      background: #f6f6f6;
      border: 1px solid #ececec;
      border-bottom-color: #f6f6f6;
      margin: -1px -1px 0 -1px;
      z-index: 1000;
      position: relative;
      padding-bottom: 1px; }
    #header #navbar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header #navbar ul.navigation {
        display: inline-block;
        float: right;
        margin-top: 1.4rem; }
        #header #navbar ul.navigation li {
          float: left;
          position: relative;
          /*Active dropdown nav item */
          /* Dropdown CSS */
          /* Active on Hover */ }
          #header #navbar ul.navigation li a {
            display: inline-block;
            padding: 0.35rem 0.8rem;
            font-size: 0.8rem;
            -webkit-backface-visibility: hidden; }
            #header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              bottom: 0;
              left: 0;
              background-color: #777;
              visibility: hidden;
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
              -o-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              transition: all 0.2s ease; }
            #header #navbar ul.navigation li a:hover:before {
              -webkit-transform: scaleX(0.75);
              -moz-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
              -o-transform: scaleX(0.75);
              transform: scaleX(0.75); }
            #header #navbar ul.navigation li a.active:after {
              top: 0;
              -webkit-transform: scaleX(0.75);
              -moz-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
              -o-transform: scaleX(0.75);
              transform: scaleX(0.75); }
          #header #navbar ul.navigation li.active a:after {
            top: 0;
            visibility: visible;
            -webkit-transform: scaleX(0.75);
            -moz-transform: scaleX(0.75);
            -ms-transform: scaleX(0.75);
            -o-transform: scaleX(0.75);
            transform: scaleX(0.75); }
          #header #navbar ul.navigation li ul {
            position: absolute;
            background-color: #f6f6f6;
            border: 1px solid #ececec;
            border-top: 0;
            min-width: 12rem;
            text-align: left;
            z-index: 999;
            left: -1px;
            display: none; }
          #header #navbar ul.navigation li ul li {
            display: block;
            float: none;
            /* Active Dropdown nav item */ }
            #header #navbar ul.navigation li ul li.active > a {
              background-color: #ececec;
              color: #777; }
            #header #navbar ul.navigation li ul li:hover > a {
              background-color: #777;
              color: #fff; }
            #header #navbar ul.navigation li ul li a {
              display: block;
              margin: 0 -1px; }
              #header #navbar ul.navigation li ul li a:after, #header #navbar ul.navigation li ul li a:before {
                display: none; }
          #header #navbar ul.navigation li ul ul {
            left: 100%;
            top: 0px; }
          #header #navbar ul.navigation li:hover > ul {
            display: block; }
        @media only all and (max-width: 59.938rem) {
          #header #navbar ul.navigation {
            display: none; } }
    #header #navbar .panel-activation {
      padding: 1rem 0;
      display: none;
      font-size: 1.8rem;
      cursor: pointer;
      float: right; }
      @media only all and (max-width: 59.938rem) {
        #header #navbar .panel-activation {
          display: inline-block; } }

.header-image.fullwidth #body {
  padding-left: 0;
  padding-right: 0; }
  .header-image.fullwidth #body > .listing-row {
    padding-left: 7rem;
    padding-right: 7rem; }
.header-image .listing-row:last-child {
  margin-bottom: 2rem; }
.header-image #body .flush-top {
  margin-top: -9.5rem;
  padding-top: 13rem; }
  .header-image #body .flush-top.with-title {
    padding-top: 9rem; }
  .header-image #body .flush-top.search-results-header {
    padding-top: 9rem; }
.header-image #breadcrumbs {
  margin-top: 1rem; }
.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .header-image #header .navigation .has-children:hover a {
    color: #777; }
  .header-image #header #logo h3, .header-image #header #logo a {
    color: #FFFFFF; }
  .header-image #header a, .header-image #header .menu-btn {
    color: #FFFFFF; }
  .header-image #header a:before, .header-image #header a:after {
    background-color: rgba(255, 255, 255, 0.7) !important; }

#footer {
  background: #222;
  color: #999;
  text-align: left;
  display: block; }
  #footer .footer-content {
    width: 90%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 2rem; }
    @media only all and (min-width: 75rem) {
      #footer .footer-content {
        width: 67rem; } }
    #footer .footer-content .claim {
      width: 100%;
      border-bottom: 1px solid #333;
      padding: 1rem 0; }
      #footer .footer-content .claim a, #footer .footer-content .claim p {
        display: inline; }
    #footer .footer-content .footer-links {
      margin: 0.5rem 0;
      border-right: 1px solid #333; }
      #footer .footer-content .footer-links p {
        margin: 0.5rem 0; }
      @media only all and (max-width: 30rem) {
        #footer .footer-content .footer-links {
          width: -webkit-calc(40% - 0.9rem);
          width: calc(40% - 0.9rem); } }
      @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
        #footer .footer-content .footer-links {
          width: -webkit-calc(40% - 0.9rem);
          width: calc(40% - 0.9rem); } }
      @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
        #footer .footer-content .footer-links {
          width: -webkit-calc(30% - 0.9rem);
          width: calc(30% - 0.9rem); } }
      @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
        #footer .footer-content .footer-links {
          width: -webkit-calc(20% - 0.9rem);
          width: calc(20% - 0.9rem); } }
      @media only all and (min-width: 75rem) {
        #footer .footer-content .footer-links {
          width: -webkit-calc(20% - 0.9rem);
          width: calc(20% - 0.9rem); } }
    #footer .footer-content .footer-contact {
      padding-left: 1rem;
      padding-bottom: 0.5rem;
      margin: 0.5rem 0; }
      #footer .footer-content .footer-contact p {
        display: inline; }
        #footer .footer-content .footer-contact p.contact-title {
          font-weight: 600;
          margin: 0.5rem 0 0 0;
          display: block; }
      @media only all and (max-width: 30rem) {
        #footer .footer-content .footer-contact {
          width: 60%; } }
      @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
        #footer .footer-content .footer-contact {
          width: 60%; } }
      @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
        #footer .footer-content .footer-contact {
          width: 70%; } }
      @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
        #footer .footer-content .footer-contact {
          width: 80%; } }
      @media only all and (min-width: 75rem) {
        #footer .footer-content .footer-contact {
          width: 80%; } }
    #footer .footer-content .footer-copyright {
      display: block;
      width: 100%;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333; }
      #footer .footer-content .footer-copyright p {
        padding: 1rem 0;
        margin: 0; }
    #footer .footer-content .footer-social {
      margin-top: 0.5rem;
      font-size: 1.5rem;
      text-align: left;
      width: 100%; }
  #footer a {
    text-decoration: underline; }
    #footer a:hover {
      color: #fff; }

html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
  font-family: "Noto Sans", "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  letter-spacing: -0px; }

h1 {
  font-size: 2rem; }
  @media only all and (max-width: 47.938rem) {
    h1 {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 2.5rem; } }

@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  h2 {
    font-size: 1.4rem; } }
@media only all and (max-width: 47.938rem) {
  h2 {
    font-size: 1.3rem; } }

@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  h3 {
    font-size: 1.3rem; } }
@media only all and (max-width: 47.938rem) {
  h3 {
    font-size: 1.2rem; } }

@media only all and (max-width: 30rem) {
  h4 {
    font-size: 1.05rem; } }

h1 {
  text-align: center;
  letter-spacing: -3px; }

h2 {
  letter-spacing: -2px; }

h3 {
  letter-spacing: -1px; }

h1 + h2 {
  margin: -2rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans", "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    h1 + h2 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938rem) {
    h1 + h2 {
      font-size: 1.5rem; } }

h2 + h3 {
  margin: 0.5rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans", "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300; }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    h2 + h3 {
      font-size: 1.6rem; } }
  @media only all and (max-width: 47.938rem) {
    h2 + h3 {
      font-size: 1.5rem; } }

blockquote {
  border-left: 10px solid #F0F2F4; }
  blockquote p {
    font-size: 1.1rem;
    color: #999; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #666;
    font-size: 1.2rem; }

blockquote > blockquote > blockquote {
  margin: 0; }
  blockquote > blockquote > blockquote p {
    padding: 15px;
    display: block;
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem; }
  blockquote > blockquote > blockquote > p {
    margin-left: -71px;
    border-left: 10px solid #F0AD4E;
    background: #FCF8F2;
    color: #df8a13; }
    blockquote > blockquote > blockquote > p a {
      color: #b06d0f; }
      blockquote > blockquote > blockquote > p a:hover {
        color: #f2b866; }
  blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -94px;
    border-left: 10px solid #D9534F;
    background: #FDF7F7;
    color: #b52b27; }
    blockquote > blockquote > blockquote > blockquote > p a {
      color: #8b211e; }
      blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #de6764; }
  blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -118px;
    border-left: 10px solid #5BC0DE;
    background: #F4F8FA;
    color: #28a1c5; }
    blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #1f7e9a; }
      blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #70c8e2; }
  blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -142px;
    border-left: 10px solid #5CB85C;
    background: #F1F9F1;
    color: #3d8b3d; }
    blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
      color: #2d672d; }
      blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
        color: #6ec06e; }

code,
kbd,
pre,
samp {
  font-family: "Inconsolata", monospace; }

code {
  background: #f9f2f4;
  color: #9c1d3d; }

pre {
  padding: 0.5rem;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px; }
  pre code {
    color: #237794;
    background: inherit; }

hr {
  border-bottom: 4px solid #F0F2F4; }

.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;
  background: #777;
  color: #fff; }

.label {
  vertical-align: middle;
  background: #777;
  border-radius: 100%;
  color: #fff;
  height: 1rem;
  min-width: 1rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-size: 0.5rem;
  font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  margin-right: 0.75rem; }

fieldset {
  border: 1px solid #ddd; }

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd; }
  textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: #777; }

.form-field .required {
  color: #F3443F;
  font-size: 2.8rem;
  line-height: 2.8rem;
  vertical-align: top;
  height: 1.5rem;
  display: inline-block; }

form .buttons {
  text-align: center; }
form input {
  font-weight: 400; }

table {
  border: 1px solid #eaeaea;
  table-layout: auto; }

th {
  background: #f7f7f7;
  padding: 0.5rem; }

td {
  padding: 0.5rem;
  border: 1px solid #eaeaea; }

.button {
  background: #fff;
  color: #777;
  border: 1px solid #777;
  border-radius: 3px; }
  .button:hover {
    background: #777;
    color: #fff; }
  .button:active {
    box-shadow: 0 1px 0 #585858; }

.button-secondary {
  background: #fff;
  color: #F6635E;
  border: 1px solid #F6635E;
  border-radius: 3px; }
  .button-secondary:hover {
    background: #F6635E;
    color: #fff; }
  .button-secondary:active {
    box-shadow: 0 1px 0 #f32b24; }

.bullets {
  margin: 1.2rem 0;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  overflow: auto; }

.bullet {
  float: left;
  padding: 0 0.6rem; }

.two-column-bullet {
  width: 50%; }
  @media only all and (max-width: 47.938rem) {
    .two-column-bullet {
      width: 100%; } }

.three-column-bullet {
  width: 33.33333%; }
  @media only all and (max-width: 47.938rem) {
    .three-column-bullet {
      width: 100%; } }

.four-column-bullet {
  width: 25%; }
  @media only all and (max-width: 47.938rem) {
    .four-column-bullet {
      width: 100%; } }

.bullet-icon {
  float: left;
  background: #777;
  padding: 0.875rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  text-align: center; }

.bullet-icon-1 {
  background: #777; }

.bullet-icon-2 {
  background: #777777; }

.bullet-icon-3 {
  background: #777777; }

.bullet-content {
  margin-left: 4.55rem; }

.sb-slidebar {
  background-color: #333 !important; }

#panel {
  padding-top: 1rem;
  color: #ddd; }
  #panel .navigation {
    list-style: none;
    padding: 0; }
    #panel .navigation > li {
      border-bottom: 1px solid #3d3d3d; }
      #panel .navigation > li a {
        color: #ddd;
        display: block;
        padding: 0.5rem 1rem;
        font-weight: 600; }
        #panel .navigation > li a:hover {
          color: white;
          background-color: #262626; }
        #panel .navigation > li a:last-child {
          border-bottom: 0; }
      #panel .navigation > li.active > a {
        background: #fff;
        color: #444; }
        #panel .navigation > li.active > a:hover {
          color: #444; }
      #panel .navigation > li:first-child {
        border-top: 1px solid #3d3d3d; }
      #panel .navigation > li ul {
        list-style: none;
        padding: 0; }
        #panel .navigation > li ul li {
          border: 0 !important; }
          #panel .navigation > li ul li a {
            color: #c4c4c4;
            padding: 0.2rem 1rem 0.2rem 2rem;
            font-size: 0.9rem; }
          #panel .navigation > li ul li li a {
            padding-left: 3rem; }
            #panel .navigation > li ul li li a li a {
              padding-left: 4rem; }
          #panel .navigation > li ul li.active > a {
            background: #ccc; }

.blog-header {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .blog-header.blog-header-image {
    background-size: cover;
    background-position: center;
    background-color: #444; }
    .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
      color: #FFFFFF;
      text-align: center; }
  .blog-header h1 {
    font-size: 4rem;
    margin-top: 0;
    max-width: 67rem;
    margin: auto; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .blog-header h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938rem) {
      .blog-header h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .blog-header p {
    display: none;
    color: #ddd;
    text-align: center;
    width: 50%;
    margin: auto; }
    @media only all and (max-width: 47.938rem) {
      .blog-header p {
        width: 80%; } }
  .blog-header + .blog-content {
    padding-top: 3rem; }

.content-wrapper.blog-content-list, .person-page-wrapper.blog-content-list, #error {
  padding: 1.5rem 0 0 0;
  width: 90%;
  margin: 0 auto;
  display: block; }
  @media only all and (min-width: 75rem) {
    .content-wrapper.blog-content-list, .person-page-wrapper.blog-content-list, #error {
      width: 67rem; } }
  .content-wrapper.blog-content-list .home-title, .person-page-wrapper.blog-content-list .home-title, #error .home-title {
    width: 100%; }
    .content-wrapper.blog-content-list .home-title h2, .person-page-wrapper.blog-content-list .home-title h2, #error .home-title h2 {
      margin-top: 1rem;
      margin-bottom: 1.5rem; }
  .content-wrapper.blog-content-list #listing, .person-page-wrapper.blog-content-list #listing, #error #listing {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem);
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; }
    .content-wrapper.blog-content-list #listing .pagination, .person-page-wrapper.blog-content-list #listing .pagination, #error #listing .pagination {
      width: 100%;
      padding: 1rem 1rem 0 0;
      margin: 0;
      display: none; }

.loading-text {
  display: none;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600; }

.blog-filter {
  letter-spacing: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  box-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .blog-filter.show-filter {
    opacity: 1; }
  .blog-filter .filter-wrapper {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
    margin-bottom: 0.5rem; }
  .blog-filter .blog-filter-title {
    width: 100%;
    font-weight: 300; }
  .blog-filter h6 {
    margin: 0 0 0.5rem 0;
    font-weight: 600; }
  .blog-filter p {
    display: inline; }
  .blog-filter .text-filter-by {
    font-weight: 600;
    padding: 0.5rem 0;
    margin-right: 1rem;
    font-size: 0.8rem; }
  .blog-filter .specific-filter {
    padding: 0;
    color: #aaa;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-left: 0; }
    .blog-filter .specific-filter h6 {
      color: #444; }
    .blog-filter .specific-filter .filter-title {
      background-color: #fff;
      color: #666;
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      padding: 0.5rem;
      border: none;
      cursor: default;
      outline: none;
      font-size: 0.8rem; }
    .blog-filter .specific-filter .dropdown-content {
      display: none;
      position: absolute;
      min-width: 160px;
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.4);
      z-index: 2; }
    .blog-filter .specific-filter:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 3; }
      .blog-filter .specific-filter:hover .dropdown-content {
        display: block; }
      .blog-filter .specific-filter:hover .filter-title {
        color: #000;
        box-shadow: none; }
  .blog-filter .active-content {
    padding-bottom: 0.5rem;
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-filter .filter-link {
    color: #666;
    padding: 0.8rem;
    text-decoration: none;
    display: block;
    background-color: #fff; }
    .blog-filter .filter-link .fa-square {
      display: inline; }
    .blog-filter .filter-link .fa-check-square {
      display: none; }
    .blog-filter .filter-link.active, .blog-filter .filter-link.cancel-all {
      display: inline-block;
      padding: 0.2rem 0.5rem;
      margin: 0;
      background-color: #eee;
      order: 1; }
    .blog-filter .filter-link.active .fa-square {
      display: none; }
    .blog-filter .filter-link.active .fa-check-square {
      display: inline; }
    .blog-filter .filter-link.active:hover .fa-square {
      display: inline; }
    .blog-filter .filter-link.active:hover .fa-check-square {
      display: none; }
    .blog-filter .filter-link.cancel-all {
      display: none;
      order: 2;
      font-weight: 600; }
      .blog-filter .filter-link.cancel-all:hover ~ .active {
        color: #444; }
        .blog-filter .filter-link.cancel-all:hover ~ .active .fa-square {
          display: inline; }
        .blog-filter .filter-link.cancel-all:hover ~ .active .fa-check-square {
          display: none; }
    .blog-filter .filter-link.clear-all-filters {
      padding: 0.5rem 1rem 0.5rem 0.1rem;
      display: none;
      margin-top: 0;
      height: 100%; }
      .blog-filter .filter-link.clear-all-filters:hover .fa-square {
        display: inline; }
    .blog-filter .filter-link:hover {
      color: #444; }
      .blog-filter .filter-link:hover .fa-square {
        display: none; }
      .blog-filter .filter-link:hover .fa-check-square {
        display: inline; }

.list-item-wrapper {
  margin: 0 1rem 1rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .list-item-wrapper.show-list-item {
    opacity: 1; }
  @media only all and (max-width: 30rem) {
    .list-item-wrapper {
      width: -webkit-calc(100% - 1rem);
      width: calc(100% - 1rem); } }
  @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
    .list-item-wrapper {
      width: -webkit-calc(100% - 1rem);
      width: calc(100% - 1rem); } }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    .list-item-wrapper {
      width: -webkit-calc(50% - 1rem);
      width: calc(50% - 1rem); } }
  @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
    .list-item-wrapper {
      width: -webkit-calc(50% - 1rem);
      width: calc(50% - 1rem); } }
  @media only all and (min-width: 75rem) {
    .list-item-wrapper {
      width: -webkit-calc(33.33% - 1rem);
      width: calc(33.33% - 1rem); } }
  .list-item-wrapper .p-summary h1, .list-item-wrapper .p-summary h2, .list-item-wrapper .p-summary h3, .list-item-wrapper .p-summary h4, .list-item-wrapper .p-summary h5, .list-item-wrapper .p-summary h6 {
    display: none; }
  .list-item-wrapper .list-blog-header {
    position: relative;
    overflow: hidden;
    background-color: #444; }
    .list-item-wrapper .list-blog-header .cross-browser-padding-fix {
      padding-top: 40%; }
    .list-item-wrapper .list-blog-header h4 {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 33% 1rem 0 1rem;
      margin-bottom: 0.5rem;
      margin-top: 0;
      width: 100%;
      cursor: pointer;
      z-index: 1; }
      .list-item-wrapper .list-blog-header h4 .fa-chevron-left, .list-item-wrapper .list-blog-header h4 .fa-chevron-right {
        font-size: 0.7em; }
      .list-item-wrapper .list-blog-header h4 a {
        color: #ccc; }
        .list-item-wrapper .list-blog-header h4 a:hover {
          color: #fff; }
        .list-item-wrapper .list-blog-header h4 a .link-spanner {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 2; }
    .list-item-wrapper .list-blog-header img {
      display: block;
      margin-top: 0;
      position: absolute;
      top: 0; }
    .list-item-wrapper .list-blog-header:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: -webkit-linear-gradient(to top, black, transparent);
      background-image: -moz-linear-gradient(to top, black, transparent);
      background-image: -o-linear-gradient(to top, black, transparent);
      background-image: linear-gradient(to top, black, transparent);
      opacity: 0.6;
      z-index: 1; }
  .list-item-wrapper .list-blog-date {
    display: none;
    float: right;
    text-align: center; }
    .list-item-wrapper .list-blog-date span {
      display: block;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 110%; }
    .list-item-wrapper .list-blog-date em {
      display: block;
      border-top: 1px solid #EEEEEE;
      font-style: normal;
      text-transform: uppercase; }
  .list-item-wrapper .extra-details {
    display: block;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 0.2rem 1rem 0.2rem 1rem;
    margin-top: auto; }
    .list-item-wrapper .extra-details .location-detail {
      display: inline;
      padding-right: 0.6rem;
      font-size: 0.7rem;
      margin: 0; }
      .list-item-wrapper .extra-details .location-detail.last-location {
        border-right: 1px solid #ddd;
        margin-right: 0.4rem; }
    .list-item-wrapper .extra-details .year-detail {
      padding-right: 0.3rem;
      margin: 0;
      font-size: 0.7rem;
      display: inline; }
  .list-item-wrapper .e-content {
    display: block;
    padding: 0.7rem 1rem; }
    .list-item-wrapper .e-content p {
      margin: 0;
      overflow: hidden; }

.list-blog-padding {
  padding: 0; }

.blog-content-item .list-blog-padding > p:nth-child(2) {
  font-size: 1rem; }

.tags a {
  display: inline-block;
  font-size: 0.6rem;
  border: 1px solid #777;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase; }

.archives, .related-pages {
  padding: 0;
  list-style: none; }
  .archives li, .related-pages li {
    border-bottom: 1px solid #EEEEEE;
    line-height: 1.8rem; }
    .archives li:last-child, .related-pages li:last-child {
      border-bottom: 0; }

.related-pages li a {
  display: block; }
.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%; }

.syndicate a {
  margin-bottom: 1rem; }

div#breadcrumbs {
  padding-left: 0; }
  @media only all and (max-width: 47.938rem) {
    div#breadcrumbs {
      display: none; } }

#sidebar {
  padding-left: 3rem; }
  @media only all and (max-width: 47.938rem) {
    #sidebar {
      padding-left: 0; } }
  #sidebar .sidebar-content {
    margin-bottom: 3rem; }
    #sidebar .sidebar-content h4 {
      margin-bottom: 1rem; }
    #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
      margin-top: 1rem; }

ul.pagination {
  margin: 0 0 3rem;
  text-align: center; }

.prev-next {
  margin-top: 5rem;
  text-align: center; }

.sort-controls .sort-button {
  outline: none;
  padding: 0;
  background-color: #fff;
  margin: 0 0.4rem 1rem 0.4rem; }
  .sort-controls .sort-button:first-of-type {
    margin-left: 0; }
  .sort-controls .sort-button .asc-arrow, .sort-controls .sort-button .desc-arrow {
    padding-left: 0.2rem;
    display: none; }
  .sort-controls .sort-button.asc .asc-arrow {
    display: inline; }
  .sort-controls .sort-button.desc .desc-arrow {
    display: inline; }

.people-names {
  width: 100%; }
  .people-names .list {
    padding: 0;
    margin-top: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem); }
    .people-names .list li {
      display: block;
      padding: 0 1rem 1rem 0; }
      .people-names .list li .person-holder {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 0 0.5rem 0 0;
        display: inline-block;
        position: relative; }
        .people-names .list li .person-holder .person-image {
          width: 20%;
          padding-bottom: 20%;
          float: left;
          background-color: #eee; }
          .people-names .list li .person-holder .person-image img {
            opacity: 0;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            margin: 0;
            height: 100%;
            position: absolute; }
        .people-names .list li .person-holder .person-info {
          width: 80%;
          float: left;
          padding: 0.5rem 1rem 0 1rem;
          min-height: 4rem; }
          .people-names .list li .person-holder .person-info .person-name {
            text-overflow: ellipsis;
            margin: 0;
            padding: 0;
            overflow: hidden;
            white-space: nowrap; }
          .people-names .list li .person-holder .person-info .person-class {
            margin: 0;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .people-names .list li .person-holder .person-info .person-major {
            margin: 0;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
      @media only all and (max-width: 30rem) {
        .people-names .list li {
          width: 100%; }
          .people-names .list li .person-name {
            font-size: 1rem; } }
      @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
        .people-names .list li {
          width: 100%; }
          .people-names .list li .person-name {
            font-size: 1rem; } }
      @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
        .people-names .list li {
          width: 50%; } }
      @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
        .people-names .list li {
          width: 50%; } }
      @media only all and (min-width: 75rem) {
        .people-names .list li {
          width: 33.3%; } }

#name-filter-search {
  margin-right: 0;
  margin-bottom: 1rem; }

#everyone-name-list {
  margin-right: 1rem; }

#error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 6rem; }
  #error h1 {
    font-size: 4.8rem; }
  #error p {
    margin: 1rem 0; }
  #error a {
    text-decoration: underline; }

.navigation .search-wrapper {
  float: left; }
  .navigation .search-wrapper .search-input {
    width: 100%; }

.sb-slidebar .search-wrapper {
  padding: 1rem 1rem 1rem 0.6rem;
  width: 100%; }
  .sb-slidebar .search-wrapper .search-input {
    background-color: transparent; }

.simplesearch h1 {
  margin-bottom: 0; }
.simplesearch .center {
  text-align: center; }
.simplesearch input {
  display: inline-block;
  max-width: 30rem;
  font-size: 2rem; }
.simplesearch .search-image {
  margin-top: 1rem; }
  .simplesearch .search-image img {
    border-radius: 4px; }
    @media only all and (max-width: 47.938rem) {
      .simplesearch .search-image img {
        display: none; } }
@media only all and (max-width: 47.938rem) {
  .simplesearch .search-item {
    margin-left: 0; } }
.simplesearch .search-wrapper .search-submit {
  height: 52px;
  padding: 0 10px; }
  .simplesearch .search-wrapper .search-submit img {
    width: 30px; }
.simplesearch .search-details {
  float: right;
  margin-top: -2.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #777777; }
  @media only all and (max-width: 47.938rem) {
    .simplesearch .search-details {
      float: none;
      margin-top: -0.2rem;
      margin-bottom: 1rem; } }
.simplesearch hr {
  border-bottom: 1px solid #eee; }

.no-pages-holder {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 2rem; }

.no-pages-found {
  padding-top: 1rem;
  letter-spacing: 0;
  display: block;
  text-align: center; }

.no-page-action {
  letter-spacing: 0;
  display: block;
  text-align: center; }
  .no-page-action a {
    text-decoration: underline; }

.flush-top.search-results-header p {
  display: block; }

.panel-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.6; }
.panel-bg .panel-padding {
  position: relative; }
  @media only all and (max-width: 47.938rem) {
    .panel-bg .panel-padding {
      padding-top: 40vh !important; } }
.panel-bg h1, .panel-bg h2, .panel-bg h3, .panel-bg h4, .panel-bg h5, .panel-bg h6, .panel-bg p, .panel-bg a {
  padding: 1rem 0;
  margin: 0;
  text-align: center;
  color: #fff; }
.panel-bg h1 {
  font-size: 4rem;
  padding-bottom: 0; }
.panel-bg h2 {
  font-size: 3.5rem; }
.panel-bg h3 {
  font-size: 3rem; }
.panel-bg h4 {
  font-size: 2.5rem; }
.panel-bg h5 {
  font-size: 2rem; }
.panel-bg h6 {
  font-size: 1.5rem; }
@media only all and (max-width: 47.938rem) {
  .panel-bg h1 {
    padding: 0;
    font-size: 3rem; }
  .panel-bg h2 {
    font-size: 2.5rem; }
  .panel-bg h3 {
    font-size: 2rem; }
  .panel-bg h4 {
    font-size: 1.5rem; }
  .panel-bg h5 {
    font-size: 1rem; }
  .panel-bg h6 {
    font-size: 0.5rem; } }
.panel-bg a:hover {
  color: #ddd; }

.lightSlider {
  padding-bottom: 0 !important;
  background-color: #fff; }

.grav-lightslider .lSAction .lSNext, .grav-lightslider .lSAction .lSPrev {
  height: 6rem;
  width: 4rem;
  z-index: 19; }
  .grav-lightslider .lSAction .lSNext .fa, .grav-lightslider .lSAction .lSPrev .fa {
    font-size: 4rem;
    color: #fff;
    margin-top: 1rem; }
.grav-lightslider .lSAction .lSPrev .fa {
  float: left; }
.grav-lightslider .lSAction .lSNext .fa {
  float: right; }

#facebook-posts {
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  position: relative; }
  @media only all and (min-width: 75rem) {
    #facebook-posts {
      width: 67rem; } }
  #facebook-posts #posts-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem); }
    #facebook-posts #posts-holder .lazy {
      opacity: 1; }
  #facebook-posts .facebook-post {
    display: flex;
    float: left;
    height: 200px;
    background-color: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 1rem 1rem 0; }
    #facebook-posts .facebook-post:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #222;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    #facebook-posts .facebook-post.show-post:before {
      opacity: 0; }
    #facebook-posts .facebook-post figure {
      display: none; }
    #facebook-posts .facebook-post .hover-layer {
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #facebook-posts .facebook-post .hover-layer .hover-layer-animation {
        height: 0;
        background-color: transparent;
        overflow: hidden;
        padding: 0 1rem; }
      #facebook-posts .facebook-post .hover-layer a {
        height: 100%;
        opacity: 0; }
      #facebook-posts .facebook-post .hover-layer .facebook-text {
        height: 100%; }
      #facebook-posts .facebook-post .hover-layer .facebook-text p {
        color: #fff;
        margin: 0;
        font-size: 0.8rem; }
    #facebook-posts .facebook-post .hover-layer:hover .hover-layer-animation {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      padding: 1rem 1rem; }
    @media only all and (max-width: 30rem) {
      #facebook-posts .facebook-post {
        width: -webkit-calc(50%  -  1rem);
        width: calc(50%  -  1rem);
        padding-bottom: -webkit-calc(50%  -  1rem);
        padding-bottom: calc(50%  -  1rem); } }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      #facebook-posts .facebook-post {
        width: -webkit-calc(25%  -  1rem);
        width: calc(25%  -  1rem);
        padding-bottom: -webkit-calc(25%  -  1rem);
        padding-bottom: calc(25%  -  1rem); } }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      #facebook-posts .facebook-post {
        width: -webkit-calc(25%  -  1rem);
        width: calc(25%  -  1rem);
        padding-bottom: -webkit-calc(25%  -  1rem);
        padding-bottom: calc(25%  -  1rem); } }
    @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
      #facebook-posts .facebook-post {
        width: -webkit-calc(16.6%  -  1rem);
        width: calc(16.6%  -  1rem);
        padding-bottom: -webkit-calc(16.6%  -  1rem);
        padding-bottom: calc(16.6%  -  1rem); } }
    @media only all and (min-width: 75rem) {
      #facebook-posts .facebook-post {
        width: -webkit-calc(16.6%  -  1rem);
        width: calc(16.6%  -  1rem);
        padding-bottom: -webkit-calc(16.6%  -  1rem);
        padding-bottom: calc(16.6%  -  1rem); } }

.homepage .loading-text {
  position: absolute;
  display: block;
  background-color: white;
  color: #444;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5% 15%;
  margin: auto;
  text-align: center;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  @media only all and (max-width: 30rem) {
    .homepage .loading-text {
      top: 16%; } }
  @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
    .homepage .loading-text {
      top: 32%; } }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    .homepage .loading-text {
      top: 32%; } }
  @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
    .homepage .loading-text {
      top: 48%; } }
  @media only all and (min-width: 75rem) {
    .homepage .loading-text {
      top: 48%; } }
  .homepage .loading-text.hide-loading {
    opacity: 0; }

.not-available {
  margin: 0 auto;
  height: 15rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .not-available.show-not-available {
    opacity: 1; }
  .not-available p {
    width: 100%;
    text-align: center;
    padding: 1rem; }

#header #navbar .langswitcher {
  direction: ltr;
  float: left;
  margin-left: 0; }
  #header #navbar .langswitcher li .active {
    display: none; }
  #header #navbar .langswitcher li #change-language {
    margin: 0 0 -3px 0;
    color: #fff; }
  @media only all and (max-width: 30rem) {
    #header #navbar .langswitcher {
      display: none; } }
  @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
    #header #navbar .langswitcher {
      display: none; } }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    #header #navbar .langswitcher {
      display: none; } }

#navbar .navigation .langswitcher {
  display: none; }

#panel .langswitcher {
  clear: both;
  list-style-type: none;
  padding: 0 1rem; }
  #panel .langswitcher li .active {
    display: none; }
  #panel .langswitcher li a:hover {
    color: #fff; }
  #panel .langswitcher li h6 {
    margin: 0; }

.comma {
  display: inline; }

.default-external-link {
  text-align: center;
  display: block;
  width: 50%;
  margin: 0 auto;
  font-size: 1rem;
  color: #bbb; }
  .default-external-link:hover {
    color: #fff; }

.justify-this {
  letter-spacing: 0;
  font-size: 10px;
  text-align: left;
  margin: -0.2rem 0 1.5rem -0.2rem;
  opacity: 0; }
  @media only all and (max-width: 30rem) {
    .justify-this {
      width: 45%;
      float: left; } }
  .justify-this .justify-this-row {
    line-height: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
    .justify-this .justify-this-row.date-row {
      line-height: 90%;
      margin: 0; }
    .justify-this .justify-this-row.type-row {
      overflow: initial; }
    .justify-this .justify-this-row a {
      display: inline-block; }

.default-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  @media only all and (min-width: 75rem) {
    .default-wrapper {
      width: 67rem; } }
  @media only all and (max-width: 30rem) {
    .default-wrapper {
      padding-top: 2rem; } }
  @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
    .default-wrapper {
      padding-top: 3rem; } }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    .default-wrapper {
      padding-top: 3.5rem; } }
  @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
    .default-wrapper {
      padding-top: 4rem; } }
  @media only all and (min-width: 75rem) {
    .default-wrapper {
      padding-top: 4rem; } }
  .default-wrapper #default-listing {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem); }
    .default-wrapper #default-listing .default-left-section {
      width: 20%;
      padding: 0 2rem 1rem 0; }
    .default-wrapper #default-listing .default-right-section {
      width: 80%;
      padding-right: 1rem; }
    .default-wrapper #default-listing .default-far-right-section {
      padding-right: 1rem;
      margin-left: auto;
      margin-bottom: 1rem; }
    .default-wrapper #default-listing .default-section.copyright-section {
      box-shadow: none;
      padding-left: 0;
      padding-top: 0;
      padding-right: 1rem;
      margin-left: auto; }
      .default-wrapper #default-listing .default-section.copyright-section p, .default-wrapper #default-listing .default-section.copyright-section a {
        color: #aaa;
        font-size: 0.6rem;
        display: inline;
        box-shadow: none;
        padding: 0; }
      .default-wrapper #default-listing .default-section.copyright-section a {
        text-decoration: underline; }
    @media only all and (max-width: 30rem) {
      .default-wrapper #default-listing .default-left-section {
        width: 100%;
        margin: 0 auto;
        padding: 0; }
      .default-wrapper #default-listing .default-right-section {
        width: 100%; }
      .default-wrapper #default-listing .default-far-right-section {
        width: 100%; }
      .default-wrapper #default-listing .default-section.copyright-section {
        width: 100%; } }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      .default-wrapper #default-listing .default-left-section {
        width: 40%; }
      .default-wrapper #default-listing .default-right-section {
        width: 60%; }
      .default-wrapper #default-listing .default-far-right-section {
        width: 60%; }
      .default-wrapper #default-listing .default-section.copyright-section {
        width: 60%; } }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .default-wrapper #default-listing .default-left-section {
        width: 30%; }
      .default-wrapper #default-listing .default-right-section {
        width: 70%;
        font-size: 0.9rem; }
      .default-wrapper #default-listing .default-far-right-section {
        width: 70%; }
      .default-wrapper #default-listing .default-section.copyright-section {
        width: 70%; } }
    @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
      .default-wrapper #default-listing .default-left-section {
        width: 20%; }
      .default-wrapper #default-listing .default-right-section {
        width: 60%;
        font-size: 0.9rem;
        padding-right: 1.6rem; }
      .default-wrapper #default-listing .default-far-right-section {
        width: 20%; }
      .default-wrapper #default-listing .default-section.copyright-section {
        width: 60%;
        margin-right: auto;
        padding-right: 1.6rem; } }
    @media only all and (min-width: 75rem) {
      .default-wrapper #default-listing .default-left-section {
        width: 20%; }
      .default-wrapper #default-listing .default-right-section {
        width: 60%;
        font-size: 0.9rem;
        padding-right: 1.6rem; }
      .default-wrapper #default-listing .default-far-right-section {
        width: 20%; }
      .default-wrapper #default-listing .default-section.copyright-section {
        width: 60%;
        margin-right: auto;
        padding-right: 1.6rem; } }
    .default-wrapper #default-listing .default-big-title {
      width: 100%;
      text-align: left;
      margin-bottom: 0.25rem;
      line-height: 1;
      border-top: 1px solid #444; }
      @media only all and (max-width: 30rem) {
        .default-wrapper #default-listing .default-big-title {
          padding-right: 1rem; } }
      .default-wrapper #default-listing .default-big-title div {
        width: 100%;
        padding-top: 0.25rem; }
        .default-wrapper #default-listing .default-big-title div h2 {
          text-transform: uppercase;
          font-weight: 400;
          letter-spacing: 0;
          margin-top: 0;
          margin-bottom: 0;
          font-size: 0.8rem; }
    .default-wrapper #default-listing .people-section {
      width: -webkit-calc(100% + 2rem);
      width: calc(100% + 2rem);
      display: block;
      margin-left: -1rem;
      padding: 0 1rem 1rem 1rem;
      height: 15rem;
      overflow: hidden;
      position: relative; }
      @media only all and (max-width: 30rem) {
        .default-wrapper #default-listing .people-section {
          width: 100%;
          padding-left: 0;
          margin-left: 0; } }
      .default-wrapper #default-listing .people-section:before {
        content: '';
        position: absolute;
        width: -webkit-calc(100% + 1rem);
        width: calc(100% + 1rem);
        height: 40%;
        background-image: -webkit-linear-gradient(to top, white, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(to top, white, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(to top, white, rgba(255, 255, 255, 0));
        background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
        opacity: 1;
        z-index: 1;
        bottom: 0; }
      .default-wrapper #default-listing .people-section.people-section-show {
        height: auto; }
        .default-wrapper #default-listing .people-section.people-section-show:before {
          display: none; }
      .default-wrapper #default-listing .people-section .people-names .list {
        margin-bottom: 0; }
        .default-wrapper #default-listing .people-section .people-names .list li {
          width: 100%;
          margin-right: 1rem;
          padding: 0 0 0.25rem 0;
          border-top: 1px solid #ddd; }
          .default-wrapper #default-listing .people-section .people-names .list li .person-holder {
            overflow: hidden;
            box-shadow: none; }
            .default-wrapper #default-listing .people-section .people-names .list li .person-holder .person-image {
              width: 25%;
              padding-bottom: 25%; }
            .default-wrapper #default-listing .people-section .people-names .list li .person-holder .person-info {
              width: 75%;
              min-height: 0; }
            @media only all and (max-width: 30rem) {
              .default-wrapper #default-listing .people-section .people-names .list li .person-holder .person-image {
                width: 15%;
                padding-bottom: 15%; }
              .default-wrapper #default-listing .people-section .people-names .list li .person-holder .person-info {
                width: 85%; } }
          .default-wrapper #default-listing .people-section .people-names .list li .person-info {
            padding: 0 0.5rem;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute; }
            .default-wrapper #default-listing .people-section .people-names .list li .person-info .person-name {
              font-size: 0.8rem;
              position: absolute;
              width: 85%; }
    .default-wrapper #default-listing .show-all-people {
      margin-bottom: 1rem; }
      .default-wrapper #default-listing .show-all-people p {
        margin: 0;
        color: #888;
        text-align: center;
        cursor: pointer; }
        .default-wrapper #default-listing .show-all-people p:hover {
          color: #000; }
      .default-wrapper #default-listing .show-all-people .show-text {
        display: block; }
      .default-wrapper #default-listing .show-all-people .hide-text {
        display: none; }
      .default-wrapper #default-listing .show-all-people.show-section-show .show-text {
        display: none; }
      .default-wrapper #default-listing .show-all-people.show-section-show .hide-text {
        display: block; }
    .default-wrapper #default-listing .default-section {
      display: block;
      padding: 0;
      margin-bottom: 1.5rem;
      width: 100%; }
      .default-wrapper #default-listing .default-section h4 {
        display: block;
        margin: 2px 0 0.5rem 0;
        padding: 1px 0 0 0;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        text-transform: uppercase; }
      .default-wrapper #default-listing .default-section p, .default-wrapper #default-listing .default-section a {
        margin: 0 0 0.5rem 0;
        padding: 0.5rem;
        display: block; }
      .default-wrapper #default-listing .default-section .blog-person {
        display: inline; }
      .default-wrapper #default-listing .default-section.image-section {
        width: -webkit-calc(100% + 1rem);
        width: calc(100% + 1rem);
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        box-pack: left;
        -webkit-justify-content: left;
        -moz-justify-content: left;
        -ms-justify-content: left;
        -o-justify-content: left;
        justify-content: left;
        -ms-flex-pack: left;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        box-shadow: none;
        margin-bottom: 0; }
        .default-wrapper #default-listing .default-section.image-section h4 {
          width: 100%;
          padding-right: 1rem; }
        .default-wrapper #default-listing .default-section.image-section a {
          width: 100%; }
          .default-wrapper #default-listing .default-section.image-section a img {
            width: 100%;
            margin: 0;
            padding: 0; }
        .default-wrapper #default-listing .default-section.image-section .default-image-holder {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          padding: 0 1rem 1rem 0;
          float: left; }
          .default-wrapper #default-listing .default-section.image-section .default-image-holder a {
            line-height: 0;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            padding: 0; }
          @media only all and (max-width: 30rem) {
            .default-wrapper #default-listing .default-section.image-section .default-image-holder {
              width: 100%; } }
          @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
            .default-wrapper #default-listing .default-section.image-section .default-image-holder {
              width: 50%; } }
          @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
            .default-wrapper #default-listing .default-section.image-section .default-image-holder {
              width: 50%; } }
          @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
            .default-wrapper #default-listing .default-section.image-section .default-image-holder {
              width: 50%; } }
          @media only all and (min-width: 75rem) {
            .default-wrapper #default-listing .default-section.image-section .default-image-holder {
              width: 50%; } }
  .default-wrapper .default-people {
    display: inline; }
  .default-wrapper a {
    color: #777; }
    .default-wrapper a:hover {
      color: #222; }
  .default-wrapper p {
    width: 100%;
    text-align: justify; }
  .default-wrapper img {
    margin-bottom: 0.5rem;
    margin-top: 0.3rem; }
    .default-wrapper img.left-align {
      float: left;
      margin-right: 1rem; }
    .default-wrapper img.right-align {
      float: right;
      margin-left: 1rem; }
    .default-wrapper img.center-align {
      float: none;
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto; }

.featherlight .featherlight-previous {
  right: 90%; }
.featherlight .featherlight-next {
  left: 90%; }
.featherlight .featherlight-next span, .featherlight .featherlight-previous span {
  font-size: 3rem;
  display: block;
  text-shadow: 0px 4px 0px #000; }

.person-image.on-default-page img {
  opacity: 1 !important; }

.tax-holder {
  line-height: 1; }
  .tax-holder .tax-section {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0.7rem; }
    .tax-holder .tax-section a {
      display: block;
      padding: 0.25rem 0 0.25rem 0.5rem;
      border-top: 1px solid #ddd; }
    .tax-holder .tax-section .tax-title {
      margin: 0;
      padding: 0.25rem 0;
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: 400; }
  .tax-holder .tax-upper {
    display: block;
    padding: 0.25rem 0;
    margin: 0;
    width: 100%;
    border-top: 3px solid #444; }
    .tax-holder .tax-upper a {
      padding-left: 0;
      border-top: 0; }
      .tax-holder .tax-upper a .tax-type {
        font-size: 1.4rem;
        margin: 0;
        color: #444;
        letter-spacing: 0;
        font-weight: 600; }
  .tax-holder .tax-pre-title {
    display: inline;
    font-weight: 600; }
  .tax-holder .tax-section-mini {
    display: block;
    padding: 0.25rem 0 0.25rem 0.5rem;
    margin: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-bottom: 0.7rem; }

.default-content.hive-text, .about-content.hive-text {
  margin-bottom: 2rem;
  margin-top: -5px; }
  .default-content.hive-text pre, .about-content.hive-text pre {
    border-radius: 0; }
  .default-content.hive-text code, .about-content.hive-text code {
    color: #237794;
    background: #f0f0f0;
    padding: 0 0.2rem 0.15rem 0.2rem; }
  .default-content.hive-text p, .about-content.hive-text p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .default-content.hive-text a, .about-content.hive-text a {
    text-decoration: underline; }
  .default-content.hive-text h1, .default-content.hive-text h2, .default-content.hive-text h3, .default-content.hive-text h4, .default-content.hive-text h5, .default-content.hive-text h6, .about-content.hive-text h1, .about-content.hive-text h2, .about-content.hive-text h3, .about-content.hive-text h4, .about-content.hive-text h5, .about-content.hive-text h6 {
    margin: 0 0 0.5rem 0;
    text-align: inherit; }
  .default-content.hive-text h1, .about-content.hive-text h1 {
    font-size: 4rem;
    padding-bottom: 0;
    text-align: center; }
  .default-content.hive-text h2, .about-content.hive-text h2 {
    font-size: 3rem; }
  .default-content.hive-text h3, .about-content.hive-text h3 {
    font-size: 2.5rem; }
  .default-content.hive-text h4, .about-content.hive-text h4 {
    font-size: 1.8rem; }
  .default-content.hive-text h5, .about-content.hive-text h5 {
    font-size: 1.2rem;
    font-weight: 600; }
  .default-content.hive-text h6, .about-content.hive-text h6 {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0.2rem; }

.person-page-wrapper {
  padding: 1rem 0 0 0;
  width: 90%;
  margin: 0 auto 2rem auto;
  display: block; }
  @media only all and (min-width: 75rem) {
    .person-page-wrapper {
      width: 67rem; } }
  .person-page-wrapper #person-listing {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem); }
    .person-page-wrapper #person-listing .person-left-section {
      width: 20%;
      padding: 0 2rem 1rem 0; }
    .person-page-wrapper #person-listing .person-right-section {
      width: 80%;
      padding-right: 1rem; }
    .person-page-wrapper #person-listing .justify-this .justify-this-row.major-row {
      overflow: initial; }
    @media only all and (max-width: 30rem) {
      .person-page-wrapper #person-listing .person-left-section {
        width: 100%;
        padding: 0 1rem 1rem 0; }
      .person-page-wrapper #person-listing .person-right-section {
        width: 100%; } }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      .person-page-wrapper #person-listing .person-left-section {
        width: 40%; }
      .person-page-wrapper #person-listing .person-right-section {
        width: 60%; } }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .person-page-wrapper #person-listing .person-left-section {
        width: 20%; }
      .person-page-wrapper #person-listing .person-right-section {
        width: 80%; } }
    @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
      .person-page-wrapper #person-listing .person-left-section {
        width: 20%; }
      .person-page-wrapper #person-listing .person-right-section {
        width: 80%; } }
    @media only all and (min-width: 75rem) {
      .person-page-wrapper #person-listing .person-left-section {
        width: 20%; }
      .person-page-wrapper #person-listing .person-right-section {
        width: 80%; } }

.no-person-projects {
  width: 100%;
  display: block;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  margin-bottom: 1rem; }

.person-big-title {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1;
  padding-right: 1rem; }
  .person-big-title div {
    width: 100%;
    border-bottom: 1px solid #444;
    border-top: 3.5px solid #444;
    padding-top: 0.2rem; }
    .person-big-title div h2 {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0;
      margin-top: 0;
      margin-bottom: 0.2rem; }

.person-section {
  width: 100%;
  padding: 0;
  margin-top: 1rem; }
  .person-section h4 {
    margin: 0 0 0.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis; }
  .person-section a, .person-section p {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis; }
  .person-section.person-image-section {
    line-height: 0;
    margin-top: 0;
    margin-bottom: 1rem; }
    @media only all and (max-width: 30rem) {
      .person-section.person-image-section {
        float: left;
        width: 45%;
        margin-right: 10%; } }
    .person-section.person-image-section .person-image-holder {
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }
      .person-section.person-image-section .person-image-holder img {
        display: none; }
        .person-section.person-image-section .person-image-holder img.is-first-image {
          display: block; }

.about-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem 0 5rem 0; }
  @media only all and (min-width: 75rem) {
    .about-wrapper {
      width: 67rem; } }
  .about-wrapper .home-title {
    width: 100%; }
    .about-wrapper .home-title h2 {
      margin-top: 1rem;
      margin-bottom: 1.5rem; }
  .about-wrapper .about-content {
    text-align: justify;
    font-size: 0.9rem; }
    @media only all and (max-width: 47.938rem) {
      .about-wrapper .about-content {
        font-size: 0.8rem; } }
    .about-wrapper .about-content img {
      margin-bottom: 0.5rem;
      margin-top: 0.3rem; }
      .about-wrapper .about-content img.left-align {
        float: left;
        margin-right: 1rem; }
      .about-wrapper .about-content img.right-align {
        float: right;
        margin-left: 1rem; }
      .about-wrapper .about-content img.center-align {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto; }

.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1; }

#body > script:first-child + .grav-lightslider {
  margin-top: -3rem; }

.modular.header-image #header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .modular.header-image #header #logo h3 {
    color: #FFFFFF; }
  .modular.header-image #header #navbar a, .modular.header-image #header #navbar h6 {
    color: #FFFFFF; }
.modular .showcase {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF; }
  .modular .showcase h1 {
    font-size: 4rem;
    margin-top: 0; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .modular .showcase h1 {
        font-size: 3rem; } }
    @media only all and (max-width: 47.938rem) {
      .modular .showcase h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .modular .showcase .button {
    color: #FFFFFF;
    padding: 0.7rem 2rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1.1rem; }
    .modular .showcase .button:hover {
      background: rgba(255, 255, 255, 0.2); }

.modular .features {
  padding: 6rem 0;
  text-align: center; }
  .modular .features:after {
    content: "";
    display: table;
    clear: both; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features p {
    margin: 1rem 0;
    font-size: 1rem; }
    @media only all and (max-width: 47.938rem) {
      .modular .features p {
        font-size: 0.8rem; } }
  .modular .features .feature-items {
    margin-top: 2rem; }
    @supports not (flex-wrap: wrap) {
      .modular .features .feature-items {
        overflow: hidden; } }
  .modular .features .feature {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 50%; } }
    @media only all and (max-width: 30rem) {
      .modular .features .feature {
        margin-top: 1rem;
        width: 100%; } }
    .modular .features .feature i.fa {
      font-size: 2rem;
      color: #777; }
    .modular .features .feature h4 {
      margin: 0;
      font-size: 1.1rem; }
    .modular .features .feature p {
      display: inline-block;
      font-size: 0.8rem;
      margin: 0.2rem 0 1rem; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      width: 50%; }
      @media only all and (max-width: 30rem) {
        .modular .features.big .feature {
          margin-top: 1rem;
          width: 100%; } }
    .modular .features.big i.fa {
      font-size: 3rem;
      float: left; }
    .modular .features.big .feature-content {
      padding-right: 2rem; }
      .modular .features.big .feature-content.icon-offset {
        margin-left: 5rem; }
      .modular .features.big .feature-content h4 {
        font-size: 1.3rem;
        text-align: left; }
      .modular .features.big .feature-content p {
        padding: 0;
        text-align: left; }

#top.homepage .featured,
#top.homepage #facebook-posts,
#top.homepage .home-title,
#top.homepage .footer-content,
#top.homepage .plugins-main,
#top.homepage .not-available {
  width: 90%; }
#top.homepage #header {
  padding-left: -webkit-calc((100% - 90%)/2);
  padding-left: calc((100% - 90%)/2);
  padding-right: -webkit-calc((100% - 90%)/2);
  padding-right: calc((100% - 90%)/2); }
#top.homepage #logo {
  width: 14rem; }

#top .cc-window {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: -webkit-calc((100% - 90%)/2);
  padding-left: calc((100% - 90%)/2);
  padding-right: -webkit-calc((100% - 90%)/2);
  padding-right: calc((100% - 90%)/2); }
  #top .cc-window .cc-message {
    line-height: 1.2rem; }
    @media only all and (max-width: 30rem) {
      #top .cc-window .cc-message {
        font-size: 0.9rem; } }

.modular .featured {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: left; }
  @media only all and (min-width: 75rem) {
    .modular .featured {
      width: 67rem; } }
  .modular .featured:after {
    content: "";
    display: table;
    clear: both; }
  .modular .featured > div {
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
  .modular .featured .feature {
    height: 1000px;
    align-items: stretch;
    float: left;
    width: 100%;
    vertical-align: top;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-right: 1rem;
    position: relative; }
    .modular .featured .feature .feature-link-wrapper {
      margin: 0;
      padding: 0;
      display: block;
      position: absolute;
      height: 100%;
      width: -webkit-calc(100% - 1rem);
      width: calc(100% - 1rem); }
      .modular .featured .feature .feature-link-wrapper p {
        color: #ddd; }
        @media only all and (max-width: 30rem) {
          .modular .featured .feature .feature-link-wrapper p {
            color: #fff; } }
      .modular .featured .feature .feature-link-wrapper:hover p {
        color: #fff; }
    .modular .featured .feature .feature-hold {
      position: relative;
      height: 100%;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      background-color: #222;
      overflow: hidden; }
    .modular .featured .feature .feature-text-hold {
      bottom: 0;
      position: absolute;
      width: 100%;
      opacity: 1; }
      .modular .featured .feature .feature-text-hold > div {
        padding-top: 30%;
        padding-left: 3rem;
        padding-right: 2rem; }
      .modular .featured .feature .feature-text-hold:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
    .modular .featured .feature .feature-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-color: rgba(255, 255, 255, 0);
      z-index: 9;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      .modular .featured .feature .feature-image.make-visible {
        opacity: 1; }
    .modular .featured .feature .feature-title {
      position: relative;
      top: 0;
      left: 0;
      font-weight: 600;
      font-size: 1.4rem;
      z-index: 11;
      padding: 0;
      margin: 0;
      width: 100%; }
      .modular .featured .feature .feature-title .fa-chevron-left, .modular .featured .feature .feature-title .fa-chevron-right {
        font-size: 0.7em; }
    .modular .featured .feature .feature-summary {
      position: relative;
      clear: both;
      width: 80%;
      left: 0px;
      bottom: 2rem;
      text-align: left;
      z-index: 10;
      padding: 2rem 0 1rem 0;
      background-color: transparent;
      font-size: 0.8rem; }
      .modular .featured .feature .feature-summary h1, .modular .featured .feature .feature-summary h2, .modular .featured .feature .feature-summary h3, .modular .featured .feature .feature-summary h4, .modular .featured .feature .feature-summary h5, .modular .featured .feature .feature-summary h6 {
        display: none; }
      .modular .featured .feature .feature-summary p {
        margin: 0;
        padding: 0;
        margin-top: 1rem;
        clear: both;
        font-size: 0.9rem; }
        @media only all and (max-width: 30rem) {
          .modular .featured .feature .feature-summary p {
            font-size: 0.75rem; } }
    @media only all and (max-width: 30rem) {
      .modular .featured .feature {
        height: 25rem;
        width: 100%; } }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      .modular .featured .feature {
        height: 26rem;
        width: 100%; } }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .modular .featured .feature {
        height: 27rem;
        width: 100%; } }
    @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
      .modular .featured .feature {
        height: 28rem;
        width: 50%; } }
    @media only all and (min-width: 75rem) {
      .modular .featured .feature {
        height: 29rem;
        width: 33.3%; } }

.mission-main {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
  color: #222;
  width: 90%;
  margin: 4rem auto 0rem auto;
  padding: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap; }
  @media only all and (min-width: 75rem) {
    .mission-main {
      width: 67rem; } }
  .mission-main .mission-image {
    float: left;
    background-image: url("/user/pages/images/nyuadiocover.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .mission-main .mission-text {
    float: left;
    text-align: left;
    padding: 0rem 2rem 0rem 2rem; }
    .mission-main .mission-text h2 {
      margin: 0; }
  @media only all and (max-width: 30rem) {
    .mission-main .mission-image {
      width: 20%;
      padding-bottom: 20%; }
    .mission-main .mission-text {
      width: 80%; }
      .mission-main .mission-text p {
        margin: 1.2rem 0 2rem 0; } }
  @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
    .mission-main .mission-image {
      width: 10%;
      padding-bottom: 10%; }
    .mission-main .mission-text {
      width: 90%; } }
  @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
    .mission-main .mission-image {
      width: 10%;
      padding-bottom: 10%; }
    .mission-main .mission-text {
      width: 90%; } }
  @media only all and (min-width: 60rem) and (max-width: 74.938rem) {
    .mission-main .mission-image {
      width: 8%;
      padding-bottom: 8%; }
    .mission-main .mission-text {
      width: 92%; } }
  @media only all and (min-width: 75rem) {
    .mission-main .mission-image {
      width: 8%;
      padding-bottom: 8%; }
    .mission-main .mission-text {
      width: 92%; } }

.callout {
  background: #f6f6f6;
  padding: 6rem 0.938rem; }
  @media only all and (max-width: 59.938rem) {
    .callout {
      text-align: center; } }
  .callout .align-left {
    float: left;
    margin-right: 2rem; }
    @media only all and (max-width: 59.938rem) {
      .callout .align-left {
        float: none;
        margin-right: 0; } }
  .callout .align-right {
    float: right;
    margin-left: 2rem; }
    @media only all and (max-width: 59.938rem) {
      .callout .align-right {
        float: none;
        margin-left: 0; } }
  .callout img {
    border-radius: 3px; }

.plugins-main {
  width: 90%;
  margin: 1rem auto 0 auto; }
  @media only all and (min-width: 75rem) {
    .plugins-main {
      width: 67rem; } }
  .plugins-main .plugins-content {
    width: -webkit-calc(100% + 1rem);
    width: calc(100% + 1rem);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .plugins-main .plugins-content .plugin-section {
      display: block;
      margin: 0 1rem 1rem 0;
      padding: 1rem; }
      .plugins-main .plugins-content .plugin-section.randombook-section {
        width: -webkit-calc(25% - 1rem);
        width: calc(25% - 1rem);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-right: 1rem; }
        .plugins-main .plugins-content .plugin-section.randombook-section .randombook-link {
          display: inline-block; }
        .plugins-main .plugins-content .plugin-section.randombook-section .random-book-section-title {
          margin: 0 0 1rem 0; }
        .plugins-main .plugins-content .plugin-section.randombook-section .book-image {
          width: 50%;
          margin: 0 auto;
          display: inline-block;
          float: left; }
          .plugins-main .plugins-content .plugin-section.randombook-section .book-image img {
            width: 100%;
            outline: 1px solid #eee; }
        .plugins-main .plugins-content .plugin-section.randombook-section .random-book-title, .plugins-main .plugins-content .plugin-section.randombook-section .random-book-author {
          width: 50%;
          display: inline-block;
          margin: 0;
          padding: 0 0 0 0.5rem; }
        .plugins-main .plugins-content .plugin-section.randombook-section .random-book-author {
          color: #444;
          font-size: 0.6rem;
          margin-top: 0.5rem; }
      .plugins-main .plugins-content .plugin-section.featured-resources-section {
        width: 75%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .plugins-main .plugins-content .plugin-section.featured-resources-section .resource-link {
          display: block;
          height: 100%; }
        .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin: 0 1rem 1rem 0;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          padding: 1rem; }
          .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-title {
            margin: 0;
            padding-bottom: 1rem; }
          .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-image img {
            width: 100%; }
          .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary {
            margin-top: 0.5rem; }
            .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary p {
              margin: 0; }
            .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary h1, .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary h2, .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary h3, .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary h4, .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary h5, .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource .resource-summary h6 {
              display: none; }
    @media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
      .plugins-main .plugins-content .plugin-section.randombook-section {
        width: 100%; }
        .plugins-main .plugins-content .plugin-section.randombook-section .book-image {
          width: 20%; }
      .plugins-main .plugins-content .plugin-section.featured-resources-section {
        width: 100%; } }
    @media only all and (max-width: 30rem) {
      .plugins-main .plugins-content .plugin-section.randombook-section {
        width: 100%; }
      .plugins-main .plugins-content .plugin-section.featured-resources-section {
        width: 100%;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .plugins-main .plugins-content .plugin-section.featured-resources-section .featured-resource {
          width: 100%;
          -webkit-box-flex: none;
          -moz-box-flex: none;
          box-flex: none;
          -webkit-flex: none;
          -moz-flex: none;
          -ms-flex: none;
          flex: none; } }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }

.home-title {
  width: 90%;
  margin: auto; }
  @media only all and (min-width: 75rem) {
    .home-title {
      width: 67rem; } }
  .home-title > div {
    width: 100%;
    margin: auto; }
    .home-title > div h2 {
      border-top: 3.5px solid #444;
      border-bottom: 1px solid #444;
      padding-top: 4px;
      padding-bottom: 5px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0;
      margin-top: 4rem;
      margin-bottom: 0.1rem; }

/*# sourceMappingURL=template.css.map */
