







/* 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: 1400px;
}

@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: 80px 20px;
}

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





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

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

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

a:hover, a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #009E83;
}

a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #50eed3;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #214489;
  text-transform: none;
}



  h1 {
     font-family: Montserrat, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #214489;
    font-size: 62px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #214489;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #214489;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #214489;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h5 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #214489;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h6 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #214489;
    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 #555;
  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: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: uppercase;
}

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

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
  border: 1px solid #009E83;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(80, 238, 211, 100);
  border: 1px solid #009E83;
  border-color: #50eed3;
  color: #FFFFFF;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
}

/* Secondary Button */

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 12px 44px;
  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: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #009E83;
  color: #009E83;
  fill: #009E83;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #009E83;
  border-color: #50eed3;
  color: #50eed3;
  fill: #50eed3;
}

/* Simple Button */

.button.button--simple {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  fill: #FFFFFF;
  text-transform: uppercase;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #009E83;
  fill: #009E83;
}



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



.button.button--simple:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

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

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





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}

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

/* Form Title */

.form-title {
  font-family: 'Open Sans', 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: Montserrat, 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: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  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: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #555555;
  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: #FFFFFF;
}

::-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: #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: #555555;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #555;
  color: #555555;
}

.hs-datepicker button.pika-button:hover {
  background-color: #FFFFFF !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: #FFFFFF;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, 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: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 44px;
    text-transform: uppercase;
  }

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

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
    border: 1px solid #009E83;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: rgba(80, 238, 211, 100);
    border: 1px solid #009E83;
    border-color: #50eed3;
}





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



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #555555;
  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: 1400px;
}

/* 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(85, 85, 85, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(85, 85, 85, 1)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family:Open Sans, sans-serif;
  color: #555555;
  font-size: 16px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family:Open Sans, sans-serif;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}

.navigation-primary .menu-item a:active {
  font-family:Open Sans, sans-serif;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}

.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: Montserrat, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #555555;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #555555;
}

.menu-link .navbar-nav li a {
  font-family: 'Open Sans', sans-serif;
  color:#f2e635 !important;
  font-weight:400 !important;
  font-size:15px;
  letter-spacing:1px;
}

/* Drew Stuff */
@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)

;
  }
  
   h1 {
   font-size:20px !important;
}

   h3 {
   font-size:18px !important;
}

  .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: #555555;
  }

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

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #555555;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #555555;
  }
}

/* Menu Toggle */

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

/* 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: #555555;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #555555;
  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: Montserrat, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #555555;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #555555;
}

/* 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: #555555;
}

/* Related Posts Module */

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

  
  
    
  


  rgba(85, 85, 85, 1)

;
}

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

  
  
    
  


  rgba(85, 85, 85, 1)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(85, 85, 85, 1)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(85, 85, 85, 1)

;
}





.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: 1400px;
}

.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: 'Open Sans', 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: Montserrat, 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: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer .hs-menu-item a:active {
  font-family: Montserrat, 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: #555555;
}

/* 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:#214489;
}

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

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

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #555555;
}

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

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

/* Tags */

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

  
  
    
  


  rgba(85, 85, 85, 0.0)

;
  color: #00C6AB;
}

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

/* Blog Listing */

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

.blog-subheader__author-links a:hover {
  background-color: #009E83;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #FFFFFF;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #009E83;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #009E83;
}

.blog-pagination__link:active {
  color: #50eed3;
}

.blog-pagination__link:active svg {
  fill: #50eed3;
}

.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: #FFFFFF;
  color: #fff;
}

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

/* Blog Post */

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

/* Blog Search */

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





/* Error Pages - Global */

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

/* System Pages - Global */

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

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

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: Montserrat, 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: #555;
}

/* Pricing Table */

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

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

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

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

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

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

/* Statististic */

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

body .statistic__info {
  color: #555555;
}

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

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

/* Testimonial Slider */

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

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

.footer--landing-page .footer__container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
body .social-links__icon:hover svg,
body .social-links__icon svg {
  color: white !important;
  fill: white !important;
}


