/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Montserrat:700&display=swap');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Missing Template at Path: \'PulsarSecurity_July2019_Theme\/Coded_Files\/PulsarSecurity_July2019-modules.css\' */


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.15;
} 

body {
  background: #ffffff;
  color: #241515;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0;
}


/* Highlighted Text */
::-moz-selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none;
}

.hs-tools-menu {
  /*display: none !important;*/
}

.menu-open-icon {
  display: block !important;
  opacity: 1 !important;
  transition: none !important;
}

.menu-close-icon {
  display: none !important;
  opacity: 1 !important;
  transition: none !important;
}

 
.mobile-open .menu-open-icon {
  display: none !important;
}

.mobile-open .menu-close-icon {
  display: block !important;
}

/* =============== Typography =============== */

/* Basic text */
p, address {
  margin: 1em 0 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 3.375rem;
  color: #3D3D3D;
}
h2 {
  margin: 0 0 0.4em;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
}
h3 {
  margin: 0 0 0.4em;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.1875rem;
}
h4 {
  margin: 0 0 0.4em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
}
h5 {
  margin: 0 0 0.4em;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: bold;
}
h6 {
  margin: 0 0 0.4em;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.5rem;
}

img {
  max-width: 100% !important;
}


/* Utilities */
.font-color-secondary {
  color: #ccba41 !important;
}

.font-color-white {
  color: #ffffff !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.pt-5 {
  padding-top: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

/* Anchor Links */
a {
  color: #214FFF;
  cursor: pointer;
}
a:hover, a:focus {
  transition: all .2s linear;
}

/* Tables */
.table-responsive {
  overflow-x: scroll;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .table-responsive {
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: none !important;
  }
}

table {
  border-collapse: collapse;
  color: #241515;
}

@media screen and (min-width:768px) {
  table {
    -webkit-box-shadow: 0px 29px 27px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 29px 27px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 29px 27px 0px rgba(0,0,0,0.05);
  }
}

table thead th {
  text-transform: uppercase;
  background: #FFF9D1;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  line-height: 1;
  font-size: 1rem;
}

table td {
  padding: 1rem 2rem;
}

table tr:nth-of-type(odd) {
  background: #FFFDEE;
}

table tr:nth-of-type(even) {
  background: #FFFCF8;
}

table h4 {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 641px) {
  table h4 {
    font-size: 1.3rem;
  }
}

/* Lists */
.body-container ul:not([class]) {
  list-style: none;
}
.body-container ol:not([class]), 
.body-container ul:not([class]) {
  padding: 0;
  margin: 1em 0;
}
.body-container ul:not([class]) li:not([class]) {
  position: relative;
  padding-left: 2rem;
}
.body-container ul:not([class]) li:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 19px;
  height: 14px;
  background-image: url(//6072841.fs1.hubspotusercontent-na1.net/hubfs/6072841/PulsarSecurity_July2019%20/Images/Arrow.svg);
}

.body-container ul:not([class]) li:not([class]) ul:not([class]) li:not([class]) {
  padding-left: 1.5rem;
}

.body-container ul:not([class]) li:not([class]) > ul:not([class]) li:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ccba41;
}

.body-container ul:not([class]) li:not([class]) > ul:not([class]) li:not([class]) > ul:not([class]) li:not([class]):before {
  border-radius: 0;
}

.body-container ol:not([class]) {
  padding-left: 1.5em;
}
.body-container ol:not([class]) li:not([class]) {
  padding-left: 0.5rem;
}

ul ul, ul ol, ol ol, ol ul {}
.body-container ul:not([class]) li:not([class]) + li,
.body-container ul:not([class]) li:not([class]) + li {
  margin-top: 1.25em;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  border-bottom: 2px solid #e8eaf2;
  height: 1px;
  width: 100%;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-header>.row-fluid-wrapper>.row-fluid>.widget-span {
  margin: 0;
}

.header-container {
  position: relative;
  z-index: 4;
}

.cm-header-wrapper {
  position: fixed;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(23, 48, 142, 0.96);
}
.cm-header-wrapper .page-center {
  padding: 0;
}
.custom-logo {
  padding: 0 1em;
}
.custom-logo a {
  position: relative;
  z-index: 2;
  width: 130px;
  float: left;
  margin-right: 1.69492%;
  margin-top: 6px;
}

.custom-logo img {
  max-width: 110px;
  display: block;
  height: auto !important;
}
.header-container * {
  min-height: 0 !important;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center {
  padding: 40px 1.25rem;
  max-width: 1440px !important;
}

.body-container .page-center:empty {
  padding: 0;
}

section.hero {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 1.25;
}
section.hero-lower {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 1.25;
}

section.hero-lower-default {
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/background-space-blue-top.jpg') no-repeat center center / cover;
}

section.hero-lower-hero {
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/hero.jpg') no-repeat center center / cover;
}

.home-lay .hero-content {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/hero.jpg") no-repeat center bottom;
  background-size: cover;
  height: auto;
  padding-bottom: 1rem;
}
.pulsar-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pulsar-gradient.gradient-bg-right::before {
  background: radial-gradient(80% 180% at 105% 50%, #2d61d1 0%, #2d61d1 4.64%, #579ac7 11.75%, #1664b5 23.82%, #17308e 51.57%, #101733 100%);
}
.background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  z-index: 0;
}
section.hero .background-image-container {
  background-size: cover;
  background-color: #011727;
  background-position: center bottom;
}
section.hero .hero-container,
section.hero-lower .hero-container {
  position: relative;
  padding: 8.75rem 1.4rem 3.125rem;
  z-index: 2;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
section.hero-lower .hero-container {
  min-height: 200px;
  padding: 9rem 1.1rem 7rem;
}
section.hero-lower .hero-content-container {
  width: 100%;
}
section.hero-lower .background-image-container {
  background-size: cover;
  background-position: center bottom;
}
section.hero-lower .hero-container .hero-tag-line {
  margin: 0 0 0.4rem;
  color: #CCBA41;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 0.75rem;
  text-align: center;
}
.hero-description {
  margin: 0 0 1rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 400;
}
.hero-description > * {
  color: #FFFFFF;
  font-weight: 500;
}
section.hero-lower .hero-container .hero-headline {
  color: #fff;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0 -3px;
  text-align: center;
}

section.hero-lower .hero-container .hero-date {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  padding: 0;
  margin: 1rem 0 0 0;
  text-align: center;
  display: block;
}
section.hero-lower .hero-featured-image {
  width: 60px;
}

.hero-posts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-post-item {
  flex: 1;
  max-width: 430px;
  padding: 0 0 4rem;
}

.hero-post-image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-size: cover !important;
  -webkit-box-shadow: 0 10px 8px -6px rgba(41,36,80,0.43);
  box-shadow: 0 10px 8px -6px rgba(41,36,80,0.43);
}

.hero-post-author {
  text-align: left;
}

.hero-post-topics {
  overflow: auto;
  margin: 1rem 0 1rem -2px;
}

.hero-post-topics .topic-link {
  background: #FFFFFF;
  color: #214FFF;
}

.hero-post-topics .topic-link:hover {
  color: #FFFFFF;
}

.hero-post-content h3 {
  text-align: left;
}

.hero-news-events {
  width: 100% !important;
  text-align: center !important;
  font-size: 2.375rem !important;
}

.hero-post-content h3 a {
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  font-size: 24px !important;
  line-height: 24px !important;
}

.hero-post-content h3 a:hover {
  color: #CCBA41;
}

.hero-post-content .post-date {
  color: #FFFFFF !important;
}

.hero-lower-hero .hero-container {
  padding: 7rem 1.1rem 2rem !important;
}

.h2-lower h2 {
  padding: 0 2rem 3rem;
}
.lower-content > .hs_cos_wrapper {
  width: 100%;
  max-width: 440px;
  margin: auto;
  display: block;
}
.home-lay section.hero .hero-container {
  padding: 6rem 1rem;
}
.home-lay .hero .hero-container .background-image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: -20%;
  height: 749px;
}
section.hero .hero-container .hero-featured-image-container {
  display: none;
  width: 100%;
}
section.hero .hero-container .hero-featured-image-container img {
  height: 36px;
}
section.hero .hero-container:after {
  content: " ";
  display: block;
  clear: both;
}
section.hero .hero-container .hero-content-container {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 530px;
  text-align: left;
}
section.hero .hero-container .hero-content-container .hero-tag-line {
  position: relative;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  line-height: 0.9375rem;
  color: #fff;
  display: inline-block;
  margin: 2rem 0;
}
section.hero .hero-container .hero-content-container .hero-headline {
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 3.375rem;
  color: #fff;
  display: block;
  margin: 0 0 1.4rem 0;
  font-size: 2.5rem;
  line-height: 1;
}
section.hero .hero-container .hero-content-container .hero-subtitle {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.8rem;
}
section.hero .hero-container .hero-content-container .hero-banner {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background: #111633;
  margin: 0 auto 24px !important;
  border-radius: 6px;
  display: inline-block;
  padding: 2px 20px;
}
section.hero .hero-container .hero-content-container .hero-stamp {
  background: #8491c5;
  border-radius: 20px;
  max-width: 480px;
  margin: 0 auto 32px;
  padding: 14px;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.375rem;
  line-height: 2.8125rem;
}
.hero-social-share {
  margin: auto !important;
  max-width: 520px;
  float: none !important;
  text-align: center;
  padding-top: 40px !important;
}
.hero-social-share-title {
  margin: auto !important;
  max-width: 520px;
  float: none !important;
  padding: 0 32px;
}
.hero-social-share a img {
  display: none;
}
.hero-social-share a {
  display:inline-block !important;
  height: 42px !important;
  width: 42px !important;
  margin: 8px !important;
}
.hero-social-share a[href*="facebook"] {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/share-facebook.svg") no-repeat center center / contain !important;
}
.hero-social-share a[href*="linkedin"] {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/share-linkedin.svg") no-repeat center center / contain !important;
}
.hero-social-share a[href*="twitter"] {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/share-twitter.svg") no-repeat center center / contain !important;
}

.column-content.block-lists:not(#block-services) {
  padding: 0;
}

#block-services .single-content-block img {
  max-width: 92px !important;
  height: auto;
  margin-bottom: 1.6rem !important; 
}
 

