/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  background: #f5f5f5;
  color: #666666;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.25em;
}
p {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 1em 0;
}
a {
  color: #666666;
  text-decoration: none;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
a:hover,
a:focus {
  color: #18a9d9;
}
a.colored {
  color: #18a9d9;
}

q {
  quotes: '"' '"' "'" "'";
}
q cite {
  font-size: 0.85em;
  display: block;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.quote {
  text-align: center;
}
.quote q {
  display: block;
  font-weight: bold;
}
.quote p {
  font-style: italic;
  padding: 1.5em 0 0;
}
h1,
.alpha {
  font-size: 3.75em;
  line-height: 1.25em;
}
h2,
.beta {
  font-size: 3.125em;
  line-height: 1.25em;
}
h3,
.gamma {
  font-size: 2.625em;
  line-height: 1.25em;
}
h4,
.delta {
  font-size: 1.5625em;
  line-height: 1.25em;
}
h4.delta {
	font-weight: bold;	
}

h5,
.epsilon {
  font-size: 1.375em;
  line-height: 1.25em;
}
h6,
.zeta {
  font-size: 0.75em;
  line-height: 1.25em;
}
.styled-image {
  border: 5px solid #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto 2em;
  width: 80%;
}
.hf-styled-list {
  font-size: 1.125em;
  line-height: 1.5em;
  list-style-image: url("/files/css/images/list-icon.png");
  padding-left: 18px;
}
.hf-styled-list li {
  padding-bottom: 1em;
}
.hf-unstyled-list {
 	list-style: disc;
 	padding: 0% 8%;
	line-height: 1.5em;
}

.all-caps {
  text-transform: uppercase;
}
.three-width {
  width: 68%;
  width: 540px;
}
.four-width {
  width: 90%;
  width: 540px;
}
.two-width {
  width: 45%;
  width: 540px;
}
.two-wrap {
  margin: 0 auto;
  padding: 0;
}
.two-split {
  padding: 0 3%;
  width: 94%;
}
.center {
  text-align: center;
}
.page-wrap {
  background: #ffffff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 98%;
}
.page-nav li {
  float: left;
}
.page-nav a {
  display: block;
}
.page-header {
  padding: 0 10%;
}
.page-header .page-nav {
  float: right;
}
.page-header .page-nav a {
  border-left: 1px solid #e3e3e3;
  display: block;
  padding: 8px 10px;
}
.page-header .page-nav a.last {
  border-right: 1px solid #e3e3e3;
}
.page-footer {
  background: #666666 url("/files/css/images/He-logo.png") no-repeat 98% 90%;
  color: #f7f7f7;
  padding: 2.5% 5%;
}
.page-footer .page-nav {
  float: left;
}
.page-footer .page-nav a {
  border-left: 2px solid #f7f7f7;
  padding: 0 0.875em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.page-footer .page-nav a.first {
  border: none;
  padding-left: 0;
}
.page-footer a {
  color: #f7f7f7;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #18a9d9;
}
.content-block {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin: 1px 0;
  padding: 6% 0;
}
.content-block.first {
  border-top: none;
}
.content-block.last {
  border-bottom-color: #b2b2b2;
}
.content-block.highlight {
  border: none;
  color: #ffffff;
  padding: 6%;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.content-block.casestudy {
  border: none;
  padding: 6%;
  min-height: 950px;
}


.content-block.highlight a {
  color: #ffffff;
}


.content-block.relativecontainer {
 height:92px;
 position:relative
}
.content-block.writtentext p,
.content-block.writtentext form {
  padding-left: 6%;
  padding-right: 6%;
}

.content-block.writtentext a {
  text-decoration: underline;
}


.content-block.compact p {
  padding: 0.5em 0;
}


.content-block.highlight.homepage {
  background: url("/files/css/images/highlight-bg.jpg") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.content-block.highlight.error {
  background: url("/files/css/images/highlight-bg-error.png") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.content-block.highlight.products {
  background: url("/files/css/images/highlight-bg-products.jpg") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.content-block.highlight.about {
  background: url("/files/css/images/highlight-bg-about.jpg") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.content-block.highlight.contact {
  background: url("/files/css/images/highlight-bg-contact.jpg") no-repeat 50% 50%;
  background-size: 100% 100%;
}

img.headshot {
	width: 225px;
	height: 225px;
	border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

img.center {
    margin-left: auto;
    margin-right: auto;
}

.content-title {
  padding: 0 1em 1em;
  text-align: center;
}
.block-list {
  margin: 0 auto;
}
.block-list li {
  float: left;
  margin: 0 15px;
  text-align: center;
  width: 240px;
}
.icon {
  background: url("/files/css/images/icons-1.png") no-repeat 0 0;
  background-size: 253px;
  display: block;
  height: 124px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 124px;
}
.icon.step-one {
  background-position: 0 0;
}
.icon.step-two {
  background-position: 0 -129px;
}
.icon.step-three {
  background-position: 0 -258px;
}
.icon.step-four {
  background-position: 0 -387px;
}
.icon.phone {
  background-position: 0 -516px;
}
.icon.computer {
  background-position: 0 -645px;
}
.icon.designers {
  background-position: -129px 0;
}
.icon.gmailers {
  background-position: -129px -129px;
}
.icon.anyone {
  background-position: -129px -257px;
}
.icon.mac-users {
  background-position: -129px -386px;
}
.icon-bg {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.5em;
}
.icon-text {
  min-height: 6.875em;
}
.price-tag {
  background: #f2f2f2;
  border: 5px solid #ffffff;
  -moz-border-radius: 5.8333em;
  -webkit-border-radius: 5.8333em;
  border-radius: 5.8333em;
  color: #18a9d9;
  font-size: 0.75em;
  height: 5.8333em;
  line-height: 1.5em;
  position: absolute;
  right: -2.91665em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  top: -2.3em;
  width: 5.8333em;
}
.price-tag .price {
  display: block;
  font-size: 1.5em;
  padding-top: 0.9em;
}
.logo {
  display: block;
  float: none;
  padding: 0;
}
.logo img {
  display: block;
  margin: 25px auto 22px;
  width: 260px;
}
.more-btn {
  background: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #18a9d9;
  display: block;
  font-size: 1.25em;
  margin-bottom: 45px;
  padding: 0.75em;
  text-transform: uppercase;
  -moz-transition: all 0.17s linear;
  -ms-transition: all 0.17s linear;
  -webkit-transition: all 0.17s linear;
  transition: all 0.17s linear;
}
.more-btn:hover {
  background: #f4f4f4;
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
}
.more-btn.last {
  margin-bottom: 0;
}
.callout-btn {
  background: #1dbfed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4);
  color: #f7f7f7;
  display: block;
  font-size: 2.1875em;
  margin: 0 auto 45px;
  padding: 0.75em 0.75em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.callout-btn:hover {
  background: #189fc6;
  color: #f7f7f7;
}
.callout-btn.set-width {
  margin-bottom: 0;
  width: 8.75em;
}
.copyright {
  clear: both;
  padding-top: 7.1875em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.copyright a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.glyph {
  float: left;
}
.full-width {
  width: 100%;
}
.endcap {
  padding: 37px 0;
}	  

.testimonial {
	position:absolute; 
	padding:inherit; 
	left: 0;right: 0; top: 0; bottom: 0
}

@media (max-width: 600px) {
  h1,
  .alpha {
    font-size: 2em;
  }
  h2,
  .beta {
    font-size: 1.75em;
  }
  h4,
  .delta {
    font-size: 1.25em;
  }
  h5,
  .epsilon {
    font-size: 1em;
  }
  .logo {
    background: url("/files/css/images/logo-hf.png") no-repeat 50% 25px;
    height: 100px;
    float: left;
    padding-left: 10%;
    width: 46px;
  }
  .logo img {
    display: none;
  }
  .callout-btn {
    font-size: 1.75em;
  }
  .three-width {
    width: 275px;
  }
  .four-width {
    width: 275px;
  }
  .two-width {
    width: 275px;
  }
  .content-block.highlight {
    margin-top: 0;
  }
  .page-footer {
    font-size: 0.75em;
    background-position: 95% 80%;
  }
  .page-footer .page-nav {
    float: none;
    margin: 0 auto;
    width: 280px;
  }
  .page-header {
    padding: 0;
  }
  .page-header .page-nav {
    float: right;
    margin: 0;
    width: auto;
  }
  .page-header .page-nav a {
    padding: 2.5em 8px;
  }
  .page-header:after {
    background: #1dbfed;
    color: #fff;
    content: "Helium Foot software";
    display: block;
    padding: 10px;
    text-align: center;
  }
  .to-hide {
    display: none;
  }
  .content-block.relativecontainer {
    height:180px;
    position:relative
  }
 
}

//@media (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 192dpi) {

@media (max-width: 600px) {
  .logo {
    background-image: url("/files/css/images/2x/logo-hf.png");
    background-size: 41px 54px;
  }
}
@media (min-width: 600px) {
  .page-wrap {
    width: 95%;
  }
  .page-footer {
    padding: 2.5% 5%;
  }
  .styled-image {
    width: 60%;
  }
  .three-width.three-btn {
    width: 275px;
  }
  .page-header .page-nav {
    float: right;
    margin: 0;
    width: auto;
  }
  .content-block.relativecontainer {
    height:220px;
    position:relative
  }

}
@media (min-width: 720px) {
  .page-wrap {
    width: 90%;
  }
  .logo img {
    margin: 25px 0 22px;
  }

}
/* iPhone 5-ish */
@media (max-width: 320px) {
  .testimonialContainer {
	height: 1200px;
  }
}

/* iPhone 6-ish */
@media (min-width: 321px) and (max-width: 999px) {
  .testimonialContainer {
	height: 1100px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px){
  .testimonialContainer {
	height: 900px;
  }

}

@media (min-width: 1000px) {
  .content-block.highlight {
    padding: 6% 15.83333%;
  }
  .styled-image {
    margin-top: 3.25em;
    width: 97.5%;
  }
  .page-header .page-nav a {
    padding: 1.9090909em 25px;
  }
  .logo {
    float: left;
    padding-right: 10%;
  }
  .two-wrap {
    margin: 0 auto;
    padding: 0 13%;
  }
  .two-split {
    float: left;
    padding: 0 3%;
    width: 44%;
  }
}
@media (min-width: 1200px) {
  .page-wrap {
    width: 1200px;
  }
  .three-width {
    width: 68%;
  }
  .three-width.three-btn {
    width: 68%;
  }

  .four-width {
    width: 90%;
  }
  .two-width {
    width: 45%;
  }
  .more-btn {
    margin-bottom: 0;
  }
  .testimonialContainer {
	height: 712px;
  }

}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 192dpi) {
  .content-block.highlight.homepage {
    background: url("/files/css/images/2x/highlight-bg.jpg") no-repeat 50% 50%;
  }
  .content-block.highlight.products {
    background: url("/files/css/images/2x/highlight-bg-2.jpg") no-repeat 50% 50%;
  }
  .icon {
    background-image: url("/files/css/images/2x/icons-1.png");
  }
  .page-footer {
    background-image: url("/files/css/images/2x/He-logo.png");
    background-size: 50px;
  }

}
