







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 16px;
}

body {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
  font-size: 16px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

a:hover,
a:focus {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

a:active {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #282828;
}

/* Headings */

h1,
.h1 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 22px;
  text-transform: none;
}

h5,
.h5 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #fff;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #000000;

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

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

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 {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}





form,
.submitted-message {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Merriweather; font-style: normal; font-weight: 600; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #000;
}

/* Help text */

form legend {
  color: #000;
}

/* 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: #000;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #000;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #000000;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

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





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





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





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

/* Blog post */

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

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

.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: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
}





/* 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-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 30px;
}

.card__body svg {
  fill: #000;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #282828;
  font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 30px;
}

/* Theme overrides */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    font-family: 'Titillium Web', sans-serif !important;
}
.dnd-section {
    position: relative;
}
main#main-content .dnd-section {
  max-width: 100vw;
  overflow: hidden;
}
/* footer */
footer.footer {
    background: #000;
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: hidden;
}
footer.footer a{
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
footer.footer br {
    display: none;
}
.container-fluid.footer__container.content-wrapper .row-fluid .span3:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.copyright-area .dnd-section {
    padding: 5px 0;
}
.copyright-area .dnd-section p {
    color: #fff;
}
.copyright-area img.hs-image-widget {
    width: 200px !important;
    height: auto;
}
.copyright-area {
    position: relative;
}
.copyright-area:before {
    content: '';
    background: #fff;
    position: absolute;
    top: -25px;
    right:-1vw;
    width: 88vw;
    height: 3px;
}
.copyright-area .row-fluid-wrapper.row-depth-1 .span6:last-child {
    text-align: right;
}
.container-fluid.footer__container.content-wrapper {
    margin-bottom: 50px;
}
.copyright-area p {
    margin-bottom: 0px;
    font-size: 14px;
}

/* header */
header.header {
    position: fixed;
    width: 100%;
    padding: 30px 0;
    z-index: 1080;
    transition: all 333ms ease;
    border-bottom: 5px solid #000;
}
header.header.scrolled {
    
}
header .header__logo {
    padding-top: 0px;
    width: 200px;
}
header .header__logo img.hs-image-widget {
    width: 150px !important;
    transition: all 333ms ease;
}
header.header.scrolled .header__logo img.hs-image-widget {
    width: 100px !important;
}
header .header__container {
    align-items: center;
    max-width: 1470px;
    padding: 0 15px;
}
.header__navigation ul li:not(:last-child) a {
    margin-right: 25px;
}
.header__navigation ul {
    margin-top: 20px;
}
div#hs_menu_wrapper_ck_menu ul li a {
    position: relative;
}
div#hs_menu_wrapper_ck_menu ul li a:hover {
    cursor: pointer;
}
div#hs_menu_wrapper_ck_menu ul li a:after {
    content: '';
    background: #000;
    height: 2px;
    width: 100%;
    transition: transform 0.4s;
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: scale(0);
    transform-origin: right;
}
div#hs_menu_wrapper_ck_menu ul li a:hover:after {
    transform: scale(1);
    transform-origin: left;
}
div#hs_menu_wrapper_ck_menu ul li.active-branch a:after {
    transform: scale(1);
}
#hs_cos_wrapper_ck_menu ul.hs-menu-children-wrapper {
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0px 5px 10px #00000026;
    min-width: 150px;
}
div#hs_menu_wrapper_ck_menu ul:not(.hs-menu-children-wrapper) li a {
    padding-bottom: 10px;
}
div#hs_menu_wrapper_ck_menu ul.hs-menu-children-wrapper li a {
    padding-bottom: 0px;
    width: fit-content;
}
div#hs_menu_wrapper_ck_menu ul.hs-menu-children-wrapper li a:after {
    all: unset;
}
div#hs_menu_wrapper_ck_menu ul.hs-menu-children-wrapper li a:hover {
    opacity: 0.7;
}
li.hs-menu-item a span.icon {
    width: 20px;
    height: 13px;
    margin-right: 2px;
}
li.hs-menu-item a span.icon img {
    width: 20px;
    height: 13px;
    object-fit: contain;
}

.search-area {
    display: block;
    transition: all 333ms ease;
    order: 2;
}
.search-area:not(.show) {
    display: none;
}
.header__row-3.search {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
    margin-top: 20px;
}
.header__row-3.search .search-icon {
    order: 2;
}
.header__row-3.search .search-icon:hover {
    cursor: pointer;
}
.header__row-3.search .search-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all 333ms ease;
}
.header__row-3.search .search-icon:not(.show) img.search {
    display: block;
}
.header__row-3.search .search-icon img.search {
    display: none;
}
.header__row-3.search .search-icon:not(.show) img.close {
    display: none;
}
.header__row-3.search .search-icon img.close {
    display: block;
}
.header__row-3.search .search-area {
    order: 1;
}
.search-area .hs-search-field input.hs-search-field__input {
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
    padding: 5px 10px;
    outline: unset !important;
    width: 160px;
}

