@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.left-aligned {
  text-align: left;
}

.yellow {
  color: #ED5434;
}

small {
  font-size: 40%;
  vertical-align: top;
}

.nobr{
	white-space:nowrap;
}

.h2style, .subheading, section.padded h2, .who-we-are h2, .services.p-services .container > h2, .centered-intro h2 {
  font-family: 'ITCAvantGardeStd';
  font-weight: bold;
  font-size: 50px;
  line-height: 1em;
  text-transform: none;
  margin: 0.8em 0;
  color: #1B2126;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .h2style, .subheading, section.padded h2, .who-we-are h2, .services.p-services .container > h2, .centered-intro h2 {
    font-size: 56px;
  }
}

@media screen and (min-width: 800px) {
  .h2style, .subheading, section.padded h2, .who-we-are h2, .services.p-services .container > h2, .centered-intro h2 {
    font-size: 62px;
  }
}

@media screen and (min-width: 920px) {
  .h2style, .subheading, section.padded h2, .who-we-are h2, .services.p-services .container > h2, .centered-intro h2 {
    font-size: 70px;
  }
}

@media screen and (min-width: 640px) {
  .h2style, .subheading, section.padded h2, .who-we-are h2, .services.p-services .container > h2, .centered-intro h2 {
    text-align: center;
  }
}

.subheading {
  font-weight: 300;
  color: #656565;
  margin: -0.4em 0 1em;
}

.h3style, ul.checks li, .our-traits .traits h2, .callout h2 {
  font-family: 'PT Serif';
  font-weight: bold;
  font-size: 40px;
  line-height: 1.26em;
  text-transform: none;
  margin: 1.2em 0 0.4em;
  color: #3e3e3e;
  text-align: left;
  letter-spacing: 0px;
}

.pstyle, .ambassadors.p-services .center-holder p, .centered-intro p {
  font-family: 'ITCAvantGardeStd';
  //font-style: italic;
  font-weight: 300;
  line-height: 150%;
  font-size: 22px;
}

.centered-intro p{
	font-family: 'PT Serif';
}

.btn-row .btn + .btn {
  margin-top: 0;
}

.btn-row.left{
	text-align: left;
}

