







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 1rem;
}

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





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333C42;
  font-size: 16px;
  word-break: normal;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;

}

/* Anchors */

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

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

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

/* Headings */

h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #004987;
  font-size: 22px;
  text-transform: none;
}

h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 20px;
  text-transform: none;
}

h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 20px;
  text-transform: none;

}

h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  text-transform: none;
}

h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

@media only screen and (max-width: 900px) {
  h2 {
      font-size: 1.3rem;!important;
  }
  h1 {
      font-size: 1.5rem!important;
  }
  h3, h4 {
      font-size: 1rem !important;
  }
}
/* Blockquote */

blockquote {
  border-left-color: #1f3864;
}
.tagline-title {
    text-transform: uppercase;
}
.hero-slider {
    min-height: 400px;
}





button,
.button {
  border: 1px none #0065a4;

  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 101, 164, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 61, 124, 1.0);
  border-color: #003d7c;
}

button:active,
.button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 141, 204, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #000000;
}

/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #0065a4;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
  color: #000000;
  border-radius: 5px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #aaaaaa;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #aaaaaa;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0065a4;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0065a4 !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #0065a4;

  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 101, 164, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 61, 124, 1.0);
  border-color: #003d7c;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 141, 204, 1.0);
  border-color: ;
}

form input[type=submit], form .hs-button {
    border: none;
    background-color: #132552 !important;
    padding: 15px 20px;
    min-width: 200px;
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    border: 1px solid #eeeeee !important;
    outline: none;
}
input[type=email], textarea {
    width: 100% !important;
    resize: none;
}





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #000000;

  padding: 18px;

  border-color: ;
  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 101, 164, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Open Sans;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #0065a4;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #0065a4;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

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

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

  
  
    
  


  rgba(31, 56, 100, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 50px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #004987;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00215f;
}

.blog-related-posts__title-link:active {
  color: #2871af;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 50px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





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





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #004987;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #00215f;
}

.blog-index__post-title-link:active {
  color: #2871af;
}

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

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #282828;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 20px;
}

.card__body svg {
  fill: #0065a4;
}

/* Social follow */

.social-links__icon {
  background-color: #0065a4;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #003d7c;
}

.social-links__icon:active {
  background-color: #288dcc;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 20px;
}
/* New Styles for 2025 Rebrand - Creative Guild */

body, p, a, a:hover, a:focus, .featured-form label, form, .submitted-message {
  font-family: elza, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
p em {
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: italic;
}
p strong, a.flawless-button-default,
.featured-product-content-cta a,
a.callout-banner-hero-cta {
  font-family: elza, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, .header-navigation-top-buttons a,
div#hs_cos_wrapper_module_1658509780751 a.flawless-button-default,
.hero-slider .carousel-cell .inner a.flawless-button-default,
.branding-buttons a,
a.home-hero-cta,
a.flawless-button-default {
  font-family: elza-condensed, sans-serif !important;
  font-weight: 900;
  font-style: normal;
}
.header-navigation-bottom .hs-menu-wrapper>ul>li a {
    text-transform: none !important;
}
#hs_cos_wrapper_widget_1642714044487_ h2,
.header-navigation-top-buttons a,
div#hs_cos_wrapper_module_1658509780751 a.flawless-button-default,
.hero-slider .carousel-cell .inner a.flawless-button-default,
.branding-buttons a,
a.home-hero-cta,
a.flawless-button-default {
    text-transform: uppercase !important;
}
.icon-content-grid-module-block-icon img {
    filter: brightness(0) invert(1);
    display: none;
}
.icon-content-grid-module-block-icon h3 {
    margin: 0;
}
.featured-product-content .featured-product-content-cta a {
    background: transparent !important;
    border-radius: 0 !important;
    bottom: 15px;
    color: #0e3053 !important;
    display: block;
    left: 15px;
    max-width: auto !important;
    padding: 0 !important;
    position: absolute;
    text-align: left !important;
    text-decoration: none;
    width: auto !important;
    border-bottom: 2px solid #fff;
}
.featured-product-content .featured-product-content-cta a:hover {
    background-color: transparent  !important;
    border-bottom: 2px solid #0e3053;
}
h1 .title {
    font-size: 3rem !important;
    line-height: 1.2em;
}