/* Page Hero */
.dnd-section.page-hero {
    margin-top: 130px;
    padding-top: 150px;
    padding-bottom: 150px;
    border-bottom: 5px solid #fff;
}
.dnd-section.row-fluid-wrapper.page-hero > .row-fluid {
    min-height: 400px;
    align-items: center;
}
/* Policy Hero */
.dnd-section.policy-hero {
    margin-top: 130px;
}

/* Forms */
.form-wrapper.no-title .form-title {
    display: none;
}
.hs_cos_wrapper_type_form form {
    background: transparent;
}
.hs_cos_wrapper_type_form form input:not(.hs-button),
.hs_cos_wrapper_type_form form textarea,
.hs_cos_wrapper_type_form form select {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
    padding: 0.5rem;
    font-size: 14px;
}
.hs_cos_wrapper_type_form form select {
    font-size: 13px;
    padding-left: 0.4rem;
}
.hs_cos_wrapper_type_form form textarea {
    height: 100px;
    resize: none !important;
    outline: unset !important;
}
.form-wrapper.white .hs_cos_wrapper_type_form form select,
.form-wrapper.white .hs_cos_wrapper_type_form form input:not(.hs-button),
.form-wrapper.white .hs_cos_wrapper_type_form form textarea {
    border-color: #fff;
    color: #fff;
}
.form-wrapper.white .hs_cos_wrapper_type_form form select.is-placeholder {
    color: #8b8b8b;
}
.form-wrapper.white .hs_cos_wrapper_type_form form input:not(.hs-button)::placeholder,
.form-wrapper.white .hs_cos_wrapper_type_form form textarea::placeholder {
    color: #fff;
    opacity: 0.5;
}
.hs_cos_wrapper_type_form form select,
.hs_cos_wrapper_type_form form input:not(.hs-button),
.hs_cos_wrapper_type_form form input:not(.hs-button):focus {
    outline: unset !important;
}
.hs_cos_wrapper_type_form form .hs-form-field {
    margin-bottom: 10px;
}
.hs_cos_wrapper_type_form form .hs-form-field > label {
    display: none;
}
.hs_cos_wrapper_type_form form ul.hs-error-msgs li {
    margin-top: 0px !important;
    margin-bottom: 0px;
    margin-left: 5px;
}
.hs_cos_wrapper_type_form form ul.hs-error-msgs li label {
    font-size: 12px;
}

.hs_cos_wrapper_type_form .hs_submit.hs-submit {
    text-align: right;
}
.hs_cos_wrapper_type_form .hs_submit.hs-submit .actions {
    width: fit-content;
    margin-left: auto;
    position: relative;
    margin-top: 35px;
}
.hs_cos_wrapper_type_form .actions:before {
    border-top: 1px solid #000;
    height: calc(40% + 1px);
    right: -0.5px;
    top: -0.5px;
    width: calc(80% + 1px);
    background: transparent;
    border-right: 1px solid #000;
    content: "";
    position: absolute;
    transition: all 333ms ease;
    z-index: 0;
}
.hs_cos_wrapper_type_form .actions:after {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    height: calc(60% + 1px);
    left: -0.5px;
    top: 40%;
    width: calc(100% + 1px);
    background: transparent;
    border-right: 1px solid #000;
    content: "";
    position: absolute;
    transition: all 333ms ease;
    z-index: 0;
}
.hs_cos_wrapper_type_form .actions:hover:before {
    width: calc(100% + 1px);
    border-left: 1px solid #000;
}
.form-wrapper.white .hs_cos_wrapper_type_form form .actions:before,
.form-wrapper.white .hs_cos_wrapper_type_form form .actions:after{
    border-color: #fff;
}
.hs_cos_wrapper_type_form form .hs-button, form input[type=submit] {
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    position: relative;
    z-index: 5;
}
.form-wrapper.white .hs_cos_wrapper_type_form form .hs-button, form input[type=submit] {
    color: #fff;
}
.hs_cos_wrapper_type_form form .hs-button:hover, form input[type=submit]:hover {
    background-color: #000;
}
.form-wrapper.white .hs_cos_wrapper_type_form form .hs-button:hover, .form-wrapper.white form input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}
.submitted-message {
    background: transparent;
}

/* Quote Mark */
.quote-with-mark {
    position: relative;
    padding-left: 60px;
}
.quote-with-mark:before {
    content: '';
    background: url('https://5245034.fs1.hubspotusercontent-na1.net/hubfs/5245034/CKDelta%20-%202023/open-quote.svg') no-repeat center center / contain;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -8px;
    left: 0;
}