.column-content.block-lists .single-content-block .icon svg {
  /*max-width: 54px;*/
  margin: auto;
}
/*.column-content.block-lists .column-content-wrapper .column-content-blocks .single-content-block */
.single-content-block-header {
  font-weight: 900;
  line-height: 1.4;
}

.column-content.block-lists .column-content-wrapper .column-content-blocks .single-content-block .single-content-block-content {
  color: #161616;
}

.block-icons .single-content-block-header {
  color: #CCBA41;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.block-icons .column-content .column-content-wrapper .column-content-blocks .single-content-block .icon {
  height: 82px;
}

section.hero-landing-lower {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 1.25;
  background: URL("https://f.hubspotusercontent40.net/hubfs/6072841/neigh.jpeg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

section.hero-landing-lower .hero-paragraph {
  display: block;
  text-align: center !important;
}

/* aegis */
section.hero-aegis,
section.hero-sonar,
section.hero-page,
section.hero-product {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 1.25;
}
section.hero-aegis {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/aegis/aegis-background-pattern.jpg") repeat left top;
}
section.hero-sonar {
  background: URL("https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/sonar/hero-sonar.jpg") no-repeat left bottom / cover;
}
section.hero-page {
  background: URL("https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/sonar/hero-page.jpg") no-repeat left bottom / cover;
}
section.hero-aegis .hero-container,
section.hero-sonar .hero-container,
section.hero-product .hero-container,
section.hero-page .hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
  position: relative;
  padding: 3rem 1rem 4rem;
  z-index: 2;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  text-align: center;
}
section.hero-aegis .hero-container {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/aegis/aegis-background-circles.png") no-repeat center 1rem / 1000px;
}
section.hero-aegis .background-image-container,
section.hero-sonar .background-image-container,
section.hero-product .background-image-container,
section.hero-page .background-image-container {
  background-size: cover;
  background-position: center top;
}
section.hero-aegis .hero-container .hero-tag-line,
section.hero-sonar .hero-container .hero-tag-line, 
section.hero-product .hero-container .hero-tag-line, 
section.hero-page .hero-container .hero-tag-line {
  margin: 0.8rem 0 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.6rem;
}

.sonar-lower .hero-container,
.product-lower .hero-container {
  background: none !important;
}

section.hero-landing-lower .hero-container .hero-headline {
  color: #fff !important;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 500;
  padding: 0;
  margin: 2rem 0 0 0;
  text-align: center;
}
section.hero-aegis .hero-container .hero-headline {
  color: #fff;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 500;
  padding: 0;
  margin: 2rem 0 0 0;
  text-align: center;
}
section.hero-aegis .hero-featured-image {
  width: 60px;
}
section.hero-aegis .hero-featured-image-container {
  margin: 2rem auto 0;
  display: none !important;
}

.hero-aegis-logo {
  max-width: 142px;
}

.hero-aegis-logo img {
  width: 100%;
}

.hero-sonar-logo {
  max-width: 240px;
}

.aegis-blocks-wrapper {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/mesh.png") no-repeat center center / contain;
}

.aegis-blocks .widget-span,
.sonar-blocks .widget-span {
  padding: 0 24px;
  text-align: center;
}

.aegis-blocks .widget-span h2,
.sonar-blocks .widget-span h2 {
  font-size: 32px;
}

.aegis-blocks .widget-span p,
.sonar-blocks .widget-span p {
  font-size: 18px;
}

.sonar-blocks .row-fluid-wrapper {
  padding: 2rem 0;
}

.aegis-lower-wrapper {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/aegis/aegis-logo-background.svg") no-repeat center center / 290px;
}

.aegis-nav,
.sonar-nav,
.product-nav {
  position: relative;
  top: 100px;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.00) 100%);
  width: 100%;
  padding: 0.5rem 0;
  height: 40px;
  overflow: visible;
  z-index: 3;
}

.page-nav {
  position: relative;
  top: 100px;
  width: 100%;
  padding: 0.5rem 0;
  height: 0;
  overflow: visible;
  z-index: 3;
}

.aegis-nav .custom-menu-primary,
.sonar-nav .custom-menu-primary,
.product-nav .custom-menu-primary {
  text-align: center !important;
  width: auto !important;
  max-width: none !important;
  float: none !important;
  margin: auto !important;
}

.aegis-nav ul,
.sonar-nav ul,
.product-nav ul {
  float: none !important;
}

.sonar-nav ul li a,
.product-nav ul li a {
  padding: 1rem 0;
}

.aegis-nav .mobile-trigger,
.sonar-nav .mobile-trigger,
.product-nav .mobile-trigger {
  top: 8px !important;
  z-index: 12 !important;
}

.aegis-nav .custom-menu-primary.js-enabled .hs-menu-wrapper,
.sonar-nav .custom-menu-primary.js-enabled .hs-menu-wrapper,
.product-nav .custom-menu-primary.js-enabled .hs-menu-wrapper {
  z-index: 9 !important;
  margin-top: -8px !important;
}

.aegis-hero-topics {
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
  padding: 0;
  flex-wrap: wrap;
}

.aegis-hero-topics li {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/aegis/aegis-hero-circle.svg") no-repeat center center / contain;
  height: 140px;
  width: 140px;
  margin: -12px;
  list-style: none;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFED74;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -1px;
  font-weight: bold;
}

.aegis-hero-paragraph {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  max-width: 800px;
  padding-left: 0;
  padding-top: 80px;
  position: relative;
  text-align: center;
  margin-top: 32px;
}

.aegis-hero-paragraph:before {
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/aegis/aegis-icon-para.svg") no-repeat center center / contain;
}

.aegis-headline-lower,
.sonar-headline-lower,
.product-headline-lower {
  color: #fff !important;
  line-height: 1;
  margin-top: 2rem;
  font-weight: 500;
}

.page-headline-lower{
  color: #CCBA41 !important;
  line-height: 1;
  font-weight: 500;
}

.oembed_container {
  display: block;
  margin: auto;
}

.hero-paragraph {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 1rem auto 0;
  max-width: 500px;
}

.background-space {
  background: URL("https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/background-earth.jpg") no-repeat center center / cover;
  color: #FFFFFF;
}

.border-image {
  border: 6px solid #214FFF;
  border-radius: 10px;
}

.background-space ul li {
  font-weight: bold;
}

/* temp */
.hs-content-id-22116297584 section.hero-aegis .hero-container,
.hs-content-id-21768278713 section.hero-aegis .hero-container {
  margin-top: 0 !important;
}
.hs-content-id-22116297584 .aegis-nav,
.hs-content-id-21768278713 .aegis-nav, 
.hs-content-id-22116297584 .hero-paragraph,
.hs-content-id-21768278713 .hero-paragraph {
  display: none !important;
}

.hs-content-id-22116297584 section.hero-aegis .hero-container .hero-headline,
.hs-content-id-21768278713 section.hero-aegis .hero-container .hero-headline {
  color: #FFFFFF !important;
}

section.hero-landing-lower .hero-landing-lower-container {
  padding: 8rem 3rem;
}

.hs-content-id-22116297584 section.hero-aegis .hero-aegis-lower-container,
.hs-content-id-21768278713 section.hero-aegis .hero-aegis-lower-container,
.hs-content-id-21768278713 section.hero-aegis .hero-product-lower-container {
  padding: 8rem 3rem !important;
}

.hs-content-id-21768278713 section.hero-aegis .hero-page-lower-container {
  padding: 4rem 3rem !important;
}

.hs-content-id-21768278713 .slider-wrapper {
  padding-top: 3rem !important;
}

