/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

#about section h2 {
	font-size: 24px !important;
}
#text-right-bio h1 {
	color: black !important;
}
.bio-text h4 {
	color: black !important;
}
#about section h2 {
	text-transform: none;
}
.halves {
	padding-top: 0 !important;
}


	#video-flex .col-third p:nth-of-type(1) {
		font-weight: bold;
}
#services-video-images .half-col p {
	padding-left: 20%;
	padding-right: 20%;
}
#career-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#career-flex .flex-column {
	width: 60%;
}

#career-flex .flex-column:nth-of-type(2) {
	width: 40%;
}
.modal-overlay {
	display: none;
}
#anchorcontributions p {
	text-align: center;
}
.halves {
	text-align: center;
}
#anchorcerts {
	text-align: center;
}

#anchorcerts h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

#anchorcerts p {
	font-size: 18px;
}
.facts-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;;
	-webkit-box-align: center;;
	    -ms-flex-align: center;;
	        align-items: center;
}
.facts .container {
	width: 100% !important;
	margin: 0 !important;
	max-width: none;
}

.facts {
	text-align: center !important;
}
.facts-flex #img-1-about {
max-width: 100%;
}
#facts-about {
	margin-right: 5%;
}

#facts-about:nth-of-type(2) {
	border-right: 2px solid gray; 
	padding-right: 5%;
}
#anchorstory {
	background-image: url('/wp-content/uploads/2018/01/unnamed.jpg');
	height: 27vw;
	background-size: 100%;
}
#trusted {
	text-align: center;
	padding-top: 0 !important;
	margin-top: 2%;
}
#trusted h1 {
	font-size: 24px;
	margin-bottom:20px;
}

#tech-depth {
	padding: 3%;
	background: #2c3034;
	color: white;
}
#tech-depth h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 35px;
}
#tech-depth-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#tech-depth-flex p {
	line-height: 1.6em;
	margin-top: 14%;
	font-size: 18px;
}
#tech-depth-flex h3 {
text-align: center;
	font-size: 18px;
}
#trusted-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#career-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#trusted-flex-icon {
	width: 17%;
	margin-right: 2%;
	margin-left: 1%;
}
#trusted-flex-icon img {
	max-width: 200px;
	margin-bottom: 25px;
	margin-top: 15px;
}
#career-bio img {
	max-width: 200px;
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}
#career-bio-image {
	text-align: center !important;

}


.half-col2 {
	width: 20%;
}
.half-col1 {
	width: 35%;
	margin-right: -40px
}
#offerings-index a.button {
	color: white !important;
}
#offerings-index .text a {
	color: inherit; 
	-webkit-transition: .2s all ease-in-out; 
	-o-transition: .2s all ease-in-out; 
	transition: .2s all ease-in-out;
}
#footer .certifications ul {
	text-align: center;
}
#offerings-index .text img:hover {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}
#footer nav.primary {
	float: none;
	display: inline-block;
	width: auto !important;
}

#offerings-index .text a:hover {
	color: rgb(210,65,38);
}
.aligncenter {
	margin: 0 auto !important;
	display: block !important;
}
.post-type-archive-case_study .date {
	display: none !important;
}
#services-landing-banner {
	height: 40vh;
	background-size: cover;
}

#services-landing-header img {
	display: block;
	margin: 0 auto;
	width: 200px;
	margin-top: 30px;
}
.list-title-2 {
	font-weight: bold;
	font-size: 18px;
}
#services-landing-header h1{
	font: inherit;
	font-size: 28px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
}
#services-section-1 h1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

#landing-page-content {
	background-color: #f2f2f2;
	text-align: center;
}

#landing-page-content .button {
	margin-bottom: 50px;
}

#landing-page-content p, #landing-page-content span {
	text-align: left;
}

#landing-page-content {
	padding-left: 20%;
	padding-right: 20%;
}
#services-video-images {
	background: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10%;
	padding-right: 10%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#career-videos h1 {
	text-align: center;
	margin-bottom: 40px !important;
}

#services-video-images .half-col {
	width: 50%;
}

#services-video-images img {
	max-width: 50%;
	display: block; 
	margin: 0 auto;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

#services-video-images img:hover {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}

#services-video-images h2 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 24px;
}