/* Blog */
.dnd-section.sblog-top {
    padding-top: 250px;
    padding-bottom: 0px;
}
.feat-img {
    height: 350px;
    overflow: hidden;
}
.feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
article.post-content {
    padding-top: 70px;
    padding-bottom: 20px;
}
.single-blog .image {
    margin-bottom: 20px;
}
.single-blog .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center center;
}
.single-blog .content h4 {
    margin-bottom: 3px;
}
.social-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.social-media p {
    margin-bottom: 0px;
}
p.read-time {
    text-align: right;
}
.social-media a,
.social-media a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all 333ms ease;
}
.social-media a:hover img {
    opacity: 0.7;
}
.next-prev {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.next-prev .next-post {
    margin-left: auto;
}
.next-prev a {
    transition: all 333ms ease;
}
.next-prev a:hover {
    opacity: 0.7;
}
.next-prev .next-post .arrow-right {
    position: relative;
    top: unset;
    right: unset;
}
.next-prev .next-post .arrow-right svg,
.next-prev .prev-post .arrow-left svg {
    width: 10px;
    height: 10px;
}
.next-prev .prev-post .arrow-left svg {
    transform: rotate(180deg);
}


/* New Header */
header.header.new {
    padding: 0;
    border-bottom: 0px;
}
header.header.new .header__logo {
    height: 150px;
    overflow: hidden;
}
header.header.new #hs_cos_wrapper_ck_site_logo {
    height: 150px;
}
header.header.new.scrolled .header__logo {
    height: 100px;
}
header.header.new.scrolled #hs_cos_wrapper_ck_site_logo {
    height: 100px;
}
header.header.new.scrolled {
    box-shadow: 0px 5px 10px #00000026;
}

/* New Footer */
footer.footer.new .copyright-area:before {
  all: unset;
}

/* New fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: "Encode Sans Semi Condensed", sans-serif;
    font-weight: 700;
}
p, a, ul, li, a:hover, a:focus {
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
    font-weight: 300 !important;
}
strong {
    font-family: "Encode Sans Semi Condensed", sans-serif;
    font-size: 600;
}


/* Mobile Opt */
@media (max-width: 993px){
  .dnd-section.page-hero {
    margin-top: 80px;
  }
  .dnd-section.row-fluid-wrapper.page-hero>.row-fluid {
    min-height: 200px;
  }
  header.header.new .header__logo {
    height: 81.36px;
    overflow: hidden;
  }
  header.header.new #hs_cos_wrapper_ck_site_logo,
  header .header__logo img.hs-image-widget{
    height: 81.36px !important;
    width: 81.36px !important;
  }
  header.header.scrolled .header__logo img.hs-image-widget {
    width: 81.36px !important;
  }
  header.header.new.scrolled .header__logo {
      height: 81.36px;
  }
  header .header__container {
      padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header.header.scrolled .header__logo img.hs-image-widget {
    height: 70px;
  }
}
@media (max-width: 767px) {
  /* Generic Style Reset */
  main#main-content .dnd-section {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
      max-width: 100vw;
      overflow: hidden;
  }
  main#main-content div[id*='hs_cos_wrapper_dnd_area'].hs_cos_wrapper_widget {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .header__container {
      flex-direction: row;
  }
  header .header__logo,
  header .header__logo img {
      width: 100px;
  }
  .header__navigation.header--element {
      height: 0;
      overflow: hidden;
      border-bottom: 5px solid #000;
      background:  #fff;
  }
  .header__navigation.header--element.open {
      height: auto;
      top: 70px;
      min-height: auto;
  }
  .header__row-3.search {
      display: none;
  }
  .header__row-2 {
      justify-content: flex-end;
      flex-direction: row;
      flex-wrap: wrap;
  }
  .header--toggle.header__navigation--toggle {
      margin: unset;
  }
  .header--toggle.header__navigation--toggle.hide {
      display: none;
  }
  header.header {
      padding: 10px 0;
  }
  .header__navigation ul {
    margin-top: 0px;
  }
  div#hs_menu_wrapper_ck_menu {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 40px;
  }
  div#hs_menu_wrapper_ck_menu ul {
      gap: 10px;
  }
  div#hs_menu_wrapper_ck_menu ul li a {
      margin-right: 0px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 22px;
      line-height: 100%;
  }
  div#hs_menu_wrapper_ck_menu ul li a:after {
      height: 3px;
  }
  div#hs_menu_wrapper_ck_menu {
      max-height: 76vh;
      overflow: scroll;
   }
  .dnd-section.policy-hero,
  .dnd-section.page-hero{
      margin-top: 78px;
  }
  .container-fluid.copyright-area {
      padding-left: 2rem;
      padding-right: 2rem;
  }
  .container-fluid.copyright-area .dnd-section > .row-fluid > .span6:first-child {
      margin-bottom: 10px;    
  }
  .container-fluid.footer__container.content-wrapper .dnd-section {
      padding-top: 0px;
      padding-bottom: 0px;
  }
  .container-fluid.footer__container.content-wrapper .row-fluid .span3:first-child {
      margin-bottom: 15px;
  }
  .container-fluid.footer__container.content-wrapper .row-fluid .span3:first-child img {
      max-width: 100px;
  }
  .container-fluid.footer__container.content-wrapper .row-fluid .span3:last-child {
      align-items: center;
      justify-content: flex-start;
      margin-top: 15px;
  }
  .copyright-area .row-fluid-wrapper.row-depth-1 .span6:last-child {
      text-align: left;
  }
  .copyright-area .row-fluid-wrapper.row-depth-1 .span6:last-child .dnd-row .dnd-module {
      justify-content: flex-start !important;
      align-items: flex-start !important;
  }
  #hs_cos_wrapper_ck_menu ul.hs-menu-children-wrapper {
      box-shadow: unset;
  }
  div#hs_menu_wrapper_ck_menu ul li a:after {
      all: unset;
  }
  div#hs_menu_wrapper_ck_menu ul.hs-menu-children-wrapper li {
      text-align: center;
  }
  li.hs-item-has-children ul.hs-menu-children-wrapper {
    gap: 8px !important;
  }
  div#hs_menu_wrapper_ck_menu ul:not(.hs-menu-children-wrapper) li a {
      padding-bottom: 0px !important;
  }
  li.hs-item-has-children ul.hs-menu-children-wrapper {
      margin-top: 0px !important;
      padding-top: 5px !important;
  }
  li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      margin-left: auto;
      margin-right: auto !important;
      font-size: 14px !important;
  }
  main#main-content .dnd-section.row-fluid-wrapper.sblog-top {
      padding-top: 150px !important;
      padding-bottom: 0px !important;
  }
  .social-media {
      justify-content: flex-start;
  }
  p.read-time {
      text-align: left;
  }
  .feat-img {
      height: 250px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  div#hs_menu_wrapper_ck_menu {
      padding-top: 20px;
  }
  div#hs_menu_wrapper_ck_menu ul {
      gap: 10px;
  }
  div#hs_menu_wrapper_ck_menu ul li a {
      font-size: 18px;
  }
}


