.header {
	z-index: 2;
}
.ow-resources {
	padding-top: 0;
}
font {
	display: none;
}
font +br {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

.product-container {
	position: relative;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.product-container:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
}

.product-container img {
	height: 100%;
	opacity: 0.70;
}

.account-already {
	padding-top: 19px;
}
.account-already a {
	color: #36546e;
	font-weight: 800;
	text-decoration: none;
}

.owr-inner {
	display: flex;
	width: 100%;
	max-width: 1500px;
	padding: 0 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
.owr-inner * {
	box-sizing: border-box;
}
.owr-s1 {
	position: relative;
	height: 616px;
}
.ow-resources-text-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 370px;
}
.resource-overlay {
	height: 100%;
    background-color: #000;
}
.ow-list {
	display: flex;
}
.ow-big {
	position: relative;
	height: 570px;
	padding: 15px;
	width: 33.333%;
}
.ow-small {
	display: flex;
	flex-wrap: wrap;
	width: 66.666%;
}
.ow-small .owr-cat-square {
	padding: 15px;
	width: 50%;
}

.ow-small .product-container {
	height: 254px;
}

.ow-resources-text-inner .tagline {
	font-family: 'Mulish';
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.265em;
	text-transform: uppercase;
	color: #36546E;
	margin-bottom: 28px;
}
.ow-resources-text-inner h2 {
	font-size: 65px;
	line-height: 78px;
	display: flex;
	align-items: center;
	color: #36546E;
	margin-bottom: 28px;
}
.blue-button {
	background-color: #36546E;
	border-radius: 58.0645px;
	display: block;
	text-align: center;
	width: 205px;
	height: 43px;
	font-style: normal;
	font-weight: 700;
	font-size: 12.9076px;
	line-height: 43px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.blue-button:hover {
	color: #ffffff;
	background: #ED6B2C;
}
.owr-link {
	font-family: 'Mulish';
	font-weight: 900;
	font-size: 22px;
	line-height: 28px;
	color: #36546E;
	text-decoration: none;
}
.owr-link img {
	margin-left: 18px;
}
.owr-cat-tall {
	height: 100%;
	/*height: 542px;*/
	/*margin-left: 26px;*/
}
.owr-cat-square {
	position: relative;
}
.owr-cat-tag {
	width: 105px;
	height: 34px;
	position: absolute;
	z-index: 5;
	font-size: 13px;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
	top: 39px;
	right: 15px;
}
.owr-cat-tall .owr-cat-tag {
    right: 0;
    top: 25px;
}
.owr-cat-tag a {
	text-decoration: none;
	color: #fff;
}
.owr-img {
	object-fit: cover;
	/*height: 265px;*/
}
.owr-blog-img {
		/*width: 100%;*/
		height: 231px;
		object-fit: cover;
	}
.owr-img-tall {
	/*width: 95%;*/
	object-fit: cover;
	/*height: 542px;*/
}
.cat-orange {
	background: linear-gradient(101.09deg, #B04817 15.39%, #F16D30 93.37%);
}
.cat-orange-2 {
	background: linear-gradient(100.21deg, #E6885D 58.93%, #F1B030 101.34%);
}
.cat-blue {
	background: linear-gradient(96.99deg, #55ADB9 -5.53%, #36546E 100.45%);
}
.cat-purple {
	background: linear-gradient(74.5deg, #00B4DA -48.16%, #7F37C7 102.51%);
}
.cat-green {
	background: linear-gradient(96.99deg, #0086A2 -5.53%, #4ECB71 100.45%);
}
.cat-desc-container {
	width: 90%;
	height: 78px;
	text-align: center;
	margin: 0 auto;
}
.cat-desc {
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 20px;
	right: 20px;
	bottom: 24px;
}
.cat-desc a {
	color: #fff;
	text-decoration: none;
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
}
.cat-desc a:hover {
	color: #ED6B2C;
}

.cat-desc-date {
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 14px;
	vertical-align: middle;
}
.cat-desc-date img {
	vertical-align: middle;
	float: right;
}
	.ow-resources-container {
		/*margin-bottom: -78px;*/
	}
.owr-cat-tall .product-container {
	height: 100%;
}
/** FILTER CSS **/
	.filter-search-expanded {
		display: none;
		width: 89.1%;
	}
	.filter-sections {
		width: 84.1%;
		display: inline-block;
		vertical-align: top;
	}
	.search-div {
		width: 85%;
		display: inline-block;
		vertical-align: top;
		border-right: 1px solid #DADCDB;
	}
	.search-div input {
		background-color: #f5f7f6;
		height: 67px;
		width: 95%;
		border: none;
		padding-left: 10px;
		position: relative;
		top: 3px;
		font-size: 18px;
		color: #797272;
	}
	.search-div input:focus {
		outline: none;
	}
	.search-div input::placeholder {
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 67px;
		color: #A6A6A6;
	}
	.show-filter {
		width: 14.9%;
		display: inline-block;
		vertical-align: top;
		background-color: #36546E;
		border-radius: 0px 20px 20px 0px;
		float: right;
	}
	.show-filter a {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 71px;
		text-transform: uppercase;
		color: #fff;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	.filter-close {
		background-color: #36546E;
		width: 11.1%;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		border-radius: 0px 20px 20px 0px;
		text-align: center;
		line-height: 71px;
	}
	.filter-close img {
		vertical-align: middle;
	    position: relative;
	    top: -2px;
	}
	.filter-criteria {
		padding-top: 30px;
		padding-left: 55px;
		padding-bottom: 30px;
	}
	.filter {
		background-color: #F5F7F6;
		border-radius: 20px;
		width: 90%;
		margin: 0 auto;
		margin-top: 87px;
		margin-bottom: 87px;
	}
	.filter-container {
		height: 71px;
	}
	.filter-section {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		height: 71px;
		line-height: 71px;
	}
	.filter-section a {
		font-weight: 300;
		font-size: 18px;
		line-height: 71px;
		color: #36546E;
		text-decoration: none;
		display: block;
		padding: 0 60px 0 30px;
		border-right: solid 1px #DADCDB;
		background-image: url('../images/icon-down-arrow.svg');
		background-position: 94% center;
		background-repeat: no-repeat;
	}
	.filter-search {
		width: 10.8%;
		border-right: solid 1px #DADCDB;
	}
	.filter-search a {
		background-image: none;
		line-height: 71px;
	}
	.filter-search a img {
		vertical-align: middle;
	}
	.filter-main {
		
	}
	.filter-criteria {
		padding-top: 30px;
		padding-left: 55px;
		padding-bottom: 30px;
	}
	.filter-item {
		padding-bottom: 30px;
	}
	.filter-column {
		width: 20%;
		display: inline-block;
		vertical-align: top;
	}
	.filter-item input:checked {
		accent-color: #C75E2E;
	}
.filter-item input:checked + label {
	color: #C75E2E;
	font-family: 'gothambold', sans-serif;
}
.filter-item label {
	color: #36546e;
}
	.filter-item label {
		font-size: 18px;
	}
	.selected label {
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		color: #C75E2E;
	}
/** END FILTER CSS **/
.blog-row {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
	}
	.blog-row .one-third {
		width: 33.3333333333%;
		white-space: normal;
	}
	.blog-container {
		width: 90%;
		border: 1.29041px solid #DBDBDB;
		border-radius: 25.8082px;
		text-align: left;
		height: 493px;
	}
	.blog-container img {
		width: 100%;
		object-fit: cover;
		border-radius: 25.8082px 25.8082px 0px 0px;;
	}
	.blog-title-date a {
		font-size: 20px;
		color: #36546e;
		line-height: 23px;
		font-weight: 600;
		text-decoration: none;
		margin-bottom: 20px;
		display: block;
	}
	.blog-title-date span a {
		display: inline-block;
		height: 0;
 	    vertical-align: middle;
    	float: right;
    	color: #36546e;
	}
	.br-s2 {
		text-align: center;
	}
	.br-s3 {
		text-align: right;
	}
	.blog-title-date {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.blog-title-date span {
		text-transform: capitalize;
		font-weight: 325;
		font-size: 14px;
		color: #36546e;
	}
	.blog-title-date img {
		width: auto;
		display: inline-block;
		border-radius: 0;
		float: right;
		margin-right: 20px;
	}
	.cate-desc-date img {
		width: auto;
		display: inline-block;
		border-radius: 0;
	}
	.blog-row {
		margin-bottom: 57px;
	}
	.br-s2 .blog-container {
		margin-left: auto;
		margin-right: auto;
	}
	.br-s3 .blog-container {
		margin-right: 0;
		margin-left: auto;
	}
	.blog-description {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 18.0658px;
		line-height: 22px;
		color: #555555;
		margin-bottom: 30px;
		height: 66px;
	}
	.relevanssi-live-search-results {
    	top: 733px !important;
    }
}

@media screen and (max-width: 1305px) {
	.owr-inner {
		padding: 0 24px;
	}
	.ow-resources-text-inner {
		min-width: 300px;
	}
	.ow-resources-text-inner h2 {
		font-size: 50px;
		line-height: 1.2;
	}
	.ow-resources-text-inner .tagline {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.ow-big {
		padding: 8px;
	}
	.owr-cat-tall .product-container {
		height: 100%;
	}
	.ow-small .owr-cat-square {
		padding: 8px;
	}
	.owr-cat-tag {
		right: 8px;
	}
	.blog-container {
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.owr-inner {
		flex-direction: column;
	}
	.ow-small {
		z-index: 1;
	}
	.ow-resources-container {
		margin-top: 120px;
	}
	.ow-resources-text-inner {
		margin-bottom: 40px;
	}

	.owr-inner {
		width: 100%;
		padding: 0;
		height: auto;
	}
	.owr-s1 {
		height: auto;
		padding-bottom: 54px;
	}
	.ow-resources-container {
		margin-top: 134px;
	}
	.ow-resources-text-inner {
		height: auto;
		transform: none;
		position: initial;
		top: 0;
		left: 0;
		padding-left: 5.3%;
		padding-right: 5.3%;
		width: 89%;
	}
	.owr-s1 .tagline {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 18px;
	}
	.owr-s1 h2 {
		font-size: 45px;
		line-height: 54px;
		font-weight: 300;
	}
	.owr-img {
		width: 100%;
		border-radius: 20px;
		height: 368px;
	}
	.owr-cat-tall .owr-img {
		border-radius: 0 !important;
	}
	.cat-desc {

	}
	.owr-cat-square .cat-desc-date {

	}
	.owr-cat-square .owr-img {
		height: 100%;
	}
	.owr-cat-tall {
		height: auto;
		margin-left: 0;
		width: 100%;
	}
	.owr-cat-square {
		margin: 0;
		padding-left: 5.3%;
		padding-right: 5.3%;
		width: 89%;
		height: auto;
	}
	.cat-purple, .cat-orange {

	}
	.owr-s3 {
		position: relative;
		top: -85px;
	}
	.owr-s4 {
		position: relative;
    	top: -240px;
    }

    .blog-row {
		padding-left: 5.3%;
		padding-right: 5.3%;
		width: 89.4%;
	}
	.blog-container {
		width: 100%;
	}
	.blog-container img {
		height: 206px;
	}
	.blog-container span a img {
		height: initial !important;
		width: initial !important;
	}
	.blog-row .one-third {
		margin-bottom: 56px;
	}
	.blog-title-date span {
		font-size: 14px;
	}
	.blog-title-date {
		height: 170px;
	}
	.footer-cg-container {
		padding-top: 70px;
	}
	.blog-desc {
		font-family: 'Montserrat';
		font-size: 18.0658px;
		line-height: 22px;
		color: #555555;
		margin-bottom: 45px;
	}
	#content hr {
		display: none;
	}

    /** Search **/
    .filter {
		width: 100%;
		border-radius: 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.filter::-webkit-scrollbar {
		display: none;
	}
	.filter {
		height: 60px;
		margin-top: 62px;
		margin-bottom: 48px;
		position: relative;
		z-index: 1;
	}
	.mobile-filter-search {
		width: 20%;
		display: inline-block;
		border-right: solid 1px #dadcdb;
		line-height: 60px;
		text-align: center;
	}
	.mobile-filter-search img {
		vertical-align: middle;
	}
	.mobile-search-area {
		width: 40%;
		display: inline-block;
	}
	.mobile-show-filter {
		width: 38%;
		float: right;
		display: inline-block;
		background-color: #36546e;
		height: 60px;
		vertical-align: middle;
		line-height: 60px;
		text-align: center;
	}
	.mobile-show-filter a {
		color: #fff;
		font-size: 15px;
		line-height: 18px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.mobile-search-area input {
		width: 120px;
		height: 54px;
		line-height: 60px;
		border: 0;
		background-color: #F5F7F6;
		padding-left: 20px;
	}
	.mobile-search-area input:focus {
		outline: none;
	}
	#mobile-filter-content-initial {
		width: 100%;
	}
	#mobile-filter-content {
		width: 800px;
		white-space: nowrap;
	}
	.filter-search-icon {
		width: 50px;
		display: inline-block;
		vertical-align: middle;
		line-height: 60px;
		background-color: #ececec;
		text-align: center;
	}
	.filter-search-icon img {
		vertical-align: middle;
	}
	.filter-select {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		border-right: solid 1px #dadcdb;
		line-height: 60px;
	}
	.filter-select-container {
		padding-left: 20px;
	}
	.filter-cat-container a {
		font-weight: 300;
		font-size: 18px;
		line-height: 60px;
		display: block;
		width: 100%;
		text-decoration: none;
		color: #36546E;
	}
	.filter-select-container a:active, .filter-select-container a:visited, .filter-select-container a:hover, .filter-select-container a:link {
		color: #36546e;
		text-decoration: none;
	}
	.filter-cat {
		width: 35%;
		float: none;
		display: inline-block;
		vertical-align: top;
		font-weight: 325;
		font-size: 18px;
		line-height: 60px;
		color: #36546E;
	}
	.filter-cat-container {
		padding-left: 10px;
		display: inline-block;
		width: 175px;
		border-right: solid 1px #dadcdb;
		background-image: url('../images/icon-down-arrow.svg');
		background-position: 94% center;
		background-repeat: no-repeat;
	}
	.filter-content-expanded {
		background-color: #f5f7f6;
	}
	.filter-container-expanded {
		padding-top: 30px;
		width: 100%;
	}
	.filter-column {
		width: 50%;
	}
	.filter-item {
		padding-left: 20px;
	}
	.blog-container {
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.ow-list {
		flex-direction: column;
	}
	.ow-big {
		height: auto;
		width: 100%;
	}
	.product-container:after {
		background: rgba(0, 0, 0, 0.33);
	}
	.ow-small {
		width: 100%;
	}
	.ow-small .owr-cat-square {
		width: 100%;
	}
	.owr-cat-tall .product-container {
		height: 289px !important;
	}
	.blog-container {
		height: auto;
	}
}