/* Manual Override */
.dnd-section>.row-fluid {
  max-width: 1290px;
}
.blog-index__post {
  border: none;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15);
  border-radius: 6px;
}
.blog-index__post-image--list {
  position: relative;
}
.blog-index__post-tags {
  border: none;
}
.blog-index__post-tag-link, .blog-post__tag-link {
  font-size:18px;
}
.featured-image-holder {
  width: 100%;
  height:230px;
  width:100%;
}
.blog-index__post-author-name, .blog-post__author-name {
  font-family: 'Montserrat';
}
.blog-index__post-author, .blog-index__post-date, .blog-post__author {
  font-family: 'Montserrat';
}
.widget-type-blog_subscribe,
search-field form, .widget-type-blog_subscribe form {
  background: linear-gradient(to bottom,#171c42,#1c2553,#1f2f64,#213976,#214489);
}
.form-title,
.widget-type-blog_subscribe form {
  background: none;
}
.blog-pagination__link--active {
  background: #214489 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
}
.related-articles .button:hover {
  background:#F29727;
  border-color: #F29727;
}
.content-wrapper-post-details .blog-tags {
  background: linear-gradient(to bottom,#171c42,#1c2553,#1f2f64,#213976,#214489);
  padding-bottom: 20px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 6px;
}
.content-wrapper-post-details .sidebar {
  padding: 20px;
}
.content-wrapper-post-details .blog-tags h2 {
  color: white;
  font-size: 22px;
  padding: 25px 25px 0;
}
.content-wrapper-post-details .blog-post__meta {
  font-family: Montserrat,sans-serif;
}
.content-wrapper-post-details .blog-post {
  margin: 0;
}
.content-wrapper-post-details .blog-tags ul {
  color: white;
  padding-left: 20px;
  margin-left: 20px;
}
.content-wrapper-post-details .blog-tags ul li {
  margin: 0;
}
.content-wrapper-post-details .blog-tags ul li a {
  color: rgba(255, 255, 255, 0.8); 
}
.content-wrapper-post-details .blog-tags ul li a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.content-wrapper-post-details .blog-post__tags h2 {
  font-size: 24px;
  display: inline;
}
.content-wrapper-post-details .blog-post__tags a {
  border: none;
}
.content-wrapper-post-details .related-articles h2.blog-related-posts__title {
  color: #214489 !important;
}
.content-wrapper-post-details .related-post__content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.content-wrapper-post-details .related-post .related-post__image-wrapper {
  height: 235px; 
}
.widget-type-custom_widget .blog-tags {
  background: linear-gradient(to bottom,#171c42,#1c2553,#1f2f64,#213976,#214489);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 6px;
}
.widget-type-custom_widget .blog-tags h2 {
  background: none;
  color: white;
  font-size: 22px;
  padding: 25px 25px 10px 25px; 
}
.widget-type-custom_widget .blog-tags ul {
  list-style: disc;
  border: none;
  margin-left: 25px;
  padding-left: 20px;
  color: white;
}
.widget-type-custom_widget .blog-tags ul li a {
  color: rgba(255, 255, 255, 0.8); 
  padding: 0;
}
.widget-type-custom_widget .blog-tags ul li a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.widget-type-form {
  background: linear-gradient(to bottom,#171c42,#1c2553,#1f2f64,#213976,#214489);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 6px;
}
.widget-type-form form {
  background: none;
  padding: 30px;
}
.widget-type-form form .input input {
  border-radius: 0;
  color: #555;
}
::placeholder {
  color: #a5abc0;
  opacity: 1;
}
.widget-type-form form .actions input {
  background: #f25244;
  border: none;
}
.widget-type-form form .actions input:hover {
  background: #F29727 !important;
  border: none;
}
.widget-type-form .form-title {
  font-size: 22px;
  padding: 25px 25px 0;
  text-align: left;
}
.widget-type-blog_subscribe,
.hs-search-field form,
.widget-type-blog_subscribe form {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 6px;
}
.hs-search-field form input[type=text] {
  border-radius: 0;
}

.footer--landing-page .dnd-section>.row-fluid {
  max-width: 1140px;
}
.body-container--landing-page .dnd-section>.row-fluid {
  max-width: 640px;
}
.footer--landing-page .atel a {
  font-weight: normal;
  font-size: 20px;
}
.footer--landing-page .atel:hover a {
  color: white; 
}

.footer--site-page h4 {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.06px;
    text-transform: none;
}
.footer--site-page h4 {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.footer .hs-menu-wrapper li {
    background: url(//20886410.fs1.hubspotusercontent-na1.net/hubfs/20886410/raw_assets/public/Radiant-Blog/images/chevron_right_white.png) no-repeat left 11px/6px auto;
    padding-left: 15px;
}
.copyright {
    background: #1f2d62!important;
    padding: 10px;
}
.footer--site-page>.footer__container--dnd {
  background: url(//20886410.fs1.hubspotusercontent-na1.net/hubfs/20886410/raw_assets/public/Radiant-Blog/images/bg.radial.png) no-repeat;
  background-size: cover;
  padding: 50px 0 40px 0;
}
.copyright .footer__container {
    padding: 0;
}
.footer--site-page img {
    max-height: 38px;
}
.copyright p {
    margin: 0;
}
.footer--site-page {
  background-image: linear-gradient(to left top,#214387,#213975,#1f2f63,#1b2552,#171c42);
}
.footer .hs-menu-item a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .hs-menu-item a:hover {
  color: rgba(255, 255, 255, 1);
}

header.header .no-border {
  border: none !important;
}
header.header a.logo.show-on-sticky {
  display: none; 
}
header.header .hidden {
  display: none;
}

.header .logo_menu_container { position: relative; }
.overlay-search-wrapper { position: absolute; left:0; top:0; z-index:100; width:100%; height:100%; display:none; background:linear-gradient(to bottom,#171c42,#1c2553,#1f2f64,#213976,#214489); }
.overlay-search-wrapper form { border-radius:0; background:none; display:none; }
.overlay-search-wrapper form input { background: none; border:none; color: #a5abc0 !important; font-size:32px; font-weight:bold; outline: none; }
.overlay-search-wrapper form a { padding-top: 20px; }
.overlay-search-wrapper form ::placeholder,
.overlay-search-wrapper form ::-webkit-input-placeholder,
.overlay-search-wrapper form :-moz-placeholder { color:#a5abc0; opacity:1; }
header.header.sticky.stickymore form { padding: 10px 45px; }

.body-container--blog-post .blog-post__body a { color: #214489; }

#hs_cos_wrapper_blog_comments form {
  border-radius: 0;
  background: none;
  padding: 0;
}
#hs_cos_wrapper_blog_comments form .hs-input {
  border: 1px solid #214489;
  color: #555 !important;
  border-radius: 0;
  outline: 1px;
}
#hs_cos_wrapper_blog_comments form .hs-input:focus,
#hs_cos_wrapper_blog_comments form .hs-input:active,
#hs_cos_wrapper_blog_comments form .hs-input:outline {
  border: 1px solid #214489;
  outline: 1px;
}
#hs_cos_wrapper_blog_comments form .hs-form-field {
  margin-bottom: 8px;
}
#hs_cos_wrapper_blog_comments form label {
  margin: 0;
}
#hs_cos_wrapper_blog_comments form label span {
  color: #555;
}
#hs_cos_wrapper_blog_comments form .grecaptcha-badge {
  margin:10px 0;
}
#hs_cos_wrapper_blog_comments form input[type=submit] {
  background: #f25244;
  width: auto;
  margin-top: 20px;
}
#hs_cos_wrapper_blog_comments form .inputs-list>li {
  margin:0;
}
#hs_cos_wrapper_blog_comments form .hs-website {
  display:none;
}

.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
  color: white !important;
}

.blog-index__post-image-wrapper--list {
  align-items: flex-start;
}
.body-container--blog-post .blog-post__body a.button {
  background: #f25244;
  color: white;
}


@media (min-width: 1024px) {
  header.header.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  header.header.sticky > .header__dnd--top {
    display: none;
  }
  header.header.sticky a.logo {
    display: none; 
  }
  header.header.sticky a.logo.show-on-sticky {
    display: block; 
  }
  header.header.sticky a.logo.show-on-sticky img {
    transition: all linear .5s;
    max-height: 140px;
  }
  header.header.sticky.stickymore a.logo.show-on-sticky img {
    max-height: 70px;
  }
  
  header.header.sticky .navbar-nav>li>a {
    height: 80px;
    line-height: 80px;
  }
  header.header.sticky .navbar-nav>li.my-account {
    padding-top: 16px;
  }
  header.header.sticky .navbar-nav>li.my-account>a {
    height: 44px !important;
    line-height: 24px !important;
  }
  
  .blog-post__image {
    max-width: 50%;
    border-radius: 0;
    float: right;
    margin: 0 0 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .body-container-wrapper > div > div > div > div > div > div > .span8 {
    float: none;
    width: 100%;
  }
  .body-container-wrapper > div > div > div > div > div > div > .span4 {
    float: none;
    width: 100%;
    margin: 0;
  }
}



@media (max-width: 767px) {
   .navbar-nav>li.my-account {
     display: none;
  }
  header.header a.logo {
    display: none !important; 
  }
  header.header a.logo.show-on-sticky {
    display: block;
  }
  header.header a.logo.show-on-sticky img {
    max-height: 70px;
  }
  .navbar {
    padding: 0 10px;
  }
  
  header a {
        font-family: Open Sans, sans-serif !important;
  }
  
  .navbar a {
      font-family: Open Sans, sans-serif !important;
  }
  header.header .navbar-collapse {
    background: none;
  }
  header.header .navbar-collapse ul a {
    color: white; 
  }
  header.header .navbar-collapse ul a .drop-icon {
    color: white !important;
    font-size: 12px;
  }
  header.header .brand-and-icon {
    border: none;
  }
  header.header .navbar-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.header .navbar-nav > li {
    border-top: 1px solid white;
    border-color: rgba(255, 255, 255, 0.15);
    margin: 0;
  }
  header.header .navbar-nav > li > a {
    padding: 9px 0; 
  }
  header.header .navbar-nav > li:first-child {
    border: none;
  }
  header.header .navbar-collapse ul a {
    color: white !important;
  }
  header.header .navbar-toggler {
    background: none;
    margin-top: 10px;
  }
  .hs-landing-page header.header .span6 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 48.93617020799999%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-landing-page header.header .dnd-section > .row-fluid {
    display:flex;
  }
  .hs-landing-page header.header .dnd-section > .row-fluid > .span6:nth-child(2) { 
    align-items: end;
    justify-content: center;
  }
  .hs-landing-page header.header .dnd-section > .row-fluid > .span6:nth-child(2) p {
    margin: 0;
  }
  
  
  .navbar .button,
  .navbar .button:active,
  .navbar .button:focus,
  .navbar .button:hover,
  .navbar button,
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: none !important;
    border: none !important;
    outline: 0 !important;
  }
  .sub-menu-item .btn {
    border-color: white !important;
  }
  .sub-menu-item p {
    color: white !important;
    max-width:300px !important;
  }
  
    .sub-menu-item {
    max-width:300px !important;
    font-family:Open Sans, sans-serif !important;
  }
  .sub-menu ul {
    margin-left: 10px !important;
  }
  .sub-menu ul li a {
    border-bottom: 1px solid #3e466d;
    display: block;
    padding: 8px 0;
    font-family:Open Sans, sans-serif !important;
  }
  header.header .no-border {
    display: none;
  }
  .get-started {
    display: none;
  }
}

/*-- Extra Stuff Drew is trying --*/

  .hs-content-id-113922225787  div. {
  background: linear-gradient(45deg, rgba(23,28,66,0.5), transparent), url(https://news.radiantcu.org/hubfs/newsban24.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;    
  }

 h1#RCUBlogTitle {
   opacity:10%;
   
}