@charset "UTF-8";
/* CSS Document */

/*==================*\
  #Hero
\*==================*/

.hero {
  position: relative;
}
.hero-text {
  position: relative;
}
.hero-hed1 {
  font-size: 32px; font-size: 2rem;
}
.hero-text .hed2 {
  font-size: 16px; font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (min-width: 40.063em) {
  .hero-text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 44%;
    padding-left: 6%;
  }
  .hero-hed1b {
    color: #FFF;
    font-weight: 500;
    line-height: 1.2;
    font-size: 24px; font-size: 1.5rem;
    padding-top: 12px;
    padding-left: 0;
  }
  .hero-text .hed2 {
    color: #FFF;
    font-size: 12px; font-size: 0.75rem;
    line-height: 1.2;
  }
  .hero-hed1b span, .hed2 span {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 52.063em) {
  .hero-hed1b {
    font-size: 28px; font-size: 1.75rem;
    padding-top: 16px;
  }
  .hero-text .hed2 {
	font-size: 14px; font-size: 0.875rem;
	line-height: 1.4;
  }
}
@media only screen and (min-width: 64.063em) {
  .hero-text {
	padding-left: 84px;
	height: 152px;
  }
  .hero-hed1b {
    font-size: 32px; font-size: 2rem;
	line-height: 1;
	padding-bottom: 4px;
  }
  .hero-text .hed2 {
	font-size: 14px; font-size: 0.875rem;
	line-height: 1.4;
  }
}

/*==================*\
  #Contact
\*==================*/

.contact-wrapper {
  background-color: #002967;
  border-top: solid 1px #FFFFFF;
  color: #FFF;
  /*min-height: 164px;*/
  padding-bottom: 15px;
  padding-top: 15px;
}
.form-header {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-header-hed {
    color: #ffffff;
    font-size: 28px; font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
}
.contact .sales-phone {
  color: #ffffff;
  font-size: 31px; font-size: 1.9375rem;
  font-weight: 300;
  margin-bottom: 2px;
}
.form-or {
  background-image: url("https://pro1-fetch.netdna-ssl.com/_base/_img/style/white-dot-2-px.png");
  background-position: center center;
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 20px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 80%;
}
.form-or span {
  background-color: #002a68;
  padding: 4px;
}
.form-cta {
  color: #ffffff;
  font-size: 18px; font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 2px; margin-bottom: 0.1rem;
  margin-top: 0;
  text-align: center;
}
.form-cta h1 {
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.form-wrapper {
  padding: 0 15px;
}
.contact form {
  padding-top: 8px; padding-top: 0.5rem;
}
form .row .row .columns.field-group {
  padding-bottom: 6px;
}
.field-group label {
  background-color: #b3c5e4;
  color: #015ba7;
  display: block;
  float: left;
  font-size: 0.6875rem;
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 6px;
  text-align: right;
  width: 24%;
}
.field-group input {
  background-color: #fff;
  border: medium none;
  box-shadow: none;
  color: #000;
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 0;
  padding: 0 6px;
  width: 76%;
}
::-webkit-input-placeholder {
   color: #666;
}
:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}
:-ms-input-placeholder {  
   color: #666;  
}
.infotip {
  border-radius: 11px;
  background-color: #015ba7;
  cursor: help;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  font-size: 9px;
  height: 16px;
  line-height: 14px;
  padding: 0;
  text-align: center;
  width: 16px;
}
input.error {
  box-sizing: border-box;
  background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/forms/form-validation-status.png") no-repeat scroll right -33px #FFB2B3;
}
input.valid {
  background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/forms/form-validation-status.png") no-repeat scroll right 0px #CDF5C9;
  box-sizing: border-box;
}
small.error {
  background-color: #950007;
  border: 2px solid #950007;
  box-sizing: border-box;
  clear: left;
  color: #fff;
  display: block;
  font-size: 9px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 2px;
  position: relative;
}
.contact .button {
  background-color: #fec240;
  border-color: transparent;
  color: #002a68;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 12px;
  z-index: 999;
}
.contact .private-secure {
  color: #8395B7;
  font-size: 10px; font-size: 0.625rem;
  line-height: 1.1;
}
form .row .row .columns.private-secure {
  float: left;
  padding-top: 8px;
  margin: 0 auto;
}
.private-secure .fi-lock:before {
  font-size: 200%;
  display: block;
  float: left;
  height: 44px;
  padding-right: 8px;
}
.private-secure-wrapper {
  padding-left: 0px;
}
@media only screen and (min-width: 26.063em) {
  .private-secure-wrapper {
    padding-left: 36px;
  }
  .private-secure .fi-lock:before {
    height: 20px;
  }
}
@media only screen and (min-width: 33.063em) {
  form .row .row .columns.private-secure {
    width: 201px;
  }
  .private-secure-wrapper {
    padding-left: 48px;
  }
}
@media only screen and (min-width: 40.063em) {
  .form-or {
	width: 30%;
  }
  .contact {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  .contact h2 {
    display: inline-block;
  	font-size: 31px; font-size: 1.9375rem;
  	padding: 0 6px 0 0;
  }
  form .row .row .columns.private-secure {
    float: none;
    padding-top: 0;
    width: 153px;
  }
  .private-secure-wrapper {
    padding-left: 0;
  }
  .contact label.error {
    margin-left: -50%;
  }
}
@media only screen and (min-width: 64.063em) {
  .contact-wrapper {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .contact .sales-phone {
    font-size: 36px; font-size: 2.25rem;
  }
  .form-header {
    background-image: url("https://pro1-fetch.netdna-ssl.com/_base/_img/style/white-dot-vert-padded.png");
    background-repeat: repeat-y;
    background-position: right;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .form-or {
    background-image: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 35%;
    width: 32px;
  }
  .form-cta {
    text-align: left;
  }
  .submit-btn-block {
    padding-right: 30px;
  }
}

/*==================*\
  #Compare Tabs
\*==================*/

.tabs dd > a, .tabs .tab-title > a {
  border-color: transparent;
  border-style: none;
  border-width: 0;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #f3f7f8;
  color: #464646;
  border-bottom: none;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #f3f7f8;
}
.tabs dd > a, .tabs .tab-title > a {
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  color: #015ba7;
  font-family: inherit;
  font-size: 15px; font-size: 0.9375rem;
  font-weight: 500;
  padding: 16px 8px;
  text-align: center;
  text-transform: uppercase;
}
.tabs dd > a.last, .tabs .tab-title > a.last {
  border-right: none;
}
.compare .tab-title {
  width: 33.3%;
}

/*==================*\
  #Compare
\*==================*/

.compare {
  padding: 15px 15px 0;
}
.compare-wrapper {
  border-radius: 10px 10px 0 0;
  background-color: #f3f7f8;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.compare .tabs-content {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0;
}
.compare .has-popup {
  position: relative;
}
.compare .popup {
  background: #FFF;
  border: 1px solid #aaa;
  display: none;
  left: 30px;
  padding: 15px 15px 0;
  position: absolute;
  top: -144px;
  width: 474px;
}
.compare .popup::after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #aaaaaa;
  bottom: -12px;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}
.compare .popup p {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
}
.compare .popup h3 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
.popup img + h3 {
  padding-top: 0;
}
.compare .popup img {
  float: left;
}

/*==================*\
  #Compare Table
\*==================*/

#panel1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}
.compare-table-pic {
  max-width: 182px;
  padding-top: 0;
}
table {
  width: 100%;
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-collapse: collapse;
  margin-bottom: 0;
}
table tr th, table tbody tr td, table tr td {
  color: #464646;
  font-size: 13px; font-size: 0.8125rem;
  padding: 16px;
  line-height: 1.2;
}
table thead {
  background: none;
}
table th {
  width: 25%;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
  background: none;
}
table tr {
  border-top: 1px solid #CCC;
}
table thead tr:first-child {
  border-top: none;
}
table thead tr th, table thead tr td {
  color: #464646;
  font-size: 14px; font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  padding: 0;
}
span.check {
  background: #3E89AE;
  border-radius: 11px;
  color: #FFF;
  display: block;
  font-size: 16px; font-size: 1rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.pkg2 span.check {
  background: #2257A6;
}
.pkg3 span.check {
  background: #12286F;
}
td.pkg1, td.pkg2, td.pkg3 {
  text-align: center;
}
td.pkg1, th.pkg1 {
  background: #E0EDF3;
}
td.pkg2, th.pkg2 {
  background: #DAE7F2;
}
td.pkg3, th.pkg3 {
  background: #DADFEA;
}
th h2 {
  background: #3E89AE;
  color: #FFF;
  display: block;
  font-size: 14px; font-size: 0.875rem;
  font-weight: 500;
  height: 66px;
  line-height: 66px;
  margin: 0;
  width: 100%;
}
th.pkg2 h2 {
  background: #2257A6;
}
th.pkg3 h2 {
  background: #12286F;
}
th h2.two-line {
  line-height: 1.1;
  padding-top: 19px;
}
.pkg-description {
  background: none repeat scroll 0 0 #589cba;
  border-bottom: 1px solid #589cba;
  color: #fff;
  font-size: 12px; font-size: 0.75rem;
  font-weight: 100;
  line-height: 1.16;
  min-height: 90px;
  padding: 24px 15px;
  position: relative;
}
.pkg2 .pkg-description {
  background: #3871B3;
  border-bottom: 1px solid #3871B3;
}
.pkg3 .pkg-description {
  background: #2F4A84;
  border-bottom: 1px solid #2F4A84;
}
.pkg2 .pkg-description:after {
    border-color: #3871B3 transparent transparent;
}
.pkg3 .pkg-description:after {
    border-color: #2F4A84 transparent transparent;
}
@media only screen and (min-width: 64.063em) {
  th h2 {
    font-size: 15px; font-size: 0.9375rem;
  }
  th h2.two-line {
    padding-top: 16px;
  }
  .pkg-description {
    font-size: 14px; font-size: 0.875rem;
    margin-bottom: 29px;
    padding: 14px 15px;
    min-height: inherit;
  }
  .pkg-description:after {
    border-color: #589cba transparent transparent;
    border-style: solid;
    border-width: 20px 122px 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 61px;
    width: 0;
  }
}

/*==================*\
  #Compare Mobile
\*==================*/

.compare-mobile {
  padding: 7px 0 15px;
}
.accordion dd {
  margin-top: 8px;
}
#main .accordion dd {
  padding: 0; 
}
.accordion .accordion-navigation > a, .accordion dd > a {
  font-family: inherit;
  padding: 0;
}
dd.pkg1, dd.pkg2, dd.pkg3 {
  text-align: center;
}
dd h2 {
  background: #3e89ae;
  color: #FFF;
  display: block;
  font-size: 18px; font-size: 1.125rem;
  font-weight: 500;
  height: 66px;
  line-height: 66px;
  margin: 0;
  width: 100%;
}
dd.pkg2 h2 {
  background: #2257A6;
}
dd.pkg3 h2 {
  background: #12286F;
}
dd .pkg-description {
  font-size: 16px; font-size: 1rem;
  background: #589cba;
  line-height: 1.1;
  min-height: inherit;
  padding: 20px 60px;
}
dd .pkg-description:after, dd .pkg2 .pkg-description:after, dd .pkg3 .pkg-description:after {
  border-style: none;
}
dd .pkg-description:before, dd .pkg2 .pkg-description:before, dd .pkg3 .pkg-description:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FFF;
  content:"";
  right: 15px;
  position: absolute;
  top: 26px;
  width: 0; 
  height: 0; 
}
dd.active .pkg-description:before, dd.active .pkg2 .pkg-description:before, dd.active .pkg3 .pkg-description:before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  top: 14px;
}
#mpanel1, #mpanel2, #mpanel3 {
  padding-bottom: 6px;
}
#mpanel1 {
  background: #e0edf3;
}
#mpanel2 {
  background: #DAE7F2;
}
#mpanel3 {
  background: #DADFEA;
}
.accordion .content {
  text-align: left;
}
.accordion ul {
  margin-bottom: 6px;
}
.accordion li {
  font-size: 16px; font-size: 1rem;
  padding-bottom: 16px;
}