#services-video-images p {
	text-align: center;
}
#video-flex img {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	cursor: pointer;
}
#video-flex img:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
#services-landing-header p{
	padding-lefT: 20%;
	padding-right: 20%;
	font-size: 22px;
	font-family: inherit;
}

#services-section-1 p {
	padding-lefT: 10%;
	padding-right: 10%;
	font-size: 22px;
	line-height: 1.4em
}
#services-section-1 {
	background: #f2f2f2;
	padding: 4%;
}
#grnhse_app {
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch; 
	max-height: 800px;
		margin: 0 auto;
	margin-top: -8.5%;
	display: block;
}

#video-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.col-third {
  width: 31%;
	margin-right: 15px;
	text-align: center;
}

#top-career {
	padding: 3%;
}

#below-career-3, #career-videos {
	padding: 1%;
	padding-left: 15%;
	padding-right: 15%;
		background: #f2f2f2;
}


#below-career {
	background: #f2f2f2;
	padding: 3%;
	padding-bottom: .25%;
	padding-left: 20%;
	padding-right: 20%;
}

.list-title-2 {
	font-family: inherit;
	margin-bottom: 1px;
}
#top-career img {
	display: block;
	margin: 0 auto;
	max-width: 40%;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#career-page-2 {
		background-color: #f2f2f2;
	padding: 3%;
}

#career-banner-2 {
	background: url('/wp-content/uploads/2018/01/career-banner-3.png') no-repeat;
	height: 45vh;
	background-size: cover;
}
.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-box .half-col {
 min-width: 300px;
	margin: 0 auto;
}

#below-career-2 {
	text-align: center;
	padding: 3.5%;
		background-color: #f2f2f2;
	padding-left: 10%;
	padding-right: 10%;
}

#careers-page h1, #careers-page p, #career-page-2 h1, #career-page-2 p, #career-page-2 h3, #top-career h1, #below-career {
	text-align: center;
}

#career-banner-3 {
	background-image: url('/wp-content/uploads/2018/01/career-banner-4.png');
	height: 50vh;
	background-size: cover;
}

#below-career p {
	font-family: inherit;
}

#career-page-2 h3 {
	font-family: inherit;
	font-size: 24px;
}
#career-page-2 ul {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 35px;
}


#career-page-2 ul, #below-career-3 ul {
list-style-type: none;	
	font-family: inherit;
}

#career-page-2 ul li, #below-career-3 ul li {
	margin-bottom: 3px;
}

#career-page-2 ul li:before, #below-career-3 ul li:before {
content: "–";
	margin-right: 4px;
	color: #d24126;
	font-weight: bold;
}

#career-page-2 .list-title {
	text-align: center;
	margin-right: 20%;
	font-weight: bold;
	margin-bottom: 1px
}

#below-career-2 .button {
	margin-bottom: 65px;
}

blockquote {
    font-family: proxima-nova, 'Helvetica';
    position: relative;
    margin: 0 auto;
		padding-top: 1em;
	padding-bottom: 1em;
	line-height:1.4em;
	  color: rgb(44, 48, 52);
	font-size: 16px;
	text-align: center;
	font-style: normal;
	max-width: 50%;
}

blockquote small {
	font-size: 12px;
	font-style: italic;
}
blockquote:before {
    font-family: inherit;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 10px;
    left: 0px;
    content: "\201C";
	color: #d24126;
}
blockquote:after {
    font-family: inherit;
    position: absolute;
 
    font-size:4em;
    line-height: 1;
    right: 0;
    bottom: 0;
    content: "\201D";
	color: #d24126;
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}


#text-right-bio {
 padding-top: 100px;

}
#text-right-bio h1 {
  font-size: 38px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
#text-right-bio p {
  font-size: 24px;
	font-family: inherit;
}
#image-left-bio {
  float: left;
}
#bio-image-big {
  border-radius: 50%;
  width: 425px;
  height: 425px;
  margin-right: 35px;
}
#modal-content {
  width: 75%;
  height: 20%;
  margin: 0 auto;
  top: 25%;
  
  position: relative;
}

#close-modal {
  height:20px;
  width: 20px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  right: 0;
	cursor: pointer;
}

#close-modal::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  left: calc(50% - (30%/2));
  background-color: black;
}
#close-modal::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  top: calc(50% - (30%/2));
  background-color: black;
}
#linkedin {
  width: 45px;
	margin-top: 15px;
}



