@media (max-width: 767px) {
	.com_content.view-article .nolazy {
		display: none;
	}
}
.t3-mainbody {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

/*=== masshead ===*/
.masthead {
	color: #141e3e;
	position: relative;
	padding: 0;
}
.masthead .container{
	position: relative;
}

.masthead .jamasshead {
	padding: 54px 0 59px 0;
}

.masthead .jamasshead .jamasshead-description {
	font-weight: 700;
	z-index: 2;
	position: relative;
	color: #151f3e;
	opacity: 0.2;
}

.masthead .jamasshead .jamasshead-title {
	font-size: 71px;
	margin-top: 10px;
	margin-bottom: 13px;
	font-weight: 700;
	z-index: 2;
	position: relative;
	color: #141e3e;
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
	max-width: calc(100% - 400px);
}

.masthead .nav {
	display: flex;
	padding-right: 15px;
	position: absolute;
	z-index: 4;
	bottom: 0;
}


.masthead .nav li {
	display: block;
	border: 0;
	padding: 0;
	float: left;
	position: relative;
}

.masthead .nav li a {
	border: 0;
	font-weight: 500;
	padding: 0;
	margin-right: 40px;
	position: relative;
	font-size: 15px;
	line-height: 1.4;
	height: 100%;
	margin-top: 2px;
	padding-bottom: 3px;
	color: #141e3e;
	display: block;
	font-family: 'Verdana', sans-serif;
}

.masthead .nav li.active a {
	color: #141e3e;
	border-bottom: 3px solid #22b8f0;
}
@media (max-width: 767px) {
	.masthead .nav li a {
		font-size: 12px;
		padding: 11px 14px;
		line-height: 1.4;
		height: 100%;
		margin-top: 2px;
		margin-right: -1px;
		border: 0;
		font-weight: 500;
		color: #141e3e;
		display: block;
	}
	.masthead .jamasshead {
		padding: 20px 0 0 0;
	}

	.masthead .nav {
		flex-wrap: wrap;
		position: relative;
	}
}







/*=== content ===*/
p {
	margin: 0 0 13px;
}
.t3-mainbody {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.com_content.view-article .t3-content {
	padding-top: 10px;
}

.com_content.view-article .item-image-box {
	margin-bottom: 21px;
}
.item-page {
	position: relative;
}

.com_content.view-article .article-aside {
	margin-bottom: 5px;
}

.article-aside {
	color: #96a1a3;
	font-size: 14px;
	position: relative;
}

.article-info {
	width: 70%;
	margin: 0;
	float: left;
	padding-right: 26px;
}

.article-info .article-info-term {
	display: none;
}

.com_content.view-article .article-info dd {
	font-size: 16px;
	font-weight: 500;
	color: #141e3e;
}

.article-info dd {
	display: inline-block;
	margin-left: 0;
	margin-right: 40px;
	white-space: nowrap;
}

.item-page article {
	margin-top: 0;
	margin-bottom: 0;
}

.article-aside:after {
	clear: both;
}

.article-aside:before, .article-aside:after {
	content: " ";
	display: table;
}

.article-header {
	padding-right: 0;
}

.com_content.view-article h1.article-title {
	line-height: 1.23;
	color: #091a3d;
	font-size: 49px;
	margin: 10px 0;
	font-weight: 700;
}

.com_content.view-article .item-image {
	border-radius: 20px;
	overflow: hidden;
}

.com_content.view-article .article-content {
	line-height: 1.8;
	font-size: 18px;
	color: #091a3d;
}

.com_content.view-article .article-content p {
	margin-bottom: 14px;
	line-height: 1.8;
	font-size: 18px;
}

.com_content.view-article .article-content a:not([class]) {
	color: #286e84;
	text-decoration: none;
	border-bottom: 1px dashed #c8c9c9;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.t3-mainbody {
		padding-top: 10px;
	}
	.com_content.view-article h1.article-title {
		font-size: 28px;
	}
}
@media (min-width: 768px) {
	.withtoc.com_content.view-article .t3-content {
		padding-right: 50px;
		padding-top: 40px;
	}
}


/*=== knowledgebase ===*/
.com_content.view-category #t3-content {
	padding-top: 28px;
	padding-bottom: 0;
}

