/**
 * 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;
}

.header .header-top {
	padding: 20px 15px;
}

.logo {
	width: 138px;
	float: left;
	margin: 22px 0 0 0;
}

.logo.logo-fix {
	z-index: 1000;
	position: fixed;
}

.search-bar {
	display: inline-block;
	border-bottom: 1px solid #2a525e4d;
	width: 0;
	transition: width 0.3s ease-in-out;
}

.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;
	margin-left: 10px;
	padding: 8px;
	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-bar .explore-category {
	width: 100%;
	padding: 8px 10px;
	margin-top: 20px;
	border: 1px solid #cecece;
	color: #8d8d8d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('images/explore-category-dropdown.png') right no-repeat;
	height: 40px;
}

.search-bar .explore-category::-ms-expand {
	display: none;
}

.search-bar .explore-category:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.main-menu ul {
	float: right;
	padding: 0;
	margin: 0;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a {
	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 a {
	background: #04263D;
	color: #fff;
	font-size: 12px !important;
	padding: 7px 12px;
	border-radius: 4px;
	font-weight: 400;
}

.main-menu .auth-menu li a:hover,
.main-menu .auth-menu li a:focus {
	color: #fff;
	background: #0c5e96;
	border-color: #0c5e96;
}

.search-btn {
	background: url('images/search-icon.png') right no-repeat;
	width: 25px;
	height: 25px;
	float: none;
	margin: 0;
	cursor: pointer;
	margin: auto;
	margin-right: 15px;
	margin-left: 15px;
}

.site-title {
	font-weight: 600;
	font-size: 44px;
	color: #06263d;
	padding: 50px 0 40px;
	text-align: center;
	float: none;
}

.site-title::after {
	content: " ";
	width: 150px;
	height: 2px;
	display: block;
	background: #06263d;
	margin: 15px auto 0;
}

.social-links {
	float: right;
	list-style: none;
	margin: 0;
	padding: 57px 0 0 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;
	padding: 20px 0;
	padding-bottom: 10px;
}
.site-footer .container {
	padding-left: 10px;
	padding-right: 10px;
}

.site-footer .footer-widget {
	margin-bottom: 0;
}

.site-footer .footer-title {
	font-weight: 400;
	margin: 0 0 26px 0;
	color: #f1f4fa;
	font-size: 16px;
	font-weight: 600;
	font-size: 18px;
	padding: 4px;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer ul li,
.site-footer ul li a,
.site-footer ul li a:hover {
	font-size: 14px;
	font-weight: 400;
	color: #f1f4fa;
	line-height: 1.5;
	text-decoration: none;
	padding: 4px;
}

.site-footer ul li a:hover {
	padding: 4px;
}

.site-footer .copyright {
	color: #8b9098;
	text-align: center;
	padding: 20px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #8b9098;
	padding-bottom: 0;
}

.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('images/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('images/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('images/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 {
		text-align: left;
		float: left;
	}

	.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;
	}

	.site-footer {
		padding: 60px 0 20px 0;
	}

	.site-footer .footer-widget {
		margin-bottom: 20px;
	}

	.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('images/hvc/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('images/hvc/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%;
	-moz-appearance: none; 
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

.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('./images/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;
	}
}