








/*FONT FILES*/
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Arimo:700&display=swap');
@import url('//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/font_css.css');
@import url('//use.fontawesome.com/releases/v5.4.1/css/all.css');
@font-face{
  font-family:Cooper Hewitt;
  font-weight:100;
  src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Thin.otf)
}
@font-face{
  font-family:Cooper Hewitt;
  font-weight:300;
  src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Light.otf)
}
@font-face{
  font-family:Cooper Hewitt;
  font-weight:400;
  src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Book.otf)
}
@font-face{
  font-family:Cooper Hewitt;
  font-weight:500;
  src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Medium.otf)
}
@font-face{
  font-family:Cooper Hewitt;
  font-weight:600;
  src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Semibold.otf)
}
@font-face{
  font-family:Cooper Hewitt;
  font-weight:700;
  src:url(//2007157.fs1.hubspotusercontent-na1.net/hubfs/2007157/Tribal_Group_June2019/Fonts/CooperHewitt-Bold.otf)
}

/* 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 */

/*WIDTH OVERRIDE*/

/*.header__container {
max-width: 1498px!important;
align-items: center;
display: flex;
justify-content: space-between;
margin: 0 auto;
/* padding-top: 10px; */
/* padding-bottom: 10px; */
/*height: 80px;
}*/

/*.header__logo {
margin-right: 20px;
/*max-width: 186px!important;*/
/*max-width:130px!important;
}*/

/*END OF HEADER OVERRIDE*/













/* 1n. Site Footer */












/* 1o. Blog */








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

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

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

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

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

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





html {
  font-size: 16px;
}

body {
  font-family: Cooper Hewitt,sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  word-break: break-word!important;
}
}

/* Paragraphs */

p {
  font-family: Cooper Hewitt,sans-serif;
  word-break: break-word!important;
}

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

/* Anchors */

a {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4CBAE3;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #1254a2;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #62a4f2;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Cooper Hewitt,sans-serif;
  color: #000000;
  text-transform: none;
  word-break: break-word!important;
}



h1 {
  font-family: Cooper Hewitt,sans-serif;
  color: #000000;
  font-size: 62px;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  font-family: Cooper Hewitt,sans-serif;
  color: #000000;
  font-size: 42px;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  font-family: Cooper Hewitt,sans-serif;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom:0px!important;
}

h4 {
  font-family: Cooper Hewitt,sans-serif;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: uppercase;
  margin-bottom:16px!important;
}

h5 {
  font-family: Cooper Hewitt,sans-serif;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: none;
}

h6 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Lists */

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

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

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

/* Blockquote */

blockquote {
  border-left: 10px solid #EEEEEE;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

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





/*For general .button class styling see _buttons.css */

/* PRIMARY BUTTON */

.button.button--primary {

  background-color: #1254a2;
  border: 2px solid #1254a2;
  color: #fff;
}

.button.button--primary:hover,
.button.button--primary:focus,
.button.button--primary:active {
  background-color: #4cbae3;
  border: 2px solid #4cbae3;
  color: #fff;
}


/*DARK - #1254a2
* LIGHT - #4cbae3 
* */


/* Secondary Button */

.button.button--secondary {
  background-color: #4cbae3;
  border: 2px solid #4cbae3;
  color: #fff;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: #1254a2;
  border: 2px solid #1254a2;
  color: #fff;
}


/* Simple Button */
.button.button--simple {
  background-color:transparent;  
  border: 2px solid #4cbae3;
  color: #4cbae3;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: #ffffff;
  border: 2px solid #1254a2;
  color: #1254a2;
}


/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding-top:17px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
}

.button.button--regular {
  font-size: 18px;
  padding-top:27px;
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px;
}

.button.button--large {
  font-size: 26px;
  padding-top:37px;
  padding-bottom:30px;
  padding-left:30px;
  padding-right:30px;
}





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 0px!important;
}

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

/* Form Title */