#subscribe-area input[type=email] {
	margin-top: 50px;
	width: 25%;
	border: none;
	border-bottom: 2px solid black;
	font: inherit;
	font-size: 14px;
}

#subscribe-area input[type=submit] {
	  height: 36px !important;
    margin-top: 25px !important;
    padding: 0px 12px !important;
    background: #d24025 !important;
    border: 0px !important;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 36px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
}
#subscribe-button {
	cursor: pointer;
	margin-bottom: 25px;
}

#subscribe-area {
	display: none;
}

.submenu a {
	color: white !important;
}

.submenu a:hover {
	color: 
#682e20 !important;
}


#careers-page {
	padding: 3%;
	padding-top: 5%;
	background-color: #f2f2f2;
}
#glassdoor {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 50px;
}

#glassdoor .half-col {
	width: 50%;
	text-align: center;
}

#glassdoor #glass {

}
#glassdoor .half-col a {
	margin-top: 15px;
}
#glassdoor #button {
	display: block;
	margin: 0 auto;;
	margin-top: 50px;
	max-width: 50%;
}


#glass {
	
}
#careers-page h1, #career-page-2 h1, #top-career h1, #below-career h1, #below-career-2 h1, #career-videos h1 {
	font: inherit;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 18px;
	margin-top: 7px;
}

.half-col {
	width: 50%;
}
#careers-page p {
	font-family: inherit;
}


#career-banner {
	background-image: url('/wp-content/uploads/2018/01/unnamed-1.jpg');
	height: 27vw;
	background-size: 100%;
	background-repeat: no-repeat;
}
#offer-icon-1, #offer-icon-2, #offer-icon-3, #offer-icon-4, #offer-icon-5, #offer-icon-6, #offer-icon-7 {
	width: 35px;
	position: absolute;
		top: 28px;
	left: -12%;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

#offer-icon-5 {
}

#offer-icon-6 {

}

section#myFlex {
  width: 100%;
	padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#myFlex h4 {
	margin-bottom: 20px;
	text-indent: 3.5px;
	font-size: 18.667px;
	font-weight: bold;
}

.myCol {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  position: relative;
  padding: 1rem;
  font-size: 1.25rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
	font:inherit;
	width: 25%;
}

.col-1 {

}

.col-2 {
	margin-left: 5px;
}
.myCol li {
  margin-bottom: 1px;
	font-size: 14px; 
}

@media(max-width: 950px) {
  section#myFlex, #careers-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  
	.half-col {
		width: 100%;
		margin-top: 50px;
	}
	
	#glass {
		width: 100%;
	}
  .myCol{
		min-width: 75%;
	margin: 0 auto;

  }
}


  

.overlay-text-image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: white;
	background: rgba(210,64,37,.4);
	padding-top: 25%;
	padding-left: 15%;
	padding-right: 15%;
	opacity: 0;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	font-size: .7em;
}


.li_icon {
	display: none;
	margin: 0 auto;
	width: 25px;
	cursor: pointer;
}
.page-id-7313 #about section.team .bio-group .bios .bio .bio-image {
    border-radius: 50%;
		width: 200px;
	height: 200px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	opacity: 1;
} 

.page-id-7313 #about section.team .bio-group .bios .bio .bio-image:hover {
	opacity: .5;
} 




.page-id-7313 #about section.team .bio-group .bios .bio .bio-image:hover > .overlay-text-image {
	opacity: 1;
} 
.page-id-7313 #about section.team .bio-group .bios.large .bio {
	min-height: 350px;
	height: auto;
	border-top: none;
	margin: 0 auto;
	width: 25%;
	background: transparent;
	
} 
.page-id-7313 #about section.team .bio-group {

	
} 
 .page-id-7313 .bio-text {
	padding: 0 !important;
	text-align: center !important;
}
.page-id-7313 .bio-text h4 {
	
} 

 .page-id-7313 .bio-text p {
	display: none;
} 

.page-id-7313 .bio-text p.title {
	display: block;
	
} 

.home-contact {
	margin-top: 25px;
}



.page-id-13 .nf-field-element h1 {
	display: none;
}
#about section.halves .clients {
	width: 100%;
}

#about section.halves .container {
	background: none;
}

