/*****************************************/
/* Design System   */
/*****************************************/


















.none { 
  display: none; 
}

html {
  overflow-x: hidden;
}

.blog-list,.blog-post { padding: 100px 0; }
@media screen and (max-width: 1200px) {
  .blog-list,.blog-post { padding: 90px 0; }
}
@media screen and (max-width: 992px) {
  .blog-list,.blog-post { padding: 70px 0; }
}
@media screen and (max-width: 768px) {
  .blog-list,.blog-post { padding: 50px 0; }
}
@media screen and (max-width: 576px) {
  .blog-list,.blog-post { padding: 40px 0; }
}

/*****************************************/
/* Blog List - Breadscrumb   */
/*****************************************/
section.blog-list h1 { color: #02748D; }
section.blog-list ul.blog-list_breadcrumbs img,
section.post-content ul.post-content_breadcrumbs img { height: auto; width: 8px; margin: 0 10px 6px; }
section.blog-list ul.blog-list_breadcrumbs,
section.post-content ul.post-content_breadcrumbs { list-style: none; margin: 0 0 15px 0; padding: 0; -webkit-display: flex; display: flex; align-items: center; }
section.blog-list ul.blog-list_breadcrumbs li:last-child,
section.post-content ul.post-content_breadcrumbs li:last-child{ font-weight: bold }
section.blog-list ul.blog-list_breadcrumbs li,
section.blog-list ul.blog-list_breadcrumbs li a,
section.post-content ul.post-content_breadcrumbs li,
section.post-content ul.post-content_breadcrumbs li a { color: #02748D; font-size: 13px; }

/*****************************************/
/* Blog List - Banner   */
/*****************************************/
div.blog-list_banner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.blog-list_banner .blog-list_banner__link {
  background: #224680;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}



@media screen and (min-width: 992px) {
  div.blog-list_banner,
  div.blog-list_banner .blog-list_banner__link {
    min-height: 350px;
  }
}



/*****************************************/
/* Blog List - Filter   */
/*****************************************/
section.blog-list_filter { padding: 20px 0; position: relative; background: #ffffff box-shadow: 0 4px 26px #00000029; -webkit-box-shadow: 0 4px 26px #00000029; -moz-box-shadow: 0 4px 26px #00000029; -o-box-shadow: 0 4px 26px #00000029; box-shadow: 0 4px 26px #00000029; }
section.blog-list_filter .row { justify-content: center; position: relative; }
section.blog-list_filter ul { list-style: none; margin: 0; padding: 0; display: flex; flex-flow: wrap; }
section.blog-list_filter ul li a { margin: 0 15px; padding: 10px 0; position: relative; color: #000000; text-transform: uppercase; display: block; font-weight: bold; font-size: 14px; }
section.blog-list_filter ul li a:hover,
section.blog-list_filter ul li a.active { color: #02748D; }
section.blog-list_filter ul li a:hover:before,
section.blog-list_filter ul li a.active:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #02748D; }
section.blog-list_filter a.search { cursor: pointer; position: absolute; right: 0; }
section.blog-list_filter a.search:hover:before { display: none; }
section.blog-list_filter a.search i { color: #30738A; }
section.blog-list_filter .hs-search-field form { display: flex; }
section.blog-list_filter .hs-search-field form > i { position: relative; font-size: 20px; padding: 10px; right: 0; }
section.blog-list_filter .hs-search-field form > i:first-child { color: #000000; }
section.blog-list_filter .hs-search-field form > i:last-child { color: #30738A; cursor: pointer; }
section.blog-list_filter .hs-search-field form > input,
section.blog-list_filter .hs-search-field form > input:focus { font-weight: 600; border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; border-bottom-width: 1px; }
section.blog-list_filter .hs-search-field form > input::placeholder { color: #9d9d9b; opacity: 1; }
section.blog-list_filter .hs-search-field form > input:-ms-input-placeholder { color: #9d9d9b; }
section.blog-list_filter .hs-search-field form > input::-ms-input-placeholder { color: #9d9d9b; }

/*****************************************/
/* Blog List - Listing   */
/*****************************************/
section.blog-list {}
section.blog-list h2 { font-size: 24px; }
section.blog-list .row { padding-left: 15px; padding-right: 15px; }
section.blog-list .row div.blog-list_item__container { display: flex; }
section.blog-list a.blog-list_item { padding: 40px 25px; width: 100%; min-height: 400px; position: relative; color: #ffffff; margin-bottom: 30px; display: block; background-repeat: no-repeat; background-size: cover; background-position: center; }
section.blog-list a.blog-list_item img.featured {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
section.blog-list a.blog-list_item:before { z-index: 1; position: absolute; content: ''; top: 0; left: 0; height: 100%; width: 100%; opacity: .9; -webkit-transition: ease-in .2s all; -ms-transition: ease-in .2s all; -moz-transition: ease-in .2s all; -o-transition: ease-in .2s all; transition: ease-in .2s all; }
section.blog-list a.blog-list_item div.blog-list_item__content { position: relative; z-index: 2; height: 100%; padding-bottom: 35px; }
section.blog-list a.blog-list_item div.blog-list_item__content h2 { text-transform: initial; text-align: left; font-family: 'Archia Bold';  }
section.blog-list a.blog-list_item div.blog-list_item__content ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
section.blog-list a.blog-list_item div.blog-list_item__content ul li { margin: 0; font-family: 'Archia Medium'; padding-right: 10px; }
section.blog-list a.blog-list_item div.blog-list_item__content ul li:last-child { padding-right: 0; }
section.blog-list a.blog-list_item div.blog-list_item__content div.blog-list_readmore { display: flex; position: absolute; bottom: 0; }
section.blog-list a.blog-list_item div.blog-list_item__content div.blog-list_readmore.no-first { right: 0; }
section.blog-list a.blog-list_item div.blog-list_item__content div.blog-list_readmore.first { left: 0; }
section.blog-list a.blog-list_item div.blog-list_item__content div.blog-list_readmore p { position: relative; font-family: 'Archia Medium'; margin: 0; padding: 0 10px 5px 0; display: inline; -webkit-transition: ease-in .2s all; -ms-transition: ease-in .2s all; -moz-transition: ease-in .2s all; -o-transition: ease-in .2s all; transition: ease-in .2s all; }
section.blog-list a.blog-list_item div.blog-list_item__content div.blog-list_readmore p:before { position: absolute; content: ''; bottom: 0; left: 0; height: 2px; width: 0; background: #ffffff; }
section.blog-list a.blog-list_item div.blog-list_item__content div.blog-list_readmore img { width: 10px; height: auto; margin-left: 10px; margin-top: 2px; }
/* color filter */
section.blog-list div.blog-list_item__container:nth-child(2) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(8n) a.blog-list_item:before { background: #051D3A; }
section.blog-list div.blog-list_item__container:nth-child(3) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(9n) a.blog-list_item:before { background: #ACC9DB; }
section.blog-list div.blog-list_item__container:nth-child(4) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(10n) a.blog-list_item:before { background: #6885A5; }
section.blog-list div.blog-list_item__container:nth-child(5) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(11n) a.blog-list_item:before { background: #26467F; }
section.blog-list div.blog-list_item__container:nth-child(6) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(12n) a.blog-list_item:before { background: #EFB160; }
section.blog-list div.blog-list_item__container:nth-child(7) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(13n) a.blog-list_item:before { background: #46566F; }
section.blog-list div.blog-list_item__container:nth-child(8) a.blog-list_item:before,
section.blog-list div.blog-list_item__container:nth-child(14n) a.blog-list_item:before { background: #051D3A; }
/*hover*/
section.blog-list a.blog-list_item:hover:before { opacity: .95; } 
section.blog-list a.blog-list_item:hover div.blog-list_readmore p { font-weight: bold; }
section.blog-list a.blog-list_item:hover div.blog-list_readmore p:before { width: 100% !important; -webkit-transition: ease-in .2s all; -ms-transition: ease-in .2s all; -moz-transition: ease-in .2s all; -o-transition: ease-in .2s all; transition: ease-in .2s all; }

/*****************************************/
/* Blog List - Result Suggestion   */
/*****************************************/
section.blog-list_filter ul.hs-search-field__suggestions li:first-child { font-family: 'Archia Semi Bold'; }
section.blog-list_filter ul.hs-search-field__suggestions li { color: #000000; display: flex; flex-flow: row; align-items: center; }
section.blog-list_filter ul.hs-search-field__suggestions li div.result_img { background-position: center; background-size: contain; background-repeat: no-repeat; position: relative; min-width: 100px; min-height: 100px; }

section.blog-list_filter ul.hs-search-field__suggestions li div.result_container { padding-left: 15px; }
section.blog-list_filter ul.hs-search-field__suggestions li div.result_container a { margin: 0; color: #013946; text-decoration: underline; }
section.blog-list_filter ul.hs-search-field__suggestions li div.result_container a:before { display: none; }
@media screen and (max-width: 768px) {
  section.blog-list_filter ul.hs-search-field__suggestions li { flex-flow: column; align-items: end; }
  section.blog-list_filter ul.hs-search-field__suggestions li div.result_container { padding-left: 0; }
  section.blog-list_filter ul.hs-search-field__suggestions li div.result_img { min-width: 100%; background-size: cover; }
}
/*****************************************/
/* Blog List - Result Page */
/*****************************************/



/*****************************************/
/* Blog Post - Banner */
/*****************************************/
section.blog-post_banner { position: relative; }
section.blog-post_banner:before { background: #02748D; opacity: .8; z-index: 1; position: absolute; content: ''; top: 0; left: 0; height: 100%; width: 100%; }
section.blog-post_banner .blog-post_banner__link {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.blog-post_banner .container {
  z-index: 2;
  position: relative;
}
section.blog-post_banner ul.blog-post_tags { list-style: none; margin: 0; padding: 0; }
section.blog-post_banner ul.blog-post_tags li { padding: 10px; color: #ffffff; width: fit-content; border: solid 1px #ffffff; margin-right: 10px; }
section.blog-post_banner h1 { color: #ffffff; text-transform: initial; }
section.blog-post_banner h1>span { color: #ffffff; }

/*****************************************/
/* Blog Post - Recents Post */
/*****************************************/
.blog-post .widget-type-post_listing .block {}
.blog-post .widget-type-post_listing .block h3 { font-family: 'Archia Semi Bold'; color: #02748D; }
.blog-post .widget-type-post_listing .block .widget-module {}
.blog-post .widget-type-post_listing .block .widget-module ul { list-style: none; }
.blog-post .widget-type-post_listing .block .widget-module ul li { position: relative; }
.blog-post .widget-type-post_listing .block .widget-module ul li:before { content: "\2022"; color: #000000; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
.blog-post .widget-type-post_listing .block .widget-module ul li a { color: #515254; }
.blog-post .widget-type-post_listing .block .widget-module ul li a:hover { color: #02748D; }
.blog-post .widget-type-post_listing a.target-blog-list { color: #ffffff; background: #02748D; display: inline-block !important; width: max-content; border-radius: 32px; padding: 17px 35px; margin-top: 30px; }
.blog-post .widget-type-post_listing a.target-blog-list:hover { background: #013A46; }

@media screen and (max-width: 768px) {
  .blog-post .widget-type-post_listing { width: 90%; }
}
/*****************************************/
/* Blog Post - Post Body */
/*****************************************/
.blog-post .post-content { text-align: justify; }
.blog-post .post-content h1 { color: #000000; font-family: 'Archia Bold'; }
.blog-post .post-content h2 { color: #02748e; text-transform: initial; text-align: initial; font-family: 'Archia Semi Bold'; }
.blog-post .post-content h3 { font-size: 22px;line-height: 1.2; color: #000000; font-family: 'Archia Semi Bold'; }
.blog-post .post-content h4 { font-size: 20px;line-height: 1.3; color: #000000; font-family: 'Archia Semi Bold'; }
.blog-post .post-content h5 { font-size: 16px;line-height: 1.4; color: #000000; font-family: 'Archia Medium'; }
.blog-post .post-content h6 { font-size: 15px;line-height: 1.5; color: #000000; font-family: 'Archia Medium'; }
.blog-post .post-content p { color: #515254; font-family: 'Archia Regular'; }
.blog-post .post-content a { text-decoration: underline; color: #013A46; }
.blog-post .post-content em { font-size: initial; }
.blog-post .post-content ul.post-content_breadcrumbs { margin-bottom: 30px; flex-flow: wrap; }
.blog-post .post-content ul.post-content_breadcrumbs li a { text-decoration: none; }
.blog-post .post-content .post-body ul { list-style: none; padding-left: 25px; }
.blog-post .post-content .post-body ul li { position: relative; color: #515254; width: fit-content; }

.blog-post .post-content .post-body ul li:before { content: ''; position: absolute; border-radius: 100px; top: 7px; }
.blog-post .post-content .post-body ul li:before { z-index: 2; height: 7px; width: 7px; background: #02748D; margin-left: -22px; }

.blog-post .post-content blockquote { border-left: solid 10px #30738A; padding: 30px 0 30px 30px; margin: 20px 0; }
.blog-post .post-content blockquote p { margin: 0; color: #013A46; font-family: 'Archia Medium'; }
.blog-post .post-content .blog-author { position: relative; padding: 30px 0 15px; display: flex; align-items: center; flex-flow: wrap; }
.blog-post .post-content .blog-author:before { position: absolute; content: ''; left: 0; top: 0; height: 5px; width: 35px; background: #30738A; }
.blog-post .post-content .blog-author .blog-author_body { padding-bottom: 5px; display: flex; align-items: center; }
.blog-post .post-content .blog-author .blog-author_body img { width: 15px; height: auto; }
.blog-post .post-content .blog-author .blog-author_body p { color: #000000; margin: 0; padding-left: 5px; padding-right: 15px; }
.blog-post .post-content .post-sharing { display: flex; align-items: center; border-top: dashed #9d9d9b; padding: 20px 0; margin-top: 50px; }
.blog-post .post-content .post-sharing span { color: #000000; }
.blog-post .post-content .post-sharing .post-sharing_socials { padding-left: 20px; display: flex; }
.blog-post .post-content .post-sharing .post-sharing_socials a { text-decoration: none; background: #30738A; border-radius: 35px; height: 35px; width: 35px; line-height: 35px; display: inline-block; text-align: center; }
.blog-post .post-content .post-sharing .post-sharing_socials a:not(:last-child) { margin-right: 5px; }
.blog-post .post-content .post-sharing .post-sharing_socials a img { width: 15px; height: 15px; }

@media (max-width: 1024px){
  .blog-post .post-content h3 {font-size: 20px; }
  .blog-post .post-content h4 {font-size: 18px; }
  .blog-post .post-content h5 {font-size: 15px; }
  .blog-post .post-content h6 {font-size: 14px; }
}
@media (max-width: 768px){
  .blog-post .post-content h3 { font-size:18px; }
  .blog-post .post-content h4 { font-size:16px; }
  .blog-post .post-content h5 { font-size:14px; }
  .blog-post .post-content h6 { font-size:13px; }
}
@media (max-width: 576px){
  .blog-post .post-content h3 { font-size:17px; }
  .blog-post .post-content h4 { font-size:15px;} 
}

/*****************************************/
/* Blog Post - Last Post */
/*****************************************/
section.blog-list_similar__articles { padding-bottom: 0; padding-right:10%; padding-left:10%; }
section.blog-list_similar__articles h2:first-child { color: #000000; font-family: 'Archia Semi Bold'; }
section.blog-list_similar__articles .hs_cos_wrapper_type_related_blog_posts { display: flex; justify-content: center; flex-flow: wrap; padding-top: 30px; }
section.blog-list div.blog-list_item { position: relative; }
section.blog-list div.blog-list_item img.featured {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
section.blog-list div.blog-list_item__container:nth-child(1) a.blog-list_item:before { background: #0B223B; }
section.blog-list div.blog-list_item__container:nth-child(2) a.blog-list_item:before { background: #21397A; }
section.blog-list div.blog-list_item__container:nth-child(3) a.blog-list_item:before { background: #EFB160; }
@media screen and (max-width: 768px) {
  section.blog-list_similar__articles .hs_cos_wrapper_type_related_blog_posts { padding-top: 0px; }
}