/*==================*\
  #Compare Panel 2
\*==================*/

#panel2 {
  padding: 37px 24px 26px 36px;
}
#panel2 h2 {
  color: #464646;
  padding-bottom: 9px;
}
#panel2 h3 {
  font-size: 16px; font-size: 1rem;
  font-weight: 500;
}
#panel2 li, #panel2 p {
  font-size: 11px; font-size: 0.6875rem;
  line-height: 1.3;
  padding-bottom: 4px;
  position: relative;
  list-style-type: none;
}
#panel2 small {
  display: block;
  font-size: 11px; font-size: 0.6875rem;
}
.video-check-list {
  background: url("https://pro1-fetch.netdna-ssl.com/_base/_img/equipment/add-ons/indoor-night-vision-camera.png") no-repeat top right;
}
.bullet-red li:before {
  color: #950007;
  content: "•";
  font-size: inherit;
  font-weight: 700;
  left: -14px;
  position: absolute;
  top: 0;
}
.check-green li:before {
  color: #157904;
  content: "\2713";
  font-size: inherit;
  font-weight: 700;
  left: -15px;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 64.063em) {
  #panel2 li, #panel2 p {
    font-size: 13px; font-size: 0.8125rem;
  }
}

/*==================*\
  #Compare Panel 3
\*==================*/

