/**
 * style.css
 *
 * Theme Name: Creately Blog
 * Theme URI: http://www.creately.com
 * Description: Blog for Creately
 * Version: 1.0
 * Author: Sasindu Hewage
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, two-column, right-sidebar, left-sidebar, fluid-layout, custom-menu
 * Text Domain: creately;
 */

 body {
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	color: #435358;
}

body.overflow-hidden {
	overflow: hidden;
}

input[type=text]:focus,
input[type=search]:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

a {
	color: #0c5e96;
}

a:hover {
	color: #08436b;
}

blockquote {
	font-size: 18px;
}

iframe {
	width: 100% !important;
}

strong {
	font-weight: 700;
}

.clear {
	clear: both;
}

.header {
	position: sticky;
	padding: 0;
	min-height: 100px;
	z-index: 9999;
	font-family: "Open Sans", sans-serif;
}

.header .header-top {
	padding: 20px 15px;
}
.header .container {
	width: 100%;
	max-width: 1600px;
}

.header .container .main-menu .col-lg-5 {
	margin: 0;
}

.header .container .main-menu .auth-menu {
	margin: 10px 0;
}

ul.main-menu {
	list-style-type: none;
	display: flex;
	position: unset;
}

ul.main-menu li {
	position: unset;
}

ul.main-menu a {
	text-decoration: none;
	padding: 10px 20px;
	display: block;
}

ul.main-menu .drop-arrow {
	padding-bottom: 10px;
	position: relative;
	display: block;
	line-height: 2.15em;
	cursor: pointer;
}

ul.main-menu .drop-arrow:hover,
ul.main-menu .drop-arrow:hover::after {
	color: #0c5e96;
	border-color: #0c5e96;
}

ul.main-menu .drop-arrow:after {
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	top: 25%;
	transform: rotate(-45deg);
	transform-origin: center;
	border-color: #06263d;
	border-bottom-width: 2px;
	border-left-width: 2px;
	right: 0;
	height: .6em;
	width: .6em;
}

ul.main-menu .mega-dropdown {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: white;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .05), 0 4px 8px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05) !important;
	border-radius: 12px !important;
	width: 100%;
	font-family: "Inter", sans-serif;
	line-height: 1.5;
	z-index: 20;
	transition-duration: 86ms;
	transition-property: opacity, transform, -webkit-transform;
	opacity: 1;
	transform: translateY(0);
}

