/* Site: Reference Check */

/* Global */

html {
  min-height: 100%; /* for android bg cover */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  max-width: 960px;
  position: relative;
  height: auto;
  margin: 0 auto;
  font-size: 18px;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Proxima-nova-extra-condensed", "Arial Narrow", Arial, Helvetica, sans-serif; 
  font-style: normal;
  font-weight: 300;
}
main {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.flex img {
  width: 100%;
  height: auto;
}
.clear { display: block; clear: both; }

/* Typography */

h1 {
  font-family: "abril-display", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 255%;
  margin: 0;
  color: #003354;
}
h2, h3, h4, h5 {
  color: #0071bc;
}
h2 {
  font-size: 175%;
  margin-bottom: 0;
}
p {
  margin: 0.5em 0 0;
}

h2 span {
  color: #45a831;
}

/* Navigation */

a,
a:link {
  text-decoration: underline;
  color: #4d4d4d;
}
a:hover,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

/*
a:visited {
  color: #;
  text-decoration: none;
  outline: none;
}
a:focus {
  color: inherit;
  outline: # solid medium;
}*/


/* Components */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main {
  width: 100%;
  padding: 0;
}
/* set all <main> flexbox children to 100% width */
main > div,
main > a,
main > ul,
main > h1,
main > h2,
main > h3,
main > h4,
main > p,
main > section,
main > aside {
  width: 100%;
}
main.flex {
  max-width: 960px;
  position: relative;
  height: auto;
  margin: 0 auto;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  -moz-align-content: space-between;
  align-content: space-between;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
header {
  position: relative;
  background-color: #fff;
  height: auto;
  padding: 0.8em 0;
}
.home header {
  background: #fff url(/images/checker2.jpg) no-repeat right 0;
  height: 20em;
  background-size: auto 100%;
  width: 100%;
}
header a[href="/index.html"] {
  display: inline-block;
  width: auto;
  padding-left: 10px;
  height: auto;
}
header img[src*="logo"] {
  width: 200px;
  height: auto;
}
header nav {
  position: absolute;
  left: 0%;
  top: 68px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  overflow: visible;
  z-index: 99;
}
#mainnav {
  display: none;
  height: auto!important;
  padding: 0 20px 20px;
  font-size: 87%;
  line-height: 29px;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
}
#mainnav li {
  margin: 0;
  padding: 6px 16px;
  list-style-type: none;
}
#first {
  border: 0!important;
}
#mainnav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style-type: none;
}
#mainnav li:last-of-type { margin-bottom: 0; }

#mainnav.active {
  display: block;
}
#mainnav li.dropdown { margin-right: 20px; }
#mainnav li.dropdown a:after { content: " \25be"; }
#mainnav li.dropdown li a:after { content: ""; }

#mainnav ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#mainnav li li {
  display: block;
  padding: 0;
  color: #333;
}
#mainnav li li a:link, #mainnav li li a:visited {
  padding: 8px 6px 6px 6px;
  font-weight: 400;
}
#mainnav a:link, #mainnav a:visited {
  padding: 0 6px;
}
#mainnav ul a:link, #mainnav ul a:visited {
  display: block;
  white-space: nowrap;
}
#menutrigger {
  display: inline-block;
  float: right;
  font-size: 171%;
  padding: 0 35px 0 0;
  cursor: pointer;
}
a#menutrigger { 
  text-decoration: none;
}
#menutrigger::after {
  content: " \2630";
}
.has-sidebar,
.signup-sidebar {
  margin: 1.5em 0;
}
.has-sidebar {
    padding: 0 12px;
}
.signup-sidebar {
  background-color: #45a831;
  padding: 1em 12px;
  color: #fff;
}
.signup-sidebar p {
  font-weight: 400;
}
.signup-sidebar h3, .signup-sidebar a {
  color: #fff;
}
.signup-sidebar img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#footernav {
  border-top: 2px solid #45a831;
}
#footernav ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#footernav li {
  display: inline-block;
  padding: 0.8em 15px 0 0;
  font-size: 110%;
  list-style-type: none;
}
#footernav li a {
  text-decoration: none;
}

