/* General */
* {
  box-sizing: border-box; }

html {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
  min-height: 100%; }
  @media screen and (max-width: 991px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 12px; } }

body {
  background: #fff;
  color: #000;
  margin: 0;
  min-height: 100%; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
  a:hover, a:focus {
    color: #000;
    text-decoration: none; }

p {
  margin: 0 0 10px 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

iframe, object, embed, video {
  display: block;
  max-width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

/* Layout */
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 50px; }

.row {
  margin: 0 -30px; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 30px; }
  .col.col-25 {
    width: 25%; }
  .col.col-33 {
    width: 33.333333%; }
  .col.col-40 {
    width: 40%; }
  .col.col-45 {
    width: 45%; }
  .col.col-50 {
    width: 50%; }
  .col.col-55 {
    width: 55%; }
  .col.col-60 {
    width: 60%; }
  .col.col-66 {
    width: 66.666666%; }
  .col.col-100 {
    width: 100%; }
  .col.col-push-50 {
    left: 50%; }
  .col.col-pull-50 {
    left: -50%; }
  @media screen and (max-width: 991px) {
    .col {
      float: none;
      width: 100% !important; } }

/* Header */
#header h1 {
  margin: 0 auto; }
  #header h1 img {
    width: 100%; }

/* Main */
main .section {
  padding: 80px 0; }
  @media screen and (max-width: 991px) {
    main .section {
      padding: 30px 0; } }
  main .section.orange {
    background: #fe6c2d;
    color: #fff; }
  main .section.gray {
    background: #767676;
    color: #fff; }
main .dog-box {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  text-align: center; }
  main .dog-box h2 {
    display: inline-block;
    vertical-align: middle;
    margin: -27px 0 0 0;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-indent: 0.05em;
    text-transform: uppercase;
    background: #fe6c2d;
    color: #fff;
    padding: 0 15px; }
    @media screen and (max-width: 991px) {
      main .dog-box h2 {
        margin-top: 30px; } }
  main .dog-box .content {
    padding: 20px 50px 50px 50px;
    font-size: 1.4375rem;
    line-height: 2em; }
    @media screen and (max-width: 991px) {
      main .dog-box .content {
        padding: 30px; }
        main .dog-box .content br {
          display: none; } }
  main .dog-box:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: block;
    width: 76px;
    height: 69px;
    margin: 0 auto;
    background: #fe6c2d url("../img/dog.png") no-repeat center center;
    background-size: contain; }
    @media screen and (max-width: 991px) {
      main .dog-box:after {
        bottom: -17.25px;
        width: 38px;
        height: 34.5px; } }
main #our-services .video {
  margin-bottom: 80px; }
  @media screen and (max-width: 991px) {
    main #our-services .video {
      margin-bottom: 30px; } }
main #our-services h2 {
  margin: 0 0 60px 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    main #our-services h2 {
      margin: 0 0 30px 0; } }
@media screen and (max-width: 991px) {
  main #our-services .row .col-50:nth-child(2) .service:first-child {
    margin-top: 30px; } }
main #our-services .service .service-icon {
  float: left;
  background: #fe6c2d;
  font-size: 2.25rem;
  line-height: 1em;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  padding: 22px;
  text-align: center;
  margin-right: 20px; }
main #our-services .service .service-heading {
  margin: 0 0 10px 0;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase; }
main #our-services .service .service-content {
  font-size: 0.8125rem;
  line-height: 1.5em; }
main #our-services .service:after {
  content: " ";
  display: table;
  clear: both; }
main #our-services .service + .service {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    main #our-services .service + .service {
      margin-top: 30px; } }
main #cap-calc {
  text-align: center; }
  main #cap-calc h2 {
    margin: 0 0 60px 0;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center; }
    @media screen and (max-width: 991px) {
      main #cap-calc h2 {
        margin: 0 0 30px 0; } }
  main #cap-calc .input-wrap {
    margin-bottom: 120px; }
    @media screen and (max-width: 991px) {
      main #cap-calc .input-wrap {
        margin-bottom: 30px; } }
    main #cap-calc .input-wrap label {
      display: block;
      font-size: 1.4375rem;
      font-weight: 700;
      line-height: 1em;
      margin-bottom: 10px; }
    main #cap-calc .input-wrap .equals {
      position: absolute;
      left: -12px;
      font-size: 3.125rem;
      font-weight: 700;
      line-height: 1em; }
      @media screen and (max-width: 991px) {
        main #cap-calc .input-wrap .equals {
          display: none; } }
    main #cap-calc .input-wrap .input {
      -webkit-appearance: none;
      display: block;
      width: 100%;
      border: 1px solid #fff;
      border-radius: 0;
      background: #fff;
      color: #000;
      font-family: 'Raleway', sans-serif;
      font-size: 1.4375rem;
      font-weight: 400;
      line-height: 1em;
      padding: 10px;
      -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
      transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
      main #cap-calc .input-wrap .input:focus {
        outline: 0;
        border-color: #fe6c2d; }
    main #cap-calc .input-wrap select {
      background-image: url("../img/downarrow.png") !important;
      background-repeat: no-repeat !important;
      background-position: center right 10px !important; }
  main #cap-calc .saving-btn {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    background: #fe6c2d;
    font-family: 'Raleway', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    padding: 15px 30px;
    -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
    display: none; }
    main #cap-calc .saving-btn:hover, main #cap-calc .saving-btn:focus {
      outline: 0;
      cursor: pointer;
      background: #fff;
      border-color: #fe6c2d;
      color: #fe6c2d; }

