/* Variables
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Chunkfive Roman';
    src: url('../library/fonts/chunkfive-webfont.eot');
    src: url('../library/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/chunkfive-webfont.woff') format('woff'), url('../library/fonts/chunkfive-webfont.ttf') format('truetype'), url('../library/fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font - family: 'FuturaStdLightCondensed';
    src: url('../library/fonts/futurastd-condensedlight-webfont.eot');
}
@font-face {
    font - family: 'FuturaStdLightCondensed';
    src: url(//:) format('no404'), url('../library/fonts/futurastd-condensedlight-webfont.woff') format('woff'), url('../libraryfonts/futurastd-condensedlight-webfont.ttf') format('truetype'), url('../library/fonts/futurastd-condensedlight-webfont.svg#webfontiPSUiUAt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStdMediumCondensed';
    src: url('../library/fonts/futurastd-condensed-webfont.eot');
}
@font-face {
    font-family: 'FuturaStdMediumCondensed';
    src: url(//:) format('no404'), url('../library/fonts/futurastd-condensed-webfont.woff') format('woff'), url('../libraryfonts/futurastd-condensed-webfont.ttf') format('truetype'), url('../library/fonts/futurastd-condensed-webfont.svg#webfontjOFYZuMy') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
    background: #edeee6 url("../images/bg-header.png") repeat-x left top;
    font: 12px Arial, sans-serif;
    color: #585858;
    margin: 0;
    padding: 0;
}
#main-footer {
    background-image: url('../images/footer-pattern.png');
    background-repeat: repeat;
    border-top: 2px solid #32312F;
}
/* Software Testing Landing Page */
#l_header {
  background-color: #fff;
  border-top: 11px solid #32312f;
}
#l_header .wrapper {
  margin: 0 auto;
  padding: 8px 0 20px;
  position: relative;
  max-width: 938px;
  width: 90%;
}
#l_header .wrapper p {
  position: absolute;
  text-align: right;
  right: 0;
  top: 25px;
  font-family: 'Chunkfive Roman', Arial, sans-serif;
  color: #323232;
  font-size: 1.5em;
  font-weight: normal;
}
#l_header .wrapper p .subtitle {
  color: #507700;
}
@media only screen and (max-width: 750px) {
  #l_header .wrapper {
    padding-top: 40px;
  }
  #l_header .wrapper .l_header-logo {
    display: block;
    margin-bottom: 20px;
  }
  #l_header .wrapper .l_header-logo img {
    display: block;
    margin: 0 auto;
  }
  #l_header .wrapper p {
    position: static;
    text-align: center;
    font-size: 1.083333333em;
  }
}
#l_back {
  display: block;
  left: 0;
  position: fixed;
  top: 275px;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  #l_back {
    background: url('../images/landing/back_horiz.png') no-repeat left top;
    background-size: 135px 40px;
    height: 40px;
    left: 50%;
    margin-left: -67px;
    position: absolute;
    top: 0;
    width: 135px;
  }
  #l_back img {
    display: none;
  }
}
.landing-content {
  max-width: 620px;
  width: 60%;
  float: left;
  margin-bottom: 8%;
}
@media only screen and (max-width: 1100px) {
  .landing-content {
    float: none;
    width: 90%;
    margin: 0 auto 8%;
    max-width: 90%;
  }
}
.landing-aside {
  float: right;
  max-width: 295px;
  width: 32%;
}
.ie7 .landing-aside {
  margin-bottom: 5%;
}
@media only screen and (max-width: 1100px) {
  .landing-aside {
    max-width: none;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .landing-aside {
    width: 100%;
  }
}
#l_main {
  background-color: #507700;
  background-image: url('../images/bg-pattern.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 600px;
}
#l_main strong {
  font-weight: bold;
}
#l_main .wrapper {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  max-width: 940px;
  width: 90%;
}
.ie7 #l_main .wrapper {
  display: inline-block;
}
#l_main .wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] #l_main .wrapper {
  display: block;
}
* html #l_main .wrapper {
  height: 1%;
}
#l_main .wrapper .hgroup {
  margin-bottom: 25px;
}
#l_main .wrapper .hgroup h1 {
  text-align: center;
  font-family: 'Chunkfive Roman', Arial, sans-serif;
  color: #fff;
  font-size: 2.3em;
  -webkit-text-shadow: 0px 2px 0px #000000;
  -moz-text-shadow: 0px 2px 0px #000000;
  text-shadow: 0px 2px 0px #000000;
  font-weight: normal;
}
#l_main .wrapper .hgroup h1 .break {
  display: block;
}
#l_main .wrapper .hgroup p {
  color: #deefba;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0;
  text-align: center;
}
#l_main .wrapper .columns {
  display: block;
  background-image: url('../images/gradientSeparator.png');
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 25px;
  position: relative;
  width: 100%;
}
.ie7 #l_main .wrapper .columns {
  display: inline-block;
}
#l_main .wrapper .columns:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] #l_main .wrapper .columns {
  display: block;
}
* html #l_main .wrapper .columns {
  height: 1%;
}
#l_main .wrapper .columns .col {
  display: block;
}
.ie7 #l_main .wrapper .columns .col {
  display: inline-block;
}
#l_main .wrapper .columns .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] #l_main .wrapper .columns .col {
  display: block;
}
* html #l_main .wrapper .columns .col {
  height: 1%;
}
#l_main .wrapper .columns .col .col-content {
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  margin-bottom: 50px;
  padding-left: 50px;
  width: 50%;
}
#l_main .wrapper .columns .col .col-content:first-child {
  margin-top: 0;
}
#l_main .wrapper .columns .col .col-content.content-box-1 {
  background-image: url('../images/landing/icons/expert.png');
}
#l_main .wrapper .columns .col .col-content.content-box-2 {
  background-image: url('../images/landing/icons/cost.png');
}
#l_main .wrapper .columns .col .col-content.content-box-3 {
  background-image: url('../images/landing/icons/convenient.png');
}
#l_main .wrapper .columns .col .col-content.content-box-4 {
  background-image: url('../images/landing/icons/size.png');
}
#l_main .wrapper .columns .col .col-content h2 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  white-space: nowrap;
}
#l_main .wrapper .columns .col .col-content p {
  color: #deefba;
  font-size: 13px;
  line-height: 16px;
}
#l_main .wrapper .columns .col .col-content h2,
#l_main .wrapper .columns .col .col-content p {
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  #l_main .wrapper .columns .col .col-content {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  #l_main hgroup h1 .break {
    display: inline;
  }
}
@media only screen and (max-width: 750px) {
  #l_main .wrapper {
    margin: 0 auto;
  }
}
.wpcf7 {
  border-radius: 8px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(-89deg, #ffffff 0%, #deefba 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #deefba));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-89deg, #ffffff 0%, #deefba 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-89deg, #ffffff 0%, #deefba 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-89deg, #ffffff 0%, #deefba 100%);
  /* IE10+ */
  background: linear-gradient(-179deg, #ffffff 0%, #deefba 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#deefba', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #979797;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  height: auto;
  overflow: hidden;
  max-width: 297px;
  width: 100%;
  z-index: 10;
}
.wpcf7 .wpcf7-form {
  width: auto;
}
.wpcf7 fieldset {
  margin: 0 auto;
  padding: 22px 5%;
  width: 100%;
  background-image: url('../images/form-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: 100% 74px;
  -moz-background-size: 100% 74px;
  -o-background-size: 100% 74px;
  background-size: 100% 74px;
}
.ie7 .wpcf7 fieldset {
  padding: 22px 5%;
  width: 90%;
}
.wpcf7 h2 {
  -webkit-text-shadow: 0px 2px 0px #ffffff;
  -moz-text-shadow: 0px 2px 0px #ffffff;
  text-shadow: 0px 2px 0px #ffffff;
  color: #323232;
  font-size: 18px;
  font-family: 'Chunkfive Roman', Arial, sans-serif;
  line-height: 1.25;
  margin-bottom: 0.75em;
  text-align: center;
}
.wpcf7 h2 span {
  font-variant: small-caps;
}
.wpcf7 h2 strong {
  color: #507700;
  text-transform: uppercase;
}
.wpcf7 .sent .wpcf7-response-output {
  font-weight: bold;
  margin-bottom: 45px;
}
.wpcf7 .sent .input,
.wpcf7 .sent .row,
.wpcf7 .sent .submit {
  display: none;
}
.wpcf7 p,
.wpcf7 .wpcf7-response-output {
  line-height: 16px;
  margin: 12px 0 5px;
  text-align: center;
}
.wpcf7 p strong,
.wpcf7 .wpcf7-response-output strong {
  font-weight: bold;
}
.wpcf7 p em,
.wpcf7 .wpcf7-response-output em {
  font-style: italic;
}
.wpcf7 p.success,
.wpcf7 .wpcf7-response-output.success {
  margin-bottom: 45px;
}
.wpcf7 p.error,
.wpcf7 .wpcf7-response-output.error,
.wpcf7 p.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #c00;
  font-weight: bold;
}
.wpcf7 p.number,
.wpcf7 .wpcf7-response-output.number {
  color: #000;
  font-family: 'Chunkfive Roman', Arial, sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  -webkit-text-shadow: 0px 2px 0px #ffffff;
  -moz-text-shadow: 0px 2px 0px #ffffff;
  text-shadow: 0px 2px 0px #ffffff;
}
@media only screen and (max-width: 1100px) {
  .wpcf7 p.number,
  .wpcf7 .wpcf7-response-output.number {
    margin: 15px 0;
  }
}
.wpcf7 label {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.wpcf7 label strong {
  color: #c00;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .input p {
  display: none;
}
.wpcf7 .input span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .input br {
  display: none;
}
.wpcf7 input,
.wpcf7 textarea {
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px;
  resize: none;
  width: 100%;
}
.ie7 .wpcf7 input,
.ie7 .wpcf7 textarea {
  width: 80%;
}
.wpcf7 input.on,
.wpcf7 input.wpcf7-not-valid {
  border-color: #c00;
}
.wpcf7 textarea {
  height: 60px;
  margin-bottom: 20px;
}
.wpcf7 .name {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ie7 .wpcf7 .name {
  display: inline-block;
}
.wpcf7 .name:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .wpcf7 .name {
  display: block;
}
* html .wpcf7 .name {
  height: 1%;
}
.wpcf7 .name input {
  float: left;
  width: 48.8%;
  margin-left: 5px;
}
.wpcf7 .name input:first-child {
  margin-left: 0;
}
.ie7 .wpcf7 .name input {
  width: 38%;
}
.wpcf7 .name .c_last input {
  margin-left: 5px;
}
.wpcf7 .row {
  display: block;
  margin-bottom: 20px;
}
.ie7 .wpcf7 .row {
  display: inline-block;
}
.wpcf7 .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .wpcf7 .row {
  display: block;
}
* html .wpcf7 .row {
  height: 1%;
}
.wpcf7 .row .input {
  float: left;
  width: 48.8%;
  margin-left: 5px;
}
.wpcf7 .row .input:first-child {
  margin-left: 0;
}
.ie7 .wpcf7 .row .input {
  width: 45%;
}
.wpcf7 button {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  margin: 0 auto;
  outline: none;
  width: 247px;
}
@media only screen and (max-width: 1100px) {
  .wpcf7 {
    max-width: 630px;
    width: 100%;
    margin: 0 auto 10%;
  }
  .wpcf7 fieldset {
    margin: 0 auto;
    padding: 22px 5%;
    width: 100%;
  }
  .wpcf7 textarea {
    width: 100%;
  }
  .wpcf7 .name {
    float: left;
    display: block;
    width: 50%;
    margin: 0;
  }
  .ie7 .wpcf7 .name {
    display: inline-block;
  }
  .wpcf7 .name:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  html[xmlns] .wpcf7 .name {
    display: block;
  }
  * html .wpcf7 .name {
    height: 1%;
  }
  .wpcf7 .row {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
  }
  .ie7 .wpcf7 .row {
    display: inline-block;
  }
  .wpcf7 .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  html[xmlns] .wpcf7 .row {
    display: block;
  }
  * html .wpcf7 .row {
    height: 1%;
  }
  .wpcf7 .row .input {
    width: 48%;
    margin-left: 5px;
  }
  .wpcf7 .row .input:first-child {
    margin-left: 0;
  }
  .wpcf7 .input.message {
    clear: both;
    padding-top: 20px;
  }
  .wpcf7 button {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .wpcf7 {
    /*#c_email,
		#c_phone,
		#c_first,
		#c_last {
			width: 100%;
			float: none;
			margin-left: 0;
		}

		#c_first {
			margin-bottom: 20px;
		}*/
  }
  .wpcf7 .row,
  .wpcf7 .input,
  .wpcf7 .row .input,
  .wpcf7 .name {
    width: 100%;
    float: none;
    display: block;
  }
  .wpcf7 .row {
    float: none;
    display: block;
  }
  .wpcf7 .row .input {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .wpcf7 .name input {
    float: none;
    margin-left: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .wpcf7 fieldset {
    -webkit-background-size: 100% 65px;
    -moz-background-size: 100% 65px;
    -o-background-size: 100% 65px;
    background-size: 100% 65px;
  }
}
html[xmlns] .wpcf7 .row {
  display: block;
}
* html .wpcf7 .row {
  height: 1%;
}
#l_sub {
  clear: both;
  margin: 0 auto;
  max-width: 938px;
  width: 90%;
}
#l_sub h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  text-align: center;
  font-family: 'Chunkfive Roman', Arial, sans-serif;
  color: #323232;
  font-size: 2.5em;
  -webkit-text-shadow: 0px 2px 0px #ffffff;
  -moz-text-shadow: 0px 2px 0px #ffffff;
  text-shadow: 0px 2px 0px #ffffff;
  font-weight: normal;
}
#l_sub h2 strong {
  color: #507700;
}
#l_sub blockquote {
  /*background: url('../images/landing/testimonial_bg.png') no-repeat left bottom;*/
  background-color: #FFFFFE;
  -moz-box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.6);
  box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.6);
  float: left;
  margin: 0 19px 60px 0;
  padding: 18px 0 40px;
  position: relative;
  max-width: 300px;
  width: 33.3%;
}
#l_sub blockquote b {
  display: block;
  width: 42px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 5%;
  background-repeat: no-repeat;
  background-image: url('../images/testimonial-tab.png');
  background-position: center top;
}
#l_sub blockquote.last {
  margin-right: 0;
}
#l_sub blockquote img {
  border: 1px solid #e3e3e3;
  left: 14px;
  position: absolute;
  top: 14px;
}
#l_sub blockquote p {
  color: #666;
  font-style: italic;
  line-height: 18px;
  padding: 0 15px 0 102px;
}
#l_sub blockquote cite {
  color: #322d2b;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  left: 20%;
  margin-top: 15px;
  top: 100%;
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  #l_sub blockquote {
    width: 31.3%;
  }
}
@media only screen and (max-width: 880px) {
  #l_sub h2 {
    font-size: 2.25em;
  }
  #l_sub blockquote {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 60px;
    max-width: none;
  }
  #l_sub blockquote.last {
    margin-right: auto;
  }
}
.landing_page .clear {
  clear: both;
  float: none;
}
#l_services {
  padding: 25px 0;
  background-color: #32312F;
  color: #fff;
}
#l_services .wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#l_services.opened h2 {
  background-image: url('../images/arrow-circle.png');
}
#l_services.opened .services-nav {
  max-height: 600px;
  opacity: 1;
  margin-top: 40px;
}
#l_services h2 {
  font-family: 'Chunkfive Roman', Arial, sans-serif;
  font-size: 1.5em;
  background-image: url('../images/arrow-circle-closed.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding: 5px 10% 5px 0;
  display: inline-block;
  cursor: pointer;
}
#l_services .grid2 {
  text-align: center;
}
#l_services .grid2 .col {
  display: inline-block;
  width: 47%;
  margin-left: 30px;
}
.ie7 #l_services .grid2 .col {
  float: left;
}
#l_services .grid2 .col:first-child {
  margin-left: 0;
}
#l_services .grid2 .col li {
  border-bottom: 1px solid #454442;
}
#l_services .grid2 .col li:first-child {
  border-top: 1px solid #454442;
}
#l_services .grid2 a {
  color: #fff;
  text-decoration: none;
  font-size: 1.333333333em;
  display: block;
  padding: 25px 0;
  transition: ease 150ms color;
  -moz-transition: ease 150ms color;
  -ms-transition: ease 150ms color;
  -webkit-transition: ease 150ms color;
}
#l_services .grid2 a:hover {
  color: #507700;
}
#l_services .services-nav {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
@media only screen and (max-width: 750px) {
  #l_services .wrapper {
    text-align: left;
    width: 100%;
  }
  #l_services h2 {
    padding-right: 20%;
    margin: 0 5%;
    background-position: center right;
  }
  #l_services .grid2 .col {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