.form-title {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #FFFFFF;
  font-size: 32px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Inputs */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  padding: 12px 12px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #4CBAE3;
}

::-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: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #EEEEEE;
  color: #000000;
}

.hs-datepicker button.pika-button:hover {
  background-color: #4CBAE3 !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: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Validation */

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

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51;
}

/* Submit */



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

  
  
    
  


  rgba(76, 186, 227, 1.0)

;
  border: 1px solid #4CBAE3;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 0px 0px;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(18, 84, 162, 1.0)

;
  border: 1px solid #1254a2;
  color: #FFFFFF;
}

form input[type='submit']:active,
form .hs-button:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(98, 164, 242, 100);
  border: 1px solid #1254a2;
  border-color: #62a4f2;
}





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



/* Inline Thank You Message */

.submitted-message {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 45px 45px;
}
.submitted-message * {
  color: #000;
}
.submitted-message a {
  color: #31a0c6 !important;
  text-decoration: underline;
}






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #000000;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

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

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






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/*.header__container {
max-width: 1120px;
}*/

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  line-height:1!important;
  padding-top:50px!important;
}

/* Navigation Menu */

/*Button styling*/
.header_buttons {
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between;
  align-items:stretch;
  gap:10px;
}

/*.menu_buttons {
font-family: 'Cooper Hewitt',sans-serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
background-color: rgba(76,186,227,1.0);
border: 1px solid #4cbae3;
border-radius: 0px;
color: #fff;
fill: #fff;
font-size: 12px;
height:100%;
text-transform: uppercase;
margin-bottom:0px!important;
margin-left:10px;
margin-right:10px;
}*/




.menu_button_left:hover {
  background-color: #002653;
  border: 2px solid #002653;
  font-weight:500;
  color:#fff;
}

/*styling for left hand button on header*/
.menu_button_left {


  font-family: Cooper Hewitt;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #002653;
  border-radius: 0px;
  color: #002653;
  fill: #fff;
  font-size: 14px;
  /* padding: 12px 30px; */
  text-transform: uppercase;
  /*margin-bottom: 0px !important;
  margin-left: 10px;
  margin-right: 10px;*/
  transition: all .5s ease;
  min-height: 35px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 18px;
}



.menu_button_right:hover {
  background-color: #ffffff;
  border: 2px solid #002653;
  color:#002653;
  font-weight:500;
}

/*menu styling for right hand button on header */
.menu_button_right {
  font-family: Cooper Hewitt;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: #002653;
  border: 2px solid #002653;
  border-radius: 0px;
  color: #fff;
  /*fill: #000;*/
  font-size: 14px;
  text-transform: uppercase;
  transition: all .5s ease;
  min-height: 35px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 18px;
}

/*Get rid of menu buttons on mobile*/

@media screen and (max-width: 1023px) {
  .menu_button_left, .menu_button_right {
    display:none;
  }
}

.navigation-primary {
  padding-top:5px!important;
}

.navigation-primary .menu-item a {
  font-family: Cooper Hewitt;
  color: #000000;
  font-size: 16px;
  font-weight:400;
  text-transform: none;
}

/*Border under hover state */
.menu-item {
  border-bottom:3px solid #fff;
}
.menu-item:hover {
  border-bottom:3px solid #59c3e8;
}
.menu-item:active {
  border-bottom:3px solid #59c3e8;
}



.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  opacity:0.6;
  font-weight:400;
}

.navigation-primary .menu-item a:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(76, 186, 227, 1.0)

;
  color: #000000;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #000000;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #000000;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(76, 186, 227, 1.0)

;
    color: #000000;
  }
}

/* Menu Toggle */