.started-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  background: #fff;
  color: #fe6c2d;
  border: 2px solid #fe6c2d;
  padding: 18px;
  text-transform: uppercase; }
  .started-btn:hover, .started-btn:focus {
    background: #fe6c2d;
    color: #fff; }

/* Footer */
footer {
  padding: 100px 0 40px 0;
  text-align: center; }
  @media screen and (max-width: 991px) {
    footer {
      padding: 30px 0; } }
  footer .links {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .links > li {
      display: inline-block;
      vertical-align: middle; }
      footer .links > li + li {
        margin-left: 20px; }
      footer .links > li:nth-child(2) a {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1em;
        background: #fe6c2d;
        color: #fff;
        padding: 18px;
        text-transform: uppercase; }
        footer .links > li:nth-child(2) a:hover, footer .links > li:nth-child(2) a:focus {
          background: #767676;
          color: #fff; }
      footer .links > li:nth-child(n+3) a {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.25rem;
        line-height: 1em;
        color: #fe6c2d; }
        footer .links > li:nth-child(n+3) a:hover, footer .links > li:nth-child(n+3) a:focus {
          color: #767676; }
  footer .copyright {
    margin-top: 60px;
    font-size: 0.875rem;
    line-height: 1em;
    color: #767676; }
    @media screen and (max-width: 991px) {
      footer .copyright {
        margin-top: 30px; } }

/* Popup */
.mfp-bg {
  background: #fe6c2d; }

.popup {
  position: relative;
  background: #fff;
  padding: 30px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center; }
  .popup .mfp-close {
    top: 0;
    right: 5px;
    width: auto;
    height: auto;
    font-size: 3.125rem;
    line-height: 1em;
    color: #000;
    opacity: 1;
    z-index: 10; }
  .popup #world {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0; }
  .popup .nexthome-circle {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 991px) {
      .popup .nexthome-circle {
        margin: 0 auto; } }
  .popup .yearly-savings {
    display: block;
    margin-top: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1em; }
  .popup #savings-amount {
    display: block;
    margin: 10px 0 50px 0;
    font-size: 3.8125rem;
    font-weight: 700;
    line-height: 1em;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite; }
    @media screen and (max-width: 991px) {
      .popup #savings-amount {
        margin: 10px 0 10px 0; } }
  .popup #top-producer {
    display: block;
    margin: 10px 0 50px 0;
    font-weight: 700; }
    @media screen and (max-width: 991px) {
      .popup #top-producer {
        margin: 10px 0 10px 0; } }
  .popup .lb-content {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 991px) {
      .popup .lb-content {
        text-align: center; } }
    .popup .lb-content ul {
      margin: 50px 0 0 0;
      padding: 0;
      list-style-position: inside;
      font-size: 1.25rem;
      line-height: 1.5em;
      text-align: left; }
      @media screen and (max-width: 991px) {
        .popup .lb-content ul {
          margin: 30px 0 0 0;
          text-align: center; } }
    .popup .lb-content .dog-lg {
      margin-top: -100px;
      animation: bounce 500s infinite alternate;
      -webkit-animation: bounce 500ms infinite alternate; }
      @media screen and (max-width: 991px) {
        .popup .lb-content .dog-lg {
          margin: 30px auto; } }
  .popup .contact {
    margin-top: 25px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1em;
    color: #02bbee;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 10; }
    .popup .contact small {
      font-size: 0.625rem; }
    @media screen and (max-width: 991px) {
      .popup .contact {
        /*margin-top: 30px;*/ }
        .popup .contact span {
          display: block; }
          .popup .contact span + span {
            margin-top: 5px; } }
    .popup .contact a {
      color: #02bbee; }
      .popup .contact a:hover, .popup .contact a:focus {
        color: #000; }

@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-30px); } }
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-30px); } }
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
