







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */



































/* 1n. Site Footer */












/* 1o. Blog */












.content-wrapper {
  max-width: 1375px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 700px;
}

@media screen and (min-width: 740px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1375px;
}





html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #1D1D1D;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8c58da;
}

a:hover, a:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0b124b;
}

a:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5b629b;
}

a.button:disabled {
  background-color: #F1F1F1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
  text-transform: none;
}



  h1 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #1D1D1D;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #1D1D1D;
    font-size: {units=px, value=36}px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #1D1D1D;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #1D1D1D;
    font-size: 28px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h5 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h6 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #4bc3d4;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0.75rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  border-left: 4px solid #0b124b;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #D0D0D0;
}





/* Primary Button */

button,
.button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(140, 88, 218, 1.0)

;
  border: 1px none #9bca3b;
  border-radius: 9px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 24px;
  text-transform: none;
}

button:disabled,
.button:disabled,
button:disabled:hover,
.button:disabled:hover,
button:disabled:focus,
.button:disabled:focus,
button:disabled:active,
.button:disabled:active {
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
  color: #F1F1F1 !important;
}

.button--simple:disabled,
.button--simple:disabled:hover,
.button--simple:disabled:focus,
.button--simple:disabled:active {
  background-color: transparent !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(11, 18, 75, 1.0)

;
  border: 1px none #0b124b;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #5b629b;
  border: 1px none #0b124b;
  border-color: #5b629b;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(140, 88, 218, 1.0)

;
  border: 1px none #8f5cdb;
  border-radius: 9px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 12px 24px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(11, 18, 75, 1.0)

;
  border: 1px none #9bca3b;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(91, 98, 155, 100);
  border: 1px none #9bca3b;
  border-color: #ebff8b;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8c58da;
  fill: #8c58da;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #0b124b;
  fill: #0b124b;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #5b629b;
  fill: #5b629b;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 5px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 24px;
}





form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border: 2px solid #F1F1F1;
  border-radius: 0px;
  padding: 32px 32px;
  filter: drop-shadow(0.60em 0.60em 0.2em #1d1d1d);
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border: 2px solid #F1F1F1;
  border-radius: 0px;
  padding: 32px 32px;
}

/* Form Title */

.form-title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(11, 18, 75, 1.0)

;
  border: 2px none #0b124b;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #FFFFFF;
  font-size: 18px;
  padding: 32px 32px;
  text-transform: uppercase;
}

/* Labels */

.hs-form-field > label {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #D0D0D0;
  border-radius: 0px;
  color: #1D1D1D;
  font-size: 18px;
  padding: 20px 20px;
}

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
  font-size: 18px;
}

/* Inputs - Datepicker */

.fn-date-picker td.is-today .pika-button {
  color: #9bca3b;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #9bca3b;
}

.hs-datepicker button.pika-button:hover {
  background-color: #0b124b !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(140, 88, 218, 1.0)

;
    border: 1px none #8f5cdb;
    border-radius: 9px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 24px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover {
    background-color: #9bca3b;
    border-color: #9bca3b;
}
  form .hs-button:focus {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(11, 18, 75, 1.0)

;
    border: 1px none #9bca3b;
    color: #FFFFFF;
    fill: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(91, 98, 155, 100);
    border: 1px none #9bca3b;
    border-color: #ebff8b;
    color: #ffffff;
    fill: #ffffff;
  }





  form input[type='submit'],
  form .hs-button {
    font-size: 18px;
    padding: 12px 24px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
}

th,
td {
  border: 1px none #D0D0D0;
  color: #1D1D1D;
  padding: 20px 12px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(11, 18, 75, 1.0)

;
  border-bottom: 2px none #D0D0D0;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D0D0D0;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #1D1D1D;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 6px none #000000;
  position: fixed;
  top: 0;
  width: 100%;
}

.header__container-inner-wrapper {
  max-width: 1375px;
}
/* Shawn changes */
.searchSection input[type='text']
{
  max-width:190px !important;
  padding:6px !important;
}
.searchSection button {
   padding:7px 8px;
   margin:0px;
}
.searchSection form {
   padding:12px; 
}
.searchSection .searchIcon {
   width:20px;height:auto;display:inline-flex; 
}
.searchSection .searchField {
   position:absolute;opacity:0;top:100%;
}
.searchSection .searchDisplay {
   opacity:1 !important;
}

.header__top-navigation .navigation-primary {
   width:100%; 
}

.header__top-navigation .navigation-primary ul {
   width:100%;
   justify-content: space-between;
}

.header__top-navigation .navigation-primary ul li a {
   text-transform:initial !important;
}

.header__links {
  min-width:347px;
}

#hs_cos_wrapper_widget_1613582116410 {
    background-color: #0b124b !important;
    background-image: none !important;
    border-radius: 3px !important;
    display: block !important;
    margin-top: 0px !important;
    padding: 2px !important;
    text-align:center;
}

#hs_cos_wrapper_widget_1613581384148 {
    text-align: center;
    margin: 2px 0px 0px 0px;
}

.header__menu {
    display: none !important; 
}