@media screen and (max-width: 1023px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #000000;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #000000;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #000000;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}





/*MAIN STYLING*/
.jeremy-footer {
  background: linear-gradient(90deg, rgba(0,29,63,1) 0%, rgba(0,56,124,1) 100%)!important;
}

/*footer form styling*/
form {
  background-color: rgba(0,50,109,0)!important;
  border: 0!important;
  border-radius: 0px!important;
  padding: 20px 0px!important;
}
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 {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #b5b5b5;
  border-radius: 0px!important;
  line-height: normal;
  vertical-align: middle;
  display: block;
  border-color: #31a0c6;
  padding: 14px 8px 10px;
  color: inherit;
  font: inherit;
  margin: 0;
}

.hs-button.primary, input[type="submit"], input[type="button"] {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  display: inline-block;
  font: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 142px!important;
  border: 1px solid #329fc6;
  border-radius: 0px!important;
  display: inline-block;
  font-family: Cooper Hewitt,sans-serif;
  font-size: .875rem;
  letter-spacing: .5px;
  min-width: 108px!important;
  padding: 13px 30px 9px;
  text-align: center;
  -webkit-transition: all .25s;
  transition: all .25s;
  color: #ffffff!important;
  background-color: #31a0c6!important;
  text-transform:uppercase;
}

.hs-button.primary:hover, input[type="submit"], input[type="button"] {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  display: inline-block;
  font: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 142px!important;
  border: 1px solid #329fc6;
  border-radius: 0px!important;
  display: inline-block;
  font-family: Cooper Hewitt,sans-serif;
  font-size: .875rem;
  letter-spacing: .5px;
  min-width: 108px!important;
  padding: 13px 30px 9px;
  text-align: center;
  -webkit-transition: all .25s;
  transition: all .25s;
  color:#31a0c6!important;
  background-color:#ffffff!important;
  text-transform:uppercase!important;
}



.footer--site-page {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-top: 1px none #00C6AB;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1120px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #FFFFFF;
}



.footer--site-page h4 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer .hs-menu-item a:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #000000;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}





/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #000000;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #000000;
}

.blog-index__post-title a:active {
  color: #505050;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-post__author-links svg {
  fill: #000000;
}

.blog-post__author-links a:hover svg {
  fill: #4CBAE3;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #EEEEEE;
}

/* Blog Listing */

.blog-subheader__author-links a {
  background-color: #4CBAE3;
}

.blog-subheader__author-links a:hover {
  background-color: #1254a2;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #4CBAE3;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #1254a2;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #1254a2;
}

.blog-pagination__link:active {
  color: #62a4f2;
}

.blog-pagination__link:active svg {
  fill: #62a4f2;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #4CBAE3;
  color: #fff;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 0px;
}

/* Blog Search */

