/*
Theme Name: StrapPress
Theme URI: https://strappress.com
Author: Brad Williams
Author URI: https://braginteractive.com
Description: Bootstrap 4 WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: strappress
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

StrapPress is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*	
///////////////////////
COLORS
///////////////////////
*/
/*	
///////////////////////
TYPOGRAPHY
///////////////////////
*/
@font-face {
  font-family: GT-Walsheim;
  src: url(css/fonts/GT-Walsheim-Regular.eot);
  src: url(css/fonts/GT-Walsheim-Regular.eot?#iefix) format("embedded-opentype"), url(css/fonts/GT-Walsheim-Regular.woff) format("woff"), url(css/fonts/GT-Walsheim-Regular.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: GT-Walsheim;
  src: url(css/fonts/GT-Walsheim-Medium.eot);
  src: url(css/fonts/GT-Walsheim-Medium.eot?#iefix) format("embedded-opentype"), url(css/fonts/GT-Walsheim-Medium.woff) format("woff"), url(css/fonts/GT-Walsheim-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GT-Walsheim;
  src: url(css/fonts/GT-Walsheim-Bold.eot);
  src: url(css/fontscd/GT-Walsheim-Boldeot?#iefix) format("embedded-opentype"), url(css/fonts/GT-Walsheim-Bold.woff) format("woff"), url(css/fonts/GT-Walsheim-Bold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

.gtWalsh, body, h1, h2, h3, h4 {
  font-family: GT-Walsheim;
}

body {
  color: #5a5a5a;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

@media (max-width: 420px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
}

a {
  color: #f89920;
}

a:hover {
  color: #f89920;
  text-decoration: none;
}

/*
ol{
	margin-left: 18px;
	padding-left: 0;
	li{
		padding: 8px 20px 8px 12px;
		position: relative;
		&:not(:last-child){
			&:after{
				content:"";
				height: 1px;
				width: 100%;//calc(100%+18px);
				background: $lightBlue;
				display: block;
				position: absolute;
				left: -18px;
				bottom: 0;
			}
		}
	}

}
*/
#twoColumn h2 {
  margin-bottom: 1.5rem;
}

#twoColumn img {
  margin-bottom: 1rem;
  width: 100%;
}

/*	
///////////////////////
HEADER
///////////////////////
*/
.navbar-brand {
  font-size: 16px;
  width: 240px;
  margin-right: 200px;
}

.navbar-brand a {
  position: relative;
  padding: 10px 0;
  display: inherit;
}

body.logged-in #navbarNav {
  top: 46px !important;
}

body.logged-in #navbarNav .closeNav {
  right: 40px !important;
}

@media (max-width: 420px) {
  .navbar-brand {
    margin-right: 60px;
  }
  .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

#slimContainer {
  max-width: 740px;
}

.navbar-toggler.scrolled {
  position: fixed;
  top: 40px;
  right: 40px;
  background: #FFF;
  z-index: 10;
}

@media (max-width: 500px) {
  .navbar-toggler.scrolled {
    top: 5px;
    right: 5px;
  }
}

.stopScrolling {
  height: 100%;
  overflow: hidden;
}

#navContainer {
  transition: all ease 0.8s;
}

#navContainer #navbarNav {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: -100%;
  background: #000;
  height: 100%;
  display: block;
  overflow-y: scroll;
  transition: all ease 0.8s;
  /*@media (min-height: 550px) {
			>div{
				height: 100%;
				display: flex;
				align-items:center;
			}
			.navbar-nav{
				padding: 40px;
				display: flex;
				flex-direction:column;
			}
		}*/
}

#navContainer #navbarNav > .closeNav {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #FFF;
  background: none;
}

#navContainer #navbarNav > .closeNav:hover {
  color: #f89920;
}

#navContainer #navbarNav a {
  color: #FFF;
  font-size: 1.5rem;
}

#navContainer #navbarNav a:hover {
  text-decoration: none;
  color: #f89920;
}

#navContainer #navbarNav .navbar-nav {
  padding: 0 30px;
  background: #5a5a5a;
}

@media (max-width: 768px) {
  #navContainer #navbarNav {
    width: 100%;
  }
}

#navContainer #navbarNav #servicesMenu .navbar-nav {
  background: #000;
}

#navContainer #navbarNav #servicesMenu h2 {
  color: #f89920;
  padding: 20px 30px 0;
}