#footer {
  max-width: 940px;
  width: 100%;
}
#footer-cell-2,
#footer-cell-3 {
  width: 33.2%;
}
#footer {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}
.footer-cell {
    border-right: 1px solid #555;
    color: #FFFFFF;
    float: left;
    width: 29%;
    padding: 60px 20px;
}
#footer-cell-1 {
    border-left: 1px solid #555;
}
.footer-cell h3 {
    font-size: 18px;
    margin-bottom: 13px;
    font-family: 'FuturaStdLightCondensed';
    font-weight: 100;
    text-transform: uppercase;
}
#footer-cell-1 p,
#footer-cell-2 p,
#footer-cell-3 p {
    color: #FFFFFF;
    font-family: Arial!important;
    font-size: 11px;
    line-height: 18px;
}
#footer-cell-1 a,
#footer-cell-2 a,
#footer-cell-3 a {
    color: #FFFFFF;
    font-family: arial!important;
    font-size: 11px;
}

@media only screen and (max-width: 750px) {
  #footer-cell-2,
  #footer-cell-3 {
    width: 100%;
  }
}
.ie7 #footer-cell-1,
.ie7 #footer-cell-2,
.ie7 #footer-cell-3 {
  width: 28%;
}
@media only screen and (max-width: 750px) {
  #footer-cell-1,
  #footer-cell-2,
  #footer-cell-3 {
    border: none;
    border-top: 1px solid #555;
  }
  #footer-cell-1:first-child,
  #footer-cell-2:first-child,
  #footer-cell-3:first-child {
    border-top: none;
  }
}
.footer-cell {
  max-width: 317px;
  width: 33.2%;
}
.footer-cell h3 {
  padding-top: 0;
}
@media only screen and (max-width: 1100px) {
  .footer-cell {
    width: 30%;
    max-width: none;
  }
}
@media only screen and (max-width: 750px) {
  .footer-cell {
    float: none;
    width: 100%;
  }
}
