/*
 * Theme Name: Apptopia Blog
 * Theme URI: https://nextcodebd.com/themes/apptopiablog/
 * Author: StorePlugin
 * Author URI: https://nextcodebd.com/
 * Description: Apptopia Blog theme is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic blog pages with endless layouts using the group and column blocks.
 * Tags: blog, one-column, custom-logo, custom-menu, editor-style, featured-images, footer-widgets
 * Version: 1.3
 * Requires at least: 5.0
 * Tested up to: 5.4
 * Requires PHP: 7.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: apptopiablog
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
*/
/* General */
body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

.container {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.header-container {
  height: 79px !important;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #bbb;
}

.logo-wrapper {
  width: 176.66px;
}

.logo {
  width: 150px;
  height: 32px;
}

.nav-list > li {
  padding: 3px 13px 3px 14px;
}

.nav-list > li > a {
  color: #3b4355;
  padding: 12px 2px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease-in-out, text-shadow .2s ease-in-out;
  line-height: 1;
}

.nav-list > li:hover > a {
  border-color: #3b4355;
  color: #3b4355;
  text-shadow: 0.5px 0px 0px #3b4355;
}

.nav-list > li.menu-item-has-children:hover > a {
  border-color: transparent;
}

.nav-list > li:first-child,
.nav-list > li:first-child a {
  padding-left: 0;
}

.top-right-link li:first-child a {
  display: inline-block;
  color: #3b4355;
  padding: 5px 2px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease-in-out, text-shadow .2s ease-in-out;
  margin-right: 30px;
  font-size: 14px;
}

.top-right-link li:last-child {
  margin-left: 20px;
}

.top-right-link {
  width: 100%;
  justify-content: flex-end;
}

#menu-top-right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn,
.top-right-link li:nth-child(2) a,
.top-right-link li:nth-child(3) a {
  width: 140px;
  height: 32px;
  background: linear-gradient(to right, #3f89ff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 8px 14px;
  border-width: 1px;
  line-height: 13px;
  border-color: #3f89ff;
  color: #3b4355;
  display: inline-block;
  border-radius: 32px;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 14px;
  text-align: center;
}

.btn-fill,
.top-right-link li:nth-child(3) a {
  background-color: #3f89ff;
  color: #fff;
  padding: 8px 24px;
  width: auto;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn:hover {
  color: #3f89ff
}

.top-right-link li:nth-child(2) a:hover {
  color: #3f89ff;
  outline: none !important;
  box-shadow: none !important;
}

.btn-fill:hover,
.top-right-link li:nth-child(3) a:hover {
  background-color: #5999ff;
  color: #fff;
  border: 1px solid #3f89ff;
}

/* Navigation */
.nav-list .menu-item-has-children {
  position: relative;
}

.nav-list .sub-menu {
  display: none;
  position: absolute;
  top: calc(100%);
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 4px 6px 2px rgba(33, 37, 49, 0.08);
  border: 1px solid #f5f7fa;
  border-radius: 4px;
  padding: 16px 44px 12px;
  z-index: 1;
}

.nav-list li:nth-child(4) .sub-menu,
.nav-list li:nth-child(5) .sub-menu {
  padding: 18px 40px 0 24px;
}

.nav-list li:nth-child(4) .sub-menu {
  padding: 26px 40px 20px 24px;
}

.nav-list li .sub-menu li {
  line-height: 12px;
  margin-bottom: 4px;
  padding: 8px 16px;
}

.nav-list li .sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #3b4355;
}

.nav-list li:nth-child(4) .sub-menu li a,
.nav-list li:nth-child(5) .sub-menu li a {
  white-space: nowrap;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
  padding: 24px 60px 32px;
}

.nav-list li:nth-child(4) .sub-menu li:hover,
.nav-list li:nth-child(5) .sub-menu li:hover {
  background-color: #f1f6ff;
}

.nav-list li:nth-child(4) .sub-menu li:hover a,
.nav-list li:nth-child(4) .sub-menu li:hover a {
  color: #3f89ff;
  text-shadow: initial;
}

@media screen and (min-width: 960px) {
  .nav-list .menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .nav-list > li.menu-item-has-children:nth-child(1):hover .sub-menu,
  .nav-list > li.menu-item-has-children:nth-child(2):hover .sub-menu {
    display: flex;
  }
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
  padding: 24px 60px 32px;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li {
  margin: 0;
  padding: 0;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:not(:last-child) {
  margin-right: 28px;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li {
  margin-right: 28px;
}

.nav-list > li:nth-child(1) > .sub-menu,
.nav-list > li:nth-child(2) > .sub-menu {
  flex-direction: column;
}

@media screen and (min-width: 800px) {

  .nav-list > li:nth-child(1) > .sub-menu,
  .nav-list > li:nth-child(2) > .sub-menu {
    flex-direction: row;
  }
}

.dropdown-box h4 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #3b4355;
  border-bottom: 1px solid #e1e5eb;
  padding: 16px 0;
  margin: 0 16px;
  text-transform: uppercase;
}

.dropdown-box span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #3b4355;
  margin-top: 6px;
}

.dropdown-box {
  width: max-content;
  max-width: 215px;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu {
  padding: 8px 0 0 0;
  margin-bottom: 20px;
  display: block;
  position: static;
  background-color: transparent;
  min-width: initial;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li {
  line-height: unset !important;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu li,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu li {
  line-height: 12px !important;
  margin: 0 0 4px 0;
  padding: 8px 16px;
}

@media screen and (min-width: 960px) {

  .nav-list li:nth-child(4) .sub-menu,
  .nav-list li:nth-child(5) .sub-menu {
    padding: 26px 40px 20px 24px;
    padding-right: 196px;
    background-repeat: no-repeat;
    background-position: right 40px bottom 20px;
    background-size: auto;
  }

  .nav-list li:nth-child(4) .sub-menu {
    background-image: url(img/company_header-icon.svg);
  }

  .nav-list li:nth-child(5) .sub-menu {
    background-image: url(img/resources_header-icon.svg);
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:last-child {
    background-image: url(img/solutions_men.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom 6px;
    background-size: auto;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li .dropdown-box .sub-menu li:last-child,
  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:last-child .dropdown-box li:last-child {
    background-image: none;
  }

  .nav-list > li:nth-child(2) > .sub-menu {
    background-image: url(img/data_menu.png);
    background-repeat: no-repeat;
    background-position: right 44px top 50px;
    background-size: auto;
  }
}

.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
  padding-right: 202px;
}

.dropdown-box .sub-menu li:hover {
  background-color: #f1f6ff;
}

.dropdown-box .sub-menu li:hover a {
  color: #3f89ff;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a,
.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a {
  position: relative;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a::after,
.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a::after,
.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a::after {
  position: absolute;
  content: "NEW";
  font-size: 11px;
  line-height: 1;
  top: 2px;
  color: #3f89ff;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a::after {
  right: 0;
}

.nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a::after {
  right: 39px;
}

.nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a::after {
  right: 40px;
}

.navbar-toggler {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.navbar-toggler-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  -moz-transition: -moz-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-toggler-icon:first-child {
  z-index: 3;
}

.navbar-toggler-icon__line {
  width: 25px;
  height: 1px;
  display: block;
  position: absolute;
  left: .5px;
  background: #3b4355;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  -moz-transition: -moz-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
}

.navbar-toggler-icon:first-child > * {
  top: 12px;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.navbar-toggler-icon:last-child > * {
  bottom: 12px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.is-active .navbar-toggler-icon {
  -webkit-transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  -moz-transition: -moz-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
}

.is-active .navbar-toggler-icon:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-active .navbar-toggler-icon__line {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  -moz-transition: -moz-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.is-active .navbar-toggler-icon:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {

  .logo-wrapper .logo-mobile,
  .navbar-toggler {
    display: none;
  }
}

@media screen and (max-width: 959.98px) {

  .logo-wrapper img,
  .header .grow {
    display: none;
  }

  .logo-wrapper .logo-mobile {
    display: block;
    height: 19px;
  }

  .header {
    flex-direction: column;
  }

  .logo-wrapper {
    width: 100%;
  }

  .is-active .logo-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c8d3;
  }

  .is-active .navbar-toggler {
    transform: translateY(-75%);
  }

  .is-active .grow {
    display: block;
    padding-top: 22px;
  }

  .header-container {
    height: 62px !important;
    border-bottom: 1px solid #f5f7fa;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: hidden;
    background: transparent;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -moz-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    z-index: 100;
  }

  .header.is-active {
    height: 100%;
    background: #fff;
    overflow-y: auto;
    animation: 2s forwards hide-scroll;
    -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -moz-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }

  @keyframes hide-scroll {
    0% {
      overflow-y: hidden;
    }

    100% {
      overflow-y: auto;
    }
  }

  .grow .grid.grid-cols-12 {
    grid-template-columns: 1fr;
  }

  .nav-list {
    flex-direction: column;
  }

  .nav-list > li > a {
    font-size: 20px;
    padding: 20px 32px;
  }

  .nav-list > li:first-child > a {
    padding-left: 32px;
  }

  .nav-list > li {
    padding: 0;
  }

  .menu-item-has-children a {
    position: relative;
  }

  .header .menu-item-has-children > a:after {
    font-family: "Hermicons";
    content: "\e903";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .top-right-link {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 40px;
  }

  #menu-top-right-menu {
    justify-content: center;
    flex-direction: column-reverse;
    width: 100%;
  }

  .top-right-link li:first-child {
    width: 100%;
  }

  .top-right-link .top-link.btn,
  .top-right-link .top-link:last-child,
  .top-right-link li:nth-child(2) a,
  .top-right-link li:nth-child(3) a {
    width: 200px;
    height: 48px;
    line-height: 32px;
    border-radius: 32px;
    text-transform: uppercase;
  }

  .top-right-link .top-link.btn:last-child,
  .top-right-link li:nth-child(3) a {
    color: #fff;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .top-right-link .top-link.btn,
  .top-right-link li:nth-child(2) a {
    border-width: 2px;
    color: #212531;
    padding-top: 7px;
    margin-bottom: 30px;
  }

  .top-right-link .top-link.top-text-link,
  .top-right-link li:first-child a {
    font-size: 20px;
    width: 100%;
    padding: 20px 32px;
    color: #3b4355 !important;
    background-color: #f6f8f9;
    line-height: 1;
    margin: 0;
    border-bottom: 0;
  }

  .top-right-link .top-link.top-text-link:after,
  .top-right-link li:first-child a::after {
    font-family: "Hermicons";
    content: '\e905';
    color: #3f89ff;
    font-size: 24px;
    margin: 0px 0 0 10px;
    vertical-align: middle;
    display: inline-block;
  }

  .top-right-link li:last-child {
    margin-left: 0;
  }

  .nav-list .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    background: #f9f9f9;
    padding: 0 32px;
    border: 10px;
    border-radius: 0;
  }

  .nav-list li:nth-child(1) .sub-menu > li,
  .nav-list li:nth-child(2) .sub-menu > li {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-box {
    width: 100%;
  }

  .dropdown-box ul {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-list li .sub-menu li {
    padding: 10px 0;
  }

  .nav-list > li:hover > a {
    border-color: transparent;
  }

  .nav-list li:nth-child(4) .sub-menu,
  .nav-list li:nth-child(5) .sub-menu {
    padding: 26px 40px 20px 55px;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu,
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu {
    padding: 10px 32px 10px;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu,
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu {
    margin-bottom: 22px;
    padding: 10px 0px 0 12px;
  }

  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu li .sub-menu li,
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu li .sub-menu li {
    margin: 0 0 8px 0;
  }
	
  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:nth-last-child(2) a::after {
    right: 30px;
  }
	
  .nav-list > li.menu-item-has-children:nth-child(1) .sub-menu > li:nth-child(2) .dropdown-box .sub-menu li:last-child a::after {
    right: -12px;
  }
	
  .nav-list > li.menu-item-has-children:nth-child(2) .sub-menu > li:nth-child(1) .dropdown-box .sub-menu li:first-child a::after {
    right: 28px;
  }

}

@media screen and (max-width: 768.98px) {
  .header.is-active {
    height: 100vh;
  }

  .is-active .grow {
    padding-bottom: 40px;
  }
}

/*-- Blog Nav --*/
.blog-header {
  padding: 23px 0;
}

@media screen and (min-width: 768px) {
  .blog-header {
    background-color: #f5f9fe;
  }

  .menu-item-has-children a {
    position: relative;
  }
}

.blog-header .blog-logo {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #848ea1;
  margin-right: 103.1px;
  cursor: pointer;
}

.blog-logo a {
  white-space: nowrap;
}

.blog-nav {
  position: relative;
}

.blog-nav > ul > li {
  margin-right: 30px;
  font-size: 14px;
}

.blog-nav ul li.menu-item-has-children {
  margin-right: 50px;
}

.blog-nav ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  color: #3b4355;
  text-decoration: none;
  white-space: nowrap;
}

.blog-nav ul li a i {
  font-size: 16px;
  vertical-align: middle;
}

.blog-nav::after {
  content: '';
  border-left: 1px solid #3b4355;
  height: 26px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -3px;
  top: 0;
}

.blog-nav .menu-item-has-children > a::after {
  content: "\e903";
  font-family: 'Hermicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -18px;
  top: 5px;
}

.blog-nav .sub-menu {
  position: absolute;
  top: 23px;
  left: 0px;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 999;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  min-width: 200px;
  padding: 0 0 10px;
  max-height: 500px;
}

.blog-nav .sub-menu li a {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  color: #555f77;
  text-decoration: none;
  white-space: nowrap;
}

.blog-nav .sub-menu li:hover {
  background-color: #f1f6ff;
}

.blog-nav .sub-menu li:hover a {
  color: #228bf4;
}

.show .sub-menu {
  display: block;
}

.blog-nav > ul > li.show > a {
  text-shadow: 0.5px 0px 0px #3b4355;
}

.blog-search {
  width: 255.967px;
  margin-left: 3.5% !important;
  margin-top: -2px;
}

.blog-search::before {
  content: '\e1008';
  font-family: 'Hermicons';
  vertical-align: bottom;
  font-size: 18px;
  margin-right: 10px;
  color: #3b4355;
  line-height: 1.3;
  padding-top: 2px;
}

.blog-search input {
  background: #f5f9fe;
  border: 0;
  color: #3b4355;
  margin-right: 8px;
  padding: 6px 8px;
  line-height: 16px;
  display: inline-block;
  font-size: 14px;
  font-family: Arial;
}

.blog-search input::placeholder {
  font-weight: 300 !important;
  font-size: 13px;
  color: #3b4355 !important;
  opacity: 1 !important;
}

.blog-search input:focus-visible {
  outline: 0;
}

.blog-search i {
  /* display: none; */
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .menu-item-has-children:hover > a {
    color: #3b4355;
    text-shadow: 0.5px 0px 0px #3b4355;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog-header .blog-logo {
    font-size: 16px;
    margin-right: 15px;
  }

  .blog-nav ul li.menu-item-has-children {
    margin-right: 30px;
  }

  .blog-nav > ul > li {
    margin-right: 10px;
  }

  .blog-search {
    margin-left: 10px !important;
    width: auto;
  }

  .blog-search input {
    max-width: 155px;
    width: 100%;
  }

  .blog-search::before {
    margin-right: 5px;
  }

  .blog-nav-list {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767.98px) {
  .blog-header > .container > .flex {
    flex-direction: column;
  }

  .blog-search {
    font-size: 20px;
    line-height: 20px;
    flex-direction: row-reverse;
    background: #f5f9fe;
    padding: 12px 14px 12px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #3b4355;
    width: 100%;
    margin-top: 22px;
    margin-left: 0 !important;
  }

  .blog-search input {
    font-size: 20px !important;
    padding-left: 0;
  }

  .blog-search input::-webkit-input-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .blog-search input::-moz-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .blog-search input:-ms-input-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .blog-search input::-ms-input-placeholder {
    font-size: 20px;
    color: #3b4355;
    opacity: 1;
  }

  .form-control::placeholder {
    font-size: 20px;
    color: #AAB1AE;
    opacity: 1;
  }

  .hero-blog-section {
    margin-top: 27px;
  }

  .blog-nav-categories {
    font-size: 20px;
    line-height: 20px;
    color: #3b4355;
    background-color: #f5f9fe;
    padding: 20px 24px;
    margin-top: 22px;
  }

  .blog-logo {
    width: 100%;
    text-align: center;
  }

  .blog-header .blog-logo {
    font-size: 22px;
    margin-right: 0;
  }

  .blog-nav-categories i {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .blog-nav-list {
    flex-direction: column;
    display: none;
    position: absolute;
    top: 80px;
    background: #3b4355;
    z-index: 1060;
    width: 100%;
    overflow: visible !important;
  }

  .blog-nav {
    width: 100%;
  }

  .blog-nav::after {
    border-left: none;
  }

  .blog-nav-list.categories-show {
    display: block;
  }

  .blog-nav ul li.menu-item-has-children {
    margin-right: 0;
  }

  .blog-nav > ul > li > a,
  .blog-nav .sub-menu li a,
  .blog-nav-list .sub-menu .back-btn-icon {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 20px 24px;
    margin: 0;
    display: block;
    text-align: left;
  }

  .blog-nav .menu-item-has-children > a::after {
    font-size: 20px;
    color: #fff;
    right: 15px;
    top: 20px;
    transform: rotate(-90deg);
  }

  .blog-nav .sub-menu {
    background: #3b4355;
    width: 100%;
    top: 0;
    overflow-y: overlay !important;
    overflow-x: auto;
    scrollbar-width: 7px;
    -ms-overflow-style: none;
  }

  .blog-nav-categories.categories-open i {
    transform: translateY(-50%) rotate(180deg);
  }

  .blog-nav .sub-menu.active {
    display: block;
    z-index: 1;
  }

  .blog-nav .sub-menu span.back-btn {
    display: block;
    position: sticky;
    top: -10px;
    background-color: #3b4355;
    z-index: 2;
  }

  .blog-nav-list .sub-menu .back-btn-icon {
    padding-left: 49px;
    position: relative;
  }

  .blog-nav-list .sub-menu .back-btn-icon::before {
    position: absolute;
    content: "\e900";
    left: 24px;
    font-family: 'Hermicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/*-- Hero Section --*/
.hero-blog-section {
  margin-top: 68px;
  margin-bottom: 74px;
}

.hero-blog-thumbnail {
  max-width: 60.7%;
  max-height: 378px;
  overflow: hidden;
}

.hero-blog-content {
  justify-content: center;
  padding-left: 5.35%;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

.hero-blog-content .blog-category {
  padding: 0;
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.hero-blog-title {
  margin-bottom: 40px;
}

.hero-blog-content h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
  color: #3b4355;
}

.hero-blog-content h2 a {
  color: #3b4355;
}

.hero-blog-content h2 a:hover {
  color: #0c6aff;
}

.author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  /* object-fit: cover; */
}

.hero-blog-section h5.author-name,
.content h5.author-name {
  line-height: 1;
  margin-bottom: 6px;
}

/*-- Banner --*/
.wide-banner {
  color: #fff;
}

.wide-banner-wrap {
  background-color: #212531;
  padding: 32px 24px;
  margin-bottom: 56px;
  position: relative;
}

.wide-banner-wrap:before {
  content: '';
  background: url('https://engage.apptopia.com/hubfs/bubble/grey-bubble.svg');
  display: block;
  top: 12px;
  left: 28px;
  width: 55px;
  height: 55px;
  position: absolute;
  background-size: 100%;
  transform: rotate(175deg)
}

.wide-banner-wrap:after {
  content: '';
  background: url('https://engage.apptopia.com/hubfs/bubble/grey-bubble.svg');Hi Sean, 

Here is the agenda I have for today: 

KBF: 
- Liz redoing blurry images
- Liz refreshing CTV
- Liz sending over YT links/assets
- Liz asked to cancel this months meeting
- Report

Wintrust
- Updates 

Other

Thanks, 
Ellen

Ellen Annis

Sr Account Director
314-226-4364 (M)


  display: block;
  bottom: 12px;
  right: 18px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: 100%;
  transform: rotate(0)
}

.wide-banner-img img {
  margin-left: auto;
  margin-right: 10px;
}

.wide-banner-content {
  position: relative;
}

.wide-banner-content:after {
  content: '';
  background: url('https://engage.apptopia.com/hubfs/bubble/grey-bubble.svg');
  display: block;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  background-size: 100%;
  transform: rotate(0)
}

.wide-banner-content h2 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.wide-banner-content p {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 24px;
}

.wide-banner-btn {
  min-width: 160px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  background: #3f89ff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

/*-- Blog Grid --*/
.blog-grid .grid-items,
.search-results .grid-items {
  row-gap: 80px;
  column-gap: 50px;
  padding-bottom: 20px;
}

.blog-grid .grid-items {
  padding-top: 25px;
}

.blog-grid .single-blog-item {
  background: #f5f7fa;
}

.single-blog-item .blog-thumbnail img {
  height: 210px;
  object-fit: cover;
}

.blog-grid .single-blog-content {
  padding: 32px 24px;
}

div.post-content ul {
  list-style: revert;
  padding: revert;
}

.blog-grid .blog-category {
  margin-bottom: 16px;
}

a.category-btn {
  padding: 8px 17px;
  margin-right: 16px;
  margin-bottom: 8px;
  color: #228bf4;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  border-radius: 100px;
  border: 1px solid #228bf4;
  text-transform: uppercase;
  display: inline-block;
}

a.category-btn:hover {
  color: #5597ff;
  border-color: #5597ff;
}

.blog-title h2 {
  min-height: 78px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  color: #3b4355;
  height: 78px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h5.author-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 143%;
  color: #555f77;
  margin-bottom: 5px;
}

.date-listing {
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  color: #555f77;
  text-transform: none;
}

.blog-pagination {
  padding: 20px 0 100px;
  text-align: center;
}

.blog-pagination .pagination-link {
  color: #a1c5ff;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 12px;
}

.blog-pagination .pagination-link:last-child {
  margin-right: 0;
}

.blog-pagination .pagination-link.active-link,
.blog-pagination .prev.pagination-link,
.blog-pagination .next.pagination-link {
  color: #228bf4;
}

.blog-pagination .pagination-link i {
  font-size: 22px;
  vertical-align: bottom;
}

.blog-pagination .prev.pagination-link::before,
.blog-pagination .next.pagination-link::after {
  font-family: 'Hermicons' !important;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  margin-top: -5px;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-pagination .prev.pagination-link::before {
  content: "\e900";
  margin-right: 2px;
}

.blog-pagination .next.pagination-link::after {
  content: "\e901";
  margin-left: 2px;
}



/*-- Email Section --*/
.email-section {
  background: linear-gradient(257.82deg, #228bf4 22.2%, #609dff 68.35%);
  color: #fff;
  position: relative;
}

.email-bubble-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.email-bubble-bg .bubbles {
  position: absolute;
  z-index: 1
}

.email-bubble-bg .bubbles.bubbles-one {
  display: block;
  top: 45px;
  left: 36px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 48px;
}

.email-bubble-bg .bubbles.bubbles-two {
  display: block;
  bottom: 0px;
  left: 31.25%;
  width: 162px;
  height: 81px;
  background: #228bf4;
  border-top-left-radius: 81px;
  border-top-right-radius: 81px
}

.email-bubble-bg .bubbles.bubbles-three {
  display: block;
  bottom: 59px;
  left: 43%;
  width: 32px;
  height: 32px;
  background: #228bf4;
  border-radius: 32px
}

.email-bubble-bg .bubbles.bubbles-four {
  display: block;
  top: 0px;
  right: -23px;
  width: 128px;
  height: 60px;
  background: #a1c5ff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px
}

.email-container {
  width: 1200px;
  padding: 100px 20px;
  position: relative;
  z-index: 2;
}

.email-section h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 90%;
}

.email-section .hs-form {
	display: flex;
	flex-direction: column;
}

.hs-form {
	position: relative;
}

.email-from,
.hs-form {
  max-width: 460px;
  margin-left: auto;
  padding: 18px 0;
}

.email-section .email-field,
.email-section .hs-input {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  background: #228bf4;
  padding: 16px 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: calc(100% - 160px);
  line-height: 20px;
}

.email-section .email-field::placeholder,
.email-section .hs-input::placeholder {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

.email-section .email-field:focus-visible,
.email-section .hs-input:focus-visible {
  outline: 0;
}

.email-submit-btn,
.hs-button {
  width: 160px;
  background: #fff;
  color: #228bf4;
  padding: 17px;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 20px;
  border: 0;
  cursor: pointer;
}

.hs_submit {
    position: absolute;
    right: 0;
}

/*--- Footer ---*/
.footer {
  background: #212531;
  color: #fff;
  background-color: #121A33;
  padding: 120px 0 0;
}

.footer * {
  font-family: "Inter", sans-serif;
}

.footer-container {
  width: 1248px;
  max-width: 100%;
  margin: auto;
  padding: 0 24px;
}

.footer-logo {
  flex: 0 0 149px;
  margin-right: 100px;
}

.footer-link h4 {
  font-size: 16px;
  font-weight: 600;    
  line-height: 26px;
  margin-bottom: 16px;
}

.footer .menu {
  max-width: 176px;
  min-width: 176px;
}

.footer .menu li:not(:last-child) {
  margin-bottom: 16px;
}

.footer .menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #AFB8C9;
}

.footer .menu li a:hover {
  color: #fff;
}

.footer-link-list {
  margin-bottom: 20px;
}

.footer-link-list li {
  font-size: 14px;
  list-style: none;
}

.footer-link-list a {
  line-height: 1.6;
  font-size: 14px;
  white-space: nowrap;
}

.footer-bottom {
  background: rgba(26, 35, 64, 0.4);
  margin-top: 120px;
  padding: 16px 0;
}

.footer-bottom *,
.footer .footer-bottom__menu .menu-item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #596985;
}

.footer-bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom__left,
.footer .footer-bottom__menu .menu {
  display: flex;
  align-items: center;
}

.footer-bottom__menu .menu-item a::before,
.footer .social-link a::before {
  content: '·';
  margin: 0 12px;
}

.footer .social-link a:nth-child(1)::before {
  content: '';
  margin: 0;
}

.footer .social-link a:hover {
  color: #fff;
  outline: 0;
}

.footer .footer-bottom__menu  .menu {
  max-width: 100%;
  min-width: 100%;
}

.footer .footer-bottom__menu .menu li:not(:last-child) {
  margin-bottom: 0;
}

.copy-right {
  font-size: 15px;
}

/* Search Result Page */
.search-results__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #3b4355;
  margin: 85px 0 40px;
}

.search-results__pagination {
  margin: 80px 0 100px;
}

.search-results__pagination a {
  display: inline-block;
  font-size: 14px;
  color: #2679ff;
}

.search-results__pagination a:hover {
  color: #0c6aff;
}

.popular-post {
  background-color: #f1f6ff;
  padding: 80px 0;
}

.popular-post__header {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #3b4355;
  padding-bottom: 32px;
}

.popular-post__info {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 20px;
}

.popular-post__single {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.popular-post__thumbnail {
  height: 140px;
}

.popular-post__thumbnail img {
  min-height: 140px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-post__title {
  background-color: #fff;
  min-height: 100px;
  padding: 24px 16px 10px;
}

.popular-post__title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #555f77;
}

.archive-results__title {
  line-height: 30px;
  padding: 50px 0 30px;
}

.apptopia__blog--img {
  box-shadow: 0px 3px 19px 0px rgba(33, 37, 49, 0.05);
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-link-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
	gap: 48px;
  }

  .hero-blog-section .container > .flex {
    flex-direction: column;
  }

  .hero-blog-content {
    padding: 32px 24px;
  }

  .hero-blog-thumbnail {
    max-width: 100%;
    max-height: initial;
  }
}

@media screen and (max-width: 991.98px) {
  .footer-bottom__wrapper,
  .footer-bottom__left {
    flex-direction: column;
    justify-content: center;
	gap: 4px;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-blog-section .container > .flex {
    flex-direction: column;
  }

  .hero-blog-section .container {
    padding: 0;
  }

  .hero-blog-thumbnail {
    max-width: 100%;
  }

  .hero-blog-thumbnail img {
    max-width: 100%;
    max-height: 260px;
    min-height: 160px;
    object-fit: cover;
  }

  .hero-blog-content {
    padding: 32px 24px;
  }

  .hero-blog-title {
    margin-bottom: 24px;
  }

  .hero-blog-content h2 {
    font-size: 26px;
    line-height: 130%;
  }

  .hero-blog-section {
    background-color: #f5f7fa;
    margin-bottom: 60px;
  }

  .container {
    padding: 0 28px;
  }

  .wide-banner-wrap {
    padding: 40px 24px;
    margin-bottom: 36px;
    border-radius: 5px;
  }

  .wide-banner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  .wide-banner-content p {
    margin-bottom: 33px;
  }

  .wide-banner-content p br {
    display: none;
  }

  .wide-banner-content {
    display: contents;
  }

  .wide-banner-content h2 {
    order: 1;
  }

  .wide-banner-content p {
    order: 2;
  }

  .wide-banner-img {
    order: 3;
  }

  .wide-banner-img img {
    margin-right: 0;
  }

  .wide-banner-btn {
    order: 4;
    margin-top: 30px;
  }

  .wide-banner-wrap:before,
  .wide-banner-wrap:after,
  .wide-banner-content:after {
    background: none;
  }

  .blog-grid .grid-items {
    row-gap: 60px;
  }

  .blog-pagination {
    padding: 55px 0 70px;
  }

  .email-bubble-bg .bubbles.bubbles-one,
  .email-bubble-bg .bubbles.bubbles-three {
    display: none;
  }

  .email-bubble-bg .bubbles.bubbles-two {
    bottom: -27px;
    left: -16%;
    width: 162px;
  }

  .email-bubble-bg .bubbles.bubbles-four {
    right: 20px;
    width: 34px;
    height: 16px;
    background: #fff;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
  }

  .email-container {
    padding: 60px 28px;
  }

  .email-wrapper,
  .email-from,
  .footer-container .flex.justify-around {
    flex-direction: column;
  }

  .email-section h3 {
    font-size: 20px;
    line-height: 1.3;
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .email-from {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .email-submit-btn {
    margin: 0 auto;
    padding: 15px;
    border-radius: 26px;
  }

  .email-section .email-field {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 40px;
  }

  .email-wrapper .basis-1\/2 {
    flex-basis: 100%;
    width: 100%;
  }

  .footer {
    padding: 64px 0 0;
  }
	
  .footer-logo {
    margin-right: 0;
	margin-bottom: 48px;
  }

  .footer-link-wrap {
    flex-direction: column;
    gap: 48px;
  }
	
  .footer .menu {
    max-width: 100%;
    min-width: 100%;
  }

  .footer-bottom {
    margin-top: 60px;
  }

  .footer-link-list {
    margin-bottom: 0px;
  }

  .search-results__title {
    margin: 60px 0 15px;
    text-align: center;
  }

  .search-results__pagination {
    margin: 40px 0 85px;
  }

  .popular-post {
    padding: 40px 0;
  }

  .popular-post__header {
    font-size: 22px;
    padding-bottom: 40px;
    text-align: center;
  }

  .popular-post__info {
    grid-template-columns: repeat(1, 1fr);
  }

  .popular-post__single {
    display: flex;
    align-items: center;
  }

  .popular-post__thumbnail {
    height: 110px;
  }

  .popular-post__thumbnail img {
    min-height: 110px;
    min-width: 160px;
    width: unset;
  }

  .popular-post__title,
  .popular-post__title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .popular-post__title {
    padding: 24px 16px;
    flex-grow: 1;
  }

  .popular-post__title a {
    font-size: 20px;
    line-height: 130%;
  }
	
  .footer-bottom *, 
  .footer .footer-bottom__menu .menu-item a {
    font-size: 12px;
  }
	
  .footer-bottom__menu .menu-item a::before, 
  .footer .social-link a::before {
    margin: 0 7px;
  }
	
  .footer-logo {
    flex: 0 0 100%;
  }
}
.custom__nav .hfe-nav-menu li:nth-child(1) .sub-menu li:nth-child(4) a {		
  background-image: url(/en/wp-content/uploads/2025/05/studies.svg);
}

/* Start CTA Single Post Page CSS */
.cta-singlepost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 540px;
}
.cta-singlepost__content {
  background-color: #348BE3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-left: 24px;
}
.cta-singlepost__content-wrapper {
  max-width: 600px;
  padding-right: 30px;
}
.cta-singlepost__thumbnail {
  padding: 0 10px;
}
.cta-singlepost__thumbnail img {
  margin-left: -60px;
}
.cta-singlepost__content h2 {
  font-family: "Inter", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #fff;
  padding-bottom: 16px;
}
.cta-singlepost__content p {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  padding-bottom: 48px;
  max-width: 480px;
}
.cta-singlepost__content a {
  display: inline-block;
  background-color: #fff;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #121A33;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E5EB;
  border-radius: 8px 8px 8px 8px;
  padding: 17.5px 24px 17.5px 24px;
}
.cta-singlepost__content a:hover {
  background-color: #F5F7FA;
  color: #121A33;
  border-color: #E1E5EB;
}

@media screen and (max-width: 1024.98px) {
  .cta-singlepost {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cta-singlepost__content {
    align-items: flex-start;
    padding: 74px 24px;
  }
  .cta-singlepost__content-wrapper {
    padding-right: 0;
  }
  .cta-singlepost__thumbnail {
    padding: 0 24px;
  }
  .cta-singlepost__thumbnail img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-singlepost__content h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .cta-singlepost__content p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 32px;
  }
}
/* End CTA Single Post Page CSS */

.insight-cats {
	text-align: center;
}
.insight-cats a {
	padding: 16px;
	display: inline-block;
	color: #69727d;
}
.insight-cats a.active {
	color: #000;
}