/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Akkurat-Regular";
  src: url("https://www.prp-co.uk/static/fonts/lineto-akkurat-regular.eot");
  src: url("https://www.prp-co.uk/static/fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-regular.woff") format("woff"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-regular.ttf") format("truetype"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-regular.svg#lineto-akkurat-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-Bold";
  src: url("https://www.prp-co.uk/static/fonts/lineto-akkurat-bold.eot");
  src: url("https://www.prp-co.uk/static/fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-bold.woff") format("woff"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-bold.ttf") format("truetype"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-bold.svg#lineto-akkurat-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-Light";
  src: url("https://www.prp-co.uk/static/fonts/lineto-akkurat-light.eot");
  src: url("https://www.prp-co.uk/static/fonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-light.woff") format("woff"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-light.ttf") format("truetype"), url("https://www.prp-co.uk/static/fonts/lineto-akkurat-light.svg#lineto-akkurat-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
.box-project .title {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.box-project .title .ver-align > * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.grid-masonry section.grid article.text-hover:not(.box-project) .title {
  opacity: 0 !important;
}
html,
body,
button,
input,
select,
textarea {
  color: #414042;
  font-family: "Akkurat-Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

body {
  background-color: #EEEEEE;
  overflow-x: hidden;
  overflow-y: auto;
}
html {
  background-color:#EEEEEE;
}
body, html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.mobile-blocked, html.mobile-blocked {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  font-size: inherit;
  line-height: 120%;
}

a {
  text-decoration: none;
  color: #414042;
}
a[href]:hover {
  color: #414042;
}

strong {
  font-weight: 700;
}

::-moz-selection {
  background: #414042;
  color: white;
  text-shadow: none;
}

::selection {
  background: #414042;
  color: white;
  text-shadow: none;
}

/*AWAY DAY*/

#agenda article p span:nth-child(2){
  padding-left:14px;
}
#agenda article p span:nth-child(3){
  display: block;
  padding-left: 94px;
  font-style:italic;
}
#agenda table {
  margin: 30px 30px 0px 30px;
  font-size: 15px;
  line-height: 150%;
  width:94%;
}
#agenda table tr td:nth-child(1) {
  width:100px;
  font-style:bold;
}
#agenda table tr td {
  padding:10px;
}
#agenda .div1 {
  background-color:#e7efb5;
}
#agenda .div2 {
  background-color:#ccebf8;
}
#agenda .div3 {
  background-color:#facce5;
}
@media only screen and (max-width: 480px) {
  #agenda article h1, #agenda article h2 {
    padding-left:10px;
  }
  #agenda article h2 {
    margin-bottom:30px;
  }
  #agenda table {
    margin:0;
  }
  #agenda table tr td {
    display:block;
  }
  #agenda table tr td:nth-child(1) {
    width:100%;
  }
  #agenda table tr td:empty {
   display:none !important;
  }
}
.modal {
    background: #fff none repeat scroll 0 0;
    border-radius:0;
    box-shadow: 0 0 12px #6D6E71;
    box-sizing: border-box;
    display: inline-block;
    max-width: 500px;
    padding: 35px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    z-index: 2;
}
.modal h1 {
    font-size: 19px;
    line-height: 150%;
    padding:0;
}
.modal p {
  font-size: 15px;
  line-height: 150%;
  padding-top: 30px;
}
.btn-grey {
  padding:10px 10px 8px;
  background-color:#E0E0E0;
  margin-right:18px;
  display:inline-block;
}

.blocker {
  background-color: rgba(238, 238, 238, 0.65);
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}

.modal a.close-modal {
    background-attachment: scroll;
    background-color: #414140;
    background-image: url("https://static.prp-co.uk/img/icons/icons@2x.png");
    background-repeat: no-repeat;
    background-size: 105px 350px;
    background-position: 0 -315px;
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    right:0;
    top:0;
}

/*AWAY DAY*/

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a.more {
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  padding-right: 55px;
  position: relative;
  color: #414042;
  line-height: 120%;
}
a.more:before {
  content: '';
  width: 42px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 6px;
  background-color: #414042;
}
.box-orange a.more:before {
  background-color: white;
}
a.more:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1px;
  right: 2px;
  top: 2px;
  border: 4px solid #414042;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-orange a.more:after {
  border: 4px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