.header__container-inner-wrapper {
    display:flex;
}
  
.header__container-inner-wrapper .header__logo,
.header__container-inner-wrapper .button__container,
.header__container-inner-wrapper .social__container {
    padding:0px;
    text-align:center; 
    margin-right:0px;
}

/* Logo */

.header__logo .logo-company-name {
  color: #1D1D1D;
}

/* Top Navigation and Language Switcher */

.header__container--upper {
  background-color: 

  
  
    
  


  rgba(75, 195, 212, 1.0)

;
}

.header__container--upper .navigation-primary .level-1 > li > a,
.header__language-switcher-label-current {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
}

.header__language-switcher .globe_class {
  background-color: #000000;
  height: 14px;
  width: 14px;
}

.header__container--upper .navigation-primary .level-1 > li:hover,
.header__container--upper .navigation-primary .level-1 > li:focus,
.header__language-switcher:hover,
.header__language-switcher:focus {
  background-color: 

  
  
    
  


  rgba(29, 29, 29, 1.0)

;
}

.header__container--upper .navigation-primary .level-1 > li:hover > a,
.header__container--upper .navigation-primary .level-1 > li:focus > a,
.header__language-switcher:hover .header__language-switcher-label-current,
.header__language-switcher:focus .header__language-switcher-label-current {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher:hover .header__language-switcher .globe_class
.header__language-switcher:focus .header__language-switcher .globe_class {
  background-color: #000000;
}

.header__container--upper .navigation-primary .level-1 > li:active,
.header__language-switcher:active {
  background-color: 

  
  
    
  


  rgba(75, 195, 212, 1.0)

;
}

.header__container--upper .navigation-primary .level-1 > li:active > a,
.header__language-switcher:active .header__language-switcher-label-current {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher:active .header__language-switcher .globe_class {
  background-color: #000000;
}

.header__container--upper .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000000;
}

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(75, 195, 212, 1.0)

;
}

/* Top Navigation and Language Switcher - Child Menus */

.header__container--upper .navigation-primary .submenu:not(.level-1),
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(75, 195, 212, 1)

;
}

.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-link,
.header__language-switcher .lang_list_class a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: ;
  text-transform: uppercase;
}

.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-item:hover,
.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-item:focus,
.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  background-color: 

  
  
    
  


  rgba(0, 193, 92, 1.0)

;
}

.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-item:focus > a,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-item:active,
.header__language-switcher .lang_list_class li:active {
  background-color: 

  
  
    
  


  rgba(0, 193, 92, 1.0)

;
}

.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-item:active > a,
.header__language-switcher .lang_list_class li:active a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* Main Navigation */

.header__container--lower .navigation-primary .level-1 > li > a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
  color: #1D1D1D;
  text-transform: none;
}

.header__container--lower .navigation-primary .level-1 > .has-submenu:after {
  border-color: #1D1D1D transparent transparent transparent;
}

.header__container--lower .navigation-primary .level-1 > li:hover,
.header__container--lower .navigation-primary .level-1 > li:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__container--lower .navigation-primary .level-1 > li:hover > a,
.header__container--lower .navigation-primary .level-1 > li:focus > a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__container--lower .navigation-primary .level-1 > .has-submenu:hover:after,
.header__container--lower .navigation-primary .level-1 > .has-submenu:focus:after,
.header__container--lower .navigation-primary .level-1 > li.has-submenu.active-item:hover:after,
.header__container--lower .navigation-primary .level-1 > li.has-submenu.active-item:focus:after {
  border-color: transparent transparent #000000 transparent;
}

.header__container--lower .navigation-primary .level-1 > li:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__container--lower .navigation-primary .level-1 > li:active > a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__container--lower .navigation-primary .level-1 > .has-submenu:active:after,
.header__container--lower .navigation-primary .level-1 > li.has-submenu.active-item:active:after {
  border-color: transparent transparent #000000 transparent;
}

.header__container--lower .navigation-primary .level-1 > li.active-item {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__container--lower .navigation-primary .level-1 > li.active-item > a {
  color: #000000;
}

.header__container--lower .navigation-primary .level-1 > li.has-submenu.active-item:after {
  border-color: #000000 transparent transparent transparent;
}

.header__container--lower .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000000;
}

/* Main Navigation - Child Menus */

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

.navigation-primary .submenu:not(.level-1) .menu-item:hover,
.navigation-primary .submenu:not(.level-1) .menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
.navigation-primary .submenu:not(.level-1) .menu-item:focus > a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4bc3d4;
}

.navigation-primary .submenu:not(.level-1) .menu-item:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item:active > a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4bc3d4;
}