.hero-product {
  background: #101733 URL('https://f.hubspotusercontent40.net/hubfs/6072841/cyber-shield-hero.jpg') no-repeat center bottom / cover;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hero-landing .hero-container {
  padding: 10rem 0 0.5rem !important;
}

.nhbr-certified {
  background: #101733 URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/background-nhbr.jpg') no-repeat center bottom / 1600px auto;
  padding: 62px 0 240px;
  color: #ffffff;
}

.case-studies img {
  max-width: 100%;
  width: 100%;
}

/* =============== Footer =============== */

.home-lay .footer .certifications-slider {
  display: none;
}

.footer-container-wrapper {
  background: #fff;
}

.custom-menu-primary li.hs-menu-depth-1 {
  line-height: .4 !important;
}

.custom-menu-primary li.hs-menu-depth-2 {
  line-height: 1.2 !important;
}



.nav-footer .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #161616;
  letter-spacing: 0;
  font-weight: 400;
}

.nav-footer .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  display: none;
}

.cm-footer-wrapper {
  background: #FFFFFF;
}

.cm-footer-wrapper .custom-menu-primary .hs-menu-wrapper,
.cm-footer-wrapper .custom-menu-primary .hs-menu-wrapper > ul ul { 
  display: none;
}

.footer-nav-social {
  display: flex !important;
  margin: 1rem 0 0.4rem;
  justify-content: center;
  align-items: center;
}

.footer-nav-social .custom-menu-primary.js-enabled {
  margin: 0 !important;
}

.footer-container-wrapper {}
.footer-container {}

.cm-footer-wrapper {
  background-color: #fff;
  padding: 1rem 1rem 2rem;
  line-height: 1.25;
  font-size: 0.75rem;
}

.cm-copyright {
  text-align: center;
}

.cm-copyright > div > span > * {
  color: #161616;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  text-align: center;
  text-decoration: none;
  color: #241515;
  font-style: normal;
  margin: 0;
  display: inline-block;
}

.cm-copyright a {
  color: #161616;
}

.cm-copyright a:hover {
  color: #CCBA41;
}

.cm-copyright > div > span > p {
  display: block;
  clear: both;
}

.cm-copyright p:first-child > span {
  display: block;
  clear: both;
}

.cm-copyright>div>span>em {
  display: none;
}

.footer-social-media {
  margin: 0;
}

