/* Generated by less 2.5.1 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
q:before {
  content: open-quote;
  font-size: 6em;
  display: block;
  opacity: .3;
  line-height: 1em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  color: rgba(26, 26, 26, 0.9);
  padding: 32px 32px 0;
  text-align: center;
  margin: 0;
}
blockquote:after,
q:after {
  content: close-quote;
  visibility: hidden;
}
blockquote p,
q p {
  font-size: 2rem;
  line-height: 1.5em;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
:focus {
  outline: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.ua-ie hr {
  height: 2px;
}
br {
  margin: 0;
  padding: 0;
}
input,
select {
  margin: 0;
  padding: 0;
}
input {
  border: 1px solid #000000;
}
img,
object,
embed {
  max-width: 100%;
}
.gradient-blue {
  background-color: #0096c8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00bcfb), to(#0096c8));
  background-image: -webkit-linear-gradient(top, #00bcfb, #0096c8);
  background-image: -moz-linear-gradient(top, #00bcfb, #0096c8);
  background-image: -ms-linear-gradient(top, #00bcfb, #0096c8);
  background-image: -o-linear-gradient(top, #00bcfb, #0096c8);
  background-image: linear-gradient(top, #00bcfb, #0096c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bcfb', endColorstr='#0096c8');
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28.8px;
  line-height: 2.88rem;
  font-family: 'proxima-nova', sans-serif;
  color: #4a4a4a;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.center,
.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.green {
  color: #00a88a;
}
.green-bg {
  background: #00a88a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 30px !important;
}
h2 {
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 300;
}
a {
  color: #949494;
  text-decoration: none !important;
}
a:visted,
a:hover {
  color: #949494;
}
a img {
  display: block;
}
p {
  padding: 0 0 10px 0;
  text-align: justify;
}
p.lead {
  text-align: left;
}
strong {
  font-weight: 700;
}
abbr[title] {
  border: none;
  cursor: text;
}
abbr[title].needs-help {
  cursor: help;
}
dl {
  border: 1px solid #ffffff;
}
dl > div {
  padding: 12px;
}
dl > div > dt,
dl > div > dd,
dl > div dl {
  margin: 0 -12px 0 -12px;
}
dl > div > dt,
dl > div > dd {
  padding: 0 12px 12px 12px;
}
dl > div dt {
  padding-top: 12px;
  border-top: 1px solid white;
}
dl > div dd {
  border-bottom: 1px solid #ffffff;
}
table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: separate;
  border: 1px solid #ffffff;
}
caption {
  padding: 12px 10px;
  text-align: left;
  background-color: #faf7f0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ffffff));
  background-image: -webkit-linear-gradient(top, white, #ffffff);
  background-image: -moz-linear-gradient(top, white, #ffffff);
  background-image: -ms-linear-gradient(top, white, #ffffff);
  background-image: -o-linear-gradient(top, white, #ffffff);
  background-image: linear-gradient(top, white, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffffff');
  border: 1px solid #ffffff;
  border-bottom: none;
}
thead {
  background-color: #faf7f0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ffffff));
  background-image: -webkit-linear-gradient(top, white, #ffffff);
  background-image: -moz-linear-gradient(top, white, #ffffff);
  background-image: -ms-linear-gradient(top, white, #ffffff);
  background-image: -o-linear-gradient(top, white, #ffffff);
  background-image: linear-gradient(top, white, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffffff');
}
tr:last-child td {
  border-bottom: none;
}
th,
td {
  padding: 6px 10px;
}
th {
  text-align: left;
  border-bottom: 1px solid #ffffff;
}
td {
  border: none;
  border-top: 1px solid white;
  border-bottom: 1px solid #ffffff;
}
.inlineLabel {
  display: block;
  margin-bottom: 2em;
}
.inlineLabel input[type=text],
.inlineLabel input[type=password],
.inlineLabel textarea {
  float: right;
  position: relative;
  top: -0.7em;
  width: 75%;
}
label {
  width: 50%;
}
textarea {
  height: 15em;
}
::-webkit-input-placeholder {
  color: #949494;
  text-transform: uppercase;
  font-weight: 500;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #949494;
  text-transform: uppercase;
  font-weight: 500;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #949494;
  text-transform: uppercase;
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #949494;
  text-transform: uppercase;
  font-weight: 500;
}
input[type=text],
input[type=password],
textarea {
  padding: 5px 10px;
  font-family: Helvetica;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #949494;
  border: 1px solid #ffffff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
  border-color: #ffffff;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #00a88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 168, 138, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 168, 138, 0.3);
  box-shadow: 0 0 5px rgba(0, 168, 138, 0.3);
}
#searchform {
  position: absolute;
  width: 80%;
  top: 0;
  left: 50%;
  margin-left: -40%;
}
#searchform:before {
  position: absolute;
  top: 8px;
  width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: simple-line-icons;
  content: "\e090";
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-decoration: inherit;
  text-align: center;
  color: #949494;
  z-index: 1;
}
#searchform input[name=s] {
  position: relative;
  top: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px 8px 40px;
  border: 1px solid #00a88a;
  background: none;
}
#searchform input[type=submit] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
#searchform label {
  display: none;
}
.cta-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cta-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: -10px;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.ua-ie-6 .cf,
.ua-ie-7 .cf {
  zoom: 1;
}
.ua-ie-6 .cf:before,
.ua-ie-7 .cf:before {
  content: '';
  display: table;
}
.hide_from_all {
  display: none;
  visibility: hidden;
}
.hide-from-screen {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.ua-ie-7 .button {
  zoom: 1;
}
.button {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: 'proxima-nova', sans-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
}
.button:last-child {
  margin-right: 0;
}
.button:visited,
.button:hover {
  color: white;
}
.button.green {
  color: white;
  background: #00a88a;
  border-color: #00a88a;
  transition: all 0.4s ease-in-out;
}
.button.green:hover {
  background: white;
  border-color: #00a88a;
  color: #00a88a;
}
.button.green.transparent {
  color: #00a88a;
  background: none;
  border-color: #00a88a;
  transition: all 0.4s ease-in-out;
}
.button.green.transparent:hover {
  background: #00a88a;
  color: white;
}
.button.small {
  padding: 2px 6px 3px 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21.6px;
  line-height: 2.16rem;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.medium {
  padding: 4px 12px 6px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25.2px;
  line-height: 2.52rem;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
input[type="submit"].button:hover {
  border-color: #0096c8;
}
.reveal-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.reveal-modal {
  position: absolute;
  visibility: hidden;
  top: 100px;
  left: 50%;
  width: 520px;
  margin-left: -260px;
  padding: 30px 40px 34px;
  background: #ffffff url('../img/int/backgrounds/modal-gloss.png') no-repeat -200px -80px;
  z-index: 101;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reveal-modal.small {
  width: 200px;
  margin-left: -100px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -200px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px;
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.vcard {
  font-family: courier;
  text-transform: lowercase;
}
.vcard .n,
.vcard .nickname {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
@media print {
  nav {
    display: none;
  }
  body:before {
    display: block;
    content: "Don't forget to recycle this paper once you are done with it.";
    margin-bottom: 20px;
    padding: 10px;
    background-color: #b4ffb4;
    border: 1px solid green;
    color: green;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 20px;
    color: black;
  }
  a {
    color: #0066cc;
    font-weight: bold;
  }
  a:link:after {
    content: ' (http://jungle-media.com/' attr(href) ')';
  }
  #comments {
    page-break-before: always;
  }
}
@media only screen {
  #mq {
    display: none;
    visibility: hidden;
    content: '320';
  }
  #mq:after {
    content: '320';
  }
  header[role="banner"] {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    z-index: 51;
    transition: all 0.4s ease-in-out;
  }
  header[role="banner"] .call-us h3 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.5rem;
    font-size: 1.8rem;
  }
  header[role="banner"] .call-us h3 span {
    font-weight: 800;
    font-size: 3.2rem;
  }
  header[role="banner"] section.container {
    position: relative;
  }
  header[role="banner"] section.container .ashley {
    position: absolute;
    bottom: -29px;
    right: -47px;
    transition: all 0.4s ease-in-out;
  }
  header[role="banner"] .search-header {
    position: relative;
  }
  header[role="banner"] .head-logo img {
    transition: all 0.4s ease-in-out;
  }
  header[role="banner"] .main-menu {
    padding: 10px 0 0 0;
    position: absolute;
    bottom: -119px;
  }
  header[role="banner"] .main-menu ul li {
    display: inline-block;
  }
  header[role="banner"] .main-menu ul li a {
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 10px 18px 12px 18px;
    transition: all 0.4s ease-in-out;
    display: block;
    border-bottom: 3px solid transparent;
  }
  header[role="banner"] .main-menu ul li a:hover {
    color: #00a88a;
  }
  header[role="banner"] .main-menu ul li.current-menu-item a {
    color: #00a88a;
    border-bottom: 3px solid #00a88a;
    position: relative;
  }
  header[role="banner"] .main-menu ul li.menu-item-has-children {
    position: relative;
  }
  header[role="banner"] .main-menu ul li.menu-item-has-children a:after {
    font-family: FontAwesome;
    content: '\f107';
    float: right;
    padding-left: 10px;
  }
  header[role="banner"] .main-menu ul li ul.sub-menu {
    background: #00a88a;
    color: white;
    position: absolute;
    left: 0;
    top: 53px;
    /* make this equal to the line-height of the links (specified below) */
    width: 300px;
    z-index: 51;
    box-shadow: 1px 1px 3px rgba(55, 55, 55, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  header[role="banner"] .main-menu ul li ul.sub-menu li {
    display: block;
    text-align: left;
  }
  header[role="banner"] .main-menu ul li ul.sub-menu li a {
    color: #949494;
    display: block;
    padding: 10px 15px;
    color: white;
  }
  header[role="banner"] .main-menu ul li ul.sub-menu li a:hover {
    background: #949494;
    color: #ffffff;
  }
  header[role="banner"] .main-menu ul li ul.sub-menu li a:after {
    content: '';
  }
  header[role="banner"] .main-menu ul li ul.sub-menu li:last-child a {
    border: 0;
  }
  header[role="banner"] .main-menu ul li ul.sub-menu {
    display: none;
  }
  header[role="banner"].sticky {
    padding-top: 10px;
    background: white;
  }
  header[role="banner"].sticky .head-logo img {
    width: 100px !important;
  }
  header[role="banner"].sticky .main-menu {
    bottom: -94px;
  }
  header[role="banner"].sticky .main-menu ul li a {
    padding: 10px 18px 10px 18px;
  }
  header[role="banner"].sticky .main-menu ul li ul.sub-menu {
    top: 51px;
  }
  .fixme {
    width: 100%;
    z-index: 90;
  }
  .header-image {
    position: relative;
    height: 450px;
    top: -140px;
    margin-bottom: -140px;
  }
  .header-image .container {
    position: relative;
  }
  .header-image h1 {
    font-size: 3rem;
    font-weight: 800;
    position: absolute;
    top: 200px;
    left: 15px;
    color: white;
    text-transform: uppercase;
    z-index: 3;
    margin-bottom: 10px !important;
    right: 20%;
    line-height: 3rem;
  }
  .header-image h2 {
    position: absolute;
    bottom: 340px;
    left: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
    font-size: 2.63rem;
  }
  .header-image a {
    position: absolute;
    bottom: 270px;
    left: 15px;
    z-index: 3;
  }
  .header-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .divider {
    width: 80%;
    margin: 20px auto 70px auto;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
  }
  .divider:after {
    content: url(../img/int/tbyte-greenlogo-small.png);
    position: absolute;
    width: 82px;
    left: 50%;
    margin-left: -41px;
    top: -40px;
    background: white;
    padding: 20px;
  }
  .vid-holder.col-md-6.right {
    margin: 5px 0 20px 20px;
  }
  .vid-holder.col-md-6.right .fluid-width-video-wrapper {
    border: 4px solid #00a88a;
  }
  .crumbs {
    position: relative;
    background: #00a88a;
    padding: 15px 0 5px 0;
    color: white;
  }
  .crumbs a {
    color: #ffffff;
  }
  .search .crumbs,
  .blog .crumbs,
  .archive .crumbs,
  .single .crumbs {
    top: 140px;
  }
  .trust {
    background: #4a4a4a;
    padding: 10px 0;
    text-align: center;
  }
  .trust ul li {
    display: inline-block;
    margin: 0 25px;
  }
  .service-blocks {
    padding-bottom: 30px;
  }
  .service-blocks h2 {
    text-align: center;
    margin: 20px 0;
    color: white;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 300;
  }
  .service-blocks h2 span {
    font-weight: 600;
  }
  .service-blocks .service-holder {
    background: white;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .service-blocks .service-holder img {
    display: block;
    height: auto;
  }
  .service-blocks .service-holder h3 {
    position: absolute;
    bottom: 10px;
    left: 10%;
    background: rgba(43, 143, 131, 0.8);
    padding: 10px 0px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    display: block;
    width: 80%;
    font-size: 1.6rem;
    border: none;
  }
  .service-blocks .service-holder p {
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  .service-blocks .service-holder .green-triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #00a88a transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .service-blocks .service-holder .white-triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 65px 0 0;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .service-blocks .service-holder .mask,
  .service-blocks .service-holder .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .service-blocks .service-holder .mask img,
  .service-blocks .service-holder .content img {
    display: block;
    position: relative;
    top: -90px;
    height: auto;
    width: 40px;
    margin: 20px auto 0 auto;
    transition: all 0.3s ease-out 0.5s;
  }
  .service-blocks .service-holder .mask a,
  .service-blocks .service-holder .content a {
    position: absolute;
    bottom: 120px;
    left: 10%;
    width: 80%;
    padding: 5px;
    color: white;
  }
  .service-blocks .service-holder .mask a:hover,
  .service-blocks .service-holder .content a:hover {
    background: #00a88a;
  }
  .service-blocks .service-holder .mask {
    background-color: rgba(0, 0, 0, 0.4);
    top: -300px;
    opacity: 0;
    transition: all 0.3s ease-out 0.5s;
    text-align: center;
  }
  .service-blocks .service-holder h3 {
    transform: translateX(0);
    transition: all 0.2s ease-in-out 0.1s;
  }
  .service-blocks .service-holder a {
    transform: translateY(-300px);
    transition: all 0.2s ease-in-out 0.3s;
  }
  .service-blocks .service-holder:hover .mask {
    opacity: 1;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0px;
    transition-delay: 0s;
    animation: bounceY 0.9s linear;
  }
  .service-blocks .service-holder:hover h3 {
    transform: translateX(-400px);
    transition-delay: 0.5s;
  }
  .service-blocks .service-holder:hover a {
    transform: translateY(90px);
    transition-delay: 0s;
  }
  .service-blocks .service-holder:hover .mask img {
    transform: translateY(90px);
    transition-delay: 0.6s;
  }
  .cta-block {
    background: #00a88a;
    padding: 20px 0 10px 0;
  }
  .cta-block h2 {
    color: white;
    margin-bottom: 20px;
    text-transform: none;
  }
  .cta-block .gform_wrapper {
    margin: 0;
  }
  .cta-block .gform_wrapper .gform_body {
    width: 75%;
    display: inline-block;
  }
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield {
    position: relative;
    margin-top: -7px;
  }
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: none;
  }
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
    padding: 10px 10px 10px 30px !important;
    border-radius: 2px;
  }
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield#field_1_1:before {
    position: absolute;
    left: 9px;
    top: 9px;
    font-family: FontAwesome;
    color: #00a88a;
    content: '\f007';
  }
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield#field_1_2:before {
    position: absolute;
    left: 9px;
    top: 9px;
    font-family: FontAwesome;
    color: #00a88a;
    content: '\f0e0';
  }
  .cta-block .gform_wrapper .gform_body .gform_fields .gfield#field_1_3:before {
    position: absolute;
    left: 9px;
    top: 9px;
    font-family: FontAwesome;
    color: #00a88a;
    content: '\f095';
  }
  .cta-block .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
  }
  .cta-block .gform_wrapper .gform_footer {
    display: inline-block;
    width: 24%;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
  }
  .cta-block .gform_wrapper .gform_footer input[type=submit] {
    background: #ef6c3f;
    width: 100%;
    color: white;
    border: 0;
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
    height: 43px;
  }
  .cta-block .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #4a4a4a;
  }
  .benefits-block {
    padding: 50px 0;
    position: relative;
  }
  .benefits-block .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .benefits-block .container {
    position: relative;
    z-index: 3;
  }
  .benefits-block h2 {
    color: white;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-weight: 800;
    font-size: 3rem;
  }
  .benefits-block div.col-md-4 {
    margin-bottom: 30px;
    position: relative;
  }
  .benefits-block div.col-md-4 div {
    background: white;
    padding: 20px 40px 20px 20px;
    border-radius: 3px;
  }
  .benefits-block div.col-md-4 p {
    color: #4a4a4a;
    font-size: 2.1rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: left;
  }
  .benefits-block div.col-md-4 i {
    position: absolute;
    right: 35px;
    top: 45px;
    font-size: 4rem;
    color: #00a88a;
  }
  .benefits-block div.col-md-4 i.fa-angle-right {
    position: relative;
    top: auto;
    right: auto;
    font-size: 1.6rem;
  }
  .benefits-block div.col-md-4 a {
    color: #00a88a;
    transition: all 0.4s ease-in-out;
  }
  .benefits-block div.col-md-4 a:hover {
    color: #4a4a4a;
  }
  .faqs {
    padding: 20px 15px 50px 15px;
  }
  .faqs h2 {
    color: #00a88a;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
  }
  .faqs .panel-title a {
    display: block;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 10px 0;
  }
  .faqs .panel-heading .chevron:after {
    content: "\f107";
    color: #00a88a;
  }
  .faqs .panel-heading .collapsed .chevron:after {
    content: "\f105";
  }
  .testimonials {
    background: #f1f1f1 url('../img/int/background-texture.png');
    padding: 40px 0;
    text-align: center;
    position: relative;
  }
  .testimonials blockquote:before {
    padding-top: 10px;
    line-height: 7rem;
  }
  .testimonials h2 {
    color: #00a88a;
    text-transform: uppercase;
  }
  .testimonials blockquote:after {
    padding-bottom: 0;
  }
  .testimonials p {
    font-size: 2.5rem;
    line-height: 3rem;
    font-style: italic;
    color: #4a4a4a;
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .testimonials h3 {
    color: #00a88a;
    font-weight: 800;
    font-size: 2rem;
    padding: 5px 0 0 0;
  }
  .testimonials h3 span {
    font-weight: 300;
    padding: 0 0 5px 0;
    color: #00a88a;
  }
  .testimonials a.bx-next {
    position: absolute;
    right: 30px;
    font-size: 6rem;
    top: 40%;
  }
  .testimonials a.bx-prev {
    position: absolute;
    left: 30px;
    font-size: 6rem;
    top: 40%;
  }
  .news-blog,
  .news-blog-page {
    padding: 30px 0;
    position: relative;
  }
  .news-blog .newsarticle,
  .news-blog-page .newsarticle {
    position: relative;
  }
  .news-blog .newsarticle p,
  .news-blog-page .newsarticle p {
    padding-top: 15px;
    min-height: 190px;
    text-align: center;
  }
  .news-blog .newsarticle .blog-img,
  .news-blog-page .newsarticle .blog-img {
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  .news-blog .newsarticle .blog-img img,
  .news-blog-page .newsarticle .blog-img img {
    height: auto;
  }
  .news-blog .newsarticle .blog-img .date,
  .news-blog-page .newsarticle .blog-img .date {
    color: #4a4a4a;
    position: absolute;
    right: 0;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    background: none;
  }
  .news-blog .newsarticle .blog-img .date .date-time,
  .news-blog-page .newsarticle .blog-img .date .date-time {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 300;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .news-blog .newsarticle .blog-img .date .date-time span,
  .news-blog-page .newsarticle .blog-img .date .date-time span {
    font-size: 2rem;
  }
  .news-blog .newsarticle .blog-img .date .white-triangle:after,
  .news-blog-page .newsarticle .blog-img .date .white-triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 65px 65px;
    border-color: transparent transparent white transparent;
    position: absolute;
    bottom: 3px;
    right: 0;
    z-index: 3;
  }
  .news-blog .newsarticle .blog-img .date .green-triangle:after,
  .news-blog-page .newsarticle .blog-img .date .green-triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #00a88a transparent;
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 2;
  }
  .news-blog .newsarticle .blog-img .cat,
  .news-blog-page .newsarticle .blog-img .cat {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 20px;
    padding: 15px;
    width: 80%;
    z-index: 5;
    transition: all 0.4s ease-in-out;
  }
  .news-blog .newsarticle .blog-img .cat a,
  .news-blog-page .newsarticle .blog-img .cat a {
    color: #00a88a;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left;
    font-size: 1.9rem;
    background: none;
    padding: 0;
  }
  .news-blog .newsarticle .blog-img .cat p,
  .news-blog-page .newsarticle .blog-img .cat p {
    min-height: 0;
  }
  .news-blog .newsarticle .blog-img .cat p.auth-name,
  .news-blog-page .newsarticle .blog-img .cat p.auth-name {
    position: absolute;
    top: 9px;
    left: 5px;
    text-align: left;
    font-size: 1.4rem;
  }
  .news-blog .newsarticle .blog-img .mask,
  .news-blog-page .newsarticle .blog-img .mask {
    position: absolute;
    overflow: hidden;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    top: -300px;
    opacity: 0;
    transition: all 0.3s ease-out 0.5s;
    text-align: center;
  }
  .news-blog .newsarticle .blog-img .mask a,
  .news-blog-page .newsarticle .blog-img .mask a {
    position: absolute;
    bottom: 120px;
    left: 10%;
    width: 80%;
    padding: 5px;
    transform: translateY(-300px);
    transition: all 0.2s ease-in-out 0.3s;
  }
  .news-blog .newsarticle .blog-img:hover .mask,
  .news-blog-page .newsarticle .blog-img:hover .mask {
    opacity: 1;
    top: 0px;
    bottom: 13px;
    left: 0;
    right: 0px;
    transition-delay: 0s;
    animation: bounceY 0.9s linear;
  }
  .news-blog .newsarticle .blog-img:hover .date,
  .news-blog-page .newsarticle .blog-img:hover .date {
    transform: translateX(200px);
    transition-delay: 0s;
  }
  .news-blog .newsarticle .blog-img:hover .cat,
  .news-blog-page .newsarticle .blog-img:hover .cat {
    transform: translateX(-400px);
    transition-delay: 0s;
  }
  .news-blog .newsarticle .blog-img:hover .mask a,
  .news-blog-page .newsarticle .blog-img:hover .mask a {
    transform: translateY(60px);
    transition-delay: 0s;
  }
  .news-blog h2,
  .news-blog-page h2 {
    color: #00a88a;
    padding: 20px 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
  }
  .news-blog h3,
  .news-blog-page h3 {
    line-height: 2rem;
    min-height: 60px;
    text-align: center;
    margin-bottom: 0;
  }
  .news-blog h3 a,
  .news-blog-page h3 a {
    color: #00a88a;
    font-weight: 300;
    font-size: 2rem;
    text-transform: none;
  }
  .news-blog a.medium.green.transparent.button.aligncenter,
  .news-blog-page a.medium.green.transparent.button.aligncenter {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .news-blog a.large.orange.button.aligncenter,
  .news-blog-page a.large.orange.button.aligncenter {
    width: 220px;
    margin: 20px auto;
    display: block;
  }
  .news-blog a.bx-next,
  .news-blog-page a.bx-next {
    position: absolute;
    right: 30px;
    font-size: 6rem;
    top: 40%;
    color: #4a4a4a;
  }
  .news-blog a.bx-next:hover,
  .news-blog-page a.bx-next:hover {
    color: #00a88a;
  }
  .news-blog a.bx-prev,
  .news-blog-page a.bx-prev {
    position: absolute;
    left: 30px;
    font-size: 6rem;
    top: 40%;
    color: #4a4a4a;
  }
  .news-blog a.bx-prev:hover,
  .news-blog-page a.bx-prev:hover {
    color: #00a88a;
  }
  .news-blog ul.row,
  .news-blog-page ul.row {
    margin-left: 0;
  }
  .news-blog a.all-news,
  .news-blog-page a.all-news {
    margin: 30px 0 0 0;
    color: #4a4a4a;
    font-size: 2rem;
    transition: all 0.4s ease-in-out;
  }
  .news-blog a.all-news i,
  .news-blog-page a.all-news i {
    color: #00a88a;
  }
  .news-blog a.all-news:hover,
  .news-blog-page a.all-news:hover {
    color: #00a88a;
  }
  .single .blog-img {
    position: relative;
  }
  .single .blog-img img {
    width: 100%;
    height: auto;
  }
  .single .blog-img .cat a {
    color: white;
    background: rgba(0, 168, 138, 0.6);
    position: absolute;
    left: 0;
    top: 20px;
    padding: 15px;
    text-transform: uppercase;
    font-size: 2rem;
  }
  .single .blog-img .date {
    color: #00a88a;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 3rem;
    font-weight: 800;
    padding: 15px;
  }
  .single .blog-img .date span {
    font-size: 2.5rem;
  }
  footer[role="contentinfo"] {
    background: #4a4a4a;
    padding: 20px 0 40px 0;
    color: white;
  }
  footer[role="contentinfo"] #menu-services li ul.sub-menu {
    display: none;
  }
  footer[role="contentinfo"] #menu-services li ul.sub-menu li {
    margin-left: 15px;
  }
  footer[role="contentinfo"] h2 {
    color: white;
    text-transform: uppercase;
    font-size: 2.4rem;
    padding: 20px 0 0 0;
    font-weight: 800;
  }
  footer[role="contentinfo"] a {
    color: white;
    transition: all 0.4s ease-in-out;
  }
  footer[role="contentinfo"] a:hover {
    color: #00a88a;
  }
  footer[role="contentinfo"] a:before {
    font-family: simple-line-icons;
    content: '\e079';
    margin-right: 7px;
  }
  footer[role="contentinfo"] .call-us h3 {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 500;
    text-transform: none;
    color: white;
  }
  footer[role="contentinfo"] .call-us h3 span.big {
    font-size: 4.5rem;
    line-height: 4.2rem;
    font-weight: 800;
    color: #00a88a;
  }
  footer[role="contentinfo"] .foot-2 img {
    width: 67%;
    margin: 0 auto 40px auto;
    display: block;
  }
  footer[role="contentinfo"] #text-2 p i {
    margin-left: -25px;
    padding: 0 10px 0 0;
  }
  footer[role="contentinfo"] .social {
    margin-top: 20px;
  }
  footer[role="contentinfo"] .social li {
    display: inline-block;
  }
  footer[role="contentinfo"] .social li i {
    margin-right: 8px;
    font-size: 2rem;
  }
  footer[role="contentinfo"] .social li a {
    color: white;
    padding: 10px 5px;
    border-radius: 32px;
    transition: all 0.4s ease-in-out;
    display: block;
  }
  footer[role="contentinfo"] .social li a.fb {
    background: #3b5998;
  }
  footer[role="contentinfo"] .social li a.tw {
    background: #00aced;
  }
  footer[role="contentinfo"] .social li a.gp {
    background: #dd4b39;
  }
  footer[role="contentinfo"] .social li a.li {
    background: #007bb6;
  }
  footer[role="contentinfo"] .social li a.yt {
    background: #bb0000;
  }
  footer[role="contentinfo"] .social li a:hover {
    background: #00a88a;
  }
  footer[role="contentinfo"] .social li a:before {
    content: '';
  }
  .copyright {
    background: black;
    color: white;
    padding: 15px 0 5px 0;
    text-align: center;
  }
  .sticky-tabs {
    position: fixed;
    top: 285px;
    right: 0;
    z-index: 1000;
    /* make keyframes that tell the start state and the end state of our object */
    /*---make a basic box ---*/
  }
  .sticky-tabs button,
  .sticky-tabs a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    width: 75px;
    display: block;
    border: 0;
    margin-bottom: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 0 10px;
    transition: all 0.4s ease-in-out;
  }
  .sticky-tabs button i,
  .sticky-tabs a i {
    font-size: 3rem;
    line-height: 1;
  }
  .sticky-tabs button p,
  .sticky-tabs a p {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .sticky-tabs .fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in-out 1;
    -moz-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
  }
  .sticky-tabs .fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .sticky-tabs .fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .sticky-tabs .fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .page section[role=main] {
    padding-top: 140px;
  }
  .home.page section[role=main] {
    padding-top: 0;
  }
  .main-page-content {
    margin-top: 30px;
    position: relative;
  }
  .main-page-content .container {
    position: relative;
    z-index: 3;
  }
  .main-page-content h1 {
    text-align: center;
    font-weight: 700;
    color: #4a4a4a;
  }
  .main-page-content h2 {
    margin: 20px 0;
    color: #00a88a;
    text-align: center;
  }
  .main-page-content h3 {
    margin: 10px 0 20px 0;
    font-size: 2rem;
    font-weight: 300;
    padding: 5px 40px 5px 0;
    color: #00a88a;
    text-transform: none;
    display: inline-block;
    border-bottom: 1px solid #4a4a4a;
  }
  .main-page-content img {
    height: auto;
  }
  .main-page-content ul.targetblock {
    margin: 20px auto 30px auto;
    width: 80%;
  }
  .main-page-content ul.targetblock li {
    color: white;
    background: #00a88a;
    font-weight: 600;
    margin: 8px;
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    width: 47%;
    display: inline-flex;
    min-height: 64px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  .main-page-content ul.targetblock li:before {
    font-family: FontAwesome;
    content: '\f05b';
    padding: 24px 15px 24px 15px;
    display: block;
    background: #4a4a4a;
    color: white;
    margin: -10px 20px -10px -10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid #00a88a;
  }
  .main-page-content ul {
    margin: 0 0 30px 0;
  }
  .main-page-content ul li {
    color: #00a88a;
    font-size: 2.2rem;
  }
  .main-page-content ul li:before {
    font-family: FontAwesome;
    content: '\f00c';
    padding: 0 5px 0 0;
  }
  .main-page-content ul.list-services li {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-page-content ul.list-services li:before {
    display: none;
  }
  .main-page-content ul.list-services li a {
    background: #00a88a;
    color: white;
    display: block;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  }
  .main-page-content ul.list-services li a:hover {
    background: #00a88a;
    box-shadow: none;
  }
  .main-page-content .watermark {
    background: url(../img/int/tetrabyte_logo_watermark.png) center no-repeat;
    width: 390px;
    height: 425px;
    position: absolute;
    bottom: 0;
    left: -195px;
    z-index: 1;
    background-size: cover;
  }
  .main-page-content img {
    height: auto;
  }
  .image-grid {
    clear: both;
    padding: 30px 15px 5px 15px;
    margin-bottom: 20px;
    background: #ffffff;
  }
  .image-grid .view {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .image-grid .view .mask,
  .image-grid .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .image-grid .view img {
    display: block;
    position: relative;
    background: white;
    height: auto;
    width: 100%;
  }
  .image-grid .view h2 {
    color: #00a88a;
    font-size: 1.6rem;
    font-weight: 500;
    position: absolute;
    top: 30px;
    left: 16px;
    background: white;
    padding: 10px;
    z-index: 3;
    margin-right: 35px;
  }
  .image-grid .view a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    width: 200px;
    background: #00a88a;
    border: 0;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
  }
  .image-grid img {
    padding: 10px;
    border: 1px solid #00a88a;
    border-radius: 2px;
  }
  .image-grid .view .mask {
    background-color: rgba(255, 255, 255, 0.7);
    top: -300px;
    opacity: 0;
    transition: all 0.3s ease-out 0.5s;
    width: calc(100% - 30px);
    text-align: center;
  }
  .image-grid .view h2 {
    transform: translateX(0);
    transition: all 0.2s ease-in-out 0.1s;
  }
  .image-grid .view a {
    transform: translateY(-300px);
    transition: all 0.2s ease-in-out 0.3s;
  }
  .image-grid .view:hover .mask {
    opacity: 1;
    top: 0px;
    bottom: 10px;
    left: 15px;
    right: 0px;
    transition-delay: 0s;
    animation: bounceY 0.9s linear;
  }
  .image-grid .view:hover h2 {
    transform: translateX(-400px);
    transition-delay: 0.5s;
  }
  .image-grid .view:hover a {
    transform: translateY(90px);
    transition-delay: 0s;
  }
  .image-grid.windows .view {
    min-height: 500px;
  }
  @keyframes bounceY {
    0% {
      transform: translateY(-205px);
    }
    40% {
      transform: translateY(-100px);
    }
    65% {
      transform: translateY(-52px);
    }
    82% {
      transform: translateY(-25px);
    }
    92% {
      transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
      transform: translateY(0px);
    }
  }
  #right-sidebar {
    margin: 13px 0 20px 0;
  }
  #right-sidebar h2 {
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    color: white;
    background: #00a88a;
    padding: 20px;
    margin: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  #right-sidebar .widget_nav_menu li {
    color: white;
    font-weight: 400;
  }
  #right-sidebar .widget_nav_menu li:before {
    display: none;
  }
  #right-sidebar .widget_nav_menu li a {
    display: block;
    background: #00a88a;
    color: white;
    padding: 5px 10px;
    margin-bottom: 3px;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
    font-size: 1.7rem;
  }
  #right-sidebar .widget_nav_menu li a:hover {
    background: #4a4a4a;
  }
  #right-sidebar .widget_nav_menu li a:before {
    font-family: simple-line-icons;
    content: '\e09a';
    padding: 0 5px 0 0;
    float: right;
  }
  #right-sidebar #text-7 ul li {
    text-indent: -30px;
    margin-left: 0px;
    font-size: 2.2rem;
    padding: 10px 10px 10px 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 5px;
    border-radius: 2px;
    background: #fafafa;
  }
  #right-sidebar #gform_wrapper_2 {
    border-bottom: 2px solid #00a88a;
    padding: 20px 20px 30px 20px;
    border-radius: 2px;
    margin: 0 0 30px 0;
    background: #4a4a4a;
    position: relative;
  }
  #right-sidebar #gform_wrapper_2.gform_wrapper .top_label .gfield_label {
    font-weight: 500;
    color: white;
    width: 100%;
  }
  #right-sidebar #gform_wrapper_2.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #4a4a4a;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    padding: 10px;
    position: relative;
    z-index: 2;
  }
  #right-sidebar #gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 5px;
  }
  #right-sidebar #gform_wrapper_2.gform_wrapper .gform_footer {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
  #right-sidebar #gform_wrapper_2.gform_wrapper .gform_footer input[type=submit] {
    background: #ef6c3f;
    width: 100%;
    color: white;
    border: 0;
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
  }
  #right-sidebar #gform_wrapper_2.gform_wrapper .gform_footer input[type=submit]:hover {
    background: #4a4a4a;
  }
  #right-sidebar #gform_wrapper_2 .tetrashield {
    position: absolute;
    top: 20px;
    right: -60px;
    background: url('../img/int/tetrabyte_logo_watermark.png') center no-repeat;
    background-size: 50%;
    height: 195px;
    width: 340px;
    opacity: 0.3;
  }
  .page-id-7 article .content h3 {
    text-align: center;
  }
  .page-id-7 article .content h4 {
    padding: 0 0 10px 0;
    font-weight: 800;
    color: #4a4a4a;
  }
  .page-id-7 article .content i {
    font-size: 2.5rem;
  }
  .page-id-7 article .content .phone a {
    font-weight: 800;
    font-size: 3.2rem;
    color: #00a88a;
  }
  .page-id-7 article .content .row.contact-det div {
    margin-bottom: 20px;
  }
  .page-id-7 ol {
    width: 90%;
  }
  ol {
    counter-reset: my-counter;
    margin: 15px 30px 25px 20px;
  }
  ol li {
    margin-bottom: 5px;
    text-indent: -23px;
    background: #f1f1f1;
    padding: 10px 30px 10px 40px;
  }
  ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #00a88a;
    font-size: 2.5rem;
    font-weight: 800;
    padding-right: 8px;
  }
  article .content ul.contact-social li {
    display: inline-block;
  }
  article .content ul.contact-social li i {
    margin-right: 8px;
    font-size: 1.6rem;
  }
  article .content ul.contact-social li a {
    color: white;
    padding: 10px;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    display: block;
    font-size: 1.5rem;
  }
  article .content ul.contact-social li a.fb {
    background: #3b5998;
  }
  article .content ul.contact-social li a.tw {
    background: #00aced;
  }
  article .content ul.contact-social li a.gp {
    background: #dd4b39;
  }
  article .content ul.contact-social li a.li {
    background: #007bb6;
  }
  article .content ul.contact-social li a.yt {
    background: #bb0000;
  }
  article .content ul.contact-social li a:hover {
    background: #00a88a;
  }
  article .content ul.contact-social li:before {
    content: '';
  }
  article .content .hidden-lg ul.contact-social i {
    margin: 4px 10px;
  }
  .blog-page-content {
    margin-top: 160px;
  }
  .blog-page-content h1 {
    margin-bottom: 20px !important;
    text-align: center;
  }
  .blog-page-content .news-blog-page {
    padding: 0 0 40px 0;
  }
  .blog-page-content .news-blog-page .newsarticle {
    margin-bottom: 30px;
  }
  .blog-page-content .news-blog-page .newsarticle p {
    min-height: 150px;
  }
  .blog-page-content .news-blog-page .newsarticle h3 {
    min-height: 45px;
  }
  .blog-page-content .wp-pagenavi {
    margin: 0 0 40px 0;
    text-align: center;
  }
  .blog-page-content .wp-pagenavi a,
  .blog-page-content .wp-pagenavi span {
    padding: 10px 15px;
  }
  .blog-page-content .wp-pagenavi span.pages {
    background: #4a4a4a;
    color: white;
    text-transform: uppercase;
  }
  .blog-page-content .wp-pagenavi span.current {
    background: #00a88a;
    border: 1px solid #949494;
    color: white;
  }
  .blog-page-content .wp-pagenavi a.larger {
    border-radius: 2px;
    background: white;
    color: #4a4a4a;
  }
  .blog-page-content .wp-pagenavi a.larger:hover {
    background: #f2f2f2;
  }
  .blog-page-content .wp-pagenavi a.nextpostslink {
    background: #4a4a4a;
    color: white;
    border-radius: 2px;
  }
  .blog-page-content .wp-pagenavi a.nextpostslink:hover {
    background: #f2f2f2;
  }
  .blog-page-content #right-sidebar .widget {
    padding-bottom: 20px;
  }
  .blog-page-content #right-sidebar .widget_categories li,
  .blog-page-content #right-sidebar .widget_nav_menu li {
    color: white;
    font-weight: 400;
  }
  .blog-page-content #right-sidebar .widget_categories li:before,
  .blog-page-content #right-sidebar .widget_nav_menu li:before {
    display: none;
  }
  .blog-page-content #right-sidebar .widget_categories li a,
  .blog-page-content #right-sidebar .widget_nav_menu li a {
    display: block;
    background: #00a88a;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 3px;
    transition: all 0.4s ease-in-out;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .blog-page-content #right-sidebar .widget_categories li a:hover,
  .blog-page-content #right-sidebar .widget_nav_menu li a:hover {
    background: #4a4a4a;
  }
  .blog-page-content #right-sidebar .widget_categories li a {
    background: #4a4a4a;
  }
  .blog-page-content #right-sidebar .widget_categories li a:before {
    font-family: 'simple-line-icons';
    content: '\e04c';
    float: right;
  }
  .blog-page-content #right-sidebar .widget_categories li a:hover {
    background: #00a88a;
  }
  .modal-header {
    text-align: center;
    background: #00a88a;
    color: white;
  }
  .modal-header .close {
    color: white;
  }
  .modal-header h4 {
    font-size: 3rem;
    font-weight: 500;
  }
  .modal-footer {
    background: #00a88a;
  }
  .modal-footer button.blue {
    border: none;
  }
  #appointmentModal .modal-header {
    background: #00a88a;
  }
  #appointmentModal .modal-footer {
    background: #00a88a;
  }
  #appointmentModal .modal-footer button.green {
    border: none;
  }
  #callbackModal .modal-header {
    background: #949494;
  }
  #callbackModal .modal-footer {
    background: #949494;
  }
  #callbackModal .modal-footer button.green {
    border: none;
  }
  .map-holder {
    position: relative;
  }
  .map-holder .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #right-sidebar #text-6 img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .error404 section.main-page-content {
    text-align: center;
    padding: 100px 0;
  }
  .error404 section.main-page-content i {
    font-size: 10rem;
  }
  .error404 section.main-page-content h1 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 6rem;
    text-transform: uppercase;
  }
  .error404 section.main-page-content p {
    font-size: 1.8rem;
    text-align: center;
  }
  .error404 section.main-page-content p a {
    color: #00a88a;
    transition: all 0.5s ease-in-out;
  }
  .error404 section.main-page-content p a:hover {
    color: #f2f2f2;
  }
  .error404 section.main-page-content form#searchform {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  .error404 section.main-page-content form#searchform label:before {
    top: 13px;
    left: 530px;
  }
  .error404 section.main-page-content form#searchform input[type=text] {
    padding: 15px 20px 15px 40px;
    border: 1px solid #4a4a4a;
    font-size: 2rem;
  }
  .slider-holder {
    margin: 30px 0;
  }
  .author-details {
    margin: 40px 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #00a88a;
    border-radius: 3px;
  }
  .author-details .author-image {
    float: left;
  }
  .author-details .author-image img {
    display: block;
  }
  .author-details .author-text {
    float: left;
    margin-left: 20px;
  }
  .author-details .author-text h4 {
    font-weight: 800;
  }
  .author-details .author-text h4 span {
    color: #00a88a;
  }
  .author-details .author-text p a {
    color: #00a88a;
  }
  .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
  }
  /* fixes potential theme css conflict */
  .acf-map img {
    max-width: inherit !important;
  }
  section.quote-header {
    padding-top: 220px;
  }
  .liketweet {
    text-align: center;
    padding: 30px 20px 20px 20px;
    margin: 0 0 30px 0;
    border: 1px solid #00a88a;
  }
  .liketweet h4 {
    color: #00a88a;
  }
  .liketweet ul {
    margin: 10px auto;
  }
  .liketweet ul li {
    display: inline-block;
  }
  .liketweet ul li:before {
    content: '';
  }
  .liketweet ul li.tweetthis {
    padding: 5px 0 0 10px;
  }
  .liketweet ul li.tweetthis iframe {
    margin: 0 0 -5px 0;
    padding: 9px 0 0 0;
    height: 30px !important;
  }
  .james {
    background: url(../img/int/James.png) center no-repeat;
    float: right;
    width: 300px;
    height: 450px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  header[role="banner"] .main-menu ul li a {
    padding: 10px;
  }
  header[role="banner"].sticky .main-menu ul li a {
    padding: 10px;
  }
  header[role="banner"] .call-us h3 span {
    font-size: 2.8rem;
  }
  .trust ul li {
    margin: 0 15px;
  }
  .main-page-content ul.targetblock {
    width: 90%;
  }
  .benefits-block div.col-md-4 p {
    font-size: 1.9rem;
  }
  .news-blog a.bx-next,
  .news-blog-page a.bx-next {
    right: 0;
  }
  .news-blog a.bx-prev,
  .news-blog-page a.bx-prev {
    left: 0;
  }
  footer[role="contentinfo"] .call-us h3 span.big {
    font-size: 3.9rem;
  }
  .trust ul li {
    width: 11.5%;
  }
  div#slide-6-layer-1 {
    font-size: 20px !important;
    line-height: 1em !important;
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 992px) {
  body .container {
    width: 90%;
  }
  header[role="banner"] .head-logo img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  header[role="banner"] .search-header {
    position: absolute;
  }
  #searchform {
    position: absolute;
    width: 60%;
    top: -9px;
    left: 50%;
    margin-left: -42%;
  }
  header[role="banner"] section.container .ashley {
    display: none;
  }
  .call-us.col-md-3 {
    position: absolute;
    right: 0;
    top: -7px;
  }
  header[role="banner"].sticky .main-menu {
    bottom: -86px;
  }
  .main-menu.aligncenter {
    text-align: left;
    margin: 0 0 0 15px;
  }
  .main-menu.aligncenter .responsive-menuwrapper button {
    background: #00a88a;
  }
  .main-menu.aligncenter ul.awesome-menu {
    background: #f2f2f2;
    margin-top: 0;
    width: 300px;
  }
  .main-menu.aligncenter ul.awesome-menu li {
    display: block;
  }
  .main-menu.aligncenter ul.awesome-menu li a {
    color: #4a4a4a;
    padding: 15px 10px 15px 10px;
  }
  .main-menu.aligncenter ul.awesome-menu li.current-menu-item a,
  .main-menu.aligncenter ul.awesome-menu li:hover {
    color: #00a88a;
    border-bottom: 1px solid #949494;
  }
  .main-menu.aligncenter ul.awesome-menu li.current-menu-item a:after,
  .main-menu.aligncenter ul.awesome-menu li:hover:after {
    display: none;
  }
  .main-menu.aligncenter ul.awesome-menu li.menu-item-has-children a:after {
    color: white;
    font-size: 2rem;
  }
  .main-menu.aligncenter ul.awesome-menu li ul.sub-menu {
    background: #00a88a;
  }
  .main-menu.aligncenter ul.awesome-menu li ul.sub-menu li.current-menu-item a {
    color: white;
    background: #949494;
    position: relative;
  }
  header[role="banner"].sticky .main-menu ul li a {
    padding: 15px 10px 15px 10px;
  }
  .cta-block .container {
    position: relative;
  }
  .cta-block .gform_wrapper {
    position: relative;
  }
  .cta-block .gform_wrapper .gform_body {
    width: 100%;
  }
  .cta-block .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .cta-block .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .cta-block .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 50%;
    margin-bottom: 20px;
  }
  .cta-block .gform_wrapper .gform_footer {
    width: 48%;
    position: absolute;
    right: 15px;
    bottom: 18px;
  }
  .service-blocks .service-holder img {
    min-height: 197px;
  }
  .service-blocks .service-holder .mask img {
    min-height: 0;
  }
  .main-page-content ul.targetblock {
    width: 100%;
  }
  .vid-holder.col-md-6.right {
    float: none;
    margin: 10px auto;
  }
  .blog-page-content .news-blog-page .newsarticle p {
    max-height: 150px;
    overflow: hidden;
  }
  .news-blog .newsarticle p,
  .news-blog-page .newsarticle p {
    min-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #searchform {
    display: none;
  }
  header[role="banner"] .main-menu {
    left: 0;
    bottom: -19px;
  }
  .home.page section[role=main] {
    padding: 89px 0 0 0;
  }
  .cta-block .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .cta-block .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .cta-block .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 50%;
    margin-bottom: 20px;
    float: left;
    clear: none;
  }
  .cta-block .gform_wrapper .gform_footer {
    width: 48%;
    position: absolute;
    right: 15px;
    bottom: 30px;
    padding: 0;
  }
  .cta-block .gform_wrapper .gform_footer input[type=submit] {
    padding: 8px 0;
  }
  .trust ul li {
    width: 37%;
    margin-bottom: 10px;
  }
  .service-blocks .service-holder img {
    min-height: 180px;
  }
  header[role="banner"].sticky .main-menu {
    bottom: -19px;
  }
  .call-us-mob {
    position: absolute;
    right: -15px;
    bottom: -10px;
  }
  .main-page-content ul.targetblock li {
    width: 100%;
    min-height: 0;
    background: none;
    color: #00a88a;
    padding: 5px 0;
  }
  .main-page-content ul.targetblock li:before {
    padding: 0 5px 0 0;
    background: none;
    color: #4a4a4a;
    border: 0;
    margin: 0 5px 0 0;
  }
  footer[role="contentinfo"] .foot-2 img {
    width: 37%;
  }
}
@media only screen and (max-width: 641px) {
  cta-block .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .cta-block .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .cta-block .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    clear: none;
  }
  .cta-block .gform_wrapper .gform_footer {
    width: 48%;
    position: relative;
    right: auto;
    bottom: 15px;
    padding: 0;
  }
  li#field_1_1 {
    width: 100%;
  }
}
/* attributions */
/* in use */
/*

reset (amended)
    http://html5doctor.com/html-5-reset-stylesheet/
bulletrpoof @font-face syntax
    http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
Font Awesome (amended)
    http://fortawesome.github.com/Font-Awesome
beat that clearfix
    http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
new micro clearfix
    http://nicolasgallagher.com/micro-clearfix-hack/

*/
/* inspiration */
/*

mvcss
    http://mvcss.github.com/MVCSS/#layouts
320 and up
    http://stuffandnonsense.co.uk/projects/320andup/

*/