#navContainer #navBG {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}

#navContainer.open #navbarNav {
  right: 0;
  transition: all ease 0.8s;
}

#navContainer.open #navBG {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.8s;
}

#masthead {
  background: #FFF;
  margin-bottom: 0;
  padding: 1rem 0;
}

/*
///////////////////////
FOOTER
///////////////////////
*/
#footer {
  margin-top: 3rem;
}

#footerCTA {
  padding: 3rem;
  background: url(img/linesbg.svg) center bottom no-repeat #5a5a5a;
  background-size: 5000px;
  color: #FFF;
}

#footerCTA a {
  color: #FFF;
  text-decoration: underline;
}

#footerCTA a:hover {
  color: #f89920;
}

#footerCTA p {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  #footerCTA p {
    font-size: 1.5rem;
  }
}

#footerCTA p:last-child {
  margin: 0;
}

#footerBase {
  background: #f89920;
  padding: 2.5rem 0 1.3rem;
  color: #FFF;
}

#footerBase .row:first-child {
  margin-bottom: 2rem;
}

#footerBase .footerLogo {
  width: 6rem;
}

#footerBase .social a {
  color: #FFF;
}

#footerBase .social a:hover {
  color: #5a5a5a;
}

#footerBase .social svg {
  width: 1.5rem;
  height: 1.5rem;
}

/*page*/
#featuredImage {
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
}

#featuredImage.mainPage {
  margin-bottom: 0;
}

#featuredImage img {
  width: 100%;
}

#featuredImage > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#featuredImage h1 {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
}

#featuredImage h1 > span {
  padding: 20px 15px;
  font-size: 4rem;
  margin-bottom: 5px;
  line-height: 100%;
  position: relative;
  /*&:after{
				content:"";
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba($orange,0.6);
				mix-blend-mode:multiply;
			}*/
}

#featuredImage h1 > span > span {
  position: relative;
  z-index: 10;
}

@media (max-width: 970px) {
  #featuredImage {
    overflow: hidden;
  }
  #featuredImage img {
    width: 970px;
    max-width: 970px;
    position: relative;
    left: 50%;
    margin-left: -485px;
  }
  #featuredImage h1 > span {
    line-height: 160%;
    font-size: 1.8rem;
    padding: 0 7px;
  }
}

#featuredImage h1.threeWords {
  display: block;
  line-height: 6.3rem;
}

#featuredImage h1.threeWords > span {
  padding-top: 0;
  padding-bottom: 0;
  /*&:nth-child(3){
			display:block;
		}*/
}

@media (max-width: 970px) {
  #featuredImage h1.threeWords {
    line-height: 160%;
  }
}

.email {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-size: 12px;
}

#holmesGroup {
  background: #e1e1e1;
  padding: 4rem 0 2rem;
}

#holmesGroup .groupIntro {
  font-size: 2.2rem;
  max-width: 730px;
  margin-bottom: 4rem;
}

@media (max-width: 970px) {
  #holmesGroup .groupIntro {
    font-size: 1.2rem;
  }
}

#holmesGroup h2 {
  margin-bottom: 2rem;
}

#holmesGroup .subsid a {
  display: block;
  margin-bottom: 3rem;
}

#holmesGroup .subsid a:hover {
  color: #f89920;
}

#holmesGroup .subsid a:hover > span {
  text-decoration: underline;
}

#holmesGroup .subsid a img {
  width: 250px;
  margin-bottom: 10px;
}

#holmesGroup .subsid a span {
  display: block;
}

#holmesGroup .subsid:nth-child(3) {
  width: 247px;
}

#holmesGroup .subsid:nth-child(4) {
  width: 260px;
}

body.page-template-page-contact #footer {
  margin-top: 0;
}

.multiplyBg, #featuredImage h1 > span, #homeBanner > div {
  position: relative;
}

.multiplyBg:after, #featuredImage h1 > span:after, #homeBanner > div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f89920;
  mix-blend-mode: multiply;
  display: block;
  content: "";
}

/*	
///////////////////////
HOMEPAGE
///////////////////////
*/
#homeBanner {
  padding: 2rem;
  background: url(img/homeBanner.jpg) top center no-repeat #CCC;
  background-size: cover;
  color: #FFF;
}

#homeBanner > div {
  padding: 2rem;
}

#homeBanner > div > div {
  z-index: 10;
  position: relative;
}