#panel3 h2 {
  padding-left: 48px;
  padding-top: 22px;
}
#panel3 p {
  padding-left: 48px;
}

/*==================*\
  #Add-ons Block Grid
\*==================*/

.add-ons-block-grid {
  font-size: 11px; font-size: 0.6875rem;
  line-height: 1.1;
  text-align: center;
  padding: 0 48px;
}

/*==================*\
  #Act Now and CTA
\*==================*/

.act-now {
  background-color: #448235;
  color: #fff;
  font-size: 18px; font-size: 1.125rem;
  font-weight: 300;
  line-height: 38px;
  padding: 14px 0;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .act-now {
    font-size: 16px; font-size: 1rem;
  }
}
.act-now span {
  padding-top: 12px;
}
.act-now .sales-phone a {
  color: #FFFFFF;
}
.act-now .button {
  background: none repeat scroll 0 0 white;
  color: #015ba7;
  margin: -0.25rem 1.5rem 0;
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.cta-already {
  background-color: #e6e6e6;
  padding: 30px 15px;
  text-align: center;
}
.cta-already .hed1 {
  color: #002d70;
  font-size: 22px; font-size: 1.375rem;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
}
.cta-already p {
  font-size: 15px; font-size: 0.9375rem;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 0;
}


/*==================*\
  #Benefits Grid
\*==================*/

.benefits {
  background-color: transparent;
  border-left: none;
  border-right: none;
  padding: 23px 0 6px;
}
.benefits li {
  text-align: center;
}
.benefits small {
  display: block;
}
.benefits img {
  width: 55px;
}
.benefits p {
  font-size: 12px; font-size: 0.75rem;
  margin-bottom: 0;
  padding: 0 12px;
}
.benefits .hed2 {
  color: #464646;
  font-size: 24px; font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.benefits .hed3 {
  font-size: 14px; font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (min-width: 64.063em) {
  .benefits .hed2 {
    font-size: 34px; font-size: 2.125rem;
  }
  .benefits .hed3 {
    font-size: 15px; font-size: 0.9375rem;
  }
}

/*==================*\
  #Accolades
\*==================*/

.accolades li {
  font-size: 11px; font-size: 0.6875rem;
  line-height: 1.1;
  text-align: center;
}
.accolade-pic img {
  max-height: 63px;
}
.accolades li strong, .accolades li small {
  display: block;
}
.accolades li strong {
  padding: 9px 0 3px;
}
.accolades li.last {
  width: 50%;
  }
.accolades li.first-accolade {margin-left:0px;}
  
.accolades li small {
  font-style: italic;
  line-height: 1;
  padding-top: 4px;
}
.accolades small i.fi-star {
  color: #c6a15c;
  font-size: 10px; font-size: 0.625rem;
}
@media only screen and (min-width: 40.063em) {
  .accolades {
    background-image: url("https://pro1-fetch.netdna-ssl.com/_base/_img/accolades/accolades-bg.png");
    background-position: left 100px;
    background-repeat: repeat-x;
    margin-top: 0;
    padding-bottom: 7px;
  }
  .accolades li.last {
    width: 25%;
  }
  .accolades li.first-accolade {margin-left:65px;}
  
  .accolade-pic {
    height: 100px;
    position: relative;
  }
  .accolade-pic img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: none;
  }
  .accolades li.last img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  .accolades {
    background-position: left 113px;
    margin-top: 20px;
  }
  .accolades li {
    font-size: 14px; font-size: 0.875rem;
    line-height: 1.1;
    text-align: center;
  }
  .accolade-pic {
    height: 113px;
  }
  .accolades li strong, .accolades li small {
    display: block;
  }
  .accolades li strong {
    padding: 9px 0 3px;
  }
  .accolades li.last {
    width: 25%;
  }
  .accolades li small {
    line-height: 1;
    padding-top: 4px;
  }
  .accolades small i.fi-star {
    color: #c6a15c;
    font-size: 14px; font-size: 0.875rem;
  }
}

/*==================*\
  #Better Choice
\*==================*/

.better-choice {
  background-color: #950007;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 14px 0;
  text-align: center;
}