.blog-search form button {
  border-radius: 4px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

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

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Password Prompt */

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

/* Backup Unsubscribe */

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





/* Icon */

body .icon svg {
  fill: #EEEEEE;
}

/* Pricing Table */

body .price-block__header {
  background-color: #EEEEEE;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #EEEEEE;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #ffffff;
}

body .social-links__icon:hover svg {
  fill: #000000;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #000000;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #EEEEEE;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #EEEEEE;
}


/*CUSTOM OVERRIDES */

.jp-text-block {
  padding-left:40px;
  padding-right:40px;
}

/*HUBSNACKS - PLEASE PLACE HEADER STYLING IN HERE */

.header-container-wrapper {
  min-height: 70px;
}
.header-container {}

.custom-header-group{
  height: 80px !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  z-index: 999;
}

.custom-header-group .page-center{
  max-width: 1350px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.custom-logo-group{
  width: auto !important;
  padding: 18px 0;
}

.custom-logo img{
  display: block;
  height: auto;
  width: 130px;
  margin-top: 0px;
}

.custom-logo-two img{
  display: block;
  height: auto;
  width: 278px;
  margin-top: 0px;
}

.custom-header-search-group{
  width: 150px !important;
  float: right !important;
  margin: 26px 0 0 40px !important;
}
.custom-header-search {
  margin: 0 auto;
  max-width: 550px;
  position: relative;
}
.custom-header-search-group .hs-search-field__input {
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: inherit !important;
  font: inherit !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #31a0c6 !important;
  padding: 0 30px 0 0 !important;
  width: 100% !important;
  line-height: 22px !important;
  height: 22px;
}
.header-search__button {
  color: inherit !important;
  font: inherit !important;
  margin: 0 !important;
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
  background: transparent !important;
  border: 0 !important;
  height: 20px !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: -4px;
  width: 20px;
}


/* New Header Styling May 2020 */
DIV.headerRow DIV.custom-header-search-group {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 20px !important;
  position: absolute;
  right: 350px;
  width: 50px !important;
}
DIV.headerRow DIV.custom-header-search-group.show {
  width: 270px !important;
  background-color: #FFFFFF;
  padding-left:15px;
  z-index: 9;
}
DIV.headerRow DIV.custom-header-search-group .header-search__button {
  color: #1e68ae;
  top: 4px;
}

DIV.headerRow DIV.custom-header-search-group .hs-search-field__input {
  border-bottom: none !important;
  border-left: 1px solid #dddddd  !important;
  height: 30px;
  padding-left: 5px !important;
}

DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #002653;
  border: 2px solid #002653;
  color: #FFFFFF;
  font-family: "Arimo";
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #1e68ae;
  color: #1e68ae;
  font-family: "Arimo";
  font-size: 12px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-transform: uppercase;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A:after {
  content: none;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A:after {
  content: none
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A:hover {
  background-color: #FFFFFF; 
  border: 2px solid #1e68ae;
  color: #1e68ae;

}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A:hover {
  background-color: #002653;
  color: #FFFFFF;
}
DIV.headerRow .page-center {
  max-width: 1530px !important;
  position:relative;
  margin:0 auto;
}
DIV.headerRow .custom-menu-primary a {
  float: none;
  font-weight: 400;
  text-transform: none;
  font-family: inherit;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:after {
  bottom: -1px;
}
.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul li {
  padding-top:5px;
  padding-bottom: 5px;
}
DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size: 16px;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  border-bottom: none;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
  border-radius: 0;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  border-bottom: none !important;
  display: list-item;
  float: none !important;
  margin: 0 auto 7px;
  max-width: 215px;
  text-align: left;
  width: auto;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
  background: none;
} 
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.dl-back {
  display: none !important;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.custom-parent-link {
  display: none !important;
}
.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  white-space: unset;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: inline-block;
  padding: 0;
}
DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  padding: 12px 0 !important;
  text-align:center;
}
body .header-container-wrapper {
  min-height: 70px !important;
}
body .header-container, body .footer-container {
  padding: 0 !important;
}
.header-container .hs-search-field__bar button svg {
  height: 21px;
}

/* =============== Custom Menu Primary =============== */
/*  */
.hs-menu-item.hs-menu-depth-1.active {
  background: transparent;
}

/* Parent List */
.custom-menu-primary{
  float: right !important;
  margin: 5px 0 0 !important;
  width: auto !important;
  font-family: Cooper Hewitt,sans-serif;
}

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

  margin:0;
  line-height:inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-size: 1rem;
  font-weight: 400;
  padding: 21px 0;
  /*   position: static !important; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li + li{
  border: 0;
  margin-left: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #000;
  letter-spacing: .03125rem;
  display: inline;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}


.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1091px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding: 12px 10px;
    top: 60px !important;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    background-color: #fff;
    -webkit-transition: all .4s !important;
    transition: all .4s !important;
    padding-left: 32%;
    width: 240px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin-left: 30px;
    font-size: 1rem;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #000;
    letter-spacing: .03125rem;
    display: inline;
    padding: 0;
    width: auto;  
    position: relative;
    text-decoration: none;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    background-color: transparent;
    bottom: -7px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after {
    background-color: #59c3e8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: transparent;
    bottom: -7px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after{
    background-color: #59c3e8;
  }
  li.dl-back, li.custom-parent-link {
    display: none !important;
  }
}
@media (min-width: 1201px){
  .nav-search {
    display: none;
  }
}
.custom-header-search form {
  padding: 0 !important;
}
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1090px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 68px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:after{
    border-right: 3px solid #31a0c6;
    border-top: 3px solid #31a0c6;
    content: "";
    display: block;
    height: .6em;
    position: absolute;
    right: 5px;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: .6em;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    font-family: Cooper Hewitt,sans-serif;
    left: 100%;
    list-style: none;
    min-height: 100%;
    overflow: hidden;
    padding: 0 22px 60px;
    position: absolute;
    top: 60px;
    -webkit-transition: left .4s;
    transition: left .4s;
    width: 100% !important;
    z-index: 5;
    margin: 0 !important;
    float: none !important;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    left: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: static;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #000;
    letter-spacing: .03125rem;   
    display: block;
    padding: 17px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-family: Cooper Hewitt,sans-serif;
    line-height: 1.4375;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    border-top: 1px solid #eaeaea;
    margin-left: 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #fff;
    height: 100%;
    left: 120% !important;
    list-style: none;
    padding: 0;
    position: absolute !important;
    top: 0;
    -webkit-transition: all .4s !important;
    transition: all .4s !important;
    width: 100%;
    z-index: 9 !important;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open.hs-menu-item.hs-item-has-children > ul {
    left: 0 !important;
    background: #fff;
    z-index: 9999 !important;
    height: 100vh !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    font-size: 1.125rem;
    padding: 0;
    position: relative;
    padding-left: 48px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    color: #000;
    letter-spacing: .03125rem;   
    display: inline-block;
    padding: 17px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-size: 1.125rem;
    font-family: Cooper Hewitt,sans-serif;
    line-height: 1.4375;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    bottom: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    display: inline-block;
    position: relative;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span:after {
    background-color: transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span:hover:after {
    background-color: #59c3e8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a span:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a span:after{
    background-color: #59c3e8;
  }

  li.dl-back a {
    padding: 0 !important;
    letter-spacing: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.dl-back{
    padding: 17px 24px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link {
    font-size: 1.5rem;
    padding: 0 0 0 48px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a {
    font-size: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    border-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back:before {
    border-bottom: 3px solid #31a0c6;
    border-left: 3px solid #31a0c6;
    content: "";
    display: block;
    height: .6em;
    left: 5px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: .6em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back:before {
    border-bottom: 3px solid #31a0c6;
    border-left: 3px solid #31a0c6;
    content: "";
    display: block;
    height: .6em;
    left: 5px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: .6em;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > a:after {
    background-color: transparent;
    bottom: 1px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > a:hover:after {
    background-color: #59c3e8;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back > a:after {
    content: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a:after {
    bottom: 12px;
  }
}


@media only screen and (max-width:1500px){
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-left: 20%;
  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width:1350px){
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    margin-left: 20px;
  }
  DIV.headerRow DIV.custom-header-search-group {
    right: 310px;
    width: 35px !important;
  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
    margin-left: 50px;
  }
}

@media (max-width: 1200px) {

  .tbl-post .featured-img {
    height: 625px;
  }

  .cs-hero-section.featured-img.add-padd {
    padding: 294px 0 92px 0;
  }

  .custom-header-search .hs-search-field--open .hs-search-field__suggestions {
    margin: 0 auto;
    max-width: 550px;
    position: relative;
  }
  .nav-search {
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 0;
    width: 20px;
  }
  .custom-header-search-group {
    width: 20px !important;
    float: right !important;
    margin: 22px 0 0 40px !important;
  }
  .custom-header-search{
    opacity: 0;
    position: absolute;
    top: -60px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    visibility: hidden;
    max-width: 100%;
  }
  .show-search .custom-header-search{
    top: 70px;
    visibility: visible;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    display: block;
    left: 0;
    opacity: 1;
    padding: 15px 22px 16px;
    right: 0;
  }
  .custom-header-search form {
    margin: 0 auto;
    max-width: 550px;
    position: relative;
  }

  /* New Media Queries May 2020 */
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    margin-left: 10px;
  }  
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
    padding: 10px;
  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
    margin-left: 30px;
    padding: 10px;
  }
  DIV.headerRow DIV.custom-header-search-group {
    margin-top: 25px;
    right: 260px;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-left: 12%;
  }
  /* End New Media Queries May 2020 */

}

