body {
  font-family: 'Roboto', sans-serif;
  color: #666666;
  padding-top: 0;
}
p {
  font-size: 18px;
  line-height: 28px;
}
a {
  word-break: break-word;
}
.top-nav {
  background: #000;
  text-align: right;
  display: block;
  padding: 15px 15px;
  width: 100%;
}
.top-nav ul {
  margin: 0;
  padding: 0;
}
.top-nav ul li {
  display: inline-block;
  margin: 0 5px;
}
.top-nav ul li a {
  display: inline-block;
  color: #959595;
}
.top-nav ul li a:hover {
  text-decoration: none;
  color: #E86218;
}
.top-nav .fa-twitter-square {
  margin-right: 3px;
}
.main-header-area {
  padding: 30px 0;
  background: #fff url(../images/locks-texture.jpg) top left no-repeat;
}
.main-header-area img {
  max-width: 100%;
  margin-top: 20px;
}
.top-contact-info {
  text-align: right;
}
.top-contact-info h2 {
  font-size: 27px;
  color: #E86218;
  font-weight: bold;
  margin-bottom: 0;
}
.top-contact-info h3 {
  margin-bottom: 0;
}
.top-contact-info h3 a {
  color: #000;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
}
.top-contact-info p {
  font-size: 18px;
  color: #000;
}
.top-contact-info p a {
  font-size: 18px;
  color: #000;
}
.top-contact-info p a:hover {
  color: #E86218;
}
nav {
  background: white;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.45);
}
/* Animated Hamburger Menu */
#nav-icon3 {
  width: 30px;
  height: 22px;
  margin: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px;
}
#nav-icon3 span:nth-child(4) {
  top: 18px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.white {
  background: #fff;
}
.threat-btn {
  background: #E86218;
  padding: 0 10px;
  border-radius: 25px;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
}
.threat-btn li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px;
  border-right: 1px solid #B94D11;
}
.threat-btn li:last-child {
  border-right: 0;
}
.threat-btn li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.nav-link {
  color: #000;
  font-size: 17px;
  margin: 0 8px;
}
.nav-item.active .nav-link  {
  color: #E86218;
}
.dropdown-item.active, .dropdown-item:active {
  background: #E86218;
}
a.nav-link:not([href]):not([tabindex]) {
  color: #000;
}
.scroll-nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.38);
  box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.38);
  display: none;
}
.scroll-nav img {
  width: 290px;
  margin-top: 5px;
}
.scroll-nav ul li {
  display: inline-block;
  margin-top: 20px;
}
.scroll-nav ul li a {
  padding: 10px;
  color: #000;
}
.scroll-nav ul li.active a {
  color: #E86218;
}
.scroll-nav ul li a:hover {
  padding: 10px;
  color: #E86218;
}
.scroll-nav ul {
  text-align: right;
}
.nav-link:hover {
  color: #E86218;
}
.nav-link:first-child {
  margin-left: 0;
}
p a,
p a:hover {
  color: #E86218;
}
.contact-info-small p {
  font-size: 15px;
      line-height: 23px;
}
.cta-bar {
  background: #000;
  padding: 40px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 31px;
}
.cta-bar a {
  color: #E86218;
}
.cta-bar--gray {
  background: #eee;
  color: #000;
}
.page-title {
  background:#000 url('../images/hero-bg.jpg') center center / cover no-repeat;
  text-align: left;
  padding: 30px 0 20px 0;
}
.page-title h1 {
  color: #fff;
  text-shadow: 2px 2px 2px #222;
}
.page-title i {
  font-size: 25px;
  position: relative;
  top: -5px;
}
.supported-box {
  background: #eee;
  padding: 20px;
  margin: 15px auto;
  text-align: left;
  width: 90%;
}
.supported-box p {
  font-size: 15px;
  margin-bottom: 0;
}
.carousel {
  background:#000 url('../images/hero-bg.jpg') center center / cover no-repeat;
}
.carousel .container {
  position: relative;
}
.carousel-item {
  padding: 80px 0;
  text-align: center;
  min-height: 475px;
}
.testimonial-slider .carousel-item {
  min-height: 400px;
}
.carousel-item h2,
.carousel-item p {
  color: #fff;
  text-shadow: 2px 2px 2px #666;
}
.carousel-item h2 {
  font-size: 50px;
}
.carousel-item p {
  font-size: 25px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
}
.carousel-item hr {
  border: 0;
  background: #000;
  height: 3px;
  width: 40%;
}
.btn-black {
  padding: 10px 40px;
  border-radius: 25px;
  color: #fff;
  margin: 10px 0;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #000;
  text-shadow: 2px 2px 5px #666;
}
.carousel-item .btn-black:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-black:hover {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  text-shadow: none;
}
.btn-orange {
  padding: 10px 40px;
  border-radius: 25px;
  color: #fff;
  margin: 10px 0;
  background: #E86218;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #E86218;
  text-shadow: 2px 2px 5px #AE3712;
}
.btn-orange:hover {
  background: transparent;
  border: 2px solid #E86218;
  color: #E86218;
  text-shadow: none;
}
.offcanvas-collapse.open {
  z-index: 1000;
  padding-top: 15px;
}
footer {
  background: url('../images/hero-bg.jpg') center center / cover no-repeat;
  padding: 10px 0;
}
footer .footer-inner {
  background: #000;
  padding: 30px 0;
}
.footer-top {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #222;
}
.footer-top_right {
  text-align: right;
}
.footer-top_right i {
  font-size: 25px;
  color: white;
  margin-left: 5px;
}
.footer-bottom {
  padding: 20px 0;
}
.footer-bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
}
.footer-bottom_left a {
  color: #E86218;
}
.footer-bottom_right a {
  color: #fff;
}
.footer-bottom_right {
  text-align: right;
}
.footer-bottom_right p {
  margin-bottom: 0;
}
.footer-nav {
  padding: 20px 0 0 0;
  border-top: 1px solid #222;
}
.footer-nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px;
  text-align: center;
}
.footer-nav ul li a {
  color: white;
  font-size: 15px;
}
.copyright {
  padding: 40px 0;
}
.copyright_right {
  text-align: right;
}
.copyright_right p {
  font-size: 13px;
}
.copyright_right p a {
  font-weight: bold;
  color: #E86218;
}
.logo-bar {
  background: #F7F7F7;
  padding: 50px 0;
}
.logo-bar ul {
  margin: 0 auto;
  padding: 0;
  display: table;
}
.logo-bar ul li {
  list-style: none;
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}
.logo-bar ul li img {
  mix-blend-mode: multiply;
}
.section-spacing {
  padding: 50px 0;
}
h2 {
  color: #000;
  font-size: 30px;
}
hr.orange {
  border: 0;
  height: 3px;
  background: #E86218;
}
.orangetxt {
  color: #E86218;
}
.key-benefits {
  margin: 40px 0 20px 0;
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.35);
}
.key-benefits_item {
  min-height: 100px;
  margin: 10px 0;
}
.key-benefits_icon {
  float: left;
  width: 100px;
  text-align: center;
}
.key-benefits_description {
  color: #000;
  font-size: 22px;
  margin-left: 100px;
  padding-top: 5px;
}
.testimonial-slider .carousel {
  background: #222;
  padding: 30px 0;
  text-align: center;
}
.testimonial-slider .carousel h2 {
  color: white;
  font-weight: bold;
  font-size: 37px;
}
.testimonial-slider_item p {
  font-size: 18px;
  color: white;
  font-style: italic;
  text-shadow: none;
  line-height: 25px;
}
.testimonial-slider_item p.author {
  font-style: normal;
  font-weight: bold;
}
.testimonial-slider .carousel-item {
  padding: 0 50px 60px 50px;

}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
.testimonial-slider .carousel-inner {
  padding-top: 30px;
}
.homepage-maincontent {
  background:#fff url(../images/home-main-bg.jpg) bottom right no-repeat;
}
.home-news h3 {
  padding: 15px 0 0 0;
}
.home-news a h3 {
  color: #000;
}
.home-news a h3.orangetxt {
  color: #E86218;
}
.horizontal-awards p {
  line-height: 24px;
}
.horizontal-awards .row {
  max-width: 1000px;
  margin: 0 auto;
}
form .hubspot-link__container.sproket {
  display: none !important;
  color: #fff !important;
}
.hubspot-link__container {
  display: none !important;
}
.two-col-main .hubspot-link__container {
  display: none !important;
}
.card-resource {
  border-bottom: 3px solid #E86218;
  border-radius: 0;
  margin-bottom: 10px;
  color: #000;
}
.card-news {
  border-bottom: 3px solid #8D8D8D;
  border-radius: 0;
  margin-bottom: 10px;
  color: #000;
}
.fine-print {
  font-size: 13px;
  line-height: 23px;
}
.card-resource p,
.card-news p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}
.card-resource p.date,
.card-news p.date {
  color: #E86218;
}
.card-resource h4,
.card-news h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.card-resource a,
.card-news a {
  color: #000;
}
.card-resource a:hover,
.card-news a:hover {
  text-decoration: none;
}
.card-resource:hover,
.card-news:hover {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
}
.card-resource_col {
  background: #F7F7F7;
  padding: 15px 15px 30px 15px;
}
.card-news_col {
  padding: 15px 15px 30px 15px;
}
.benefits_headline {
  background: #eee;
  padding: 40px 0;
  margin-top: 10px;
}
.ts-img-overlap {
  position: relative;
  top: -60px;
}
.margin-auto {
  margin: 0 auto;
}
.benefits_list {
  padding: 30px 30px 30px 0;
}
.key-benefits_description a {
  color: #000;
  padding-right: 45px;
  display: block;
  position: relative;
  font-weight: bold;
}
.benefits_list .key-benefits_item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.key-benefits_collapse a:before {
  content:'»';
  position: absolute;
  top: -20px;
  right: 10px;
  color: #E86218;
  font-size: 50px;
}
.key-benefits_collapse p {
  margin-top: 10px;
}
.value-matrix_headline {
  background: #eee;
  padding: 40px 0;
  text-align: center;
  margin-top: 10px;
}
.value-matrix_table {
  background: white;
  max-width: 900px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
  margin: 30px auto;
  color: #000;
}
.value-matrix {
  padding-bottom: 50px;
}
table thead {
  font-size: 20px;
}
table tfoot td {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px !important;
}
table tr td:nth-child(2),
table tr th:nth-child(2) {
  text-align: center
}
table tr td:nth-child(2) {
  border-left: 1px solid #ddd;
}
table i {
  font-size: 25px;
}
.two-col-side {
  padding-right: 30px;
}
.two-col-main {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.underline {
  text-decoration: underline;
}
.two-col-side p a.active {
  font-weight: bold;
}
.two-col-side--nav p a {
  color: #000;
}
.two-col-side--nav p a.active {
  color:  #E86218;
}
.awards-description {
  font-size: 14px;
  font-style: italic;
}
.faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 50px 0 20px;
  position: relative;
}
.faq-item:before {
  content:'»';
  position: absolute;
  top: -8px;
  right: 10px;
  color: #E86218;
  font-size: 50px;
}
.faq-item a {
  color: #000;
  font-weight: bold;
}
.faq-item p a {
  color: #E86218;
  font-weight: normal;
  text-decoration: underline;
}
.mobile-nav-close {
  display: none;
}

