header {
  max-width: 100vw;
}

body {
  overflow-x: hidden;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d60b0b;
  -webkit-transition: background-color 275ms ease;
  transition: background-color 275ms ease;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.navbar-2 {
  display: block;
  height: 60px;
  margin-bottom: -10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  margin-right: 50px;
  padding-bottom: 15px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 100px;
}

.div-block {
  padding-bottom: 25px;
}

.nav-bar {
  padding-bottom: 0px;
  box-shadow: 0 20px 20px -16px rgba(0, 0, 0, 0.3);
}

.section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.section-2 {
  margin-top: 110px;
}

.div-block-2 {
  height: 700px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.15)
    ),
    url("../images/shutterstock_194984342-edit2-1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.15)
    ),
    url("../images/shutterstock_194984342-edit2-1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 12px solid #c7c7c7;
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.paragraph {
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}

.heading {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #d60b0b;
  font-size: 90px;
  line-height: auto;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-toggle {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #383838;
  font-weight: 600;
}

.dropdown-toggle:hover {
  color: #d60b0b;
}

.dropdown-toggle.w--current {
  color: #d60b0b;
}

.icon {
  font-size: 14px;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #383838;
}

.nav-link:hover {
  color: #d60b0b;
}

.nav-link.w--current {
  color: #d60b0b;
}

.div-block-4 {
  height: 20px;
  margin-right: 20px;
  border-right: 1px solid #919191;
}

.emergency-number {
  font-family: "Source Sans Pro", sans-serif;
  color: #d60b0b;
  font-weight: 700;
}

.text-block {
  font-family: "Source Sans Pro", sans-serif;
  color: #383838;
  font-weight: 600;
}

.section-3 {
  padding: 150px 10%;
  background-color: #161616;
}

.div-block-5 {
  width: 100%;
  height: 580px;
  background-image: url("../images/shutterstock_435517252-edit.jpg");
  background-position: 50% 50%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.row {
  background-color: #fff;
}

.section-heding-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-before {
  width: 60px;
  height: 12px;
  margin-right: 4%;
  background-color: #d60b0b;
}

.h1 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.category_top-post-excerpt {
  padding: 15px 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.category_top-post-excerpt.installation {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-2 {
  padding-right: 50px;
  padding-left: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  width: 100%;
  height: 80%;
  padding: 80px 45px;
  border-style: solid none solid solid;
  border-width: 12px;
  border-color: #c7c7c7;
  background-color: #fff;
}

.heading-3 {
  padding-right: 60px;
  padding-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.div-block-9 {
  height: 200px;
  padding-top: 20px;
  padding-left: 40px;
}

.paragraph-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 120px;
  padding-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.red-cta-btn {
  margin-left: 0px;
  padding: 18px 75px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.red-cta-btn:hover {
  background-color: #000;
}

.column-3 {
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
}

.column-5 {
  height: 580px;
  background-image: url("../images/shutterstock_instalation.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-2 {
  position: static;
  left: 0px;
  margin-top: 80px;
  margin-left: 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
}

.link-block {
  text-decoration: none;
}

.cat-dropdown_list-item {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #383838;
  font-weight: 600;
  text-align: center;
}

.cat-dropdown_list-item:hover {
  color: #d60b0b;
}

.cat-dropdown_list-item.w--current {
  color: #d60b0b;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-3 {
  background-color: #fff;
}

.dropdown-list-4 {
  background-color: #fff;
}

.dropdown-list-5 {
  background-color: #fff;
}

.row-3 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.div-block-10 {
  height: 580px;
  background-image: url("../images/shutterstock_webcamera.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-item_link {
  display: block;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 342ms ease;
  transition: color 342ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-decoration: none;
}

.service-item_link:hover {
  color: #d60b0b;
}

.heading-4 {
  margin-left: 68px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
}

.downloads-services_col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.heading-5 {
  margin-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
}

.link-2 {
  display: block;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 342ms ease;
  transition: color 342ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #d60b0b;
}

.section-4 {
  padding: 100px 15%;
}

.div-block-11 {
  height: 390px;
}

.paragraph-4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.heading-6 {
  margin-bottom: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 300;
}

.column-7 {
  padding-right: 103px;
  padding-left: 70px;
}

.container-2 {
  margin-top: 85px;
  margin-bottom: 85px;
  text-align: center;
}

.callout-quote {
  padding-right: 150px;
  padding-left: 150px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.slider-section {
  min-height: 600px;
  padding: 65px 15%;
  background-color: #000;
}

.mask {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
}

.slide-text {
  margin-bottom: 0px;
  padding: 75px 200px 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.testimonial-name {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.image-2 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.column-8 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-section {
  min-height: 875px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/contact-us-bg.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/contact-us-bg.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.simple-paragraph {
  margin-top: 40px;
  margin-bottom: 35px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.large-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.contact-section_container {
  padding-top: 100px;
}

.input-field {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.input-field:focus {
  border-bottom-color: #d60b0b;
}

.contact-form_bold-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.check-block {
  display: inline-block;
  margin-right: 35px;
  border-style: none;
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 25px;
}

.check-label,
.wpcf7-list-item-label {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-block {
  margin-top: 20px;
}

.div-block-13 {
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #fff;
}

.form {
  margin-top: 40px;
}

.contact-form_checkboxes-row > p {
  margin-bottom: 25px;
}

.checkbox-other {
  display: block;
  width: 100%;
  border-style: none none solid;
  border-width: 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.checkbox-other:focus {
  border-color: #d60b0b;
}

.column-9 {
  position: static;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-4 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.section-6 {
  padding: 100px 15%;
}

.column-10 {
  position: relative;
}

.blog-list_top-image {
  width: 100%;
  height: 400px;
  background-image: url("../images/shutterstock_safety-tips.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.heading-2-copy {
  font-family: "Source Sans Pro", sans-serif;
  color: #161616;
  font-weight: 300;
}

.text-block-5 {
  margin-top: 10px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #161616;
  font-weight: 300;
}

.text-block-5-copy {
  margin-top: 5px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #161616;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-7 {
  margin-top: 20px;
  padding-right: 80px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #161616;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.column-11 {
  position: relative;
}

.button-2-copy {
  margin-top: 20px;
  margin-left: 70px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.button-2-copy:hover {
  background-color: #000;
}

.footer {
  height: 550px;
  padding-right: 15%;
  padding-left: 15%;
  background-color: #000;
}

.slider-controls_left {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.slider-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-controls_right {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.column-12 {
  padding-top: 90px;
  padding-right: 155px;
  padding-bottom: 75px;
}

.image-3 {
  margin-top: 75px;
}

.row-5 {
  margin-top: 30px;
}

.heading-8 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer-location-description {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-8 {
  margin-top: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2-copy-copy {
  margin-top: 0px;
  margin-left: 0px;
  padding: 18px 50px;
  background-color: #fff;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #d60b0b;
  font-size: 16px;
  text-transform: uppercase;
}

.button-2-copy-copy:hover {
  background-color: #d60b0b;
  color: #fff;
}

.text-field-2 {
  margin-top: 27px;
  margin-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.text-field-2:focus {
  border-bottom-color: #d60b0b;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block-2-copy {
  padding-right: 50px;
  padding-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-8 {
  margin-top: 66px;
}

.div-block-16 {
  position: relative;
  height: 450px;
  padding-right: 15%;
  padding-left: 15%;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-9 {
  padding-top: 15%;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
}

.section-9 {
  max-height: 12000px;
  padding: 100px 10%;
  background-color: #161616;
  color: #161616;
}

.heading-10 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.row-6 {
  margin-top: 75px;
}

.div-block-17 {
  width: 100%;
  height: 460px;
  background-image: url("../images/fire-alarm-systems-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.column-13 {
  padding-top: 60px;
  padding-left: 40px;
}

.heading-11 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.paragraph-9 {
  margin-top: 25px;
  padding-right: 100px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-18 {
  margin-top: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid #fff;
}

.div-block-19 {
  width: 100%;
  height: 460px;
  background-image: url("../images/fire-alarm-systems-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-14 {
  padding-top: 35px;
  padding-left: 100px;
}

.heading-10-copy {
  padding-left: 68px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.row-7 {
  margin-top: 50px;
  margin-bottom: 120px;
  margin-left: 68px;
}

.access-control {
  height: 250px !important;
  background-size: contain !important;
}

.div-block-20 {
  width: 95%;
  height: 172px;
  margin-bottom: 20px;
  background-image: url("../images/cameras-dome.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-21 {
  width: 95%;
  height: 172px;
  margin-bottom: 20px;
  background-image: url("../images/cameras-bullet.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-22 {
  width: 95%;
  height: 172px;
  margin-bottom: 20px;
  background-image: url("../images/cameras-covert.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23 {
  width: 95%;
  height: 172px;
  margin-bottom: 20px;
  background-image: url("../images/night-vision-picture.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-3 {
  margin-top: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.license-plate-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/fire-alarm-systems-3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hd-over-hoax-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/shutterstock_video-systems.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hd-recorders-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/fas-installation-header.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.inspection-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/fas-inspection-header.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.real-time-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/fas-maintenance-header.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.learn-more-2 {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 0px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.learn-more-2:hover {
  background-color: #fff;
  color: #d60b0b;
}

.section-10,
.simple-page-banner {
  margin-top: 110px;
}

.div-block-24 {
  position: relative;
  height: 450px;
  padding: 11% 15% 3%;
  background-position: 0px 0px, 50% 42%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link-4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-12 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
}

.section-11 {
  padding: 100px 10%;
  background-color: #000;
}

.supply-installation-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/hd-recorders-image-01.jpg");
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.category_top-post-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-12 {
  padding: 100px 10%;
  background-color: #161616;
}

.container-4 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.paragraph-10 {
  padding-right: 75px;
  padding-left: 75px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.hd-recorders-img-details {
  width: 100%;
  height: 460px;
  background-image: url("../images/placehold-image.png");
  background-position: center;
  background-size: cover;
}

.section-13 browse-more-block {
  padding: 50px 15%;
  background-color: #000;
}

.downloads-services {
  padding: 50px 15%;
  background-color: #161616;
}

.text-block-7 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.heading-13 {
  margin-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.link-5 {
  -webkit-transition: color 292ms ease;
  transition: color 292ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-5:hover {
  color: #d60b0b;
}

.link-block-2 {
  margin-right: 20px;
}

.link-block-3 {
  margin-right: 0px;
  margin-left: 20px;
}

.image-4-copy {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.commercial-integration-banner-img {
  position: relative;
  height: 450px;
  padding: 12% 15% 3%;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/shutterstock_104506964-edit.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/shutterstock_104506964-edit.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-15 {
  padding: 60px 10%;
  background-color: #161616;
}

.paragraph-11 {
  padding-right: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.heading-14 {
  margin-top: 100px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}

.checkbox-field-2 {
  display: inline-block;
  margin-right: 40px;
  padding-left: 0px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.checkbox-label {
  margin-bottom: 0px;
  padding-left: 5px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-25 {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.row-8 {
  margin-top: 20px;
}

.company-banner-img {
  position: relative;
  height: 450px;
  padding: 12% 15% 3%;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-16 {
  padding: 60px 10% 100px;
  background-color: #161616;
}

.our-company-body {
  margin-top: 24px;
  padding-right: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.our-company-sub-head {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.heading-15 {
  margin-top: 75px;
  margin-bottom: 75px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
}

.div-block-26 {
  background-image: url("../images/placehold-image.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-19 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-16 {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-8 {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.row-9 {
  margin-top: 50px;
}

.row-10 {
  margin-top: 50px;
}

.section-17 {
  padding: 120px 15%;
  background-color: #161616;
}

.warranties-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/warranties-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.downloads-img {
  width: 100%;
  height: 460px;
  background-image: url("../images/downloads-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-18 {
  padding: 100px 15% 150px;
  background-color: #000;
}

.row-11 {
  margin-top: 60px;
}

.div-block-27 {
  width: 200px;
  background-image: url("../images/placehold-image.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-6 {
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.link-4-copy {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.downloads-banner {
  position: relative;
  height: 450px;
  padding: 11% 15% 3%;
  background-position: 0px 0px, 50% 42%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.downloads-inner {
  padding: 120px 10%;
  background-color: #161616;
}

.downloads-support {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #4a1512;
}

.downloads-support a {
  color: #ffffff;
  text-decoration: none;
}

.downloads-column_title {
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.downloads-column_link {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transition: color 275ms ease;
  transition: color 275ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.downloads-column_link:hover {
  color: #d60b0b;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-12 {
  margin-top: 75px;
}

.downloads-support h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.link-9 {
  color: #fff;
  text-decoration: none;
}

.blog-list_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  padding: 100px 10% 60px 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
}

.blog-list_page-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 90px;
  font-weight: 300;
  text-transform: uppercase;
}

.cat-dropdown_trigger {
  display: block;
  margin-left: 10px;
  padding-right: 20px;
  float: none;
  clear: none;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.cat-dropdown_list {
  background-color: #fff;
}

.blog-list_top {
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  padding: 100px 15%;
  background-color: #000;
}

.blog-heading {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.blog-post_date {
  margin-top: 10px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.blog-post_categories {
  margin-top: 5px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.blog-post_categories a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.blog-post_excerpt {
  margin-top: 20px;
  padding-right: 80px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.blog-post_permalink {
  margin-top: 20px;
  margin-left: 70px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-post_permalink:hover {
  background-color: #fff;
  color: #d60b0b;
}

.blog-list_loop {
  padding: 0 10% 120px 10%;
  background-color: #161616;
  overflow: hidden;
}

.div-block-28 {
  width: 390px;
  height: 220px;
}

.blog-image {
  width: 390px;
  height: 220px;
}

.div-block-29 {
  width: 390px;
  background-color: #000;
}

.text-block-9 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.blog-content-item {
  width: 80%;
  padding: 25px 20px 30px;
  background-color: #000;
  margin: 0 auto;
}

.blog-list_loop-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.text-block-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
}

.blog-list_loop-date {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
  text-align: left;
}

.blog-list_loop-categories {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
}

.blog-list_loop-categories a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.blog-list_loop-excerpt {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.blog-list_loop-image {
  width: 80%;
}

.blog-list_loop-permalink {
  margin-top: 20px;
  margin-left: 0px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-list_loop-permalink:hover {
  background-color: #fff;
  color: #d60b0b;
}

.collection-item {
  position: relative;
  margin-bottom: 35px;
}

.category_top-post {
  padding: 100px 15%;
  background-color: #000;
}

.blog-category-img {
  width: 100%;
  height: 535px;
  background-image: url("../images/shutterstock_435517252-edit.jpg");
  background-position: 50% 50%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.category_top-post-permalink {
  margin-top: 20px;
  margin-left: 50px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.category_top-post-permalink:hover {
  background-color: #fff;
  color: #d60b0b;
}

.title_pseudo {
  width: 60px;
  height: 12px;
  margin-right: 3%;
  background-color: #d60b0b;
}

.category_top-post-date {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
}

.category_top-post-tags {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.category-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-transform: none;
}

.single-blog_wrapper {
  margin-top: 110px;
  padding: 75px 22%;
  background-color: #000;
}

.single-blog_image {
  height: 585px;
  background-image: url("../images/shutterstock_safety-tips.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-blog_title {
  margin-top: 30px;
  padding-right: 12%;
  padding-left: 12%;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.single-blog_date {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.p {
  margin-top: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph-12-copy {
  margin-top: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.unordered-list {
  color: #fff;
  font-size: 16px;
}

.heading-21 {
  margin-top: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
}

.contact-form-bg {
  height: 1000px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.link-block-4 {
  margin-left: 40px;
}

.paragraph-6-copy {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.thanksgiving-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4-copy {
  margin-left: 68px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
}

.services-links {
  display: block;
  margin-left: 68px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 342ms ease;
  transition: color 342ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-decoration: none;
}

.services-links:hover {
  color: #d60b0b;
}

.residential-integration {
  margin-left: 68px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
}

.learn-more-ipad {
  margin-left: 0px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.learn-more-ipad:hover {
  background-color: #000;
}

.heading-24 {
  font-family: "Source Sans Pro", sans-serif;
  color: #d60b0b;
  font-weight: 600;
}

.text-block-13 {
  font-family: "Source Sans Pro", sans-serif;
}

.button-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.privacy-banner {
  height: 300px;
  padding: 5% 15% 3%;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/contact-section-bg.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/contact-section-bg.jpg");
  background-position: 0px 0px, 50% 42%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.disclaimer-banner {
  height: 300px;
  padding: 5% 15% 3%;
  background-position: 0px 0px, 50% 42%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-27,
.wp-editor-section {
  padding: 100px 15%;
  background-color: #161616;
}

.wp-editor-section h3 {
  margin-bottom: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.wp-editor-section p {
  margin-top: 25px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.heading-25 {
  margin-bottom: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.paragraph-14 {
  margin-top: 25px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.link-12 {
  margin-left: 68px;
}

.service-item_title {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-transition: color 308ms ease;
  transition: color 308ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.service-item_title:hover {
  color: #d60b0b;
}

.service-item_title.service-item_heading {
  margin-left: 0px;
}

.service-heading2-hp-copy {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-transition: color 308ms ease;
  transition: color 308ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.service-heading2-hp-copy:hover {
  color: #d60b0b;
}

.service-heading3-hp {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-transition: color 308ms ease;
  transition: color 308ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.service-heading3-hp:hover {
  color: #d60b0b;
}

.div-block-38 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.globe-overlay {
  position: absolute;
  top: 83px;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

.lightning-bolt-overlay {
  position: absolute;
  top: 178px;
  right: -13px;
  bottom: 0px;
  opacity: 0.15;
}

.single-blog_categories {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
}

.single-blog_categories a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.related-articles {
  margin-top: 30px;
  margin-bottom: 80px;
  padding-right: 12%;
  padding-left: 12%;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.image-6 {
  display: block;
}

.link-13 {
  color: #383838;
  text-decoration: none;
}

.link-13:hover {
  color: #d60b0b;
}

.link-13.w--current {
  color: #d60b0b;
}

.nav-logo.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-logo.w--current:hover {
  opacity: 0.65;
}

._404-button {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 18px 55px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

._404-button:hover {
  background-color: #000;
}

.link-block-5 {
  margin-right: 25px;
  padding-top: 20px;
}

.homepage-banner {
  height: 700px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.homepage-banner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 12px solid #c7c7c7;
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
  width: 100%;
}

.down-arrow {
  text-decoration: none;
}

.unmatched-excellence {
  padding: 100px 15%;
}

.testimonial-slider {
  min-height: 600px;
  padding: 65px 15%;
  background-color: #000;
}

.sentry-image-left {
  width: 100%;
  height: 580px;
  background-image: url("../images/about-us-company.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.great-leasing {
  padding-right: 50px;
  padding-left: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
}

.offer-callout {
  padding-right: 50px;
  padding-left: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
}

.trophy-img {
  height: 200px;
  padding-top: 20px;
  padding-left: 40px;
}

.rank-item {
  padding-left: 0px;
}

.sub-heading {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 300;
}

.sub-heading-black {
  margin-bottom: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 300;
}

.body-copy {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.rank-img {
  height: 580px;
  background-image: url("../images/shutterstock_instalation.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-heading {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #d60b0b;
  font-size: 90px;
  line-height: auto;
  font-weight: 400;
  text-transform: uppercase;
}

.banner-copy {
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  width: 100%;
}

.red-block {
  width: 60px;
  height: 12px;
  margin-right: 4%;
  background-color: #d60b0b;
}

.contact-form-heading {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.contact-form-body {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.interest-heading {
  margin-top: 15px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.other-text-field {
  display: inline-block;
  width: 50%;
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.other-text-field:focus {
  border-color: #d60b0b;
}

.rank-heading {
  padding-right: 60px;
  padding-left: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.blog-date {
  margin-top: 10px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #161616;
  font-weight: 300;
}

.blog-tags {
  margin-top: 5px;
  padding-left: 70px;
  font-family: "Source Sans Pro", sans-serif;
  color: #161616;
  font-size: 12px;
  font-weight: 600;
}
.blog-tags a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.read-more-btn {
  margin-top: 20px;
  margin-left: 70px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.read-more-btn:hover {
  background-color: #000;
}

.log-in-btn {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d60b0b;
  -webkit-transition: background-color 275ms ease;
  transition: background-color 275ms ease;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.log-in-btn:hover {
  background-color: #000;
}

.nav-link-dropdown {
  color: #383838;
  text-decoration: none;
}

.nav-link-dropdown:hover {
  color: #d60b0b;
}

.nav-link-dropdown.w--current {
  color: #d60b0b;
}

.email-text-field {
  margin-top: 27px;
  margin-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.email-text-field:focus {
  border-bottom-color: #d60b0b;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
}

.sign-up-btn {
  margin-top: 0px;
  margin-left: 0px;
  padding: 18px 50px;
  background-color: #fff;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #d60b0b;
  font-size: 16px;
  text-transform: uppercase;
}

.sign-up-btn:hover {
  background-color: #d60b0b;
  color: #fff;
}

.footer-disclaimer {
  margin-top: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.location {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer-location {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.footer-logo {
  margin-top: 75px;
}

.facebook-link {
  margin-right: 25px;
  padding-top: 20px;
}

.contact-bg-img {
  height: 875px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/contact-section-bg.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/contact-section-bg.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video {
  height: 390px;
}

.fire-alarm-banner {
  margin-top: 110px;
}

.fa-section2 {
  max-height: 12000px;
  padding: 100px 15%;
  background-color: #161616;
  color: #161616;
}

.learn-more {
  padding-left: 68px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  font-weight: 300;
}

.fa-column-3 {
  padding-top: 8%;
  padding-bottom: 9%;
  padding-left: 40px;
}

.fa-column-1 {
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 40px;
}

.fa-column-2 {
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 100px;
}

.category-contact {
  margin: 35px 70px;
  padding: 18px 50px;
  background-color: #d60b0b;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.category-contact:hover {
  background-color: #fff;
  color: #d60b0b;
}

.installation-banner {
  margin-top: 110px;
}

.installation-section2 {
  padding: 100px 15%;
  background-color: #000;
}

.installation-column {
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 100px;
}

.single-blog_content {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.downloads-row {
  margin-bottom: 50px;
}

.security-systems-banner {
  margin-top: 110px;
}

.residential-integration-column3 {
  padding-top: 20px;
  padding-left: 40px;
}

.inspection-section-2 {
  padding: 100px 15%;
  background-color: #000;
}

.text-field-3 {
  height: 0px;
}

.contact-form_col {
  padding-right: 10px;
  padding-left: 10px;
}

.contact-form_checkboxes-row {
  padding-top: 40px;
}

.row-13 {
  padding-left: 68px;
}

.downloads-services_row {
  padding-left: 68px;
}

html.w-mod-js *[data-ix="globe-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="globe-load-2"] {
  opacity: 0;
}
.in-text-link {
  color: #ffffff;
  /*    transition: color 325ms ease;*/
  text-decoration: none;
}
.in-text-link:hover {
  color: #d60b0b;
}

/* old 991px */
@media (max-width: 1024px) {
  .section-2 {
    margin-top: 110px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading {
    font-size: 70px;
  }

  .section-3 {
    padding-top: 100px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .div-block-5 {
    width: 95%;
    height: 370px;
    background-size: cover;
  }

  .section-heding-block {
    margin-left: -75px;
    padding-top: 14px;
  }

  .h1 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .category_top-post-excerpt {
    padding: 20px 0px 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: auto;
  }

  .red-cta-btn {
    min-width: 200px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .service-item_link {
    margin-left: 20px;
  }

  .heading-4 {
    margin-left: 20px;
  }

  .section-4 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-6 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .callout-quote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }

  .slider-section {
    min-height: 420px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .slide-text {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .contact-section_container {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .check-block {
    margin-top: 15px;
  }

  .checkbox:focus {
    color: #d60b0b;
  }

  .checkbox-other {
    margin-top: 10px;
  }

  .section-6 {
    padding: 80px 10%;
  }

  .heading-2-copy {
    font-size: 24px;
  }

  .text-block-5 {
    padding-left: 0px;
  }

  .text-block-5-copy {
    padding-left: 0px;
  }

  .paragraph-7 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-2-copy {
    margin-left: 0px;
  }

  .footer {
    height: auto;
    padding-right: 10%;
    padding-bottom: 45px;
    padding-left: 10%;
  }

  .slider-controls {
    margin-top: 0px;
  }

  .column-12 {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .image-3 {
    margin-top: 30px;
  }

  .row-5 {
    margin-top: 10px;
  }

  .form-2 {
    margin-top: 15px;
  }

  .text-field-2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    font-size: 15px;
  }

  .text-field-2:focus {
    border-bottom-color: #d60b0b;
  }

  .text-block-2-copy {
    font-size: 21px;
  }

  .div-block-16 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-9 {
    padding-top: 17%;
    font-size: 60px;
  }

  .section-9 {
    padding-top: 70px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .heading-10 {
    font-size: 36px;
  }

  .row-6 {
    padding-right: 0px;
  }

  .div-block-17 {
    height: 265px;
  }

  .column-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .heading-11 {
    margin-top: 0px;
    font-size: 24px;
  }

  .paragraph-9 {
    margin-top: 10px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-19 {
    height: 255px;
  }

  .column-14 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .heading-10-copy {
    padding-left: 0px;
    font-size: 24px;
    text-align: center;
  }

  .row-7 {
    margin-top: 30px;
    margin-left: 30px;
  }

  .license-plate-img {
    height: 255px;
  }

  .hd-over-hoax-img {
    height: 255px;
  }

  .hd-recorders-img {
    height: 255px;
  }

  .real-time-img {
    height: 255px;
  }

  .learn-more-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-24 {
    padding-top: 20%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-12 {
    margin-top: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .section-11 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .supply-installation-img {
    height: 370px;
  }

  .category_top-post-title {
    padding-top: 0px;
  }

  .section-12 {
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .hd-recorders-img-details {
    height: 370px;
  }

  .section-13 browse-more-block {
    padding-right: 5%;
    padding-left: 5%;
  }

  .downloads-services {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-16 {
    padding: 40px 0px 40px 10px;
  }

  .commercial-integration-banner-img {
    padding-top: 40%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-15 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-14 {
    margin-top: 60px;
    font-size: 48px;
  }

  .form-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .company-banner-img {
    padding-top: 40%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-16 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .our-company-sub-head {
    margin-bottom: 25px;
    text-align: left;
  }

  .heading-15 {
    font-size: 48px;
  }

  .column-20 {
    margin-bottom: 20px;
  }

  .section-17 {
    padding: 50px 5%;
  }

  .warranties-img {
    height: 360px;
  }

  .downloads-img {
    height: 360px;
  }

  .section-18 {
    padding: 80px 5% 120px;
  }

  .row-11 {
    margin-top: 0px;
  }

  .column-21 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-6 {
    text-align: center;
  }

  .downloads-banner {
    padding-top: 37%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .downloads-inner {
    padding-top: 75px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .downloads-support {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .downloads-column_title {
    font-size: 28px;
  }

  .downloads-column_link {
    font-size: 16px;
  }

  .downloads-support h2 {
    margin-top: 10px;
    font-size: 21px;
  }

  .blog-list_banner {
    padding: 50px 10%;
  }

  .blog-list_page-title {
    font-size: 60px;
  }

  .blog-list_top {
    padding-right: 5%;
    padding-left: 5%;
  }

  .blog-heading {
    font-size: 24px;
  }

  .blog-post_date {
    padding-left: 30px;
  }

  .blog-post_categories {
    padding-left: 30px;
  }

  .blog-post_excerpt {
    padding-right: 0px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-list_loop {
    padding-right: 5%;
    padding-left: 5%;
  }

  .blog-content-item {
    width: 90%;
  }

  .blog-list_loop-categories {
    text-align: left;
  }

  .blog-list_loop-image {
    width: 90%;
  }

  .collection-item {
    float: left;
  }

  .category_top-post {
    padding-right: 5%;
    padding-left: 5%;
  }

  .blog-category-img {
    height: 480px;
  }

  .category_top-post-permalink {
    margin-left: 0px;
  }

  .category_top-post-date {
    padding-left: 0px;
  }

  .category_top-post-tags {
    padding-left: 0px;
  }

  .category-title {
    font-size: 42px;
  }

  .single-blog_wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .single-blog_image {
    height: 475px;
  }

  .single-blog_title {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 32px;
  }

  .single-blog_date {
    text-align: left;
  }

  .p {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-21 {
    font-size: 60px;
  }

  .contact-form-bg {
    height: 900px;
  }

  .thanksgiving-div {
    margin-left: 0px;
    padding-top: 14px;
  }

  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-32 {
    width: 100%;
    height: 467px;
    background-image: url("../images/shutterstock_webcamera.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .block-services {
    margin-left: -60px;
    padding-top: 0px;
  }

  .heading-4-copy {
    margin-left: 10px;
  }

  .services-links {
    margin-left: 10px;
  }

  .column-26 {
    padding-left: 15px;
  }

  .column-27 {
    padding-left: 15px;
  }

  .residential-integration {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .column-28 {
    padding-left: 5px;
  }

  .div-block-33 {
    display: block;
    height: 360px;
    margin-top: 75px;
    padding: 35px 7% 35px 6%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 12px solid #c7c7c7;
    background-color: #fff;
  }

  .div-block-34 {
    height: 170px;
    background-image: url("../images/trophy.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .heading-23 {
    margin-top: 5px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .paragraph-13 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }

  .button-3 {
    text-transform: uppercase;
  }

  .column-29 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .learn-more-ipad {
    margin-top: 13px;
  }

  .div-block-35 {
    width: 90%;
    height: 335px;
    margin: 40px auto 80px;
    background-image: url("../images/shutterstock_instalation.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-31 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .brand-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 30px;
  }

  .div-block-36 {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .text-block-11 {
    display: inline-block;
    padding-top: 10px;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .link-10 {
    text-decoration: none;
    color: #d60b0b;
  }

  .link-10.w--current {
    color: #d60b0b;
  }

  .icon-4 {
    font-size: 35px;
  }

  .button-4 {
    margin-right: 7px;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
    background-color: #d60b0b;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
  }

  .navbar-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 20px 20px -16px rgba(0, 0, 0, 0.3);
  }

  .menu-button {
    padding: 5px 10px 10px;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #000;
  }

  .open-menu {
    position: absolute;
    background-color: #fff;
  }

  .column-32 {
    padding-right: 15px;
    padding-left: 0px;
  }

  .column-33 {
    padding-left: 15px;
  }

  .column-34 {
    padding-left: 0px;
  }

  .column-35 {
    margin-bottom: 40px;
  }

  .column-36 {
    margin-top: 20px;
  }

  .column-37 {
    margin-top: 20px;
  }

  .column-38 {
    margin-top: 20px;
  }

  .column-39 {
    margin-top: 20px;
  }

  .column-40 {
    margin-top: 20px;
  }

  .column-41 {
    margin-top: 20px;
  }

  .column-42 {
    margin-top: 20px;
  }

  .column-43 {
    margin-top: 20px;
  }

  .column-44 {
    margin-top: 20px;
  }

  .column-45 {
    margin-top: 20px;
  }

  .column-46 {
    margin-top: 20px;
  }

  .column-47 {
    margin-top: 20px;
  }

  .column-48 {
    margin-top: 20px;
  }

  .column-49 {
    margin-top: 20px;
  }

  .column-50 {
    margin-top: 20px;
  }

  .column-51 {
    margin-top: 20px;
  }

  .checkbox-field-3 {
    display: inline-block;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
  }

  .checkbox-field-3:focus {
    color: #d60b0b;
  }

  .field-label-tablet {
    padding-left: 5px;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
  }

  .form-block-2 {
    padding-left: 10px;
  }

  .column-52 {
    padding-right: 20px;
  }

  .privacy-banner {
    height: 200px;
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .disclaimer-banner {
    height: 200px;
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-27,
  .wp-editor-section {
    padding: 50px 5%;
  }

  .paragraph-14,
  .wp-editor-section p {
    font-size: 16px;
  }

  .single-blog_categories {
    text-align: left;
  }

  .related-articles {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 32px;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .homepage-banner-box {
    padding-right: 100px;
    padding-left: 100px;
  }

  .unmatched-excellence {
    padding-right: 5%;
    padding-left: 5%;
  }

  .testimonial-slider {
    min-height: 420px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .sentry-image-left {
    width: 95%;
    height: 370px;
    background-size: cover;
  }

  .intro-heading {
    margin-left: -75px;
    padding-top: 14px;
  }

  .great-leasing {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: auto;
  }

  .offer-callout {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: auto;
  }

  .sub-heading {
    margin-top: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .sub-heading-black {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px;
  }

  .body-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-heading {
    font-size: 70px;
  }

  .blog-date {
    padding-left: 0px;
  }

  .blog-tags {
    padding-left: 0px;
  }

  .read-more-btn {
    margin-left: 0px;
  }

  .email-text-field {
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    font-size: 15px;
  }

  .email-text-field:focus {
    border-bottom-color: #d60b0b;
  }

  .footer-logo {
    margin-top: 30px;
  }

  .fa-section2 {
    padding-top: 70px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .learn-more {
    padding-left: 0px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
  }

  .fa-column-3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .fa-column-1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .fa-column-2 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .category-contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .installation-section2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .installation-column {
    padding-top: 0px;
    padding-left: 0px;
  }

  .residential-integration-column3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inspection-section-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .contact-form_checkboxes-row {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .section-2 {
    margin-top: 65px;
  }

  .div-block-2 {
    height: 450px;
  }

  .container {
    padding-top: 50px;
  }

  .div-block-3 {
    height: 270px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .section-3 {
    padding-bottom: 30px;
  }

  .category_top-post-excerpt {
    padding-left: 10px;
    font-size: 14px;
  }

  .icon-2 {
    margin-top: 50px;
    margin-right: 0px;
  }

  .row-3 {
    margin-bottom: 40px;
  }

  .div-block-10 {
    height: 300px;
  }

  .service-item_link {
    margin-left: 0px;
  }

  .heading-4 {
    margin-left: 0px;
  }

  .heading-5 {
    line-height: 27px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-11 {
    height: 300px;
  }

  .contact-section {
    min-height: 895px;
  }

  .simple-paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .large-title {
    font-size: 32px;
  }

  .contact-section_container {
    padding-top: 10px;
  }

  .input-field {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-form_bold-text {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
  }

  .check-label,
  .wpcf7-list-item-label {
    font-size: 14px;
  }

  .form {
    margin-top: 25px;
    padding-left: 10px;
  }

  .section-6 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-2-copy {
    margin-top: 10px;
  }

  .footer {
    height: 720px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-8 {
    margin-top: 65px;
  }

  .div-block-16 {
    height: 200px;
  }

  .heading-9 {
    padding-top: 10%;
    font-size: 50px;
  }

  .section-9 {
    padding-top: 30px;
  }

  .heading-10 {
    margin-top: 15px;
  }

  .row-6 {
    margin-top: 30px;
  }

  .div-block-17 {
    height: 250px;
  }

  .heading-11 {
    margin-top: 10px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .div-block-18 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-14 {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .heading-10-copy {
    font-size: 21px;
    line-height: 40px;
    text-align: left;
  }

  .row-7 {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .section-10,
  .simple-page-banner {
    margin-top: 65px;
  }

  .div-block-24 {
    height: 200px;
    padding-top: 15%;
  }

  .heading-12 {
    font-size: 55px;
  }

  .section-11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .supply-installation-img {
    height: 200px;
    background-size: cover;
  }

  .section-12 {
    padding-top: 50px;
  }

  .paragraph-10 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hd-recorders-img-details {
    height: 250px;
  }

  .section-13 browse-more-block {
    padding-bottom: 30px;
  }

  .downloads-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .column-15 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .column-16 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .commercial-integration-banner-img {
    height: 200px;
    padding-top: 10%;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-14 {
    margin-top: 20px;
    font-size: 32px;
  }

  .company-banner-img {
    height: 200px;
    padding-top: 15%;
  }

  .our-company-body {
    font-size: 14px;
    line-height: 24px;
  }

  .our-company-sub-head {
    text-align: center;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-18 {
    padding-top: 40px;
  }

  .link-6 {
    font-size: 18px;
  }

  .downloads-banner {
    height: 200px;
    padding-top: 5%;
  }

  .downloads-inner {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .downloads-support {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .row-12 {
    margin-top: 30px;
  }

  .downloads-support h2 {
    font-size: 18px;
  }

  .blog-list_banner {
    margin-top: 65px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-list_page-title {
    margin-top: 10px;
  }

  .blog-list_top {
    padding-top: 60px;
  }

  .blog-post_date {
    padding-left: 10px;
  }

  .blog-post_categories {
    padding-left: 10px;
  }

  .blog-post_excerpt {
    padding-left: 10px;
  }

  .blog-post_permalink {
    margin-left: 10px;
  }

  .blog-list_loop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-list_loop-title {
    text-align: left;
  }

  .blog-list_loop-categories {
    text-align: left;
  }

  .blog-list_loop-excerpt {
    text-align: left;
  }

  .blog-list_loop-permalink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category_top-post-permalink {
    margin-left: 10px;
  }

  .category_top-post-date {
    padding-left: 10px;
  }

  .category_top-post-tags {
    padding-left: 10px;
  }

  .single-blog_wrapper {
    margin-top: 65px;
  }

  .single-blog_title {
    line-height: 45px;
  }

  .single-blog_date {
    text-align: center;
  }

  .p {
    margin-top: 20px;
    font-size: 14px;
  }

  .section-26 {
    margin-top: 65px;
  }

  .heading-21 {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }

  .div-block-31 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-22 {
    font-size: 21px;
  }

  .paragraph-6-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
  }

  .div-block-33 {
    height: 490px;
  }

  .div-block-34 {
    height: 130px;
  }

  .column-29 {
    padding-top: 10px;
  }

  .column-33 {
    margin-top: 35px;
    padding-left: 0px;
  }

  .column-59 {
    margin-top: 20px;
  }

  .column-60 {
    margin-top: 20px;
  }

  .column-61 {
    margin-top: 0px;
  }

  .column-62 {
    margin-top: 20px;
  }

  .column-64 {
    margin-top: 20px;
  }

  .column-66 {
    margin-top: 20px;
  }

  .column-68 {
    margin-top: 20px;
  }

  .column-70 {
    margin-top: 20px;
  }

  .form-6 {
    padding-left: 10px;
  }

  .column-71 {
    margin-top: 20px;
  }

  .column-72 {
    margin-top: 0px;
  }

  .privacy-banner {
    height: 150px;
    padding-top: 8%;
  }

  .disclaimer-banner {
    height: 150px;
    padding-top: 8%;
  }

  .section-27,
  .wp-editor-section {
    padding-top: 30px;
  }

  .heading-25,
  .wp-editor-section h3 {
    font-size: 21px;
  }

  .single-blog_categories {
    text-align: center;
  }

  .related-articles {
    line-height: 45px;
  }

  .homepage-banner {
    height: 450px;
  }

  .homepage-banner-box {
    height: 270px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .unmatched-excellence {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .banner-copy {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form-heading {
    font-size: 32px;
  }

  .contact-form-body {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .interest-heading {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
  }

  .contact-bg-img {
    height: 895px;
  }

  .video {
    height: 300px;
  }

  .fire-alarm-banner {
    margin-top: 65px;
  }

  .fa-section2 {
    padding-top: 30px;
  }

  .learn-more {
    font-size: 21px;
    line-height: 40px;
    text-align: left;
  }

  .fa-column-2 {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .installation-banner {
    margin-top: 65px;
  }

  .installation-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .installation-column {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .security-systems-banner {
    margin-top: 65px;
  }

  .inspection-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .col-holder {
    padding-bottom: 30px;
  }

  .col-holder .form-recaptcha > div {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .section-2 {
    margin-top: 65px;
  }

  .div-block-2 {
    height: 500px;
  }

  .container {
    padding-top: 55px;
  }

  .div-block-3 {
    height: 320px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .section-3 {
    padding: 60px 3% 40px;
  }

  .div-block-5 {
    width: 100%;
    height: 200px;
  }

  .section-heding-block {
    margin-left: -57px;
  }

  .category_top-post-excerpt {
    margin-top: 15px;
    padding-top: 0px;
    font-size: 14px;
  }

  .text-block-2 {
    padding-left: 10px;
    font-size: 16px;
  }

  .icon-2 {
    margin-top: 50px;
    margin-left: 20px;
  }

  .dropdown-list.w--open {
    padding-bottom: 10px;
  }

  .row-3 {
    margin-top: 40px;
  }

  .div-block-10 {
    height: 200px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-left: 20px;
  }

  .link-2 {
    margin-left: 0px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .div-block-11 {
    height: 200px;
  }

  .slider-section {
    padding: 50px 2%;
  }

  .slide-text {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .contact-section {
    height: 100%;
  }

  .simple-paragraph {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .large-title {
    padding-left: 10px;
    font-size: 32px;
    text-align: left;
  }

  .contact-section_container {
    padding-top: 30px;
  }

  .input-field {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-form_bold-text {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
  }

  .check-block {
    width: 100%;
  }

  .check-label,
  .wpcf7-list-item-label {
    font-size: 14px;
  }

  .form-block {
    margin-top: 0px;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-9 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-6 {
    padding: 50px 2%;
  }

  .blog-list_top-image {
    height: 200px;
  }

  .heading-2-copy {
    margin-top: 10px;
    line-height: 34px;
  }

  .text-block-5 {
    margin-top: 0px;
  }

  .paragraph-7 {
    margin-top: 10px;
  }

  .footer {
    height: 15%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2-copy {
    padding-right: 0px;
  }

  .section-8 {
    margin-top: 65px;
  }

  .div-block-16 {
    height: 200px;
  }

  .heading-9 {
    padding-top: 15%;
    font-size: 32px;
  }

  .section-9 {
    padding-top: 30px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .row-6 {
    margin-top: 30px;
  }

  .column-13 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .heading-11 {
    margin-top: 10px;
    font-size: 21px;
    line-height: 32px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .div-block-18 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-14 {
    margin-bottom: 35px;
    padding-left: 10px;
  }

  .heading-10-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
  }

  .row-7 {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .section-10,
  .simple-page-banner {
    margin-top: 65px;
  }

  .div-block-24 {
    height: 200px;
    padding-top: 32%;
  }

  .link-4 {
    font-size: 12px;
  }

  .heading-12 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .supply-installation-img {
    height: 300px;
  }

  .category_top-post-title {
    margin-top: 15px;
    margin-left: -30px;
  }

  .section-12 {
    padding-top: 40px;
  }

  .paragraph-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hd-recorders-img-details {
    height: 300px;
  }

  .column-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-16 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .commercial-integration-banner-img {
    height: 200px;
    padding-top: 30%;
  }

  .section-15 {
    padding-top: 40px;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-14 {
    margin-top: 25px;
    font-size: 24px;
  }

  .company-banner-img {
    height: 200px;
  }

  .our-company-body {
    font-size: 14px;
    line-height: 24px;
  }

  .our-company-sub-head {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .heading-15 {
    font-size: 24px;
    text-align: left;
  }

  .column-17 {
    margin-top: 20px;
  }

  .column-20 {
    margin-top: 20px;
  }

  .heading-16 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .section-18 {
    padding-top: 40px;
  }

  .downloads-banner {
    height: 200px;
    padding-top: 33%;
  }

  .downloads-inner {
    padding-top: 30px;
    padding-bottom: 55px;
  }

  .downloads-support {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row-12 {
    margin-top: 30px;
  }

  .downloads-support h2 {
    font-size: 16px;
  }

  .blog-list_banner {
    margin-top: 65px;
    padding: 20px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-list_loop {
    padding-top: 50px;
  }

  .blog-content-item {
    width: 100%;
  }

  .blog-list_loop-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .blog-list_loop-categories {
    margin-top: 10px;
  }

  .blog-list_loop-excerpt {
    font-size: 14px;
  }

  .blog-list_loop-image {
    width: 100%;
  }

  .category_top-post {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .blog-category-img {
    height: 300px;
  }

  .category_top-post-tags {
    line-height: 18px;
  }

  .category-title {
    font-size: 24px;
  }

  .single-blog_wrapper {
    margin-top: 65px;
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .single-blog_image {
    height: 250px;
  }

  .single-blog_title {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .single-blog_date {
    margin-top: 10px;
  }

  .p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .unordered-list {
    padding-left: 20px;
  }

  .section-26 {
    margin-top: 65px;
  }

  .heading-21 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
  }

  .contact-form-bg {
    height: 1200px;
  }

  .div-block-31 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-22 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .link-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph-6-copy {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .div-block-33 {
    height: 500px;
    padding-top: 20px;
  }

  .div-block-34 {
    height: 100px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .column-29 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-35 {
    width: 100%;
    height: 175px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .column-32 {
    padding-right: 0px;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-35 {
    margin-bottom: 20px;
  }

  .column-52 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-phone {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    box-shadow: 0 20px 20px -16px rgba(0, 0, 0, 0.3);
  }

  .brand-3 {
    padding-left: 18px;
  }

  .column-53 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-55 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask-2 {
    background-color: #000;
  }

  .dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .dropdown-2 {
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .nav-link-2 {
    display: block;
  }

  .mobile-nav-dropdown {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .mobile-menu.w--open {
    background-color: #fff;
    color: #000;
  }

  .button-5 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #d60b0b;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-12 {
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .link-11 {
    color: #d60b0b;
    text-decoration: none;
  }

  .dropdown-list-7 {
    background-color: #fff;
  }

  .dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .dropdown-toggle-3-double-line {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px none #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .dropdown-toggle-3--no-line {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px none #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .dropdown-list-8 {
    background-color: #fff;
  }

  .dropdown-list-8.w--open {
    padding-bottom: 10px;
  }

  .mobile-nav-dropdown-line {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .dropdown-list-9 {
    background-color: #fff;
  }

  .dropdown-list-9.w--open {
    padding-bottom: 10px;
  }

  .mobile-nav-no-line {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #c7c7c7;
    border-bottom: 1px none #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    color: #383838;
    font-weight: 600;
  }

  .column-56 {
    margin-bottom: 20px;
  }

  .column-57 {
    margin-bottom: 20px;
  }

  .column-58 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-59 {
    margin-top: 20px;
  }

  .column-60 {
    margin-top: 20px;
  }

  .column-61 {
    margin-top: 20px;
  }

  .column-62 {
    margin-top: 20px;
  }

  .column-63 {
    margin-top: 20px;
  }

  .column-64 {
    margin-top: 20px;
  }

  .column-65 {
    margin-top: 20px;
  }

  .column-66 {
    margin-top: 20px;
  }

  .column-67 {
    margin-top: 20px;
  }

  .column-68 {
    margin-top: 20px;
  }

  .column-69 {
    margin-top: 20px;
  }

  .column-70 {
    margin-top: 20px;
  }

  .form-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .privacy-banner {
    height: 125px;
    padding-top: 15%;
  }

  .disclaimer-banner {
    height: 125px;
    padding-top: 10%;
  }

  .section-27,
  .wp-editor-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .paragraph-14,
  .wp-editor-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .service-item_title {
    margin-left: 0px;
  }

  .single-blog_categories {
    margin-top: 10px;
  }

  .related-articles {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .homepage-banner {
    height: 500px;
  }

  .homepage-banner-box {
    height: 320px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .unmatched-excellence {
    padding-top: 60px;
  }

  .testimonial-slider {
    padding: 50px 2%;
  }

  .sentry-image-left {
    width: 100%;
    height: 200px;
  }

  .intro-heading {
    margin-left: -57px;
  }

  .great-leasing {
    padding-left: 10px;
    font-size: 16px;
  }

  .offer-callout {
    padding-left: 10px;
    font-size: 16px;
  }

  .banner-heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .banner-copy {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form-heading {
    padding-left: 10px;
    font-size: 32px;
    text-align: left;
  }

  .contact-form-body {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .interest-heading {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
  }

  .blog-date {
    margin-top: 0px;
  }

  .contact-bg-img {
    height: 100%;
  }

  .video {
    height: 200px;
  }

  .fire-alarm-banner {
    margin-top: 65px;
  }

  .fa-section2 {
    padding-top: 30px;
  }

  .learn-more {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
  }

  .fa-column-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .fa-column-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .fa-column-2 {
    margin-bottom: 35px;
    padding-left: 10px;
  }

  .installation-banner {
    margin-top: 65px;
  }

  .installation-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .installation-column {
    margin-bottom: 35px;
    padding-left: 10px;
  }

  .security-systems-banner {
    margin-top: 65px;
  }

  .residential-integration-column3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .inspection-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .row-13 {
    padding-left: 0px;
  }

  .downloads-services_row {
    padding-left: 0px;
  }

  .col-holder .form-recaptcha > div {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 340px) {
  .col-holder .form-recaptcha > div {
    -webkit-transform: scale(0.66) translateX(-77px);
    transform: scale(0.66) translateX(-77px);
  }

  .col-holder {
    padding-bottom: 12px;
  }

  .wpcf7-form .row-4 {
    margin-top: 25px;
  }
}

/* New Images */

.fas-01 {
  background-image: url("../images/fas-inspection-header.jpg");
}
.fas-02 {
  background-image: url("../images/fire-alarm-monitoring-banner.jpg");
}
.comun-01 {
  background-image: url("../images/communications-img-1.jpg");
}
.comun-02 {
  background-image: url("../images/communications-img-2.jpg");
}
.comun-03 {
  background-image: url("../images/communications-img-3.jpg");
}
.fas-inst-01 {
  background-image: url("../images/fas-installation-image-1.jpg");
}
.fas-inst-02 {
  background-image: url("../images/fas-installation-image-2.jpg");
}
.fas-maint-01 {
  background-image: url("../images/fas-maintenance-image-1.jpg");
}
.fas-maint-02 {
  background-image: url("../images/fas-maintenance-image-2.jpg");
}
.fas-insp-01 {
  background-image: url("../images/fas-inspection-image-1.jpg");
}
.fas-insp-02 {
  background-image: url("../images/fas-inspection-image-2.jpg");
}
.vs-hd {
  background-image: url("../images/hd-recorders-header.jpg");
}
.vs-rtvm {
  background-image: url("../images/rt-vid-mon-header.jpg");
}
.vs-image-1 {
  background-image: url("../images/vs-image-1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.vs-image-2 {
  background-image: url("../images/vs-image-2.jpg");
}
.vs-image-3 {
  background-image: url("../images/vs-image-3.jpg");
}
.vs-image-4 {
  background-image: url("../images/vs-image-4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.hdr-1 {
  background-image: url("../images/hd-recorders-image-2.jpg");
}
.hdr-2 {
  background-image: url("../images/hd-recorders-image-3.jpg");
}
.hdr-3 {
  background-image: url("../images/hd-recorders-image-4.jpg");
}
.hdr-4 {
  background-image: url("../images/hd-recorders-image-5.jpg");
}
.vs-1 {
  background-image: url("../images/hd-recorders-header.jpg");
}
.rtv-1 {
  background-image: url("../images/rt-vid-mon-img-1.jpg");
}
.rtv-2 {
  background-image: url("../images/rt-vid-mon-img-2.jpg");
}
.vs-2 {
  background-image: url("../images/rt-vid-mon-header.jpg");
}
.ss-1 {
  background-image: url("../images/fire-burglar-header.jpg");
}
.ss-2 {
  background-image: url("../images/security-systems-img-2.jpg");
}
.ss-3 {
  background-image: url("../images/fire-burglar-header.jpg");
}
.ss-4 {
  background-image: url("../images/access-control-img-1.jpg");
}
.ss-5 {
  background-image: url("../images/access-control-img-2.jpg");
}
.ss-6 {
  background-image: url("../images/burglar-alarm-installation-banner.png");
}
.fbam-1 {
  background-image: url("../images/fire-burglar-img-1.jpg");
}
.fbam-2 {
  background-image: url("../images/fire-burglar-img-2.jpg");
}
.fbam-3 {
  background-image: url("../images/fire-burglar-img-3.jpg");
}
.ac-1 {
  background-image: url("../images/access-control-img-1.jpg");
}
.ac-2 {
  background-image: url("../images/access-control-img-2.jpg");
}
.ac-3 {
  background-image: url("../images/cloud-based-access-control-03.jpg");
}
.ac-equipment-1 {
  background-image: url("../images/01-card-access-readers.jpg");
}
.ac-equipment-2 {
  background-image: url("../images/02-biometric-fingerprint.jpg");
}
.ac-equipment-3 {
  background-image: url("../images/03-keypad.jpg");
}
.comun-1 {
  background-image: url("../images/communications-img-1.jpg");
}
.comun-2 {
  background-image: url("../images/communications-img-2.jpg");
}
.comun-3 {
  background-image: url("../images/communications-img-3.jpg");
}
.intercom-1 {
  background-image: url("../images/01-intercom-img-1.jpg");
}
.intercom-2 {
  background-image: url("../images/02-audio-intercoms.jpg");
}
.intercom-3 {
  background-image: url("../images/03-video-intercoms.jpg");
}
.ps-1 {
  background-image: url("../images/phone-systems-img-1.jpg");
}
.ps-2 {
  background-image: url("../images/key-systems.jpg");
}
.ps-2-2 {
  background-image: url("../images/keypad-access.jpg");
}
.ps-3 {
  background-image: url("../images/private-branch-exchange.jpg");
}
.ps-4 {
  background-image: url("../images/voip.jpg");
}
.ps-5 {
  background-image: url("../images/key-systems-section.jpg");
}
.scab-1 {
  background-image: url("../images/structured-cabling-img-1.jpg");
}
.scab-2 {
  background-image: url("../images/structured-cabling-img-2.jpg");
}
.it-sol-1 {
  background-image: url("../images/it-solutions-img-1.jpg");
}
.it-sol-2 {
  background-image: url("../images/it-solutions-img-2.jpg");
}
.res-int-1 {
  background-image: url("../images/whole-home.jpg");
}
.res-int-2 {
  background-image: url("../images/home-theatre.jpg");
}
.res-int-3 {
  background-image: url("../images/lighting-home.jpg");
}
.res-int-4 {
  background-image: url("../images/backyard-audio-video.jpg");
}
.company-img-1 {
  background-image: url("../images/about-us-company.jpg");
}
.company-img-2 {
  background-image: url("../images/shutterstock_788865232.jpg");
}
.bai-1 {
  background-image: url("../images/TUXWIFIW_1___05998.1456235393.jpg");
}
.bai-2 {
  background-image: url("../images/TCAppProductHero.jpg");
}

.thermal-1 {
  background-image: url("../images/thermal-image-1.jpg");
}

.thermal-2 {
  background-image: url("../images/thermal-image-2.jpg");
}

.content-list {
  margin-top: 25px;
  padding-right: 100px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