ul.main-menu .dropdown {
	display: none;
	background: #fff;
	position: absolute;
	font-family: "Inter", sans-serif;
	line-height: 1.5;
	color: #04263d;
	padding-bottom: .5rem;
	padding-top: .5rem;
	z-index: 20;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

ul.main-menu .mega-dropdown span {
	padding-left: 12px;
}

ul.main-menu .dropdown a {
	line-height: 1.5;
    padding: .6rem 1rem;
    color: #04263d;
    padding-right: 3rem;
    border-radius: 4px;
}

ul.main-menu .dropdown-columns {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

ul.main-menu .column .submenu-container {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}

ul.main-menu .column .submenu-container a {
	width: 50% !important;
	border-radius: 8px;
	padding: 12px;
	display: inline-flex;
	align-items: center;
	line-height: 0 !important;
}

ul.main-menu .column .submenu-container a:hover {
	background: #f1f4fa;
	color: #0c5e96;
}

ul.main-menu .column .submenu-container a .icon-hover {
	display: none;
}

ul.main-menu .column .submenu-container a:hover .icon {
	display: none;
}

ul.main-menu .column .submenu-container a:hover .icon-hover {
	display: block !important;
}

ul.main-menu .column .submenu-text-container {
	margin-left: 15px;
}

ul.main-menu .column .submenu-text-title {
	line-height: 1.5;
	color: #04263d;
	font-size: 16px !important;
}

ul.main-menu .column .submenu-container a .submenu-text {
	font-weight: 400;
	font-size: 14px;
	color: #697274;
	padding-top: 10px;
	line-height: 20px;
}

.main-menu .site-menu .col-md-3 a {
	border: 1px solid transparent;
	cursor: pointer;
	flex-direction: column;
	border-radius: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	max-width: 315px;
	line-height: 22px;
	font-weight: 400;
	padding: 7px 14px;
	background: #0e76bc;
}

.main-menu .site-menu .column.col-md-3 img {
	width: 100%;
	margin-bottom: 10px;
}

.main-menu .site-menu .column.col-md-3 {
	background: #fafafc;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: auto;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	max-width: 360px;
	display: block;
	padding: 16px 22px;
	max-height: unset;
}

.main-menu .site-menu .column.col-md-9 {
	padding: 18px 0px 4px 20px;
}

ul.main-menu .menu-container:last-child {
	padding-top: 10px;
	border-top: 1px solid #f1f4fa;
	margin-top: 10px;
}

ul.main-menu .submenu-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: -.4px;
	padding-bottom: 7px;
	color: #04263d;
}

.main-menu .col-lg-7.col-xl-8.no-padding {
	position: unset;
}

.main-menu .site-menu .column.col-md-3 div:last-child {
	padding-top: 40px;
}

.logo {
	width: 138px;
	float: left;
	margin: 22px 0 0 0;
}

.logo.logo-fix {
	z-index: 1000;
	position: fixed;
}

.search-container {
	position: relative;
	text-align: center;
	margin: 0;
	margin-bottom: 72px;
}

.search-pop-container {
	padding: 48px;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0 2px 3px #00000026, 0 6px 10px #00000026;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	max-width: 1170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease-in-out;
}

.search-pop-container.search-toggle {
	opacity: 1;
	visibility: visible;
}

.search-bar {
	display: inline-block;
	border-bottom: 1px solid #2a525e4d;
	width: 0;
	transition: width 0.3s ease-in-out;
}

.search-bar.search-main {
	display: inline-flex;
	width: 100%;
	height: 46px;
	border: 1px solid;
	border-radius: 60px;
	overflow: hidden;
	align-items: center;
}

.search-bar.search-toggle {
	width: 200px;
}

.search-bar img {
	padding: 2px 20px 2px 0;
	border-right: 1px solid #757575;
}

.search-bar input[type=search] {
	border: none;
	width: 100%;
}

.search-bar input[type=submit] {
	float: right;
	border: none;
	background: #db4e44;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 9px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 20%;
}

.search-bar .search-form {
	display: inline;
}

.search-pop {
	position: relative;
	display: flex;
	justify-content: center;
}

.search-container .search-form,
.search-pop-container .search-form {
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 596px;
}

.search-container .search-section,
.search-pop-container .search-section {
	display: inline-flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 85%;
	position: relative;
}

.search-form .explore-category,
.search-section .explore-category {
	padding: 11px 24px;
	border: 1px solid #08436B;
	border-radius: 6px;
	height: 46px;
	align-items: center;
	display: inline-flex;
	background-color: #fff;
	color: #04263D;
	justify-content: center;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.search-form .explore-category::before,
.search-section .explore-category::before {
	content: url('dropdown-icon.svg');
	display: block;
	pointer-events: none;
	margin-right: 8px;
}

.search-form .explore-category::-ms-expand {
	display: none;
}

.search-form .explore-category:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.search-container .categories-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 6px #B7B7B740, 0 -2px 4px #B7B7B740;
	transition: opacity 0.2s ease-in-out;
}

.search-pop-container .categories-dropdown-menu {
	opacity: 0;
	visibility: hidden;
	max-height: 0px;
	box-shadow: 0 6px 6px #B7B7B740;
	transition: opacity 0.3s ease-in-out, max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.categories-dropdown-menu {
	z-index: 1000;
	width: 100%;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border-radius: 12px;
}

.search-container .categories-dropdown-menu-toggle {
	opacity: 1;
	visibility: visible;
}

.search-pop-container .categories-dropdown-menu-toggle {
	opacity: 1;
	visibility: visible;
	max-height: 100vh;
}

.categories-dropdown-content .columns {
	display: inline-flex;
	width: 100%;
	justify-content: space-around;
	padding: 24px;
}

.categories-dropdown-content .columns .column {
	width: 100%;
}

.categories-dropdown-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.categories-dropdown-menu ul li {
	margin-bottom: 5px;
}

.categories-dropdown-menu ul li a {
	color: #354B53 !important;
}

.main-menu ul {
	float: right;
	padding: 0;
	margin: 0;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a,
.main-menu ul li span {
	color: #04263D;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
	font-weight: 600;
	font-size: 14px !important;
}

.main-menu ul li a:hover {
	color: #0c5e96;
}

.main-menu .auth-menu {
	display: none;
	margin: 14px 0 0 25px;
}

.main-menu .auth-menu li {
	margin: 0 0 0 4px;
}

.main-menu .auth-menu li.primary-button a {
	font-size: 14px !important;
	cursor: pointer;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	border-radius: 4px;
	padding: 0 12px;
	line-height: 30px;
	background: #04263d;
	color: #fff;
}

.main-menu .auth-menu li.primary-button a:hover,
.main-menu .auth-menu li.primary-button a:focus {
	color: #fff;
	background: #0c5e96;
	border-color: #0c5e96;
}

.main-menu .search-btn {
	background: url('search-icon-dark.svg') center no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
}

.main-menu .search-btn:hover,
.main-menu .search-btn.is-active {
	background: url('search-icon.svg') center no-repeat;
}

.search-section .search-btn {
	background: url('search-icon-thin.svg') center no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 15px;
	margin-left: 25px;
}

.categories-dropdown-menu .categories-list {
	columns: 1;
	text-align: center;
	padding: 24px;
}

.pll-parent-menu-item:hover ul.sub-menu {
	display: none;
}

.pll-parent-menu-item span .blue {
	display: none;
}

.pll-parent-menu-item span .dark-blue {
	display: inline;
}

.pll-parent-menu-item.is-active span .dark-blue,
.pll-parent-menu-item span:hover .dark-blue {
	display: none;
}

.pll-parent-menu-item.is-active span .blue,
.pll-parent-menu-item span:hover .blue {
	display: inline;
}

.pll-parent-menu-item .lang-menu {
	text-transform: uppercase;
	cursor: pointer;
}

.main-menu .pll-parent-menu-item ul.sub-menu li {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	padding: 3px 5px;
}

.main-menu .pll-parent-menu-item ul.sub-menu li a {
	line-height: 1.5;
	color: #303030;
	padding: 0;
	font-weight: 400;
}

.main-menu .pll-parent-menu-item ul.sub-menu li:hover {
	background-color: #f1f8fd;
	color: #06263d;
}

.pll-parent-menu-item.is-active .lang-menu,
.pll-parent-menu-item .lang-menu:hover  {
	color: #0c5e96;
}

.pll-parent-menu-item.is-active:hover ul.sub-menu {
	display: block;
	top: auto;
}

.pll-parent-menu-item span::after {
	display: none !important;
}

.pll-parent-menu-item span img {
	margin-right: 5px;
	margin-bottom: 2px;
}

@media (max-width: 480px) {

	.search-form .explore-category,
	.search-section .explore-category {
		width: 100%;
	}

	.categories-dropdown-trigger {
		width: 100%;
	}
}

@media (min-width: 480px) {

	.search-container .search-section,
	.search-pop-container .search-section {
		flex-wrap: nowrap;
	}

	.categories-dropdown-menu .categories-list {
		columns: 2;
	}
}

@media (max-width: 992px) {

	a.main-menu-trigger.navbar-burger span::after,
	a.main-menu-trigger.navbar-burger span::before {
		display: none;
	}

	.navbar-burger span {
		cursor: pointer;
		color: #06263d;
		background-color: currentColor;
		height: 1px;
		left: calc(50% - 8px);
		position: absolute;
		transform-origin: center;
		transition-duration: 86ms;
		transition-property: background-color, opacity, transform, -webkit-transform;
		transition-timing-function: ease-out;
		width: 16px;
		top: calc(50% - 6px);
	}

	.navbar-burger span:nth-child(1) {
		top: calc(50% - 6px);
	}

	.navbar-burger span:nth-child(2) {
		top: calc(50% - 1px);
	}

	.navbar-burger span:nth-child(3) {
		top: calc(50% + 4px);
	}

	.main-menu-open .navbar-burger span:nth-child(1) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}

	.main-menu-open .navbar-burger span:nth-child(2) {
		display: none;
	}

	.main-menu-open .navbar-burger span:nth-child(3) {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(-5px) rotate(-45deg);
	}

	.main-menu-open .main-menu-trigger span {
		background-color: currentColor;
	}

	.menu-main-menu-container {
		display: none;
	}

	.main-menu .pll-parent-menu-item ul.sub-menu {
		column-count: 2;
		pointer-events: auto;
	}

	.search-container .search-section,
	.search-pop-container .search-section {
		display: flex;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.main-menu ul li:hover .mega-dropdown,
	.main-menu ul li:hover .dropdown {
		display: block;
	}

	.main-menu .pll-parent-menu-item ul.sub-menu {
		column-count: 3;
		left: -120px;
		width: 100%;
		min-width: 100%;
		box-shadow: 0 1px 3px rgba(0,0,0,.1);
		padding: 5px;
		pointer-events: auto;
	}
	
	.categories-dropdown-menu .categories-list {
		columns: 4;
		padding: 24px;
		text-align: left;

	}
}

@media (min-width: 992px) and (max-width: 1136px) {
	.main-menu ul li a {
		padding: 0 5px;
	}
	.main-menu ul li span {
		padding: 0px 15px 0px 5px;
	}
}

@media (min-width: 1216px) and (max-width: 1508px) and (max-height: 719px) {
	.submenu-text {
		display: none !important;
	}

	.column.col-md-3 {
		display: none !important;
	}

	.column.col-md-9 {
		width: 100%;
	}

	ul.main-menu .column .submenu-container a {
		width: 25% !important;
	}

	.main-menu .site-menu .column.col-md-9 {
		padding: 12px;
	}
}

.site-title {
	padding: 31px 0 12px;
	float: none;
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #04263D;
	text-align: center;
}

.social-links {
	float: right;
	list-style: none;
	margin: 0;
	padding: 57px 0 0 0;

}

.social-links:has(div:empty) {
	padding: 0;
}

.social-links li {
	display: inline;
}

.social-links li img {
	opacity: 0.7;
}

.social-links li img:hover {
	opacity: 1;
}

.addthis_toolbox .at4-icon {
	opacity: 0.7;
}

.addthis_toolbox .at4-icon:hover {
	opacity: 1;
}

.home article header {
	min-height: 72px;
}

article header a {
	font-size: 30px;
	color: #333;
	line-height: 1.3;
	margin-bottom: 10px;
	display: inline-block;
}

article header {
	font-weight: 700;
	color: #000000;
	line-height: 1.3;
}

.page-header h1 {
	font-weight: 700;
}

.home article header a {
	color: #06263d;
}

article .entry-meta {
	font-size: 14px;
	font-weight: 400;
	color: #14282E;
	margin: 0 0 40px 0;
}

article .entry-thumbnail {
	margin: 0 0 20px 0;
}

article .entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}

article .entry-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	color: #404243;
	margin: 0 0 40px 0;
}

article .entry-content h2,
article .entry-content h3,
article .entry-content h4,
article .entry-content h5 {
	font-weight: 600;
	line-height: 1.4;
	color: #14282E;
}

article .entry-content h2 {
	margin: 40px 0 20px 0;
}

article .entry-content a {
	font-weight: 400;
	text-decoration: underline;
	color: #0c5e96;
}

article .entry-content a:hover {
	color: #08436b;
}

article .entry-content .lwptoc a {
	text-decoration: none;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

.pagination {
	margin-bottom: 60px;
}

.pagination li {
	display: none;
}

.pagination li.first,
.pagination li.last {
	display: inline-block;
	position: absolute;
}

.pagination li.first {
	left: 15px;
}

.pagination li.last {
	right: 15px;
}

.pagination li a {
	border: none;
	font-weight: 400;
	color: #06263d;
	padding: 8px 15px;
	font-size: 15px;
}

.pagination li a:hover {
	background: #eaeaea;
}

.pagination li a.active {
	color: #0c5e96;
	cursor: not-allowed;
	pointer-events: none;
}

.pagination li a.active:hover {
	background: transparent;
}

.pagination li.first a,
.pagination li.last a {
	background: #eaeaea;
	font-size: 26px;
	padding: 0px 15px;
}

.site-footer {
	background: #4d5562;
	font-family: "Open Sans";
	font-weight: 400;
	padding: 20px 0;
	padding-bottom: 10px;
}
.site-footer .container {
	padding-left: 10px;
	padding-right: 10px;
}

.site-footer .row {
	margin: -12px 0 0 0;
}
.site-footer .row:last-child {
	margin-bottom: -12px;
}

.site-footer .row:not(:last-child) {
	margin-bottom: 12px;
}

.site-footer .col-sm-6 .row,
.site-footer .col-12 .row {
	margin: -12px -12px 0 -12px;
}

.site-footer img {
	vertical-align: unset;
}

.site-footer .col-sm-6,
.site-footer .col-12 {
	padding: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.site-footer .footer-icons .col-12 {
	padding: 12px 0 0 0;
}

.site-footer .footer-columns {
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 12px;
	padding-right: 12px;
	display: grid;
	grid-template-columns: 180px repeat(4, auto);
	-webkit-box-pack: justify;
	justify-content: space-between;
	column-gap: clamp(20px, 2vw, 72px);
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer ul li {
	padding: 2px 0;
	font-size: 16px;
	line-height: 1.5;
}

.site-footer .footer-col-1 img.footer-logo {
	margin-bottom: 15px;
	margin-top: 3px;
}

.site-footer .footer-col-1 img.footer-logo:nth-child(2) {
	margin-bottom: 6px
}

.site-footer .footer-title {
	color: #f1f4fa;
	display: block;
	margin-bottom: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.site-footer a.footer-item {
	color: #f1f4fa;
	font-size: 14px;
}

.site-footer a.footer-item:focus,
.site-footer a.footer-item:hover {
	color: #f1f4fa;
	text-decoration: none;
}

.site-footer .footer-multi-row {
	margin-top: 40px;
}

.site-footer .has-text-centered {
	text-align: center;
}

.site-footer .navbar-item {
	text-align: center;
	padding: 10px 13px;
}

.site-footer .navbar-link {
	display: block;
	color: #fff;
	cursor: pointer;
}

.site-footer .footer-hr hr {
	margin: 0;
	background-color: #8b9098;
	height: 1px;
	border: none;
}

.site-footer .footer-social-buttons {
	padding-top: 10px
}

.site-footer .footer-review-badges li {
	display: inline-block;
	vertical-align: middle;
}

.site-footer .footer-social-buttons,
.site-footer .footer-review-badges {
	text-align: center;
}

.site-footer .footer-social-buttons li,
.site-footer .footer-review-badges li {
	display: inline;
}

.site-footer .footer-social-buttons li a {
	padding: 5px;
	margin: 0 5px;
}

.site-footer .footer-review-badges li a {
	margin: 0 5px;
}

.site-footer .footer-bottom {
	background: #4d5562;
	padding-top: 17px;
	font-size: 14px;
	color: #8b9098;
}

.site-footer .footer-links {
	text-align: center;
}

.site-footer .copyright {
	text-align: center;
}

.site-footer .copyright p {
	margin: 0;
}

.site-footer .footer-bottom ul li {
	display: inline-block;
	border-right: 1px solid #8b9098;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

.site-footer .footer-bottom ul li:last-child {
	border-right: none;
}

.site-footer .footer-bottom ul li:first-child a {
	padding-left: 0;
}

.site-footer .footer-bottom ul li a {
	padding: 0 10px;
	color: #8b9098;
}

@media screen and (max-width: 768px) {
	.site-footer .col-sm-6 {
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) {
	.site-footer .footer-bottom .col-sm-6 {
		width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {
	.site-footer .is-hidden-touch {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer .is-hidden-desktop {
		display: none !important;
	}

	.site-footer .footer-bottom .col-sm-6 {
		width: 50% !important;
	}
	
	.site-footer .footer-social-buttons {
		text-align: left;
	}

	.site-footer .footer-links {
		text-align: left;
	}

	.site-footer .copyright {
		text-align: right;
	}
}
.breadcrumb {
	color: #04263D;
	font-size: 14px;
	font-weight: 400;
	background: transparent;
	padding: 10px 0;
	margin: 0;
}

.breadcrumb a {
	font-size: 14px;
	margin: 0;
	letter-spacing: 0.2px;
	font-weight: 400;
}

.breadcrumb-content a:hover,
.breadcrumb-content a:last-child:hover {
	color: #08436b;
}

.breadcrumb-content a:last-child {
	color: #0c5e96;
}

.breadcrumb i {
	padding: 0 5px;
}

.entry-title {
	color: #000000;
	font-weight: 400;
	font-size: 30px;
}

.related-articles {
	background: #f2f2f2;
	padding: 50px 0 20px 0;
	margin: 20px 0;
}

.related-articles h3 {
	color: #3f3f3f;
	margin: 0 0 30px 0;
	font-size: 26px;
}

.related-articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-articles ul li {
	display: inline-table;
	width: 225px;
	margin: 0 40px 40px 0;
}

.related-articles ul li:last-child {
	margin-right: 0;
}

.related-articles ul li img {
	float: left;
	margin: 0 10px 10px 0;
}

.related-articles ul li a {
	font-size: 14px;
	color: #3f3f3f;
	font-weight: 400;
}

.entry-footer {
	margin-bottom: 40px;
}

.entry-footer h3 {
	font-weight: 400;
	margin-bottom: 20px;
	margin: 0 0 20px 0;
	color: #3f3f3f;
}

.tags {
	margin: 30px 0 20px 0;
	padding-left: 40px;
	display: block;
	background: url('tags-icon.png') no-repeat;
	background-size: 23px 23px;
	background-position: 0 4px;
}

.tags .tags-links a {
	padding: 1px 10px;
	margin: 0 12px 12px 0;
	background: #eef2f7;
	color: #3f3f3f;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}

.tags .tags-links a:hover {
	font-weight: 400;
	color: #3f3f3f;
}

.col-half {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}

.article-nav {
	display: block;
	margin: 10px 0;
}

.article-nav .social-media-icons {
	float: left;
}

.post-navigation .nav-links {
	float: right;
}

.post-navigation .nav-links span a {
	background: #eaeaea;
	font-size: 26px;
	padding: 0px 12px;
	margin: 0 2px;
	display: inline-block;
	color: #313755;
	line-height: 32px;
}

.author {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dee0eb;
}

.author h3 {
	margin-bottom: 30px;
}

.author-avatar {
	float: left;
}

.author-avatar .avatar {
	margin: 0 20px 10px 0;
	border-radius: 35px;
}

.author-info .author-description {
	float: left;
	width: 80%;
}

.author-description .author-title {
	font-size: 16px;
	color: #3f3f3f;
}

.author-description .author-link {
	font-weight: 400;
}

.author-description .author-bio {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

.comment-list {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dee0eb;
}

.comment-list li {
	margin: 0 0 20px 0;
}

.comment-list .says {
	display: none;
}

.comment-list .children {
	list-style-type: none;
	padding: 0 0 0 40px;
}

.comment-author {
	font-weight: 400;
	font-size: 18px;
	color: #3f3f3f;
	margin-bottom: 10px;
}

.comment-author cite,
.comment-author cite a {
	font-style: normal;
	color: #3f3f3f;
}

.comment-author .avatar {
	margin: 0 10px 0 0;
	border-radius: 36px;
	width: 55px;
	height: 55px;
	display: none;
}

.comment-list p {
	font-size: 18px;
	color: #616161;
}

.commentmetadata {
	margin: 0 0 10px 0;
}

.commentmetadata a {
	color: #818181;
	font-size: 13px;
}

.comment-content {
	color: #3f3f3f;
}

.comment-metadata {
	color: #818181;
	display: inline;
	font-size: 13px;
}

.comment-list .reply {
	font-size: 13px;
	color: #818181;
	display: inline;
}

.comment-list .reply a {
	font-weight: 400;
}

.comment-list .comment-body {
	padding: 0 0 20px 0;
}

.comment-respond {
	margin-bottom: 70px;
}

.comment-respond .comment-form {
	padding: 0;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #3f3f3f;
	background: #f1f4fa;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-respond .submit {
	border: none;
	background: #0e76bc;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 9px 40px;
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.comment-respond .submit:hover {
	background: #08436b;
}

.comment-respond .form-submit {
	height: 32px;
}

.comment-form-label {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
	margin-bottom: 20px;
}

.comment-respond label.error {
	font-weight: 400;
	font-size: 13px;
	color: #F00;
	font-style: italic;
	padding-left: 10px;
	margin: 5px 0 0 0;
}

.back-to-top {
	padding: 0 0 20px 0;
	font-weight: 400;
	color: #818181;
	cursor: pointer;
	margin: 0 0 20px 0;
	display: none;
}

.wp-caption .wp-caption-text {
	color: #565656;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-style: italic;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.entry-content p,
.entry-summary p {
	margin: 0 0 20px 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin: 0 0 20px 0;
}

.admin-bar .main-menu ul {
	top: 146px;
}

.not-found,
.container-404 {
	margin: 50px 0;
}

.not-found input[type="text"],
.not-found input[type="text"]:focus,
.container-404 input[type="text"],
.container-404 input[type="text"]:focus {
	border: 1px solid #ccc;
	padding: 5px;
	width: 170px;
}

.not-found input[type=submit],
.container-404 input[type=submit] {
	border: none;
	background: #db4e44;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 6px 20px;
	margin: 0 0 0 5px;
}

.post-banner {
	padding: 10px 20px;
	margin: 0 0 40px 0;
	border-left: 4px solid #dce0e3;
	background: url('post-banner-bg.png') right no-repeat;
}

.post-banner p {
	font-weight: 400;
	font-size: 16px;
	color: #494c58;
	margin: 0 0 10px;
}

.post-banner img {
	vertical-align: sub;
}

.post-banner .learn-more {
	padding: 0 20px;
	background: #f16738;
	color: #fff;
	font-weight: 400;
	line-height: 32px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.post-banner .learn-more:hover {
	text-decoration: none;
}

.post-banner .hide-this {
	margin: 0 0 0 10px;
	font-size: 13px;
	line-height: 1em;
	font-weight: 400;
}

.related-posts {
	margin: 0 0 40px 0;
}

footer ul.mobile-nav {
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
}

footer ul.mobile-nav>li>a {
	font-size: 16px;
	padding: 8px;
	line-height: 1.5;
	text-align: center;
	color: #edf1f3;
	display: block;
}

footer ul.mobile-nav>li>a:hover,
footer ul.mobile-nav>li>a:focus {
	line-height: 1;
	padding: 12px;
	font-size: 16px;
	background: none;
	color: #fff;
}

ul.mobile-nav>li {
	padding: 4px 0px;
}

footer .footer-social-links {
	list-style: none;
	margin: 10px auto 20px;
	padding: 0;
	text-align: center;
}

footer .footer-social-links>li {
	margin: 4px;
	display: inline-block;
}

footer .footer-social-links>li:hover {
	opacity: 0.8;
}

footer .footer-social-links>li>a {
	display: block;
	width: auto;
	height: auto;
	background: none;
	padding: 4px;
}

.page-template-template-high-value-content-php {
	background: #f3f3f3;
}

.high-value-content .feature-image {
	padding: 40px 0;
}

.high-value-content .feature-image img {
	margin: 0 auto;
	display: block;
	border: 1px solid #878787;
}

.high-value-content h1 {
	font-size: 36px;
	font-weight: 700;
	color: #252525;
	line-height: 1.3;
	margin-bottom: 20px;
}

.high-value-content .entry-content {
	color: #686868;
	line-height: 1.5;
}

.related-high-value-contents {
	padding: 100px 0 40px;
	border-top: 1px solid #707070;
}

.related-high-value-contents .related-pages {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #c5c5c5;
	max-width: 315px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 60px;
	color: #6d6d6d;
}

.related-high-value-contents a,
.related-high-value-contents a:hover {
	text-decoration: none;
	color: #6d6d6d;
}

.related-high-value-contents .related-pages .bottom-content {
	padding: 20px 10px 0 10px;
	min-height: 80px;
}

.related-high-value-contents .related-pages h5 {
	padding: 0;
	margin: 0;
	color: #6d6d6d;
	line-height: 1.3em;
	font-weight: 400;
}

.sign-me-up {
	padding: 110px 0;
	background: url('sign-me-up-bg.png') #23b2d7;
}

.sign-me-up h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
}

.btn-sign-me-up,
.btn-sign-me-up:hover,
.btn-sign-me-up:active,
.btn-sign-me-up:focus {
	font-size: 24px;
	font-weight: 400;
	color: #3d2a00;
	line-height: 68px;
	background-color: #f7b71e;
	text-align: center;
	text-decoration: none;
}

.btn-embed-design,
.btn-embed-design:hover,
.btn-embed-design:active,
.btn-embed-design:focus {
	font-size: 24px;
	color: #fff;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #04d8b3;
	text-align: center;
	line-height: 68px;
	cursor: pointer;
	text-decoration: none;
}

.embed-design {
	padding: 80px 0;
}

.embed-design-textarea {
	resize: vertical;
}

.single .entry-header h1 {
	font-weight: 700;
	line-height: 1.3;
}

article header h1 {
	font-size: 32px;
	font-weight: 700;
	color: #04263D;
	line-height: 1.3;
}

.post-header-image img {
	width: 100%;
	margin-bottom: 20px;
}

.wp-block-image {
	margin-bottom: 40px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.pull-right-sm {
		float: right !important;
	}

	.high-value-content h1 {
		margin-bottom: 40px;
		font-size: 46px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.logo {
		width: 165px;
		margin: 10px 0px;
	}

	.admin-bar .main-menu ul {
		top: auto;
	}

	.search-bar .explore-category {
		float: right;
		margin: 0;
	}

	.col1 {
		padding-right: 50px;
	}

	.col2 {
		padding-left: 50px;
	}

	.main-menu ul {
		margin: 10px 0 10px 20px;
	}

	.main-menu ul li a {
		line-height: 2.15em;
	}

	.header .header-top {
		padding: 20px 0;
	}

	.site-title::after {
		display: none;
	}

	.pagination {
		float: right;
	}

	article header h1 {
		font-size: 40px;
	}

	.home article header a {
		font-size: 24px;
	}

	.pagination li,
	.pagination li:first-child,
	.pagination li:last-child {
		display: inline;
		position: relative;
		left: 0;
	}

	.single .entry-header h1 {
		margin: 0 0 10px 0;
	}

	.col-half {
		width: 50%;
		float: left;
		clear: none;
	}

	.entry-title {
		font-weight: 400;
		font-size: 36px;
	}

	.comment-author .avatar {
		display: inline-block;
	}

	.comment-list p {
		font-size: 14px;
		color: #3f3f3f;
	}

	.post-navigation .nav-links span a {
		background: #fff;
	}

	.back-to-top {
		display: block;
	}

	.related-high-value-contents .related-pages {
		margin: 0 auto 60px;
	}

	article .entry-content h1 {
		font-size: 40px;
	}

	article .entry-content h2 {
		font-size: 32px;
		margin: 80px 0 20px 0;
	}

	article .entry-content h3 {
		font-size: 24px;
		margin: 40px 0 20px 0;
	}

	article .entry-content h4 {
		font-size: 20px;
		margin: 25px 0 20px;
	}

	article .entry-content h5 {
		font-size: 16px;
		margin: 25px 0 20px;
	}

	.post-header-image img {
		width: unset;
		min-width: 1120px;
		max-height: 360px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.post-header-image {
		max-height: 400px;
	}

	.post-header-image img {
		margin-bottom: 40px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.related-posts {
		margin-right: -15px;
		margin-left: -15px;
		padding: 20px 15px 0;
	}
}

.arrow_box {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}

.arrow_box:after,
.arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}

.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 6px;
	margin-top: -6px;
}

.header.hvc {
	background: #fff;
}

.header.hvc .header-top {
	padding: 20px 0 34px;
}

.header.hvc .logo {
	float: none;
	width: auto;
	margin: 16px 0 0 0;
}

.header.hvc .logo a,
.header.hvc .logo a:hover,
.header.hvc .logo a:focus {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.header.hvc .logo img {
	margin-bottom: 5px;
}

.header.hvc .widget.widget_text {
	display: block;
}

.header.hvc .main-menu-trigger {
	display: none;
}

.hvc-menu ul {
	float: none;
	padding: 0;
	margin: 25px 0 0 40px;
	text-align: center;
}

.hvc-menu ul li {
	display: inline-block;
}

.hvc-menu ul li a {
	color: #04263D;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	font-weight: 600;
}

.submit-visual {
	float: none;
	margin: 10px 0 0 15px;
	text-align: center;
}

.submit-visual .btn-submit-visual,
.submit-visual .btn-submit-visual:hover,
.submit-visual .btn-submit-visual:focus {
	font-size: 14px;
	color: #fff;
	background: #04263D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 37px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

.submit-visual .link-landing-page {
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #04263D;
	text-align: center;
	text-decoration: underline;
	margin: 10px 0 0 0;
	font-weight: 600;
}

.form-submit-visual {
	padding: 20px;
}

.form-submit-visual .row {
	padding: 0 0 15px 0;
}

.form-submit-visual .btn-submit,
.form-submit-visual .btn-submit:hover,
.form-submit-visual .btn-submit:focus {
	font-size: 18px;
	color: #fff;
	background: #f39c12;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 40px;
	border: none;
	outline: none;
}

.form-submit-visual input[type=text],
.form-submit-visual input[type=text]:focus,
.form-submit-visual input[type=email],
.form-submit-visual input[type=email]:focus,
.form-submit-visual input[type=url],
.form-submit-visual input[type=url]:focus,
.form-submit-visual textarea,
.form-submit-visual textarea:focus {
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	outline: none;
	resize: vertical;
}

.search-bar-hvc {
	padding: 23px 0;
	background: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
}

.search-bar-hvc input[type=search] {
	border: none;
	padding: 0 15px;
	background: #fff;
	color: #7f7f7f;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 53px;
	width: 85%;
}

.search-bar-hvc input[type=submit] {
	border: none;
	background: #d7d7d7 url('search-icon-hvc.png') no-repeat center;
	font-size: 14px;
	color: #fff;
	height: 53px;
	width: 15%;
	float: right;
	text-indent: -9999px;
}

.search-bar-hvc .hvc-category {
	width: 100%;
	padding: 8px 10px;
	height: 53px;
	border: none;
	color: #7f7f7f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f5f5f5 url('hvc-category-dropdown.png') right no-repeat;
	height: 53px;
	font-size: 18px;
	font-weight: 400;
}

.search-bar-hvc .hvc-category::-ms-expand {
	display: none;
}

.search-bar-hvc .hvc-category:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.hvc-centralize h3 {
	font-size: 24px;
	font-weight: 700;
	color: #7f7f7f;
	margin: 30px 0 10px 0;
}

.hvc-centralize h5 {
	font-size: 16px;
	font-weight: 400;
	color: #a7a7a7;
	margin: 0 0 20px 0;
}

.hvc-centralize p {
	font-size: 16px;
	color: #7f7f7f;
	line-height: 1.33;
	margin: 0 0 20px 0;
}

.hvc-centralize .btn-save,
.hvc-centralize .btn-save:hover,
.hvc-centralize .btn-save:focus,
.hvc-centralize .btn-share,
.hvc-centralize .btn-share:hover,
.hvc-centralize .btn-share:focus {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	line-height: 1.33;
	text-decoration: none;
	padding: 10px 0;
	margin-right: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	width: 100px;
	text-align: center;
}

.hvc-centralize .btn-save {
	background: #06263d;
}

.hvc-centralize .download-instruction {
	position: absolute;
	font-size: 12px;
	margin-top: 5px;
}

.hvc-centralize .btn-share {
	background: #448ccb;
}

.hvc-centralize .share {
	display: inline-block;
	position: relative;
}

.hvc-centralize .share-box {
	display: none;
	background: #fff;
	padding: 10px 10px 2px 10px;
	position: absolute;
	width: 205px;
	top: -5px;
	left: 110px;
}

.hvc-centralize .share.open .share-box {
	display: block;
}

.container.hvc .page-header h1,
.container.hvc article header a,
.container.hvc .entry-content p,
.container.hvc .entry-summary p {
	color: #7f7f7f;
}

.container.hvc .entry-content p,
.container.hvc .entry-summary p {
	font-weight: 400;
}

.wf-container {
	margin: 0 auto;
}

.wf-container:before,
.wf-container:after {
	content: '';
	display: table;
}

.wf-container:after {
	clear: both;
}

.wf-box {
	padding: 40px;
}

.wf-box img {
	display: block;
	width: 100%;
}

.wf-box .content {
	border: 1px solid #ccc;
	border-top-width: 0;
	padding: 5px 8px;
}

.wf-column {
	float: left;
}

.wf-box {
	border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
	.submit-visual {
		float: right;
	}

	.hvc-menu ul {
		float: left;
		display: block;
	}

	.search-bar-hvc input[type=search] {
		float: right;
		width: 80%;
	}

	.search-bar-hvc input[type=submit] {
		width: 53px;
	}

	.wf-container {
		width: 750px;
	}

	.submit-visual .btn-submit-visual,
	.submit-visual .btn-submit-visual:hover,
	.submit-visual .btn-submit-visual:focus {
		padding: 13px 37px;
	}
}

@media screen and (min-width: 992px) {
	.wf-container {
		width: 970px;
	}

	.wf-column:nth-child(odd) {
		border-right: 1px solid #ccc;
	}

	.wf-column:nth-child(even) {
		border-left: 1px solid #ccc;
		margin-left: -1px;
	}

	.wf-box:last-child {
		border-bottom: none;
	}

	.main-menu .auth-menu {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.wf-container {
		width: 1170px;
	}
}

.offer-banner {
	background: #08436b;
	padding: 20px 0 10px;
	margin: -20px 0 30px 0;
	font-size: 18px;
}

.offer-banner p {
	color: #fff;
	line-height: 1.3;
	font-weight: 300;
}

.offer-banner p strong {
	font-weight: 600;
}

.offer-banner a.btn-redeem {
	padding: 13px 30px;
	background: #ffc648;
	border-radius: 8px;
	color: #04263d;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 10px;
}

.offer-banner a.btn-redeem:hover,
.offer-banner a.btn-redeem:focus {
	background: #ffd000;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.col-md-vcenter {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
}

@media screen and (min-width: 1200px) {
	.offer-banner {
		font-size: 21px;
	}
}

article .entry-content .post-end-banner {
	background-color: #f1f4fa;
	border: 1px solid #0e76bc;
	padding: 30px 40px 40px;
	margin: 40px 0 40px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 8px;
}

article .entry-content .post-end-banner p {
	color: #04263d;
	margin-bottom: 30px;
	font-weight: 500;
}

article .entry-content .post-end-banner a {
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	border-radius: 6px;
	background-color: #0e76bc;
	font-weight: 400 !important;
	font-size: 14px;
	display: block;
	width: fit-content;
}

article .entry-content .post-end-banner a:hover {
	background-color: #08436b;
}

.div-inline {
	display: inline-block;
}

/* Post sidebar styles*/
.blog-sidebar {
	background: #fafafc;
	padding: 20px 25px;
	margin-bottom: 10px;
}

.blog-sidebar img {
	margin-bottom: 5px;
	margin-left: 20px;
}

.blog-sidebar .sidebar-logo {
	margin-left: 15px;
}

.blog-sidebar h3 {
	margin: 3px 0px 10px 0px;
	color: #14282e;
	opacity: 0.8;
	font-weight: 500;
	font-size: 14px;
}

.blog-sidebar p {
	color: #26373b;
	opacity: 0.7;
	font-size: 12px;
}

.blog-sidebar a {
	background: #0c5e96;
	color: #fff;
	padding: 10px 35px;
	display: block;
	width: fit-content;
	border-radius: 5px;
	margin: 20px 0px 0px 0px;
}

.blog-sidebar a:hover,
.blog-sidebar a:focus {
	text-decoration: none;
	background: #08436b;
}

.is-sticky {
	position: sticky;
	top: 100px;
}

.blog-sidebar-edu {
	background: #08436b33;
	padding: 20px 25px;
	margin-bottom: 10px;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #0c5e96;
}

.blog-sidebar-edu .circle {
	margin: 0 auto;
}

.blog-sidebar-edu h3 {
	margin: 10px 0 5px 0;
	font-size: 20px;
	font-weight: bolder;
	color: #04263d;
	font-weight: 500;
}

.blog-sidebar-edu p {
	color: #04263D;
	font-size: 18px;
	font-weight: 900;
	margin: 5px;
	padding: 8px;
}

.blog-sidebar-edu a {
	color: #0c5e96;
	display: block;
	width: fit-content;
	font-size: 18px;
	font-weight: bolder;
}

.blog-sidebar-edu a:hover,
.blog-sidebar-edu a:focus {
	text-decoration: none;
	color: #ffd000;
	opacity: .7;
}

.blog-sidebar-edu .circle {
	width: 100px;
	height: 100px;
	line-height: 25px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	background: rgb(250, 228, 26);
}

.blog-sidebar-edu .circle>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #04263D;
	margin-bottom: -42px;
	font-weight: bolder;
}

.blog-sidebar-edu .circle>h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	color: #04263D;
	font-weight: bolder;
	margin-top: 15px;
}

/* Annual promo styles*/
.top-alert-bar {
	background-color: #ffe9b8;
	padding: 8px 0 10px 0;
	text-align: center;
	font-size: 18px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #06263d;
}

.top-alert-bar:hover,
.top-alert-bar:active,
.top-alert-bar:focus {
	text-decoration: none;
	color: #06263d;
}

/* Promo banner on sidebar*/
.blog-promo-sidebar {
	background: linear-gradient(327.19deg, #f0fbf9 47.4%, #ffffff 97.86%);
	padding: 20px 25px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #f39c12;
	border-radius: 4px;
}

.blog-promo-sidebar h3 {
	line-height: 24px;
	font-weight: 500;
	font-size: 18px;
	color: #04263d;
}

.blog-promo-sidebar .all-annual-plans {
	color: #2935388c;
	font-size: 18px;
	font-weight: 500;
	width: 72px;
	padding-top: 5px;
}

.blog-promo-sidebar .discount-percentage {
	background: #f39c12;
	padding: 22px 13px;
	border-radius: 50%;
	width: 96px;
	height: 96px;
	text-align: center;
}

.blog-promo-sidebar .discount-percentage .annual-discount span {
	display: block;
	font-size: 36px;
	color: #ffffff;
	font-weight: 500;
	line-height: 40px;
}

.blog-promo-sidebar .discount-percentage .annual-discount span:first-child {
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.blog-promo-sidebar .discount-percentage .annual-discount span sup {
	top: -9px;
	font-size: 18px;
}

.blog-promo-sidebar .discount-percentage,
.blog-promo-sidebar .all-annual-plans {
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
}

.blog-promo-sidebar .time-limited {
	font-weight: 400;
	font-size: 12px;
	color: #6f5425;
	background: #ffc64899;
	padding: 4px 8px 4px 8px;
	border-radius: 8px;
	width: fit-content;
	line-height: 16px;
	margin: 20px auto;
}

.blog-promo-sidebar .time-limited p {
	margin-bottom: 0;
}

.blog-promo-sidebar a {
	background: #0c5e96;
	color: #fff;
	padding: 8px 32px;
	display: block;
	width: fit-content;
	border-radius: 5px;
	margin: 10px auto 0px auto;
}

.blog-promo-sidebar a:hover,
.blog-promo-sidebar a:focus {
	text-decoration: none;
	background: #08436b;
}

.blog-promo-sidebar .sidebar-grid {
	position: absolute;
	bottom: 45px;
	width: 46px;
	right: 3px;
}

@media screen and (max-width: 1199px) {
	.blog-promo-sidebar {
		text-align: center;
	}

	.blog-promo-sidebar .all-annual-plans {
		width: auto;
	}

	.blog-promo-sidebar .discount-percentage,
	.blog-promo-sidebar .all-annual-plans {
		margin-left: auto;
	}

	.blog-sidebar {
		text-align: center;
	}

	.blog-sidebar img,
	.blog-sidebar .sidebar-logo {
		margin: auto;
	}
}

article .entry-content .post-inner-banner {
	border-radius: 8px;
	border: 1px solid #0e76bc;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	background: #f1f4fa;
	padding: 30px 25px 30px;
	align-items: center;
}

article .entry-content .post-inner-banner p {
	font-size: 18px;
	margin: 0;
	color: #04263d;
	font-weight: 500;
}

article .entry-content .post-inner-banner a {
	padding: 12px 20px;
	display: block;
	width: fit-content;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	background-color: #0e76bc;
	font-weight: 400 !important;
	font-size: 14px;
}

article .entry-content .post-inner-banner a:hover,
article .entry-content .post-inner-banner a:focus {
	text-decoration: none;
	background: #08436b;
}

@media screen and (min-width: 768px) {
	article .entry-content .post-inner-banner {
		display: flex;
	}

	article .entry-content .post-inner-banner a {
		margin: auto;
		margin-right: 0;
	}
}

.main-menu .site-menu {
	float: left;
}

.main-menu .auth-container .auth-menu {
	margin: 0;
}

.main-menu .categories-container .search-section .explore-category {
	display: inline-block;
}

.menu-flex-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5px;
}

.main-menu .explore-category {
	border: none;
	font-weight: 600;
	font-size: 14px !important;
	background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyOSAyOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTB9LnN0MCwuc3QyLC5zdDMsLnN0NHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDB9LnN0MntzdHJva2UtbWl0ZXJsaW1pdDoxMH0uc3QzLC5zdDR7c3Ryb2tlLXdpZHRoOjJ9LnN0M3tzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2UtZGFzaGFycmF5OjEuNzQxMSwxLjc0MTF9LnN0NHtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLWRhc2hhcnJheToyLjAyNjEsNC4wNTIyfTwvc3R5bGU+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMjAuNSAxMS41LTYgNi02LTYiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwIi8+PC9zdmc+) no-repeat 95% 50%;
}

.search-form .explore-category.explore-category-toggle, 
.search-section .explore-category.explore-category-toggle  {
	background-color: #08436B;
	color: #fff;
}

.search-form .explore-category.explore-category-toggle::before, 
.search-section .explore-category.explore-category-toggle::before  {
	filter: grayscale(1) invert(1) brightness(10);
}

.main-menu .explore-category option {
	border: none;
	font-weight: 600;
	font-size: 14px !important;
}

.no-padding {
	padding: 0;
}

.hvc-sub-text {
	font-weight: 400;
	color: #04263D;
	font-size: 14px;
}

.time-single,
.read-meter-single {
	display: inline-block;
}

.bsf-rt-reading-time {
	padding: 0 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 348px !important;
	height: 290px !important;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #04263D;
	border-radius: 8px;
	margin: 15px !important;
	margin-left: 0px !important;
	border: 1px solid #caccce;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05),
		0px 4px 8px rgba(0, 0, 0, 0.05),
		0px 2px 2px rgba(0, 0, 0, 0.05);
}

.yarpp-thumbnail>img,
.yarpp-thumbnail-default {
	width: 318px !important;
	height: 178px !important;
	margin: 15px !important;
	border-radius: 4px;
	border: 1px solid #F1F4FA;
}

.yarpp-thumbnail-default>img {
	min-height: 178px !important;
	min-width: 100% !important;
	width: 100%;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 318px !important;
	margin: 15px !important;
	margin-top: 5px !important;
}

.yarpp p {
	display: none;
}

.yarpp-thumbnail {
	position: relative;
}

.yarpp-thumbnail:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 3px;
	background: #0c5e96;
	top: 0;
	transition: width 0.5s ease-out;
}

.yarpp-thumbnail:hover:before {
	width: 100%;
}

.yarpp-related h3 {
	font-weight: 500;
	font-size: 20px !important;
}

.main-menu.main-menu-open ul li a {
	line-height: 40px !important;
}

.main-menu.main-menu-open .sub-menu {
	position: relative;
	top: 0;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.yarpp {
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	header {
		position: relative;
	}

	.yarpp {
		text-align: center;
	}

	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 340px !important;
	}

	.yarpp-thumbnail>img,
	.yarpp-thumbnail-default {
		width: 310px !important;
	}

	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
		width: 310px !important;
	}

	.site-menu {
		height: 0;
	}

	.main-menu.main-menu-open .site-menu {
		height: auto;
	}

	.menu-flex-container {
		display: none;
	}

	.menu-item-has-children::after {
		border: 3px solid #04263D;
		border-radius: 2px;
		border-right: 0;
		border-top: 0;
		content: '';
		display: block;
		height: .625em;
		margin-top: -.4375em;
		pointer-events: none;
		position: absolute;
		top: 22px;
		transform: rotate(-45deg);
		transform-origin: center;
		width: .625em;
		border-bottom-width: 2px;
		border-left-width: 2px;
		right: 30px;
		transition: all .15s ease-out;
	}

	.menu-item-has-children.active::after {
		transform: rotate(-225deg);
	}
}

@media screen and (max-width: 1200px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 330px !important;
	}

	.yarpp-thumbnail>img,
	.yarpp-thumbnail-default {
		width: 300px !important;
	}

	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
		width: 300px !important;
	}

	.is-sticky {
		top: 140px;
	}
}

.is-invisible {
	opacity: 0;
}

.table-striped {
	color: #14282e;
}

.table-striped tr th,
.table-striped tr td {
	padding: 25px 10px;
}

.table-striped tr th {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding-left: 40px;
}

.table-striped tr:nth-child(odd) {
	background-color: transparent !important;
}

.table-striped tr:nth-child(even) {
	background-color: #fafafc;
}

.table-striped tr td {
	font-size: 14px;
}

.table-striped tr td:first-child {
	text-align: left;
	width: 20%;
	padding-left: 25px;
}

.table-striped tr td:not(:first-child) {
	vertical-align: top;
}

.table-striped ul {
	margin: 0 0 10px;
}

.table-striped ul>li {
	padding-bottom: 10px;
}

/* Ebook download popup */
.modal-backdrop.in {
	opacity: 0;
}

.modal.ebook-download-popup {
	text-align: center;
	background: rgba(53, 75, 83, 0.5);
	backdrop-filter: blur(5px);
	z-index: 9999;
	overflow-y: hidden;
}

.modal.ebook-download-popup .modal-body {
	padding: 38px 44px;
}

.modal.ebook-download-popup .modal-content {
	background: #F1F4FA;
	border-radius: 12px;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.modal.ebook-download-popup h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 40px;
	margin-top: 0;
	color: #04263D;
}

.modal.ebook-download-popup .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.modal.ebook-download-popup .close:before,
.modal.ebook-download-popup .close:after {
	position: absolute;
	top: 0;
	content: ' ';
	height: 16px;
	width: 1px;
	background-color: #88A1AA;
}

.modal.ebook-download-popup .close:before {
	transform: rotate(45deg);
}

.modal.ebook-download-popup .close:after {
	transform: rotate(-45deg);
}

.modal.ebook-download-popup input {
	border-radius: 4px;
	width: 240px;
	padding: 10px 8px;
	border: 1px solid #88A1AA;
}

.modal.ebook-download-popup .error-message {
	color: #f05252;
	font-size: 12px;
	margin: 0;
	line-height: 1.3;
}

.modal.ebook-download-popup .form-control.has-error {
	border-color: #f05252;
}

.modal.ebook-download-popup .cta-group {
	display: inline-block;
	text-align: center;
	margin-top: 12px;
}

.modal.ebook-download-popup .btn-primary {
	background: #0E76BC;
	border-color: #0E76BC;
	border-radius: 6px;
	padding: 7px 14px;
	font-size: 14px;
	display: block;
	min-width: 170px;
}

.modal.ebook-download-popup .link {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #88A1AA;
	display: block;
	margin-top: 5px;
}

.modal.ebook-download-popup .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.modal.ebook-download-popup:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}

	.modal.ebook-download-popup .modal-dialog {
		width: 672px;
	}

	.modal.ebook-download-popup .modal-body {
		min-height: 410px;
	}

	.modal.ebook-download-popup h4 {
		padding-right: 60px;
	}

	.modal.ebook-download-popup .modal-content {
		background: #F1F4FA url('ebook-download-popup-bg.png') no-repeat right bottom;
	}
}

.post-ebook-banner {
	background: #F1F4FA;
	border-radius: 6px;
	padding: 0 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	display: none;
	padding-bottom: 30px;
}

.post-ebook-banner span {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -.02em;
	color: #4B5356;
	margin-top: 30px;
	display: block;
}

.post-ebook-banner button {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.4px;
	color: #04263D;
	background: #FFFFFF;
	border: 0.5px solid #95A8AF;
	border-radius: 6px;
	padding: 10px 27px;
	margin-top: 26px;
}

.post-ebook-banner button:hover {
	background: #08436b;
	color: #ffffff;
	border: 0.5px solid #08436b;
}

.post-ebook-banner img {
	margin: auto;
	display: block;
}

@media screen and (min-width: 768px) {
	.post-ebook-banner span {
		font-size: 20px;
		line-height: 32px;
	}
}