@media (min-width: 1091px) {
  .nav-hamburger {
    display: none;
  }
}
@media (max-width: 1090px) {

  .tbl-post .featured-img {
    height: 568px;
  }

  .cs-hero-section.featured-img.add-padd {
    padding: 254px 0 75px 0;
  }

  .tbl-blog #site-wrapper1 {
    overflow: hidden;
  }

  .nav-hamburger {
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 7px;
    padding: 23px 0 25px 12px;
    position: relative;
  }
  .nav-hamburger__icon, .nav-hamburger__icon:after, .nav-hamburger__icon:before {
    background-color: #31a0c6;
    border-radius: 0px;
    display: block;
    height: 3px;
    width: 25px;
  }
  .nav-hamburger__icon {
    position: relative;
  }
  .nav-hamburger__icon:after, .nav-hamburger__icon:before {
    content: "";
    left: 0;
    position: absolute;
  }
  .nav-hamburger__icon:before {
    bottom: 200%;
  }
  .nav-hamburger__icon:after {
    top: 200%;
  }
  .nav-hamburger.active .nav-hamburger__icon:after {
    -webkit-transform: rotate(-45deg) translateY(120%);
    -ms-transform: rotate(-45deg) translateY(120%);
    transform: rotate(-45deg) translateY(120%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .nav-hamburger.active .nav-hamburger__icon:before {
    -webkit-transform: rotate(45deg) translateY(-120%);
    -ms-transform: rotate(45deg) translateY(-120%);
    transform: rotate(45deg) translateY(-120%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .nav-hamburger.active .nav-hamburger__icon {
    background-color: transparent;
  }
  .mobile-open .nav-hamburger .nav-hamburger__icon {
    background-color: transparent;
  }
  .mobile-open .nav-hamburger .nav-hamburger__icon:before {
    -webkit-transform: rotate(45deg) translateY(-120%);
    -ms-transform: rotate(45deg) translateY(-120%);
    transform: rotate(45deg) translateY(-120%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .mobile-open .nav-hamburger .nav-hamburger__icon:after {
    -webkit-transform: rotate(-45deg) translateY(120%);
    -ms-transform: rotate(-45deg) translateY(120%);
    transform: rotate(-45deg) translateY(120%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .custom-logo-group {
    width: auto !important;
    padding: 18px 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 14px 0;
    position: absolute;
    top: 50%;
  }
  .custom-header-search-group {
    width: 20px !important;
    margin: 21px 0 0 24px !important;
  }
  .custom-header-group {
    height: 60px !important;
    position: relative;
  }
  .header-container-wrapper {
    min-height: 60px;
  }
  .email-subscribe .hs-form>.hs_submit input.hs-button {
    min-width: 156px;
  }
  .social-follow {
    padding: 20px 0 28px 36px;
  }
  .show-search .custom-header-search {
    top: 60px;
  }

  /* Manual Active States */

  .active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) a span:after {
    background-color: #59c3e8;
  }

  .active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) .hs-menu-item.hs-menu-depth-2 a span:after {
    background-color: transparent;
  }

  .active-4 .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:nth-child(4) .open-menu-list li a:after {
    background-color: transparent;
  }

  /* New Media Queries May 2020 */
  DIV.headerRow DIV.custom-header-search-group {
    position: static;
    width: 20px !important;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
    background: none;
    border: none;
    color: #000;
    letter-spacing: .03125rem;
    display: block;
    padding: 17px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-family: Cooper Hewitt,sans-serif;
    line-height: 1.4375;
    font-weight: 500;
    font-size: 24px;
    margin-left: 0;
    padding: 17px 0;
    text-transform: none;
  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
    background: none;
    border: none;
    color: #000;
    letter-spacing: .03125rem;
    display: block;
    padding: 17px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-family: Cooper Hewitt,sans-serif;
    line-height: 1.4375;
    font-weight: 500;
    font-size: 24px;
    padding: 17px 0;
    text-transform: none;
  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A:hover {
    background: none; 
    border: none;
    color: #000;

  }
  DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A:hover {
    background: none;
    color: #000;
  }
  @media (max-width: 1090px) {
    body .header-container-wrapper {
      min-height: 60px !important;
    }
    DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-flow-horizontal, DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
      display: block; 
      box-shadow: none;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
      float: none !important;
      margin-left: 0;
      padding: 17px 0 17px 25px !important;
      width: 100%;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      background: #FFFFFF !important;
      padding-left: 0 !important;
      top: 0;
      left: calc(100% + 44px) !important;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
      padding-left: 0 !important;
      top: 0;
      left: 0 !important;
      width: 100%;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li {
      border-top: 1px solid #eaeaea;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li:first-child {
      border-top: none;
    }
    DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a:after {
      bottom: 2px !important;
    }
    DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) A {
      font-size: 16px;
    }
    DIV.headerRow .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child A {
      font-size: 16px;
    }
  }  
  /* End New Media Queries May 2020 */
}

@media only screen and (max-width:768px) {
  DIV.headerRow .custom-menu-primary, DIV.headerRow .custom-menu-primary * {
    color: #000000;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-flow-horizontal ul {
    border-top: none !important;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-flow-horizontal ul li {
    border-bottom: none !important;
  }
  DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-flow-horizontal, DIV.headerRow .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: block; 
    box-shadow: none;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    float: none !important;
    margin-left: 0;
    padding: 17px 0 17px 25px !important;
    width: 100%;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #FFFFFF !important;
    padding-left: 0 !important;
    top: 0;
    left: calc(100% + 44px) !important;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
    padding-left: 0 !important;
    left: 0 !important;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li {
    border-top: 1px solid #eaeaea;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.child-open ul.hs-menu-children-wrapper li:first-child {
    border-top: none;
  }
  DIV.headerRow .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.custom-parent-link a:after {
    bottom: 2px !important;
  }
}
@media (max-width: 620px){
  .custom-logo-group {
    left: 22px;
    transform: translateY(-50%);
  }
}
/*HUBSNACKS HEADER ENDS */

/*ADD IN STYLING FOR NTP BLOG*/
.ntp-blog-container {
  max-width: 1104px;
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}

/*BLOG STYLING -- JP -- MAY 2022 */
/*heading style*/
.blog-header {
  display: flex;
  flex-flow: column;
  background-size: cover!important;
  background-position: center!important;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
}


.blog-header-content {

  width:100%;
  height:100%;
}



.tbl-post .blog-header p, .tbl-post .blog-header p a {
  color: #fff;
}

/*overrides for blog title*/
.ntp-blog-title {
  font-family: Cooper Hewitt,sans-serif;
  color:#fff!important;
  text-align:center;
  font-size:50px;
  font-weight:700;
}

@media (max-width: 620px){
  .ntp-blog-title {
    font-size:30px;
  }
}

a:link {
  color: #224D8F;
}

/* visited link */
a:visited {
  color: #5a257f;
}

/* mouse over link */
a:hover {
  color: #0d4c9c;
}

/** Menu update **/
ul.hs-menu-children-wrapper li {
    padding: 0;
    margin: 0;
}
ul.hs-menu-children-wrapper li a {
    min-width: 200px;
    background: white;
    padding: 10px;
    margin: 0;
}
ul.hs-menu-children-wrapper li a:hover {
    background:#fafafa;
}
ul.hs-menu-children-wrapper li li a {
    background: #fafafa;
}
ul.hs-menu-children-wrapper li li a:hover {
    background:white;
}