.kb-box {
	/* box-shadow: 3px 3px 10px 3px rgb(34 180 236 / 15%); */
	border-color: rgba(170, 211, 222, 0.4);
	box-shadow: 5px 5px 10px 0px rgb(166 188 189 / 50%);
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	overflow: hidden;
	padding: 20px;
	background: linear-gradient(90deg, #def8f0 0%, #ffffff 50%);
	margin-bottom: 40px;
	transition: transform 200ms ease-in-out;
}

.kb-a {
	display: flex;
	flex-direction: row;
}

.kb-imgwrap {
	max-width: 26%;
	margin: 0px 15px 0px 0;
	max-height: 100px;
	text-align: center;
	flex-grow: 0;
}

.kb-img {
	width: 80px;
	max-height: 80px;
}

.kb-box-title {
	font-weight: 700;
	color: #031a3d;
	font-size: 20px;
	margin: 0 0 5px;
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
}

.kb-box .category-desc {
	color: #031a3d;
}

.kb-box .category-desc p {
	margin: 0 0 13px
}

.cat-header{
	display: flex;
	flex-direction: row;
}
.cat-imgwrap > img{
	width: 100px;
}
.cat-title{
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
	font-weight: 700;
	color: #031a3d;
	font-size: 38px;
	margin: 7px 0;
}
.cat-titlewrap {
	padding: 0 15px;
}
.links-wrapper {
	display: flex;
	flex-direction: row;
	/* flex-shrink: 0; */
	flex-wrap: wrap;
	border: 1px solid #031a3d;
	border-radius: 20px;
	padding: 30px;
}

.bloglink-wrap {
	width: 50%;
	min-width: 50%;
	padding: 10px;
}

@media screen and (min-width: 1100px) {
	.t3-sidebar-right .sidebarwrap {
		margin-left: 40px;
	}
}
#Mod185,#Mod279 {
	box-shadow: 3px 3px 8px 0px rgb(166 188 189 / 50%) !important;
	background-color: #fff;
	border-radius: 30px;
}
.t3-module .module-inner {
	padding: 0;
}
.t3-sidebar .module-title {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
}
.module-title {
	background: 0 0;
	color: #96a1a3;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 13px 0;
	padding: 0;
}
.module-ct {
	background: 0 0;
	color: inherit;
	padding: 0;
}
.module-ct ul {
	margin: 0;
	padding: 0;
}
.module-ct ul li {
	list-style: none;
	border-top: 1px solid #ecf0f1;
	padding: 13px 0;
}
.module-ct ul li:first-child {
	padding-top: 0;
}
.t3-sidebar .module-ct li > a {
	font-weight: 600;
	font-size: 15px;
	color: #505656;
}
.categories-module li:first-child, ul.categories-module li:first-child, .category-module li:first-child, ul.category-module li:first-child {
	border-top: 0;
}
@media (min-width: 768px) {
	.t3-sidebar {
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.t3-sidebar .t3-module {
		padding: 26px;
	}
}


@media (max-width: 767px) {
	.bloglink-wrap {
		width: 100%;
		min-width: 100%;
		padding: 10px;
	}
	.com_content.view-article h1.article-title{
		font-size: 28px;
		margin: 10px 0;
	}
	.com_content.view-article .article-aside{
		margin-bottom: 5px;
	}
	.com_content.view-article .article-content h2{
		font-size: 23px;
		margin-top: 30px;
		margin-bottom: 18px;
	}
	.com_content.view-article .article-content p{
		margin-bottom: 14px;
	}
	.com_content.view-article .t3-content{
		padding-top: 10px;
	}
	.masthead .jamasshead .jamasshead-title{
		font-size: 55px;
	}
}
.bloglink{
	color: #031a3d;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: auto 11px;
	transition: all 200ms;
}
.bloglink:hover{
	color: #42b7ec;
	background-position: 15px 4px;
}
.items-more {
	margin: 50px 0 100px 0;
}
@media (max-width: 767px) {
	.v4c .article-title {
		margin: 0 0 10px 0;
	}
}


/*index*/
.withtoc .t3-sidebar .t3-module {
	padding-top: 0;
}
.article-content > .quickindex{
	display: none;
}

.quickindex .index-link.active,
.quickindex .index-link:hover
{
	color:#141e3e;
}
.quickindex .index-header{
	margin-bottom: 19px;
	margin-top: 13px;
}
.quickindex a.index-link{
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
	font-weight: 400 !important;
	color:#6a7589;
	border-left:2px solid;
	border-left-color:transparent;
	transition: border-left-color 300ms, color 300ms;
	margin-left: -2px;
	margin-bottom: 18px;
	display: block;
}
.quickindex a.index-link strong,
.quickindex a.index-link sub{
	font-weight: 400;
	font-size:100%;
}
.quickindex li.index-item{
	padding-bottom:0;
}
.module-ct .quickindex ul li{
	border-top:0;
	padding:0;
}
.quickindex .index-header{
	color:rgba(21,31,62,0.3);
	font-size: 19px;
	margin-bottom: 19px;
}
.quickindex .index-wrapper{
	border-left:2px solid rgba(106,117,137,0.1);
}
.quickindex ul.index-level-2 > li > a{
	padding-left:17px;

}
.quickindex ul.index-level-3 > li > a{
	padding-left:47px;
}
.quickindex .index-link.active{
	border-left-color:#22b8f0;
	font-weight: 500 !important;
}

.quickindex .index-link.active strong,
.quickindex .index-link.active sub{
	font-weight: 500;
}
.rl_quickindex.quickindex {
	max-height: calc( 100vh - 100px);
	overflow-y: auto;
}



.withtoc .t3-sidebar-right .sidebarwrap{
	margin-left: 0;
}

/*category view*/
.v4c .item-image {
	max-height: 100%;
}

.cols-2 .item-image, .cols-3 .item-image, .cols-4 .item-image {
	overflow: hidden;
}

.v4c .item-image-box {
	margin-bottom: 16px;
}
.com_content.view-category article {
	margin-top: 0;
	margin-bottom: 50px;
}

.v4c_article_wrap {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 8px 2px rgb(34 180 236 / 10%);
	overflow: hidden;
	transition: all .1s;
}
.v4c .article-info dd {
	font-size: 16px;
	font-weight: 500;
	color: #141e3e;
}
.v4c .article-aside {
	margin-left: 35px;
	margin-bottom: 8px;
}

.v4c .item-image img {
	margin-top: 0;
}

.item-image img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}