#hero {
 width: 100%;
 margin: 0 0 2em; 
 padding: 0 1em;
 font-size: 120%;
}
#hero h1 {
  color: #45a831;
  font-family: "Proxima-nova-extra-condensed", "Arial Narrow", Arial, Helvetica, sans-serif; 
  font-weight: 700;
  font-size: 175%;
}
#service-how {
  background-color: #2b7ba3;
  background: -webkit-linear-gradient(left, #003354, #2b7ba3);
  background: -moz-linear-gradient(left, #003354, #2b7ba3);
  background: -ms-linear-gradient(left, #003354, #2b7ba3);
  background: linear-gradient(left, #003354, #2b7ba3);
  width: 100%;
}
#service-how .heading,
.offer-one .heading,
.offer-two .heading {
  text-align: center;
}
#service-how {
  padding: 0.8em 1em 1.6em 1em;
  color: #fff;
}
.offer-one,
.offer-two {
  color: #fff;
  padding: 0.6em 1em 1.4em 1em;
}
.offer-one a[href*="tel"],
.offer-one a[href*="tel"]:link,
.offer-two a[href*="tel"],
.offer-two a[href*="tel"]:link {
  color: #fff;
}
.offer-one {
  width: 100%;
}
.offer-one,
.offer-two {
  background-color: #45a831;
  margin: auto;
  width: 100%;
}
.offer-one .button,
.offer-two .button {
  display: block;
  width: 10em;
  margin: 1em auto;
  text-align: center;
  vertical-align: top;
}
.offer-one a img[src*="check-icon.png"],
.offer-two a img[src*="check-icon.png"],
.offer-two a img[src*="check-largeicon.png"],
.offer-two a img[src*="check-largeicon.png"] {
  display: none;
}
.offer-one,
.offer-why {
  text-align: left;
}
.offer-why {
  font-size: 1.2em; 
}
a.button, a.button:hover {
  color: #003354;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  padding: 0.8em 15px;
  font-weight: 700;
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
section.your-report {
  background-color: #d7f2cc;
  padding: 0.8em 1em 1.6em;
  width: 100%;
}
section.your-report p.heading {
  font-size: 125%;
}
section.your-report .heading img {
  width: 160px;
  height: auto;
  margin-bottom: -7px;
}
ul#features {
  width: 80%;
  margin: 0 auto;
  padding-left: 0;
}
#features li {
  margin: 0 0 0.8em 0;
  list-style-type: none;
  font-size: 1.3em;
  clear: both;
}
#features li:before {
  content: "\2713";
  color: #45a831;
  padding: 0 10px 30px 0;
  display: block;
  float: left;
}
.ref-example img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.addendum {
  padding: 0.8em 0 0;
}
.heading {
  margin: 20px 0;
  font-weight: 700;
  font-size: 155%;
  text-align: center;
}
.heading.special {
 font-family: "abril-display", "Arial Narrow", Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: 600;
}
#clientele h1 {
  width: 100%;
}
#clientele {
  padding: 0.8em 1em 1.8em 1em;
}
#call-to-action {
  padding: 0.8em 1em 1.6em;
}
#call-to-action {
  background-color: #d7f2cc;
  width: 100%;
}
#call-to-action > p {
  font-size: 145%;
}
#call-to-action img,
#call-to-action p:first-of-type {
  width: 53%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 24px;
  font-size: 145%;
}
#call-to-action img {
  width: 35%;
  padding-left: 20px;
}
#call-to-action p:last-of-type,
#call-to-action a {
  color: #0071bc;
  font-weight: 700;
  text-align: center;
}
fieldset {
  margin: 1em 0;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
  background: -webkit-linear-gradient(top, white 80%, #eee);
  background: -moz-linear-gradient(top, white 80%, #eee);
  background: -ms-linear-gradient(top, white 80%, #eee);
  background: linear-gradient(to bottom, white 80%, #eee);
}
legend {
  padding: 2px 8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  font-size: 13px;
  color: #333;
}
fieldset label {
  float: left;
  clear: left;
  padding-top: 2px;
  width: 120px;
  text-align: right;
  font-size: 90%;
  color: #333;
}
fieldset label::after { content: ":"; }
fieldset label strong { color: #c00; }
fieldset span {
  display: block;
  margin: 0 0 0 120px;
  padding: 0 0 4px 4px;
}
fieldset span label {
  display: inline-block;
  float: none;
  width: auto;
  white-space: nowrap;
  text-align: left;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
fieldset span label::after { content: ""; }

fieldset input, fieldset textarea, fieldset select {
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  line-height: 1.1;
  font-family: inherit;
  font-size: 1.1em;
}
fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
  border: 1px solid #aaa;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  color: #333;
}

fieldset input[type=image], fieldset input[type=file] { border: none; }
fieldset input[type=submit], fieldset input[type=reset], fieldset input[type=button] {
  padding: 2px 6px;
  border: #b5bbc4 1px solid;
  background: #f7fafc;
  background-image: -webkit-linear-gradient(top, #fff, #dae6f1);
  background-image: -moz-linear-gradient(top, #fff, #dae6f1);
  background-image: -ms-linear-gradient(top, #fff, #dae6f1);
  background-image: linear-gradient(to bottom, #fff, #dae6f1);
  font-size: 100%;
  color: #333;
}
fieldset input[type=submit]:hover, fieldset input[type=reset]:hover, fieldset input[type=button]:hover {
  color: #e36627;
}

fieldset input:disabled, 
fieldset input:disabled:hover, 
fieldset input:disabled:focus {
  color: #999 !important;
}

input.cssform-undo:disabled { display: none; }

a.delete:link, a.delete:visited { color: #c00 !important; }
a.delete:hover, a.delete:focus {
  color: #000 !important;
  background-color: yellow !important;
}

.warning {
  margin: 0.5em 0;
  border: 1px solid #f00;
  background-color: #ff0;
  font-size: 11px;
  color: #333;
}
p.warning, .warning p, span.warning { padding: 0.5em; }
.warning b {  
  text-transform: uppercase;
  color: #f00;
}

input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC');
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: none;
}
input:required:valid, textarea:required:valid {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=');
  background-position: right top;
  background-repeat: no-repeat;
}

input::-webkit-input-placeholder { color: #ababab; }
input:-moz-placeholder { color: #ababab; }

input[type="number"] {
  max-width: 4em;
}

.cropper {
  display: inline-block;
  margin: 0 1em;
  padding-left: 18px;
  height: 16px;
  background: left center no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABRElEQVQ4jZXSsUsVUBzF8Y/yhgKRSOdwFpUgpxZX/4BElxwKcWhJqNbOIiEOBuIQiuioaUsSBRFCBIKjq0KERdoUhIRIOLyr2LNnvgN3+d37Pfzu+f1oQEmGk8yerVUagB/iGbrP1psvCT/BFJ4n2W7IIMkjTGAX47X3lSQV3EEHvmAlyWGB72GyvB1L8itJCzrRg/ZmLOI+ruIulgrcgZkCv8W1JDv4iU/ow6umJHvoTrKfpBU/0IZZDOEzRrGKA8xjJsku1Sms4XWSDfTiO27jJa7jKQZKd29OvneaAUbQjy58xQe8wBXcSvIbG/VCbqotJBkuuRzgQZKFevA5gySwhWmsYxNtSY7qGdRu4g20Yw6t+FNOXdUaHJXaTdXkl5NcaPDXJib5hvf4qDqBxxfB/+rgRINJ1v4Hn+ug6J1qDpfSMVLdY4b2kZcrAAAAAElFTkSuQmCC);

}
.cropper:link, .cropper:visited {
  text-decoration: none !important;
  font-size: 9px;
  color: rgba(0,0,0,0) !important;
}
.cropper:hover, .cropper:focus {
  color: rgba(0,0,0,0.5) !important;
}

#captcha {
  border: 1px outset #666;
}

@media only screen and (max-width: 767px) {
  fieldset label {
    display: block;
    float: none;
    width: auto;
    text-align: left;
  }
  fieldset span {
    display: block;
    margin: 0 0 4px 0 !important;
    padding: 0;
  }
  #captcha {
    width: 320px;
    height: 90px;
  }
}
@media only screen and (max-width: 480px) {
  
  .home header {
    background-size: auto auto;
    height: 26em;
  }
  #hero h1 {
    font-size: 195%;
    text-align: center;
  }

}
@media only screen and (min-width: 481px) {
  #hero {
   position: absolute;
   top: -290px;
  }
  #hero h1,
  #hero p {
    width: 50%;
  }
  #hero h1 {
    line-height: 1;
  }
  .home header {
    height: 21em;
  }
  #clientele p {
    width: 49.2%;
    display: inline-block;
    vertical-align: top;
  }
  #clientele p:first-of-type {
    padding-right: 10px;
  }
  #clientele p:last-of-type {
    padding-left: 10px;
  }
  .addendum {
    width: 49.2%;
    display: inline-block;
    vertical-align: top;
  }
  p.addendum:first-of-type {
    padding-right: 10px;
  }
  p.addendum:last-of-type {
    padding-left: 10px;
  }
}

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

  .has-sidebar ul li {
    padding-bottom: 1em;
  }
  .home header {
    position: relative;
    background: #fff url(/images/checker2.jpg) no-repeat right -50px;
    background-size: auto 115%;
    width: 100%;
    margin-bottom: 0.5em;
  }
  
  #hero {
    padding-left: 20px;
  }
  section.your-report p.heading {
    font-size: 155%;
  }
  section.your-report .heading img {
    width: 200px;
    margin-bottom: -9px;
  }
  header img[src*="logo"] {
    width: 200px;
    height: auto;
  }
  .sidebar {
    width: 30%;
    padding-left: 20px;
  }
  .has-sidebar {
    width: 70%;
    padding: 0 0 0 12px;
  }
  form label {
    display: block;
  }
}

