







/* 1a. Containers */




/* 1b. Colors */




:root {
  /* ---- brand colors ---- */
  --color-white:      #FFFFFF;
  --color-navy:       #021947;
  --color-black:      #000000;
  --color-neon:       #CCFF00;
  --color-chartreuse: #7AB300;
  --color-clover:     #00C94A;
  --color-green:      #009034;
  --color-sky:        #66CCFF;
  --color-cyan:       #009DE7;
  --color-dark-cyan:  #007DB8;
  --color-iris:       #DE6CF8;
  --color-violet:     #AE41FF;
  --color-putty:      #F0F0F0;
  --color-oatmeal:    #E8E6E2;
  --color-heather:    #D4D0C9;
  --color-heather-2:  #AAA6A1;
  --color-heather-3:  #6E6C69;
  --color-fog:        #F5F7FA;
  --color-haze:       #EDEFF3;
  --color-mist:       #BFC9DB;
  --color-dusk:       #6B87A3;
  --color-slate:      #425B75;
  --color-gray-10:    #DEE5E5;
  --color-gray-20:    #C3CCCC;
  --color-gray-40:    #9EA8A8;
  --color-gray-60:    #687070;
  --color-gray-light: #F2F4F7; 
  --color-dark-gray:  #444444;
}

/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 16px;
}

body {
  font-family: Phonic;
  color: #444444;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Phonic;
}

/* Lists */
#main-content li {
  font-family: Phonic;
  font-size:1rem;
  margin-bottom: .5em;
  /*margin-bottom: 1.5rem;*/
}



/* Anchors */

a {
  
  color: #007DB8;
}

a:hover,
a:focus {
  
  color: #005590;
}

a:active {
  
  color: #28a5e0;
}

/* Headings */

h1,
.h1 {
  font-weight: 400; font-family: Martina; text-decoration: none;
  color: #021947;
  font-size: 60px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 400; font-family: Martina; text-decoration: none;
  color: #021947;
  font-size: 44px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 400; font-family: Martina; text-decoration: none;
  color: #021947;
  font-size: 28px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 400; font-family: Phonic; text-decoration: none;
  color: #021947;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 400; font-family: Phonic; text-decoration: none;
  color: #425b75;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 700; font-family: Phonic; text-decoration: none;
  color: #425b76;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #6E6C69;
}





form .hs-button, form input[type=submit],
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
a.button {
  border: 1px solid #021947;

  padding-top: 13px;
padding-right: 32px;
padding-bottom: 13px;
padding-left: 32px;

  font-weight: 400; font-family: Phonic; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(2, 25, 71, 1.0)

;
  border-radius: 36px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  font-weight:inherit;
}

form .hs-button:hover, form input[type=submit]:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
a.button:hover,
a.button:focus {
  
  border: 1px solid #009034;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 144, 52, 1.0)

;
  border-radius: 36px;
}

form .hs-button:active, form input[type=submit]:active,
button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-weight: 400; font-family: Phonic; text-decoration: none;
  background-color: rgba(42, 65, 111, 1.0);
  border-color: #2a416f;
}





form,
.submitted-message {
  font-family: Phonic;
  border: 1px none #6E6C69;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(110, 108, 105, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #6E6C69;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-weight: 400; font-family: Martina;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 28px;
  color: #444444;
  background-color: 

  
  
    
  


  rgba(110, 108, 105, 1.0)

;
}


/* Labels */

form label {
  color: #444444;
}

/* Help text */

form legend {
  color: #444444;
}

/* Error Message */
.hs-error-msg {font-size:12px;}

/* Inputs */

form input[type=text],
form input[type=search],
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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #444444;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #444444;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */






/* Table */

table {
  border: 1px solid #444444;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #444444;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #444444;
}





.header {
  background-color: 

  
  
    
  


  rgba(26, 40, 84, 1.0)

;
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #444444;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(26, 40, 84, 1.0)

;
}

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

  
  
    
  


  rgba(26, 40, 84, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(26, 40, 84, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(110, 108, 105, 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: #848484;
}





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

/* Blog post */

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

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

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

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

/* 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-weight: 400; font-family: Martina; text-decoration: none;
  text-transform: none;
}

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

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

.blog-related-posts__title-link:active {
  color: #2a416f;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #007DB8;
}

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

#comments-listing .comment-reply-to:active {
  color: #28a5e0;
}





.hs-search-results__title {
  font-weight: 400; font-family: Martina; text-decoration: none;
  color: #021947;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 400; font-family: Martina; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #021947;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #00001f;
}

.hs-blog-post-listing__post-title-link:active {
  color: #2a416f;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #444444;
}

/* Blog pagination */

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

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #1c1c1c;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #6c6c6c;
}

.hs-pagination__link-icon svg {
  fill: #444444;
}

/* Pricing card */

.card__price {
  font-weight: 400; font-family: Martina; text-decoration: none;
  color: #021947;
  font-size: 28px;
}

.card__body svg {
  fill: #444444;
}

/* Social follow */

.social-links__icon {
  background-color: #444444;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1c1c1c;
}

.social-links__icon:active {
  background-color: #6c6c6c;
  font-weight: 400; font-family: Martina; text-decoration: none;
  color: #021947;
  font-size: 28px;
}


/* hide recapcha badge */
.hs-recaptcha, 
.grecaptcha-badge  { 
    visibility: hidden !important; 
}

.hs-recaptcha {margin-top:-60px;z-index:0;}



/* feature cards */

.feature-card-oatmeal-2col .span6,
.feature-card-haze-2col .span6,
.feature-card-dusk-2col .span6 {
  
}

.feature-card-oatmeal-3col .span4, 
.feature-card-oatmeal-2col .span6 {
  border:1px solid var(--color-oatmeal);
  border-radius:20px;
}
.feature-card-haze-3col .span4,
.feature-card-haze-2col .span6 {
  border:1px solid var(--color-haze)
  border-radius:20px;
}
.feature-card-dusk-3col .span4,
.feature-card-dusk-2col .span6 {
  border:1px solid var(--color-dusk);
  border-radius:20px;
}

.testimonial-row .hs_cos_wrapper_type_linked_image img {border-radius:100%;}

.feature-card-product-overview .span9 > .dnd-row {
  border:1px solid var(--color-haze);
  border-radius:20px;
  padding:40px;
  margin-bottom:30px;
}