







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

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

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

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

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

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





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

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

/* Anchors */

a {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #607EF7;
}

a:hover, a:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #9324F7;
}

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

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

/* Headings */

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



  h1 {
    font-family: 'Libre Baskerville', serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1D1D1D;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: none;
  }

  h2 {
    font-family: 'Libre Baskerville', serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1D1D1D;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1D1D1D;
    font-size: 24px;
    letter-spacing: 3.1px;
    text-transform: none;
  }

  h4 {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1D1D1D;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: none;
  }

  h5 {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #607EF7;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h6 {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1D1D1D;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Lists */

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

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

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

/* Blockquote */

blockquote {
  border-left: 4px solid #9324F7;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  background-color: #D0D0D0;
  color: #D0D0D0;
}





/* Primary Button */

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

  
  
    
  


  rgba(147, 36, 247, 1.0)

;
  border: 1px solid #9324f7;
  border-radius: 10px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 12px;
  text-transform: capitalize;
}

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

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

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

  
  
    
  


  rgba(68, 198, 242, 1.0)

;
  border: 1px solid #44C6F2;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #94ffff;
  border: 1px solid #44C6F2;
  border-color: #94ffff;
}

/* Secondary Button */

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

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

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #9324F7;
  color: #00CB66;
  fill: #00CB66;
}

.button.button--secondary:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #9324F7;
  border-color: #e374ff;
  color: #50ffb6;
  fill: #50ffb6;
}

/* Simple Button */

.button.button--simple {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #607EF7;
  fill: #607EF7;
  text-transform: none;
}



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



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



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



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

/* Button Sizing */

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

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





form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

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

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

/* Form Title */

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

  
  
    
  


  rgba(147, 36, 247, 1.0)

;
  border: 2px none #9324F7;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
  font-size: 24px;
  padding: 32px 32px;
  text-transform: uppercase;
}

/* Labels */

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

/* Help Text - Legends */

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

/* Inputs */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

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

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

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

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

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

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

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #607EF7;
}

.hs-datepicker button.pika-button:hover {
  background-color: #9324F7 !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: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
}

/* GDPR Text */

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

/* Validation */

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

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

/* Submit */



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

  
  
    
  


  rgba(147, 36, 247, 1.0)

;
    border: 1px solid #9324f7;
    border-radius: 10px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 12px;
    text-transform: capitalize;
  }

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

  
  
    
  


  rgba(68, 198, 242, 1.0)

;
    border: 1px solid #44C6F2;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Raleway, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(148, 255, 255, 100);
    border: 1px solid #44C6F2;
    border-color: #94ffff;
}





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







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(147, 36, 247, 1.0)

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

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

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1D1D1D;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

.header__container-inner-wrapper {
  max-width: 1340px;
}

/* Logo */

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

/* Top Navigation and Language Switcher */

.header__container--upper {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.header__language-switcher .globe_class {
  background-color: #25222c;
  height: 17px;
  width: 17px;
}

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

  
  
    
  


  rgba(96, 126, 247, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(96, 126, 247, 1.0)

;
}

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

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

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

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.header__container--upper .navigation-primary .submenu:not(.level-1) .menu-link,
.header__language-switcher .lang_list_class a {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #25222c;
  font-size: {units=px, value=12};
  text-transform: uppercase;
}

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

  
  
    
  


  rgba(96, 126, 247, 1.0)

;
}

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

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

  
  
    
  


  rgba(96, 126, 247, 1.0)

;
}

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

/* Main Navigation */

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

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

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

  
  
    
  


  rgba(147, 36, 247, 1)

;
}

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

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

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

  
  
    
  


  rgba(147, 36, 247, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(147, 36, 247, 1)

;
}

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

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

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

/* Main Navigation - Child Menus */

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

  
  
    
  


  rgba(147, 36, 247, 1.0)

;
}

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

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

  
  
    
  


  rgba(0, 193, 92, 1.0)

;
}

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

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

  
  
    
  


  rgba(0, 193, 92, 1.0)

;
}

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

/* Main Navigation - Mobile Menu */

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

  
  
    
  


  rgba(147, 36, 247, 1.0)

 !important;
  }

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

  
  
    
  


  rgba(0, 193, 92, 1.0)

;
  }

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

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

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

.footer__container {
  max-width: 1340px;
}

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

/* Footer Content */

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



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



/* Footer Menu */

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

.footer__navigation a:hover,
.footer__navigation a:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
}

.footer__navigation a:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1D1D1D;
}





/* Blog Listing */

.blog-index-header {
  background-image: url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Education/blog-hero-background.png');
}

.blog-filter {
  background-color: 

  
  
    
  


  rgba(147, 36, 247, 1.0)

;
  color: #FFFFFF;
}

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

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

/* Blog Tags */

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

  
  
    
  


  rgba(96, 126, 247, 1.0)

;
}

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

  
  
    
  


  rgba(96, 126, 247, 1.0)

;
}

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

/* Blog Pagination */

.blog-pagination__link {
  color: #607EF7;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #607EF7;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #9324F7;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #9324F7;
}

.blog-pagination__link--active {
  background-color: #9324F7;
  color: #FFF;
}

/* Blog Post */

.blog-post-header {
  background-image: url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Education/blog-hero-background.png');
}





/* Error Pages - Global */

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

/* System Pages - Global */

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

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

/* Forms in System Pages */

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

/* Password Prompt */

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

/* Backup Unsubscribe */

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





/* Blog Post Listing */

body .news-listing__header-icon > svg {
  fill: #9324F7;
}

/* Card */

body .icon-card__lower {
  border-top-color: #9324F7;
}

body .icon-card__icon {
  background-color: #9324F7;
}

/* Image Gallery */

body .image-gallery__selector:checked + .image-gallery__thumbnail {
  border-color: #9324F7;
}

/* Upcoming Events */

body .upcoming-events__header-icon > svg {
  fill: #9324F7;
}