.section-title span, .container h2 {
	color: #031a3d;
}

.v4c .article-title a {
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	color: #05193c;
}
.v4c .item-content-box {
	margin: 0 35px 35px;
}
.article-title, .article-header h1 {
	margin: 0 0 16px 0;
}
h2.article-title, .article-header h2 {
	font-size: 32px;
}
@media (max-width: 767px) {
	.v4c .article-title {
		margin: 0 0 10px 0;
	}

	h2.article-title, .article-header h2 {
		font-size: 20px;
	}
}
.v4c .article-intro {
	margin-right: 105px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #05193c;
}
.readmore {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog .v4c .readmore a {
	color: #42b7ec;
	font-weight: bold;
	padding: 0 40px 0 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4yMiAxMC4zMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0N2I3ZTk7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjkuMDggMCA3Ljc0IDEuMzMgMTAuNTQgNC4xNSAwIDQuMTUgMCA2LjE1IDEwLjU2IDYuMTUgNy43NCA4Ljk3IDkuMDcgMTAuMzEgMTQuMjIgNS4xNiA5LjA4IDAiLz48L2c+PC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 30%;
	background-size: auto 75%;
	transition: all 200ms;
	border: 0;
	margin: 0;
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: none;
}
@media (min-width: 768px) {
	.com_content.view-category .col-sm-6 .item.column-2 {
		margin-left: 21px;
	}
	.com_content.view-category .col-sm-6 .item.column-1 {
		margin-right: 21px;
	}
}

@media (max-width: 1200px){
	.v4c .article-intro {
		margin-right: 0;
	}
}

/*search*/
.shacksearch.search {
	position: absolute;
	bottom: 0;
	right: 15px;
}
@media (min-width: 768px) {
	.shacksearch.search {
		bottom: 90px;
	}
}
.shacksearch>div>div {
	position: relative;
	max-width: 400px;
}
.shacksearch .ps_search_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	padding: 4px 26px 4px 20px;
	min-height: 28px;
	border: 1px solid #141e3e;
	border-radius: 25px;
	display: block;
	height: 40px;
	font-size: 16px;
	line-height: 1.625;
	color: #505656;
	background-color: #fff;
	margin: 0;
}
.ps_class_search_search, .ps_class_search_spinner, .ps_class_search_clear {
	position: absolute;
	top: 6px;
	right: 7px;
	height: 28px;
	width: 28px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.shacksearch.search {
		position: relative;
		margin-top: 20px;
		right: 0;
	}
	.shacksearch_j3>div>div {
		max-width: 100%;
	}
	.shacksearch .ps_search_box {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.shacksearch.search {
		bottom: 90px;
	}
}

/*footer */
footer{
	display: block;
	clear: both;
}

@media (max-width: 768px) {
	.kb-box-title,
	.masthead .nav li a,
	.masthead .jamasshead .jamasshead-title,
	.cat-title,
	.t3-sidebar .module-title,
	.quickindex a.index-link,
	.v4c .article-title a
	{
		font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif; /* Mobile system fonts */
	}
}

#t3-content .article-title {
	font-family: 'Inter', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
}

.t3-sidebar .t3-module li.index-item a, #t3-content p, div#t3-mainbody.container.t3-mainbody {
	font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
}