#homeBanner h1 {
  color: #FFF;
  font-size: 4rem;
  line-height: 3.8rem;
}

@media (max-width: 576px) {
  #homeBanner h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

#homeBanner h1 > span {
  display: block;
  margin-bottom: 1.6rem;
}

@media (min-width: 1200px) {
  #homeBanner h1 > span > span {
    display: block;
  }
}

#homeBanner #homeIntro {
  font-size: 1.2rem;
  font-weight: lighter;
}

#homeBanner a {
  color: #FFF;
  margin: 2rem auto 0;
  display: block;
  width: 100px;
  text-align: center;
}

#homeBanner a:hover {
  color: #000;
}

#homeBanner a svg {
  font-size: 3rem;
}

#homeServices {
  background: url(img/linesbg.svg) center center no-repeat #5a5a5a;
  background-size: 5000px;
  padding: 4rem 1rem 3rem;
}

#homeServices h2 {
  color: #f89920;
}

#homeServices a {
  background: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5a5a5a;
  display: block;
  margin-bottom: 30px;
}

#homeServices a span {
  display: block;
  padding: 1.5rem;
  text-align: center;
}

#homeServices a:hover {
  text-transform: none;
  color: #f89920;
}

.homeNews {
  background: #e1e1e1;
  padding: 6rem 0;
}

.homeNews a span {
  margin-top: auto;
  margin-bottom: 1rem;
}

#main a:hover {
  text-decoration: underline;
}

#news .col-sm-6 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}

#news img {
  margin-bottom: 1rem;
}

#news a {
  display: block;
  color: #5a5a5a;
  margin-bottom: 2rem;
}

#news a img {
  transition: all 0.3s;
}

#news a:hover {
  color: #000;
}

#news a:hover img {
  transform: scale(1.05);
  transition: all 0.3s;
}

#news.teamNewsContainer {
  background: #e1e1e1;
  padding: 3rem 0;
}

#news.teamNewsContainer .slick-dots {
  text-align: center;
  list-style: none;
}

#news.teamNewsContainer .slick-dots li {
  display: inline;
}

#news.teamNewsContainer .slick-dots li.slick-active button {
  background: #f89920;
}

#news.teamNewsContainer .slick-dots button {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 50%;
  background: #5a5a5a;
  height: 15px;
  width: 15px;
  border: none;
  margin: 0 5px;
}

@media (max-width: 576px) {
  #news.teamNewsContainer {
    display: none;
  }
}

#dpsp-content-top {
  width: 175px;
}

#dpsp-content-top a.dpsp-network-btn {
  border-color: #e1e1e1;
}

#dpsp-content-top a.dpsp-network-btn > span.dpsp-network-icon {
  background: #e1e1e1;
  border: #5a5a5a;
}

#dpsp-content-top a.dpsp-network-btn:hover > span.dpsp-network-icon {
  background: #5a5a5a;
}

#blogSide h2 {
  margin-bottom: 1rem;
}

#blogSide h3 {
  font-weight: normal;
  font-size: 1.1rem;
}

/*
@media (max-width: 576px) {
	#content > .container{
		padding: 0;
	}
}*/
#homeWhy {
  background: url("img/homeWhy.jpg") center right no-repeat #5a5a5a;
  background-size: cover;
  margin: 6rem 0;
  padding: 3rem;
  color: #FFF;
  min-height: 10rem;
}

#homeWhy h2 {
  color: #f89920;
}

#homeWhy h3 {
  color: #FFF;
  font-size: 3rem;
  line-height: 4rem;
}

@media (max-width: 576px) {
  #homeWhy h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

#homeWhy .whyText {
  max-width: 480px;
}

#homeWhy a {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 7rem;
  text-decoration: underline;
  color: #FFF;
}

#homeWhy a:hover {
  color: #f89920;
}

/*PROJECT LSITING*/
#featuredProjects {
  background: url(img/linesbg.svg) center bottom no-repeat #5a5a5a;
  background-size: 5000px;
  padding: 40px 0;
  margin-bottom: 4rem;
}

#featuredProjects p {
  font-size: 1.3rem;
  line-height: 120%;
  font-weight: normal;
  color: #FFF;
}

#featuredProjects .featuredProject {
  margin-bottom: 2rem;
}

#featuredProjects img {
  width: 100%;
}

