@media only screen and (min-width:320px)and (max-width:767px) {
	.filterBox h4 {
		position: relative;
		cursor: pointer;
	}
	.filterBox h4:after {
		position: absolute;
		content: url("../images/downarrow.png");
		right: 10px;
		top: 22px;
		height: 11px;
		width: 16px;
		line-height: 11px;
	}
	.filterBox h4.opened:after {
		content: url("../images/uparrow.png") !important;
	}	
	.filterBoxInnerWrap{
		display:none;
	}
}	
.filterBox {
	background-color: #ffffff;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
}
.filterBox h4 {
	background-color: #1E124F;
	color: #FFFFFF;
	font-family: 'GTLight';
	font-size: 18px;
	margin-bottom: 22px;
	line-height: 26px;
	padding: 15px 20px;
}
.fbSingleFilterBox {
	margin-bottom: 29px;
}
.filterBoxInnerWrap {
	padding: 0px 30px;
	overflow: hidden;
	margin: 0 0 50px;
}
.filterBoxInnerWrap > .fbSingleFilterBox > label {
	color: #1E124F;
	font-family: 'GTMedium';
	font-size: 18px;
	padding-bottom: 3px;
	line-height: 25px;
}
ul.taxonomylist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.taxonomylist li {
	list-style: none;
	margin: 0px;
	padding-bottom: 10px;
}
ul.taxonomylist li .check {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width:11%;
}
ul.taxonomylist li .check input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
ul.taxonomylist li .check label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}
ul.taxonomylist li .check label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #372FA5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 0;
	height: 19px;
	width: 19px;
}
ul.taxonomylist li .check input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 13px;
	height: 13px;
	background-color: #372FA5;
}
ul.taxonomylist li > label {
	color: #1E124F;
	font-family: 'GTBook';
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 80%;
}
.resources_bg {
	background: #1E124F;
	padding: 29px 0 38px;
}
.resource-cont {
	max-width: 1580px;
	margin: 0 auto;
	width: 100%;
}
.resource-cont h1 {
	color: #fff;
	font-size: 48px;
	line-height: 58px;
}
.archives-page-wrapper.resources-archive-page .resources_banner.hiddenbanner.row.wpb_row{
	display:none !important;
}
.archives-page-wrapper.resources-archive-page .archives-page-grids-wrapper.resources-archive-page-grids-wrapper.withoutbanner{
	margin-top: 30px;
}
.resources_banner {
	background: url(http://gdslinkdevel.wpengine.com/wp-content/uploads/2019/07/bg-resources.png) no-repeat;
	background-size: cover;
	background-position: 0 0;
	position: relative;
	padding: 0 0 204px;
	margin-bottom: 98px !important;
}
.resources_banner:after {
	position: absolute;
	content: "";
	display: block !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(30, 18, 79, 0.79);
}
.resources_banner .columns {
	position: relative;
	z-index: 99;
}
.resources_banner .col-right {
	background: #fff;
	margin: -70px 0 0 0;
}
.resources_banner .col-right .resources-header-content {
	padding: 40px 185px 0 40px;
}
.resources_banner .col-right .resources-header-content h3{
	margin-bottom: 34px;
}
.resources_banner .col-right .resources-header-content p {
	font-size: 18px !important;
}
.resources_banner .col-right .watch_btn {
    float: left;
    max-width: 193px;
    width: 100%;
    background: #EB5894 !important;
    text-align: center;
    height: 48px;
    padding: 0 10px;
    line-height: 48px;
    font-size: 18px;
    color: #fff !important;
    font-family: 'GTBold';
    text-transform: uppercase;
    position: relative;
    margin: 0px 0px 40px 40px;
}
.resources_banner .col-right .watch_btn:after {
	position: absolute;
	top: 15px;
	right: 29px;
	text-align: center;
	background: #fff;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	content: "\f04b";
	font-family: "FontAwesome";
	color: #1E124F;
	font-size: 7px;
	padding: 0 7px;
	line-height: 17px;
}
.resources-archive-page-grids-wrapper {
	border-bottom: 1px solid #372FA5;
}
.resources-archive-page-grids-wrapper .archives-container {
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.resources-archive-page-grids-wrapper .archives-container:after {
	display: block;
	content: "";
	clear: both;
}
.resources-archive-page-grids-wrapper .post-item-box {
	margin: 0 0 48px;
	font-size: 18px;
	padding-right: 34px;
}
.resources-archive-page-grids-wrapper .post-item-box .vc_column-inner {
	background: #fff;
	box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.16);
	position: relative;
	overflow: hidden;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_column-inner figure {
	display: block;
	margin: 0 0 33px;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_column-inner .vc_single_image-wrapper {
	display: block;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_column-inner .vc_single_image-wrapper img {
	object-fit: cover;
	object-position: top center;
	width: 387px;
	height: 207px;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box h4 {
	padding: 20px 20px 0 42px;
	margin-bottom: 23px;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .wpb_text_column {
	padding: 0 38px 0 42px;
	margin-bottom: 85px !important;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .wpb_text_column p {
	font-size: 18px !important;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_btn3-left {
	width: 51%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	display:none;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_btn3-left a {
	display: block !important;
	background: #1E124F !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 14px;
	color: #fff !important;
	font-family: 'GTBold';
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_btn3-right {
	/*float: left;
	width: 50%;*/
	float: none;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_btn3-right a {
	display: block !important;
	background: #EB5894 !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 18px;
	color: #fff !important;
	font-family: 'GTBold';
	text-transform: uppercase;
}
.resources-archive-page-grids-wrapper .post-item-box.image-box .vc_btn3-right a::after {
	position: absolute;
	top: 17px;
	right: 33%;
	text-align: center;
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	content: "\f04b";
	font-family: "FontAwesome";
	color: #1E124F;
	font-size: 8px;
	line-height: 16px;
	padding: 0 5.5px;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_column-inner {
	padding: 32px 44px 0;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_column-inner h4{
	margin-bottom:32px;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_column-inner figure {
	margin: 0 0 32px;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .wpb_text_column {
	margin-bottom: 85px !important;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .wpb_text_column p {
	font-size: 18px !important;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_btn3-left {
	width: 51%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	display: none;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_btn3-left a {
	display: block !important;
	background: #1E124F !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 14px;
	color: #fff !important;
	font-family: 'GTBold';
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_btn3-right {
	/*float: left;
	width: 50%;*/
	float: none;
	width: 100%;	
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_btn3-right a {
	display: block !important;
	background: #EB5894 !important;
	text-align: center;
	height: 48px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 18px;
	color: #fff !important;
	font-family: 'GTBold';
	text-transform: uppercase;
}
.resources-archive-page-grids-wrapper .post-item-box.video-box .vc_btn3-right a:after {
	position: absolute;
	top: 17px;
	right: 33%;
	text-align: center;
	background: #fff;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	content: "\f04b";
	font-family: "FontAwesome";
	color: #1E124F;
	font-size: 8px;
	line-height: 16px;
	padding: 0 5.5px;
}
.resources-archive-page-grids-wrapper .pagination-wrapper {
	margin: 0 0 49px;
}
.resources-archive-page-grids-wrapper .nav-links {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 19px;
	line-height: 32px;
	font-family: 'GTLight';
}
.resources-archive-page-grids-wrapper .nav-links .next, .resources-archive-page-grids-wrapper .nav-links .prev {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	margin: 0 40px;
}
.resources-archive-page-grids-wrapper .nav-links .next:after, .resources-archive-page-grids-wrapper .nav-links .prev:after {
	position: absolute;
	top: -2px;
	right: 18px;
	content: "\f104";
	width: 7px;
	height: 10px;
	font-family: "FontAwesome";
	font-size: 20px;
}
.resources-archive-page-grids-wrapper .nav-links .next:after {
	content: "\f105";
	left: 18px
}
.resources-archive-page-grids-wrapper .nav-links .page-numbers.current {
	font-family: 'GTBold';
	font-size: 19px;
	font-weight: 600;
}
.resources-archive-page-grids-wrapper .nav-links .page-numbers {
	color: #1E124F !important;
	margin: 0 5px;
	font-family: 'GTLight';
	font-size: 19px;
	font-weight: 400;
}
.resources-archive-page-grids-wrapper .nav-links .next.page-numbers {
	font-size: 0px !important;
	color: #707070 !important;
	font-weight: 400;
}
.resources-archive-page-grids-wrapper .nav-links .prev.page-numbers {
	font-size: 0px !important;
	color: #707070 !important;
	font-weight: 400;
}
.no-result {
	overflow: hidden;
	width: 100%;
}
.no-result p{
 font-family: 'GTBold';
 font-size: 22px !important;
 line-height: 26px !important;
}
/*Single Page*/
.single_page-wrapper .single-page-banner {
	background: url(http://gdslinkdevel.wpengine.com/wp-content/uploads/2019/07/bg-resources.png) no-repeat;
	background-size: cover;
	background-position: 0 0;
	position: relative;
	padding: 365px 0 0;
	margin-bottom: 128px !important;
}
.single_page-wrapper .single-page-banner:after {
	position: absolute;
	content: "";
	display: block !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(30, 18, 79, 0.79);
}
.single_page-wrapper .container {
	max-width: 1425px;
	margin: 0 auto;
	width: 100%;
}
.single_page-wrapper .heading-content {
	background: #fff;
	position: relative;
	z-index: 99;
	margin: 0 0 -55px;
	border-bottom: 1px solid #E5E4EB;
	padding: 20px 30px 0;
}
.single_page-wrapper .post_head-wrap {
	overflow: hidden;
}
.single_page-wrapper .post_head-wrap .post-title {
	float: left;
	width: 80%;
}
.single_page-wrapper .post_head-wrap .post-title h1 {
	margin: 0;
	color: #1E124F;
	font-size: 45px;
	line-height: 55px;
}
.single_page-wrapper .post_head-wrap .post-share-wrapper {
	float: right;
	width: 20%;
	text-align: center;
	padding: 23px 0 0 0;
}
.single_page-wrapper .post_head-wrap .post-share-wrapper label {
	margin: 0 0 3px;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	font-family: 'GTBook';
}
.single_page-wrapper .post_head-wrap .share-links-wrapper .icon-link {
	margin: 0 5px;
}
.post-meta p {
	font-size: 18px !important;
	line-height: 22px !important;
}
.single-post-content-wrapper .row {
	max-width: 1455px;
	width: 100%;
	border-bottom: 1px solid #E5E4EB;
	padding-bottom: 57px;
	margin-bottom: 67px;
}
.single-post-content-wrapper iframe {
	width: 100%;
}
.single-post-content-wrapper p {
	font-size: 16px !important;
	line-height: 24px !important;
	color: #1E124F;
	margin: 0 0 30px;
}
.single-post-content-wrapper ul {

}
.single-post-content-wrapper ul li {
	font-size: 16px !important;
	line-height: 28px !important;
	color: #1E124F;
	margin: 0 0 15px;
}
.single-post-content-wrapper ul li a {

}
.single-post-content-wrapper ol {

}
.single-post-content-wrapper ol li {
	font-size: 16px !important;
	line-height: 28px !important;
	color: #1E124F;
	margin: 0 0 15px;
}
.single-post-content-wrapper ol li a {

}
.single-post-wrapper.single_page-wrapper .post_related-article {
	max-width: 1260px;
}
.single_page-wrapper .post_related-article h3 {
	margin: 0 0 49px;
}
.single_page-wrapper .post_related-article h4 {
	text-align: left !important;
}
.single-post-content-wrapper .cta-blocks {
	overflow: hidden;
	border-bottom: 1px solid #9390B4;
	padding: 0 0 44px;
	margin: 0 0 37px;
}
.single-post-content-wrapper .top-block {
	background-image: url('../images/sidebar-cta-one.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #9390B4;
	overflow: hidden;
	margin: 0 0 37px;
	padding: 32px 42px 28px 0;
}
.single-post-content-wrapper .top-block .cta-content-wrapper {
	float: right;
	width: 133px;
}
.single-post-content-wrapper .top-block .cta-content-wrapper h4 {
	font-size: 19px;
	line-height: 23px;
	color: #1E124F;
	margin: 0 0 18px;
}
.single-post-content-wrapper .top-block .cta-content-wrapper p {
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 0 0 44px;
}
.single-post-content-wrapper .top-block .cta-content-wrapper a {
	background: #1E124F;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'GTBold';
	display: block;
}
.single-post-content-wrapper .middle-block {
	background-image: url('../images/sidebar-cta-two.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #1E124F;
	overflow: hidden;
	margin: 0 0 37px;
	padding: 32px 0 28px 42px;
}
.single-post-content-wrapper .middle-block .cta-content-wrapper {
	float: left;
	width: 128px;
}
.single-post-content-wrapper .middle-block .cta-content-wrapper h3 {
	margin: 0 0 18px;
	font-size: 25px !important;
	line-height: 30px !important;
}
.single-post-content-wrapper .middle-block .cta-content-wrapper p {
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 0 0 44px;
	color: #fff !important;
}
.single-post-content-wrapper .middle-block .cta-content-wrapper a {
	background: #EB5894;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'GTBold';
	display: block;
}
.single-post-content-wrapper .bottom-block {
	background-image: url('../images/sidebar-cta-three.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #71d9d6;
	overflow: hidden;
	background-size: cover;
	padding: 32px 0 28px 42px;
}
.single-post-content-wrapper .bottom-block .cta-content-wrapper {
	float: left;
	width: 133px;
}
.single-post-content-wrapper .bottom-block .cta-content-wrapper h4 {
	font-size: 19px;
	line-height: 23px;
	color: #1E124F;
	margin: 0 0 18px;
}
.single-post-content-wrapper .bottom-block .cta-content-wrapper p {
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 0 0 44px;
	color: #1E124F !important;
}
.single-post-content-wrapper .bottom-block .cta-content-wrapper a {
	background: #EB5894;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'GTBold';
	display: block;
}
.single-post-content-wrapper .sidebar-menu-links ul {
	margin: 0;
}
.single-post-content-wrapper .sidebar-menu-links li {
	list-style: none;
	margin: 0 0 5px;
}
.single-post-content-wrapper .sidebar-menu-links li a {
	font-size: 18px;
	line-height: 23px;
	color: #9390B4;
	text-decoration: none !important;
}
.single-post-content-wrapper .sidebar-menu-links li a:hover {
	color: #EB5894;
}
#singlePostVideoWrapper {
	margin-bottom:20px;
}
#singlePostVideoWrapper video {
    width: 100% !important;
    height: auto !important;
}
h6.hidden{
	display:none;
	}