/* Blog Pages */
/* Blog Index */
.hs-blog-listing.hs-blog-id-146815909159 .row-fluid.listing-header {
    padding-top: 220px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 768px) {
  .hs-blog-listing.hs-blog-id-146815909159 .row-fluid.listing-header {
    padding: 0 25px;
    padding-top: 120px;
  }
}

}
 
@media (max-width: 768px) {
    .hs-blog-post h1 {
        font-size: 42px;
        line-height: 125%;
    }
    main#main-content .dnd-section.content-section.row-fluid-wrapper {
        padding-top: 20px !important;
    }
    article.post-content {
        padding-top: 35px;
    }
}
@media (min-width: 768px) and (max-width: 993px) and (orientation: portrait) {
    .hs-blog-listing.hs-blog-id-146815909159 .row-fluid.listing-header {
        padding-top: 190px;
    }
}
@media (min-width: 768px) and (max-width: 950px) {
    .social-media {
        gap: 5px;
    }
    .social-media a,
    .social-media a img {
        width: 25px;
        height: 25px;
    }
}


/* Blog Comments */
.blog-comments form input.hs-button.primary {
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    transition: all 333ms ease;
}
.blog-comments form input.hs-button.primary:hover {
    background: #000;
    color: #fff;
    border-radius: 0;
}
.blog-comments form .hs-form-field input,
.blog-comments form .hs-form-field textarea {
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding-left: 2px;
}
.blog-comments form .hs-form-field textarea {
    max-height: 175px;
}
.hs-blog-id-146815909159 article.post-content .blog-post__tags {
    margin-bottom:  40px;
}

@media (max-width: 993px) {
  .hs-blog-id-146815909159 article.post-content .blog-post__tags {
      margin-bottom:  20px;
  }
}


/* Header Adjustments */
@media (min-width: 994px) {
    header.header.new .header__container.content-wrapper {
        padding-left: 0px;
        max-width: 100%;
    }
    header.header.new .header__row-2 {
        margin-right: 10%;
    }
}
@media (min-width: 994px) and (max-width: 1200px) {
    header.header.new .header__row-2 {
        margin-right: 5%;
    }
}