a.more.less:after {
  right: 32px;
  top: 2px;
  border: 4px solid #414042;
  border-right-color: transparent;
  border-top-color: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-wrapper {
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.page-wrapper .arrow-top-scroll {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  background-image: url(https://static.prp-co.uk/img/icons/arrow-top-scroll.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 640px) {
  .page-wrapper .arrow-top-scroll {
    bottom: 15px;
    right: 15px;
  }

  .mobile-expanded .page-wrapper {
    left: 70%;
  }
}
article a,
a[href*="mailto:"] {
  color: #FF4600;
}

.small-red {
  font-size: 11px !important;
  color: #FF4600;
  margin-bottom: 15px !important;
}

@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  body:before {
    content: '';
    position: relative;
    display: block;
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #EEEEEE;
    background-image: url(https://static.prp-co.uk/img/icons/iphone-landscape-portrait.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 50%;
  }
}
header.main {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
header.main .wrapper {
  width: 100%;
  margin: 0 auto;
  height: 90px;
  z-index: 500;
  position: relative;
  background-color: white;
}
header.main .wrapper h1 {
  font-size: 32px;
  float: left;
  margin: 28px 30px 0 30px;
  z-index: 2;
  position: relative;
}
header.main .wrapper h1 a {
  color: #FF4600;
  display: inline-block;
  width: 70px;
  height: 28px;
  background: transparent url(https://static.prp-co.uk/img/logos/logo.svg) center center no-repeat scroll;
  text-indent: -9999px;
}
header.main .wrapper .button {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
header.main .wrapper .button:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
header.main .wrapper .menu {
  width: 100%;
  height: 35px;
  margin-top: 29px;
  position: absolute;
  padding-left: 140px;
  padding-right: 30px;
}
header.main .wrapper .menu .navs {
  display: block;
  position: relative;
}
header.main .wrapper .menu .navs nav {
  display: inline-block;
  position: relative;
  width: 22%;
  margin-left: -22%;
  padding-right: 10px;
  height: 35px;
  font-size: 14px;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  vertical-align: top;
  z-index: 800;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: visibility 0s linear 0.3s, opacity 0.1s linear, margin 0.2s linear 0.1s;
  -o-transition: visibility 0s linear 0.3s, opacity 0.1s linear, margin 0.2s linear 0.1s;
  -webkit-transition: visibility 0s linear, opacity 0.1s linear, margin 0.2s linear;
  -webkit-transition-delay: 0.3s, 0s, 0.1s;
  transition: visibility 0s linear 0.3s, opacity 0.1s linear, margin 0.2s linear 0.1s;
}
header.main .wrapper .menu .navs nav.active {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.1s linear 0.2s, margin 0.2s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.1s linear 0.2s, margin 0.2s linear;
  -webkit-transition: visibility 0s linear, opacity 0.1s linear, margin 0.2s linear;
  -webkit-transition-delay: 0.3s, 0.2s, 0s;
  transition: visibility 0s linear 0.3s, opacity 0.1s linear 0.2s, margin 0.2s linear;
}
header.main .wrapper .menu .navs nav span {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 7px 24px 6px 10px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  background-color: white;
  overflow: hidden;
  white-space: pre;
}
header.main .wrapper .menu .navs nav span:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  background-color: inherit;
  z-index: 5;
}
header.main .wrapper .menu .navs nav span:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 10px;
  top: 8px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #414042;
  border-right: 2px solid #414042;
  z-index: 10;
}
header.main .wrapper .menu .navs nav ul {
  display: none;
  position: relative;
  min-width: 100%;
  width: auto;
  padding: 8px 0;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-top-width: 0px;
  margin-top: 0px;
}
header.main .wrapper .menu .navs nav ul li {
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  width: auto;
}
header.main .wrapper .menu .navs nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 14px;
  font-size: 13px;
}
header.main .wrapper .menu .navs nav ul li a:hover {
  color: #888;
}
header.main .wrapper .menu .navs nav ul li.active a {
  color: #888;
}
header.main .wrapper .menu .navs nav.active span {
  background-color: #e0e0e0;
}
header.main .wrapper .menu .navs nav.active span:after {
  top: 10px;
  right: 11px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.main .wrapper .menu .navs .buttons {
  position: absolute;
  top: -1px;
  left: 0;
  -moz-transition: left 0.2s linear 0.1s;
  -o-transition: left 0.2s linear 0.1s;
  -webkit-transition: left 0.2s linear;
  -webkit-transition-delay: 0.1s;
  transition: left 0.2s linear 0.1s;
}
header.main .wrapper .menu.expanded nav {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.1s linear 0.2s, margin 0.2s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.1s linear 0.2s, margin 0.2s linear;
  -webkit-transition: visibility 0s linear, opacity 0.1s linear, margin 0.2s linear;
  -webkit-transition-delay: 0.3s, 0.2s, 0s;
  transition: visibility 0s linear 0.3s, opacity 0.1s linear 0.2s, margin 0.2s linear;
}
header.main .wrapper .menu.expanded .button-menu:before {
  background-position: -35px -245px;
}
header.main .wrapper .menu.expanded .buttons {
  left: auto;
  right: 15px;
}
header.main .wrapper .menu .button {
  margin-top: -2px;
  display: block;
  position: absolute;
}
header.main .wrapper .menu .button-menu:before {
  background-position: 0px -245px;
}
header.main .wrapper .menu .button-menu:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
header.main .wrapper .menu.expanded .button-menu {
  display: none;
}
header.main .wrapper .menu .button-search {
  left: 40px;
}
header.main .wrapper .menu .button-search:before {
  background-position: 0px -210px;
}
header.main .wrapper .menu .button-search:before {
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-expanded header.main .wrapper .menu .button-search:after {
  content: '';
  width: 42px;
  height: 92px;
  top: -28px;
  left: -3px;
  position: absolute;
  background-color: #e0e0e0;
  z-index: -1;
}
header.main .wrapper .menu.expanded .button-search {
  left: 0px;
}
header.main .wrapper .button-menu-mobile {
  position: absolute;
  top: 14px;
  right: 60px;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
header.main .wrapper .button-menu-mobile:before {
  background-position: -35px 0px;
}
header.main .wrapper .button-search-mobile {
  position: absolute;
  top: 14px;
  right: 15px;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
header.main .wrapper .button-search-mobile:before {
  background-position: 0px -210px;
}
header.main .search {
  position: absolute;
  z-index: 490;
  width: 100%;
  height: 90px;
  top: 0px;
  left: 0;
  background-color: #e0e0e0;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
  display: table;
}
.search-expanded header.main .search {
  top: 90px;
}
header.main .search > * {
  display: table-cell;
  padding: 0 30px 0px 18px;
  vertical-align: middle;
}
header.main .search .search-form {
  width: auto;
}
header.main .search .search-form .icon {
  width: 35px;
  height: 35px;
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
}
header.main .search .search-form .icon:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
header.main .search .search-form .icon:before {
  background-position: -35px -245px;
}
header.main .search .search-form input[type="text"] {
  border: none;
  border-radius: 0;
  border-left: 1px solid #808080;
  width: 50%;
  height: 35px;
  padding: 3px 0 0 10px;
  font-size: 18px;
  background-color: transparent;
  line-height: 100%;
}
header.main .search .search-form input[type="text"]:focus {
  outline: none;
}
header.main .search .advanced {
  width: 240px;
  text-align: right;
  font-size: 18px;
}
header.main .search .advanced:after {
  content: ' \00bb';
}

@media only screen and (max-width: 640px) {
  header.main .wrapper {
    height: 60px;
  }
  header.main .wrapper h1 {
    margin: 15px 15px 0 15px;
  }
  header.main .wrapper .menu {
    display: none;
  }
  header.main .wrapper .button-menu-mobile {
    display: block;
  }
  header.main .wrapper .button-search-mobile {
    display: block;
  }
  header.main .search {
    height: 60px;
  }
  .search-expanded header.main .search {
    top: 60px;
  }
  header.main .search form {
    padding: 0 6px;
  }
  header.main .search .advanced {
    display: none;
  }
  .mobile-expanded header.main {
    left: 70%;
  }
}
#mobile-menu > div {
  position: relative !important;
}

.mm-listview > li:not(.mm-divider):after {
  border-width: 0px !important;
}

.mm-menu > .mm-panel:after,
.mm-menu > .mm-panel#mm-3:before {
  display: none !important;
}

nav.mobile-menu {
  display: block;
  background-color: #404040;
  color: white;
  overflow-y: auto;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
nav.mobile-menu .close {
  height: 60px;
  position: relative;
}
nav.mobile-menu .close em {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
nav.mobile-menu .close em:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
nav.mobile-menu .close em:before {
  background-position: 0px -315px;
}
nav.mobile-menu ul {
  background-color: #606060;
}
nav.mobile-menu ul li {
  border-bottom: 1px solid #707070;
}
nav.mobile-menu ul li.show-titles, nav.mobile-menu ul li.show-thumbnails {
  height: 39px;
  padding: 12px 0 0 0px;
}
nav.mobile-menu ul li a {
  color: #fff;
  display: block;
  height: 39px;
  padding: 12px 0 0 30px;
}
nav.mobile-menu ul li a:hover {
  color: #acacac;
}
nav.mobile-menu ul li.active a {
  color: #acacac;
}
nav.mobile-menu ul li.show-titles a:nth-of-type(1) {
  display: inline;
}
nav.mobile-menu ul li.show-titles a:nth-of-type(2) {
  display: none;
}
.grid-titles nav.mobile-menu ul li.show-titles a:nth-of-type(1) {
  display: none;
}
.grid-titles nav.mobile-menu ul li.show-titles a:nth-of-type(2) {
  display: inline;
}
.grid-list nav.mobile-menu ul li.show-titles {
  display: none;
}
nav.mobile-menu ul li.show-thumbnails a:nth-of-type(1) {
  display: inline;
}
nav.mobile-menu ul li.show-thumbnails a:nth-of-type(2) {
  display: none;
}
.grid-list nav.mobile-menu ul li.show-thumbnails a:nth-of-type(1) {
  display: none;
}
.grid-list nav.mobile-menu ul li.show-thumbnails a:nth-of-type(2) {
  display: inline;
}
.mobile-expanded nav.mobile-menu {
  left: 0;
}
.mobile-expanded nav.mobile-menu:before {
  content: '';
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
}

@media only screen and (min-width: 641px) {
  nav.mobile-menu {
    display: none;
  }
}
footer.main {
  width: 100%;
  background-color: #c5c7c8;
  overflow: hidden;
  padding-bottom: 35px;
}
footer.main .right {
  margin-top: 42px;
}
footer.main .left {
  float: left;
  overflow: hidden;
  color: #808080;
  margin: 40px 0 0 30px;
}
footer.main .left h1 {
  float: left;
  margin-right: 40px;
  display: none;
}
footer.main .left h1 a {
  color: #808080;
  display: inline-block;
  width: 70px;
  height: 28px;
  background: transparent url(https://static.prp-co.uk/img/logos/logo-gray.svg) center center no-repeat scroll;
  text-indent: -9999px;
  background-size: 100%;
}
footer.main .left ul {
  float: left;
  margin-right: 100px;
}
footer.main .left ul li {
  margin-bottom: 6px;
}
footer.main .left ul li a {
  color: #808080;
}

.right {
  float: right;
  overflow: hidden;
  margin: 40px 30px 0 0;
}
.right li {
  display: inline-block;
}
.right li:first-of-type {
  margin-left: 0;
}
.right li a {
  display: block;
  width: 35px;
  height: 35px;
}
.right li a:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.right li a.twitter:before {
  background-position: -35px -35px;
}
.right li a.twitter:hover:before {
  background-position: -70px -35px;
}
.right li a.gplus:before {
  background-position: -35px -70px;
}
.right li a.gplus:hover:before {
  background-position: -70px -70px;
}
.right li a.linkedin:before {
  background-position: -35px -105px;
}
.right li a.linkedin:hover:before {
  background-position: -70px -105px;
}
.right li a.vimeo:before {
  background-position: -35px -140px;
}
.right li a.vimeo:hover:before {
  background-position: -70px -140px;
}

@media only screen and (max-width: 1080px) {
  footer.main .left ul {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 940px) {
  footer.main .left {
    font-size: 12px;
  }
  footer.main .left h1 a {
    width: 50px;
    height: 20px;
  }
  footer.main .left ul:nth-of-type(2) {
    margin-right: 0;
  }
  footer.main .left ul:last-of-type {
    float: none;
    clear: left;
    margin-left: 89px;
  }
}
@media only screen and (max-width: 640px) {
  footer.main {
    height: auto;
    padding-bottom: 10px;
  }
  footer.main .left {
    float: none;
    margin-top: 0px;
    margin-left: 15px;
  }
  footer.main .left h1 {
    display: none;
  }
  footer.main .left ul:nth-of-type(3) {
    display: none;
  }
  footer.main .left ul {
    float: none;
    margin-left: 0 !important;
    margin-top: 20px;
  }
  footer.main .right {
    float: none;
    margin-left: 15px;
    margin-top: 30px;
  }
}
.carousel {
  position: relative;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  padding-top: 90px;
}
.carousel.hover-off .nav {
  display: none;
}
.carousel .button {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  left: 30px;
  bottom: 0;
  background-color: white;
  cursor: pointer;
}
.carousel .button:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.carousel .button-scroll {
  z-index: 80;
}
.carousel .button-scroll:before {
  background-position: 0px -175px;
}
.carousel .button-descriptions {
  z-index: 80;
}
.carousel .button-descriptions:before {
  background-position: 0px -105px;
}
.carousel .nav {
  position: absolute;
  top: 0;
  z-index: 60;
  height: 100%;
  width: 30%;
  min-width: 50px;
  cursor: pointer;
}
.carousel .nav:after {
  content: '';
  position: absolute;
  width: 62px;
  height: 86px;
  top: 50%;
  margin-top: -43px;
  background: transparent url(https://static.prp-co.uk/img/icons/arrows2@2x.png) 0 center no-repeat scroll;
  background-size: 120px 86px;
  opacity: 0;
  -moz-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
  -o-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
  -webkit-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
  transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
}
.carousel .nav.prev {
  left: 0;
}
.carousel .nav.prev:after {
  left: -20px;
}
.carousel .nav.prev:hover:after {
  left: 20px;
  opacity: 1;
}
.carousel .nav.next {
  right: 0;
}
.carousel .nav.next:after {
  right: -20px;
  background-position: -62px center;
}
.carousel .nav:hover:after {
  right: 20px;
  opacity: 1;
}
.carousel .slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.carousel .slider li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.carousel .slider li:first-of-type {
  opacity: 1;
}
.carousel .slider li.text {
  padding: 0 10%;
  font-size: 30px;
  line-height: 120%;
}
.carousel .slider li.text:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.carousel .slider li.text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.carousel .slider li.text > * {
  position: relative;
  max-width: 500px;
  z-index: 80;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}
.carousel .slider li.text > *:nth-child(1) {
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
  transition: all 0.5s ease 0.2s;
}
.carousel .slider li.text > *:nth-child(2) {
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.4s;
  transition: all 0.5s ease 0.4s;
}
.carousel .slider li.text > *:nth-child(3) {
  -moz-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.6s;
  transition: all 0.5s ease 0.6s;
}
.carousel .slider li.text > *:nth-child(4) {
  -moz-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.8s;
  transition: all 0.5s ease 0.8s;
}
.carousel .slider li.text > *:nth-child(5) {
  -moz-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.5s ease 1s;
}
.carousel .slider li.text > :first-child {
  margin-top: -7%;
}
.carousel .slider li.text h3 {
  color: #FF4600;
}
.carousel .slider li.text a.more {
  padding-bottom: 20px;
}
.carousel .slider li.active > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.carousel .descriptions {
  position: absolute;
  left: 67px;
  top: 100%;
  width: 100%;
  margin-top: -35px;
  height: 300px;
  z-index: 80;
  -moz-transition: margin-top 0.25s linear;
  -o-transition: margin-top 0.25s linear;
  -webkit-transition: margin-top 0.25s linear;
  transition: margin-top 0.25s linear;
}
.carousel .descriptions.hidden .button-descriptions {
  opacity: .5;
  cursor: default;
}
.carousel .descriptions ul {
  display: block;
  margin-left: 70px;
  margin-top: 35px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -moz-transition: margin-top 0.25s linear;
  -o-transition: margin-top 0.25s linear;
  -webkit-transition: margin-top 0.25s linear;
  transition: margin-top 0.25s linear;
}
.carousel .descriptions ul li {
  height: 100%;
  padding: 65px 0 0 65px;
  position: absolute;
  z-index: 60;
  opacity: 0;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.carousel .descriptions ul li:first-of-type {
  opacity: 1;
}
.carousel .descriptions ul li .title {
  float: left;
  width: 200px;
  margin-right: 100px;
  font-size: 20px;
  line-height: 120%;
}
.carousel .descriptions ul li .title span {
  display: block;
}
.carousel .descriptions ul li .title span:nth-of-type(1) {
  color: #888;
}
.carousel .descriptions ul li .description {
  float: left;
  max-width: 310px;
  padding-top: 26px;
  font-size: 16px;
  line-height: 120%;
}
.carousel .descriptions .button {
  bottom: auto;
  left: 0;
  top: 0;
}
.carousel .descriptions.expanded {
  margin-top: -300px;
}
.carousel .descriptions.expanded ul {
  margin-top: 0;
}
.carousel .descriptions.expanded .button-descriptions:before {
  background-position: 0px -280px;
}

@media only screen and (max-width: 640px) {
  .carousel {
    padding-top: 60px;
  }
  .carousel .button {
    left: 15px;
  }
  .carousel .descriptions {
    left: 52px;
  }
  .carousel .descriptions ul {
    margin-left: 0;
  }
  .carousel .descriptions ul li {
    padding: 30px 0 0 30px;
  }
  .carousel .descriptions ul li .title {
    margin-right: 30px;
  }
  .carousel .descriptions ul li .description {
    padding-right: 30px;
    float: none;
  }
  .carousel .descriptions ul li .description p {
    display: none;
  }
  .carousel .descriptions.expanded ul {
    margin-top: 40px;
  }
  .carousel .slider li.text {
    font-size: 150%;
  }
  .carousel .slider li.text:before {
    height: 30%;
  }
  .carousel .nav {
    display: none;
  }
}
.project-slider {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  padding-bottom: 132px;
  background-color: #eee;
}
.project-slider {
  padding-bottom: 148px;
}
.project-slider.content-view {
  overflow-y: auto;
  padding-bottom: 0px;
}
.project-slider.content-view .close:before {
  background-position: 0px -35px;
}
.project-slider .navigation {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #fff;
}
.project-slider .navigation ul {
  width: 960px;
  margin: 0 auto;
}
.project-slider .navigation ul li {
  display: inline-block;
  color: #888A8D;
  cursor: pointer;
}
.project-slider .navigation ul li:first-of-type {
  cursor: default;
}
.project-slider .navigation ul li:before {
  content: "/";
  display: inline-block;
  margin: 0px 12px;
}
@media only screen and (max-width: 480px) {
  .project-slider .navigation ul li:before {
    margin: 0px 2px;
  }
}
.project-slider .navigation ul li:first-of-type:before {
  display: none;
}
.project-slider .navigation ul li.active, .project-slider .navigation ul li:first-of-type {
  color: #414042;
  cursor: default;
}
.project-slider .load-carousel {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 120;
  background-color: #eee;
  height: 100%;
  width: 100%;
  background-image: url(https://static.prp-co.uk/img/icons/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.project-slider > .inner {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}
.project-slider .slider {
  position: relative;
  width: 200%;
  height: 100%;
  display: block;
  z-index: 50;
  overflow: hidden;
  margin-top: 8px;
}
.project-slider .slider {
  overflow: visible;
}
.project-slider .slider.cursor {
  cursor: pointer;
}
.project-slider .slider > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  z-index: 40;
}
.project-slider .slider > li {
  display: block;
  height: 100%;
  max-width: 100%;
  float: left;
  position: relative;
  z-index: 51;
  background-color: #eee;
}
.project-slider .slider > li:first-of-type {
  left: 50px;
}
.project-slider .slider > li.image {
  text-align: center;
}
.project-slider .slider > li.image.movie img {
  opacity: 0 !important;
}
.project-slider .slider > li.image.movie .bottom-line {
  bottom: 0px !important;
}
.project-slider .slider > li.image img {
  height: auto;
  width: 100%;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.project-slider .slider > li.image iframe {
  height: 75%;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.project-slider .slider > li.image .caption {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.project-slider .slider > li.image .box-caption {
  position: absolute;
  overflow: hidden;
  bottom: -75px;
  left: 50%;
  width: 600px;
  height: 65px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 640px) {
  .project-slider .slider > li.image .box-caption {
    width: 100%;
    font-size: 12px;
  }
}
.project-slider .slider > li.image .box-caption p {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 47px;
  text-align: center;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.project-slider .slider > li.image.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-slider .slider > li.image.active iframe {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-slider .slider > li.image.active p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-slider .slider > li.image.active .box-caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-slider .slider > li.image .bottom-line {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding: 10px 15px 8px 15px;
  width: auto;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 640px) {
  .project-slider .slider > li.image .bottom-line {
    display: block;
  }
}
.project-slider .slider > li.image .bottom-line .mobile-slide-number {
  bottom: 0px;
  background-color: transparent;
}
.project-slider .slider > li.animated {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-slider .slider > li.animated img,
.project-slider .slider > li.animated iframe {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.project-slider .nav {
  position: absolute;
  top: 0;
  z-index: 60;
  height: 100%;
  min-width: 50px;
  cursor: pointer;
}
.project-slider .nav:after {
  content: '';
  position: absolute;
  width: 62px;
  height: 86px;
  top: 50%;
  margin-top: -43px;
  background: transparent url(https://static.prp-co.uk/img/icons/arrows2@2x.png) 0 center no-repeat scroll;
  background-size: 120px 86px;
  opacity: 0;
  -moz-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
  -o-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
  -webkit-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
  transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
}
.project-slider .nav.prev {
  left: 0;
}
.project-slider .nav.prev:after {
  left: -20px;
}
.project-slider .nav.prev.hover:after {
  left: 0px;
  opacity: 1;
}
.project-slider .nav.next {
  right: 0;
}
.project-slider .nav.next:after {
  right: -20px;
  background-position: -62px center;
}
.project-slider .nav.next.hover:after {
  right: 0px;
  opacity: 1;
}
.project-slider .close {
  display: block;
  position: fixed;
  top: 0;
  right: 52px;
  z-index: 103;
  cursor: pointer;
  background-color: #414140;
}
.project-slider .close:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.project-slider .close:before {
  background-position: 0px -315px;
}
.project-new .project-slider .close:before {
  background-position: 0px -35px;
}
.project-slider .btn-social {
  display: block;
  position: absolute;
  top: 0;
  right: 163px;
  z-index: 103;
  cursor: pointer;
  background-color: #414140;
}
.project-slider .btn-social:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.project-slider .btn-social:before {
  background-position: -35px -280px;
}
.project-slider .btn-social.active {
  background-color: #808080;
}
.project-slider.content-view .close {
  display: block;
}
.project-new .project-slider.content-view .close:before {
  background-position: 0px -315px;
}
.project-slider.grid-view {
  height: auto;
  min-height: 100%;
  margin-bottom: 1px;
}
.project-slider.grid-view .bottom-line {
  display: none;
}
.project-slider.grid-view .close {
  display: block;
}
.project-slider.grid-view .close:before {
  background-position: 0px -35px;
}
.project-slider.grid-view .inner {
  padding: 0 50px;
}
.project-slider.grid-view .slider {
  width: 100%;
}
.project-slider.grid-view .slider > li {
  margin: 0 20px 20px 0;
  cursor: pointer;
  max-height: 200px;
}
.project-slider.grid-view .slider > li:hover {
  opacity: 0.2 !important;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.project-slider.grid-view .slider > li.movie img {
  opacity: 1 !important;
}
.project-slider.grid-view .slider > li > .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -32px !important;
  width: 65px !important;
  height: auto !important;
  opacity: 1 !important;
}
.project-slider.grid-view .slider > li > .icon-play:hover {
  opacity: 1 !important;
}
.project-slider.grid-view .slider > li.text {
  display: none;
}
.project-slider.grid-view .slider > li img {
  width: auto;
  height: 200px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.project-slider.grid-view .slider > li iframe {
  height: 100%;
  width: 100%;
  display: none;
}
.project-slider.grid-view .slider > li .caption {
  display: none;
}
.project-slider.grid-view .slider > li .box-caption {
  display: none;
}
.project-slider.grid-view .nav {
  display: none;
}
.project-slider .mobile-slide-number {
  display: none;
}
.project-slider .bottom-line {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0px;
  padding: 25px 15px;
  color: #414042;
  z-index: 60;
  background-color: #fff;
}
.project-slider .bottom-line {
  z-index: 40;
  padding: 32px 15px;
}
@media only screen and (max-width: 640px) {
  .project-slider .bottom-line {
    padding: 41px 15px;
  }
}

.project-details-slider .close,
.staff .close {
  display: block;
  position: fixed;
  top: 0;
  right: 52px;
  z-index: 103;
  cursor: pointer;
  background-color: #414140;
  display: block;
}
.project-details-slider .close:before,
.staff .close:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
  background-position: 0px -315px;
}
.project-details-slider .project-slider-text,
.staff .staff-details {
  display: block;
  margin-top: 0px;
  padding: 0px 15%;
}
@media only screen and (max-width: 640px) {
  .project-details-slider .project-slider-text,
  .staff .staff-details {
    padding: 0px 20px;
  }
}
.project-details-slider .project-slider-text .inner {
  float: left;
  width: 40%;
  margin-left: 0px;
  padding: 60px 20px !important;
}
.staff .staff-details .inner {
  float: left;
  width: 30%;
  margin-left: 0px;
  padding: 60px 60px !important;
}
.staff .staff-details .inner:first-of-type {
  width: 70%;
}
.project-details-slider .project-slider-text .inner:first-of-type {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .project-details-slider .project-slider-text .inner,
  .staff .staff-details .inner  {
    width: 100% !important;
    padding: 30px 0px 0px 0px !important;
  }
}
.project-details-slider .project-slider-text .inner .carousel {
  padding-top: 0px;
  margin-top: 65px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .project-details-slider .project-slider-text .inner .carousel {
    margin-top: 0px;
  }
}
.project-details-slider .project-slider-text .inner .carousel .slider {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-details-slider .project-slider-text .inner .carousel .slider li img {
  height: 100%;
  width: 100%;
}
.project-details-slider .project-slider-text .slider-images li {
  margin-bottom: 14px;
}
.project-details-slider .project-slider-text .slider-images li img {
  display: block;
  width: 100%;
}
.width-3 {
  width: 50% !important;
}
.project-details-slider .bottom-line {
  display: none;
}

.project-slider .project-slider-text {
  width: 960px;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  left: 50%;
  margin: 66px auto 0px auto;
}

.project-slider-text {
  background-color: #eee;
  position: absolute;
  z-index: 102;
  top: 0px;
  display: none;
  margin: 0px auto;
}
.project-slider-text .inner {
  padding: 60px 0px 0 0px !important;
  width: 600px;
}
.staff-details .inner {
  padding: 100px 0px 0 0px !important;
}
.project-new .project-slider-text .inner {
  padding: 60px 40px 0 0px !important;
  float: left;
}
.project-new .project-slider-text .inner.inner-images {
  width: 360px;
  padding: 125px 0px 0px 0px !important;
}
.project-new .project-slider-text .inner.inner-images img,
.staff-details .inner img {
  width: 100%;
}
.project-new .project-slider-text .inner.inner-images .btn-images {
  display: inline-block;
  background-color: #909293;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 20px;
  padding: 5px 20px;
  color: #eee;
  width: 125px;
  text-align: center;
  cursor: pointer;
}
.project-new .project-slider-text .inner.inner-images .btn-images:hover {
  background-color: #6d6e71;
}
.project-slider-text h3,
.staff-details h3 {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 120%;
}
.project-slider-text h3 span {
  color: #808080;
  display: block;
}
.project-slider-text dl {
  margin-bottom: 40px;
  line-height: 122%;
}
.project-slider-text dl dt {
  float: left;
  width: 100px;
  margin-bottom: 5px;
}
.project-slider-text dl dd {
  margin-left: 100px;
  color: #808080;
  margin-bottom: 5px;
}
.project-slider-text .content-only-text p,
.staff-details p {
  margin-bottom: 24px;
  line-height: 130%;
}
.project-slider-text .tabheads {
  margin: 12px 0 20px 0;
}
.project-slider-text .tabheads li {
  display: inline-block;
  color: #808080;
}
.project-slider-text .tabheads li span {
  cursor: pointer;
  text-decoration: underline;
}
.project-slider-text .tabheads li.active {
  color: inherit;
}
.project-slider-text .tabheads li:after {
  content: '/';
  display: inline-block;
  text-align: center;
  width: 20px;
  color: #808080;
}
.project-slider-text .tabheads li:last-of-type:after {
  display: none;
}
.project-slider-text .tabcontent {
  position: relative;
}
.project-slider-text .tabcontent li {
  position: absolute;
  overflow: hidden;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
.project-slider-text .tabcontent li p {
  margin-bottom: 24px;
  line-height: 130%;
}
.project-slider-text .tabcontent li.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: auto;
}
.project-slider-text .links li {
  width: 150px;
  position: relative;
  line-height: 164%;
}
.project-slider-text .links li:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.project-slider-text .links li:before {
  background-position: -35px -210px;
}
.project-slider-text .links li:before {
  position: absolute;
  right: 0;
  top: -9px;
}
.project-slider-text .links li.down:before {
  background-position: 0px -175px;
}
.project-slider-text .links li a {
  text-decoration: underline;
  margin-top: 24px;
}
.project-slider-text .btn-close-slider-text {
  cursor: pointer;
  text-decoration: underline;
  padding-bottom: 20px;
  padding-top: 20px;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .project-slider-text .btn-close-slider-text {
    padding: 20px 0px 0px 0px;
  }
}
.width-3 {
  width: 40%;
  float: left;
}
.width-3 p {
  margin-bottom: 20px;
}
.width-3 a{
  color: #414042;
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.width-3 a:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.width-3 a:before {
  display: block;
  position: absolute;
  top: -11px;
  left: -5px;
}
.width-3 a.twitter:before {
  background-position: -35px -35px;
}
.width-3 a.linkedin:before {
  background-position: -35px -105px;
}
.width-3 a.email:before {
  background-position: -70px -175px;
}
.width-3 a.emo_address:before {
  background-position: -70px -175px;
}
.width-3 a.btn-download:before {
  background-position: -70px 0px;
}

@media only screen and (max-width: 1280px) {
  .project-details-slider .project-slider-text {
    padding: 0px 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .project-slider .navigation {
    padding: 25px  15px;
  }

  .project-details-slider .project-slider-text {
    padding: 0px 20px;
  }

  .project-slider {
    overflow-y: auto;
  }
  .project-slider {
    overflow-y: hidden;
  }
  .project-slider.content-view {
    overflow-y: auto;
  }
  .project-slider .project-slider-text {
    width: 100% !important;
    padding: 0px 15px 40px 15px;
  }
  .project-slider .project-slider-text .inner {
    width: 100%;
  }
  .project-new .project-slider .project-slider-text .inner {
    padding-right: 0px !important;
  }
  .project-new .project-slider .project-slider-text .inner.inner-images {
    padding-top: 0px !important;
    margin: 0px auto;
    float: none;
  }

  .slider-grid-view .project-slider > .inner {
    height: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .project-slider .navigation ul li:first-of-type {
    display: none;
  }
  .project-slider .navigation ul li.btn-slider:before {
    display: none;
  }
  .project-slider .navigation ul li .slide-number,
  .project-slider .navigation ul li .slide-number-all {
    display: none;
  }
  .project-slider .nav {
    width: 25px;
    background-size: 50px 30px;
  }
  .project-slider .nav.next {
    background-position: -25px center;
  }
  .project-slider .slider {
    width: 100%;
    margin-top: 0px;
  }
  .project-slider .slider > li {
    left: 0;
    width: 100%;
  }
  .project-slider .slider > li:first-of-type {
    left: 0;
  }
  .project-slider .slider > li.text .inner {
    padding: 30px 30px 0 30px;
  }
  .project-slider .slider > li.text dl {
    margin-bottom: 20px;
  }
  .project-slider .slider > li.text dl dt {
    width: auto;
    margin-right: 4px;
  }
  .project-slider .slider > li.text dl dd {
    margin-left: 0;
  }
  .project-slider .grid {
    top: 15px;
    right: 51px;
  }
  .project-slider .close {
    top: 0px;
    right: 15px;
  }
  .project-slider.grid-view .inner {
    padding: 15px 15px 15px 0;
  }
  .project-slider.grid-view .slider > li {
    margin: 0 0 15px 15px;
    max-height: 100px;
  }
  .project-slider .mobile-slide-number {
    position: relative;
    bottom: -22px;
    display: block;
    width: 100%;
    color: #414042;
    z-index: 60;
    background-color: #fff;
    text-align: center;
  }

  .slider-grid-view .bottom-line {
    display: none;
  }
  .slider-grid-view .project-slider > .inner {
    height: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .width-3 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .project-new .project-slider-text .inner.inner-images {
    width: 100%;
  }
}
.menu-header {
  display: none;
}
.blog-page .menu-header {
  padding: 0px;
  margin-bottom: 13px;
}
.contact-page .menu-header {
  padding: 0px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 640px) {
  .menu-header {
    display: block;
    font-size: 16px;
    padding: 0px 15px;
  }
  .menu-header h2 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .menu-header .navs nav {
    margin-bottom: 10px;
  }
  .menu-header .navs nav.active span {
    background-color: #E6E7E7;
  }
  .menu-header .navs nav:last-of-type {
    margin-bottom: 0px;
  }
  .menu-header .navs nav.expanded span:after {
    right: 15px;
    top: 20px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-header .navs nav span {
    position: relative;
    padding: 15px;
    width: 100%;
    display: block;
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
  }
  .menu-header .navs nav span:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    background-color: inherit;
    z-index: 5;
  }
  .menu-header .navs nav span:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 12px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #414042;
    border-right: 2px solid #414042;
    z-index: 10;
  }
  .menu-header .navs nav ul {
    display: none;
    background-color: #F9F9F9;
  }
  .menu-header .navs nav ul li {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
  }
  .menu-header .navs nav ul li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
  }
}

section.grid {
  position: relative;
  width: 100%;
  background-color: #eee;
  padding-top: 1px;
}
section.grid.offset-top {
  padding-top: 90px;
}
.slider-grid-view section.grid {
  display: none;
}
section.grid header.switches {
  height: 75px;
  padding: 30px 30px 0 30px;
  width: 100%;
}
section.grid header.switches.switches-fixed {
  position: fixed;
  top: 90px;
  z-index: 101;
  background-color: rgba(238, 238, 238, 0.95);
}
section.grid header.switches h3 {
  font-size: 14px;
  color: #414042;
}
section.grid header.switches .view > span {
  display: none;
}
section.grid header.switches .view .show-titles {
  display: none;
  background-color: #909293;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: -10px;
  width: 115px;
  text-align: center;
}
section.grid header.switches .view .show-titles:hover {
  background-color: #6d6e71;
}
section.grid header.switches .view .show-titles a {
  display: inline-block;
  padding: 5px 20px;
  color: #eee;
}
section.grid header.switches div {
  color: #808080;
  float: right;
  font-size: 14px;
}
section.grid header.switches div span {
  display: inline-block;
  margin-left: 8px;
}
section.grid header.switches div span.show-titles a {
  cursor: pointer;
}
section.grid header.switches div span.show-titles a:nth-of-type(2) {
  display: none;
}
.grid-list section.grid header.switches div span.show-titles {
  display: none;
}
.grid-titles section.grid header.switches div span.show-titles {
  background-color: #6d6e71;
}
.grid-titles section.grid header.switches div span.show-titles a {
  display: none;
}
.grid-titles section.grid header.switches div span.show-titles a:nth-of-type(2) {
  display: inline-block;
}
.grid-masonry section.grid header.switches div span.show-list a {
  cursor: pointer;
  color: inherit;
}
.grid-list section.grid header.switches div span.show-thumbnails a {
  cursor: pointer;
  color: inherit;
}
section.grid header.switches div a {
  color: #414042;
}
section.grid header.switches div .social-icons {
  margin: -10px 0px 0px 10px;
}
section.grid header.sorting {
  padding: 0 30px;
  width: 100%;
}
section.grid header.sorting.sorting-fixed {
  position: fixed;
  top: 165px;
  z-index: 99;
  background-color: #eee;
}
section.grid header.sorting > div {
  height: 75px;
  padding: 30px 0 30px 360px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
section.grid header.sorting p {
  display: none;
}
section.grid header.sorting span {
  padding: 0 0 0 30px;
  display: inline-block;
}
section.grid header.sorting span a {
  font-size: 19px;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}
section.grid header.sorting span a:after {
  content: '';
  display: none;
  position: relative;
  margin-left: 10px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-left: solid 1px #888;
  border-top: solid 1px #888;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.grid header.sorting span:nth-of-type(1) {
  width: 70%;
}
.grid-list-sort-1 section.grid header.sorting span:nth-of-type(1) a:after {
  display: inline-block;
}
.grid-list-sort-1.grid-list-sort-desc section.grid header.sorting span:nth-of-type(1) a:after {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -2px;
}
section.grid header.sorting span:nth-of-type(2) {
  width: 20%;
}
.grid-list-sort-2 section.grid header.sorting span:nth-of-type(2) a:after {
  display: inline-block;
}
.grid-list-sort-2.grid-list-sort-desc section.grid header.sorting span:nth-of-type(2) a:after {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -2px;
}
section.grid article .title span,
section.grid article span.btn-biog a {
  color: #414042;
  cursor: pointer;
}
section.grid article .title span.btn-biog {
  position: absolute !important;
  bottom: 25px;
  cursor: pointer;
}
.grid-titles section.grid article .title span.btn-biog {
  position: relative !important;
  margin-top: 15px;
}
section.grid article.hidden {
  opacity: 0;
}
section.grid article.disable-hover {
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
section.grid article.active-popup {
  z-index: 11;
}
section.grid article.active-popup em {
  display: none;
}
section.grid article.active-popup .title {
  display: none !important;
}
section.grid article .txt-popup {
  display: none;
}
section.grid .overlay {
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  display: none;
}
section.grid .popup {
  display: none;
  position: absolute;
  z-index: 12;
  width: 430px;
  padding: 60px 50px 30px 20px;
  background-color: #FFFFFF;
}
section.grid .popup.bg-silver-op {
  background-color: rgba(230, 231, 231, 0.95);
}
section.grid .popup em {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #414140;
  color: white;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
section.grid .popup em:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
section.grid .popup em:before {
  background-position: 0px -315px;
}
section.grid .popup p {
  margin-bottom: 20px;
  line-height: 1.5;
}
section.grid .popup p .name {
  display: block;
  font-size: 19px;
}
section.grid .popup .orange {
  color: #FF4600;
  display: block;
}
section.grid .popup .more:after {
  right: 32px;
  top: 2px;
  border: 4px solid #414042;
  border-right-color: transparent;
  border-top-color: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.grid .popup-content-carrers {
  padding: 33px 30px 50px 30px;
  background-color: #E6E7E8;
}
section.grid .popup-content-carrers .small-title {
  display: block;
  font-size: 11px;
  color: #FF4600;
  text-transform: uppercase;
}
section.grid .popup-content-carrers h3 {
  color: #414042;
  font-size: 23px;
  line-height: normal;
  margin: 23px 0px;
}
section.grid .popup-content-carrers p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 15px;
}
section.grid .popup-content-carrers p:last-of-type {
  margin-bottom: 0px;
}
section.grid .popup-content-carrers .date-info {
  font-size: 12px;
  margin-bottom: 11px;
  margin-top: -20px;
  display: block;
}

@media only screen and (max-width: 640px) {
  section.grid header.switches {
    display: none;
  }
  section.grid header.sorting span {
    width: auto !important;
  }
  section.grid header.sorting span a {
    font-size: 14px;
  }
}
.search-result.offset-top {
  padding-top: 90px;
}
.search-result header.switches {
  height: 75px;
  padding: 30px 30px 0 30px;
  width: 100%;
}
.search-result header.switches.switches-fixed {
  position: fixed;
  top: 90px;
  z-index: 101;
  background-color: #eee;
}
.search-result header.switches h3 {
  font-size: 14px;
  color: #414042;
}
.search-result header.switches .search-text {
  display: inline-block;
  color: #87898C;
}
.search-result .results {
  padding: 0px 30px 0 30px;
}
.search-result .results article {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.search-result .results article > div {
  border-top: 1px solid #888A8D;
  display: table-cell;
  vertical-align: top;
  font-size: 19px;
}
.search-result .results article .inner {
  width: 15%;
  border-top-width: 0px;
}
.search-result .results article .inner img {
  width: 100%;
  display: block;
}
.search-result .results article .title {
  width: 70%;
  padding: 25px;
}
.search-result .results article .title span {
  display: block;
  line-height: 120%;
}
.search-result .results article .title span:first-of-type {
  color: #87898C;
}
.search-result .results article .view {
  width: 15%;
  vertical-align: middle;
  padding: 25px;
}
.search-result .results article .view a {
  font-size: 19px;
  color: #414042;
}

@media only screen and (max-width: 1023px) {
  .search-result .results article > div {
    font-size: 16px;
  }
  .search-result .results article .view a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .results article > div {
    font-size: 14px;
  }
  .search-result .results article .inner {
    width: 20%;
  }
  .search-result .results article .title {
    width: 65%;
  }
  .search-result .results article .view a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .search-result .results article {
    display: block;
  }
  .search-result .results article > div {
    display: block;
    width: 100% !important;
    border-top-width: 0px;
    padding: 25px 0px !important;
  }
  .search-result .results article .view {
    border-bottom: 1px solid #888A8D;
  }
}
.grid-masonry section.grid #sub-carousel {
  margin: 0 30px;
  padding-bottom: 50px;
  height: 513px;
}
@media only screen and (max-width: 640px) {
  .grid-masonry section.grid #sub-carousel {
    margin: 0px 15px;
    height: 250px;
  }
}
.grid-masonry section.grid #sub-carousel .carousel {
  padding-top: 0px;
}
.grid-masonry section.grid #sub-carousel .carousel .slider li.text > :first-child {
  margin-top: 0%;
}
.grid-masonry section.grid #sub-carousel .carousel .ver-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-masonry section.grid header.sorting {
  display: none;
}
.grid-masonry section.grid .collection {
  -moz-transition: height 0.25s linear;
  -o-transition: height 0.25s linear;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
  position: relative;
  margin: 0 23px;
  padding-bottom: 30px;
}
.grid-masonry section.grid article {
  width: 16.66666666666667%;
  position: relative;
  float: left;
  line-height: 100%;
  overflow: visible;
  overflow: hidden;
  border: 7px solid transparent;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.grid-masonry section.grid article.divider.year .inner {
  background-color: #E0E0E0;
  padding: 14px 14px 13px 14px;
}
.grid-masonry section.grid article.animated {
  -moz-transition: left 0.5s linear, top 0.5s linear, width 0.25s linear 0.1s, height 0.25s linear 0.1s;
  -o-transition: left 0.5s linear, top 0.5s linear, width 0.25s linear 0.1s, height 0.25s linear 0.1s;
  -webkit-transition: left 0.5s linear, top 0.5s linear, width 0.25s linear, height 0.25s linear;
  -webkit-transition-delay: 0s, 0s, 0.1s, 0.1s;
  transition: left 0.5s linear, top 0.5s linear, width 0.25s linear 0.1s, height 0.25s linear 0.1s;
}
.grid-masonry section.grid article.expanded {
  width: 33.33333333333333%;
}
.grid-masonry section.grid article .inner {
  position: relative;
  z-index: 55;
}
.grid-masonry section.grid article a.image {
  line-height: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  cursor: default;
  -moz-transition: opacity 0.1s linear, visibility 0.2s linear;
  -o-transition: opacity 0.1s linear, visibility 0.2s linear;
  -webkit-transition: opacity 0.1s linear, visibility 0.2s linear;
  transition: opacity 0.1s linear, visibility 0.2s linear;
}
.grid-masonry section.grid article a.image img {
  width: 100%;
  height: auto;
}
.grid-masonry section.grid article.linked em {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #414140;
  color: white;
  cursor: pointer;
  z-index: 65;
}
.grid-masonry section.grid article.linked em:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.grid-masonry section.grid article.linked.expandable em:before {
  background-position: 0px 0px;
}
.grid-masonry section.grid article.linked.expandable.expanded em:before {
  background-position: 0px -35px;
}
.grid-masonry section.grid article.linked.expandable p {
  line-height: 28px;
}
.grid-masonry section.grid article.linked.twitter em:before {
  background-position: 0px -70px;
}
.grid-masonry section.grid article.expandable h3 {
  font-size: 23px;
  padding-bottom: 15px;
}
.grid-masonry section.grid article.text .inner {
  background-color: white;
  overflow: hidden;
  padding: 80px 60px 100px 26px;
  font-size: 19px;
  line-height: 120%;
}
.grid-masonry section.grid article.text .inner h3 {
  color: #FF4600;
}
.grid-masonry section.grid article.text .inner p {
  margin-bottom: 15px;
}
.grid-masonry section.grid article.text .inner p:last-of-type {
  margin-bottom: 0;
}
.grid-masonry section.grid article.text .inner p:last-of-type {
  margin-bottom: 15px;
}
.grid-masonry section.grid article.text .inner ul {
  margin-left: 20px;
}
.grid-masonry section.grid article.text .inner ul li {
  margin-bottom: 15px;
  list-style-type: disc;
}
.grid-masonry section.grid article.text .inner div {
  visibility: visible;
  opacity: 1;
  position: absolute;
  display: block;
  -moz-transition: opacity 0.25s linear, visibility 0.25s linear;
  -o-transition: opacity 0.25s linear, visibility 0.25s linear;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
}
.grid-masonry section.grid article.text .inner div.collapsed {
  position: relative;
}
.grid-masonry section.grid article.text .inner div.expanded {
  visibility: hidden;
  opacity: 0;
}
.grid-masonry section.grid article.text.expandable:not(.linked).expanded .inner div.collapsed {
  visibility: visible;
  opacity: 1;
}
.grid-masonry section.grid article.text.expandable:not(.linked).expanded .inner div.expanded {
  -moz-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear;
  -o-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  -webkit-transition-delay: 0.25s, 0s;
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear;
  visibility: visible;
  opacity: 1;
}
.grid-masonry section.grid article.text.expanded .inner div.collapsed {
  visibility: hidden;
  opacity: 0;
}
.grid-masonry section.grid article.text.expanded .inner div.expanded {
  -moz-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear;
  -o-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  -webkit-transition-delay: 0.25s, 0s;
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear;
  visibility: visible;
  opacity: 1;
}
.grid-masonry section.grid article.text.blog h3 {
  color: #808080;
}
.grid-masonry section.grid article.text.blog h3 span {
  color: #00998f;
  display: block;
}
.grid-masonry section.grid article.text.blog h4 {
  margin-top: 20px;
}
.grid-masonry section.grid article.text.blog .author {
  font-size: 70%;
  margin-bottom: 16px;
}
.grid-masonry section.grid article.text.blog p {
  font-size: 16px;
}
.grid-masonry section.grid article.twitter .inner {
  background-color: #22ABE2;
  color: white;
  padding: 30px 60px 30px 26px;
}
.grid-masonry section.grid article.twitter .inner h4 {
  margin-bottom: 14px;
}
.grid-masonry section.grid article.twitter .inner h5 {
  font-size: 15px;
}
.grid-masonry section.grid article.twitter .inner p {
  font-size: 15px;
}
.grid-masonry section.grid article.twitter .inner p.data {
  font-size: 12px;
}
.grid-masonry section.grid article.twitter .inner p.data a {
  text-decoration: none;
}
.grid-masonry section.grid article.twitter .inner p.data span:before {
  content: '\00b7';
  display: inline-block;
  padding: 0 6px;
}
.grid-masonry section.grid article.twitter .inner a {
  color: white;
  text-decoration: underline;
}
.grid-masonry section.grid article.box-orange .inner {
  color: white;
  padding: 25px 25px 40px 25px;
  background-color: #E76522;
}
.grid-masonry section.grid article.box-orange h4 {
  margin-bottom: 25px;
}
.grid-masonry section.grid article.box-orange p {
  font-size: 14px;
}
.grid-masonry section.grid article.box-orange a {
  font-size: 14px;
  color: white;
  cursor: pointer !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}
.grid-masonry section.grid article .small-title {
  display: block;
  font-size: 11px;
  color: #FF4600;
  text-transform: uppercase;
  margin-top: 30px;
}
.grid-masonry section.grid article .date {
  font-size: 15px;
  display: block;
  margin-top: -10px;
  margin-bottom: 30px;
}
.grid-masonry section.grid article .small-services {
  display: block;
  font-size: 19px;
  color: #00998F;
  text-transform: uppercase;
  margin-top: 0px;
}
.grid-masonry section.grid article .small-services span {
  display: block;
  color: #848689;
}
.grid-masonry section.grid article .date-info {
  font-size: 12px;
  line-height: 120%;
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}
.grid-masonry section.grid article a.more {
  margin-bottom: 30px;
}
.grid-masonry section.grid article .inner.silver {
  background-color: #E6E7E8 !important;
}
.grid-masonry section.grid article.img-txt {
  cursor: pointer;
}
.grid-masonry section.grid article.img-txt .inner {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 30px;
}
.grid-masonry section.grid article.img-txt .inner > * {
  padding: 0px 30px;
}
.grid-masonry section.grid article.img-txt .inner .btn-view-project {
  margin-bottom: 0px;
}
.grid-masonry section.grid article.img-txt .inner > a {
  padding: 0px;
  cursor: pointer;
}
.grid-masonry section.grid article.img-txt .inner > a h3 {
  padding: 10px 30px 0px 30px;
}
.grid-masonry section.grid article.img-txt .inner h3 {
  font-size: 23px;
  line-height: 120%;
  margin: 20px 0px;
}
.grid-masonry section.grid article.img-txt .inner h3 .small-red {
  display: block;
  margin-top: -10px;
}
.grid-masonry section.grid article.img-txt .inner p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px;
}
.grid-masonry section.grid article.linked-website .inner {
  padding: 30px 20px;
}
.grid-masonry section.grid article.linked-website .inner h3 {
  color: #414042;
  margin: 20px 0px;
}
.grid-masonry section.grid article.linked-website .inner h3 span {
  display: block;
  font-size: 15px;
}
.grid-masonry section.grid article.linked-website .inner p {
  font-size: 15px;
  margin-bottom: 10px !important;
}
.grid-masonry section.grid article.services .inner {
  padding: 30px;
}
.grid-masonry section.grid article.services .inner h3 {
  color: #414042;
  font-size: 23px;
  line-height: normal;
  margin: 20px 0px;
}
.grid-masonry section.grid article.services .inner p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px;
}
.grid-masonry section.grid article.download .inner {
  background-color: #009D7B;
  color: #fff;
  padding: 30px;
}
.grid-masonry section.grid article.download .inner .small-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.grid-masonry section.grid article.download .inner h3 {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 60px;
}
.grid-masonry section.grid article.download .inner a {
  color: #fff;
}
.grid-masonry section.grid article.download .inner .small-title {
  color: #fff;
}
.grid-masonry section.grid article.download .inner .btn-download {
  margin-bottom: 30px;
}
.grid-masonry section.grid article.careers.processing.linked.expandable em:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.grid-masonry section.grid article.careers.processing.linked.expandable em:before {
  background-position: 0px -315px;
}
.grid-masonry section.grid article.careers .inner {
  padding: 30px 30px 50px 30px;
}
.grid-masonry section.grid article.careers .inner .small-title {
  margin-top: 0px;
}
.grid-masonry section.grid article.careers .inner h3 {
  color: #414042;
  font-size: 23px;
  line-height: normal;
  margin: 20px 0px;
}
.grid-masonry section.grid article.careers .inner p {
  font-size: 15px;
}
.grid-masonry section.grid article.careers .inner .date-info {
  font-size: 12px;
  margin-bottom: 15px !important;
  margin-top: -15px;
  display: block;
}
.grid-masonry section.grid article.video .inner img {
  width: 100%;
  height: auto;
}
.grid-masonry section.grid article.video .inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.grid-masonry section.grid article.video .title {
  position: relative;
  visibility: visible;
  padding: 0px 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid-masonry section.grid article.video .title .ver-align {
  padding: 25px 0px;
}
.grid-masonry section.grid article.video .title .ver-align span {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 5px;
}
.grid-masonry section.grid article.video .title .ver-align span:first-of-type {
  font-size: 19px;
}
.grid-masonry section.grid article .btn-download {
  display: inline-block;
  font-size: 15px;
}
.grid-masonry section.grid article .btn-download:before {
  content: '';
  height: 44px;
  width: 34px;
  display: inline-block;
  background-image: url(https://static.prp-co.uk/img/icons/icon-download.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-right: 16px;
  margin-top: -17px;
  float: left;
}
.grid-masonry section.grid article .btn-download:after {
  content: '';
  height: 9px;
  width: 9px;
  display: inline-block;
  background-image: url(https://static.prp-co.uk/img/icons/icon-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin-left: 10px;
}
.grid-masonry section.grid article .btn-download .icon-more-download {
  height: 9px;
  width: 9px;
  display: inline-block;
  margin: 0px 10px;
  background-image: url(https://static.prp-co.uk/img/icons/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.grid-masonry section.grid article .title {
  position: relative;
  position: absolute;
  z-index: 50;
  padding: 30px 0 35px 30px;
  background-color: #fff;
  display: block;
  margin-top: 0px;
  width: 100%;
  -moz-transition: margin-top 0.2s linear 0.1s;
  -o-transition: margin-top 0.2s linear 0.1s;
  -webkit-transition: margin-top 0.2s linear;
  -webkit-transition-delay: 0.1s;
  transition: margin-top 0.2s linear 0.1s;
}
.grid-masonry section.grid article .title span {
  max-width: 220px;
  display: block;
}
.grid-masonry section.grid article .title .silver {
  color: #888A8D;
}
.grid-masonry section.grid article.image-hover .title .ver-align > * {
  font-size: 19px !important;
  max-width: 80%;
}
.grid-masonry section.grid article.text-hover {
  -webkit-transform: translate3d(0, 0, 0);
}
.grid-masonry section.grid article.text-hover.page-logo.white-bg .title {
  background-color: rgba(255, 255, 255, 0.95);
}
.grid-masonry section.grid article.text-hover.page-logo .title {
  background-color: rgba(231, 232, 232, 0.95);
  -moz-transition: opacity 0.2s ease-out 0.2s, z-index 0.2s ease-out 0.2s;
  -o-transition: opacity 0.2s ease-out 0.2s, z-index 0.2s ease-out 0.2s;
  -webkit-transition: opacity 0.2s ease-out, z-index 0.2s ease-out;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: opacity 0.2s ease-out 0.2s, z-index 0.2s ease-out 0.2s;
}
.grid-masonry section.grid article.text-hover.page-logo .title:before {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: '';
  background-image: url(https://static.prp-co.uk/img/icons/arrow-page-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10% auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0px;
  display: none;
}
.grid-masonry section.grid article.text-hover.page-logo .title span {
  font-size: 15px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.grid-masonry section.grid article.text-hover.page-logo .title span:first-of-type {
  font-size: 19px;
}
.grid-masonry section.grid article.text-hover.page-logo .title span:last-of-type {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.grid-masonry section.grid article.text-hover.page-logo .title span:last-of-type a {
  color: #414042;
  line-height: 23px;
  cursor: pointer !important;
}
.grid-masonry section.grid article.text-hover * {
  -webkit-transform: translate3d(0, 0, 0);
}
.grid-masonry section.grid article.text-hover .inner {
  -moz-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.1s;
  transition: all 0.2s linear 0.1s;
}
.grid-masonry section.grid article.text-hover .title {
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s ease-out 0.2s;
  display: table;
  border: 0px;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  z-index: 56;
  padding: 0px 30px;
  margin-left: -5px;
  width: 105%;
  height: 101%;
  background-color: rgba(255, 255, 255, 0.8);
}
.grid-masonry section.grid article.text-hover .title .ver-align {
  position: relative;
  display: table-cell;
  border: 0px;
  line-height: normal;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-masonry section.grid article.text-hover .title .ver-align span:first-of-type {
  padding-right: 10px;
}
.grid-masonry section.grid article.text-hover .title .ver-align > * {
  position: relative;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 1.5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.grid-masonry section.grid article.text-hover .title .ver-align > *:first-of-type {
  font-size: 19px;
}
.grid-masonry section.grid article.text-hover .title .ver-align span br {
  line-height: normal;
}
.grid-masonry section.grid article.person .title .ver-align > * {
  margin-bottom: 0px;
  line-height: 1.5;
}
.grid-masonry section.grid article.person .title .ver-align .person-location {
  margin-top: 20px;
}
.grid-masonry section.grid article.person .orange {
  color: #FF4600;
}
.grid-masonry section.grid article.box-project .inner a {
  cursor: pointer;
}
.grid-masonry section.grid article.box-project .title {
  position: relative;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  width: 100%;
  margin-left: 0px;
  padding: 20px;
}
.grid-masonry section.grid article.box-project .title .ver-align {
  padding-top: 0px;
  height: 100%;
}
.grid-masonry section.grid article.box-project .title .ver-align span {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  max-width: 100%;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.3em;
}
.grid-masonry section.grid article.box-project .title .ver-align span:first-of-type {
  color: #FF4600;
}
.grid-masonry section.grid article.box-project .title .ver-align span:first-of-type + * {
  font-size: 19px;
}
.grid-masonry section.grid article.box-project .title .ver-align span.btn-view-project {
  position: relative;
  color: #FF4600;
}
.grid-masonry.grid-titles section.grid article.person .title .ver-align {
  padding-top: 25px;
}
.grid-masonry.grid-titles section.grid article.page-logo .title .ver-align {
  padding-top: 25px;
}
.grid-masonry.grid-titles section.grid article.page-logo .title span:last-of-type {
  position: relative;
  margin-top: 20px;
}
.grid-masonry:not(.grid-titles) section.grid article.text-hover, .grid-masonry:not(.grid-titles) section.grid article.image-hover {
  cursor: pointer;
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title, .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title, .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title, .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title, .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title, .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title {
  padding: 0px 30px;
  z-index: 56;
  opacity: 1 !important;
}
@media only screen and (max-device-width: 1024px) {
  .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title, .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title, .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title, .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title, .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title, .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title {
    padding: 0px 30px;
  }
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title .ver-align > *, .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title .ver-align > *, .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title .ver-align > *, .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title .ver-align > *, .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title .ver-align > *, .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title .ver-align > * {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title .ver-align :nth-of-type(1), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title .ver-align :nth-of-type(1), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title .ver-align :nth-of-type(1), .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title .ver-align :nth-of-type(1), .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title .ver-align :nth-of-type(1), .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title .ver-align :nth-of-type(1) {
  -moz-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s linear 0.2s;
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title .ver-align :nth-of-type(2), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title .ver-align :nth-of-type(2), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title .ver-align :nth-of-type(2), .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title .ver-align :nth-of-type(2), .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title .ver-align :nth-of-type(2), .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title .ver-align :nth-of-type(2) {
  -moz-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.3s;
  transition: all 0.2s linear 0.3s;
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title .ver-align :nth-of-type(3), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title .ver-align :nth-of-type(3), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title .ver-align :nth-of-type(3), .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title .ver-align :nth-of-type(3), .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title .ver-align :nth-of-type(3), .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title .ver-align :nth-of-type(3) {
  -moz-transition: all 0.2s linear 0.4s;
  -o-transition: all 0.2s linear 0.4s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s linear 0.4s;
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title .ver-align :nth-of-type(4), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title .ver-align :nth-of-type(4), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title .ver-align :nth-of-type(4), .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title .ver-align :nth-of-type(4), .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title .ver-align :nth-of-type(4), .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title .ver-align :nth-of-type(4) {
  -moz-transition: all 0.2s linear 0.5s;
  -o-transition: all 0.2s linear 0.5s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.5s;
  transition: all 0.2s linear 0.5s;
}
.grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:hover .title .ver-align :nth-of-type(5), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:focus .title .ver-align :nth-of-type(5), .grid-masonry:not(.grid-titles) section.grid article:not(.box-project).text-hover:active .title .ver-align :nth-of-type(5), .grid-masonry:not(.grid-titles) section.grid article.image-hover:hover .title .ver-align :nth-of-type(5), .grid-masonry:not(.grid-titles) section.grid article.image-hover:focus .title .ver-align :nth-of-type(5), .grid-masonry:not(.grid-titles) section.grid article.image-hover:active .title .ver-align :nth-of-type(5) {
  -moz-transition: all 0.2s linear 0.6s;
  -o-transition: all 0.2s linear 0.6s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0.6s;
  transition: all 0.2s linear 0.6s;
}
.grid-masonry.grid-titles section.grid article.box-project {
  cursor: pointer;
}
.grid-masonry.grid-titles section.grid article.box-project * {
  cursor: pointer;
}
.grid-masonry.grid-titles section.grid article.text-hover .title, .grid-masonry.grid-titles section.grid article.image-hover .title {
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 1;
  bottom: 0;
  top: auto;
  -moz-transition: z-index 0s linear 0s;
  -o-transition: z-index 0s linear 0s;
  -webkit-transition: z-index 0s linear;
  -webkit-transition-delay: 0s;
  transition: z-index 0s linear 0s;
}
.grid-masonry.grid-titles section.grid article.text-hover .title .ver-align, .grid-masonry.grid-titles section.grid article.image-hover .title .ver-align {
  display: block;
  padding-bottom: 25px;
}
.grid-masonry.grid-titles section.grid article.text-hover .title span, .grid-masonry.grid-titles section.grid article.image-hover .title span {
  opacity: 1;
  top: 0px;
}
.grid-masonry.grid-titles section.grid article.text-hover .title .btn-view-project, .grid-masonry.grid-titles section.grid article.image-hover .title .btn-view-project {
  position: relative;
}
.grid-masonry.grid-titles section.grid article .title {
  visibility: visible;
  opacity: 1;
}
.grid-masonry.grid-titles section.grid article .title .ver-align > * {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.grid-masonry:not(.grid-titles) section.grid article.image:not(.text-hover):not(.img-txt) .inner:hover a.image {
  opacity: .20;
}
.grid-masonry:not(.grid-titles) section.grid article.image:not(.text-hover):not(.img-txt) .inner:hover + .title {
  height: 100%;
  top: 0;
  position: absolute;
  padding: 35px 0 0 35px;
  vertical-align: middle;
  font-size: 19px;
  line-height: 120%;
  visibility: visible;
}

@media only screen and (max-width: 640px) {
  .grid-masonry section.grid header {
    padding: 15px 15px 0 15px;
    height: 45px;
  }
  .grid-masonry section.grid .collection {
    margin: 13px 8px 0 8px;
  }
  .grid-masonry section.grid article.text {
    width: 100%;
  }
  .grid-masonry section.grid article .title {
    padding: 15px 0 20px 15px;
    font-size: 75%;
  }
  .grid-masonry section.grid article.image {
    width: 100%;
  }
  .grid-masonry:not(.grid-titles) section.grid article.image .inner:hover + .title {
    padding: 15px 0 0 15px;
  }

  .empty {
    display: none;
  }
}
@media only screen and (min-width: 1501px) {
  .grid-masonry section.grid article {
    width: 20%;
  }
  .grid-masonry section.grid article.expanded {
    width: 40%;
  }
}
@media only screen and (max-width: 1500px) {
  .grid-masonry section.grid article {
    width: 25%;
  }
  .grid-masonry section.grid article.expanded {
    width: 50%;
  }
}
@media only screen and (max-width: 1270px) {
  .grid-masonry section.grid article {
    width: 33.33333333333333%;
  }
  .grid-masonry section.grid article.expanded {
    width: 66.66666666666666%;
  }
}
@media only screen and (max-width: 778px) {
  .grid-masonry section.grid article {
    width: 50%;
  }
  .grid-masonry section.grid article.expanded {
    width: 100%;
  }
}
@media only screen and (min-width: 1501px) {
  .grid-masonry.six-columns section.grid article {
    width: 16.66666666666667%;
  }
  .grid-masonry.six-columns section.grid article.expanded {
    width: 33.33333333333333%;
  }
}
@media only screen and (max-width: 1500px) {
  .grid-masonry.six-columns section.grid article {
    width: 20%;
  }
  .grid-masonry.six-columns section.grid article.expanded {
    width: 40%;
  }
}
@media only screen and (max-width: 1270px) {
  .grid-masonry.six-columns section.grid article {
    width: 25%;
  }
  .grid-masonry.six-columns section.grid article.expanded {
    width: 50%;
  }
}
@media only screen and (max-width: 778px) {
  .grid-masonry.six-columns section.grid article {
    width: 50%;
  }
  .grid-masonry.six-columns section.grid article.expanded {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .grid-masonry.six-columns section.grid article {
    width: 100%;
  }
  .grid-masonry.six-columns section.grid article.expanded {
    width: 100%;
  }
}
.grid-list section.grid .collection {
  margin: 0 30px;
  padding-bottom: 30px;
}
.grid-list section.grid article {
  width: 100%;
  clear: left;
  display: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
}
.grid-list section.grid article.image {
  display: table;
}
.grid-list section.grid article .inner {
  width: 282px;
  float: left;
  display: table-cell;
}
.grid-list section.grid article .inner a.image {
  display: block;
  font-size: 0;
  line-height: 0;
}
.grid-list section.grid article .inner a.image img {
  width: 100%;
  height: auto;
}
.grid-list section.grid article .title {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.grid-list section.grid article .title span {
  display: inline-block;
  font-size: 19px;
  line-height: 120%;
  padding: 0 30px;
  width: 70%;
  vertical-align: top;
}
.grid-list section.grid article .title span:nth-of-type(1) {
  padding-left: 105px;
  padding-top: 30px;
}
.grid-list section.grid article .title span:nth-of-type(2) {
  padding-left: 105px;
}
.grid-list section.grid article .title span:nth-of-type(3) {
  width: 25%;
  padding-left: 55px;
}

.grid-list.grid-list-person section.grid article {
  display: none;
}
.grid-list.grid-list-person section.grid article.person {
  display: table;
}
.grid-list.grid-list-person section.grid article.person .inner {
  display: table-cell;
}
.grid-list.grid-list-person section.grid article.person .title {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  .grid-list section.grid .collection {
    margin: 0 15px;
  }
  .grid-list section.grid header.sorting {
    padding: 0 15px;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    overflow: hidden;
  }
  .grid-list section.grid header.sorting > div {
    padding-left: 0px !important;
    float: right;
    border-width: 0px;
  }
  .grid-list section.grid header.sorting p {
    float: left;
    display: block;
    height: 75px;
    line-height: 75px;
  }
  .grid-list section.grid article .inner {
    width: 150px;
  }
  .grid-list section.grid article .title {
    margin-top: 15px;
  }
  .grid-list section.grid article .title span {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 0 0 0 30px !important;
  }
  .grid-list section.grid article .title span:nth-of-type(1) {
    padding-top: 15px !important;
  }
}
/* _____ Pages _____ */
.blog-page {
  padding: 90px 30px 0px 30px;
  margin-top: 50px;
  margin-bottom: 37px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .blog-page {
    padding: 90px 15px 0px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.blog-page article {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  width: 65%;
  float: left;
}
@media only screen and (max-width: 640px) {
  .blog-page article {
    width: 100%;
  }
}
.blog-page article .img-fright {
  float: right;
  clear: both;
  padding: 0px 0px 14px 24px;
}
@media only screen and (max-width: 640px) {
  .blog-page article .img-fright {
    width: 100%;
    padding: 30px 0px 0px 0px;
    float: none;
  }
}
.blog-page article .blog-news-img {
  width: 100%;
  display: block;
}
.blog-page article .breadcrumbs {
  padding: 30px 30px 0px 30px;
}
.blog-page article .breadcrumbs ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: normal;
}
.blog-page article .breadcrumbs ul li a,
.blog-page article .breadcrumbs ul li span {
  font-size: 11px;
  color: #FF4600;
}
.blog-page article h1 {
  font-size: 23px;
  line-height: 120%;
  padding: 0px 30px;
  margin-top: 17px;
}
.blog-page article h2 {
  font-size: 21px;
  line-height: 120%;
  padding: 0px 30px;
  margin-top: 30px;
}
.blog-page article h1 a {
  line-height: 120%;
}
.blog-page article .info-date {
  padding: 0px 30px;
  margin-top: 5px;
}
.blog-page article .info-date span {
  font-size: 11px;
}
.blog-page article p {
  padding: 30px 30px 0px 30px;
  font-size: 15px;
  line-height: 150%;
}
.blog-page article ul {
  padding-top: 15px;
}
.blog-page article ul li {
  padding: 0px 30px 0px 10px;
  margin-left: 45px;
  font-size: 15px;
  line-height: 150%;
  list-style: disc;
}
.blog-page article ol {
  padding-top: 15px;
}
.blog-page article ol li {
  padding: 0px 30px 0px 10px;
  margin-left: 50px;
  font-size: 15px;
  line-height: 150%;
  list-style: decimal;
}
.blog-page aside {
  width: 35%;
  float: left;
  padding-left: 14px;
}
@media only screen and (max-width: 640px) {
  .blog-page aside {
    width: 100%;
    padding: 14px 0px 0px 0px;
  }
}
.blog-page aside > div {
  margin-bottom: 14px;
}
.blog-page aside .title-aside {
  background-color: #BCBEC0;
}
.blog-page aside .title-aside p {
  font-size: 14px;
  color: #fff;
  padding: 14px 14px 13px 14px;
}
.blog-page aside .blog-news-aside {
  background-color: #fff;
  padding: 30px;
}
.blog-page aside .blog-news-aside .breadcrumbs ul li {
  display: inline-block;
}
.blog-page aside .blog-news-aside .breadcrumbs ul li a,
.blog-page aside .blog-news-aside .breadcrumbs ul li span {
  font-size: 11px;
}
.blog-page aside .blog-news-aside h1 {
  font-size: 23px;
  line-height: 120%;
  margin-top: 17px;
}
.blog-page aside .blog-news-aside h1 a {
  line-height: 120%;
}
.blog-page aside .blog-news-aside .info-date {
  margin: 5px 0px;
}
.blog-page aside .blog-news-aside .info-date span {
  font-size: 11px;
}

.blog-form {
  position: relative;
  overflow: hidden;
  padding: 30px 26px;
}
.blog-form div {
  width: 50%;
  padding: 5px 4px;
  float: left;
}
.blog-form div input {
  width: 100%;
  border: 1px solid #DBDCDD;
  font-size: 15px;
  padding: 10px;
}
.blog-form div input[type="submit"] {
  background-color: #E10023;
  border: 1px solid #E10023;
  text-align: center;
  color: #fff;
}
.blog-form .required {
  font-size: 12px !important;
  float: left;
  padding: 0px;
  margin-top: 25px;
}

@media only screen and (max-width: 640px) {
  .blog-form div {
    width: 100%;
  }
}
.box-atteding {
  border-top: 1px solid #DBDCDD;
  margin: 30px;
  padding-top: 30px;
}
.box-atteding h4 {
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 30px;
}
.box-atteding .person {
  width: 100%;
  background-color: #F4F4F4;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.box-atteding .person em {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #414140;
  color: white;
  cursor: pointer;
  z-index: 65;
}
.box-atteding .person em:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url(https://static.prp-co.uk/img/icons/icons@2x.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 105px 350px;
}
.box-atteding .person.expanded em:before {
  background-position: 0px -315px;
}
.box-atteding .person.expanded .btn-biog {
  display: none !important;
}
.box-atteding .person .orange {
  color: #FF4600;
}
.box-atteding .person .inner {
  width: 40%;
  display: table-cell;
  vertical-align: top;
}
.box-atteding .person .inner img {
  width: 100%;
  display: block;
}
.box-atteding .person .title {
  position: relative;
  width: 60%;
  display: table-cell;
  vertical-align: top;
  padding: 40px;
}
.box-atteding .person .title .ver-align span:first-of-type {
  font-size: 19px;
}
.box-atteding .person .title .ver-align > * {
  position: relative;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 1.5;
}
.box-atteding .person .title .ver-align span {
  display: block;
}
.box-atteding .person .title .ver-align span br {
  line-height: normal;
}
.box-atteding .person .title .ver-align .person-location {
  margin-top: 20px;
}
.box-atteding .person .title .ver-align .btn-biog {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}
.box-atteding .person .txt-full {
  width: 100%;
  float: left;
  display: none;
  padding-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .box-atteding .person .inner {
    width: 100%;
    display: block;
  }
  .box-atteding .person .title {
    width: 100%;
    display: block;
  }
}
.contact-page {
  padding: 90px 30px 50px 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .contact-page {
    padding: 90px 15px 30px 15px;
  }
}
.contact-page article > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.contact-page .title-box {
  font-size: 14px;
  margin: 30px 0px;
}
.contact-page h2 {
  font-size: 23px;
  line-height: 150%;
  margin-bottom: 30px;
}
.contact-page h3 {
  font-size: 19px;
  line-height: 150%;
  margin-bottom: 30px;
}
.contact-page p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 150%;
}
.contact-page a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.contact-page .column-table {
  display: table;
}
.contact-page .column-table .column-row {
  display: table-row;
}
.contact-page .column-table.column-2 .column-row div {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 50%;
  padding: 30px 30px 0px 30px;
  background-color: #fff;
  vertical-align: top;
  border-right: 7px solid #F4F4F4;
}
@media only screen and (max-width: 640px) {
  .contact-page .column-table.column-2 .column-row div {
    width: 100%;
    margin-bottom: 14px;
    border-width: 0px !important;
    display: block;
  }
}
.contact-page .column-table.column-2 .column-row div:last-child {
  border-right-width: 0px;
  border-left: 7px solid #F4F4F4;
}
@media only screen and (max-width: 640px) {
  .contact-page .column-table.column-2 .column-row div:last-child {
    margin-bottom: 0px;
  }
}
.contact-page .column-table.column-3 .column-row div {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 33.333333%;
  padding: 30px 30px 0px 30px;
  background-color: #fff;
  border-right: 5px solid #F4F4F4;
  border-left: 5px solid #F4F4F4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  .contact-page .column-table.column-3 .column-row div {
    display: block;
    border-width: 0px !important;
    width: 100%;
    margin-bottom: 14px;
  }
}
.contact-page .column-table.column-3 .column-row div:first-child {
  border-left-width: 0px;
  border-right: 10px solid #F4F4F4;
}
.contact-page .column-table.column-3 .column-row div:nth-of-type(2) img {
  width: 100%;
}
.contact-page .column-table.column-3 .column-row div:last-child {
  border-right-width: 0px;
  border-left: 10px solid #F4F4F4;
}
@media only screen and (max-width: 940px) {
  .contact-page .column-table.column-3 .column-row div:last-child {
    margin-bottom: 0px;
  }
}
.contact-page .column-table.img-full div {
  padding: 0px 0px 0px 0px !important;
}
.contact-page .column-table.img-full div .small-red {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.contact-page .column-table.img-full div h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contact-page .column-table.img-full div h2 {
    margin-top: 0px;
  }
}
.contact-page .column-table.img-full div img {
  width: 100%;
  display: block;
  padding: 0px;
}
@media only screen and (max-width: 640px) {
  .contact-page .column-table.img-full div img {
    display: none;
  }
}
.contact-page .column-table.img-full div > * {
  padding: 0px 30px;
}
.contact-page .office-box-map {
  background-color: #fff;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}
.contact-page .office-box-map div {
  width: 51%;
  float: left;
  position: relative;
  overflow: hidden;
}
.contact-page .office-box-map div:first-child {
  padding: 30px 30px 0px 30px;
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .contact-page .office-box-map div {
    width: 100% !important;
  }
}
.contact-page .office-box-map div img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-page .office-box-map div .view-map {
  display: inline-block;
  margin-right: 55px;
}