* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    text-rendering: optimizeLegibility;
}

[hidden] {
	display: none;
}

html {
    background-color: #f4f4f4;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

html,
button,
input,
select,
textarea {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

body {
	color: #333;
	line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

a {
	color: #27006C;
	text-decoration: none;
    outline: none;
}

a:visited {
    outline: none;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1 {
	font-size: 36px;
	margin: 33px 0;
    
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 24px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

b,
strong {
	font-weight: bold;
}

p {
	margin: 0 0 24px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* HEADER ***************/

header {
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 110px;
    padding: 35px 0;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header-wrapper {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1240px;
    text-align: left;
}
.logo {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.logo a, .logo img {
    display: inline-block;
    height: auto;
    width: 240px;
}
.menu-btn {
    display: none;
}
nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    float: right;
    margin-top: 6px;
    margin-bottom: 0%;
}
nav a {
    color: #333;
    padding: 6px 15px;
}
nav a.orange {
    padding: 15px 20px;
}

.button {
    
}

.orange {
    background-color: #f18a3b;
    color: #000;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 15px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.orange:hover {
    opacity: 0.8;
}

.black {
    background-color: #333;
    color: #fff;
    padding: 15px 35px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.black:hover {
    opacity: 0.8;
}
.block {
    display: block;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

section {
    padding: 70px 0;
    width: 100%;
}

section h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin: 0 0 40px;
    text-align: center;
}

.inner-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    
}

.hero, .first-top {
    margin-top: 110px;
}
.hero .inner-section {
    display: flex;
}
.hero-text {
    
}

.hero-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.3;
    text-align: left;
}
.hero-text h1 span {
    font-size: 70px;
    background-color: #1b0f31;
    color: #fff;
    padding: 0 10px;
}

.hero-text p {
    font-size: 22px;
}

.hero img {
    
}

.hero-image {
    
}

.defend {
    background-color: #fff;
}

.gridx2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    grid-gap: 40px;
    /*align-items: end;*/
    margin: 0 auto 90px;
    padding: 0;
}

.gridx2.mw .grid-image {
    order: -1;
}
.inner-section .gridx2:last-child {
    margin-bottom: 0;
}

.grid-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px;
    margin-top: 0;
}

.grid-text p {
    font-size: 22px;
    display: block;
    margin-bottom: 30px;
}

.grid-text a {
    display: inline-block;
}

.grid-image {
    max-width: none;
}

.grid-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    margin: 0 auto;
}

.gridx3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(199px, 1fr));
    grid-gap: 40px;
    align-items: end;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.gridx3 img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.gridx3 h3 {
    text-align: center
}

.gridx3 p {
    text-align: center
}

.partner-with-us {
    background: #281752 url(../img/why-partner.jpg) top right no-repeat;
    color: #fff;
}

.partner-with-us h1 {
    text-align: left;
}

.partner-reason {
    background: url(../img/plus-icon.png) 30px 5px no-repeat;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-top: 40px;
    padding-left: 90px;
}

.scanner .grid-image img {
    display: block;
    max-width: max-content;
    height: 280px;
    border: 0;
    vertical-align: middle;
    margin: 0 auto;
}

.scanner .gridx2 {
    display: flex;
}

.scan-input {
    display: flex;
    margin-bottom: 20px;
}

.scan-input input {
    border: none;
    font-size: 18px;
    padding: 15px 15px 15px 20px;
    width: 65%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scan-input select {
    width: 35%;
    min-width: 130px;
    background-color: #00DBC5;
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.scan-input select option {
    background-color: #fff;
    color: #333;
    border: none;
}

.scan-terms {
    
}

.scan-terms input {
    
}

.scan-terms span {
    
}

.scan-terms button {
    width: 100%;
    border: none;
    font-size: 18px;
    margin-top: 30px;
}
.scan-terms button:hover {
    cursor: pointer;
}

.loading {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.loading span {
    display: block;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 14px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00DBC5;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

table.report-table {
  /*border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.report-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.report-table tr {
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  padding: .35em;
}

table.report-table th,
table.report-table td {
  padding: .625em;
  text-align: center;
}

table.report-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.benefit-wrapper {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.benefit-box {
    width: 23%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}

.benefit-box img {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
}

.benefit-box h5 {
    text-align: center;
    margin: 15px 0;
}

.benefit-box li {
    background: url(../img/list-arrow.png) 0 10px no-repeat;
    padding: 4px 0 4px 15px;
    font-size: 16px;
}

/* Accordion styles */
input.accordion-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 30px 0;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #37373E;
    cursor: pointer;
    /* Icon */
}
.tab-label:hover {
    background: #37373E;
}
.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}
.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {
    background: #1B0F31;
}

input:checked + .tab-label {
    background: #37373E;
}
input:checked + .tab-label::after {
    transform: rotate(90deg);
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

.vuln-info {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    background: url(../img/vuln-info-icon.png) 0 2px no-repeat;
    padding-left: 30px;
}

.our-customers {
    background-color: #fff;
}

.customer-logos {
    text-align: center;
}

.customer-logos img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}

.meet-needs-contact {
    background: url(../img/pattern.jpg) top center repeat;
    padding: 100px 0;
}
.meet-needs-contact h1 {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    text-align: left;
    margin: 13px 0 0;
}

.meet-needs-contact .inner-section {
    display: flex;
}

.meet-needs-cta {
    color: #fff;
    display: inline-block;
    max-width: 250px;
    text-align: center;
}

.meet-needs-cta span {
    display: block;
    margin-bottom: 15px;
}

.meet-needs-cta a {
    display: inline-block;
    padding: 15px 40px;
}

.big-companies {
    padding: 30px 0;
    background-color: #fff;
    line-height: 1;
    text-align: center;
}
.big-companies img {
    max-width: 100%;
}

.contact-page .grid-text p {
    font-size: 18px;
}
.contact-form {
    
}

.contact-form input, select {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 10px;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
}

.contact-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 10px;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
}

.contact-form button {
    border: none;
    width: 100%;
}

footer {
    background-color: #37373e;
    color: #fff;
    padding: 60px 0 10px;
    width: 100%;
}

footer .footer-inner {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 100px;
}

.footer-column {
    width: 25%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.footer-column h4 {
    margin-top: 8px;
}

.footer-logo {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 100px 30px;
}
.footer-column span {
    font-size: 16px;
    display: block;
}

.footer-social {
    margin: 15px 0;
    text-align: center;
}
.footer-social a {
    color: #333;
    display: inline-block;
    margin: 0 10px;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-social a.facebook {
    background: url(../img/facebook.jpg) center center no-repeat;
}

.footer-social a.facebook:hover {
    background: url(../img/facebook-hover.jpg) center center no-repeat;
}

.footer-social a.twitter {
    background: url(../img/twitter.jpg) center center no-repeat;
}

.footer-social a.twitter:hover {
    background: url(../img/twitter-hover.jpg) center center no-repeat;
}

.footer-social a.youtube {
    background: url(../img/youtube.jpg) center center no-repeat;
}

.footer-social a.youtube:hover {
    background: url(../img/youtube-hover.jpg) center center no-repeat;
}

.footer-social a.linkedin {
    background: url(../img/linkedin.jpg) center center no-repeat;
}

.footer-social a.linkedin:hover {
    background: url(../img/linkedin-hover.jpg) center center no-repeat;
}

.footer-social a img {
    
}

.footer-column a {
    color: #fff;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-column a:hover {
    color: #f18a3b;
}

.copyright {
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
}
.copyright span {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
}