@media (min-width: 990px) {
  #featuredProjects .secondColumn .featuredProject:first-child {
    position: relative;
    left: -110px;
  }
}

#featuredProjects .sector {
  color: #FFF;
  border-bottom: 2px solid #FFF;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: inline-block;
}

#featuredProjects .title {
  display: block;
  color: #FFF;
  font-size: 1.4rem;
}

@media (max-width: 990px) {
  #featuredProjects .title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  #featuredProjects {
    display: none;
  }
}

#projectFilter .checkboxFilter {
  position: relative;
}

#projectFilter .checkboxFilter input {
  position: absolute;
  top: 5px;
  left: 0;
}

#projectFilter .checkboxFilter label {
  padding-left: 20px;
}

#projectFilter .dropdown {
  color: #000;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}

#projectFilter .dropdown > button {
  background: none;
  border: none;
  border-bottom: 2px solid #f89920;
  padding: 0 0 2px;
  color: #f89920;
}

#projectFilter .dropdown > button:hover svg {
  color: #000;
}

#projectFilter .dropdown > div {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  padding: 10px;
  z-index: 1000;
  width: 200px;
}

#projectFilter .button {
  background: #f89920;
  color: #FFF;
  border: 0;
}

#projectFilter .button:hover {
  background: #de7f07;
}

#clearFilter {
  background: #5a5a5a;
  color: #FFF;
  border: 0;
}

#clearFilter:hover {
  background: #000;
}

.project {
  margin-bottom: 2rem;
}

.project > a {
  background: #FFF;
  display: flex;
  flex: 1;
  height: 100%;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
}

.project > a:hover {
  text-decoration: none !important;
  background: #e1e1e1;
}

.project.landscape .row {
  display: block;
}

.project.landscape .col-sm-6 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: block;
}

.project .details {
  padding: 1rem;
}

@media (min-width: 576px) {
  .project:not(.landscape) .details {
    padding: 1rem 1rem 1rem 0;
  }
}

.project .sector {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: inline-block;
}

.project .title {
  display: block;
  color: #5a5a5a;
  font-size: 1.8rem;
}

@media (max-width: 976px) {
  .project .title {
    font-size: 1.2rem;
  }
}

.imageTextOverlayShadow, #featuredImageProject h1, #featuredImageProject .projectNav a {
  text-shadow: 0px 0px 20px #000;
}

/*PROJECT SINGLe*/
body.page #featuredImage h1 {
  word-spacing: -10px;
}

#featuredImageProject {
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
}

#featuredImageProject img {
  width: 100%;
}

#featuredImageProject .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#featuredImageProject h1 {
  color: #FFF;
}

@media (min-width: 1050px) {
  #featuredImageProject h1 {
    margin-bottom: 40px;
  }
}

#featuredImageProject .projectNav a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  color: #e1e1e1;
  display: block;
  left: 10px;
}

#featuredImageProject .projectNav a svg {
  font-size: 4rem;
  vertical-align: middle;
}

#featuredImageProject .projectNav a > span {
  opacity: 0;
  padding: 2px 5px;
  transition: all 0.5s;
}

#featuredImageProject .projectNav a:hover {
  color: #FFF;
  text-decoration: none;
}

#featuredImageProject .projectNav a:hover > span {
  opacity: 1;
  transition: all 0.5s;
}

#featuredImageProject .projectNav a:last-child {
  left: auto;
  right: 10px;
}

@media (max-width: 650px) {
  #featuredImageProject .projectNav {
    display: none;
  }
}

#keyFacts, #mainContent {
  margin-bottom: 2rem;
}

#keyFacts h3 {
  margin-bottom: 0;
}

#keyFacts p {
  margin-bottom: 20px;
}

#keyFacts a {
  color: #5a5a5a;
  text-decoration: underline;
}

#keyFacts a:hover {
  color: #f89920;
}

#projectText {
  position: relative;
}

#projectText #moreText {
  color: #f89920;
  display: block;
  background: none;
  border: none;
  padding: 0;
  /*text-align: center;
		padding: 60px 0 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60px); 
		transition:max-height 5s;
		opacity: 1;*/
}

#projectText.expand {
  max-height: 5000px;
  background: none;
  transition: max-height 5s;
}

#projectText.expand #moreText {
  opacity: 0;
}

#projectText #extraText, #projectText #extraKeyfacts {
  display: none;
}