@media (max-width:1200px) {
  .threat-btn li a {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    top: 0;
    background-color: #000;
  }
  .mobile-nav-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .mobile-nav-close button {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 26px;
  }
  .nav-link,
  a:not([href]):not([tabindex]) {
    color: #fff !important;
  }
  .scroll-nav {
    display: none !important;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .offcanvas-collapse {
    top: 0;
  }
  .top-contact-info,
  .top-logo,
  .top-nav {
    text-align: center;
  }
  .main-header-area {
    padding: 10px 0;
    height: 230px;
  }
  .main-header-area img {
    max-width: 80%;
  }
  .carousel-item h2 {
    font-size: 36px;
  }
  .carousel-item p {
    font-size: 20px;
  }
  .footer-top_right,
  .footer-top_left,
  .footer-bottom_left,
  .footer-bottom_right,
  .copyright_left,
  .copyright_right {
    text-align: center;
  }
  .copyright_right {
    margin-top: 30px;
  }
  .copyright_left img {
    width: 80px;
  }
  .copyright {
    padding: 40px 0 0 0;
  }
  .logo-bar ul li img {
    width: 175%;
    padding: 0 10px;
  }
  .ts-img-overlap {
    top: 0;
  }
  table tfoot td {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  .logo-bar {
    display: none;
  }
  .main-header-area {
      height: 207px;
  }
  .threat-btn li {
    padding: 10px 8px;
  }
  .threat-btn {
    padding: 0 5px;
  }
  .footer-nav ul li {
    margin: 5px;
  }
  .key-benefits {
    padding: 25px 15px;
  }
  .page-title {
    text-align: center;
  }
  .key-benefits_description a {
    font-size: 18px;
    font-weight: bold;
  }
}
