/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 0px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  padding:0px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
}



/*   ===========.   Home Page.  =========.   */


.lower_header_text_area .dnd-section > .row-fluid {
  padding: 0;
}
.lower_header_text_area h5 {
  font-family: 'Anton', sans-serif;
  color: #1D4A7E;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 8px;
  padding: 0 15px;
  line-height: 1.4;
  font-weight: 300;
}

.counters-area{
  text-align:center;
}
.counters-area .dnd-section > .row-fluid {
  padding:0;
}
.counter{
  padding: 46px 15px;
  margin: 0;
  width: 25%;
  float:left;
}
.display-number {
  font-family: 'Anton', sans-serif;
  color: #fff;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.4;
  margin:0;
  padding:0;
  white-space: nowrap;
}
.counter-text {
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.homepage-coverage-area {
  padding-top: 60px;
  padding-bottom: 50px;
}
.homepage-coverage-area .dnd-section > .row-fluid {
  padding:0;
}
.homepage-coverage-area .span6 {
  margin: 0;
  width: 50%;
  padding: 0 15px;
}
.homepage-coverage-area img {
  max-width: 100%;
  vertical-align: bottom;
}
.homepage-coverage-area h1 {
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  margin: 0.67em 0;
  line-height: 1.2;
}
.homepage-coverage-area p {
  color: #1D4A7E;
  line-height: 1.4;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
}
.homepage-bottom-section-wrapper {
  margin: 40px 0;
  padding:0 0 20px;
}
.homepage-bottom-section-wrapper .dnd-section > .row-fluid{
  padding:0;
}
.homepage-bottom-section-wrapper .content-wrapper {
  padding: 0;
}
.homepage-bottom-left-data {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.home-page-bottom-right-data {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.home-page-feature {
  border: 3px solid #1D4A7E;
  margin-bottom: 30px;
}
.home-page-feature h2 {
  border-bottom: 2px solid #1D4A7E;
  border-top: 2px solid #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  background-color: #1D4A7E;
  color: #fff;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  line-height:1.2;
}
.home-page-feature .hs_cos_wrapper_type_rich_text{
  display:block;
}
.home-page-feature .hs_cos_wrapper_type_rich_text > div{
  display:block;
  padding:0 20px;
}
.home-page-feature h5 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  color: #1D4A7E;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.home-page-feature p {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
}
.home-page-feature a.button {
  font-family: brandon-grotesque, sans-serif;
  background-color: #1D4A7E;
  color: #fff;
  text-decoration: none;
  min-width: 168px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: block;
  margin: 20px 0;
  font-weight: bold;
  outline: 0;
  cursor: pointer;
  line-height: 1.4;
}

.home-page-feature a.button:hover {
  background-color: #C4B884;
  color: #000;
  text-decoration: none;
}
.newsletter-form form{
  padding:0 20px;
}
.newsletter-form label {
  font-family: Roboto;
  color: #33475b !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: left !important;
  line-height: 20px !important;
  -webkit-font-smoothing: auto;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"]{
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px !important;
  border-radius: 0;
  padding:0 15px;
  -webkit-font-smoothing: auto;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus{
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.newsletter-form .actions {
  margin: 0;
  padding: 0;
}
.newsletter-form .hs-button {
  background: #1D4A7E;
  border-color: #1D4A7E;
  color: #ffffff;
  font-size: 17px;
  font-family: Roboto !important;
  -webkit-font-smoothing: auto;
  text-transform: none;
  padding: 12px 26px !important;
  display: inline-block;
  line-height: 14px;
  min-width: auto !important;
  margin: 17px 0 25px;
}
.newsletter-form label.hs-error-msg {
  border: none;
  background: transparent;
  color: #f2545b !important;
  font-family: Roboto !important;
  font-size: 18px !important;
  line-height: 18px !important;
  margin: 0 0 4px !important;
}

.newsletter-form .hs_error_rollup label {
  border: none;
  background: transparent;
  font-family: Roboto !important;
  color: #f2545b !important;
  line-height: 18px !important;
  margin: 0 0 4px !important;
  font-size: 14px !important;
}
.newsletter-form .field {
  margin-bottom: 18px;
}
.newsletter-form span.hs-form-required {
  color: red !important;
  margin: 0;
}
@media(max-width:767px){

  .counter{
    padding: 46px 15px;
    margin: 0;
    width: 100%;
  }
  .homepage-coverage-area .span6 {
    margin: 0px;
    width: 100%;
    padding: 0px 15px;
  }  
  .home-page-bottom-right-data,
  .homepage-bottom-left-data {
    width: 100%;
  }



}

/*   ===========.   END Home Page .  =========.   */





/*   ===========.   Service Page.  =========.   */

.hs-service-page-wrapper {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 14px 14px;
}
.hs-service-page-wrapper-canvas {
  position: relative;
  display: block;
  /* overflow: hidden; */
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  padding-top: 0;
}
.hs-service-page {
  padding: 40px 70px;
  position: relative;
  display: block;
}
.hs-service-page .dnd-section >.row-fluid{
  padding:0;
}
.hs-service-page h1 {
  color: #1D4A7E;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}
.hs-service-page ul.page-navs {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 48px;
  padding: 0;
  list-style-position: inside;
}
.hs-service-page ul.page-navs li {
  display: inline-block;
  vertical-align: middle;
}
.hs-service-page ul.page-navs li:not(:first-child) {
  margin-left: 40px;
}
.hs-service-page ul.page-navs li a {
  color: #1a4271;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  outline: 0;
  text-decoration: none;
}
.hs-service-page ul.page-navs li a:hover {
  color: #C4B884;
  outline: 0;
  text-decoration: none;
}
.hs-service-page p a{
  text-decoration:none;
}

.hs-service-page h2 {
  color: #1D4A7E;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  margin-bottom: 16px;
  font-family: 'brandon-grotesque', sans-serif;
  position: relative;
}
.hs-service-page ul {
  list-style-position: inside;
  padding-left: 30px;
}
.hs-service-page hr {
  border-color: #D8D8D8;
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
  border:none;
  border-top:1px solid #D8D8D8;
}


.manned-guarding-area{
  margin:30px 0 0;
}
.hub-video-area{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
.hub-video-area .span6{
  width: calc(50% - 32px);
  margin:0 32px 0 0;
}
.hub-video-area  .widget-type-rich_text{
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16);
  padding: 16px;
  display: block;
  position: relative;
}

.hs-service-page ul li a {
  text-decoration: underline;
}


@media(max-width:1170px){

  .hs-service-page {
    padding: 28px 22px;
  }
}

@media(max-width:630px){


  .hub-video-area .span6 {
    width: 100%;
    margin: 0;
  }
  .hub-video-area .span6 .widget-type-rich_text{
    margin:0 0 20px;
  }
  .hub-video-area .span6:last-child .widget-type-rich_text{
    margin:0;
  }

}

/*. ===========. END.  =============.  */



/*   ===========.   Covid Page.  =========.   */

.hs-covid-page-wrapper {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 14px 14px;
}
.hs-covid-page-wrapper-canvas {
  position: relative;
  display: block;
  /* overflow: hidden; */
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
  padding-top: 0;
}
.hs-covid-page {
  padding: 40px 70px;
  position: relative;
  display: block;
}
.hs-covid-page .dnd-section >.row-fluid{
  padding:0;
}
.hs-covid-page h1 {
  color: #1D4A7E;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}
.hs-covid-page ul.page-navs {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 48px;
  padding: 0;
  list-style-position: inside;
}
.hs-covid-page ul.page-navs li {
  display: inline-block;
  vertical-align: middle;
}
.hs-covid-page ul.page-navs li:not(:first-child) {
  margin-left: 40px;
}
.hs-covid-page ul.page-navs li a {
  color: #1a4271;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  outline: 0;
  text-decoration: none;
}
.hs-covid-page ul.page-navs li a:hover {
  color: #C4B884;
  outline: 0;
  text-decoration: none;
}
.hs-covid-page p a{
  text-decoration:none;
}
.hs-covid-page h2 {
  color: #1D4A7E;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  margin-bottom: 16px;
  font-family: 'brandon-grotesque', sans-serif;
  position: relative;
}
.hs-covid-page ul {
  list-style-position: inside;
  padding-left: 30px;
}

.hs-covid-page hr {
  border-color: #D8D8D8;
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
  border:none;
  border-top:1px solid #D8D8D8;
}

.covid-19-testing-area p strong img {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  vertical-align: bottom;
}
.technology-area img{
  max-width: 100%;
  vertical-align: bottom;
}
.hs-covid-page img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}

@media(max-width:1170px){

  .hs-covid-page {
    padding: 28px 22px;
  }
}

@media(max-width:630px){


}



/*. ===========. END.  =============.  */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "brandon-grotesque";
  src: url("//use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "brandon-grotesque";
  src: url("//use.typekit.net/af/1da05b/0000000000000000000132df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/1da05b/0000000000000000000132df/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/1da05b/0000000000000000000132df/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/StrategicSecurityCorp_August2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2) format("woff2"),
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff) format("woff"), 
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/StrategicSecurityCorp_August2020/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Free%20Solid/fa-solid-900.woff2) format("woff2"),
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Free%20Solid/fa-solid-900.woff) format("woff"), 
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Free%20Solid/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.eot") format("embedded-opentype"), 
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.woff2) format("woff2"), 
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.woff) format("woff"), 
    url(https://5536587.fs1.hubspotusercontent-na1.net/hubfs/5536587/raw_assets/public/StrategicSecurityCorp_August2020/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}

html {
  font-size: 10px;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #1D4A7E;
  line-height: 1.4;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
  -webkit-transition: 0.4s background-color, color 0.4s, border 0.4s;
  transition: 0.4s background-color, color 0.4s, border 0.4s;
  display: inline-block;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  word-break: break-word;
}

h1 {
  font-size: 34px;
  margin: 0.67em 0;
}

h2 {
  font-size: 24px;
  margin-bottom: .5rem;
  margin-top:0px;
}

h3 {
  font-size: 18px;
  margin-bottom: .5rem;
  margin-top:0px;
}

h4 {
  font-size: 16px;
  margin-bottom: .5rem;
  margin-top:0px;
}

h5 {
  font-size: 13px;
  margin-bottom: .5rem;
  margin-top:0px;
}

h6 {
  font-size: 10px;
  margin-bottom: .5rem;
  margin-top:0px;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:0px;
  padding:0px;
}

ol{
  padding-left: 24px;
  margin:0 0 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

::selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-webkit-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-moz-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}

/* Horizontal Rules */


/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin:20px 0;
  min-width: 168px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  position: relative;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  font-size: 18px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form .hs-error-msg {
  color:#790000;
  letter-spacing: normal;
  font-family: sans-serif;
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  letter-spacing: normal;
  font-size: .813em;
  clear: both;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 18.2112px;
  padding:16px 0 0 0;
}
.hs_error_rollup label {
  color: #790000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  width:100%;
}

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,
.hs-input {
  display: inline-block;
  width: 100%!important;
  height:auto!important;
  padding: 5px 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  font-family: sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #6C757D;
}

.hs-input::-webkit-input-placeholder {
  color: #6C757D;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

.hs_services ul.inputs-list.multi-container li {
    display: inline-block !important;
    width: 50%;
}

textarea.hs-input {
  height: auto;
}
.hs-form .hs_error_rollup label {
  color: #790000 !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  font-weight: 700 !important;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0 !important;
  clear: both;
  width: 100% !important;
  text-align: center !important;
  line-height: 1.4 !important;
  width: 100% !important;
}
select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border:1px solid #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #C4B884;
}

.actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}
.field.hs-message {
  line-height: 0;
  margin-bottom: 13px;
  padding-top: 2px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 28px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}
textarea {
  padding: 6px 8px !important;
  line-height: 1.5;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #1D4A7E;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Montserrat, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/*
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/***************************** executive-protection*************************************************/

.service-inner-page-area h1{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}
.service-inner-page-area p{
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.service-inner-page-area ul {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
}
.service-inner-page-area ul li {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.service-inner-page-area h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-inner-page-area hr {
  border-color: #d8d8d8!important;
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  overflow: visible;
  background: none;
}
.service-inner-page-area ol {
  color: #1D4A7E;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.service-inner-page-area .widget-type-rich_text div > h2{
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
}
.service-inner-page-area .widget-type-rich_text div > h1{
  margin-bottom:0;
}
.service-inner-page-area .widget-type-rich_text div > p > a {
  font-family: brandon-grotesque, sans-serif;
  background-color: #1D4A7E;
  color: #fff;
  text-decoration: none;
  width: 168px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: block;
  margin: 20px 0;
  font-weight: bold;
}
.service-inner-page-area .widget-type-rich_text div > p > a:hover {
  background-color: #C4B884;
  color: #000;
}
/***************************** Emergency Response*************************************************/
.emergency-response-page-area h1{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}
.emergency-response-page-area p{
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}

.emergency-response-page-area h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.emergency-response-page-area h5{
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  position: relative;
  font-weight: bold;
  margin-top: 0.38em ;
  margin-bottom: 0.67em ;
  line-height: 1.2;
}
.migration ul,
.body-container__website ul{
  padding-left: 24px;
}
.emergency-response-table  ul {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
}
.emergency-response-table  ul li {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.emergency-response-table table {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
  height: 117px;
}
.emergency-response-table td{
  padding: 0;
  border: 0;
}
.emergency-response-table  img {
  margin: 6px auto 6px auto;
  clear: both;
  display: block;
  position: relative;
  right: -28px;
  max-width: 290px;
}
.emergency-response-table  h3{
  font-size:18px;
}
.emergency-response-table h2 {
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.emergency-response-table p {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.emergency-response-form fieldset{
  max-width: 100%!important;
}
.emergency-response-form .hs-input {
  display: inline-block;
  width: 90%!important;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475B;
  border: 1px solid #CBD6E2;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #F5F8FA;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  height: 40px !important;
}
.emergency-response-form .hs-form label .hs-form-required {
  color: red;
  margin: 0;
}
.emergency-response-form .hs-form .hs_error_rollup label {
  border: 0;
  padding: 0 !important;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  color: #f2545b !important;
  font-weight: 400 !important;
  text-align: left !important;
}
.emergency-response-form .hs-form  label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #33475B;
}
.emergency-response-form .hs-form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.emergency-response-form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  border-width:1px;
}
.emergency-response-form .hs-form .inputs-list .hs-error-msg{
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  border: 0;
  background: none;
  margin-bottom: 4px;
  margin-top:0px;
}
.emergency-response-form  .field {
  margin-bottom: 18px;
}

.emergency-response-form fieldset>div:last-of-type .hs-input {
  width: 100% !important;
  max-width: 100%;
}
.emergency-response-form .hs-fieldtype-select .hs-input{
  padding: 9px 10px;
}

.emergency-response-form .actions{
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.emergency-response-form input.hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #1D4A7E;
  border-color: #1D4A7E;
  color: #FFFFFF;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}
@media(max-width:1199px){
  .emergency-response-table .dnd-section:first-of-type>.row-fluid {
    max-width: 959.999999991px !important;
  }
  .emergency-response-table img {
    right: 0;
  }
}
@media(max-width:991px){
  .emergency-response-table .dnd-section:first-of-type>.row-fluid {
    max-width: 719.9999999903999px !important;
  }
}
@media(max-width:767px){
  .emergency-response-table .dnd-section:first-of-type>.row-fluid {
    max-width: 539.9999999928px !important;
  }
  .emergency-response-table img {
    right: 0;
    max-width: 100%;
  }
  .emergency-response-table td {
    width: 100%;
    display: table-row;
  }
  .emergency-response-table tr {
    display: table-header-group;
  }
  .emergency-response-form fieldset .hs-form-field {
    width: 100%!important;
    float: none;
  }
  .emergency-response-form .hs-input {
    width: 100%!important;
  }
  .emergency-response-page-area p img {
    width: 100%;
    float: none !important;
    margin: 0 0 20px 0!important;
  }
}
@media(max-width:575px){
  .emergency-response-table .dnd-section:first-of-type>.row-fluid {
    max-width: 100% !important;
    padding: 0 15px;
  }
  .emergency-response-table img {
    max-width: unset;
  }
}
@media(max-width:479px){
  .emergency-response-table img {
    height: auto !important;
    width: 100%;
  }
}
/***************************** Leadership*************************************************/


.leadership-page-area p{
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.leadership-page-area h1{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}
.leadership-page-area hr {
  border-color: #d8d8d8!important;
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  overflow: visible;
  background: none;
}
.leadership-page-area img{
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
}

@media(max-width:479px){

  .leadership-page-area p > strong > span {
    width: 100%;
    display: block;
    float: left;
  }

}

/***************************** Service Video*************************************************/

.service-video-page-area h1{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-video-page-area p{
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.service-video-page-area h2{
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-video-page-area ul {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
}
.service-video-page-area ul li {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.service-video-page-area img{
  float: left;
  margin: 5px 20px 20px 0;
  webkit-transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  max-width: 100%;
  vertical-align: bottom;
}
/***************************** About Us *************************************************/

.body-wrapper {
  overflow-x: hidden;
}

.about-us-page-area h1{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top:0px;
}
.about-us-page-area p{
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.about-us-page-area ul {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
  font-family:arial;
  text-transform: none;
}
.about-us-page-area ul li {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.about-us-page-area  img{
  margin: 5px 20px 20px 0;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
}

/*=====================Full Width==========================*/

.full-width-page-area h1{
  font-family: 'Anton', sans-serif;
  margin-top:0.67em;
  margin-bottom:.67em;
  text-transform: none;
}
.full-width-page-area p{
  padding:0;
  font-family: sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.full-width-page-area ul {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
  font-family:arial;
  text-transform: none;
}
.full-width-page-area ul li {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.full-width-page-area hr {
  border-color: #d8d8d8!important;
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  overflow: visible;
  background:none;
}
.full-width-page-area a{
  font-family: sans-serif;
}

.full-width-page-area img{
  max-width: 100%;
  vertical-align: bottom;
  -webkit-transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  margin:0;
}
.full-width-page-area span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color:#444;
  text-transform: none;
  font-family:arial;
  font-weight: 300;
}
.full-width-page-area .widget-type-rich_text div{
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  padding-right: 15px;
}

.full-width-page-area .widget-type-rich_text div > a{
  font-family: brandon-grotesque, sans-serif;
}



/***************************** Video Program*************************************************/

.vendor-program-page-area h1{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
}
.vendor-program-page-area p{
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.vendor-program-page-area ul {
  color: #1D4A7E;
  font-weight: normal;
  font-size: 16px;
  padding-left: 40px;
  margin: 20px 0;
}
.vendor-program-page-area ul li {
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.vendor-program-page-area .widget-type-rich_text button {
  font-family: brandon-grotesque, sans-serif;
  background-color: #1D4A7E;
  color: #fff;
  text-decoration: none;
  width: 168px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: block;
  margin: 20px 0;
  font-weight: bold;
  border: none;
  border-radius: 0;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  cursor: pointer;
}
.vendor-program-page-area .widget-type-rich_text button:hover {
  background-color: #C4B884;
  color: #000;
}
.vendor-program-page-area .dnd-row:last-child .span12 .dnd-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.vendor-program-page-area .dnd-row:last-child .span12 .dnd-row .row-fluid{
  display:block;
}
.vendor-program-page-area .span4{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  margin: 0!important;
}
.vendor-program-page-area .span4 .widget-type-rich_text div:nth-child(1) {
  font-family: 'Anton', sans-serif;
  font-size: 54px;
  color: #C4B884;
  display: inline-block;
  margin-right: 15px;
}
.vendor-program-page-area .span4 .widget-type-rich_text div:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #1D4A7E;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-left: -4.5px;
}
.vendor-program-page-area .span4 .widget-type-rich_text div:nth-child(3) {
  font-size: 16px;
  color: #1D4A7E;
}
@media (min-width: 768px){
  .vendor-program-page-area .span4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .vendor-program-page-area .dnd-row:last-child .span12 .dnd-row .row-fluid{
    display:flex;
  }
}

/*========== Popup Form =========*/
.get-started-form {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  visibility: hidden;
  transition: all .15s linear;
  padding-right: 17px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .get-started-form {
  opacity: 1;
  visibility: visible;
}
.get-started-form .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.get-started-form .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  height:auto;
}
.get-started-form .widget-type-form {
  padding: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  z-index: 1060;
}
.modal-open .get-started-form .dnd-section>.row-fluid {
  -webkit-transform: none;
  transform: none;
  padding:0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity .15s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.modal-open {
  padding-right: 17px;
  overflow: hidden;
}
.modal-open .modal-backdrop {
  opacity: 0.5;
  visibility: visible;
}
#hp_modal_close {
  width: 50px;
  position: absolute;
  color: #fff;
  top: 16px;
  right: 11px;
  padding: 6px 10px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  font-size: 17px;
  border: none;
  z-index: 4;
}
#hp_modal_close img{
  max-width: 100%;
  vertical-align: bottom;
  cursor: pointer;
}
.get-started-form form h2{
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  margin: 0.67em 0;
}
.get-started-form fieldset .hs-form-field > label {
  margin: 0;
}
.get-started-form fieldset{
  max-width: 100%!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/* .get-started-form fieldset.form-columns-2 > div{
width: 100%;
margin-top: 28px;
display: inline-block;
vertical-align: top;
padding-right: 16px;
} */
.get-started-form fieldset.form-columns-2>div {
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 2px;
}
/* .get-started-form fieldset.form-columns-1 > div {
width: 100%;
margin-top: 2px;
display: inline-block;
vertical-align: top;
padding-right: 16px;
} */
.get-started-form fieldset.form-columns-2 .input,
.get-started-form fieldset.form-columns-1 .input {
  margin-right: 0px!important;
}
.get-started-form .hs_recaptcha .grecaptcha-badge {
  margin:0px;
}
.hs-recaptcha {
  margin-top: 16px;
  margin-bottom: 0;
}
.get-started-form form {
  margin-bottom: 16px;
}
.get-started-form .hs-button{
  font-family: brandon-grotesque, sans-serif;
  background-color: #1D4A7E;
  color: #fff;
  text-decoration: none;
  width: 168px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
  border: none;
  border-radius: 0;
}
.get-started-form div {
  height: 100%;
}
.get-started-form .dnd-module {
  height: auto;
}
.get-started-form form p {
  color: #1D4A7E;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
}
.get-started-form .hs-input {
  padding: 5px 4px;
}

.get-started-form fieldset.form-columns-1>div {
  margin-bottom: 0;
}

.get-started-form .form-columns-2 {
  padding-right: 0 !important;
  margin-right: 1px;
}

.get-started-form fieldset:not(:first-child) {
  margin-top: 28px;
}

.get-started-form .hs-form fieldset:first-child + fieldset {
  margin-top: 17px;
}
.get-started-form fieldset .hs-form-field > label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: .5rem;
  color: #1D4A7E;
  font-family: sans-serif;
  font-weight: 700;
}

.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.vendor-program .get-started-form .hs-form fieldset:first-child+fieldset {
  margin-top: 3px;
}

.get-started-form fieldset .hs-lastname >label .hs-form-required {
  display: none;
}

.get-started-form fieldset.form-columns-2>div {
  position: relative;
}

.get-started-form .hs-form legend {
  position: absolute;
  bottom: -28px;
  margin: 1px 0 9px 1px;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  font-family: sans-serif;
  font-weight: 400;
}

.vendor-program .get-started-form .form-columns-2 .hs-input {
  margin-top: 10px;
}

.vendor-program .get-started-form fieldset:not(:first-child) {
  margin-top: 32px;
}

.vendor-program .get-started-form fieldset.form-columns-1 {
  margin-top: 16px;
}

.vendor-program .get-started-form .form-columns-2 .hs-lastname .hs-input {
  margin-top: 14px;
}
.vendor-program .get-started-form .form-columns-2 {
  margin: 0;
}

.vendor-program .get-started-form .hs-work_email > label, .vendor-program .get-started-form .hs-phone > label {
  position: relative;
  top: 2px;
}

.vendor-program .get-started-form .select {
  margin-top: 8px;
}

.get-started-form div {
  position: relative;
}

.vendor-program .get-started-form .hs-city .hs-form-required,
.get-started-form form .hs-form-required{
  display: none;
}

.vendor-program .get-started-form .hs-city > label,.vendor-program .get-started-form .hs-country > label {
  display: none;
}

.vendor-program .get-started-form .hs-city, 
.vendor-program .get-started-form .hs-country {
  padding-top: 4px;
}

.vendor-program .get-started-form fieldset:nth-child(6),.vendor-program .get-started-form fieldset:nth-child(7) {
  margin-top: 8px;
}

.vendor-program .get-started-form fieldset:nth-child(6) > div > label,
.vendor-program .get-started-form fieldset:nth-child(7) > div > label {
  display: none;
}
.vendor-program .get-started-form fieldset:nth-child(7) {
  margin-bottom: 48px;
}

.vendor-program .get-started-form fieldset:nth-child(6) {
  margin-top: 5px;
}

.vendor-program .get-started-form .form-columns-2 .select {
  height: 32px;
}

.vendor-program .get-started-form .hs-fieldtype-select .hs-input {
  padding-bottom: 4px;
}
.vendor-program .get-started-form .hs-fieldtype-select .hs-input option {
  color: #000;
}
.vendor-program .get-started-form .hs-address > label {
  margin-bottom: 13px;
}

.vendor-program .get-started-form .hs-address {
  padding-bottom: 9px;
}

.vendor-program .get-started-form .hs-address legend {
  bottom: -19px;
}
.our-approach .get-started-form fieldset .hs-form-field>label {
  display: none;
}
.our-approach .hs_recaptcha {
  margin-top: 16px;
}
@media (min-width: 576px){
  .get-started-form .dnd-section>.row-fluid{
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
  .get-started-form .dnd-section>.row-fluid{
    max-width: 500px !important;
  }
}

@media only screen and (min-width: 641px){
  .get-started-form fieldset:not(:first-child){
    padding-right: 16px;
  }
  .get-started-form fieldset.form-columns-2>div{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
  }
}
@media (min-width: 992px){
  .get-started-form .dnd-section>.row-fluid{
    max-width: 500px !important;
  }
  .vendor-program .get-started-form .dnd-section>.row-fluid {
    max-width: 800px !important;
  }
}
@media(max-width:1679px){
  .get-started-form .dnd-section{
    margin-right: -17px;
  }
}
@media only screen and (max-width: 640px){
  .get-started-form .hs-form fieldset:first-child+fieldset {
    margin-top: 13px;
  }
  .get-started-form fieldset.form-columns-2>div {
    margin-bottom: 8px;
    display: block;
    margin-top: 12px;
  }
  .get-started-form fieldset.form-columns-2>div {
    width: 100% !important;
  }
  .get-started-form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .get-started-form .hs-button {
    line-height: 2;
    min-height: 2rem;
  }
  .modal-open .get-started-form .dnd-section>.row-fluid {
    max-width: 500px !important;
  }
  .vendor-program .get-started-form .hs-lastname >label {
    display: none;
  }

  .vendor-program .get-started-form .hs-form fieldset:first-child+fieldset {
    padding-top: 0;
  }

  /*   .vendor-program .get-started-form .dnd-section {
  margin-right: 0;
} */

  .vendor-program .get-started-form fieldset:not(:first-child) {
    margin-top: 8px;
  }

  .vendor-program .get-started-form .hs-form fieldset:first-child+fieldset .hs-input {
    margin-top: 14px;
  }

  .vendor-program .get-started-form .form-columns-2 .hs-lastname .hs-input {
    margin-top: 10px !important;
  }

  .vendor-program .get-started-form .hs-phone {
    margin-top: 14px !important;
  }

  .vendor-program .get-started-form fieldset:not(:first-child) {
    margin-top: 16px !important;
    padding-top: 0;
  }

  .vendor-program .get-started-form .hs-form fieldset:first-child+fieldset {
    margin-top: 13px !important;
  }

  .vendor-program .get-started-form fieldset.form-columns-2>div {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .vendor-program .get-started-form .hs-lastname .input {
    padding-top: 20px;
  }

  .vendor-program .get-started-form .hs-lastname {
    margin-bottom: 17px !important;
  }

  .vendor-program .form-columns-2 .hs-work_email .hs-input,
  .vendor-program .get-started-form .hs-phone .hs-input {
    margin-top: 10px;
  }
  .vendor-program .get-started-form .hs-address {
    padding-top: 0;
  }

  .vendor-program .get-started-form .hs-address>label {
    margin-bottom: 17px;
  }

  .vendor-program .get-started-form fieldset.form-columns-2>div {
    float: none !important;
    width: 100%;
  }

  .vendor-program .get-started-form .hs-state {
    padding-top: 20px !important;
  }

  .vendor-program .get-started-form .hs-fieldtype-select .hs-input {
    margin-left: 1px;
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px;
  }

  .vendor-program .get-started-form .hs-fieldtype-select {
    margin-top: 28px !important;
  }

  .vendor-program .get-started-form fieldset:nth-child(7) {
    margin-bottom: 34px;
  }

}
/*===============================================*/

/*=====================contact==========================*/
.contact-page-area h1{
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  margin-top:0;
}
.contact-page-area h2{
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-page-area  p {
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
  padding: 8px 0;
}
.contact-page-area form p {
  font-size: 16px;
  font-weight: normal;
  color: #1d4a7e;
  padding: 8px 0;
  font-family: arial;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 17px;
}
.contact-page-area .span12 .dnd-row:last-child {
  margin-bottom: 16px;
  margin-top: 20px;
  max-width: 100%;
}
.contact-page-area form .input .grecaptcha-badge {
  display: inline-block;
}
.contact-page-area fieldset .hs-richtext {
  margin: 0;
}
.contact-page-area  form{
  border-color: rgba(#null,0.0);
  font-family: sans-serif;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.contact-page-area fieldset{
  max-width: 100%!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding-right: 16px !important;
}
.contact-page-area fieldset .hs-form-field > label {
  margin: 0;
}
.contact-page-area fieldset.form-columns-2 > div {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
}
.contact-page-area fieldset.form-columns-2 > div:last-child {
}
.contact-page-area fieldset.form-columns-2 {
  padding-right: 0 !important;
}

.contact-page-area form 
.hs_company,.contact-page-area form 
.hs_email,.contact-page-area form  .hs_phone{
  width: 100%;
  display: inline-block;
}
.contact-page-area form .input{
  margin-right:0!important;
}
.contact-page-area form  .hs-input{
  color:#000!important;
}
/* .contact-page-area form .inputs-list label {
color: #790000;
font-size: 11px;
font-weight: 700;
font-family:Helvetica Neue;
} */
.contact-page-area  textarea{
  height: 160px!important;
}
.contact-page-area .hs_recaptcha.hs-recaptcha.field {
  margin-bottom: 0px;
}
.contact-page-area .hs-form-required{
  display:none;
}

@media only screen and (max-width: 640px){
  .contact-page-area form .hs-input{
    line-height: 2;
    min-height: 2rem;
  }
  .contact-page-area fieldset.form-columns-2>div {
    padding-right:0px;
    width: 100%!important;
  }
  .contact-page-area fieldset {
    padding-right:0!important;
  }
  .contact-page-area .hs_firstname.field{
    margin-bottom:20px;
  }
  .contact-page-area .hs_lastname.field{
    margin-bottom:28px;
  }
}


/*=====================Register==========================*/

.register-page-area h1{
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  margin-bottom: 10px;
  margin-top:0px;
}
.register-page-area ul{
  padding-left: 0;
  margin: 0;
  border-top: 2px solid #1d4a7e;
  padding-top: 12px;
  list-style-type: none;
}
.register-page-area li{
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  color: #1D4A7E;
}
.register-page-area .span12 .row-fluid > .span12 {
  width: 100%;
  float:none;
}
.register-page-area label>span:first-child {
  margin-top: 0;
}
.register-page-area label>span {
  display: block;
  font-size: 16px;
  /* margin-bottom: 10px; */
  color: #444;
  text-transform: none;
  font-family: brandon-grotesque;
  font-weight: 300;
  line-height: 22.4px;
  margin: 8px 0;
}
.register-page-area .field {
  margin-bottom: 11px;
}
.register-page-area .actions{
  padding-bottom:0;
}
.register-page-area .hs-input {
  padding: 1px 2px;
  font-size: 20px;
  border: 2px solid rgba(29,74,126,1.0);
  color: #000!important;
  border-radius: 0px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.register-page-area .hs_recaptcha .grecaptcha-badge {
  margin:0px;
  width:300px!important;
}
.register-page-area .hs-button:hover {
  background-color: #C4B884;
  color: #000;
}
.register-page-area input.hs-button {
  font-family: brandon-grotesque, sans-serif;
  background-color: #1D4A7E;
  border-width:2px;
  color: #fff;
  text-decoration: none;
  min-width: 168px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: block;
  margin: 20px 0px;
  font-weight: bold;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
}
.register-page-area .hs-form-required {
  display: none;
}
@media only screen and (min-width: 1280px){
  .register-page-area .span12 .row-fluid > .span12 {
    width: 300px;
    float:none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background: linear-gradient(#163860, #1D4A7E);
}
.header-group{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 220px;
}

.top__header__container {
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
}
.top__header__container:after {
  clear: both;
  content: "";
  display: table;
}
.header__logo{
  color: #fff;
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.header__logo img{
  margin-top: 18px;
  max-width: 94px;
  -webkit-transition: 0.4s background-color, color 0.4s, border 0.4s;
  transition: 0.4s background-color, color 0.4s, border 0.4s;
  vertical-align: bottom;
}
.logo_sections{
  width: 100%;
  display: block;
}
.siteName {
  margin-left: 0px;
  text-align: left;
  display: inline-block;
}
.siteName p:first-child {
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 12px;
  text-transform: uppercase;
}
.siteName p:last-child{
  color: #fff;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 11px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom:10px;
}
.custom-menu-primary li.hs-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: inherit;
    position: relative;
    top: 0;
    padding-left: 5px;
    font-weight: bold;
    line-height: inherit;
}
.logo_break {
  display: none;
  border-left: 3px solid #fff;
  height: 67px;
  margin: 0 12px;
}
.after_name {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.after_name br {
  display: none;
}
.headerContact{
  display: block;
  width: 100%;
  max-width: 376px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
.header_details{
  width: 100%;
  float: none;
}
.header_details .hs_cos_wrapper_type_rich_text > a{
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: -3px;
  display: inline-block;
  margin-right: 9px;
  text-decoration: none;
}
.headerContact img {
  margin-top: 14px;
  max-width: 71px;
  webkit-transition: 0.4s background-color, color 0.4s, border 0.4s;
  transition: 0.4s background-color, color 0.4s, border 0.4s;
  vertical-align: bottom;
}
.headerContactInfo {
  margin-top: 10px;
}
.headerContactInfo a {
  text-decoration:none;
}
.headerContactInfo a:first-child {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.headerContactInfo a:last-child{
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
.headerContactInfo p:first-child {
  margin-bottom: 0;
  color: #fff;
}
.headerContactInfo p:last-child{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}
.headerContactInfo > p:last-child > a {
  color:#fff;
  padding: 0px;
}
.gbadge {
  float: none;
  width: 100%;
  line-height: 15.4px;
}
.bottom__header__container{
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 25px;
  width: 100%;
  display: none;
  padding-left:0px;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline;
  list-style: none;
  position:relative;
  line-height: 1.4;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  width: 100%;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul >li{
  display: inline;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul >li > a{
  display: block;
  width: 100%;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  display:none;
  position: absolute;
  padding-bottom: 0px;
  top: 0;
  left: 375px;
  background-color: #fff;
  z-index: 200;
  color: #1D4A7E;
  min-width: 200px;
  padding-left: 0;
  width: auto;
  white-space: nowrap;
  border: 1px solid #1D4A7E;
  padding: 0;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul>li {
  position: relative;
  display: block;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul>li > a {
  color: #1D4A7E;
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-nav-icon {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
  width: 35px;
  cursor: pointer;
}
.mobile-open .mobile-nav-icon {
  display: none;
}
.mobile-open .mobile-nav-icon-close {
  display: block;
}
.mobile-nav-icon-close {
  display: none;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
  width: 35px;
  cursor: pointer;
}
.mobile-nav-icon i, .mobile-nav-icon-close i {
  font-size: 40px;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-times:before {
  content: "\f00d";
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media only screen and (min-width: 480px){
  .header_details {
    width: auto;
    float: left;
  }
  .gbadge {
    width: 100px;
    float: right;
    margin-left: 20px;
    line-height: 15.4px;
  }
}
@media only screen and (min-width: 1280px){
  .top__header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header__logo {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: auto;
  }
  .header__logo a {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .header__logo img {
    margin-top: 18px;
    max-width: 140px;
    -webkit-transition: .4s background-color,color .4s,border .4s;
    transition: .4s background-color,color .4s,border .4s;
    vertical-align: bottom;
  }
  .headerContact {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0px;
    min-width: 385px;
    margin-top: 0;
  }
  .headerContact img {
    margin-top: 38px;
    max-width: 94px;
  }
  .headerContactInfo {
    margin-top: 10px;
  }
  .headerContactInfo p:first-child {
    margin-bottom: 0;
    color:#fff
  }
  .headerContactInfo p:last-child{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .siteName {
    margin-left: 28px;
  }
  .siteName p:first-child {
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-size: 44px;
    margin-bottom: 0;
    margin-top: 38px;
    text-transform: uppercase;
  }
  .siteName p:last-child{
    color: #fff;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
  }
  .logo_break {
    display: inline-block;
  }
  .after_name {
    display: inline-block;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    text-align: left;
  }
  .after_name br {
    display: initial;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    width: 100%;
    padding-left:0px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 14px;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 5px solid #1D4A7E;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: none;
    position: absolute;
    padding-bottom: 0px;
    z-index: 200;
    min-width: 200px;
    padding-left: 0;
    width: auto;
    white-space: nowrap;
    border: 1px solid #1D4A7E;
    padding: 0;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul >li{
    position: relative;
    display: block;
    list-style: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > ul{
    display:block;
  }
  .mobile-nav-icon, .mobile-nav-icon-close {
    display: none !important;
  }
}
@media (max-width: 1170px){
  .header_details {
    float: none;
  }
}
@media (max-width: 1279px){
  .custom-menu-primary .hs-menu-wrapper > ul >li > a:hover{
    border:0!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul> li > a:hover{
    background:none!important;
    color: #C4B884!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background:none!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul >li > a{
    color:#fff!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    position: static !important;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    width: 100%;
    white-space: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  bottom: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.upper__footer{
  background-color: transparent;
  margin-left: -15px;
  margin-right: -15px;
}
.footer__container {
  color: #fff;
  margin: 0 auto;
  padding-bottom: 45px;
  padding-top: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer h3 {
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
.footer_menu ul{
  margin-top: 20px;
  padding: 0;
  margin-bottom: 0px;
}
.footer_menu ul li {
  font-size: 16px;
  list-style: none;
  text-transform: uppercase;
  line-height:1.4;
}
.footer_menu ul li a{
  font-family: 'brandon-grotesque', sans-serif;
  text-decoration: none;
  display:block;
}
.recent-posts{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.recent-posts .hs-rss-module{
  margin-top: 20px;
  padding: 0;
  margin: 0;
}
.recent-posts .hs-rss-module .hs-rss-item {
  font-size: 16px;
  list-style: none;
  text-transform: uppercase;
  line-height:1.4;
  border-bottom: 2px solid #fff;
  margin:20px 0 0;
}
.recent-posts .hs-rss-module .hs-rss-item .hs-rss-title{
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: bold;
  text-decoration: none;
  display:block;
  color:#fff;
}
.recent-posts .hs-rss-module .hs-rss-item .hs-rss-title:hover{
  color: #1D4A7E;
  text-decoration: none;
}
.recent-posts .hs-rss-module .hs-rss-item .hs-rss-byline {
  display: block;
  margin-bottom: 20px;
  font-family: 'brandon-grotesque',sans-serif;
  font-size: 16px;
  list-style: none;
  text-transform: uppercase;
  opacity: 1;
  line-height: 1.4;
}

.get_in_touch{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.get_in_touch .touch_date {
  color: #fff;
  font-family: 'brandon-grotesque';
  font-size: 14px;
  margin-top: 20px;
}
.get_in_touch h4 {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.get_in_touch p {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.get_in_touch a {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.social-icon a {
  color: #fff;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.social-icon a i{
  webkit-transition: 0.4s background-color, color 0.4s, border 0.4s !important;
  transition: 0.4s background-color, color 0.4s, border 0.4s !important;
}
.social-icon a:hover {
  color: #1D4A7E;
  text-decoration: none;
}
.social-icon img{
  vertical-align: bottom;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.social-icon a i.fa-facebook-square,
.social-icon a i.fa-linkedin,
.social-icon a i.fa-youtube,
.social-icon a i.fa-instagram{
  margin-right: 13px
}
.social-icon a i.fa-twitter-square{
  margin-right: 20px
}
.fa-2x {
  font-size: 2em;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter-square:before {
  content: "\f081";
}
.lower__footer{
  font-size: 14px;
  min-height: 46px;
  margin-left: -15px;
  margin-right: -15px;
}
.footer__copyright p:first-child,.footer__copyright p:last-child{
  font-size: 14px;
  font-weight: bold;
  padding-top: 12px;
  text-align: center;
  font-family:arial;
}
.footer__copyright p:last-child{
  margin-bottom: 0;
  padding-bottom: 10px;
  float: none;
  margin-top: 0px;
  margin-right: 0px;
}
@media (min-width: 576px) {
  .footer_menu {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .recent-posts{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .get_in_touch {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .footer__copyright p:last-child{
    float: right;
    margin-top: -40px;
    margin-right: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.blog-header h1 {
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  position: relative;
  font-weight: bold;
  margin: 0.67em 0;
  line-height: 1.2;
}
.blog-content-wrapper hr {
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
div#comments-listing {
  border-color: transparent;
}
.blog-content-wrapper {
  margin: 70px 0 20px;
}

.post-item {
  position: relative;
  display: block;
}

a.entry-thumb {
  float: left;
  margin-right: 22px;
  text-decoration: none;
}

a.entry-thumb img {
  width: 150px;
  max-width: 100%;
  vertical-align: middle;
}

.entry-press-release {
  border-bottom: 1px solid #1D4A7E;
  margin: 20px 0 30px 0;
}

.entry-press-release h3 {
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
}

.entry-press-release h3 a {
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  margin: 12px 0 0;
}

.entry-press-release .date {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 10px;
}

.entry-press-release p {
  color: #1D4A7E;
  line-height: 1.4;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px;
}
.blog-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
}

.blog-pagination a {
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  padding-right: 15px;
  text-decoration: none;
  line-height: 1.4;
}

.blog-pagination a:hover {
  text-decoration: none;
  color: #C4B884;
}
.blog-pagination a.active{
  pointer-events: none;
}

a.post-featured-image {
  display: block;
}

a.post-featured-image img {
  max-width: 100%;
  vertical-align: bottom;
}

.blog-post h1 {
  color: #1D4A7E;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  position: relative;
  font-weight: bold;
  margin: 0.67em 0;
  line-height: 1.2;
}

.blog-post .date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
  font-weight: 300;
}
.blog-post__body p {
  color: #1D4A7E;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.4;
}
hr {
  border-color: #D8D8D8;
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
}

.custom-post-pagination {}

.page-number {
  font-family: brandon-grotesque, sans-serif;
  color: #1D4A7E;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  padding-right: 15px;
}

.page-number a {
  text-decoration: underline;
  color: #1D4A7E;
}

.page-number a:hover {
  color: #C4B884;
  text-decoration: none;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
#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;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

@media(max-width: 360px){

  a.entry-thumb {
    float: none;
    margin: 0;
    text-decoration: none;
  }
  a.entry-thumb img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.systems-page form {
  max-width: 767px;
  width: 100%;
}
.error-page {
  position: relative;
}
/* .error-page:before {
content: attr(data-error);
position: absolute;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-family: Lato, sans-serif;
font-size: 40vw;
font-weight: bold;
color: #F3F6F9;
z-index: -1;
} */
.systems-page p.header {
  background: transparent;
  position: static;
  padding: 0;
  margin: 0;
  min-height: 0;
}
.hs-form-field {
  margin: 0 0 15px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 25rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page  .hs-input[type=checkbox]{
  width:auto !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 5px 4px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.25rem;
  color: #1D4A7E;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #1D4A7E;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.error-page{

  padding-bottom: 20px;
}
.error-page_heading {margin: 0.67em 0;}

.error-page:before {
  display: none;
}

.error-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  color: #1D4A7E;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 24px;
}

.error-page h2 a {
  color: #1D4A7E;
  font-family: 'brandon-grotesque', sans-serif;
}
.error-page h2 a:hover {
  color: #C4B884;
}