.footer-social-media .cher-links {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.footer-social-media .cher-links .cher-link-item {
  text-align: center;
  display: inline-block;
}

.footer-social-media .cher-links .cher-link-item > * {
  color: #241515;
  text-decoration: none;
}

.icon-linkedin {
  background-repeat: no-repeat;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.footer-social-media .cher-links .cher-link-item .icon-linkedin,
.footer-social-media .cher-links .cher-link-item .icon-twitter,
.footer-social-media .cher-links .cher-link-item .icon-facebook {
  position: relative;
  width: 14px;
  height: 14px;
}

.footer-social-media .cher-links .cher-link-item:nth-child(n+2) {
  margin-left: 10px;
}

.dev {
  display: block !important;
  clear: both !important;
  text-align: center !important;
}


svg:not(:root) {
  overflow: hidden;
}

.icon svg {
  display: block;
  width: 1em;
  height: 1em;
}

.footer-social-media .cher-links .cher-link-item .icon svg {
  width: 100%;
  height: 100%;
  fill: #214FFF;
  transition: all .2s linear;
}

.footer-social-media .cher-link:hover .icon svg {
  fill: #CCBA41;
}

.cm-footer-form .hs_cos_wrapper_type_form {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 1.25rem !important;
}

.cm-footer-form .form-title {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 2.1875rem;
}

.cm-footer-form .hs-form {
  margin: 16px 0;
  max-width: 100%;
  border: none;
  position: relative;
}

.cm-footer-form .hs_submit.hs-submit {
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 30%;
  line-height: 1.25;
}

.cm-footer-form .hs-form-field {
  margin: 0 0 1.0rem;
}
.cm-footer-form input.hs-button.primary.large {
  height: 100%;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  margin: 0;
  width: 100%;
  line-height: 1.25;
  min-height: 46px;
}

.cm-footer-form .hs-input {
  width: 100%;
  border: none;
  padding: 0.875rem;
  line-height: 0;
}

.cm-footer-form .input {
  padding: 0;
  width: 70%;
}

.cm-footer-form .hs-form-field>label {
  display: none;
}

.cm-footer-form ul.hs-error-msgs.inputs-list label {
  padding: 3px 2px;
}

.cm-copyright {
  margin-bottom: -5px;
}
.cm-footer-wrapper.lp-footer > div {
  margin-bottom: -5px;
}

.footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-logo img {
  height: 62px;
  margin: auto;
}

.footer-container-wrapper .mobile-trigger {
  display: none !important;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {
  float: right;
  padding: 0;
  margin: auto;
  display: flex;
  width: fit-content;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  padding: 0 0.75rem;
  margin-bottom: 1.5625rem;
  list-style: none;
  line-height: 1.2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  transition: all .2s linear;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #ccba41;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #CCBA41;
}

.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  text-transform: uppercase;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
  list-style: none;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a:hover {
  color: #CCBA41;
  transition: all .2s linear;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .cta_button.menu-item-link {
  font-size: .75rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.12rem !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #0d2470 !important;
  transition: 0.3s ease all !important;
  padding: 0.75rem 1rem !important;
  border-radius: 4px !important;
  border: 0 !important;
  margin-top: -9px;
  font-family: "Maven Pro",Helvetica,Arial,sans-serif !important;
  white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .cta_button.menu-item-link:hover {
  background-color: #041751 !important;
  color: #ccba41 !important;
  cursor: pointer;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: none;
    position: absolute;
    background: rgba(16, 23, 61, 0.97);
    max-width: 200px;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
    left: 10px;
    top: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li a {
    color: #FFFFFF;
    padding: 10px 14px;
    white-space: break-spaces;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li a:hover {
    background: #214FFF;
    color: #FFFFFF;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: left;
    padding: 0 .45rem;
  }
  .custom-menu-primary.js-enabled {
    margin-top: 1.7rem;
    position: relative;
    width: auto;
    float: right;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .08rem;
  }
  .hero-aegis-logo {
    max-width: 162px;
  }
  .hero-sonar-logo,
  .hero-product-logo {
    max-width: 282px;
  }
  
}

.partners h2 {
  text-align: center;
}

.partners {
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/mesh-grey.png') no-repeat center center / contain;
  padding: 5rem 0 2rem;
  position: relative;
}

.partners .page-center {
  padding: 0;
}

.partners:after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(63,88,183,0.11)), to(rgba(63,88,183,0.00)));
  background-image: -o-linear-gradient(bottom, rgba(63,88,183,0.11) 0%, rgba(63,88,183,0.00) 100%);
  background-image: linear-gradient(0deg, rgba(63,88,183,0.11) 0%, rgba(63,88,183,0.00) 100%);
  width: 100%;
  height: 240px;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}

.partners .row-fluid {
  position: relative;
  z-index: 1;
}

.partners-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner-logo {
  padding: 15px;
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none !important; }

.mobile-trigger{
  top: 2rem !important;
  right: 1rem !important;
}

@media (max-width: 767px){

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #17308e;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; 
  }

  .mobile-trigger {
    top: 20px;
    right: 1.45em;
    top: 17px;
    right: 1.30em;
    width: 22px;
    height: 22px;
    padding: 0;
    float: right;
    outline: 0;
    z-index: 2;
    background-color: transparent;
    border: 0;
    transition: all .3s;
  }

  .mobile-trigger svg {
    position: absolute;
    top: 0;
    right: 0;
    fill: #fff;
    width: 100%;
    height: 100%;
  }

  svg:not(:root) {
    overflow: hidden;
  }
  svg.menu-close-icon {
    display: none;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 20px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #17308e; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh !important;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    z-index: 11;
  }
  .mobile-trigger {
    z-index: 12;
  }
  .mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 8em 0 0 0;
    height: 100vh;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: inline-block !important;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .body-container {
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/mesh.png") no-repeat center calc(50% + 180px) / contain;
}

.blog-topics {
  background: #eef1ff !important;
  overflow: auto !important;
  padding: 0 !important;
  text-align: center !important;
}

.blog-topics .custom-menu-primary.js-enabled {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.blog-topics .row-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-topics .hs-search-field {
  display: flex;
}

.hs-search-field__input {
  padding-right: 42px !important;
  padding-left: 12px !important;
  background: #FFFFFF URL('https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/icons/icon-search.svg') no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 16px;
  border-radius: 6px !important;
  font-weight: bold;
  font-size: 18px !important;
}

.blog-topics-wrapper {
  max-width: 1440px;
  padding: .6rem !important;
}

.blog-topics-wrapper .widget-span {
  width: auto;
}

.blog-topics ul.hs-search-field__suggestions {
  display: none !important;
}

.blog-sidebar,
.blog-topics {
  display: none !important;
}

.blog-sidebar h3 {
  margin-top: 32px;
}

.blog-sidebar h3,
.blog-topics h3,
.blog-topics-footer h3 {
  color: #888888 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.blog-topics h3 {
  margin: 0 !important;
  padding: 1em 2em !important;
  width: 100% !important;
  text-align: center !important;
}

.blog-topics ul {
  margin: 0 auto !important;
  padding: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  float: none !important;
}

.blog-topics ul li {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.blog-topics ul li a {
  color: #214FFF !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: .4rem .8rem !important;
  display: inline-block !important;
  width: 100% !important;
  text-transform: none !important;
}

.blog-topics ul li a:hover {
  color: #ccba41 !important;
}

.blog-topics ul li:before {
  display: none !important;
}

.hs-blog-id-83112889867 .blog-topics {
  display: none !important;
}

.site-search .hs_cos_wrapper_widget {
  display: flex;
  justify-content: flex-end;
}

.filter-link-count {
  display: none;
}

.hs-search-results__pagination {
  justify-content: space-between !important;
}

.hs-search-results__listing li {
  padding: 1.6rem 0;
}

.search-page .hs-search-field {
  width: 100% !important;
  padding: 1rem !important;
  margin: 0 0 2rem !important;
}

.blog-post-wrapper p {
  font-size: 18px;
  line-height: 26px;
}

.blog-post-wrapper p a:hover {
  color: #CFBA41;
}

.blog-sidebar ul {
  margin: 0 0 36px;
  padding: 0;
}

.blog-sidebar ul li {
  margin: 1.4em 0;
  list-style: none;
}

.blog-sidebar ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  max-width: 280px;
  display: block;
}

.blog-sidebar ul li a:hover {
  color: #ccba41;
}

.blog-author {
  margin-top: 2em;
  background: #eef1ff;
  border-radius: 10px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 560px;
}

.blog-author-profile {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 8px -6px rgba(41,36,80,0.43);
  box-shadow: 0 10px 8px -6px rgba(41,36,80,0.43);
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin: auto;
}

.blog-author-profile img {
  width: 100%;
}

.author-link,
.author-info h3 {
  color: #ccba41;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 24px;
  text-align: center;
}

.author-link:hover {
  color: #214fff;
}

.author-info {
  margin: 1em 0 0;
  width: 100%;
}

.author-info h3 {
  margin: 0;
  padding: 0;
}

.author-info p {
  margin: 6px 0 0 0;
  font-weight: 500;
  color: #161616;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.hs-author-social-links {
  margin: 24px -14px 0;
}

.hs-social-facebook,
.hs-social-linkedin,
.hs-social-twitter {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin: 0 14px;
  font-size: 0;
}

.hs-social-facebook {
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/icon-facebook.svg') no-repeat center center / contain;
}

.hs-social-linkedin {
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/icon-linkedin.svg') no-repeat center center / contain;
}

.hs-social-twitter {
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/icon-twitter.svg') no-repeat center center / contain;
}

.author-link-all {
  float: right;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
}

.author-link-all:hover {
  color: #ccba41;
}

.blog-topics-footer {
  padding: 1em 0;
}

.blog-topics-footer h3 {
  float: left;
  margin: 3px 20px 0 0;
  padding: 0;
}

.blog-cta-sidebar img {
  max-width: 100%;
  height: auto;
}

.blog-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-item {
  flex: auto;
  margin: 0 0 3em;
  max-width: 460px;
  min-width: 320px;
  padding: 0;
}


.blog-content .blog-bg {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 10px 8px -6px rgba(41,36,80,0.43);
  box-shadow: 0 10px 8px -6px rgba(41,36,80,0.43);
}

.blog-content {

}

.blog-content h3 {
  clear: both;
  margin-top: 0.5em;
}

.blog-content h3 a{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.blog-content h3 a:hover {
  color: #CEBA4A;
}

.blog-content .author {
  margin-top: 1.2em;
  overflow: auto;
}

.blog-content .author-name {
  color: #CCBA41;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  float: left;
  margin-right: 1rem;
}

.blog-content .post-date {
  color: #838383;
  font-size: 16px;
  line-height: 20px;
  float: left;
}

.blog-content .blog-excerpt {
  font-size: 16px;
  line-height: 24px;
}

.blog-content .blog-post-topics {
  margin: 1.2em 0 1rem -2px;
  line-height: 21px;
  overflow: auto;
}

.topic-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  background: #214FFF;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
  margin: 2px;
  float: left;
}

.topic-link:hover {
  background: #CCBA41;
}

.blog-pagination {
  clear: both;
  margin-top: 4em;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-pagination a {
  background: none;
  color: #214FFF;
  border-radius: 4px;
  border: 2px solid #214FFF;
  padding: .6rem .8rem !important;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  margin: .2em;
  text-transform: uppercase;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.blog-pagination a:hover {
  background: #ccba41;
  border-color: #ccba41;
  color: #FFFFFF;
}

.blog-pagination a.active {
  background: #214fff;
  border-color: #214fff;
  color: #FFFFFF;
}

.blog-pagination .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.blog-pagination-left,
.blog-pagination-center,
.blog-pagination-right {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.blog-media {
  color: #214FFF;
  font-size: 21px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
}

.blog-media:hover {
  color: #CCBA41;
}

.blog-media:hover:before {
  background-color: #CCBA41;
}

.blog-media:before {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  display: block;
  content: "";
  border-radius: 100%;
  background-color: #214FFF;
  margin-right: 21px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.blog-media.blog-none {
  display: none;
}

.blog-media.blog-audio:before {
  background-image: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/media-audio.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.blog-media.blog-event:before {
  background-image: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/media-event.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.blog-media.blog-video:before {
  background-image: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/media-video.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  margin-top: 12px;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin-bottom: 10px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}


.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

#comments-listing.no-comments {
  border: none;
}


#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

#recaptcha_area, #recaptcha_table {
  width: 318px!important;
  overflow-x: auto !important;
  max-width: 100% !important;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
  padding: 15px 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .form-title{}



/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Background */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe, .widget-span.widget-type-form, 
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form, 
.site-page .hs_cos_wrapper_type_form, 
.site-page .hs-search-field,
div#comment-form, 
.landing-page form.hs-form, 
.error-template.one-column .body-container form {
  display: block;
  background-color: #E8EAF3;
  padding: 0.75rem 2.75rem 3.125rem;   
  margin: 16px 0;
  box-sizing: border-box;
}

.error-template .hs-search-field {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

/* Form Field */
.hs-form-field {
  letter-spacing: normal;
  margin: 0 0 1.125rem;
}
.form-title {
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.25em;
  margin: 10px 0 14px;
  padding-bottom: .75rem;
  line-height: 2.1875rem;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field>label {
  clear: both;
  font-weight: 400;
  font-size: .875rem;
  color: #2c3232;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 .375rem 0;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 1px;
  text-align: left;
  width: 100%;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  margin: 0;
  line-height: 1.125rem;
  border: 2px solid #DBDBDB;
  transition: all 0.3s ease-out;
  font-size: inherit;
  letter-spacing: normal;
  display: block;
  width: 100%;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  padding: 0.5rem 0.25rem;
  border-radius: 2px;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 5px #9ecaed;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

#hs_cos_wrapper_module_157055557391647 .form-title {
  margin: 24px 0 0 !important;
}

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.actions {
  text-align: left;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width: auto;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #214FFF;
  transition: 0.3s ease all;
  padding: 0.75rem 1.875rem;
  border-radius: 4px;
  margin: 16px 0 10px;
  margin-top: calc(1rem + 16px);
  white-space: normal !important;
  border: 0 !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #1432A4;
  transition: 0.3s ease all;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

body:not(.with-banner) .cm-header-wrapper {
  background: radial-gradient(80% 180% at 105% 50%,#2d61d1 0%,#2d61d1 4.64%,#579ac7 11.75%,#1664b5 23.82%,#17308e 51.57%,#101733 100%);
}
body:not(.with-banner) .body-container {
  padding-top: 66px;
}

.landing-page.one-column .body-container form, 
.error-template .body-container form, 
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form,
.search-page .body-container .hs-search-field {
  width: 50%;
}

.hs-error-msgs.inputs-list{
  margin: 0;
}
.hs-input.invalid.error {
  border-color: #ff0000;
}
ul.hs-error-msgs.inputs-list label {
  margin-top: 6px;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: normal;
  box-sizing: border-box;
  background: #ff0000;
  border: 0;
  color: #fff;
  padding: 0.125rem;
  border-radius: 0.25rem;
  width: auto;
  display: inline-block;
}
.subscribe-options label span {
  color: #444;
}
.cm-comming-soon .hs_error_rollup {
  width: 70%;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
}

ul.hs-search-field__suggestions {
  padding: 0;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

ul.hs-error-msgs.inputs-list {
  padding: 0;
}

.comment-from {
  display: block;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {
  vertical-align: top !important;
}

.subscribe-options label {
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}


/* Styles that do not fit into any of the available sections above can go here. */

.pulsar-gradient {
  position: relative;
}
.contact-us-lay .main-content > div > div.row-fluid {
  text-align: center;
}

.contact-us-lay .main-content > div > div.row-fluid > div {
  vertical-align: top;
  background-color: transparent;
  text-align: left;
  margin-left: 0;
  width: 100%;
}

.cm-contact-form > div {
  display: block;
  background-color: #E8EAF3;
  padding: 0.75rem 2.75rem 3.125rem;
  margin: 16px 0 0;
}

.cm-contact-form > div .form-title {
  text-align: center;
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.cm-contact-form .inner-form-title {
  font-size: 1.25em;
}

.cm-contact-form .form-columns-2 .hs-form-field {
  font-size: 1rem;
  padding-top: 2px;
}

.cm-contact-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}

.cm-contact-form textarea {
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.125rem;
  height: 120px;
  width: 100%;
  border-radius: 2px;
}
.cm-contact-form .hs-button.primary.large {
  width: 100%;
}
.contact-us-lay .main-content>div>div.row-fluid:before,
.contact-us-lay .main-content>div>div.row-fluid:after {
  display: none;
}
.cm-contact-form .form-columns-2 .hs-form-field > label {
  display: block;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.cm-contact-form .form-columns-2 .hs-form-field {
  width: 100% !important;
}

/* Home Page */

.icon-columns {
  position: relative;
  width: 100%;
  overflow: visible;

}

.background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.icon-columns .background-image-container {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

.icon-columns .icon-columns-wrapper .single-icon-column {
  position: relative;
  padding: 2em 1em 0;
  width: 83.05085%;
  float: left;
  box-sizing: border-box;
}
.icon-columns .icon-columns-wrapper .single-icon-column .icon-container {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 1.7rem;;
}
.icon-pulse-shield {
  background-repeat: no-repeat;
}
.icon-columns .icon-columns-wrapper .single-icon-column .icon-container .icon {
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  height: 30px;
}
.icon-columns .icon-columns-wrapper .single-icon-column .icon-container .icon svg {
  width: 100%;
  height: 100%;
  fill: #241515;
}
.icon-columns .icon-columns-wrapper .single-icon-column .single-icon-column-content {
  margin-top: 0;
  line-height: 1.4;
  width: 100%;
  float: right;
  margin-right: 0;
  color: #fff;
  text-align: center;
}
.icon-columns .icon-columns-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.column-content {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 6rem 0;
}
.pulsar-gradient.gradient-bg-off-bottom::before {
  background: radial-gradient(60% 80% at 50% 120%, #2d61d1 0%, #2d61d1 4.64%, #579ac7 11.75%, #1664b5 23.82%, #17308e 51.57%, #101733 100%);
  background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/background-space-blue-top.jpg') no-repeat center top;
  background-size: cover;
}
.column-content .column-content-wrapper .column-content-header-wrapper {
  position: relative;
  color: #ffffff;
  padding: 0;
  margin: 0 auto 3.5rem;
  width: 83.05085%;
}
.column-content .column-content-wrapper .column-content-header-wrapper .column-content-header {
  font-size: 2.250rem;
  font-weight: bold;
  line-height: 2.1875rem;
  text-align: center;
}
.column-content .column-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
/*.column-content .column-content-wrapper  */
.column-content-blocks {
  margin: 0 auto 5.9375rem;
}
.column-content .column-content-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.column-content .column-content-wrapper .column-content-blocks .single-content-block {
  margin-bottom: 3em;
  position: relative;
  padding: 0 2.1875rem;
  box-sizing: border-box;
}
.column-content .column-content-wrapper .column-content-blocks .single-content-block img {
  max-width: 100% !important;
}
.column-content .column-content-wrapper .column-content-blocks .single-content-block .icon {
  width: 100%;
  height: 54px;
  
  margin-bottom: 2rem;
}
.column-content .column-content-wrapper .column-content-blocks .single-content-block .icon svg {
  width: 100%;
  height: 100%;
  fill: #CCBA41;
}
.column-content .column-content-wrapper .column-content-blocks .single-content-block a {
  display: block;
  text-decoration: none;
}
.column-content .column-content-wrapper .column-content-blocks .single-content-block a:hover {
  opacity: 0.7;
}
/*.column-content .column-content-wrapper .column-content-blocks .single-content-block */
.single-content-block-header {
  color: #CCBA41;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
  text-decoration: none;
}

.column-content .column-content-wrapper .column-content-blocks .single-content-block .single-content-block-content {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: center;
}

.column-content .column-content-wrapper .column-content-footer-wrapper {
  text-align: center;
  width: 83.05085%;
  margin: auto;
}
.column-content .column-content-wrapper .column-content-footer-wrapper .column-content-header {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
  color: #ffffff;
  margin-bottom: 1.875rem;
}

/* team */
.column-content.block-content-team {
  padding: 0;
}

.block-team-list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.block-team-left,
.block-team-right {
  width: 100%;
}
 
.block-team-item .block-team-wrapper {
  width: auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: 1040px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 360px;
}

.block-team-item .block-team-image {
  width: 100%;
  max-width: 360px;
}

.block-team-item .block-team-name {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.block-team-role {
  text-align: center;
}

.block-team-bio {
  text-align: center;
  margin-bottom: 2rem;
}

/* list */
.block-team-item {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
}

.block-team-item,
.block-team-certifications-list {
  list-style: none;
  text-align: center;
}

.block-team-item > a {
  text-decoration: none;
  color: #241515;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: inline-block;
}

.block-team-link {
  display: block;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.block-team-link:hover {
  opacity: 0.7;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.block-team-image,
.team-profile-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 10px 8px -6px rgba(41,36,80,0.42);
  -moz-box-shadow: 0px 10px 8px -6px rgba(41,36,80,0.42);
  box-shadow: 0px 10px 8px -6px rgba(41,36,80,0.42);
}

.team-profile-image .hs_cos_wrapper .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: block;
}

.team-profile-image img {
  float: none !important;
  margin: 0 auto 2rem;
}

.block-team-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: block;
}

.block-team-role,
.team-lower-role {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #CCBA41;
}

.team-lower-role {
  text-align: left;
}

.block-team-bio {

}
.block-team-certifications-list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: 220px;
  margin-top: 1rem;
  width: 100%;
}

.block-team-certifications-item {
  max-width: 44px;
  margin: 0 7px 7px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.block-team-certifications-item img {
  width: 100%;
  display: block;
}

.team-profile-image img {
  max-width: 440px !important;
  float: left;
}

.team-lower .lower-content > .hs_cos_wrapper {
  float: left;
}

.team-lower-content .block-team-certifications-list {
  max-width: none;
  margin: 0 -7px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
} 

.headline-lockup {
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.headline-lockup .headline-lockup-wrapper {
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
}
.headline-lockup .headline-lockup-wrapper .section-title-container {
  position: relative;
}
.headline-lockup .headline-lockup-wrapper .section-title-container .section-title-text-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.headline-lockup .headline-lockup-wrapper .section-title-container .section-title-text-container .section-title-text {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  line-height: 0.9375rem;
  margin-bottom: 1.875rem;
  display: inline-block;
}
.headline-lockup .headline-lockup-wrapper .section-title-container .section-title-text-container::after {
  content: '';
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #241515;
  margin-left: 0.625rem;
  transform: translateY(-80%);
}
.headline-lockup .headline-lockup-wrapper .header-container .headline-lockup-header {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}
.headline-lockup .headline-lockup-wrapper .content-container {
  font-size: 1rem;
  line-height: 1.75rem;
}
.headline-lockup:after {
  content: " ";
  display: block;
  clear: both;
}
.headline-lockup .headline-lockup-wrapper .content-container {
  font-size: 1rem;
  line-height: 1.75rem;
}
.overlay-cta {
  position: relative;
  width: 100%;
  overflow: visible;
  background: URL("https://f.hubspotusercontent40.net/hubfs/6072841/sonar-hero.jpg") no-repeat center center;
  background-size: cover;
}

.pulsar-gradient.gradient-bg-top::before {
  background: radial-gradient(circle at 50% 0, #2d61d1 0%, #2d61d1 4.64%, #579ac7 11.75%, #1664b5 23.82%, #17308e 51.57%, #101733 100%);
}

.cm-comming-soon .background-image-container {
  background-size: cover;
  background-position: center;
}
.overlay-cta .overlay-cta-wrapper {
  position: relative;
  padding: 4rem 2rem;
  z-index: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, .7);
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content {
  position: relative;
  padding: 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.overlay-cta .overlay-cta-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-title {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 0 2rem;
  color: #CCBA41;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
  text-align: center;
}
.overlay-cta .overlay-cta-wrapper .cta-image {
  width: 50%;
  text-align: center;
}
.overlay-cta .overlay-cta-wrapper .cta-image img {
  width: 100%;
  max-width: 268px;
  margin-top: 3rem;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-header {
  font-size: 3.375rem;
  line-height: 3.375rem;
  color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content label,
.overlay-cta .overlay-cta-wrapper .overlay-cta-content legend {
  display: none !important;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-form-wrapper {
  text-align: center;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-form-wrapper .overlay-cta-form-header {
  font-size: 1.3145rem;
  line-height: 2rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.9375rem;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-form-wrapper .overlay-cta-form-header span {
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  clear: both;
  margin-top: 4rem;
}
.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-form-wrapper .gform_wrapper {
  border: none;
  margin: auto;
  max-width: 26rem;
  display: inline;
}
.headline-lockup *,
.cm-comming-soon * {
  box-sizing: border-box;
}
.overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-form-wrapper .gform_wrapper h3 {
  display: none;
}

.cm-comming-soon .hs_submit.hs-submit {
  clear: both;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 30%;
  max-height: 46px;
}

.cm-comming-soon .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  padding: 0;
  width: 70%;
}

.cm-comming-soon .hs-form {
  display: inline-block;
  width: auto;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
  float: none;
  width: 100%;
  max-width: 40rem;
}
.cm-comming-soon input.hs-button.primary.large {
  height: 100%;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 0.87rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  border: none;
  margin: 0;
  width: 100%;
  border: 0.125rem solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  height: 3.2rem;
  line-height: 1.55rem;
}

.cm-comming-soon .hs-form-field>label {
  display: none;
}

.cm-comming-soon .hs-input {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  color: #fff;
  font-family: inherit;
  width: 100%;
  border: 0.125rem solid #fff;
  padding: 0.875rem;
  line-height: 1.125rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: rgba(255,255,255,0.07);
  height: 3.2rem;
}

.cm-comming-soon .hs-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.cm-comming-soon .hs-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.cm-comming-soon .hs-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.cm-comming-soon .hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.cm-comming-soon .hs-input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.cm-comming-soon .hs-input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.cm-comming-soon .hs_submit.hs-submit * {
  height: 100%;
}
section {
  display: block;
}
.column-stats {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 3rem 0;
}
.column-stats .column-stats-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.column-stats .column-stats-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.column-stats .column-stats-wrapper a {
  text-decoration: none;
  color: #FFFFFF;
}
.column-stats .column-stats-wrapper .single-stat-column {
  text-align: center;
  margin-bottom: 2.5rem;
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
  box-sizing: border-box;
}
.column-stats .column-stats-wrapper .single-stat-column:last-of-type {
  margin-bottom: 1rem;
}
.column-stats .column-stats-wrapper .single-stat-column .stat-data {
  font-size: 3rem;
  line-height: 1;
  color: #FFFFFF;
  font-weight: normal;
}
.column-stats .column-stats-wrapper .single-stat-column .stat-decription {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1rem;
}
.certifications {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 1rem 2rem 0;
  box-sizing: border-box;
  background: #fff;
  padding-top: 3rem;
}
.certifications .certifications-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.certifications .background-image-container {
  background-size: 300% auto;
  background-position: top center;
  margin-top: 4rem;
}
.certifications .certifications-content {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
.certifications .certifications-content .certifications-header {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3125rem;
  text-align: center;
  margin-bottom: 3rem;
}
.certifications .certifications-content .certifications-large {
  margin-bottom: 2.1875rem;
  width: 100%;
  display: inline-block;
  font-size: 0;
  text-align: center;
  display: none;
}
.certifications .certifications-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.certifications .certifications-content .certifications-large .certification-logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.875rem;
  width: 32.20339%;
}
.certifications .certifications-content img {
  margin: 0 auto;
  display: block;
}
.certifications .certifications-content .certifications-large .certification-logo img {
  max-width: 100%;
}
.certifications .certifications-content .certifications-small {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0;
}
.certifications .certifications-content .certifications-small .certification-logo {
  display: inline-block;
  vertical-align: middle;
  width: 18.36735%;
  margin-right: 1.69492%;
}
.certifications .certifications-content .certifications-small .certification-logo img {
  max-width: 100%;
}

.cm-address {
  text-align: center;
}

.cm-address img {
  width: 50px !important;
  margin: auto;
}

.cm-address p {
  font-size: 1.2rem;
  margin: 0;
}

.basic-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #eff1ff;
}

.basic-cta .basic-cta-wrapper {
  padding: 4rem 2rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative; 
  z-index: 1;
  text-align: left;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.basic-cta .basic-cta-wrapper .basic-cta-content {
  width: 100%;
  margin: 0;
  padding: 0 0 62vw;
  box-sizing: border-box;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.basic-cta .background-image-container {
  height: 510px;
}
.basic-cta .basic-cta-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.basic-cta .basic-cta-wrapper .basic-cta-content .basic-cta-header {
  color: rgb(36,86,255);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: left;
  position: relative;
  text-shadow: 0 2px 4px rgba(0,0,0,0.20);
}
.basic-cta .basic-cta-wrapper .basic-cta-content .basic-cta-description {
  color: #211515;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: left;
  margin-bottom: 1.875rem;
}
/*
.home-lay .body-container p {
  line-height: 1.8rem;
}
.home-lay .body-container p:first-child {
  margin-top: 0;
}
.home-lay .hero .background-image-container {
  height: auto;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
}

.home-lay section.hero .hero-container .hero-content-container .hero-headline,
.home-lay .hero-description *,
.home-lay .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.home-lay .custom-menu-primary .hs-menu-wrapper>ul>li .cta_button.menu-item-link,
.home-lay .mobile-trigger path {
  color: #17308e;
  fill: #17308e;
}

.home-lay .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #ccba41;
}*/

.custom-menu-primary .hs-menu-wrapper>ul {
  width: 100%;
  max-width: 320px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  text-align: left;
  color: #17308e;
}

/*
.home-lay .custom-logo a img {
  display: none;
}
.home-lay .custom-logo a {
  background: URL('https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/pulsar-blue.png') no-repeat left center / contain;
  height: 88px;
}*/

.home-lay .hero-content {
  background: URL("https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/hero-light.jpg") no-repeat center bottom / cover;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-align: left;
}

.overlay-cta {
  line-height: 1.25;
}
.certifications .certifications-content .certifications-small .certification-logo:nth-child(5n) {
  margin-right: 0;
}

.cm-contact-content li.hs-form-booleancheckbox input.hs-input {
  display: none;
}
li.hs-form-booleancheckbox label {
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
li.hs-form-booleancheckbox label span:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #867f84;
  border: 1px solid #DBDBDB;
  content: '';
}

li.hs-form-booleancheckbox label span:after {
  content: '';
}
li.hs-form-booleancheckbox label span {
  font-size: .875em;
  line-height: 1.5;
  padding-left: 1.875rem;
  position: relative;
}
li.hs-form-booleancheckbox label span strong {
  font-weight: 300;
}
li.hs-form-booleancheckbox label .hs-input[type="checkbox"]:checked ~ span:before {
  background: #241515;
}
li.hs-form-booleancheckbox label .hs-input[type="checkbox"]:checked ~ span:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS4yIDkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDlMMCA1bDEuOC0xLjdMNCA1LjUgOS40IDBsMS44IDEuOHoiLz48L3N2Zz4=);
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 6px;
  display: block;
  background-repeat: no-repeat;
  content:'';
}
li.hs-form-booleancheckbox label .hs-input[type="checkbox"]:checked ~ span {
  font-weight: 700;
}
.contact-us-lay span.hs-form-required {
  display: none;
}
li.hs-form-booleancheckbox label .hs-input[type="checkbox"] {
  display: none;
}
.cm-contact-form form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
  line-height: 1.25;
  margin-top: -2px;
}
.cm-contact-form .hs-fieldtype-booleancheckbox {
  margin-bottom: 2px;
}
.body-container input[type="password"] {
  height: auto !important;
  max-width: 100%;
}
html body input.hs-input.email-edit {
  width: 100% !important;
}
.error-page .background-image-container {
  background-size: initial;
  background-position: inherit;
}

.background-image-container {
  background-size: initial;
  background-position: inherit;
}

.error-page .body-container .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-error-message {
  margin: 1.25rem auto;
  text-align: center;
}

.custom-error-message > div {
  text-align: left;
  vertical-align: top;
}
.custom-error-message p {
  margin: 0;
}
.post-header h2 a {
  color: inherit;
  text-decoration: none;
}

.cm-footer-form form.hs-form {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

.hs-responsive-embed-wrapper {
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: 0px 20px 18px -10px rgba(41,36,80,0.42);
  -moz-box-shadow: 0px 20px 18px -10px rgba(41,36,80,0.42);
  box-shadow: 0px 20px 18px -10px rgba(41,36,80,0.42);
  margin-bottom: 72px !important;
}

.hs-responsive-embed-inner-wrapper {
	position: relative !important;
	padding-bottom: 56.25% !important; /* 16:9 */
	padding-top: 25px !important;
	height: 0 !important;
}
.hs-responsive-embed-inner-wrapper iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* slider */
.slider-wrapper {
  background-size: cover;
  padding: 0 2em 6em;
}

.slider-wrapper .page-center {
  padding: 0;
}

.slider-container {
  padding: 0;
}

.slider-content,
.slider-img {
  width: 100%;
}

.slider {
  width: 100%;
  position: relative;
}

.slider__slide {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  outline: 0 !important;
}

.slider__slide img {
  width: 100%;
  max-width: 100%;
}

h2.slider-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 2rem;
}

h3.slider-subtitle {
  color: #CCBA41;
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 24px;
}

.slider-list {
  margin: 0;
  padding: 0;
}

.slider-list li {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  list-style: none;
  position: relative;
  padding: 0 0 18px 36px;
}

.slider-list li:before {
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  background: URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/checkbox.svg") no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  margin: auto;
}

.slider-img {
  border: 10px solid #214FFF;
  margin-top: 1em;
  border-radius: 14px;
}

.slick-arrow {
  height: 32px;
  width: 32px;
  background: rgba(255, 255, 255, 0.2) URL("https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/icon-arrow.svg") no-repeat center center / 12px;
  border: 0;
  border-radius: 100%;
  display: block;
  font-size: 0;
  position: absolute;
  top: auto;
  bottom: -70px;
  margin: auto;
  outline: none;
  z-index: 99;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 36px 0 0 0;
  padding: 0;
}

.slick-dots li {
  list-style: none; 
  display: inline-block;
  margin: 0 8px;
}

.slick-dots li button {
  background: none;
  font-size: 0;
  border: 2px solid #CCBA41;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: block;
  padding: 0;
  outline: none;
}

.slick-dots li.slick-active button {
  background: #CCBA41;
}

.slick-dots li button:hover {
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #CCBA41;
  border: 2px solid #CCBA41;
  opacity: 1;
}

/* Certification Slider */

.certifications-slider {
  background: URL('https://f.hubspotusercontent40.net/hubfs/6072841/pulsar/images/mesh-grey.png') no-repeat center center / contain;
  padding: 3rem 0;
}

.certifications-slider .slider {
  padding: 0;
}

.certifications-slider ul.slider-list li:before {
  display: none;
}

.certifications-slider ul.slider-list {
  width: 100%;
  margin: auto;
  min-height: auto;
}

.certifications-slider ul.slider-list li {
  padding: 10px !important;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.certificate-wrapper {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  box-shadow: -0 0 10px 1px rgba(0, 0, 0, .1);
  background: #FFFFFF;
}

@media (min-width: 414px) {
  .certificate-wrapper {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .certificate-wrapper {
    width: 20%;
  }
}

.certification-slider-image {
  width: 100%;
  max-width: 46px !important;
  height: auto;
}

.certification-slider-title {
  color: #241515;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
}

.certifications-slider .slick-arrow {
  display: none !important;
}

.certifications-slider .slick-dots {
  margin: 0 !important;
}

.certifications-slider h3 {
  text-align: center;
  color: #CCBA41;
}


#hs_cos_wrapper_widget_1651510149827 {
  background: #E5E8F2;
  margin: 2rem; 0;
}

#hs_cos_wrapper_widget_1651510149827 .hs-responsive-embed-wrapper {
  margin: 3rem 0 !important;
  height: auto !important;
}

/* QUOTES Slider */
.quotes {
  margin: 3rem 0;
  background: #F7F8FD;
  padding: 4rem 2rem 5rem !important;
  text-align: center;
}

.quotes .slider {
  padding: 0;
}

.quotes .slick-track {
  display: flex;
  align-items: center;
}

.quote-content {
  padding: 0;
  margin: auto;
  max-width: 1024px;
}

.quote-quote {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 1336px) {
  .quote-quote {
    font-size: 24px;
  }
}

.quote-quote:before,
.quote-quote:after {
  margin: 0 0.5rem;
  content: "\"";
}

.quote-name {
  font-size: 16px;
  margin-top: 2rem;
  font-weight: 600;
  color: #122981;
}

@media screen and (min-width: 1336px) {
  .quote-name {
    font-size: 18px;
  }
}

.quote-role {
  font-size: 16px;
  font-weight: 600;
}

.quote-location {
  font-size: 15px;
}

.quotes .slick-dots {
  bottom: -2.7rem;
  margin: 0;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media screen and (min-width: 37.5em) {
  .cm-copyright>div>span>p {
    display: inline-block;
    clear: none;
  }
  .cm-copyright p:first-child > span {
    display: inline-block;
    clear: none;
  }
  .cm-copyright>div>span>em {
    display: inline-block;
    margin: 0 0.1rem;
  }
  .cm-header-wrapper .page-center {
    padding-top: 0.4rem !important;
  }
  .custom-logo a {
    float: left;
    margin-right: 1.69492%;
    margin-top: 0;
  }
  h1 {
    color: #101733;
    font-size: 3.5rem;
    line-height: 4.6875rem;
  }
  h2 {
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
  .mobile-trigger {
    top: 0;
  }
  .certifications .background-image-container {
    background-size: 100% auto;
  }
  .blog-author {
    padding: 40px;
  }
  .author-info {
    margin-left: 32px;
    margin-top: 0;
  }
  .author-info p {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 16px;
  }
  .author-link-all {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .author-link {
    text-align: left;
  }
  .blog-author {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .author-info h3,
  .author-info p {
    text-align: left;
  }
  .author-link-all {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .blog-author-profile {
    margin: 0;
  }
  .blog-topics ul li a {
    width: auto !important;
  }
  .block-team-item {
    width: 50%;
  }
  .blog-sidebar,
  .blog-topics {
    display: block !important;
  }
  .aegis-hero-topics {
    max-width: 500px;
  }
  .aegis-nav .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 641px) {

  .cm-contact-form textarea {
    height: 160px;
  }
  body:not(.with-banner) .body-container {
    padding-top: 86px;
  }
  .team-page,
  .team-page-lower {
    background: URL('https://cdn2.hubspot.net/hubfs/6072841/pulsar/images/mesh.jpg') repeat-y center top / contain;
  }
  .team-lower {
    padding: 5rem 6rem !important;
  }
  .block-team-list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .blog-item {
    padding: 0 3em;
  }

}

@media screen and (min-width: 1336px){
  section.hero .background-image-container {
    background-size: contain;
  }
}

@media screen and (min-width: 50em) {
  .basic-cta .basic-cta-wrapper .basic-cta-content {
    background-position: right center;
    padding: 0 50% 0 0;
    background-size: 42vw;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .cta_button.menu-item-link {
    padding: .75rem 1.775rem !important;
  }
  .hero-posts {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .hero-post-item {
    min-width: auto;
    max-width:  none;
    padding: 0 0 4rem;
  }
  .hero-post-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .cm-comming-soon .hs-form {
    width: 100%;
    float: left;
  }
  section.hero-lower .hero-container {
    padding: 9rem 1.1rem 5rem;
  }
  section.hero-lower .hero-container .hero-tag-line {
    text-align: left;
  }
  section.hero-lower .hero-container .hero-headline {
    font-size: 3.375rem;
    line-height: 3.375rem;
    text-align: left;
    width: 80%;
  }
  section.hero-lower .hero-container .hero-date {
    text-align: left;
  }
  section.hero-lower .hero-featured-image {
    width: 60px;
  }
  section.hero-landing-lower .hero-container .hero-headline {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
  section.hero-aegis .hero-container .hero-headline {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
  section.hero-aegis .hero-featured-image {
    width: 60px;
  }
  section.hero-aegis .hero-featured-image-container {
    margin: 0; 
  }
  .h2-lower h2 {
    padding: 2rem 6rem 6rem;
  }
  .custom-error-message {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    justify-content: center;
  }
  .custom-error-message > div {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%;
    margin-right: 0;
    width: 49.15254%;
  }
  .certifications .certifications-content .certifications-small .certification-logo:nth-child(5n) {
    margin-right: 1.69492%;
  }
  .cm-contact-form > div {
    margin: 16px 0;
  }
  .footer-social-media {
    display: block;
    clear: both;
  }
  .cm-footer-form .hs_cos_wrapper_type_form {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492% !important;
    margin-left: 25.42373% !important;
    display: block !important;
  }
  .cm-footer-wrapper .page-center> div {
    width: 66.10169%;
    margin-right: 1.69492%;
    margin-left: 16.94915%;
  }
  section.hero .hero-container .hero-featured-image-container {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
    text-align: center;
  }
  section.hero .hero-container .hero-featured-image-container img {
    height: 52px;
    margin: auto;
  }
  section.hero .hero-container .hero-content-container {
    margin-left: 0;
  }
  section.hero .hero-container .hero-content-container .hero-headline {
    font-size: 3.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 .45rem;
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: .75rem;
    text-transform: uppercase;
  }
  .contact-us-lay .main-content > div > div.row-fluid {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-around;
  }
  .cm-contact-form .form-columns-2 .hs-form-field {
    width: 47.4874372% !important;
    margin-right: 5.0251256%;
    padding: 0;
  }
  .cm-contact-form .form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  .contact-us-lay .main-content > div > div.row-fluid > div {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%;
    width: 40.67797%;
    margin-right: 0;
  }
  .icon-columns .icon-columns-wrapper {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .icon-columns .icon-columns-wrapper .single-icon-column {
    padding: 2em 1.25rem;
    width: 32.20339%;
    float: left;
  }
  .icon-columns .icon-columns-wrapper .single-icon-column:last-of-type {
    border-right: none;
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  .column-content .column-content-wrapper .column-content-header-wrapper {
    width: 32.20339%;
  }
  /*.column-content .column-content-wrapper */
  .column-content-blocks {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }
  .column-content .column-content-wrapper .column-content-blocks .single-content-block {
    padding: 0 3.4375rem;
    width: 32.20339%;
    margin-right: 1.69492%;
  }
  .column-content .column-content-wrapper .column-content-blocks .single-content-block:nth-child(3n) {
    margin-right: 0;
  }
  .column-content .column-content-wrapper .column-content-footer-wrapper {
    width: 32.20339%;
  }
  .headline-lockup .headline-lockup-wrapper {
    display: flex;
    justify-content: stretch;
  }
  .headline-lockup .headline-lockup-wrapper .section-title-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .headline-lockup .headline-lockup-wrapper .section-title-container::before {
    content: '';
    position: relative;
    border-right: 1px solid #241515;
    transform: translateX(-53%);
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0.625rem;
    display: block;
  }
  .headline-lockup .headline-lockup-wrapper .section-title-container .section-title-text-container {
    width: auto;
    align-self: flex-end;
    position: relative;
    padding-bottom: 50%;
    flex: 0 0 auto;
  }
  .headline-lockup .headline-lockup-wrapper .section-title-container .section-title-text-container .section-title-text {
    white-space: nowrap;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    transform: translateY(250%) rotate(-90deg);
  }
  .headline-lockup .headline-lockup-wrapper .section-title-container .section-title-text-container::after {
    content: '';
  }
  .headline-lockup .headline-lockup-wrapper .header-container {
    margin-left: 8.47458%;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    min-height: 144px;
  }
  .headline-lockup .headline-lockup-wrapper .content-container {
    padding: 0 2.54237%;
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
  .headline-lockup .headline-lockup-wrapper .content-container {
    padding: 0 2.54237%;
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
  .overlay-cta .overlay-cta-wrapper {
    flex-direction: row;
    padding: 6rem 2rem;
    background: none;
  }
  .overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-form-wrapper {
    text-align: left;
  }
  .overlay-cta .overlay-cta-wrapper .overlay-cta-content {
    width: 70%;
    float: left;
  }
  .overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-title {
    position: absolute;
    transform: rotate(-90deg); 
    margin: auto;
  }
  .overlay-cta .overlay-cta-wrapper .cta-image {
    width: 50%;
    margin-top: 0;
  }
  .overlay-cta .overlay-cta-wrapper .overlay-cta-content .overlay-cta-header {
    margin-bottom: 2.5rem;
    text-align: left;
    margin-left: 0;
  }
  .column-stats .column-stats-wrapper .single-stat-column {
    padding: 0 5%;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0%;
    margin: 0;
  }

  .certifications .certifications-wrapper {
    margin: 0 auto !important;
    padding: 2rem 0 0 !important;
    background-repeat: no-repeat;
  }
  .certifications .certifications-content {
    width: 100%;
    max-width: 620px;
    margin: auto;
  }
  .certifications .certifications-content .certifications-large .certification-logo {
    width: 15.25424%;
    margin-left: 1.69492%;
    margin-right: 1.69492%;
  }
  .certifications .certifications-content .certifications-small .certification-logo {
    width: 11.76471%;
  }
  .certifications .certifications-content .certifications-small .certification-logo:nth-child(7n) {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul li a {
    font-size: .8125rem;
    text-transform: uppercase;
  }
  .column-content {
    padding: 5rem 0;
  }
  /* here */
  section.hero-aegis .hero-container {
    padding: 4rem 3rem 12rem;
  }
  section.hero-landing-lower .hero-landing-lower-container {
    padding: 16rem 3rem;
  }
  section.hero-landing-lower {
    background-position: center bottom;
  }
  section.hero-aegis.hero-aegis-lower-container,
  section.hero-product .hero-product-lower-container {
    padding: 4rem 3rem;
  }
  section.hero-aegis .hero-container .hero-headline {
    margin: 3rem 0 0 0;
  }
  section.hero-aegis .hero-container .hero-tag-line {
    line-height: 2rem;
  }
  .aegis-hero-topics {
    max-width: 700px; 
  }
  .aegis-hero-topics li {
    font-size: 21px;
    height: 170px;
    width: 170px;
    margin: -10px;
  }
  .aegis-hero-paragraph {
    padding-top: 0;
    padding-left: 100px;
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    margin-top: 24px;
  }
  .aegis-hero-paragraph:before {
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    height: 80px;
    width: 80px;
  }
  h2.slider-title {
    font-size: 42px;
    line-height: 50px;
    text-align: left;
  } 
  h3.slider-subtitle {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }
  /* slider */
  .slider-wrapper {
    padding: 0 3em 6em;
  }
  .slider-img {
    margin-top: 3em;
  }
  .slider-list {
    margin-bottom: 52px;
  }
  .slider-list li {
    font-size: 18px;
    line-height: 20px;
    padding: 18px 0 18px 64px;
  }
  .slider-list li:before {
    height: 42px;
    width: 42px;
    bottom: 0;
  }

}

@media screen and (min-width: 62.5em){
  .hero-posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.hero .hero-container .hero-featured-image-container {
    margin: 0;
    width: 100%;
  }
  section.hero .hero-container .hero-content-container {
    margin-left: 0%;
  }
  .custom-menu-primary.js-enabled {
    float: right;
    margin-right: 0;
  }
  .team-lower {
    padding: 7rem 12rem !important;
  }
  .block-team-item {
    width: 33%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 .75rem;
  }
}


@media screen and (min-width: 75em) {
  .basic-cta .basic-cta-wrapper .basic-cta-content {
    background-size: contain;
  }
  .custom-logo a {
    display: block;
    float: left;
    margin-right: 1.69492%;
  }
  .overlay-cta .overlay-cta-wrapper .overlay-cta-content {
    width: 50%;
  }
  .cm-footer-wrapper .custom-menu-primary .hs-menu-wrapper,
  .cm-footer-wrapper .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block;
  }
  .slider {
    padding: 0 3em 0 0;
  }
  .slider__slide {
    flex-direction: row;
  }
  .slider-content {
    width: 35%;
    padding-left: 3em;
  }
  .slider-img {
    width: 60%;
  }
  .slider-list {
    min-height: 360px;
  }
  .slick-arrow {
    top: 0;
    bottom: 0;
  }
  .blog-topics h3 {
    float: left !important;
    margin: 0 !important;
    width: auto !important;
    text-align: left !important;
    padding: 0.6em 2em !important;
  }
  .blog-topics ul {
    text-align: left !important;
  }
  .block-team-item {
    width: 25%;
  }
  .aegis-hero-topics {
    max-width: none; 
    flex-wrap: nowrap;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 1.5625rem;
  }
}

@media screen and (max-width: 945px) and (min-width: 800px) {
  .cm-copyright {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 945px) and (min-width: 768px) {
  .blog-sidebar .hs-button.primary.large {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  
}

@media (max-width: 800px) {
  .cm-contact-form form.hs-form fieldset .hs-firstname {
    margin-bottom: 2px;
  }
  .cm-footer-form .hs-form-field {
    margin: 0 0 1.225rem;
  }
  .error-page .main-content {
    padding: 0 10px;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) and (min-width: 601px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 1.25rem !important;
  }
  .custom-menu-primary.js-enabled {
    position: static;
  }
  .mobile-trigger {
    top: 2.25rem;
  }
}

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template .body-container form, 
  .password-template .body-container form, 
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .search-page .body-container .hs-search-field {
    width: 100%;
  } 
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .blog .blog-sidebar .widget-span {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: hidden;
    overflow-x: auto;
  }  
  .cm-copyright {
    margin-top: -2px;
  }
  .cm-header-wrapper .page-center {
    padding: 0;
  }
  .custom-logo {
    padding: 0 1em;
  }
  .cm-footer-wrapper.lp-footer>div {
    margin-bottom: -7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .cta_button:hover {
    background-color: #fff !important;
    color: #214FFF !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .cta_button {
    border: 0 !important;
  }
  .section.post-body img {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 652px) {
  .cm-copyright {
    margin-bottom: 0;
  }
  .cm-footer-wrapper.lp-footer>div {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 641px) {
  /* One Line Inputs */
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    line-height: 2;
    min-height: 2rem;
  }
  .cm-contact-form form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
  .cm-comming-soon .hs_submit.hs-submit {
    max-height: 60px;
  }

}

@media (max-width: 600px) {
  @-moz-document url-prefix() { 
    .custom-logo img {
      margin-top: 8px;
      padding: 0 1em;
    }
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }
}