@media screen and (min-width: 768px) {
 
  header nav {
    position: absolute;
    width: auto;
    left: 35%;
    top: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  #hero h1 {
    line-height: 1.15;
  }
  #mainnav {
    display: inline-block;
    margin: 0;
    padding: 0 14px 0 22px;
    box-shadow: none;
    background: transparent;
  }
  #mainnav li {
    display: inline-block;
    padding: 0.8em 10px 0 0;
    font-size: 110%;
    background: transparent;
    border: 0;
  }
  #mainnav li.dropdown { margin: 0; }
  #mainnav li li {
    font-size: 100%;
  }
  #mainnav li:first-of-type {
    padding-left: 0;
  }
  #mainnav li:last-of-type {
    padding-right: 0;
  }
  #mainnav li a {
    font-weight: 700;
  }
  #mainnav li li a {
    font-weight: 400;
  }
  #mainnav span {
    font-size: 85%;
  }
  #mainnav ul {
    display: none;
    position: absolute;
    z-index: 99;
    padding: 0;
    list-style-type: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  }
  #mainnav li:hover ul {
    display: block;
  }
  #menutrigger {
    display: none;
  }
  #hero {
    top: -253px;
  }
  #service-how,
  .offer-one {
    width: 50.000000%;
    padding: 1em 50px 1.4em 50px;
  }
  #service-how .heading,
  #service-how p:last-of-type {
    line-height: 1.1em;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .offer-one {
    margin: -0.5em -0.5em -0.5em 0;
    width: 50%;
  }
  section.your-report {
    padding: 0.8em 45px 1.6em;
  }
  section.your-report {
    margin-top: 2em;
  }
  ul#features {
    width: 40%;
    margin: 0;
  }
  #features li {
    clear: none;
  }
  #features li:first-child {
    padding-top: 0.58em;
  }
  .addendum
   #features {
    width: 40%;
  }
  .ref-example {
    width: 55%;
    float: right;
    margin-left: 1%;
  }
  .ref-example img {
    width: 100%;
    height: auto;
  }
  #call-to-action {
    background-color: #d7f2cc;
  }
  #call-to-action img {
    width: 20%;
  }
  #call-to-action p:first-of-type,
  #call-to-action p:last-of-type {
    width: 34.5555%;
    display: inline-block;
    vertical-align: top;
    padding: 1.5em 12px;
    font-size: 135%;
    text-align: center;
  }
  #call-to-action p:first-of-type {
    font-size: 145%;
  }
  #call-to-action p:last-of-type {
    text-align: left;
  }

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

  header img[src*="logo"] {
    width: 310px;
    height: auto;
  }
  #hero h1 {
    font-size: 145%;
  }
  .offer-two {
    padding: 1em 45px 0 45px;
  }
  .offer-two > div {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 1.2em 12px 0 0;
  }
  .offer-two a img[src*="check-largeicon.png"] {
    padding-top: 0.8em;
    display: inline-block;
    width: 25%;
    height: auto;
  }
  p.addendum {
    padding-right: 0;
    display: block;
    vertical-align: top;
  }
  p.addendum:last-of-type {
    padding-left: 0;
    display: block;
    vertical-align: top;
  }
  #call-to-action img {
    width: 25%;
    padding-left: 80px;
  }
}
/*@media only screen and (min-width: 960px) {
  #hero,
  #service-how,
  .offer-one,
  .your-report,
  #clientele,
  #call-to-action,
  .offer-two {
    padding-left: 0;
    padding-right: 0;
  }
}*/
@media only screen and (min-width: 960px) {

}