﻿/* Shared Styles */
/*
"proxima-nova"
*/
_::-webkit-full-page-media,
_:future,
:root .cta-box a {
  display: inline-block;
  margin-left: 8%;
  margin-top: 20%;
}
_::-webkit-full-page-media,
_:future,
:root .image-content--compatibility .image-content__image img {
  position: relative;
  bottom: -20px;
}
_::-webkit-full-page-media,
_:future,
:root .icon-content.icon-content--thin {
  margin-top: 20%;
}
_::-webkit-full-page-media,
_:future,
:root .image-list {
  display: block;
}
.alert-banner {
  margin-bottom: 2em;
  margin-top: -2em;
  background-color: #FFC13A;
  margin-left: -2em;
  margin-right: -2em;
  line-height: 2.5em;
  color: #fff;
  display: none;
  position: relative;
  padding-left: 1em;
  padding-right: 2.5em;
}
.alert-banner a {
  text-decoration: none;
}
.alert-banner .arrow {
  color: #fff;
}
.alert-banner .arrow:after {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #fff;
  margin-left: 0.25em;
  transition: transform 0.25s;
  display: inline-block;
}
.alert-banner .close {
  position: absolute;
  right: .5em;
  top: 0;
}
.margin-t-none {
  margin-top: 0;
}
.margin-t-xxs {
  margin-top: 0.25em;
}
.margin-t-xs {
  margin-top: 0.5em;
}
.margin-t-sm {
  margin-top: 1em;
}
.margin-t-md {
  margin-top: 1.5em;
}
.margin-t-lg {
  margin-top: 2em;
}
.margin-t-xl {
  margin-top: 4em;
}
.margin-b-none {
  margin-bottom: 0;
}
.margin-b-xxs {
  margin-bottom: 0.25em;
}
.margin-b-xs {
  margin-bottom: 0.5em;
}
.margin-b-sm {
  margin-bottom: 1em;
}
.margin-b-md {
  margin-bottom: 1.5em;
}
.margin-b-lg {
  margin-bottom: 2em;
}
.margin-b-xl {
  margin-bottom: 4em;
}
.pin-image-only {
  display: none;
}
.section-padding {
  padding: 1.5em 1em;
}
.section-padding--small {
  padding: 1.5em 1em;
}
.section-padding-t-b {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-padding-t-b--small {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 4em 1.5em;
  }
  .section-padding-t-b {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .section-padding-t-b--small {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.section-padding-t-small {
  padding-top: 1em;
}
.section-padding-t-med {
  padding-top: 1.5em;
}
.section-padding-t-xl {
  padding-top: 4em;
}
.section-padding-b-large {
  padding-bottom: 2em;
}
.section-padding--large {
  padding: 2em 1.5em;
}
@media (min-width: 768px) {
  .section-padding--large {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.price-buy a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-size: 16px;
}
h2,
h3 {
  font-weight: 100;
}
h1 {
  font-size: 50px;
  font-weight: 100;
}
h2 {
  font-weight: 100;
  font-size: 34px;
}
p + .btn {
  margin-top: 1em;
}
.text--centered {
  text-align: center;
}
.text--centered-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 760px;
}
.text--light {
  font-weight: 100;
}
.text--heavy {
  font-weight: 700;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--larger {
  font-size: 1.1em;
}
.text--2x {
  font-size: 1.4em;
}
.text--em {
  font-weight: 400;
}
.text--link {
  text-decoration: underline;
}
.text--link-out:after {
  content: '\f08e';
  font-family: FontAwesome;
  color: #d11b32;
  display: inline-block;
  margin-left: 10px;
}
.text--link-arrow:after {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #d11b32;
  display: inline-block;
  margin-left: 10px;
}
.text--link-white {
  color: #fff;
}
.text--link-white:hover {
  color: #fff;
}
.text--link-black {
  color: #000;
}
.text--has-bottom-border {
  border-bottom: 1px solid #000;
  padding-bottom: 2em;
}
.iframe--blend {
  border: none;
}
.iframe--email-signup {
  margin-top: 2em;
  max-width: 380px;
  width: 100%;
  height: 60px;
}
.iframe-holder {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
}
.iframe-holder video,
.iframe-holder iframe {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}
.section-top-spacing {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .section-top-spacing {
    margin-top: 4em;
  }
}
.content-block {
  padding-top: 2em;
  margin-top: 2em;
}
.content-block--top-border {
  border-top: 1px solid #dedede;
}
.content-block > *:first-child {
  margin-top: 0;
}
.content-block > *:last-child {
  margin-bottom: 0;
}
.section-top-border {
  padding-top: 2em;
  border-top: 1px solid #dedede;
}
@media (min-width: 768px) {
  .section-top-border {
    padding-top: 4em;
  }
}
.section-bottom-spacing {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .section-bottom-spacing {
    margin-bottom: 4em;
  }
}
.link-out:after {
  content: '\f08e';
  font-family: 'FontAwesome';
  margin-left: 0.5em;
  text-decoration: none;
  display: inline-block;
}
.link-out--icon-blue:after {
  color: #d11b32;
}
@media (min-width: 560px) {
  h2 {
    font-size: 2em;
  }
}
img {
  max-width: 100%;
}
.site-header {
  background: #000000;
  color: #ffffff;
  padding: 1.15em;
  position: relative;
  z-index: 900;
  font-weight: 300;
}
.site-footer {
  background: #f7f7f7;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
}
.site-footer .container--max {
  max-width: 1400px;
  border-top: 1px solid #dedede;
}
.site-footer.container {
  padding-left: 2em;
  padding-right: 2em;
}
.site-footer__links ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.site-footer__links a {
  display: block;
  color: #000000;
}
.site-footer__links a:hover {
  color: #d11b32;
}
@media (min-width: 768px) {
  .site-footer__links {
    font-size: 0.8em;
  }
  .site-footer__links ul {
    display: inline-block;
  }
  .site-footer__links li {
    display: inline-block;
    margin: 0 0.5em;
  }
}
@media (min-width: 992px) {
  .site-footer__links {
    clear: both;
    padding-top: 1em;
  }
  .site-footer__links li {
    margin: 0 1.5em;
  }
}
.site-footer__col {
  margin-bottom: 1.5em;
}
.site-footer__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }
  .site-footer__col {
    margin-bottom: 1em;
  }
  .site-footer__col--email-signup {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  .site-footer__col {
    margin-bottom: 0;
  }
  .site-footer__col--email-signup {
    width: 60%;
    float: left;
    text-align: left;
    padding-top: 0.25em;
  }
  .site-footer__col--social {
    width: 40%;
    float: right;
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .site-footer__col--email-signup {
    padding-top: 0;
  }
}
.site-footer-products {
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 2em;
}
.site-footer-products:after {
  content: '';
  display: table;
  clear: both;
}
.site-footer-products h3 {
  margin-top: 0;
  font-size: 2.1em;
  margin-bottom: 1.5em;
  font-weight: 300;
}
.site-footer-products__list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer-products__list:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (min-width: 992px) {
  .site-footer-products {
    padding-bottom: 4em;
  }
  .site-footer-products__list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .page-header + .site-footer-products {
    padding-bottom: 2em;
  }
}
.site-footer-product {
  border-bottom: 1px solid #dedede;
  padding: 1em 0.5em;
  position: relative;
  display: flex;
  justify-content: center;
  float: left;
  width: 50%;
  border-right: 1px solid #dedede;
}
.site-footer-product img {
  display: block;
  margin: 0 auto;
}
.site-footer-product a {
  text-decoration: none;
  color: #313131;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.site-footer-product--last {
  border-bottom: none;
}
.site-footer-product--last-row {
  border-bottom: none;
  clear: left;
}
.site-footer-product--last-row.kevo-footer-product--last {
  clear: none;
}
.site-footer-product h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.site-footer-product p {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 1.2;
}
.site-footer-product small {
  font-style: italic;
  font-size: 0.7em;
}
.site-footer-product .btn {
  margin-top: 1.5em;
  align-self: center;
  padding-right: 1em;
  padding-left: 1em;
}
@media (min-width: 560px) {
  .site-footer-product .btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  .site-footer-product {
    padding: 1.5em;
  }
  .site-footer-product--last {
    border-right: none;
    border-bottom: 1px solid #dedede;
  }
  .site-footer-product--last-row {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .site-footer-product:nth-child(even) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .site-footer-product {
    width: 25%;
    border-bottom: none;
  }
  .site-footer-product p {
    font-size: 0.9em;
  }
  .site-footer-product .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
  .site-footer-product--last-row {
    clear: none;
  }
  .site-footer-product--last-row.kevo-footer-product--last {
    clear: none;
  }
}
@media (min-width: 1200px) {
  .site-footer-product .btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.heading--has-micro-divider:after {
  content: '';
  background: #d11b32;
  height: 2px;
  width: 48px;
  display: block;
  margin: 0.5em 0 0.75em;
}
.heading--has-micro-divider-white:after {
  background-color: #ffffff;
}
.heading--has-micro-divider-centered:after {
  margin-left: auto;
  margin-right: auto;
}
.heading--bold-caps {
  font-weight: 700;
  text-transform: uppercase;
}
.heading--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.heading--secondary {
  font-size: 1.4em;
}
.heading--bold {
  font-weight: 700;
}
.heading--thin {
  font-weight: 100;
}
.container {
  width: auto;
  padding: 0;
}
.container--max {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.container--text {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.container--condensed {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.container--text-sm {
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #313131;
  font-weight: 300;
}
a {
  color: #d11b32;
  text-decoration: underline;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover {
  color: #313131;
}
.site-wrapper {
  padding: 1em;
  background: #ffffff;
}
@media (min-width: 768px) {
  .site-wrapper {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .site-wrapper {
    font-size: 1.3em;
  }
}
.site-body {
  background: #f7f7f7;
  padding: 1em;
  min-height: calc(100vh - 73px - 2em);
}
.copyright {
  font-size: 0.7em;
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .copyright {
    display: inline-block;
    font-size: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media (min-width: 992px) {
  .copyright {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
.footer-body {
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer-body a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer-body {
    padding-top: 3em;
    margin: 0 auto;
    max-width: 1100px;
  }
}
.main-nav-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 59px;
}
.main-nav-container--open {
  display: block;
}
.main-nav {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  background: #ffffff;
  color: #313131;
  display: none;
  position: relative;
  z-index: 100;
}
.main-nav__link {
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  padding: 1em 2em;
  color: #313131;
}
.main-nav__link:hover {
  color: #d11b32;
  text-decoration: none;
}
.main-nav__link--btn {
  background: #d11b32;
  color: #ffffff;
  border-radius: 1em;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 0.8em;
  text-transform: uppercase;
}
.main-nav__link--btn:hover {
  background-color: #313131;
  color: #ffffff;
}
.main-nav__subnav {
  list-style: none outside;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  font-size: 0.8em;
  display: none;
  border-top: 1px solid #a7a7a7;
  font-weight: 300;
}
.main-nav__subnav .main-nav__link {
  padding: 1em 0.5em;
}
.main-nav__subnav--open {
  display: block;
}
.main-nav--open {
  display: block;
}
.main-nav__item--subitem {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.main-nav__item--has-image {
  text-transform: none;
  font-weight: 400;
  font-size: 1.1em;
}
.main-nav__item--has-image .main-nav__product-name {
  display: block;
  margin-top: 0.5em;
}
.main-nav__item--has-image .main-nav__link {
  overflow: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.main-nav__item--has-image img {
  float: left;
  max-width: 60px;
  margin-right: 15px;
}
.main-nav__item--has-image p {
  font-size: 0.7em;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 860px) {
  .main-nav {
    position: static;
  }
  .main-nav__item--has-image {
    font-weight: 300;
    font-size: inherit;
  }
  .main-nav__item--has-image .main-nav__product-name {
    font-weight: 400;
  }
  .main-nav__item--has-image .main-nav__link {
    padding-bottom: 1em;
  }
  .main-nav__item--has-image img {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
.main-nav-toggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66px;
  padding: 0.25em 1.15em 1.15em;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  border: none;
  border-right: 1px solid #313131;
  text-decoration: none;
  background: transparent;
  font-size: 13px;
}
.main-nav-toggle:hover {
  color: #ffffff;
  text-decoration: none;
}
.main-nav-toggle:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.main-nav-toggle--open {
  background: #d11b32;
}
.main-nav-toggle--open .icon-bar {
  background: transparent;
}
.main-nav-toggle--open .icon-bar:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 0;
}
.main-nav-toggle--open .icon-bar:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 0;
}
.main-nav-toggle__label {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0.5em;
  left: 1em;
  right: 1em;
  line-height: 1;
}
.icon-bar {
  background: #ffffff;
  height: 2px;
  display: block;
  margin: 0 auto 0.5em auto;
  position: relative;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.icon-bar:before,
.icon-bar:after {
  background: #ffffff;
  height: 2px;
  display: block;
  margin: 0 auto 0.5em auto;
  content: '';
  position: absolute;
  top: -0.65em;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform-origin: 50% 50%;
}
.icon-bar:after {
  position: absolute;
  top: 0.65em;
}
.mobile:after {
  content: '';
  position: fixed;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.nav-open:after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.main-nav__item {
  border-bottom: 1px solid #a7a7a7;
}
.main-nav__item--has-subitem > a:after {
  content: '+';
  color: #d11b32;
  float: right;
}
.main-nav__item--open > a:after {
  content: '-';
}
.main-nav__item--subitem {
  border-color: #dedede;
}
.main-nav__item--subitem:last-child {
  border: none;
}
.branding {
  text-align: center;
}
.branding a {
  display: inline-block;
}
.branding__logo {
  display: block;
  text-indent: -9999px;
}
.branding__logo--inline-small {
  width: 100px;
}
.branding__logo--kwikset {
  background: transparent url('/Images/kevo2/logo.png') center center no-repeat;
  width: 140px;
  background-size: contain;
  margin: 0 auto;
  height: 0;
  padding-bottom: 15.21197%;
}
.branding--inline {
  display: inline-block;
}
.branding--inline .branding__logo {
  width: 130px;
}
.branding--has-text {
  margin-bottom: 1em;
}
.branding--has-text .branding__logo {
  padding-bottom: 55px;
}
.branding--has-text .branding__text {
  line-height: 55px;
  font-size: 2em;
  font-weight: 100;
}
@media (min-width: 400px) {
  .branding--has-text .branding__logo {
    float: left;
  }
  .branding--has-text .branding__text {
    margin-left: 0.5em;
    border-left: 1px solid #dedede;
    padding-left: 0.5em;
  }
}
.branding--kwikset {
  background: #000000;
}
.section-bg-color--accent {
  background: #d11b32;
  color: #ffffff;
}
.section-bg-color--offwhite {
  background-color: #f7f7f7;
}
.section-bg-color--white {
  background-color: #ffffff;
}
.section-bg-color--grey {
  background-color: #e9e8e8;
}
.section-bg-color--darkgrey {
  background-color: #2D2E32;
  color: #fff;
}
.section-bg-color--black {
  background-color: #000;
  color: #fff;
}
.section-bg-color--dark {
  color: #fff;
}
@media (min-width: 992px) {
  .section-bg-color--lg-white {
    background-color: #ffffff;
  }
}
.section-bg-offset--dark-grey {
  position: relative;
}
.section-bg-offset--dark-grey:before {
  content: '';
  display: block;
  background-color: #2D2E32;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
}
.heading--on-dark-offset {
  color: #fff;
  position: relative;
  z-index: 2;
}
.copy--on-dark-offset {
  color: #fff;
  position: relative;
  z-index: 2;
}
.section-bg-image {
  padding-left: 1em;
  padding-right: 1em;
}
.section-bg-image--dark {
  color: #fff;
}
.section-bg-image--is-header {
  margin-top: -2em;
  padding-top: 2em;
}
.section-bg-image--is-header .image-content--content-first .image-content__content {
  padding-top: 0;
}
.btn {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 0.75em 2em;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  letter-spacing: 0.03em;
}
.btn:hover {
  color: #ffffff;
}
.btn--scroll-down-link {
  font-weight: 100;
}
.btn--scroll-down-link:after {
  content: '\f0ab';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.5em;
  color: #76dbff;
}
.btn--white {
  color: #fff;
}
.btn--white:hover {
  color: #d11b32;
}
.btn--large {
  padding: 1.5em;
}
.btn--wide-short {
  padding: 0.75em 2em;
}
.btn--fullbg {
  background: #d11b32;
  color: #ffffff;
}
.btn--fullbg:hover {
  background: #e21e31;
}
.btn--large-margins {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.btn--transparent {
  background: transparent none;
  border: 2px solid #222;
  color: #222;
  font-weight: 300;
}
.btn--transparent span {
  color: #d11b32;
}
.btn--transparent:hover {
  color: #fff;
  background-color: #d11b32;
  border-color: #d11b32;
}
.btn--transparent:hover span {
  color: #fff;
}
.btn--transparent.btn--white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn--transparent.btn--white:hover {
  border-color: #d11b32;
}
.page-header--buzz .btn--transparent.btn--white:hover,
.section-bg-color--accent .btn--transparent.btn--white:hover {
  color: #d11b32;
  background-color: #ffffff;
}
.btn--has-arrow-right {
  color: #000000;
}
.btn--has-arrow-right:after {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #d11b32;
  margin-left: 0.5em;
  transition: transform 0.25s;
  display: inline-block;
}
.btn--has-arrow-right:hover {
  color: #d11b32;
}
.btn--has-arrow-up {
  color: #000000;
}
.btn--has-arrow-up:after {
  content: '\f0aa';
  font-family: FontAwesome;
  color: #d11b32;
  margin-left: 0.5em;
  transition: transform 0.25s;
  display: inline-block;
}
.btn--has-arrow-up:hover {
  color: #d11b32;
}
.btn--text {
  padding: 0;
}
.btn--no-border {
  border-color: transparent;
}
.btn--no-border:hover {
  color: currentColor;
  background: transparent;
  border-color: transparent;
}
@media (min-width: 992px) {
  .btn--lg-nowrap {
    white-space: nowrap;
  }
}
.btn-group {
  margin-bottom: 1em;
}
.btn-group a {
  margin-bottom: 1em;
}
.btn-group a:last-child {
  margin-bottom: 0;
}
.btn-group--inline a {
  display: block;
  margin-bottom: 1em;
}
.btn-group--inline a:last-child {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .btn-group--inline a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
  .btn-group--inline a:last-child {
    margin-right: 0;
  }
}
.btn-group--equal-widths {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.btn-group--equal-widths .btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .btn-group--equal-widths {
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-group--in-content {
  margin-top: 1.5em;
}
.has-play-btn {
  position: relative;
  text-decoration: none;
}
.has-play-btn:before {
  content: '\f144';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: calc(1em + 20vw);
}
.has-play-btn--white:before {
  color: #fff;
}
@media (min-width: 480px) {
  .has-play-btn:before {
    font-size: 115px;
  }
}
.kicker {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.8em;
}
.kicker ~ * {
  margin-top: 0;
}
.small-note {
  font-size: 0.8em;
  display: block;
}
.list--dots {
  padding-left: 0;
  list-style: none outside;
}
.list--dots li {
  position: relative;
  padding-left: 1.5em;
}
.list--dots li:before {
  content: '\2B1B';
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  font-size: 10px;
  color: #d11b32;
  line-height: 1;
}
.list--checkmarks {
  padding-left: 0;
  list-style: none outside;
  text-align: left;
}
.list--checkmarks li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.2;
}
.list--checkmarks li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0.15em;
  left: 0;
  line-height: 1;
}
.list--checkmarks li:last-child {
  margin-bottom: 0;
}
.list--large-margins {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.list--number-boxes {
  counter-reset: number;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.list--number-boxes:after {
  content: '';
  display: table;
  clear: both;
}
.list--number-boxes li:before {
  content: counter(number);
  counter-increment: number;
  display: block;
  float: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  width: 1.5em;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
}
@media (min-width: 400px) {
  .list--number-boxes li:before {
    float: none;
  }
}
@media (min-width: 768px) {
  .list--number-boxes li {
    width: 50%;
    float: left;
    padding: 0.5em;
  }
  .list--number-boxes li:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .list--number-boxes li {
    width: 25%;
  }
  .list--number-boxes li:nth-child(odd) {
    clear: none;
  }
}
@media (min-width: 768px) {
  .list--number-boxes {
    display: flex;
    flex-wrap: wrap;
  }
}
.list--number-boxes-4 {
  counter-reset: number 3;
}
.news-card {
  color: #000000;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #dedede;
}
.news-card p,
.news-card blockquote {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.news-card blockquote {
  padding: 0;
  display: block;
  margin-bottom: 1.5em;
  border: none;
  font-size: 1em;
}
.news-card blockquote:before {
  content: "\201C";
}
.news-card blockquote:after {
  content: "\201D";
}
.news-card cite {
  font-style: normal;
}
.news-card__heading {
  font-weight: 400;
  text-transform: uppercase;
  margin: 2em 0 1em;
  max-width: 100%;
}
.news-card:last-child {
  border: none;
}
@media (min-width: 768px) {
  .news-card {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
  }
}
.file-list {
  list-style: none outside;
  margin: 0 0 1em;
  padding: 0;
}
.file-list__item {
  margin-bottom: 0.5em;
}
.file-list__item .file-list__link:before {
  font-family: FontAwesome;
  color: #d11b32;
  display: inline-block;
  margin-right: 0.5em;
}
.file-list__item--video .file-list__link:before {
  content: '\f144';
}
.file-list__item--doc .file-list__link:before {
  content: '\f0f6';
}
.file-list__link {
  color: #000;
  text-decoration: none;
}
.file-list__link:hover {
  color: #d11b32;
}
@media (min-width: 992px) {
  .media-block-container--has-right-border {
    border-right: 1px solid #dedede;
  }
}
.subheading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.media-block {
  max-width: 360px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  font-weight: 100;
}
.media-block a {
  text-decoration: none;
}
.media-block .text--link {
  text-decoration: underline;
}
.media-block__heading {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .media-block__heading {
    font-size: 1.3em;
  }
}
.section--compatibility .media-block {
  margin-bottom: 3em;
}
.section--compatibility .media-block .media-block__heading {
  font-size: 1em;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .section--compatibility .media-block {
    display: inline-block;
    width: 48%;
    float: none;
    vertical-align: top;
  }
}
.media-block__image-circle {
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 2px solid #d11b32;
  line-height: 130px;
  border-radius: 100%;
}
.media-block--callout .media-block__heading {
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-size: 1em;
  margin: 1.5em auto;
}
@media (min-width: 992px) {
  .media-block--callout .media-block__heading {
    font-size: 0.9em;
  }
}
.media-block--copy-275 p {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.nav-tabs {
  list-style: none outside;
  padding: 0;
  display: flex;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.nav-tabs:after {
  content: '';
  display: table;
  clear: both;
}
.nav-tabs__link {
  background: #ffffff;
  border: 3px solid #dedede;
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1em;
  text-decoration: none;
  color: #313131;
  position: relative;
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  justify-content: center;
}
.nav-tabs__link span {
  width: 100%;
}
.nav-tabs__link:hover {
  text-decoration: none;
  border-color: #d11b32;
}
.no-flexbox .nav-tabs__link {
  display: block;
}
.nav-tabs__tab {
  float: left;
  width: 50%;
  display: block;
  display: flex;
  padding-right: 0.5em;
}
.nav-tabs__tab--thirds {
  width: 33.333%;
}
.nav-tabs__tab--fourths {
  width: 50%;
}
@media (min-width: 768px) {
  .nav-tabs__tab--fourths {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .nav-tabs__tab--fourths {
    font-weight: 300;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nav-tabs__tab--fourths {
    font-weight: 100;
    font-size: 26px;
  }
}
.nav-tabs__tab:last-child {
  padding-right: 0;
  padding-left: 0.5em;
}
.nav-tabs__tab--selected {
  color: #313131;
}
.nav-tabs__tab--selected .nav-tabs__link {
  border-color: #d11b32;
}
.nav-tabs__tab--selected .nav-tabs__link:after {
  opacity: 1;
  max-width: 100%;
}
.nav-tabs--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nav-tabs--wrap {
    flex-wrap: nowrap;
  }
}
.nav-tabs--wrap .nav-tabs__tab {
  padding: 0.25em;
}
@media (min-width: 768px) {
  .nav-tabs--wrap .nav-tabs__tab {
    padding: 0 0.5em 0 0;
  }
}
@media (min-width: 480px) {
  .nav-tabs {
    font-size: 24px;
  }
  .nav-tabs__link {
    padding: 0.75em;
  }
}
@media (min-width: 768px) {
  .nav-tabs {
    font-size: 20px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
  }
  .nav-tabs--wrap {
    max-width: 1315px;
  }
  .nav-tabs__link {
    padding: 0.5em 0.75em;
  }
  .nav-tabs__link span {
    width: auto;
  }
  .nav-tabs-wrap__content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .nav-tabs {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .nav-tabs--inline {
    max-width: none;
  }
  .nav-tabs--inline .nav-tabs__tab {
    float: none;
    width: auto;
    display: inline-block;
  }
}
.nav-tabs + * {
  margin-top: 1em;
}
.nav-tabs-wrap {
  position: relative;
  overflow: hidden;
}
.nav-tabs-wrap__content-wrapper {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.25s, transform 0.5s;
  -moz-transition: opacity 0.25s, transform 0.5s;
  -o-transition: opacity 0.25s, transform 0.5s;
  transition: opacity 0.25s, transform 0.5s;
  position: relative;
  z-index: 100;
}
.nav-tabs-wrap__content-wrapper--hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 4em, 0);
  transform: translate3d(0, 4em, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.nav-tabs-wrap__content-wrapper--hidden .nav-tabs-wrap--accordion__header {
  border-top: 1px solid #ebedec;
  color: #000000;
}
.nav-tabs-wrap__content-wrapper--hidden .nav-tabs-wrap--accordion__header:after {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}
.nav-tabs-wrap__content-wrapper--hidden .nav-tabs-wrap--accordion__header ~ * {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs-wrap__content-wrapper--hidden {
    opacity: 0;
    -webkit-transform: translate3d(0, 4em, 0);
    transform: translate3d(0, 4em, 0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.nav-tabs-wrap--accordion .nav-tabs-wrap__content-wrapper--hidden {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  position: static;
  left: auto;
  top: auto;
  right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-wrap--accordion .nav-tabs-wrap__content-wrapper--hidden {
    opacity: 0;
    -webkit-transform: translate3d(0, 4em, 0);
    transform: translate3d(0, 4em, 0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .nav-tabs-wrap--accordion {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .nav-tabs-wrap--accordion .nav-tabs-wrap__content {
    padding: 0;
  }
}
.nav-tabs-wrap--accordion__header {
  position: relative;
  cursor: pointer;
  border-top: 2px solid #000;
  color: #d11b32;
  padding: 1em 0;
  font-size: 1.5em;
  margin: 0;
}
.nav-tabs-wrap--accordion__header:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 37px;
  transition: transform 0.25s;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
@media (min-width: 768px) {
  .nav-tabs-wrap--accordion__header {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    cursor: default;
  }
  .nav-tabs-wrap--accordion__header:after {
    content: none;
  }
}
.inline-modal-window {
  max-width: 800px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  position: relative;
  margin-top: 44px;
}
.inline-modal-window .mfp-close {
  top: -44px;
  color: #fff;
  opacity: 1;
  font-size: 44px;
}
.inline-modal-window#emailThanks {
  padding: 2em;
}
@media (min-width: 992px) {
  .inline-modal-window {
    padding: 2em;
  }
  .inline-modal-window#emailThanks {
    padding: 6em;
  }
}
.alert {
  background: #e7e7e7;
  padding: 1.5em;
}
.alert--info:before {
  font-family: FontAwesome;
  font-size: 40px;
  color: #d11b32;
  content: '\f05a';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .alert--info {
    padding-left: 100px;
    position: relative;
  }
  .alert--info:before {
    font-size: 60px;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .alert--info {
    padding-left: 150px;
  }
  .alert--info:before {
    left: 75px;
  }
}
.cta-container {
  padding: 1em 0 4em;
}
.cta-container__wrap-ctas {
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}
.cta-container .col-sm-6 {
  padding: 0;
}
.cta-container .col-sm-6:last-child {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .cta-container .col-sm-6:last-child {
    margin-top: 0;
  }
}
.cta-box {
  font-size: 1.75em;
  font-weight: 100;
  background: #000000 none center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 0;
  padding-bottom: 57.198952879581%;
  position: relative;
}
.cta-box a {
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.cta-box a:after {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #e21e31;
  display: inline-block;
  margin-left: 0.3em;
  transition: transform 0.25s;
  font-size: 0.5em;
}
.no-flexbox .cta-box a {
  top: 45%;
  bottom: auto;
}
@media (min-width: 768px) {
  .cta-box a:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@media (min-width: 768px) {
  .cta-container .col-sm-6 {
    padding-right: 0.5em;
  }
  .cta-container .col-sm-6:last-child {
    padding-right: 0;
    padding-left: 0.5em;
  }
  .addthis_sharing_toolbox {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .cta-box {
    font-size: 2.5em;
  }
}
.divider {
  color: #a7a7a7;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.page-header {
  text-align: center;
  margin: 0;
  border: none;
  padding: 0 0 2em;
}
.page-header h1 {
  font-size: 33px;
}
@media (min-width: 480px) {
  .page-header h1 {
    font-size: 2em;
  }
}
@media (min-width: 560px) {
  .page-header h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1100px) {
  .page-header h1 {
    font-size: 2.5em;
  }
}
.page-header .heading--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header p {
  font-size: 22px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
}
.page-header p.text--larger {
  font-size: 20px;
}
.page-header p.text--smaller {
  font-size: 16px;
}
.page-header p.text--no-max {
  max-width: 100%;
}
.page-header p.text--em {
  font-size: 24px;
  font-weight: 400;
}
.page-header--compatibility {
  text-align: center;
}
.page-header--left {
  text-align: left;
}
.page-header--hero-image {
  background: transparent none center bottom no-repeat;
  padding: 2.5em 0 400px;
}
.page-header--hero-image h1 {
  margin-bottom: 1em;
  margin-top: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.page-header--hero-image .page-header__content p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.page-header--hero-image .page-header__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-header--hero-image .page-header__content p {
    max-width: 420px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .page-header--hero-image {
    padding-bottom: 565px;
  }
}
@media (min-width: 992px) {
  .page-header--hero-image {
    background-position: center center;
    padding: 5em 0;
    background-size: auto 100%;
  }
  .page-header--hero-image .page-header__content {
    width: 55%;
    text-align: left;
  }
  .page-header--hero-image h1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .page-header--hero-image .page-header__content {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .page-header--hero-image {
    padding: 6em 0;
    background-size: auto;
  }
}
.page-header--text-image {
  background: transparent none;
  padding: 2.5em 0;
}
.page-header--text-image:after {
  content: '';
  display: table;
  clear: both;
}
.page-header--text-image h1 {
  margin: 0 auto 1em;
  max-width: 500px;
}
.page-header--text-image .page-header__content p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .page-header--text-image .page-header__content p {
    max-width: 420px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .page-header--text-image .page-header__content {
    width: 55%;
    text-align: left;
    float: left;
  }
  .page-header--text-image .page-header__image {
    width: 45%;
    float: right;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-header--text-image {
    padding: 6em 0;
  }
}
.page-header__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  .page-header__inner {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.page-header__image {
  margin-top: 3em;
}
@media (min-width: 860px) {
  .page-header {
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
  }
  .page-header .page-header__content {
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-timing-function: cubic-bezier(0.49, 0.84, 0.22, 0.98);
    transition-timing-function: cubic-bezier(0.49, 0.84, 0.22, 0.98);
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .loaded .page-header {
    opacity: 1;
  }
  .loaded .page-header .page-header__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 480px) {
  .page-header__secondary-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-header__secondary-img--show-tablet {
    display: none;
  }
}
.email-signup-heading {
  font-size: 1.4em;
  font-weight: 100;
}
@media (min-width: 768px) {
  .email-signup-heading {
    display: block;
    vertical-align: top;
    margin-right: 0.5em;
  }
}
@media (min-width: 1100px) {
  .email-signup-heading {
    display: inline-block;
  }
}
.updates-signup {
  position: relative;
  color: #000;
  max-width: 100%;
  margin: 0 auto;
}
.updates-signup:after {
  content: '';
  display: table;
  clear: both;
}
.updates-signup label {
  position: absolute;
  top: 0;
  left: 0.5em;
  line-height: 38px;
  font-weight: 300;
  cursor: text;
}
.updates-signup input {
  padding-left: 0.45em;
  box-sizing: border-box;
  height: 38px;
  float: left;
  border: none;
  width: 100%;
  border: 1px solid #a7a7a7;
  margin-bottom: 1em;
}
.updates-signup input:focus {
  outline: none;
}
.updates-signup .button {
  border: 2px solid #000000;
  height: 38px;
  background: transparent;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 33px;
  padding: 0 1em;
  margin: 0;
  box-sizing: border-box;
  float: left;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  font-weight: 600;
  width: 40%;
}
.updates-signup .button:hover,
.updates-signup .button:focus {
  background: #d11b32;
  outline: none;
  color: #fff;
  border-color: #d11b32;
}
.updates-signup .form-notification {
  display: inline-block;
  clear: both;
  position: absolute;
  color: #000;
  font-size: 0.8em;
  border-radius: 4px;
  left: 0;
  top: 36px;
}
.updates-signup .form-notification.error {
  color: red;
}
@media (min-width: 400px) {
  .updates-signup input {
    width: auto;
    margin-right: 0.5em;
  }
  .updates-signup .button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .updates-signup {
    margin-top: 2px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .updates-signup input {
    width: 250px;
  }
}
.select-option {
  display: block;
  font-size: 14px;
  list-style: none outside;
  margin: 0;
  text-align: center;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.select-option li {
  border: 2px solid transparent;
  transition: border-color 0.25s;
  max-width: calc(55px + 1.5em);
  margin-right: 0.25em;
  display: inline-block;
}
.select-option li.selected {
  border-color: #d11b32;
}
.select-option li:last-child {
  margin-right: 0;
}
.select-option a {
  display: block;
  border: 1px solid transparent;
  padding: 1.2em 0.25em 1em;
  box-sizing: border-box;
  height: 120px;
  transition: border-color 0.25s;
  line-height: 1.4;
  text-decoration: none;
  color: #000000;
}
.select-option a:hover {
  border-color: #e1e1e1;
}
.select-option img {
  max-width: 55px;
  margin: 0 auto 5px;
  display: block;
}
@media (min-width: 360px) {
  .select-option {
    border: 1px solid #e1e1e1;
    padding: 1em;
  }
  .select-option a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .select-option li {
    max-width: calc(55px + 2em);
  }
}
@media (min-width: 992px) {
  .select-option {
    float: left;
    padding-left: 2em;
    padding-right: 2em;
  }
}
.image-content {
  margin-top: 2em;
  margin-bottom: 2em;
}
.image-content__image {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.image-content__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-content__image--has-padding {
  padding: 1em;
}
.image-content__image--has-lg-padding {
  padding: 1em 4em;
}
.image-content__image--transparent {
  background: #ffffff;
  max-width: 100%;
}
.image-content__image--transparent img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .image-content__image--desktop-right img {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .image-content__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    width: 50%;
    float: left;
    text-align: center;
  }
  .image-content__image img {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .image-content__image--transparent {
    background: transparent;
  }
  .image-content__image--transparent img {
    max-width: 100%;
    width: auto;
  }
  .image-content__image--not-full {
    display: block;
  }
  .image-content__image--full img {
    width: 100%;
  }
  .image-content__image--align-bottom {
    align-items: flex-end;
  }
  .flexboxtweener .image-content__image--align-bottom {
    -ms-flex-align: end;
    -ms-flex-pack: end;
  }
  .no-flexbox .image-content__image--align-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .image-content__image--extra-padding,
  .section-bg-color .image-content__image--extra-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
img.image-content__img--hidden {
  display: none;
}
.image-content__img--fading {
  position: absolute !important;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .image-content__img--fading {
    left: 50% !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.image-content__image-group {
  position: relative;
  padding-bottom: 110%;
  height: 0;
  display: block;
  margin-top: 2em;
}
.image-content__image-group img {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.image-content__image-group img--hidden {
  position: absolute;
}
@media (min-width: 992px) {
  .image-content__image-group {
    position: relative;
    padding-bottom: 0;
    height: auto;
    width: 100%;
    margin-top: 0;
  }
  .image-content__image-group img {
    top: 0;
    left: 0;
  }
  .image-content__image--has-padding .image-content__image-group img {
    top: 1em;
    right: 1em;
    left: 1em;
    bottom: 1em;
  }
}
.image-content__video video {
  width: 100%;
  display: block;
}
.image-content__content {
  padding: 2em 1em 0;
  text-align: center;
}
.section-padding .image-content__content {
  padding: 0;
}
.section-bg-color .image-content__content {
  padding-bottom: 2em;
}
.image-content__content h1:first-child,
.image-content__content h2:first-child,
.image-content__content h3:first-child,
.image-content__content h4:first-child,
.image-content__content h5:first-child,
.image-content__content h6:first-child {
  margin-top: 0;
}
.image-content__content .heading--has-micro-divider:after {
  margin-left: auto;
  margin-right: auto;
}
.image-content__content > div {
  width: 100%;
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .image-content__content--align-left > div {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .image-content__content {
    width: 50%;
    float: right;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 2em;
    font-size: 0.8em;
  }
  .image-content__content .heading--has-micro-divider:after {
    margin-left: 0;
    margin-right: 0;
  }
  .image-content__content--extra-padding,
  .section-bg-color .image-content__content--extra-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .image-content__content > div {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .image-content__content {
    font-size: 1em;
  }
}
@media (min-width: 1400px) {
  .no-flexbox .image-content__content {
    padding-top: 5em;
  }
}
.image-content--condensed {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.image-content--condensed .image-content__image {
  max-width: 500px;
}
.image-content--condensed .image-content__image--transparent {
  background: transparent;
}
.image-content--condensed .image-content__image--transparent img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .image-content--condensed .image-content__content > div {
    max-width: 360px;
    margin-left: 0;
    margin-right: auto;
  }
  .image-content--condensed .image-content__content--no-max > div {
    max-width: 100%;
  }
  .image-content--condensed .image-content__image img {
    float: right;
    margin-right: 10%;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .image-content--condensed.image-content--content-first .image-content__content > div {
    max-width: 360px;
    margin-left: auto;
    margin-right: 0;
  }
  .image-content--condensed.image-content--content-first .image-content__image img {
    float: left;
    margin-left: 10%;
  }
}
.image-content--flush-btm {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .image-content {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
  }
  .image-content:after {
    content: '';
    display: table;
    clear: both;
  }
  .image-content--content-first {
    padding-top: 0;
  }
  .image-content--content-first .image-content__image {
    float: right;
    order: 2;
  }
  .image-content--content-first .image-content__content {
    float: left;
    order: 1;
  }
  .no-flexbox .image-content {
    position: relative;
  }
}
.addthis_sharing_toolbox .at-share-btn {
  max-width: none !important;
  max-height: 44px !important;
  background-color: transparent !important;
}
.addthis_sharing_toolbox .at-icon-wrapper {
  background-color: #d11b32 !important;
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5px;
}
.addthis_sharing_toolbox .at-icon-wrapper:hover {
  background-color: #e21e31 !important;
}
.addthis_sharing_toolbox .at_flat_counter {
  display: none;
}
.icon-content {
  text-align: center;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.icon-content .heading--has-micro-divider:after {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .icon-content__icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .icon-content__icon {
    display: inline;
  }
}
.icon-content--thin {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
/*
    * * * * * * * * * * * * * *
     * * * * * * * * * * * * *
    * * * * IMAGE LIST * * * *   e.g. retailer list, awards list
     * * * * * * * * * * * * *
    * * * * * * * * * * * * * *
*/
.image-list {
  margin: 0 auto;
  list-style: none outside;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.image-list:after {
  content: '';
  display: table;
  clear: both;
}
.image-list__item {
  float: left;
  min-height: 175px;
  margin: 0.25em;
  background: #ffffff;
  border: 1px solid #dedede;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(50% - 0.5em);
  max-width: calc(50% - 0.5em);
  min-width: 48%;
  min-width: calc(50% - 0.5em);
}
.image-list__item a,
.image-list__item div {
  display: block;
}
.flexboxtweener .image-list__item a,
.flexboxtweener .image-list__item div {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 200px;
}
.image-list__item .img-responsive {
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* ie11 --> */
  min-height: 1px;
  /* ie9 --> */
  display: block;
  margin: 0 auto;
}
.image-list__item img {
  margin: 0 auto;
  display: block;
}
.no-flexbox .image-list__item {
  position: relative;
}
.no-flexbox .image-list__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  width: 80%;
  left: 0;
  right: 0;
  max-width: 125px;
}
.flexboxtweener .image-list__item {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.flexboxtweener .image-list__item img {
  -ms-transform: none;
  transform: none;
  position: static;
  width: auto;
  max-width: 100%;
  margin: 0;
  flex: none;
}
.image-list__btn {
  background: #d11b32;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
@media (min-width: 992px) {
  .flexboxtweener .image-list__item img {
    width: 100%;
    max-width: 130px;
  }
}
/*
    * * * * * * * * * * * * * *
     * * * * * * * * * * * * *
       * * * * FAQs * * * * 
     * * * * * * * * * * * * *
    * * * * * * * * * * * * * *
*/
.site-wrapper .faqs .faqList {
  max-width: 1085px;
}
/* copied from kevo plus */
.faqs {
  padding-bottom: 102px;
  padding-top: 80px;
}
.faqs .faqList {
  list-style: none;
  padding: 0 15px !important;
  max-width: 1100px;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.faqs .faqItem {
  border-top: 1px solid #EBEDEC;
}
.faqs .faqItem.active {
  border-top: 2px solid #000;
  margin-top: -1px;
}
.faqs .faqItem h4 {
  font-size: 1.5em;
  font-weight: 100;
  padding: 23px 30px 24px 0;
  cursor: pointer;
  margin: 0;
  position: relative;
  color: #000;
  transition: color 0.25s;
}
.faqs .faqItem.active h4 {
  color: #03adee;
}
.faqs .faqItem .arrowIcon {
  float: right;
  width: 14px;
  height: 16px;
  cursor: pointer;
  position: relative;
  transition: transform 0.25s;
  margin-top: 26px;
  font-family: FontAwesome;
}
.faqs .faqItem.active .arrowIcon {
  transform: rotateZ(90deg);
  color: #03adee;
}
.faqs .faqItem .arrowIcon .arrowInactive {
  width: 100%;
  height: 100%;
}
.faqs .faqItem .arrowIcon .arrowInactive:before {
  content: '\f107';
  position: absolute;
}
.faqs .faqItem .arrowIcon .arrowActive {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
}
.faqs .faqItem.active .arrowIcon .arrowActive {
  opacity: 1;
}
.faqs .faqItem .accrContent {
  color: #000;
  overflow: hidden;
  margin: -12px 0 26px !important;
  display: none;
  font-weight: 300;
  line-height: 1.5;
}
/* copied from kevo plus */
/*
    * * * * * * * * * * * * * *
     * * * * * * * * * * * * *
    * * * * ONE OFFS * * * * 
     * * * * * * * * * * * * *
    * * * * * * * * * * * * * *
*/
.section--compatibility {
  text-align: center;
}
.section--compatibility ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.section--compatibility h3 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
.section--compatibility a {
  color: #fff;
}
.section--compatibility > div:last-child > div {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .section--compatibility ul {
    font-size: 16px;
  }
}
.compatibility-link-container {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.compatibility-header {
  text-align: center;
  padding-bottom: 1em;
}
.compatibility-header__lead {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .compatibility-header__lead {
    font-size: 28px;
    margin-bottom: 1em;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .compatibility-header__lead {
    font-size: 36px;
  }
}
.compatibility-header small {
  display: block;
}
.image-content--compatibility {
  margin-top: 0;
}
@media (min-width: 992px) {
  .image-content--compatibility {
    margin-top: 2em;
  }
  .image-content--compatibility .image-content__image {
    display: block;
  }
  .image-content--compatibility .image-content__image img {
    position: absolute;
    bottom: 0;
  }
}
.nav-tabs-wrap--compatibility {
  font-size: 16px;
}
.nav-tabs-wrap--compatibility ul {
  list-style: none outside;
  margin: 0 0 2em;
}
.nav-tabs-wrap--compatibility li {
  margin-bottom: 0.25em;
}
@media (max-width: 991px) {
  .section--compatibility {
    text-align: left;
    cursor: pointer;
    border-top: 2px solid #000;
    margin-left: 1em;
    margin-right: 1em;
  }
  .section--compatibility:after {
    content: '';
    display: table;
    clear: both;
  }
  .section--compatibility.media-block-container--has-right-border {
    border-top: none;
  }
  .section--compatibility h3 {
    position: relative;
    font-size: 1.3em;
    padding: 0;
  }
  .section--compatibility h3:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 1em;
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
  }
  .section--compatibility h3:hover {
    color: #d11b32;
  }
  .section--compatibility h3:focus {
    color: #d11b32;
    outline: none;
  }
  .container--compatibility {
    background: #f7f7f7;
    color: #000;
  }
  .container--compatibility a {
    color: #000;
  }
  .container--compatibility .section--compatibility__device-wrapper {
    display: none;
    clear: both;
  }
  .container--compatibility .section--compatibility__device-wrapper--open {
    display: block;
  }
  .container--compatibility .margin-b-xl {
    margin-bottom: 1em;
  }
  .container--compatibility .media-block {
    text-align: left;
    width: 100%;
    float: none;
    max-width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dedede;
    padding-left: 0;
    padding-right: 0;
  }
  .container--compatibility .media-block img {
    display: none;
  }
  .container--compatibility .media-block:last-child {
    border: none;
  }
  .container--compatibility .media-block__heading--open {
    color: #d11b32;
  }
  .container--compatibility .media-block__heading--open:after {
    transform: rotate(90deg);
  }
}
.compatibility-list {
  font-size: 14px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding: 0;
  margin: 0;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  column-gap: 3em;
}
.compatibility-list li {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}
@media (min-width: 992px) {
  .compatibility-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    font-size: 16px;
  }
}
.has-subnav .site-wrapper {
  padding-top: calc(54px + 1em);
}
@media (min-width: 860px) {
  .site-wrapper {
    padding: 52px 2em 2em;
  }
  .site-body {
    padding: 2em;
    min-height: calc(100vh - 52px - 2em);
  }
  .has-subnav .site-wrapper {
    padding-top: 96px;
  }
  .main-nav-toggle {
    display: none;
  }
  .branding {
    text-align: left;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .branding a {
    display: block;
  }
  .main-nav-container {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: right;
    width: calc(100% - 170px);
  }
  .main-nav {
    font-size: 1em;
    text-align: center;
    transition: opacity 0.25s;
    transition-delay: 0.2s;
    opacity: 0;
    display: block;
  }
  .main-nav__item {
    display: inline-block;
    border: none;
    line-height: 1.5;
  }
  .main-nav__item--has-subitem > a:after {
    content: none;
  }
  .main-nav__item--subitem {
    padding: 1em 0;
    line-height: 1;
  }
  .main-nav__item--open .main-nav__span {
    border-bottom: 2px solid #d11b32;
  }
  .main-nav__link {
    padding: 0.74em 0.95em;
  }
  .main-nav__link--btn {
    padding: .05em .75em;
  }
  .main-nav__subnav {
    background: #ffffff;
    margin-top: -1px;
    padding-left: 175px;
    padding-right: 0;
    border: none;
    font-size: 0.8em;
    opacity: 0;
    transition: opacity 0.75s;
    transition-delay: 0.75s;
  }
  .main-nav__subnav--open {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .main-nav__subnav .main-nav__link {
    padding: 0.5em 0.5em 0.3em;
  }
  .loaded .main-nav {
    opacity: 1;
  }
  .site-header {
    background: #ffffff;
    padding: 0 2.6em 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  .site-header:after {
    content: '';
    display: table;
    clear: both;
  }
  .site-header--mini {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  .site-header--mini .branding--kwikset {
    -webkit-transform: translateY(52px) scale(0.95);
    -moz-transform: translateY(52px) scale(0.95);
    -ms-transform: translateY(52px) scale(0.95);
    -o-transform: translateY(52px) scale(0.95);
    transform: translateY(52px) scale(0.95);
  }
  .branding--kwikset {
    float: left;
    position: absolute;
    left: 2.6em;
    top: 0;
    z-index: 1;
  }
  .branding--kwikset a {
    padding: 0.8em 1.5em;
  }
  .branding__logo--kwikset {
    width: 125px;
  }
  .main-nav__item--selected > .main-nav__link {
    font-weight: 700;
  }
  .main-nav__item--selected .main-nav__subnav {
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
    opacity: 0;
  }
  .loaded .main-nav__item--selected .main-nav__subnav {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .image-list {
    padding: 0 2em;
  }
  .image-list__item {
    margin: 1em;
    min-height: 200px;
    -ms-flex: 1 1 calc(25% - 2em);
    flex: 1 1 calc(25% - 2em);
    max-width: calc(25% - 2em);
    min-width: calc(25% - 2em);
  }
  .image-list__item a {
    padding: 1em;
  }
  .image-list__item a:hover .image-list__btn {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .image-list__item a:hover .img-responsive {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
}
@media (min-width: 1100px) {
  .main-nav-container {
    width: calc(100% - 333px);
    float: none;
    margin: 0 auto;
  }
  .site-wrapper {
    padding-top: 58px;
  }
  .has-subnav .site-wrapper {
    padding-top: 99px;
  }
  .site-body {
    min-height: calc(100vh - 58px - 2em);
  }
  .main-nav {
    font-size: 1.1em;
    text-align: center;
  }
  .main-nav__subnav {
    padding-left: 130px;
    padding-right: 130px;
    font-size: 0.7em;
  }
  .main-nav__subnav .main-nav__link {
    padding-left: 1em;
    padding-right: 1em;
  }
  .site-header--mini {
    -webkit-transform: translateY(-53px);
    -moz-transform: translateY(-53px);
    -ms-transform: translateY(-53px);
    -o-transform: translateY(-53px);
    transform: translateY(-53px);
  }
  .site-header--mini .branding--kwikset {
    -webkit-transform: translateY(53px) scale(0.9);
    -moz-transform: translateY(53px) scale(0.9);
    -ms-transform: translateY(53px) scale(0.9);
    -o-transform: translateY(53px) scale(0.9);
    transform: translateY(53px) scale(0.9);
  }
}
@media (min-width: 1200px) {
  .main-nav {
    font-size: 1.3em;
    font-weight: 100;
  }
  .main-nav__subnav {
    font-size: 0.65em;
  }
  .site-wrapper {
    padding-top: 70px;
  }
  .has-subnav .site-wrapper {
    padding-top: 116px;
  }
  .site-body {
    min-height: calc(100vh - 70px - 2em);
  }
  .site-header--mini {
    -webkit-transform: translateY(-62px);
    -moz-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    -o-transform: translateY(-62px);
    transform: translateY(-62px);
  }
  .site-header--mini .branding--kwikset {
    -webkit-transform: translateY(62px) scale(0.83);
    -moz-transform: translateY(62px) scale(0.83);
    -ms-transform: translateY(62px) scale(0.83);
    -o-transform: translateY(62px) scale(0.83);
    transform: translateY(62px) scale(0.83);
  }
  .branding--kwikset a {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }
}
/* sitefinity styles */
.sf_wrapper .nav-tabs-content--hidden {
  display: block;
}
.sf_wrapper .site-header {
  position: static !important;
}
.full-width-element {
  margin-left: -1em;
  margin-right: -1em;
}
@media (min-width: 860px) {
  .full-width-element {
    margin-left: -2em;
    margin-right: -2em;
  }
}
.flush-top {
  margin-top: -1em;
}
@media (min-width: 860px) {
  .flush-top {
    margin-top: -2em;
  }
}
.micro-divider--side span {
  display: inline-block;
  position: relative;
}
.micro-divider--side span:before,
.micro-divider--side span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #525252;
  top: 14px;
  width: 48px;
}
.micro-divider--side span:before {
  right: 100%;
  margin-right: 30px;
}
.micro-divider--side span:after {
  left: 100%;
  margin-left: 30px;
}
/* Kwikset Variables */
.section-padding {
  padding: 4em 1em;
}
/* Rental Property Owner Styles */
.site-wrapper {
  padding: 0;
}
.site-header {
  position: relative;
  background: #000000;
  height: 70px;
}
.branding--kwikset {
  float: none;
  left: 0;
  right: 0;
}
.branding--kwikset .branding__logo--kwikset {
  padding-bottom: 30px;
}
.site-body {
  background: #ffffff;
  padding-bottom: 0;
}
.site-footer {
  background-color: #000000;
}
.site-footer .container--max {
  border-top: none;
}
.section-heading {
  text-align: center;
  font-weight: 600;
  margin-top: 0;
}
.btn-solid {
  background-color: #d11b32;
  color: #ffffff;
}
.btn-solid:hover,
.btn-solid:focus {
  background-color: #e21e31;
}
.btn--transparent:hover,
.btn--transparent:focus {
  background-color: #000000;
  border-color: #000000;
}
.page-header--rental-property {
  background-image: url('/Images/RentalProperty/bg-mobile-intro-photo.jpg');
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 1em 0 0;
  position: relative;
  z-index: 1;
  background-position: right bottom;
}
.page-header--rental-property p + .btn {
  margin-top: 0;
}
@media (min-width: 480px) {
  .page-header--rental-property {
    padding: 3em 0 0;
  }
  .page-header--rental-property p + .btn {
    padding-top: 1em;
  }
}
@media (min-width: 992px) {
  .page-header--rental-property {
    background-image: url('/Images/RentalProperty/bg-desktop-intro-photo.jpg');
  }
}
.page-header--rental-property .page-header__content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-header--rental-property .page-header__content .heading {
  font-weight: 600;
  font-size: 2.5em;
  margin: 0 auto;
}
.page-header--rental-property .page-header__content .subheading {
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: .15em;
}
.page-header--rental-property .page-header__content img {
  margin-top: 4em;
}
@media (min-width: 992px) {
  .page-header--rental-property .page-header__content {
    width: 80%;
    max-width: 850px;
  }
  .page-header--rental-property .page-header__content .heading {
    margin: 0 auto;
    max-width: none;
    font-size: 3em;
  }
  .page-header--rental-property .page-header__content p {
    max-width: none;
  }
}
.page-header--rental-property:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background-color: #ffffff;
  height: 10em;
}
.page-header--rentals-goodbye {
  color: #ffffff;
  padding-bottom: 2.5em;
  color: #000000;
}
@media (min-width: 992px) {
  .page-header--rentals-goodbye {
    background-image: url('/Images/RentalProperty/bg-desktop-say-goodbye-to-keys.jpg');
    background-size: cover;
    background-position: 65% bottom;
    background-position: right top;
    padding-bottom: 6em;
  }
}
.page-header--rentals-goodbye .heading--has-micro-divider:after {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .page-header--rentals-goodbye .heading--has-micro-divider:after {
    margin-left: 0;
    margin-right: auto;
  }
}
.page-header--control-access {
  background-image: url('/Images/RentalProperty/bg-mobile-control-when-access.jpg');
  background-size: cover;
  background-position: 65% bottom;
  background-position: right bottom;
}
@media (min-width: 992px) {
  .page-header--control-access {
    background-image: url('/Images/RentalProperty/bg-desktop-control-when-access.jpg');
    padding: 3em;
  }
}
.page-nav-wrapper {
  position: relative;
  padding-bottom: 62px;
}
.page-nav-container {
  display: none;
  border-bottom: 1px solid #dedede;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.page-nav-container.page-nav--mobile-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-nav {
    list-style-type: none;
    padding-left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0;
  }
  .page-nav-container {
    background-color: #ffffff;
    display: block;
  }
  .page-nav__item {
    width: 25%;
    float: left;
    text-align: center;
  }
  .page-nav__link {
    color: #313131;
    text-decoration: none;
    padding: 1em 0;
    display: block;
  }
  .page-nav__link--active {
    font-weight: 600;
  }
  .page-nav__active-indicator {
    background-color: #d11b32;
    height: 8px;
    width: 25%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: left .25s linear;
  }
}
@media (min-width: 992px) {
  .page-nav {
    width: 80%;
  }
}
.media-block img + p {
  margin-top: .75em;
}
@media (min-width: 992px) {
  .icon-column__icon {
    margin-top: 4em;
  }
}
.page-section--testimonial {
  background-image: url('/Images/RentalProperty/bg-mobile-airbnb-quote.jpg');
  color: #ffffff;
  padding: 2em 1em;
}
.page-section--testimonial__icon {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .page-section--testimonial {
    background-image: url('/Images/RentalProperty/bg-desktop-airbnb-quote.jpg');
    background-position: center bottom;
    background-size: cover;
    padding: 3em 0;
  }
}
@media (min-width: 992px) {
  .image-content--condensed .image-content__image img {
    margin-right: 0;
  }
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  width: 36px;
  height: 36px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.slick-arrow.slick-prev:before {
  color: #d11b32;
  content: "\f0a8";
  font-family: FontAwesome;
  font-size: 36px;
}
.slick-arrow.slick-next:before {
  color: #d11b32;
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 36px;
}
.slick-dots li button:before {
  color: #a7a7a7;
  font-family: FontAwesome;
  content: "\f10c";
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.slick-dots li.slick-active button:before {
  color: #d11b32;
  opacity: 1;
  content: "\f111";
}
.section-bg-color--grey {
  background-color: #f7f7f7;
}
.section-bg-color--dark {
  background-color: #313131;
  border-top: 8px solid #d11b32;
}
.compare-locks {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  margin-top: 2em;
}
.compare-locks tr {
  border-bottom: 1px solid #dedede;
}
.compare-locks tbody tr:last-child {
  border-bottom: none;
}
.compare-locks tbody tr:last-child .compare-locks__cell {
  text-transform: uppercase;
  padding: 2em .5em;
}
.compare-locks tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.compare-locks__cell,
.compare-locks__col-header {
  width: 18.75%;
  padding: .5em 1em;
  border-right: 1px solid #dedede;
}
.compare-locks__cell:last-child,
.compare-locks__col-header:last-child {
  border-right: none;
}
.compare-locks__cell img,
.compare-locks__col-header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.compare-locks__row-header {
  width: 25%;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid #dedede;
  padding: 1em;
}
.compare-locks__col-header {
  text-align: center;
  padding: 1em .5em;
}
.compare-locks .text-link {
  color: #313131;
  text-decoration: underline;
}
.compare-locks .btn {
  padding: .5em 1em;
  margin-top: 1em;
}
.copyright {
  color: #ffffff;
}
.site-footer__links a {
  display: inline;
  color: #ffffff;
}
/*# sourceMappingURL=rentalProperty.css.map */