@media screen and (min-width: 500px) {
  .btn-row .btn {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.icon-badge {
  z-index: 99;
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.18);
}

.icon-badge img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.checks {
  margin-bottom: 48px;
  list-style-type: none;
  padding-left: 0;
}

ul.checks li {
  font-size: 16px;
  margin: 0 0 0.8em;
  padding-bottom: 0.4em;
  color: #656565;
  padding-left: 32px;
  background: url(../img/checkmark-yellow.svg) no-repeat top left;
}

ul.checks.non-bold li {
  font-size: 18px;
  font-family: 'PT Serif';
  font-weight: normal;
  line-height: 1.3em;
  text-transform: none;
}

ul.checks.grey-checks li {
  background: url(../img/checkmark-grey.svg) no-repeat top left;
}

section.padded {
  padding-top: 96px;
  padding-bottom: 48px;
  background: #FFF;
  border-top: 1px solid #dee7e0;
}

section.padded.pale-green {
  /*background: #f2f9f4;*/
}

section.padded.shadow {
  /*box-shadow: inset #e6ede8 0px 300px 300px -300px;*/
}

section.padded h2 {
  margin-top: 0;
  color: #cdd6cf;
}

section.padded h2.centered {
  text-align: center;
}

section.padded h2.f78 {
  font-size: 78px;
  line-height: 1.05em;
}

@media screen and (min-width: 500px) {
  section.padded h2.f78 {
    font-size: 80px;
  }
}

@media screen and (min-width: 640px) {
  section.padded h2.f78 {
    font-size: 86px;
  }
}

@media screen and (min-width: 800px) {
  section.padded h2.f78 {
    font-size: 92px;
  }
}

@media screen and (min-width: 920px) {
  section.padded h2.f78 {
    font-size: 100px;
  }
}

@media screen and (min-width: 1120px) {
  section.padded h2.f78 {
    font-size: 125px;
  }
}

input[type="text"], input[type="email"], textarea, .input, .popup.proposal .dropdown .dp-label {
  width: 100%;
  background: #fff;
  height: 50px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid rgba(114, 142, 120, 0.2);
  padding: 10px 24px;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, .input:focus, .popup.proposal .dropdown .dp-label:focus {
  outline: none;
  border-color: #00882d;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder, .popup.proposal .dropdown .dp-label::-webkit-input-placeholder {
  font-family: 'PT Serif';
  font-weight: 500;
  color: #1B2126;
  opacity: 1;
  font-style: normal;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder, .input:-moz-placeholder, .popup.proposal .dropdown .dp-label:-moz-placeholder {
  font-family: 'PT Serif';
  font-weight: 500;
  color: #1B2126;
  opacity: 1;
  font-style: normal;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder, .input::-moz-placeholder, .popup.proposal .dropdown .dp-label::-moz-placeholder {
  font-family: 'PT Serif';
  font-weight: 500;
  color: #1B2126;
  opacity: 1;
  font-style: normal;
}

input[type="text"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, textarea :-ms-input-placeholder, .input :-ms-input-placeholder, .popup.proposal .dropdown .dp-label :-ms-input-placeholder {
  font-family: 'PT Serif';
  font-weight: 500;
  color: #1B2126;
  opacity: 1;
  font-style: normal;
}

textarea {
  height: auto;
  min-height: 282px;
}

/*file upload*/
.file-upload {
  overflow: hidden;
  margin: 56px 0;
}

.file-upload p {
  width: 50%;
  float: left;
  max-width: 154px;
  margin: 0;
  color: #656565;
  font-size: 22px;
  font-style: italic;
  line-height: 1.3em;
}

.file-upload input {
  float: right;
  width: 50%;
  margin-top: 12px;
}

/* Radio stuff */
.chk {
  margin: 6px 0 12px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(114, 142, 120, 0.2) !important;
  background: #fff;
  border-radius: 3px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #00882d;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all .2s;
  border-radius: 2px;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #00882d;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important;
}

.hero-banner.basic.case {
  min-height: 520px;
  padding: 100px 0 64px;
  position: relative;
  text-align: left;
  background: none;
}

.hero-banner.basic.case img.bg {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hero-banner.basic.case:after{
	content: '';
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hero-banner.basic.case .container {
  position: relative;
  overflow: auto;
}

.hero-banner.basic.case .content{
	overflow: hidden;
}

.hero-banner.basic.case h5 {
  font-family: 'PT Serif';
  font-weight: lighter;
  font-style: italic;
  color: #fff;
  margin: 0 0 0.2em;
  font-size: 26px;
}

.hero-banner.basic.case .case-logo {
  height: 70px;
}

.hero-banner.basic.case .case-logo.offset-xxl {
  margin-top: -1.3em;
}

.hero-banner.basic.case .case-logo.offset-xl {
  margin-top: -1.1em;
}

.hero-banner.basic.case .case-logo.offset-l {
  margin-top: -0.9em;
}

.hero-banner.basic.case .case-logo.offset-m {
  margin-top: -0.7em;
}

.hero-banner.basic.case .case-logo.offset-s {
  margin-top: -0.5em;
}

.hero-banner.basic.case .case-logo.offset-xs {
  margin-top: -0.3em;
}

.hero-banner.basic.case .case-logo.wide {
  height: auto;
}

.hero-banner.basic.case .quote {
  margin: 1.8em 0 0;
  font-size: 38px;
  font-family: 'ITCAvantGardeStd';
  font-weight: 600;
  line-height: 1.2em;
}

@media screen and (min-width: 800px) {
  .hero-banner.basic.case .case-logo {
    height: 96px;
  }
  .hero-banner.basic.case .case-logo.wide {
    height: auto;
    max-width: 540px;
  }
  .hero-banner.basic.case .case-logo.surge {
    max-width: 320px;
  }
  .hero-banner.basic.case .quote {
    font-size: 46px;
  }
}

@media screen and (min-width: 920px) {
  .hero-banner.basic.case {
    padding-top: 180px;
    min-height: 620px;
  }
  .hero-banner.basic.case .content {
    margin-left: 25.58941%;
  }
  .hero-banner.basic.case .case-logo {
    height: 112px;
  }
  .hero-banner.basic.case .case-logo.offset-xxl {
    margin-top: -2.3em;
  }
  .hero-banner.basic.case .case-logo.offset-xl {
    margin-top: -2.1em;
  }
  .hero-banner.basic.case .case-logo.offset-l {
    margin-top: -1.65em;
  }
  .hero-banner.basic.case .case-logo.offset-m {
    margin-top: -1.3em;
  }
  .hero-banner.basic.case .case-logo.offset-s {
    margin-top: -0.8em;
  }
  .hero-banner.basic.case .case-logo.offset-xs {
    margin-top: -0.5em;
  }
  .hero-banner.basic.case .case-logo.surge {
    margin-left: -24px;
  }
  .hero-banner.basic.case .quote {
    font-size: 70px;
    margin-top: 30px;
    letter-spacing: -3px;
    color: #FFF;
  }
}

@media screen and (min-width: 1200px){
	.hero-banner.basic.case .case-logo.wide{
		width: 80%;
	}
	
	.hero-banner.basic.case .content{
		margin-left: 0;
	}
	
	.hero-banner.basic.case .container {
	  	position: relative;
	  	margin-right: 0;
	  	max-width: 80em;
	}
}

.v-services{
	background: url("../../../../uploads/2017/10/contact-header.jpg");
	background-size: cover;
}

.v-thanks{
	background: url(../../../../uploads/2017/10/Bloom_Hero_11_@1920x990px.jpg);
	background-size: cover;
}

.v-contact{
	background: url(../../../../uploads/2017/10/contact-header.jpg);
	background-size: cover;
}

.v-process{
	background: url(https://www.makeitbloom.com/wp-content/uploads/2022/06/METHO-BG-Max-Quality.jpg);
	background-size: cover;
}

.v-analyst{
	background: url(../../../../uploads/2017/10/Bloom_Hero_9_@1920x715px.jpg);
	background-size: cover;
}

.v-account-manage{
	background: url(../../../../uploads/2017/09/Bloom_Hero_7_@1920x990px.jpg);
	background-size: cover;
}

.v-seo-team-lead{
	background: url(../../../../uploads/2017/09/Bloom_Hero_5_@1920x990px.jpg);
	background-size: cover;
}

.v-ppc-campaign{
	background: url(../../../../uploads/2017/09/Bloom_Hero_2_@1920x990px.jpg);
	background-size: cover;
}

.v-process .stat, .v-analyst .stat, .v-account-manage .stat, .v-seo-team-lead .stat, .v-ppc-campaign .stat{
	letter-spacing: -3px;
}

.v-case-studies h1, .v-process h1, .v-media h1, .v-digital h1, .v-trends h1, .v-social h1,.v-contact h1, .v-services h1, .v-analyst h1, .v-account-manage h1, .v-seo-team-lead h1, .v-ppc-campaign h1{
  font-family: "ITCAvantGardeStd";
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.4em;
  font-size: 95px;
  margin-bottom: 24px;
  line-height: 1em;
  //letter-spacing: -5px;
  font-size: 48px;
}

.v-case-studies h1 i, .v-process h1 i, .v-contact h1 i, .v-media h1 i, .v-social h1 i, .v-digital h1 i, .v-trends h1 i, .v-services h1 i, .v-analyst h1 i, .v-account-manage h1 i, .v-seo-team-lead h1 i, .v-ppc-campaign h1 i{
  font-size: 90%;
}

.v-case-studies h1 .icon-heart, .v-process h1, .v-media h1, .v-social h1, .v-digital h1, .v-trends h1, .icon-heart, .v-contact h1 .icon-heart, .v-services h1 .icon-heart{
  margin-left: -0.14em;
  margin-right: -0.14em;
}

@media screen and (min-width: 500px) {
  .v-case-studies, .v-process, .v-contact, .v-media, .v-digital, .v-trends, .v-social, .v-services, .v-analyst, .v-account-manage, .v-seo-team-lead, .v-ppc-campaign{
    text-align: center;
  }
  .v-case-studies h1, .v-process h1, .v-contact h1, .v-media h1, .v-social h1, .v-trends h1, .v-digital h1, .v-services h1, .v-analyst h1, .v-account-manage h1, .v-seo-team-lead h1, .v-ppc-campaign h1{
    //max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {

  .v-case-studies h1, .v-process h1, .v-contact h1, .v-media h1, .v-digital h1, .v-trends h1, .v-social h1, .v-services h1, .v-analyst h1, .v-account-manage h1, .v-seo-team-lead h1, .v-ppc-campaign h1{
    font-size: 60px;
    //max-width: 580px;
  }
}

@media screen and (min-width: 800px) {

  .v-case-studies h1, .v-process h1, .v-contact h1, .v-media h1, .v-digital h1, .v-social h1, .v-trends h1, .v-services h1, .v-analyst h1, .v-account-manage h1, .v-seo-team-lead h1, .v-ppc-campaign h1{
    font-size: 68px;
    //max-width: 660px;
  }
}

@media screen and (min-width: 920px) {

  .v-case-studies h1, .v-process h1, .v-contact h1, .v-media h1, .v-digital h1, .v-social h1, .v-trends h1, .v-services h1, .v-analyst h1, .v-account-manage h1, .v-seo-team-lead h1, .v-ppc-campaign h1{
    font-size: 95px;
  }
}

.results.p_cs {
  background: none;
}

/*.results.p_cs h2 {
  color: #b8c0ba;
  margin: 0;
  padding: 12px 0 40px;
  font-size: 48px;
  line-height: 1.1em;
}*/

.results.p_cs .graph-cards {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
}

.results.p_cs .graph-cards::after {
  clear: both;
  content: "";
  display: table;
}

.results.p_cs .graph-card {
  width: auto;
}

@media screen and (min-width: 640px) {
  .results.p_cs .graph-card {
    max-width: none;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-bottom: 32px;
    margin-top: 0;
  }
  .results.p_cs .graph-card:last-child {
    margin-right: 0;
  }
  .results.p_cs .graph-card:nth-child(2n) {
    margin-right: 0;
  }
  .results.p_cs .graph-card:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 920px) {
  .results.p_cs .graph-card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .results.p_cs .graph-card:last-child {
    margin-right: 0;
  }
  .results.p_cs .graph-card:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .results.p_cs .graph-card:nth-child(2n+1) {
    clear: none;
  }
  .results.p_cs .graph-card:nth-child(3n) {
    margin-right: 0;
  }
  .results.p_cs .graph-card:nth-child(3n+1) {
    clear: left;
  }
}

.ambassadors {
  background: #f7f7f7;
  overflow: hidden;
  padding-bottom: 72px;
}

.ambassadors.results{
	background: #FFF;
}

.ambassadors h2 {
  font-size: 48px;
  line-height: 1.1em;
  font-family: "ITCAvantGardeStd";
  font-weight: bold;
  margin-top: 0;
  letter-spacing: -3px;
}

.ambassadors h2 span {
  display: block;
}

.ambassadors .btn {
  //margin-top: 48px;
}

.ambassadors.results .card img{
	max-height: none;
	max-width: none;
}

@media screen and (min-width: 800px) {
  .ambassadors {
    padding-top: 70px;
  }
  
  .ambassadors.results .cards{
  	display: flex;
  }
  
}

@media screen and (min-width: 920px) {

  .ambassadors .btn {
    margin-top: 34px;
  }
}

@media screen and (min-width: 1120px) {
  .ambassadors {
    padding-top: 112px;
  }
  
  .ambassadors.results .cards{
  	display: block;
  }
  
  .ambassadors.results .card{
  	padding-top: 65px;
  }
  
  .ambassadors.results .card.card-big{
  	padding-top: 85px;
  }
  
}

@media screen and (min-width: 1280px) {
  .ambassadors .container.horiz-pager {
    padding-left: 0;
    padding-right: 0;
  }
  .ambassadors .container.horiz-pager h4 {
    font-size: 36px;
  }
}

.lets-work-together, section.openings {
  //background: url(../img/logo-bg2.png) no-repeat center 60px;
  background-size: 800px;
  background-color: #1B2126;
  color: #fff;
  padding: 70px 0 42px;
  text-align: center;
}

.lets-work-together h5, section.openings h5, .lets-work-together h6, section.openings h6 {
  margin: 0 0 0.2em;
  font-size: 40px;
  line-height: 1.4em;
  font-family: "ITCAvantGardeStd";
  font-weight: 300;
}

.lets-work-together h6, section.openings h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

.lets-work-together p, section.openings p {
  font-size: 22px;
  line-height: 1.4em;
  font-style: italic;
  font-family: "ITCAvantGardeStd";
  font-weight: 300;
}

@media screen and (min-width: 640px) {
  .lets-work-together, section.openings {
    padding: 82px 0 60px;
  }
  .lets-work-together p, section.openings p {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .lets-work-together h5, section.openings h5 {
    font-size: 44px;
  }
}

@media screen and (min-width: 800px) {
  .lets-work-together, section.openings {
    padding: 102px 0 76px;
  }
  .lets-work-together p, section.openings p {
    max-width: 92%;
    font-size: 24px;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 920px) {
  .lets-work-together, section.openings {
    padding: 128px 0 90px;
    background-size: auto;
  }
  .lets-work-together p, section.openings p {
    max-width: 92%;
    font-size: 24px;
    line-height: 1.4em;
  }
  .lets-work-together h5, section.openings h5 {
    font-size: 48px;
  }
  .lets-work-together h6, section.openings h6 {
    font-size: 62px;
  }
}

@media screen and (min-width: 1120px) {
  .lets-work-together, section.openings {
    padding: 158px 0 108px;
  }
  .lets-work-together p, section.openings p {
    max-width: 950px;
    font-size: 40px;
  }
  .lets-work-together h5, section.openings h5 {
    font-size: 50px;
  }
  .lets-work-together h6, section.openings h6 {
    font-size: 70px;
  }
}

.results.p-case .graphs {
  padding-bottom: 96px;
}

.results.p-case .graphs_bg {
  background: none;
}

@media screen and (min-width: 640px) {
  .results.p-case .graphs {
    padding-top: 12px;
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 920px) {
  .results.p-case .graphs {
    padding-top: 36px;
    padding-bottom: 126px;
  }
}

.share-links.case {
  text-align: center;
  background: #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding: 8px 0;
  margin-bottom: 48px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.share-links.case p {
  display: inline-block;
  margin: 0;
  font-family: "ITCAvantGardeStd";
  font-style: italic;
  color: #b8c0ba;
  font-size: 16px;
  margin-right: 12px;
}

.share-links.case div {
  display: inline-block;
  text-align: left;
}

.share-links.case a {
  transition: all 0.15s ease-in;
  display: inline-block;
  border-radius: 4px;
  margin: 0 2px;
  width: 36px;
  height: 36px;
}

.share-links.case a img {
  width: 100%;
}

.share-links.case a:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 36px 2px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 500px) {
  .share-links.case {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 640px) {
  .share-links.case {
    margin-bottom: 64px;
    padding: 12px 0;
  }
  .share-links.case p {
    font-size: 18px;
  }
  .share-links.case a {
    width: 42px;
    height: 42px;
  }
}

@media screen and (min-width: 920px) {
  .share-links.case {
    position: absolute;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    width: 160px;
    text-align: left;
  }
  .share-links.case p {
    display: none;
  }
  .share-links.case a {
    display: block;
    overflow: hidden;
    height: 52px;
    width: 52px;
    border: 8px solid #fff;
    border-radius: 4px;
    margin: 0 0 12px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .share-links.case a img {
    transform: scale(1.04);
  }
}

.case-intro {
  padding: 0 0 24px;
  background-color: #fff;
  box-shadow: inset #e6ede8 0px 300px 300px -300px;
}

.case-intro .line:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3px;
  right: -2.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #c2c2c2 transparent transparent transparent;
}

.case-intro .features {
  font-size: 24px;
  padding-top: 28px;
  padding-left: 0;
}

.case-intro .features span {
  display: inline-block;
  padding-top: 12px;
}

.case-intro .checks li {
  font-size: 24px;
  text-transform: none;
  font-weight: bold;
}

.case-intro .checks li:before {
  display: none;
}

@media screen and (min-width: 640px) {
  .case-intro {
    padding: 0 0 48px;
  }
  .case-intro .title {
    margin-bottom: -28px;
  }
  .case-intro .title h2, .case-intro .title h1 {
    max-width: none !important;
    padding-top: 24px;
  }
  .case-intro .checks li {
    margin-left: -32px;
  }
  .case-intro .serv {
    float: none;
    width: auto;
    margin-bottom: 18px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .case-intro .serv:after {
    display: none;
  }
  .case-intro .serv + .serv .line {
    top: 98px;
  }
  .case-intro .features.last {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 920px) {
  .case-intro {
    padding: 96px 0 48px;
  }
  .case-intro .text {
    margin-left: 160px;
  }
  .case-intro .serv {
    padding-right: 112px;
  }
  .case-intro .title h2, .case-intro .title h1 {
    padding-top: 0;
  }
}

.intro-services-cta.case {
  background-color: #1B2126;
}

.intro-services-cta.case.grey{
	 color: #fff;	
}

.intro-services-cta.case .holder {
  float: none;
}

.intro-services-cta.case .holder p:first-child{
	font-size: 40px;
	line-height: 55px;
	font-style: italic;
}

.intro-services-cta.case .intro .body p{
	font-style: normal;
}

.intro-services-cta.case .intro .body p.not-body{
	font-size: 24px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	line-height: 1.5em;
}

.intro-services-cta.case p {
  margin-bottom: 1em;
}

.intro-services-cta.case h2 {
  font-size: 70px;
}

.intro-services-cta.case.grey h2{
	color: #fff;
}

@media screen and (min-width: 640px) {
  .intro-services-cta.case h2 {
    font-size: 54px;
  }
}

@media screen and (min-width: 800px) {
  .intro-services-cta.case h2 {
    font-size: 70px;
  }
}

@media screen and (min-width: 920px) {
  .intro-services-cta.case h2 {
    font-size: 70px;
    margin-bottom: 45px;
  }
}

.intro-services-cta.case .stat {
  display: inline;
  color: #ED5434;
  padding-left: 20px;
}

.intro-services-cta.case .stat sup {
  font-size: 48%;
  top: -0.6em;
  left: 2px;
  position: relative;
}

.intro-services-cta.case .stat sup span {
  font-size: 80%;
  position: absolute;
  top: 50%;
}

.intro-services-cta.case .stat img {
  display: inline-block;
  position: relative;
  left: -10px;
  top: -6px;
}

.intro-services-cta.case em {
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-top: 0.32em;
  margin-bottom: 0.32em;
}

.case .body {
  padding: 40px 0 32px;
}

.case .body p {
  font-size: 32px;
  font-family: 'ITCAvantGardeStd';
  font-weight: 700;
  text-align: center;
  font-style: normal;
}

.case .body .nomargin {
  margin-bottom: 0;
}

.case .check-lists {
  overflow: hidden;
}

.case .check-lists .checks {
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  .case .check-lists .checks {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .case .check-lists .checks:last-child {
    margin-right: 0;
  }
}

.case .images {
  clear: both;
  position: relative;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 36px;
  padding-bottom: 0;
}

.case .images.bottom-padding {
  padding-bottom: 46px;
}

.case .images img {
  width: 100%;
}

.case .images img + img {
  margin-top: -18%;
}

@media screen and (min-width: 500px) {
  .case .images {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 640px) {
  .case .images {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 36px;
  }
  .case .images img {
    width: 60%;
    border-radius: 2px;
    //box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .case .images .one {
    float: right;
  }
  .case .images .two {
    float: left;
    margin-top: -50%;
  }
  .case .images .three {
    margin-top: -30%;
  }
}

@media screen and (min-width: 640px) {
  .case .images {
    padding: 42px 0 48px;
  }
}

@media screen and (min-width: 800px) {
  .case .images {
    padding: 60px 0 72px;
  }
}

@media screen and (min-width: 920px) {
  .case .images {
    padding: 72px 0 96px;
  }
}

.case hr {
  display: block;
  height: 1px;
  border: none;
  box-shadow: none;
  background: #dee7e0;
  width: 84%;
  max-width: 960px;
  margin: 28px auto;
}

@media screen and (min-width: 640px) {
  .case hr {
    margin: 32px auto;
  }
}

@media screen and (min-width: 800px) {
  .case hr {
    margin: 40px auto;
  }
}

@media screen and (min-width: 920px) {
  .case hr {
    margin: 48px auto;
  }
}

.case.grey .intro {
  padding-bottom: 0;
}

.case.result {
  padding-top: 12px;
  background: url("../img/graphs/casegraph_bg.png") no-repeat bottom center #fff;
}

@media screen and (min-width: 640px) {
  .case.result {
    margin-top: -122px;
    padding-top: 42px;
  }
}

@media screen and (min-width: 800px) {
  .case.result {
    margin-top: -162px;
    padding-top: 82px;
  }
}

@media screen and (min-width: 920px) {
  .case.result {
    margin-top: -202px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 1120px) {
  .case.result {
    background-position: bottom right;
  }
}

.case.result h2 span {
  display: block;
}

.case.result .checks.single {
  margin: 42px 0;
}

.case.result .checks.single p {
  margin-bottom: 0.8em;
}

@media screen and (min-width: 640px) {
  .case.result .checks.single {
    margin: 52px auto 42px;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .case.result .checks.single p {
    text-align: left;
  }
}

@media screen and (min-width: 800px) {
  .case.result .checks.single {
    margin: 60px auto 52px;
  }
}

@media screen and (min-width: 920px) {
  .case.result .checks.single {
    margin: 72px auto 52px;
  }
}

.case.result .quote-symbol {
  opacity: 0.2;
}

.quoter {
  margin: 24px 0;
}

.quoter .who {
  font-size: 20px;
  font-family: "ITCAvantGardeStd";
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0.4em !important;
  line-height: 1em;
}

.quoter .what {
  font-size: 12px;
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 500;
  color: #989797;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .quoter {
    margin: 24 auto 32px;
  }
}

@media screen and (min-width: 800px) {
  .quoter {
    margin: 28 auto 40px;
  }
}

@media screen and (min-width: 920px) {
  .quoter {
    margin: 32 auto 48px;
  }
}

.download-case {
  clear: both;
  max-width: 740px;
  background: #1B2126;
  border-radius: 4px;
  padding: 56px 16px 42px;
  margin: 36px auto 30px;
  color: #fff;
}

.download-case p.title, .download-case p.sub {
  font-family: "ITCAvantGardeStd";
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 0.6em;
}

.download-case p.sub {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  margin: 1.2em 0 1.4em;
  line-height: 1.3em;
  font-family: 'PT Serif';
}

.download-case input + br, .download-case .wont-spam img + br{
	display: none;
}

.download-case .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0 auto 32px;
}

.download-case .wont-spam span {
  font-family: 'ITCAvantGardeStd';
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #626567;
  padding-left: 5px;
}

@media screen and (min-width: 640px) {
  .download-case {
    margin-top: 64px;
    padding: 64px 32px;
  }
  .download-case p.title {
    margin-bottom: 0.2em;
  }
  .download-case input {
    max-width: 310px;
    vertical-align: top;
  }
  .download-case .btn {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 0;
  }
  .download-case .wont-spam {
    margin-top: 36px;
  }
}

@media screen and (min-width: 800px) {
  .download-case {
    margin-top: 96px;
    padding: 76px 60px;
  }
  .download-case .btn {
    margin-left: 15px;
    padding: 16px 40px;
    max-width: none;
  }
}

@media screen and (min-width: 920px) {
  .download-case {
    margin-top: 112px;
  }
}

.hero-banner.v-about {
  text-align: center;
  background: url(../../../../uploads/2017/12/Bloom_Hero_10__1920x990px.jpg);
	/*   background: url(../../../../uploads/2017/10/about-hero.jpg);*/
  background-size: cover;
  position: relative;
}

.hero-banner.v-about .container {
  position: relative;
  z-index: 4;
}

.hero-banner.v-about .container {
  z-index: 4;
  position: relative;
}

.hero-banner.v-about:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(27, 33, 45, 0.36);
}

.hero-banner.v-about h1, .hero-banner.v-services h1, .hero-banner.v-case-studies h1{
  font-family: 'ITCAvantGardeStd';
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
  color: #fff;
  margin: 0 0 0.2em;
  letter-spacing: -5px;
}

.hero-banner.v-about h2, .hero-banner.v-services h2, .hero-banner.v-case-studies h2{
	font-family: "PT Serif" !important;
    font-size: 40px;
    margin: 35px auto 25px;
    font-weight: 400;
    letter-spacing: 0px;
	line-height: 1.4;
	color: #FFF;
}

.hero-banner.v-services h2{
	margin-left: 0;
}

.hero-banner.v-about h2 span{
	font-weight: 600;
}

@media screen and (min-width: 640px) {
  .hero-banner.v-about h1, .hero-banner.v-services h1, .hero-banner.v-case-studies h1{
    font-size: 110px;
    margin-top: 0.16em;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 800px) {
  .hero-banner.v-about h1, .hero-banner.v-services h1, .hero-banner.v-case-studies h1 {
    font-size: 120px;
    margin-top: 0.3em;
    margin-bottom: 1.3em;
  }
  .hero-banner.v-about:after, .hero-banner.v-services:after {
    background: none;
  }
}

@media screen and (min-width: 920px) {
  .hero-banner.v-about h1, .hero-banner.v-services h1, .hero-banner.v-case-studies h1{
    font-size: 140px;
    margin-bottom: 1.3em;
  }
  
   .hero-banner.v-services h1, .hero-banner.v-case-studies h1{
   	font-size: 100px;
   }

}

@media screen and (min-width: 1120px) {
  .hero-banner.v-about h1, .hero-banner.v-services h1, .hero-banner.v-case-studies h1 {
    font-size: 140px;
    margin-top: 0.1em;
    margin-bottom: 60px;
  }
  
  .hero-banner.v-services h1, .hero-banner.v-case-studies h1{
   	font-size: 100px;
   }
}

.text-intro {
  /*background: #f2f9f4;*/
}

.who-we-are {
  padding-bottom: 60px;
  /*background: #f2f9f4;*/
  overflow: hidden;
}

.who-we-are .main, .who-we-are .sub {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
}

.who-we-are .sub .big{
	width: 100%;
	//padding: 0 12.75%;
	padding: 0;
	margin-bottom: 50px;
}

.who-we-are .sub .big .pp:nth-child(n){
	//width: 33%;
	width: 100%;
	margin:0;
}

@media screen and (min-width: 500px){

	.who-we-are .sub .big .pp:nth-child(n){
		width: 33%;
		margin:0;
	}
}

@media screen and (min-width: 800px){
	.who-we-are .sub .big{
		padding: 0 12.75%;
	}
}

.who-we-are .main::after, .who-we-are .sub::after, .who-we-are .sub .big{
  clear: both;
  content: "";
  display: table;
}

.who-we-are .sub {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
}

.who-we-are .sub::after {
  clear: both;
  content: "";
  display: table;
}

.who-we-are .sub .pp {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
}

.who-we-are .sub .pp:last-child {
  margin-right: 0;
}

.who-we-are .sub > .pp:nth-child(2n) {
  margin-right: 0;
}

.who-we-are .sub > .pp:nth-child(2n+1) {
  clear: left;
}

.who-we-are .sub .pp .img {
  width: 88%;
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}

.who-we-are .sub .pp h3 {
  font-size: 20px;
  margin: 0 0 0.3em;
}

.who-we-are .sub .pp h4 {
  line-height: 1.33em;
}

.who-we-are .pp.join {
  float: none;
  margin: 0 auto !important;
}

.who-we-are .pp.join .img {
  border-color: #00882d;
}

.who-we-are .pp.join .btn {
  font-size: 15px;
  padding: 8px;
  width: 130%;
  margin: 0 0 20px;
  position: relative;
  left: -15%;
}

@media screen and (min-width: 500px) {
  .who-we-are .sub .pp {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .who-we-are .sub .pp:last-child {
    margin-right: 0;
  }
  .who-we-are .sub > .pp:nth-child(2n) {
    margin-right: 4.82916%;
  }
  .who-we-are .sub > .pp:nth-child(2n+1) {
    clear: none;
  }
  .who-we-are .sub > .pp:nth-child(3n) {
    margin-right: 0;
  }
  .who-we-are .sub > .pp:nth-child(3n+1) {
    clear: left;
  }
  .who-we-are .pp.join .btn {
    width: auto;
    left: auto;
    min-width: 0;
  }
}

@media screen and (min-width: 640px) {
  .who-we-are {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  /*.who-we-are .main .pp {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .who-we-are .main .pp:last-child {
    margin-right: 0;
  }
  .who-we-are .main .pp .img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border: none;
  }
  .who-we-are .main .pp .img img {
    padding: 0;
  }*/
  .who-we-are .sub .pp {
    margin-bottom: 56px;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 21.92758%;
  }
  .who-we-are .sub .pp:last-child {
    margin-right: 0;
  }
  .who-we-are .sub > .pp:nth-child(2n){
    margin-right: 3.57866%;
  }
  .who-we-are .sub > .pp:nth-child(3n) {
    margin-right: 3.57866%;
  }
  .who-we-are .sub > .pp:nth-child(3n+1) {
    clear: none;
  }
  .who-we-are .sub > .pp:nth-child(4n) {
    margin-right: 0;
  }
  .who-we-are .sub > .pp:nth-child(4n+1) {
    clear: left;
  }
  .who-we-are .sub .pp .img {
    width: 75%;
  }
}

@media screen and (min-width: 800px) {
  .who-we-are {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .who-we-are .main {
    padding-top: 10px;
  }
  .who-we-are .main .pp {
    margin-bottom: 60px;
  }
  .who-we-are .sub .pp {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 920px) {
  .who-we-are {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  /*.who-we-are .main .pp {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 22.316%;
    margin-bottom: 72px;
  }*/
  /*.who-we-are .main .pp:last-child {
    margin-right: 0;
  }
  .who-we-are .main .pp:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .who-we-are .main .pp:nth-child(2n+1) {
    clear: none;
  }
  .who-we-are .main .pp:nth-child(3n) {
    margin-right: 0;
  }
  .who-we-are .main .pp:nth-child(3n+1) {
    clear: left;
  }
  .who-we-are .main .pp:first-child {
    margin-left: 12.94733%;
  }*/
  .who-we-are .sub .pp {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 17.2609%;
  }
  
  .who-we-are .sub .pp:last-child {
    margin-right: 0;
  }
  .who-we-are .sub .pp:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .who-we-are .sub .pp:nth-child(3n) {
   margin-right: 2.35765%;
  }
  .who-we-are .sub > .pp:nth-child(4n) {
    margin-right: 2.35765%;
  }
  .who-we-are .sub > .pp:nth-child(4n+1) {
    clear: none;
  }
  .who-we-are .sub > .pp:nth-child(5n) {
    margin-right: 0;
  }
  .who-we-are .sub > .pp:nth-child(5n+1) {
    clear: left;
  }
  .who-we-are .pp.join .btn {
    min-width: 190px;
  }
}

.our-traits {
  padding-top: 72px;
  padding-bottom: 60px;
  background: url(../../../../uploads/2017/11/manifesto.png) no-repeat center center #181a1c;
  background-size: cover;
  background-position: center right;
  position: relative;
}

.our-traits .container {
  z-index: 4;
  position: relative;
}

.our-traits:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(27, 33, 38, 0.42);
}

.our-traits p.s1 {
  font-family: 'ITCAvantGardeStd';
  font-weight: 300;
  font-style: italic;
  line-height: 1em;
  font-size: 30px;
  color: #fff;
  margin: 0 0 1em;
}

.our-traits p.s2 {
  font-family: 'ITCAvantGardeStd';
  font-weight: 600;
  line-height: 1.05em;
  font-size: 45px;
  color: #fff;
  margin: 0 0 1em;
}

.our-traits .traits {
  margin-bottom: 20px;
}

.our-traits .traits h2 {
  color: #fff;
  padding-left: 40px;
  background: url(../img/checkmark.svg) no-repeat left 5px;
}

.our-traits .traits p {
  padding-left: 40px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-family: 'PT Serif';
  margin: 0 0 0.4em;
}

.our-traits .center-holder {
  padding-top: 20px;
}

.our-traits .center-holder .btn {
  margin-bottom: 0;
}

@media screen and (min-width: 500px) {
  .our-traits .traits {
    width: 100%;
  }
  .our-traits .traits h2, .our-traits .traits p {
    max-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .our-traits {
    padding-top: 90px;
    padding-bottom: 92px;
  }
  .our-traits:after {
    background: none;
  }
  .our-traits p.s1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 0.4em;
  }
  .our-traits p.s2 {
    text-align: center;
    font-size: 55px;
  }
  .our-traits .trait-slider {
    max-width: 72.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .our-traits .trait-slider::after {
    clear: both;
    content: "";
    display: table;
  }
  .our-traits .traits {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .our-traits .traits h2, .our-traits .traits p {
    max-width: none;
    padding-left: 0;
    background: none;
  }
  .our-traits .traits:last-child {
    margin-right: 0;
  }
  .our-traits .traits:nth-child(2n) {
    margin-right: 0;
  }
  .our-traits .traits:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 800px) {
  .our-traits {
    padding-top: 90px;
    padding-bottom: 122px;
  }
  .our-traits p.s1 {
    font-size: 45px;
  }
  .our-traits p.s2 {
    font-size: 60px;
  }
  .our-traits .trait-slider {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 920px) {
  .our-traits {
    padding-top: 110px;
    padding-bottom: 140px;
  }
  .our-traits p.s1 {
    font-size: 50px;
  }
  .our-traits p.s2 {
    font-size: 70px;
  }
  .our-traits .trait-slider {
    max-width: none;
  }
  .our-traits .traits {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%;
  }
  .our-traits .traits:last-child {
    margin-right: 0;
  }
  .our-traits .traits:nth-child(2n) {
    margin-right: 0;
  }
  .our-traits .traits:nth-child(2n+1) {
    clear: left;
  }
  .our-traits .center-holder {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1120px) {
  .our-traits {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}

.social.v-about {
  box-shadow: none;
  padding-top: 40px;
  padding-bottom: 80px;
}

.feed.v-about .feed-posts {
  margin: 0;
  padding-bottom: 120px;
}

.feed.v-about .feed-posts .holder {
  top: 0;
  min-height: auto;
}

.our-stats {
  padding-top: 42px;
  background: #fbfbfb;
  overflow: hidden;
  border-top: 1px solid #ecf1ee;
}

.our-stats h3 {
  color: #c1c1c1;
}

.our-stats .stats {
  padding-top: 46px;
}

@media screen and (min-width: 640px) {
  .our-stats .stats {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-stats .stat {
    width: 46%;
    float: left;
    margin-right: 8%;
    margin-bottom: 62px;
  }
  .our-stats .stat:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 800px) {
  .our-stats {
    padding-bottom: 24px;
  }
}

.stat {
  margin-bottom: 42px;
}

.stat .img {
  width: 70px;
  float: left;
}

.stat .img img {
  width: 100%;
}

.stat .text {
  margin-left: 100px;
}

.stat .number, .stat .desc {
  font-family: 'ITCAvantGardeStd';
  font-weight: 100;
  color: #656565;
  font-style: italic;
  font-size: 100px;
  margin: 0 0 0.1em;
  line-height: 0.8em;
}

.stat .desc {
  font-size: 22px;
  line-height: 1.25em;
  font-weight: 300;
}

.v-process p.body {
  font-family: 'ITCAvantGardeStd';
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
  font-size: 22px;
}

@media screen and (min-width: 640px) {
  .v-process p.body {
    font-size: 24px;
  }
}

@media screen and (min-width: 920px) {
  .v-process p.body {
    font-size: 26px;
  }
}

.centered-intro {
  background: #FFF;
  border-bottom: 1px solid #d0dbd3;
}

.process-steps {
  padding: 80px 0 72px;
  background: #1B2126;
  //box-shadow: inset #e6ede8 0px 300px 300px -300px;
}

.process-steps .h2style, .process-steps .p-step, .process-steps .no, .process-steps h3{
	color: #FFF;
	font-family: ITCAvantGardeStd;
}

.process-steps .subheading{
	color: #FFF;
	font-family: 'PT Serif';
	font-size: 40px;
}

@media screen and (min-width: 920px) {
  .process-steps {
    padding-bottom: 112px;
  }
}

.p-steps {
  padding-top: 24px;
}

.p-step + .p-step {
  margin-top: 60px;
}

.p-step h3 {
  display: inline-block;
  max-width: 240px;
  vertical-align: middle;
  margin: 0;
  text-align: left;
}

.p-step .img {
  padding: 24px 0;
  text-align: center;
  width: 100%;
  clear: both;
}

.p-step .img img {
  width: 72px;
}

.p-step p {
  font-size: 18px;
  margin-top: 0;
}

@media screen and (min-width: 500px) {
  .p-step .img {
    width: 72px;
  }
  .p-step .img img {
    width: 100%;
  }
}

@media screen and (min-width: 920px) {
  .p-step + .p-step {
    margin-top: 68px;
  }
  .p-step h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .p-step h3:last-child {
    margin-right: 0;
  }
  .p-step .img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    clear: none;
    position: relative;
    height: 0;
    padding: 0 0 14.6%;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
  }
  .p-step .img:last-child {
    margin-right: 0;
  }
  .p-step .img img {
    width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
  }
  .p-step .img:after {
    content: "";
    display: block;
    width: 5px;
    height: 55px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAA2CAYAAAAPgVPmAAAABGdBTUEAALGPC/xhBQAAAFxJREFUOBFjYICCgwcP1sPYTDDG////G2BsuCBMAESPCiKHxmiAoIXGaIAMswBhBBYTU4GlQhbMX4yMjNMYgQIsQIntQEEXIN5jb2/vyQSU+cPMzBwGFNgCokF8AM0UGPEbn9GxAAAAAElFTkSuQmCC");
    position: absolute;
    bottom: -55px;
    right: 50%;
  }
  .p-step .text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    padding-left: 64px;
    margin-right: 0;
    font-family: 'PT Serif';
    font-size: 20px;
  }
  .p-step .text:last-child {
    margin-right: 0;
  }
  .p-step .text p {
    margin-bottom: 0;
  }
  .p-step .text p + p {
    margin-top: 1em;
  }
  .p-step:last-child .img:after {
    height: 0;
  }
  .p-step .no, .p-step h3, .p-step .img, .p-step .text {
    float: none;
    display: inline-block;
  }
  .p-step .img {
    vertical-align: middle;
  }
  .p-step .text {
    vertical-align: middle;
  }
}

.v-contact{
	padding-bottom: 0;
}

.v-contact .title {
  font-family: 'ITCAvantGardeStd';
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 1em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.6em;
}

.hero-banner h1, .hero-banner h2, .hero-banner h3, .hero-banner h4, .hero-banner h5, .hero-banner h6 .hero-banner span, .hero-banner p{
	text-align: left;
}

.departments h3, .departments p{
	text-align: center;
}

.hero-banner.v-contact h1{
	text-align: center;
	line-height: 88px;
	letter-spacing: -3px;
}

.v-contact .departments {
  text-align: center;
}

.v-contact .departments div {
  padding: 48px 0;
}

.v-contact .departments div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.v-contact .departments h3 {
  color: #fff;
  margin: 0 0 0.4em;
  font-family: ITCAvantGardeStd;
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
}

.v-contact .departments .dept, .v-contact .departments .email {
  font-family: "PT Serif";
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #FFF;
  margin: 0 0 0.4em;
  line-height: 1em;
}

.v-contact .departments .tel {
  font-family: 'proxima_nova';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin: 0 0 0.75em;
}

.v-contact .departments .dept {
  margin-bottom: 35px;
}

.v-contact .departments .email {
  color: #ED5434;
  margin-bottom: 0;
}

.v-contact .btn {
  margin-bottom: 60px;
}

  .results .ambassador.card p{
  	left: 0;
  	right: 0;
  	bottom: 0;
  	font-size: 20px;
  	font-weight: 300;
  	line-height: 31px;
  	position: relative;
  }

@media screen and (min-width: 500px) {
  .v-contact .departments p {
    max-width: none;
  }
}

@media screen and (min-width: 640px) {
  .v-contact .title {
    font-size: 56px;
  }
  
  .hero-banner.v-contact h4 br{
  	display: block;
  }
  
}

@media screen and (min-width: 800px) {

  .v-contact .title {
    font-size: 64px;
  }
  .v-contact .departments {
    overflow: hidden;
    margin: 64px 0 0;
  }
  .v-contact .departments div {
    width: 33.33%;
    float: left;
    padding: 20px;
  }
  .v-contact .departments div + div {
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 920px) {
  .v-contact .title {
    font-size: 70px;
  }
}

@media screen and (min-width: 1120px) {
  .v-contact .title {
    font-size: 70px;
    max-width: none;
  }
  .v-contact .title br {
    display: none;
  }
  
  .ambassadors.results .card{
  	width: 340px;
  	min-height: 740px;
  	box-shadow: none;
  	margin: 0 5px;
  }
  
  .ambassadors.results .card:first-child{
  	margin-left: 15px;
  }
  
  .ambassadors.results .card-big{
  	width: 360px;
  	min-height: 780px;
  	top: 20px;
  }
  
}

.contact-form {
  background: #FFF;
  padding: 50px 0 70px;
  text-align: center;
  //border-bottom: 1px solid #dee7e0;
}

.contact-form h2 {
  margin: 0 0 0.4em;
}

.contact-form h6 {
  font-family: 'PT Serif';
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 1.7em;
}

.contact-form .center-holder .btn {
  width: auto;
  min-width: 160px;
  margin: 10px 0;
}

@media screen and (min-width: 640px) {
  .contact-form {
    padding: 70px 0 80px;
  }
  .contact-form h2 {
    margin-bottom: 0.7em;
  }
}

@media screen and (min-width: 800px) {
  .contact-form {
    padding: 90px 0 80px;
  }
  .contact-form h2 {
    margin-bottom: 0.6em;
  }
  .contact-form form {
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form .left {
    width: 40%;
    float: left;
  }
  .contact-form .right {
    width: 60%;
    float: right;
    padding-left: 10px;
  }
  .contact-form .center-holder {
    padding-left: 40%;
    clear: both;
    text-align: left;
  }
  .contact-form .center-holder .btn {
    margin-left: 10px;
  }
  .contact-form textarea {
    min-height: 170px;
  }
}

@media screen and (min-width: 920px) {
  .contact-form {
    padding: 120px 0 90px;
  }
}

.offices {
  padding: 50px 0 0;
}

.offices h2, .offices p {
  text-align: center;
}

.bb-contact{
	border-bottom: 1px solid #dee7e0;
}

@media screen and (min-width: 640px) {
  .offices .office-locations {
    padding-bottom: 70px;
    border-bottom: 1px solid #dee7e0;
  }
}

@media screen and (min-width: 800px) {
  .offices .office-locations {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 920px) {
  .offices .office-locations {
    padding-bottom: 140px;
  }
}

.office-locations {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.office-locations div {
  padding: 76px 10px 54px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: 520px;
  align-items: center;
}

.office-locations div span{
	display: block;
}

.office-locations div.montreal {
  background-image: url(../../../../uploads/2017/10/montreal.jpg);
}

.office-locations div.boston {
  background-image: url(../../../../uploads/2022/11/boston-Max-Quality.jpg);
}

.office-locations div.remote {
  background-image: url(../../../../uploads/2022/11/remote-work-Max-Quality.jpg);
}

.office-locations div.toronto {
  background-image: url(../../../../uploads/2017/10/toronto.jpg);
}

.office-locations div.london {
  background-image: url(../img/offices/london.png);
}

.office-locations div.newyork {
  background-image: url(../img/offices/newyork.png);
}

.office-locations h4, .office-locations p {
  text-align: center;
  position: relative;
  font-family: 'ITCAvantGardeStd';
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  line-height: 1em;
  margin: 0 0 36px;
  padding-bottom: 36px;
}

.office-locations h4:after {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: 4px;
  background: rgba(222, 231, 224, 0.66);
  bottom: 0;
  left: 50%;
  margin-left: -32px;
}

.office-locations p {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 22px;
  padding: 0;
  font-family: 'PT Serif';
  font-weight: normal;
}

.office-locations p + p {
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .office-locations {
    overflow: hidden;
  }
  .office-locations div {
    width: 50%;
    float: left;
    
  }
}

@media screen and (min-width: 1120px) {
	.office-locations div{
		padding-top: 140px;
		width: 48.6%;
		margin: 0.5%;
	}
	
	.office-locations div.toronto{
		float: right;
	}
}
	.office-locations div.remote{
		float: right;
	}
}

.contact-map {
  padding-top: 32px;
}

.contact-map #canvas-map{
	float: left;
}

.contact-map #map-toronto{
	margin-top: 70px;
}

.contact-map #canvas-map, .contact-map #map-toronto {
  width: 100%;
  height: 400px;
  /*background: #f2f9f4;*/
}

.contact-map .cm-title {
  text-align: center;
  font-family: 'ITCAvantGardeStd';
  color: #1B2126;
  font-size: 40px;
  line-height: 1.24em;
  font-weight: 700;
  margin-top:4px;
}

.contact-map .cm-title span:nth-child(2) {
  display: block;
  line-height: 1.6em;
  font-weight: 300;
  font-style: italic;
  font-family: 'PT Serif';
}

@media screen and (min-width: 800px) {
  .contact-map {
    padding-top: 48px;
  }
  .contact-map #canvas-map, .contact-map #map-toronto {
    height: 520px;
  }
}

@media screen and (min-width: 920px) {
  .contact-map {
    padding-top: 58px;
  }
  .contact-map #canvas-map, .contact-map #map-toronto {
    height: 612px;
  }
  .contact-map .btn-container {
    position: relative;
    top: -30px;
    z-index: 20;
  }
  .contact-map .btn-container .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .contact-map .cm-title span{
  	display: block;
  }
  
}

@media screen and (min-width: 1120px){
	.contact-map #canvas-map, .contact-map #map-toronto {
		width: 50%;
	}
}

.social.contact-page {
  padding-top: 72px;
  /*background-color: #f2f9f4;*/
  background: url(../img/logo-bg2.svg) no-repeat -130px 40px/730px #f2f9f4;
}

@media screen and (min-width: 500px) {
  .social.contact-page {
    background-position-x: 50%;
  }
}

@media screen and (min-width: 640px) {
  .social.contact-page {
    background-image: none;
  }
}

@media screen and (min-width: 800px) {
  .social.contact-page {
    padding-top: 36px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 920px) {
  .social.contact-page {
    padding-top: 48px;
    padding-bottom: 100px;
  }
}

.hero-banner.v-thanks .need-a-quick-reply{
	font-family: ITCAvantGardeStd !important;
	font-weight: 700;
	letter-spacing: -3px;
	font-style: normal;
}

.hero-banner.v-thanks, .hero-banner.v-internships {
  min-height: 0;
  background-color: #FFF;
  text-align: center;
}

.hero-banner.v-thanks h1, .hero-banner.v-internships h1 {
  color: #FFF;
  line-height: 1em;
  margin-top: 0;
  letter-spacing: -3px;
}

.hero-banner.v-thanks h2, .hero-banner.v-internships h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  font-family: 'PT Serif' !important;
  font-style: italic;
  letter-spacing: 0px;
  line-height: 1.4;
}

.hero-banner.v-thanks h2.phone, .hero-banner.v-internships h2.phone{
	font-family: ITCAvantGardeStd !important;
	font-style: normal;
}

@media screen and (min-width: 640px) {
  .hero-banner.v-thanks h1, .hero-banner.v-internships h1 {
    font-size: 60px;
    margin-top: 0.5em;
    margin-bottom:0.5em;
  }
  .hero-banner.v-thanks h2, .hero-banner.v-internships h2 {
    font-size: 23px;
  }
}

@media screen and (min-width: 800px) {
  .hero-banner.v-thanks h1, .hero-banner.v-internships h1 {
    font-size: 70px;
  }
  .hero-banner.v-thanks h2, .hero-banner.v-internships h2 {
    font-size: 40px;
    max-width: 640px;
    margin-right: auto;
  }
  
  .hero-banner.v-internships h2{
  	font-size: 30px;
  }
  
  .post-7 .hero-banner.v-thanks h2, .post-1620 .hero-banner.v-thanks h2{
  	margin-left: auto;
  }
  
  .post-1700 .hero-banner.basic .title strong{
  	font-size: 100px;
  	font-weight: 700;
  	letter-spacing: -3px;
  }
  
  .post-1700 .hero-banner.basic .h5{
  	font-family: "PT Serif";
    font-size: 40px;
    font-style: italic;
    margin: 35px auto 25px;
    font-weight: 400;
  }
  
}

@media screen and (min-width: 920px) {
  .hero-banner.v-thanks, .hero-banner.v-internships {
    padding-bottom: 84px;
  }
  .hero-banner.v-thanks h1, .hero-banner.v-internships h1 {
    font-size: 80px;
  }
  .hero-banner.v-thanks h2, .hero-banner.v-internships h2 {
    font-size: 40px;
    max-width: 800px;
  }
  
  .hero-banner.v-internships h2{
  	font-size: 30px;
  }
  
  .hero-banner.v-thanks h2 strong, .hero-banner.v-internships h2 strong {
    max-width: 540px;
    display: inline-block;
  }
}

.feed-hero.p-thanks {
  background-color: #00882d;
  background: url("../img/logo-bg2.png") no-repeat center -100px #00882d;
  padding: 120px 0 240px;
}

.v-services p {
  font-size: 48px;
  margin-bottom: 0.32em;
}

@media screen and (min-width: 500px) {
  .v-services p {
    font-size: 56px;
  }
}

@media screen and (min-width: 640px) {
  .v-services p {
    font-size: 60px;
    max-width: 800px;
  }
}

@media screen and (min-width: 800px) {
  .v-services p {
    font-size: 64px;
  }
}

@media screen and (min-width: 920px) {
  .v-services p {
    font-size: 70px;
  }
}

@media screen and (min-width: 1120px) {
  .v-services p {
    font-size: 80px;
  }
}

.intro.p-services, .intro.p-careers {
  /*//background: #f2f9f4;*/
}

.intro.p-careers .btn {
  margin-bottom: 64px;
}

.intro.p-services h2, .intro.p-careers h2 {
  font-size: 48px;
}

@media screen and (min-width: 500px) {
  .intro.p-services h2, .intro.p-careers h2, .ambassadors h2 {
    font-size: 52px;
  }
}

@media screen and (min-width: 640px) {
  .intro.p-services h2, .intro.p-careers h2, .ambassadors h2 {
    font-size: 56px;
  }
}

@media screen and (min-width: 800px) {
  .intro.p-services h2, .intro.p-careers h2, .ambassadors h2 {
    font-size: 62px;
  }
  .intro.p-careers .checks {
    max-width: 550px;
    padding-left: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
  
  .intro.p-services .checks{
  	max-width: 600px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 920px) {
  .intro.p-careers h2 {
    font-size: 70px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .intro.p-services h3{
  	font-size: 70px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
   
  .intro.p-services .holder, .intro.p-careers .holder {
    width: auto;
    margin: 0 auto;
    float: none;
  }
}

.intro + .services:not(.p-services){
	padding-top: 100px;
}

.services.p-services {
  padding-top: 80px;
  //padding-bottom: 60px;
  //box-shadow: inset #e6ede8 0px 300px 300px -300px;
  background: #FFF;
  border-top: 1px solid #ebebeb;
}

.services.p-services .container > h2 {
  color: #1B2126;
  margin: 0 0 0.8em;
  text-align: center;
  letter-spacing: -3px;
}

.services.p-services .features .btn {
  font-size: 16px;
  max-width: 280px;
}

.services.p-services .serv .title {
  //margin-bottom: 36px;
}

@media screen and (min-width: 640px) {
  .services.p-services {
    padding-top: 96px;
  }
  .services.p-services .container > h2 {
    margin-bottom: 1em;
  }
  .services.p-services .features .btn {
    padding: 10px 20px;
    min-width: 0;
  }
}

@media screen and (min-width: 800px) {
  .services.p-services {
    padding-top: 112px;
  }
  .services.p-services .container > h2 {
    margin-bottom: 1.1em;
  }
}

@media screen and (min-width: 920px) {
  .services.p-services {
    padding-top: 128px;
  }
  .services.p-services .container > h2 {
    margin-bottom: 1.2em;
  }
}

@media screen and (min-width: 1120px) {
  .services.p-services .container > h2 {
    margin-bottom: 0.8em;
  }
  .services.p-services .serv:hover:after {
    opacity: 1;
    transform: scale(1);
  }
  .services.p-services .serv:hover .features .btn {
    background: #00882d;
    transition: all 0.3s ease;
    background-color: #00882d;
    background-image: -webkit-linear-gradient(#179340, #007c29);
    background-image: linear-gradient(#179340, #007c29);
  }
  .services.p-services .serv:hover .features .btn:hover {
    background-color: #00882d;
    background-image: -webkit-linear-gradient(#1a9442, #007025);
    background-image: linear-gradient(#1a9442, #007025);
  }
  .services.p-services .serv:hover .features .btn:active {
    transform: scale(0.986) translateY(2px);
  }
  .services.p-services .serv:after {
    transition: all 0.2s ease-in;
    opacity: 0;
    transform: scale(0.96);
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 25;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .services.p-services .serv {
    padding: 64px 36px;
    margin-bottom: 24px;
  }
  .services.p-services .serv .title, .services.p-services .serv .features, .services.p-services .text {
    position: relative;
  }
  .services.p-services .serv .title, .services.p-services .serv .features, .services.p-services .serv .line, .services.p-services .text {
    z-index: 26;
  }
  .services.p-services .serv .line {
    top: 152px;
    left: 76px;
  }
}

@media screen and (min-width: 920px) {
  .partners.p-services {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

.ambassadors.p-services {
  background: #f7f7f7;
}

.ambassadors.p-services .center-holder {
  padding-top: 36px;
  max-width: 924px;
}

@media screen and (min-width: 800px) {
  .ambassadors.p-services {
    padding-bottom: 96px;
  }
  .ambassadors.p-services .center-holder {
    padding-top: 60px;
  }
}

@media screen and (min-width: 920px) {
  .ambassadors.p-services .center-holder {
    padding-top: 72px;
  }
}

.results.p-service {
  padding: 0;
  background: none;
  border-top: none;
}

.results.p-service .clients {
  padding-bottom: 0;
}

.results.p-service .slick-dots {
  display: none !important;
}

@media screen and (min-width: 500px) {
  .centered-intro.p-service {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 800px) {
  .centered-intro.p-service {
    padding-bottom: 62px;
  }
  .centered-intro.p-service p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 500px) {
  .service-intro.centered-intro {
    padding-top: 50px;
  }
}

@media screen and (min-width: 640px) {
  .service-intro.centered-intro {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 800px) {
  .service-intro.centered-intro {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 920px) {
  .service-intro.centered-intro {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}

.service-intro.centered-intro .text h2 {
  margin-top: 0;
}

.service-intro.centered-intro .service-nav {
  transition: none;
  margin-bottom: 30px;
  display: none;
}

@media screen and (min-width: 920px) {
  .service-intro.centered-intro .service-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    display: block;
  }
  .service-intro.centered-intro .service-nav:last-child {
    margin-right: 0;
  }
  .service-intro.centered-intro .text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0;
  }
  .service-intro.centered-intro .text:last-child {
    margin-right: 0;
  }
  .service-intro.centered-intro .text {
    float: right;
  }
  .service-intro.centered-intro .text h2, .service-intro.centered-intro .text p {
    text-align: left;
  }
  .service-intro.centered-intro .text h2 {
    margin-top: 28px;
  }
  .service-intro.centered-intro .text p {
    font-size: 20px;
  }
  .service-intro.centered-intro .service-nav {
    border-radius: 4px;
    margin-top: 20px;
  }
  .service-intro.centered-intro .service-nav header p {
    padding-left: 0;
  }
  .service-intro.centered-intro .service-nav .service-menu {
    border-top: none;
  }
  .service-intro.centered-intro .service-nav .expand {
    cursor: pointer;
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 67px;
    background-image: url(../img/service-nav-sprite.png);
    background-repeat: no-repeat;
    background-position: -45px -25px;
  }
  .service-intro.centered-intro .service-nav h2 {
    max-width: 1000px;
    margin-bottom: 0;
    line-height: 1.28em;
  }
  .service-intro.centered-intro .service-nav nav > ul > li {
    position: relative;
    width: auto;
    margin-left: 0;
    padding: 10px;
  }
  .service-intro.centered-intro .service-nav nav > ul > li:first-child {
    border-top: none;
  }
  .service-intro.centered-intro .service-nav nav > ul > li.active ul {
    display: block;
  }
  .service-intro.centered-intro .service-nav nav > ul > li.active .expand {
    background-position: -45px -44px;
  }
  .service-intro.centered-intro .service-nav nav > ul > li ul {
    display: none;
    padding: 12px 0 6px;
  }
  .service-intro.centered-intro .service-nav nav > ul > li ul li {
    margin-left: 0;
    width: auto;
  }
  .service-intro.centered-intro .service-nav nav > ul > li ul li a {
    padding: 6px 0;
  }
  .service-intro.centered-intro .service-nav nav > ul > li ul li.active a {
    color: #ED5434;
    position: relative;
  }
}

@media screen and (min-width: 1120px) {
  .service-intro.centered-intro .service-nav {
    width: 20%;
  }
  .service-intro.centered-intro .service-nav nav > ul > li {
    padding-left: 30px;
  }
  .service-intro.centered-intro .service-nav nav > ul > li li.active a:after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #ED5434;
  }
}

.service-details {
  padding: 40px 0 30px;
  /*background: #f2f9f4;*/
  /*box-shadow: inset #e6ede8 0px 300px 300px -300px;*/
  box-shadow: inset #fff 0px 300px 300px -300px;
}

.service-details .sd-header {
  position: relative;
}

.service-details .sd-header .icon {
  float: left;
  display: none;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.service-details .sd-header h2 {
  overflow: hidden;
  text-align: left;
  color: #aeb7b1;
  padding-bottom: 20px;
}

.service-details .sd-header .line {
  display: none;
  position: absolute;
  height: 30px;
  width: 1px;
  background: #c2c2c2;
  top: 80px;
  left: 40px;
}

@media screen and (min-width: 640px) {
  .service-details {
    padding: 56px 0 48px;
  }
  .service-details .sd-header .icon {
    display: inline-block;
    margin-right: 20px;
  }
  .service-details .sd-header .line {
    display: block;
  }
  .service-details .details {
    overflow: hidden;
    width: 500px;
    padding-left: 56px;
    margin-left: 40px;
  }
  .service-details .serv-det:before, .service-details .callout:before{
    display: block;
    content: '➝';
    position: absolute;
    top: 30px;
    left: -72px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAAAKCAYAAABhR6qrAAAABGdBTUEAALGPC/xhBQAAALVJREFUWAntlD0KxCAQhTOyVbxJamvxEumTdi+1m5uI7VrnJqZ1x0KQZQvTOfAE8YcR3rwP3zRhiHfAe/+KMc5tI6o9YC/WgS2l9AkhLLUDgK1OCF9zzgvPAncrrZDwfiCfHeAozq0RRHTQ72VbgL08Bxgqf9xMiGJ57LoUI4q7bBq76E/qvvFjx2Z2Sx3H8KWU2p1z++PWSxQP6wBDPXmu1tqziATYYVH1C2Ogh9b6aYy56qsvPv4sdGMDt3gAAAAASUVORK5CYII=");
    background-size: 100%;
    color: transparent;
    width: 60px;
    background-repeat: no-repeat;
    background-position-y: 8px;
  }
}

@media screen and (min-width: 800px) {
  .service-details {
    padding: 72px 0 64px;
  }
  .service-details .sd-deader h2 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 920px) {
  .service-details {
    padding: 72px 0 72px;
  }
  .service-details .mover {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 25.58941%;
  }
  .service-details .mover:last-child {
    margin-right: 0;
  }
  .service-details .details {
    width: auto;
  }
}

@media screen and (min-width: 1120px) {
  .service-details .mover {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 25.58941%;
  }
  .service-details .mover:last-child {
    margin-right: 0;
  }
}

.serv-det {
  padding-bottom: 40px;
  position: relative;
}

.serv-det + .serv {
  padding-top: 40px;
}

.serv-det + .serv:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  width: 16%;
  height: 5px;
  background: #ededed;
}

.serv-det .title {
  display: table;
}

.serv-det .title section {
  display: table-cell;
  vertical-align: middle;
}

.serv-det .title .icon {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  line-height: 60px;
  text-align: center;
}

.serv-det .title h2 {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  margin: 0;
  margin-left: 12px;
  font-size: 26px;
  font-family: 'PT Serif';
  color: #393937;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: left;
  letter-spacing: -1px;
}

.serv-det .title h2 a {
  text-decoration: none;
  color: inherit !important;
}

.serv-det .text {
  padding: 22px 0;
}

.serv-det .text p {
  font-family: 'PT Serif';
  font-size: 18px;
  color: #656565;
  line-height: 1.38889 em;
  margin: 0 0 0.1em;
}

.serv-det .features {
  padding-left: 40px;
  margin: 0;
}

.serv-det .features li {
  list-style-type: none;
  position: relative;
  color: #656565;
  font-size: 16px;
  line-height: 1.375 em;
  text-transform: uppercase;
}

.serv-det .features li + li {
  margin-top: 22px;
}

.serv-det .features li:before {
  content: '➝';
  display: block;
  color: #c0c0c0;
  position: absolute;
  top: 0;
  left: -40px;
}

.serv-det .features li.has-btn:before {
  top: 16px;
}

.serv-det .features .btn {
  margin: 0;
}

.serv-det .line {
  display: none;
}

@media screen and (min-width: 800px) {
  .serv-det .title h2 {
    max-width: none;
    vertical-align: top;
  }
  .serv-det .text {
    padding-left: 96px;
    margin-top: -58px;
  }
}

.service-nav {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10009;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.service-nav:not(.higher){
	margin-top: 10px;
}

@media screen and (min-width: 920px) {
  .service-nav.movable {
    display: none;
  }
}

.service-nav.movable .expand {
  display: none;
}

.service-nav.higher {
  transform: translateY(-70px);
}

.service-nav.open {
  height: auto;
  overflow-y: scroll;
}

.service-nav.open .toggle {
  background-position: 0 -44px;
}

.service-nav header {
  padding: 8px 0;
  position: relative;
}

.service-nav header .container {
  position: relative;
}

.service-nav header p, .service-nav header .toggle {
  height: 44px;
  line-height: 44px;
}

.service-nav header p {
  float: left;
  padding-left: 16px;
  font-size: 17px;
  font-family: "ITCAvantGardeStd";
  font-weight: bold;
  font-weight: normal;
  color: #ED5434;
  margin: 0;
}

.service-nav header .toggle {
  float: right;
  margin-right: 15px;
  width: 44px;
  height: 44px;
  background-image: url("../img/service-nav-sprite-red.png");
  background-size: 67px;
}

.service-nav nav {
  display: none;
  height: auto;
  overflow: scroll;
  border-top: 1px solid #f3f5f4;
}

.service-nav nav ul, .service-nav nav li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.service-nav nav > ul > li {
  padding: 30px;
  border-bottom: 1px solid #f3f5f4;
  border-top: 1px solid #f3f5f4;
  transition: all 0.2s ease;
}

.service-nav nav > ul > li.active {
  background: #f4f7f5;
  border-top: 1px solid #ED5434 !important;
  border-bottom: 1px solid #ED5434 !important;
}

.service-nav nav ul ul li {
  width: 194px;
  margin-left: 46px;
}

.service-nav nav ul ul li a, .service-nav nav ul ul li a:link, .service-nav nav ul ul li a:visited {
  display: block;
  padding: 7px 14px 7px 0;
  font-family: "ITCAvantGardeStd";
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3em;
  text-decoration: none;
  text-align: left;
}

.service-nav nav ul ul li a:hover {
  color: #00882d;
}

.service-nav nav ul ul li + li a {
  border-top: 1px solid #e5eae6;
}

.service-nav nav h2 {
  max-width: 200px;
  font-family: 'PT Serif';
  font-weight: 600;
  color: #656565;
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.6em;
  margin: 0 0 0.6em;
}

.service-intro .service-nav {
  position: static;
}

.service-intro .service-nav .toggle {
  display: none;
}

.service-intro .service-nav .service-menu {
  display: block !important;
}

.partners.p-service {
  background: #f6fbf7;
  border-bottom: 1px solid #eaf0ec;
}

@media screen and (min-width: 920px) {
  .partners.p-service {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

.popup.proposal .spacer:after {
  display: none;
}

.popup.proposal .dropdown {
  display: inline-block;
  width: 100%;
  max-width: 384px;
}

.popup.proposal .dropdown .dp-label {
  width: auto;
  box-shadow: none;
  max-width: 384px;
  font-weight: 500;
  color: #656565;
}

.popup.proposal .dropdown ul {
  margin-top: -10px;
  z-index: 100;
  border: 1px solid rgba(114, 142, 120, 0.2);
}

.popup.proposal .dropdown:before {
  z-index: 99;
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 22px;
  right: 16px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
}

.level2 h2.h2 {
  color: #b8c0ba;
  font-size: 50px;
  text-align: left;
}

.level2 .desc p {
  font-size: 22px;
  font-family: 'ITCAvantGardeStd';
  font-weight: 300;
  font-style: italic;
}

.level2 .callout {
  margin-top: 46px;
}

.level2 .callout:before {
  display: none;
}

@media screen and (min-width: 640px) {
  .level2 h2.h2 {
    font-size: 52px;
  }
}

@media screen and (min-width: 800px) {
  .level2 h2.h2 {
    font-size: 54px;
  }
  .level2 .desc {
    margin-bottom: 20px;
  }
  .level2 .desc p {
    font-size: 24px;
  }
  .level2 .callout {
    margin-top: 56px;
  }
}

@media screen and (min-width: 920px) {
  .level2 h2.h2 {
    font-size: 56px;
  }
  .level2 .callout {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1120px) {
  .level2 h2.h2 {
    font-size: 60px;
  }
  .level2 .desc p {
    font-size: 26px;
  }
}

.intro.p-careers {
  background: #FFF;
}

.intro.p-careers h2 {
  color: #1B2126;
}

.hero-banner.p-careers{
	background: #1B2126;
}

section.benefits {
  //box-shadow: inset #d0dbd3 0px 300px 300px -300px;
  //background: url(../img/logo-bg3.svg) no-repeat -140px 85px;
  padding-top: 96px;
  padding-bottom: 36px;
}

@media screen and (min-width: 500px) {
  section.benefits {
    padding-top: 112px;
    background-size: 90%;
    background-position: 180% 100px;
  }
}

@media screen and (min-width: 640px) {
  section.benefits {
    padding-top: 124px;
  }
}

@media screen and (min-width: 800px) {
  section.benefits {
    padding-top: 136px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 920px) {
  section.benefits {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1120px) {
  section.benefits {
    padding-top: 180px;
  }
}

.benefit + .benefit {
  border-top: 1px solid #dee7e0;
}

.benefit .img {
  height: 270px;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.benefit .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.benefit .img span {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  background: url("../img/careers/icons-sprite.png") no-repeat;
  background-size: 300px 300px;
}

.benefit .img.icon-top-right {
  margin-top: 72px;
}

.benefit .img.icon-top-right span {
  top: -75px;
  right: 0;
}

.benefit .img.icon-bottom-right {
  margin-bottom: 72px;
}

.benefit .img.icon-bottom-right span {
  bottom: -75px;
  right: 0;
}

.benefit .img.icon-top-left {
  margin-top: 72px;
}

.benefit .img.icon-top-left span {
  top: -75px;
  left: 0;
}

.benefit .img.icon-bottom-left {
  margin-bottom: 72px;
}

.benefit .img.icon-bottom-left span {
  bottom: -75px;
  left: 0;
}

.benefit .img .icon1 {
  background-position: 0 0;
}

.benefit .img .icon2 {
  background-position: -150px 0;
}

.benefit .img .icon3 {
  background-position: 0 -150px;
}

.benefit .img .icon4 {
  background-position: -150px -150px;
}

.benefit .text h3 {
  display: none;
}

.benefit p {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

.benefit ul li {
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
}

@media screen and (min-width: 500px) {
  .benefit .img {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) {
  .benefit {
    overflow: hidden;
    padding: 48px 0;
  }
  .benefit > h3 {
    display: none;
  }
  .benefit .img {
    width: 45%;
    float: left;
    height: 210px;
  }
  .benefit .text {
    width: 50%;
    float: left;
    margin-left: 5%;
  }
  .benefit .text h3 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  .benefit .text .checks {
    margin-bottom: 0;
  }
  .benefit .img.icon-top-right, .benefit .img.icon-top-left {
    margin-top: 36px;
  }
  .benefit .img.icon-top-right + .text h3, .benefit .img.icon-top-left + .text h3 {
    margin-top: 36px;
  }
  .benefit .img.icon-bottom-right, .benefit .img.icon-bottom-left {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 800px) {
  .benefit {
    margin-left: 64px;
    margin-right: 64px;
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .benefit + .benefit {
    padding: 80px 0;
  }
  .benefit .img {
    width: 36%;
  }
  .benefit .text {
    width: 52%;
    margin-left: 12%;
  }
}

@media screen and (min-width: 920px) {
  .benefit {
    padding-top: 32px;
  }
  .benefit .img {
    height: 270px;
    width: 33%;
  }
  .benefit .text {
    width: 56%;
    margin: 0;
    padding-left: 11%;
    margin-top: 24px;
  }
  .benefit:nth-child(even) .img {
    float: right;
  }
  .benefit:nth-child(even) .text {
    float: right;
    padding-left: 0;
    padding-right: 11%;
  }
}

section.openings h5 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.1em;
}

section.openings p {
  margin-bottom: 46px;
  font-family: 'PT Serif';
}

section.openings .opening {
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  background: #fff;
  border-radius: 4px;
  padding: 40px 30px 40px 23px;
  border-left: 7px solid transparent;
  text-align: left;
  color: #1B2126;
  height: 222px;
}

section.openings .opening + .opening {
  margin-top: 30px;
}

section.openings .opening:hover {
  border-left: 7px solid #ED5434;
}

section.openings .opening img {
  height: 40px;
}

section.openings .opening h3 {
  text-align: left;
  margin: 28px 0 16px;
}

section.openings .opening p {
  font-family: 'PT Serif';
  font-size: 18px;
  color: rgba(101, 101, 101, 0.6);
  font-weight: 600;
  font-style: italic;
  margin: 0 0 32px;
}

section.openings .opening .btn {
  width: auto;
  margin: 0;
}

@media screen and (min-width: 640px) {
  section.openings {
    padding-bottom: 12px;
  }
  section.openings .opening {
    margin-top: 32px;
    margin-bottom: 32px;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  section.openings .opening:last-child {
    margin-right: 0;
  }
  section.openings .opening:nth-child(2n) {
    margin-right: 0;
  }
  section.openings .opening:nth-child(2n+1) {
    clear: left;
  }
  section.openings .opening img {
    box-sizing: content-box;
    padding: 16px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e1e9e3;
    float: left;
  }
  section.openings .opening h3 {
    margin-top: 0;
  }
  section.openings .opening h3, section.openings .opening p, section.openings .opening .btn {
    margin-left: 108px;
  }
}

@media screen and (min-width: 920px) {
  section.openings .opening {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  section.openings .opening:last-child {
    margin-right: 0;
  }
  section.openings .opening:nth-child(odd) {
    margin-left: 8.5298%;
  }
}

.hero-banner.p-careers {
  padding-top: 0;
}

.hero-banner.p-careers h3, .hero-banner.p-careers p {
  text-align: center;
}

.hero-banner.p-careers h3 {
  color: #fff;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 800px) {
  .hero-banner.p-careers h3 {
    font-size: 30px;
    margin-bottom: 36px;
    padding-top: 72px;
  }
  .hero-banner.p-careers a.btn {
    margin-top: 32px;
  }
}

@media screen and (min-width: 920px) {
  .hero-banner.p-careers h3 {
    font-size: 32px;
    padding-top: 84px;
  }
}

.feedheader {
  font-size: 70px;
  color: #cdd6cf;
  line-height: 1em;
  margin: 160px 0 80px;
}

.feed.v-careers, .feed.intro.p-internships {
  /*background: #f2f9f4;*/
  overflow: hidden;
}

.feed.v-careers .holder, .feed.intro.p-internships .holder {
  top: 0;
}

.feed.v-careers .feed-posts, .feed.intro.p-internships .feed-posts {
  margin-bottom: 0;
}

.social.v-careers, .social.intro.p-internships {
  /*background: #f2f9f4;*/
  padding-top: 60px;
}

@media screen and (min-width: 1280px) {
  .social.v-careers, .social.intro.p-internships {
    padding-bottom: 80px;
  }
}

.hero-banner.v-internships {
  background: url(../../../../uploads/2017/10/Bloom_Hero_9_@1920x715px.jpg) no-repeat center center;
  background-size: cover;
}

.hero-banner.v-internships h2 {
  color: rgba(255, 255, 255, 0.9);
}

.hero-banner.v-internships h2 {
  color: #fff;
}

.intro.p-internships h2 {
  margin-bottom: 0.4em;
}

.intro.p-internships h2 + p {
  margin-bottom: 2.6em;
}

.intro.p-internships ul.checks li {
  font-weight: normal;
}

@media screen and (min-width: 800px) {
  .intro.p-internships ul.checks {
    overflow: hidden;
    margin: 64px 0 64px;
  }
  .intro.p-internships ul.checks div {
    float: left;
    padding: 0 16px;
    width: 50%;
    display: inline-block;
  }
}

.internship-quote {
  padding: 36px 0 56px;
  //box-shadow: inset #e6ede8 0px 300px 300px -300px;
  background: #FFF;
}

.internship-quote .qt {
  padding: 0;
  margin-top: 0;
  border-top: none;
}

@media screen and (min-width: 640px) {
  .internship-quote .qt {
    padding: 48px 0 72px;
  }
}

@media screen and (min-width: 920px) {
  .internship-quote .qt {
    padding: 88px 0;
  }
}

.hero-banner.basic.job {
  background: #FFF;
  text-align: center;
}

.hero-banner.basic.job p {
  color: #aeb7b1;
}

.hero-banner.basic.job .title, .hero-banner.basic.job .jobheader {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 0.2em;
  line-height: 1.1em;
}

.hero-banner.basic.job .subtitle {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 0.2em;
  line-height: 1.1em;
}

.hero-banner.basic.job .jobheader {
  color: #cdd6cf;
}

.hero-banner.basic.job img.jobs-heart {
  width: 218px;
  margin: 36px 0 44px;
}

.hero-banner.basic.job h3 {
  margin-top: 0;
}

@media screen and (min-width: 640px) {
  .hero-banner.basic.job .title {
    margin: 0 0 0.06em;
    font-size: 64px;
  }
  .hero-banner.basic.job .subtitle {
    margin: 0 0 0.24em;
    font-size: 64px;
  }
  .hero-banner.basic.job .jobheader {
    font-size: 60px;
  }
  .hero-banner.basic.job img.jobs-heart {
    width: 270px;
  }
}

@media screen and (min-width: 920px) {
  .hero-banner.basic.job .title {
    margin: 0 0 0.06em;
    font-size: 80px;
  }
  .hero-banner.basic.job .subtitle {
    margin: 0 0 0.24em;
    font-size: 80px;
  }
  .hero-banner.basic.job .jobheader {
    font-size: 70px;
  }
  .hero-banner.basic.job img.jobs-heart {
    width: 324px;
  }
}

section.job-desc {
  box-shadow: inset #e6ede8 0px 300px 300px -300px;
  background: #FFF;
  border-top: 1px solid #d0dbd3;
}

section.job-desc .icon-holder {
  margin-bottom: 8px;
}

section.job-desc p{
	font-size: 20px;
}

section.job-desc .hours {
  margin-bottom: 52px;
  margin-top: 52px;
}

section.job-desc .responsibilities > div {
  margin-bottom: 56px;
}

section.job-desc .responsibilities h3 {
  margin: 26px 0 20px;
  text-align: left;
}

section.job-desc .buttons {
  padding-bottom: 24px;
}

@media screen and (min-width: 500px) {
  section.job-desc .brief, section.job-desc .hours, section.job-desc .responsibilities {
    max-width: 560px;
  }
  section.job-desc .brief .icon-holder, section.job-desc .hours .icon-holder, section.job-desc .respons .icon-holder, section.job-desc .require .icon-holder {
    float: left;
  }
  section.job-desc .brief p, section.job-desc .brief h3, section.job-desc .brief ul, section.job-desc .hours p, section.job-desc .hours h3, section.job-desc .hours ul, section.job-desc .respons p, section.job-desc .respons h3, section.job-desc .respons ul, section.job-desc .require p, section.job-desc .require h3, section.job-desc .require ul {
    margin-left: 124px;
    text-align: left;
  }
  section.job-desc .hours {
    margin-bottom: 0;
  }
  section.job-desc .responsibilities {
    margin-top: 60px;
  }
  section.job-desc .responsibilities h3 {
    margin-top: 0;
  }
  section.job-desc .buttons {
    text-align: center;
  }
  section.job-desc .buttons .btn {
    min-width: 360px;
  }
}

@media screen and (min-width: 640px) {
  section.job-desc {
    padding: 112px 0 64px;
  }
  section.job-desc .buttons .btn {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 800px) {
  section.job-desc .brief, section.job-desc .hours {
    max-width: none;
  }
  section.job-desc .responsibilities {
    max-width: 640px;
    overflow: hidden;
    margin-top: 80px;
  }
  section.job-desc .tldr {
    overflow: hidden;
  }
  section.job-desc .tldr .icon-holder + p {
    margin-top: 0;
  }
  section.job-desc .brief {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    padding-right: 32px;
  }
  section.job-desc .brief:last-child {
    margin-right: 0;
  }
  section.job-desc .hours {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-right: 0;
    margin-top: 0;
  }
  section.job-desc .hours:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 920px) {
  section.job-desc {
    padding: 124px 0 72px;
  }
  section.job-desc .responsibilities {
    max-width: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    margin-right: 0;
  }
  section.job-desc .responsibilities:last-child {
    margin-right: 0;
  }
  section.job-desc .buttons .center-holder + .center-holder {
    display: none;
  }
}

section.referral {
  padding: 82px 0;
  background-color: #00882d;
  background: url("../img/hero/clouds.png") no-repeat left 36px #00882d;
  text-align: center;
}

section.referral .left, section.referral .right {
  padding: 0 24px;
}

section.referral .left {
  padding-bottom: 56px;
}

section.referral .right {
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

section.referral p {
  font-family: 'PT Serif';
  font-weight: 300;
  font-style: italic;
  line-height: 1.2em;
  margin: 0 0 16px;
  font-size: 22px;
  color: #fff;
}

section.referral .btn {
  margin-bottom: 0;
  margin-top: 8px;
}

section.referral .social-links {
  letter-spacing: 8px;
}

@media screen and (min-width: 800px) {
  section.referral {
    padding: 46px 0;
  }
  section.referral .left, section.referral .right {
    padding: 60px 0;
  }
  section.referral .left {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  section.referral .left:last-child {
    margin-right: 0;
  }
  section.referral .right {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-right: 0;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  section.referral .right:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 920px) {
  section.referral {
    padding: 64px 0;
  }
  section.referral .left, section.referral .right {
    padding: 80px 0;
  }
}

.services.v-job {
  display: none;
}

@media screen and (min-width: 920px) {
  .services.v-job {
    display: block;
    padding: 96px 0 72px;
    background: #FFF;
  }
  .services.v-job .job-page-benefits {
    margin-bottom: 84px;
  }
  .services.v-job .job-page-benefits:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
  }
  .services.v-job .job-page-benefits .slick-dots {
    bottom: -80px;
  }
  .services.v-job .serv {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .services.v-job .serv .title img {
    display: inline-block;
  }
  .services.v-job .serv .features li {
    text-transform: none;
  }
  .services.v-job .benefit-pair {
    overflow: hidden;
  }
  .services.v-job .benefit-pair:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
  }
  .services.v-job .benefit-pair .serv {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .services.v-job .benefit-pair .serv:last-child {
    margin-right: 0;
  }
  .services.v-job .benefit-pair .serv + .serv {
    margin-right: 0;
  }
  .services.v-job .center-holder {
    padding-top: 12px;
  }
}

.centered-intro.job {
  border-bottom: none;
}

.job-form {
  text-align: left;
  padding-top: 64px;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}

.job-form h5 {
  font-size: 26px;
  margin: 2em 0 0.6em;
}

.job-form textarea {
  margin-top: 48px;
  min-height: 180px;
}

.job-form div.reqd {
  width: 94%;
}

p.warning {
  color: #ED5434;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 2em;
}

.reqd {
  position: relative;
}

input[type="file"].reqd {
  padding-right: 24px;
}

input[type="file"].reqd:after {
  right: 0px;
  top: 2px;
}

.reqd:after {
  content: "*";
  font-family: 'PT Serif';
  color: #ED5434;
  font-size: 28px;
  font-weight: bold;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/service-nav-sprite.png");
  position: absolute;
  top: 12px;
  right: -32px;
}

input[type="text"].error {
  border-color: #d73a29;
}

input[type="file"].error {
  color: #d73a29;
}

.privacy h5 {
  margin-bottom: 0.8em;
  font-size: 40px;
  font-family: 'ITCAvantGardeStd';
  font-weight: 700;
  line-height: 1.4em;
  text-transform: none;
  margin: 1.2em 0 0.4em;
  color: #1B2126;
  text-align: left;
  letter-spacing: -3px;
}

@media screen and (min-width: 640px) {
  .privacy h5 {
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 800px) {
  .privacy h5 {
    text-align: center;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 920px) {
  .privacy h5 {
    margin-bottom: 2.6em;
  }
}

.priv-section {
  padding-top: 54px;
  overflow: hidden;
}

.priv-section h3 {
  text-align: left;
  margin: 0.4em 0 0.8em;
  font-size: 36px;
  line-height: 1.24em;
}

.priv-section p {
  font-size: 20px;
}

@media screen and (min-width: 800px) {
  .priv-section {
    padding-top: 60px;
  }
  .priv-section .no {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 9.36867%;
  }
  .priv-section .no:last-child {
    margin-right: 0;
  }
  .priv-section h3 {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 35.26334%;
    margin-top: -8px;
  }
  .priv-section h3:last-child {
    margin-right: 0;
  }
  .priv-section .text {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-right: 0;
  }
  .priv-section .text:last-child {
    margin-right: 0;
  }
  .priv-section .text p {
    margin-top: -4px;
  }
}

@media screen and (min-width: 920px) {
  .priv-section {
    padding-top: 68px;
  }
  .priv-section .no {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  .priv-section .no:last-child {
    margin-right: 0;
  }
  .priv-section h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .priv-section h3:last-child {
    margin-right: 0;
  }
  .priv-section .text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
  }
  .priv-section .text:last-child {
    margin-right: 0;
  }
}

.privacy-cta {
  padding-top: 56px;
  text-align: center;
}

.privacy-cta p {
  font-size: 40px;
  text-align: center;
  font-style: italic;
  font-family: 'PT Serif';
  margin: 0;
  font-weight: 300;
}

@media screen and (min-width: 640px) {
  .privacy-cta {
    padding: 72px 0 24px;
  }
}

.popup-holder {
  display: none;
  z-index: 10020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: scroll;
}

.popup {
  opacity: 0;
  top: -10%;
  z-index: 11000;
  position: relative;
  margin: 48px auto 96px;
  background: #FFF;
  border-radius: 4px;
  padding: 24px 20px 24px 13px;
  border-left: 7px solid #ED5434;
  max-width: 360px;
  transition: all 0.2s ease-in-out;
}

.popup .close {
  position: absolute;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.18);
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  bottom: -72px;
  right: 50%;
  margin-right: -28px;
}

.popup h2, .popup p {
  font-family: 'ITCAvantGardeStd';
  text-align: center;
}

.popup h2 {
  font-size: 40px;
  color: #b8c0ba;
}

.popup p {
  font-size: 22px;
  font-weight: 300;
}

.popup p.em {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2.6em;
}

.popup h4, .popup h5 {
  font-family: 'PT Serif';
  text-transform: uppercase;
  color: #b8c0ba;
  font-weight: normal;
  text-align: left;
  font-size: 22px;
  line-height: 1.12em;
  margin: 0 0 0.6em;
}

.popup h4 {
  font-weight: bold;
}

.popup .icon-holder {
  border-color: #dce5de;
  display: none;
}

.popup .spacer {
  height: 96px;
  position: relative;
}

.popup .spacer:after {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 6px;
  background: #ED5434;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -3px;
}

.popup .spacer + h4 {
  font-size: 26px;
}

.popup input.btn {
  margin: 24px 0;
  display: block;
  width: 100%;
  max-width: 384px;
}

@media screen and (min-width: 640px) {
  .popup {
    max-width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
  .popup input, .popup textarea {
    max-width: 384px;
  }
  .popup .close {
    top: -34px;
    right: -34px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin-right: 0;
  }
}

@media screen and (min-width: 800px) {
  .popup {
    width: 76%;
    max-width: 928px;
    padding: 24px 48px 48px 41px;
  }
  .popup h2 {
    font-size: 68px;
  }
  .popup p {
    font-size: 26px;
    margin: 0 0 0.3em;
  }
  .popup h4, .popup h5 {
    font-size: 26px;
  }
  .popup .icon-holder {
    display: block;
  }
  .popup .icon-holder .line {
    position: absolute;
    display: block;
    height: 30px;
    width: 1px;
    background: #c2c2c2;
    top: 80px;
    left: 40px;
    opacity: 0.4;
  }
  .popup h5 {
    padding-top: 0.4em;
    margin-bottom: 0.2em;
  }
  .popup h4 {
    margin-bottom: 2em;
  }
  .popup h4.noh5 {
    padding-top: 1em;
  }
  .popup .hasline {
    position: relative;
  }
  .popup .hasline:after {
    content: "";
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAAAKCAYAAABhR6qrAAAABGdBTUEAALGPC/xhBQAAALVJREFUWAntlD0KxCAQhTOyVbxJamvxEumTdi+1m5uI7VrnJqZ1x0KQZQvTOfAE8YcR3rwP3zRhiHfAe/+KMc5tI6o9YC/WgS2l9AkhLLUDgK1OCF9zzgvPAncrrZDwfiCfHeAozq0RRHTQ72VbgL08Bxgqf9xMiGJ57LoUI4q7bBq76E/qvvFjx2Z2Sx3H8KWU2p1z++PWSxQP6wBDPXmu1tqziATYYVH1C2Ogh9b6aYy56qsvPv4sdGMDt3gAAAAASUVORK5CYII=");
    background-size: 100%;
    color: transparent;
    width: 60px;
    height: 5px;
    background-repeat: no-repeat;
    position: absolute;
    left: -70px;
    top: 20px;
    opacity: 0.4;
    border: none;
  }
  .popup form {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
  .popup .icon-holder {
    float: left;
  }
  .popup .side {
    margin-left: 112px;
  }
}

.popup.on {
  opacity: 1;
  top: 0;
}

.no {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 8px;
  padding-right: 16px;
  font-family: 'ITCAvantGardeStd';
  font-weight: 800;
  font-size: 16px;
  border-left: 5px solid #ED5434;
}

@media screen and (min-width: 920px) {
  .no .no {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  .no .no:last-child {
    margin-right: 0;
  }
}

.full-image {
  height: 210px;
}

.full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 500px) {
  .full-image {
    height: 240px;
  }
}

@media screen and (min-width: 640px) {
  .full-image {
    height: 360px;
  }
}

@media screen and (min-width: 800px) {
  .full-image {
    height: 480px;
  }
}

@media screen and (min-width: 920px) {
  .full-image {
    height: 600px;
  }
}

@media screen and (min-width: 1120px) {
  .full-image {
    height: 800px;
  }
}

.text-btn {
  margin: 12px 0 6px;
  text-transform: capitalize;
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  color: #393937;
  font-size: 20px;
  position: relative;
  z-index: 7;
}

.text-btn:after {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #1B2126;
  transition: all 0.2s ease;
}

.text-btn:hover:after {
  background: #ED5434;
  width: 94%;
  left: 3%;
}

.qt {
  padding-top: 64px;
  margin-top: 64px;
  border-top: 1px solid #dee7e0;
}

.qt .pp {
  margin: 0;
}

.qt .pp .img {
  width: 152px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.qt .pp p {
  font-family: 'PT Serif';
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 0.7em;
  width: 100%;
}

.qt .pp h3 {
  font-size: 40px !important;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: bold;
}

.qt .pp h4 {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  font-family: ITCAvantGardeStd;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.qt .quote-symbol {
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
  height: 100px;
  line-height: 1em;
  display: block;
  text-align: left;
  font-size: 200px;
  font-family: 'ITCAvantGardeStd';
  font-weight: 700;
  font-style: italic;
  opacity: 0.1;
  text-indent: -14px;
}

@media screen and (min-width: 640px) {
  .qt {
    padding-top: 76px;
    margin-top: 76px;
  }
}

@media screen and (min-width: 920px) {
  .qt {
    padding-top: 96px;
    margin-top: 96px;
    width: 736px;
    margin-right: auto;
    margin-left: auto;
  }
  .qt .pp {
    overflow: hidden;
  }
  .qt .pp .img {
    float: left;
    margin: 0;
    width: 128px;
    margin-left: 20px;
  }
  .qt .pp .img img {
    margin: 0;
  }
  .qt .pp .bio {
    width: 450px;
    float: left;
    margin-left: 35px;
  }
  .qt .pp .bio p, .qt .pp .bio h3, .qt .pp .bio h4 {
    clear: none;
    text-align: left;
  }
  .qt .pp .quote-symbol {
    float: left;
  }
}

.text-link {
  cursor: pointer;
  font-weight: bold;
  color: #ED5434;
  text-decoration: none;
  border-bottom: 1px solid #ED5434;
}

.text-link.noborder {
  border-bottom: none;
}

.callout {
  position: relative;
  background: #FFF;
  padding: 10px 10px 36px;
  border-radius: 4px;
  border-left: 4px solid #ED5434;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.callout h2 {
  text-align: center;
  color: #393937;
  margin-bottom: 1.2em;
}

.callout p {
  margin: 0 0 0.3em;
}

.callout strong {
  font-style: italic;
}

@media screen and (min-width: 640px) {
  .callout {
    padding: 16px 24px 42px;
  }
}

.hero-banner {
  min-height: 560px;
  padding: 70px 0;
  font-family: 'ITCAvantGardeStd';
  color: #fff;
}
.hero-banner.v-case-studies{
	position: relative;
    text-align: left;
    background: none;
}

.hero-banner.v-case-studies img{
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hero-banner.basic .title {
  font-family: "ITCAvantGardeStd";
  color: #fff;
  font-weight: 700;
  font-size: 4em;
  line-height: 1.1em;
  margin: 0 0 0.4em;
	padding-top: 10px;
  letter-spacing: -3px;
}

.hero-banner.basic .title strong {
  font-weight: 700;
}

.hero-banner.basic .title.m-top-mobile-tablet {
  margin-top: 16px;
}

.hero-banner.basic .body {
  font-family: "PT Serif";
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0 0 0.6em;
}

.hero-banner.basic .body.subtitle{
	font-family: "PT Serif";
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    font-style: italic;
}

.hero-banner.basic .h5 {
  font-family: 'PT Serif';
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.hero-banner.basic .btn {
  margin: 0.2em 0 0.2em;
}

.hero-banner.basic .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner.basic .container {
  z-index: 1;
  position: relative;
}

.hero-banner.basic .title.m-top-mobile-tablet + p{
	font-family: 'PT Serif';
}

@media screen and (min-width: 500px) {
  .hero-banner {
    padding-top: 84px;
  }
  .hero-banner.basic {
    min-height: 560px;
    text-align: center;
  }
  
  .hero-banner.basic .title {
    font-size: 52px;
  }
}

@media screen and (min-width: 640px) {
  .hero-banner {
    padding-top: 112px;
    min-height: 640px;
  }
  .hero-banner.basic {
    min-height: 580px;
  }
  .hero-banner.basic .title {
    font-size: 54px;
  }
  .hero-banner.basic .body {
    font-size: 24px;
  }
  .hero-banner.basic h5 {
    font-size: 30px;
  }
  
  .hero-banner.basic .title.m-top-mobile-tablet + p{
	font-family: 'PT Serif';
  }
}

@media screen and (min-width: 800px) {
  .hero-banner {
    padding-top: 130px;
    min-height: 714px;
  }
  .hero-banner.basic {
    min-height: 600px;
  }
  .hero-banner.basic .title {
    font-size: 56px;
  }
  .hero-banner.basic .title.bigger {
    font-size: 60px;
  }
  .hero-banner.basic h5 {
    font-size: 32px;
  }
  .hero-banner.basic .title.m-top-mobile-tablet + p{
	font-size: 32px;
  }
  
}

@media screen and (min-width: 920px) {
  .hero-banner {
    padding-top: 200px;
  }
  .hero-banner.v-contact{
  	padding-top: 180px;
  }
  
  .hero-banner.basic {
    min-height: 620px;
  }
  .hero-banner.basic .title {
    font-size: 4.5em;
  }
  .hero-banner.basic .title.m-top-mobile-tablet {
    margin-top: 0;
  }
  
  .hero-banner.basic .title.m-top-mobile-tablet + p{
     font-size: 40px;
  }
  
  .hero-banner.basic .title.bigger {
    font-size: 68px;
  }
  .hero-banner.basic .body {
    font-size: 28px;
  }
  .hero-banner.basic h5 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1120px) {
  .hero-banner.basic .title.bigger {
    font-size: 80px;
  }
  
  
}

.graph-card {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 64px 12px 40px;
  min-height: 500px;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  /* .img {height: 36px; display: inline-block;} */
}

.graph-card + .graph-card {
  margin-top: 18px;
}

.graph-card.bg1 {
  background: url("../img/graphs/1.svg") no-repeat center bottom #fff;
}

.graph-card.bg2 {
  background: url("../img/graphs/2.svg") no-repeat center bottom #fff;
}

.graph-card.bg3 {
  background: url("../img/graphs/3.svg") no-repeat center bottom #fff;
}

.graph-card.bg1, .graph-card.bg2, .graph-card.bg3 {
  background-size: contain;
}

.graph-card .img {
  height: 48px;
  padding: 0 16px;
}

.graph-card .img img {
  max-width: 100%;
  max-height: 100%;
}

.graph-card .img svg {
  width: 100%;
  height: 100%;
}

.graph-card .img svg path {
  fill: #3E3E3E;
}

.graph-card img {
  max-height: 36px;
  max-width: 200px;
}

.graph-card h6 {
  font-size: 90px;
  font-weight: 700;
  color: #359619;
  margin: 70px 0 0;
  line-height: 0.8em;
}

.graph-card h6 sup {
  font-size: 54%;
  top: -0.6em;
  left: 2px;
  position: relative;
}

.graph-card h6 sup span {
  font-size: 80%;
  position: absolute;
  top: 50%;
}

.graph-card h6 img {
  display: inline-block;
  position: relative;
  left: -10px;
  top: -6px;
}

.graph-card p {
  font-family: 'ITCAvantGardeStd';
  font-size: 22px;
  line-height: 1.2em;
  color: #656565;
  margin: 0;
  font-style: italic;
  font-weight: 300;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 46px;
}

.author-card {
  background: #fff;
  position: relative;
  padding-bottom: 66px;
}

.author-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.author-card .text {
  padding: 46px 10px 46px;
  text-align: center;
}

.author-card .text .btn {
  margin: 0;
  font-size: 13px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}

.author-card hr {
  margin: 0;
  height: 7px;
  background-color: #eee;
}

.author-card h4 {
  color: #656565;
  font-family: "ITCAvantGardeStd";
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  margin: 0 0 12px;
}

.author-card h5 {
  color: #989797;
  font-family: "ITCAvantGardeStd";
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eef0ef;
}

.author-card p {
  font-size: 18px;
  line-height: 1.3334em;
  color: #656565;
  font-family: 'PT Serif';
  margin: 0;
  font-style: italic;
}

.ambassador {
  background: #222;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* @include media($w640) {
        .text {padding: 28px 16px 46px;}
    }

    @include media($w800) {
        .text {padding: 28px 24px 46px;}
    } */
}

.ambassador .wrap {
  padding: 0 24px;
  position: relative;
  z-index: 10;
}

.ambassador .bg {
  object-fit: cover;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ambassador .logo {
  height: 152px;
  line-height: 156px;
  margin-bottom: 12px;
}

.ambassador .logo img {
  height: 36px;
}

.ambassador .logo img.wide {
  height: 24px;
}

.ambassador h4 {
  color: #fff;
  font-family: "ITCAvantGardeStd";
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1em;
}

.ambassador h5 {
  color: #fff;
  font-family: 'ITCAvantGardeStd';
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 48px;
  line-height: 1.4em;
  padding-bottom: 61px;
  position: relative;
  letter-spacing: 1px;
}

.ambassador h5:after {
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  background: #ED5434;
  position: absolute;
  bottom: 0;
}

.ambassador p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-family: 'PT Serif';
  font-style: italic;
  margin: 0;
  line-height: 1.3334em;
  text-align: left;
}

.icon-holder {
  position: relative;
  margin-bottom: 12px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.icon-holder img {
  width: 40px;
}

.text-intro .container {
  padding-top: 60px;
  padding-bottom: 20px;
}

.text-intro p {
  font-size: 24px;
  line-height: 1.64em;
  font-weight: 300;
  margin: 0 0 1em;
}

.text-intro p span.italic{
	font-style: italic;
}

.text-intro .half {
  margin-bottom: 40px;
}

@media screen and (min-width: 640px) {
  .text-intro .container {
    padding-top: 72px;
  }
  .text-intro .half {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-bottom: 60px;
  }
  .text-intro .half:last-child {
    margin-right: 0;
  }
  .text-intro .half:nth-child(2n) {
    margin-right: 0;
  }
  .text-intro .half:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 800px) {
  .text-intro .container {
    padding-top: 84px;
  }
  .text-intro .half {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-bottom: 72px;
  }
  .text-intro .half:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 920px) {
  .text-intro .container {
    padding-top: 100px;
  }
  .text-intro .half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 86px;
  }
  .text-intro .half:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1120px) {
  .text-intro .container {
    padding-top: 112px;
  }
  .text-intro .half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 30px;
  }
  .text-intro .half:last-child {
    margin-right: 0;
  }
}

.centered-intro {
  padding-top: 20px;
  padding-bottom: 68px;
}

.centered-intro.shadow {
  box-shadow: inset #e6ede8 0px 300px 300px -300px;
}

.centered-intro.no-header {
  padding: 68px 0;
}

@media screen and (min-width: 640px) {
  .centered-intro {
    padding-top: 32px;
    padding-bottom: 84px;
    text-align: center;
  }
  .centered-intro.no-header {
    padding: 84px 0;
  }
  .centered-intro h2 {
    text-align: center;
  }
}

@media screen and (min-width: 920px) {
  .centered-intro {
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .centered-intro.no-header {
    padding: 100px 0;
  }
  .centered-intro p.padded {
    padding-left: 64px;
    padding-right: 64px;
  }
  .centered-intro p.bigger {
    font-size: 26px;
  }
}

.avatar, .who-we-are .pp, .pp {
  text-align: center;
  margin-bottom: 48px;
}

.avatar .img, .pp .img {
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%;
  margin-left: 17.47153%;
  border-radius: 400px;
  border: 2px solid #ED5434;
}

.avatar .img:last-child, .pp .img:last-child {
  margin-right: 0;
}

.avatar .img img, .pp .img img {
  width: 100%;
  border-radius: 400px;
  padding: 5px;
}

.avatar h3, .who-we-are .pp h3, .pp h3 {
  font-family: 'ITCAvantGardeStd';
  line-height: 1.1em;
  font-size: 24px;
  text-transform: none;
  margin: 0 0 0.4em;
  clear: both;
}

.avatar h4, .who-we-are .pp h4, .pp h4 {
  font-size: 14px;
  font-family: 'ITCAvantGardeStd';
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
  color: #b8b8b8;
  letter-spacing: 1px;
  font-weight: 600;
}

.bloomblip {
  text-align: center;
  background: #fff;
}

.bloomblip span:first-of-type{
	color: #1B2126;
	font-family: "ITCAvantGardeStd";
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-left: 13px;
}

.bloomblip img {
  margin-bottom: 20px;
}

.bloomblip p {
  font-family: 'ITCAvantGardeStd';
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 12px;
  color: #b8b8b8;
  text-transform: uppercase;
}

.bloomblip p em {
  color: #656565;
  font-style: normal;
}

.infobox {
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.infobox .content {
  padding: 24px 15px;
}

.triangle-with-shadow {
  width: 100px;
  height: 90px;
  position: absolute;
  bottom: -89px;
  left: 50%;
  overflow: hidden;
  margin-left: -50px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 75px;
  left: 23px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.12);
}

/* New Styles for New Elements */

.hero-banner h4, .hero-banner.v-contact h1{
	color: #FFFFFF;
	font-family: "ITCAvantGardeStd";
	font-size: 80px;
	font-weight: 700;
	margin: 0;
}

.hero-banner h4 span, .hero-banner.v-contact h1 span{
	font-family: 'PT Serif';
	font-weight: normal;
	font-style: italic;
}

.hero-banner h4 .checkmark{
	display: inline-block;
    vertical-align: text-bottom;
    margin-right: 30px;
}

.ambassadors.results .cards:after{
    clear: both;
    content: "";
    display: block;
}

@media screen and (max-width: 920px){
	.hero-banner h4{
		font-size: 60px;
	}
}

@media screen and (max-width: 800px){
	.hero-banner h4{
		font-size: 7vw;
	}
}

@media screen and (max-width: 640px){
	
	
	.hero-banner h4{
		text-align: center;
		margin-bottom: 45px;
		line-height: 1.2em;	
		font-size: 9vw;
	}
	
	.hero-banner h4 .checkmark{
		margin-right: 0;
		position: relative;
		left: -10px;
	}
	
	.hero-banner h4 img{
		vertical-align: initial;
		display: inline-block;
    	width: 6vw;
	}
	
	.hero-banner h4 span:not(.checkmark):before{
		content: "\A";
		white-space: pre;
	}
}

/*Added 24-sep-2017*/
h2,h3{
  font-family: 'ITCAvantGardeStd' !important;
}
.service-menu{
      background-color:white;
      overflow: hidden !important;
} 
.service-menu>ul>li>h2>a{
      letter-spacing: 0px;
      color:black;
}
.service-menu>ul>li.active{
      letter-spacing: -1px;
      background-color: #ED5434 !important;
  } 
.service-menu>ul>li.active>h2>a{
      letter-spacing: -1px;
      color: white;
} 
.service-nav>header>div.container>p{
      font-weight: 600;
}
.service-details .sd-header h2{
      color:black !important;
}
.facebook>div.img{
  display:none !important;
}
.facebook>p.footer-text{
  display:none !important;
}

.pt-serif{
	font-family: 'PT Serif' !important;
}

.page-template-apply-php section .hero-banner.basic{
	background: url(../../../../uploads/2017/11/Bloom_Hero_1_@1920x990px.jpg);
	background-size: cover;
}

.page-template-apply-php section .hero-banner.basic .title{
	font-weight: 700;
	letter-spacing: -3px;
}