#mainContent p:first-child > strong {
  font-size: 1.3rem;
  line-height: 120%;
  font-weight: normal;
  color: #000;
}

.marketingHeading {
  color: #f89920;
  font-size: 2rem;
  margin-bottom: 3rem;
}

#gallery {
  margin-top: 2rem;
}

#gallery .galleryHidden {
  display: none;
}

#gallery blockquote {
  font-size: 1.7rem;
  color: #5a5a5a;
}

#gallery blockquote footer {
  color: #000;
  font-size: 1.2rem;
}

#gallery a {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

#gallery a span {
  transition: all ease 0.5s;
  opacity: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#gallery a span svg, #gallery a span i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  color: #FFF;
}

#gallery a:hover span {
  opacity: 1;
  transition: all ease 0.5s;
}

.ekko-lightbox .modal-footer {
  justify-content: flex-start;
}

#twoColumns > div {
  margin-bottom: 2rem;
}

#twoColumns > div:last-child {
  border: none;
}

body.page-template-page-perspectives #twoColumns > div {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 1rem;
}

/*PERSPECTIVES*/
#perspectiveHead {
  background: url(img/linesbg.svg) center bottom no-repeat #000;
  background-size: 5000px;
  margin-bottom: 3rem;
}

#perspectiveHead a {
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 2px solid #f89920;
  display: inline-block;
}

#perspectiveHead a:hover {
  color: #FFF;
  border-color: #FFF;
}

#perspectiveHead h1 {
  margin-bottom: 2rem;
  color: #FFF;
}

body.page-template-page-perspectives #mainContent {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

body.page-template-page-perspectives #footer {
  margin-top: 0;
}

/*team*/
.teamNews {
  padding: 2rem 0 !important;
}

#team a img {
  border: 4px solid #FFF;
}

#team a:hover {
  text-decoration: none;
}

#team a:hover img {
  border-color: #f89920;
}

#team, #singleStaff {
  text-align: center;
}

#team img, #singleStaff img {
  border-radius: 50%;
  margin-bottom: 10px;
}

#team h3, #singleStaff h3 {
  color: #5a5a5a;
  font-weight: normal;
  font-size: 1.5rem;
}

#team h3 svg, #singleStaff h3 svg {
  color: #f89920;
  font-size: 1rem;
  margin-left: 6px;
}

#team p, #singleStaff p {
  color: #000;
}

#team .dummyImage, #singleStaff .dummyImage {
  width: 100%;
  padding-top: 100%;
  background: #e1e1e1;
  border-radius: 50%;
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

#filter {
  margin: 2rem 0;
}

#filter button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  color: #000;
  padding: 0;
  padding-bottom: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

#filter button:hover {
  color: #f89920;
  border-color: #f89920;
}

#alphaOrder {
  float: right;
  color: #f89920;
  padding-bottom: 2px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #f89920;
}

#alphaOrder:hover {
  cursor: pointer;
  color: #000;
  border-color: #000;
}

#filterItems .target {
  margin-bottom: 2rem;
}

#singleStaff {
  padding: 1rem;
}

#singleStaff .info {
  text-align: left;
}

#singleStaff .content {
  display: block !important;
}

#singleStaff svg {
  display: none;
}

#singleStaff .image img {
  border-radius: 0;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  #singleStaff {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #singleStaff .image, #singleStaff .info {
    width: 50%;
  }
  #singleStaff .info {
    padding-left: 40px;
  }
}

.modal .close {
  font-size: 3.5rem;
  text-align: right;
  margin-right: 10px;
}

/*Service page*/
#relatedPerspectives {
  background: #e1e1e1;
  padding: 3rem 0;
}

#team.related, #relatedPerspectives {
  padding: 3rem 0;
}

#team.related h2, #relatedPerspectives h2 {
  text-align: left;
  margin-bottom: 2rem;
}

body.page-template-page-service #footer {
  margin-top: 0;
}

#teamMore {
  display: none;
}

#viewMoreTeam span {
  display: none;
}

#viewMoreTeam span:first-child {
  display: block;
}

#viewMoreTeam.active span:first-child {
  display: none;
}

#viewMoreTeam.active span:last-child {
  display: block;
}

/*about*/
#team.about {
  background: #e1e1e1;
}

body.page-id-9 #footer {
  margin-top: 0;
}

/*	
///////////////////////
FORM
///////////////////////
*/
/*
.gf_progressbar_title{
	display: none;
}*/
