body {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4d4c4c; }

.flexbox .message {
  display: none; }

.no-flexbox .site {
  display: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

textarea:focus, input:focus {
  outline: none; }

*:focus {
  outline: none; }

.intro {
  width: 100%;
  padding: 2em 1em 1em 1em;
  color: #00439a; }
  .intro h2 {
    padding-bottom: 1em; }
  .intro h4 {
    margin-top: 1em; }

.logos {
  padding-top: 3em;
  display: flex;
  flex-wrap: nowrap; }

.right {
  text-align: right; }

.phdbydesign {
  max-width: 12em;
  max-height: 7em; }

.goldsmiths {
  max-width: 12em;
  max-height: 7em; }

.leeds {
  max-width: 12em;
  max-height: 7em; }

.logo {
  padding: 1em 2em 1em 0em;
  opacity: 0.3; }

.search {
  margin: 0 auto;
  margin-top: 1em;
  width: 90%;
  margin-bottom: 1em; }

.search-input {
  flex-grow: 1; }

input {
  width: 100%;
  border: none;
  border: 2px solid #00439a;
  padding: 1em;
  color: #00439a;
  border-radius: 0;
  -webkit-appearance: none; }

.buttons {
  display: flex;
  flex-wrap: nowrap; }
  .buttons > div {
    border-left: none; }
  .buttons > div:first-child {
    border-left: 2px solid #00439a; }

.button {
  border: 2px solid #00439a;
  padding: 1em;
  border-top: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  flex-grow: 1;
  transition: all 0.3s ease; }
  .button:hover {
    background-color: #00439a;
    color: white; }

@media (min-width: 60em) {
  .search {
    display: flex; }
  .buttons {
    border-top: 2px solid #00439a; }
  input {
    border-right: none; } }

.inner-addon .glyphicon {
  position: absolute;
  pointer-events: none; }

.inner-addon {
  color: #cccccc;
  position: relative; }

.left-addon .glyphicon {
  top: 1.2em;
  left: 1em; }

.left-addon input {
  padding-left: 2.75em; }

.button-selected {
  background-color: #00439a !important;
  color: white; }

.header-title {
  font-size: 2.5em;
  text-transform: uppercase; }
  .header-title span {
    font-style: normal;
    font-weight: 700; }

.description {
  padding-top: 0.5em;
  font-size: 1.75em;
  margin: 0 auto;
  color: #4d4c4c;
  max-width: 30em;
  font-weight: 400;
  line-height: 1.5; }

.modal-header {
  border: none; }

.modal-heading {
  margin-bottom: 2em; }

.modal-content {
  border-radius: 0; }

.modal-footer {
  border: none; }

.social-media {
  display: flex;
  justify-content: flex-end; }
  .social-media a {
    margin-right: 1em; }

.participant-text {
  padding-bottom: 1em; }
  .participant-text p {
    color: #807f7f; }
  .participant-text ul {
    color: #807f7f; }

.fa {
  color: #807f7f;
  transition: all 0.3s ease; }

.fa:hover {
  color: #00439a; }

.modal-meta {
  text-align: center;
  color: #807f7f; }

.modal-title {
  padding-top: 1em;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.modal-body {
  padding: 2em; }
  .modal-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 1.2em; }
  .modal-body h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em; }

.close {
  cursor: pointer; }

.loading {
  text-align: center;
  padding: 2em; }

.footer {
  padding: 3em 1em; }

p {
  font-weight: 400;
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

.keyword {
  background-color: white;
  color: #00439a;
  padding: 0.25em 1em;
  margin: 0.5em;
  border-radius: 2em;
  display: inline-block;
  float: left;
  cursor: pointer;
  border: 0.15em solid #00439a;
  font-weight: 400;
  transition: all 0.3s ease; }
  .keyword:hover {
    background-color: #00439a;
    color: white; }

.keywords {
  padding: 0em 1em; }

.keyword-selected {
  color: white;
  background-color: #00439a; }

.number {
  font-weight: 900;
  opacity: 1; }

.keyword-control {
  margin: 0 auto;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em; }

.name {
  float: left;
  font-size: 2em; }

.images {
  display: flex;
  flex-wrap: wrap; }

.image-container {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .image-container h3 {
    display: block;
    z-index: 99;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1em;
    padding: 1em;
    margin: 0em;
    opacity: 0;
    align-item: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid white; }

.image-container:hover h3 {
  opacity: 1;
  border: 1px solid white; }

.image {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(10%); }

.popup-image {
  width: 100%;
  height: auto; }

.participant {
  -webkit-filter: grayscale(20%); }

.image-container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease; }

.image-container:hover .image {
  -webkit-filter: grayscale(80%);
  -webkit-filter: blur(2px);
  /* Safari 6.0 - 9.0 */
  filter: blur(2px); }

.image-container:hover:after {
  background-color: rgba(0, 67, 154, 0.7); }

.center {
  margin: 0 auto;
  text-align: center; }

.underline {
  cursor: pointer;
  text-decoration: underline; }

.angular-google-map-container {
  width: 100%;
  height: 20em; }

@media (min-width: 60em) {
  .angular-google-map-container {
    height: 30em; }
  .modal-body {
    padding: 3em; } }

@media (min-width: 35em) {
  .image-container h3 {
    opacity: 0; } }

.button-padded {
  border-top: 2px solid #00439a;
  background-color: #ffffff; }

.toggle {
  display: flex; }

.view {
  padding: 1em 0em;
  background-color: #f2f2f2;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .view h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em; }
  .view > div > div {
    border-left: none; }
  .view > div > div:first-child {
    margin-left: 1em;
    border-left: 2px solid #00439a; }