/* Main Navigation - Mobile Menu */

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
  }
  /* shawn updates */
  .header__menu {
      order:2;
      margin-top:0rem;
      position:absolute;
      right:20px;
      top:52px;
      display:block !important;
      width:91%;
  }
  .header__menu .header__navigation-toggle {
      float:right; 
  }
  
  .header__container-inner-wrapper .header__logo {
     margin-top:0rem !important;
     padding:16px 35px 0 35px !important;
  }
  
  .header__container-inner-wrapper {
      display:flex;
      flex-direction: row;
      flex-wrap:wrap;
  }
  
  .header__container-inner-wrapper .header__logo,
  .header__container-inner-wrapper .header__links {
      margin-top:0rem;
      padding:0px;
      text-align:center; 
      margin-right:0px;
  }
  
  .header__container-inner-wrapper .header__links {
     margin-top:15px;
     flex: 1 0 100%;
  }
  
  .header__top-navigation, 
  .header__top-navigation .hs_cos_wrapper {
      width:100%; 
      display:none;
  }
  
  .header__top-navigation .navigation-primary {
     display: inherit;
     float: none;
  }
  
  .cell_1613581403254-padding {
     padding-right:0px; 
  }
  
  #hs_cos_wrapper_widget_1613581384148 {
      text-align: center;
      margin: 0px 0px 0px 0px;
  }
  
  .header__menu .header__navigation .submenu {
    width:100%;
  }
  
  .body-container-wrapper {
    margin-top:80px; 
  }
  
  .header__container-inner-wrapper .social__container .social-row-0-padding {
      padding-top:0px !important;
      padding-left:0px !important;
      padding-right:0px !important;
      padding-bottom:0px !important;
  } 
  
   .header__container-inner-wrapper .social__container .linkButtons-row-0-padding {
      padding-bottom:0px !important;
  }
  
  .footerColumns {
      width:100%;
      margin:0px auto; 
  }
  .footer__navigation {
      width:100% !important; 
  }

  .header__container--lower .navigation-primary .level-1 > li:hover,
  .header__container--lower .navigation-primary .level-1 > li:focus
  .navigation-primary .submenu:not(.level-1) .menu-item:hover,
  .navigation-primary .submenu:not(.level-1) .menu-item:focus {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .navigation-primary a {
    color: #000000 !important;
  }

  body .header__mobile-menu-icon,
  body .header__mobile-menu-icon:after,
  body .header__mobile-menu-icon:before {
    background-color: #1D1D1D;
  }

  body .menu-arrow-icon,
  body .menu-arrow-icon:after {
    background-color: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(11, 18, 75, 1.0)

;
  border-top: 1px none #FFFFFF;
}

.footer__container {
  max-width: 1375px;
}

/* .footer__bottom-section {
  border-top: 1px solid #d0d0d0;
  border-color: #FFFFFF;
}  */

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a,
.footer div,
.footer span {
  color: #FFFFFF;
}



  .footer h4 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Footer Menu */

.footer__navigation a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  font-size: 16px;
  text-transform: none;
}

.footer__navigation a:hover,
.footer__navigation a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8f5cdb;
}

.footer__navigation a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4bc3d4;
}

/* Shawn Updates */
.footerColumns {
  width:50%;
  margin:0px auto; 
}





/* Blog Listing */

.blog-index-header {
  background-image: url('');
}

.blog-filter {
  background-color: #ededed;
  color: #0b124b;
}

.blog-filter,
body .blog-tag-filter__title,
body .blog-tag-filter__select,
body .blog-tag-filter__select-wrapper:after,
.blog-filter form input,
.blog-filter form input::placeholder,
.blog-filter ul.hs-search-field__suggestions li,
.blog-filter ul.hs-search-field__suggestions li a {
  color: #fff;
}

body .blog-tag-filter__select,
.blog-filter form input,
.blog-filter form input::placeholder,
.blog-filter ul.hs-search-field__suggestions li,
.blog-filter ul.hs-search-field__suggestions li a {
  background-color: #ffffff;;
}

.blog-index__post-title:hover,
  font-family: Montserrat, san-serif;
}

/* Blog Tags */

.blog-index__post-header,
body .blog-related-posts__post-header {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.blog-index__topic,
body .blog-related-posts__topic {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.blog-index__topic-link,
.blog-index__topic-link:hover,
.blog-index__topic-link:focus,
.blog-index__topic-link:active,
body .blog-related-posts__topic-link,
body .blog-related-posts__topic-link:hover,
body .blog-related-posts__topic-link:focus,
body .blog-related-posts__topic-link:active {
  color: #8f5cdb;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #8c58da;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #8c58da;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #0b124b;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #0b124b;
}

.blog-pagination__link--active {
  background-color: #0b124b;
  color: #FFF;
}

/* Blog Post */

.blog-post-header {
  background-image: url('');
}





/* Error Pages - Global */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #D0D0D0;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
}

.hs-search-results__title:hover {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 28px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 20px 20px !important;
}





/* Blog Post Listing */

body .news-listing__header-icon > svg {
  fill: #0b124b;
}

/* Card */

body .icon-card__lower {
  border-top-color: #0b124b;
  fill: #ffffff
}

body .icon-card__icon {
  background-color: #0b124b;
}

/* Image Gallery */

body .image-gallery__selector:checked + .image-gallery__thumbnail {
  border-color: #0b124b;
}

/* Upcoming Events */

body .upcoming-events__header-icon > svg {
  fill: #0b124b;
}

.upcoming-events__event-subtitle {
  color: #1d1d1d;
}