#about section.halves .certifications {
	width: 100%;
	margin: 0;
	margin-top: 75px;
}

.page-id-13 #nf-field-11-wrap {
	width: 50%;
	display: none;
	margin: 0 auto;
}
.page-id-6990 h2 {
	display: none;
}
#nf-field-8-wrap .nf-field-label {
	display: block;
	margin: 0 auto;
	
}
#nf-field-8 {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	width: 33%;
}

.nf-error-msg  {
	text-align: center;
	margin-top: 10px;
}
.page-id-6951 .column h2 {
	display: none;
}
.nf-form-fields-required {
	display: none;
}


#nf-form-1-cont textarea {
	margin: 0 auto;
	width: 50%;
	display: block;
	background-color: transparent;
}

#nf-form-1-cont input {
	width: 50% !important;
	border: none !important;
	border-bottom: 2px solid black !important;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	line-height: 2em;
	background-color: transparent;
	
}

#nf-form-1-cont input:focus {
	outline: none !important;
}

#menu-item-6952 a {
    height: 36px !important;
    margin-top: 25px !important;
    padding: 0px 12px !important;
    background: #d24025 !important;
    border: 0px !important;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 36px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
}

#header .navigation .mobile ul li a:link, #header .navigation .mobile ul li.menu-item-6952 a:visited {
	font-size: 10px;
	background-color: #d24025;
}

#nf-field-4 {
	    height: 36px !important;
    margin-top: 25px !important;
    padding: 0px 12px !important;
    background: #d24025 !important;
    border: 0px !important;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 36px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
border-bottom: none !important;
	
}
#about section.intro {
	background: #f2f2f2;
}

#positions section.positionindex {
	background: #f2f2f2;
}

#positions section.positionodd {
	background: #ffffff;
}

#positions section.positioneven {
	background: #f2f2f2;
}

#positions h2 {
	margin: 0 0 40px;
	font-family: "Open Sans", Georgia, Times New Roman, serif;
	font-size: 48px;
	line-height: 56px;
}

#content full {
	width: 880px;
	padding: 16px 30px 0;
}
@media(max-width: 1400px) {
	.facts-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.facts-flex #img-1-about {
		width: 75%;
	}
}
@media(max-width:1300px) {
	.modal-overlay #bio-image-big {
		width: 300px;
		height: 300px;
	}
	
	#text-right-bio p {
		font-size: inherit !important;
	}
}
@media(max-width: 1000px) {
	.bio-image {
		height: 150px !important;;
		width: 150px;
	}
	#trusted-flex #trusted-flex-icon {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
#about section.team .bio-group .bios.large .bio {
    display: block;
    float: left;
    margin-right: 7.6087%;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 20px;
	}
	
	
	.bio-image {
		width: 260px;
		height: 260px !important;
	}
	
	.bio-text p {
		
	}
}


@media(max-width: 850px) {
	.home-contact {
 position: static !important
}
	.modal-overlay {
overflow-y: scroll;
	}

	#grnhse_app {
		text-align: center;
		overflow: visible;
		max-height: none;
	}

	#text-right-bio h1 {
		line-height: 1.2em;
	}
	#tech-depth h1 {
		margin-bottom: -25px;
	}
	#tech-depth-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	#tech-depth-col {
		margin-bottom: 50px;
	}
	
	.modal-overlay #bio-image-big {
		width: 150px;
		height: 150px
	}
	.page-id-7313 #about section.team .bio-group .bios.large .bio {
		width: 100%;
		float: none;
		margin-bottom: -50px;
	}
	blockquote {
		max-width: 75%;
	}
	
	blockquote:before {
		left: -30px;
	}
	#services-video-images .half-col {
		width: 100%;
	}
	#career-bio {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#career-bio-image {
			width: 100%;
	}
	.half-col2 {
		display: none;
	}
	#career-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#career-flex .flex-column {
		width: 100%;
	}
	
	#video-flex .col-third {
		width: 100%;
	}
	
	#video-flex .col-third p:nth-of-type(1) {
		font-weight: bold;
		margin-top: 15px;
	}
	
	#career-flex .flex-column:nth-of-type(2) {
		width: 100%;
		margin-top: 15%
	}
	.half-col1 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	.half-col1 .list-title {
		text-align: center !important;
		margin-right: 0 !important;
	}

}