.has-carousel .owl-stage-outer { 
	overflow: visible!important;
}
.has-carousel .owl-item {
   opacity: 0;
   transition: opacity 0.25s;
}
.has-carousel .owl-item.active {
  opacity: 1;
}
.has-carousel .owl-controls {
	position:absolute;
    width: 100%;
    text-align: center;
}
.has-carousel.owl-theme .owl-nav {
    margin-top: 10px!important;
}
.pinned, .pinned .secondary, .resources {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.pinned {
	margin: 0 calc(-1 * var(--gap)) 0 calc(-1 * var(--gap));
	width: calc(100% + var(--gap) * 2);
	min-height:660px;
	padding-bottom:32px;
}
.pinned, .pinned .secondary {
  --gap: 12px;
}
.pinned > * {
	margin: 0 var(--gap) 0 var(--gap);
}
.pinned .secondary {
	margin-top: calc(-1 * var(--gap));
	margin-bottom: calc(-1 * var(--gap));
	height: calc(100% + var(--gap) * 2);
	z-index:2;
}
.pinned .secondary > * {
	margin-top: var(--gap);
	margin-bottom: var(--gap);
}
.pinned .primary {
	flex: 1 1 68%;
    max-width: 100%;
	z-index:1;
}
.pinned .secondary {
	flex: 1 1 32%;
    max-width: 100%;
	height:auto;
	flex-direction: column;
}
.resources {
	flex-wrap: wrap;
	min-height:780px;
}
.resource_list.resources {
	min-height:780px;
}
.resource_list.resources.live {
	min-height:inherit;
}
.resource_list.resources.resource_teaser {
	min-height:inherit;
}
.resources:after {
    content: "";
    flex: 1 1 100%;
    max-width: 31%;
}
.resources_container .vc_column-inner > .wpb_wrapper {
	margin: 8% auto;
    padding: 35px;
    border-radius: 6px;
    background: #fff;
}

.rsc, .sort_buttons *, .rsc * {
	-webkit-transition: all .21s ease-out;
    -moz-transition: all .21s ease-out;
    -o-transition: all .21s ease-out;
    transition: all .21s ease-out;
}
.rsc {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	margin:0;
	padding:0;
	border-radius: 6px;
	background-color: #ffffff;
	height:100%;
	overflow: hidden;
	cursor:pointer;
}
.resources_container .vc_column-inner > .wpb_wrapper,
.rsc {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}
.resources .rsc {
	flex: 0 31%;
	margin-bottom: 35px!important;
	height:470px;
}
.resource_list.resources .rsc {
	height:370px;
}
.resource_list .inner {
	height:100%;
	padding-bottom:56.25%;
}
.rsc:hover {
    -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}
.rsc .cover {
	position:relative;
	background-color:#d9d9d9;
	background-size:cover!important;
	background-repeat:no-repeat!important;
    background-position:center!important;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges; 
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	height:0;
	padding-bottom:56.25%;
}
.rsc.horiz .cover {
	width: 0;
    padding-left: 35%;
    padding-bottom: 0;
    height: auto;
}

.rsc .guts {
	flex: 0 1 100%;
	position:relative;
}
.rsc .guts .txt {
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	flex-direction: column;
	padding: 30px 20px 20px;
}
.rsc .guts .txt a:not(.btn) {
	color:#00468c;
}
.resources .rsc .guts .txt {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.pinned .primary .rsc .guts,
.pinned .secondary .rsc .guts {
	display: flex;
    align-items: center;
}
.pinned .primary .rsc .guts .txt {
	padding: 30px 30px 20px;
}
.pinned .secondary .rsc .guts .txt {
	padding: 30px 20px 20px;
}
.rsc .cover .category {
	font-family:'Open Sans Bold', sans-serif;
	position: absolute;
    bottom: -15px;
    left: 20px;
    font-size: 16px;
    background-color: #1aa6b8;
    color: #fff;
    padding: 4px 15px 6px;
    border-radius: 4px;
}
.pinned .primary .rsc .cover .category {
    left: 30px;
}
.rsc a.btn {
    display: inline-block;
    border-radius: 24px;
    padding: 5px 20px 4px;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.rsc .title {
	color:#173262;
	font-family:'Open Sans Bold', sans-serif;
	font-size: 17px;
    line-height: 1.2;
}
.pinned .primary .rsc .title {
	font-size: 32px;
    line-height: 1.22;
}
#main .rsc .excerpt p {
    font-size: 14px;
	line-height:1.5;
	padding: 5px 0;
	margin:0;
}
.filter_controls>div{
	margin-bottom:35px!important;
}
.filter_controls .sort_buttons {
    text-align: center;
    vertical-align: top;
}
.filter_controls .sort_buttons div {
	display:inline-block;
	font-size:15px;
	color:#a0a2a4;
	text-transform:uppercase;
	padding:8px 15px 7px;
	cursor:pointer;
	background:#f0f2f4;
	border:1px solid #e0e2e4;
	border-radius:35px;
	margin:5px 3px;
}
.filter_controls .sort_buttons div.active {
	font-weight:bold;
	color:#ffffff;
	background:#00468c;
	border:1px solid #00468c;
}
.filter_controls .sort_buttons div:not(.active):hover {
	color:#303234;
	background:#ffffff;
}
.filter_controls .sort_buttons div:first-child {
	margin-left:0;
}
.filter_controls .sort_buttons div:last-child {
	margin-right:0;
}
.filter_controls .input_frame {
	background: url('../images/icon-search.svg');
	background-repeat:no-repeat;
	background-position:right 22px center;
	display:inline-block;
}
.filter_controls .input_frame input[type=text] {
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: #606264;
    border: 1px solid #00468c;
    margin: 0;
    cursor: inherit;
    padding: 15px 20px;
    border-radius: 35px;
}
 
.resources.loading,
.blog_list.loading {
	background-image:url(../images/loading.svg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:40px;
}
.blog_list.load_more {
    text-align: center;
    height: 48px;
    padding: 35px 15px;
}
.blog_list.load_more a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    padding: 13px 34px;
    color: #fff;
    background-color: #00468c;
    border-radius: 40px;
    border: 1px solid #00468c;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.blog_list.load_more a:hover {
    background-color: #fff;
	color: #00468c;
}
.blog_util_toc {
	position:absolute;
	left:-4000px;
	top:110px;
	max-width:250px;
}
.blog_util_toc .items > div {
	position: relative;
	padding:5px 0 5px 25px;
	font-size: 14px;
	line-height: 24px;
	color:#6D6D6D;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
}
.blog_util_toc .items > div:hover {
	color:#0c74dc;
	text-decoration:underline;
}
.blog_util_toc .items > div:before {
	content:'';
	position:absolute;
	width:15px;
	height:1px;
	top:17px;
	left:0;
	background:#6D6D6D;
}
.blog_util_toc .items > div.active {
	font-weight: bold;
	color: #00468c;
}
.blog_util_toc .items > div.active:before {
	height:2px;
	background:#00468c;
}
.resources.teaser {
	min-height:inherit;
}
.resources.teaser .rsc {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.rsc.horiz {
    flex-direction: row;
	height:125px!important;
}
.rsc.horiz .guts .txt {
	padding: 15px 10px 15px 15px;
}
.rsc.horiz .title {
	font-size: 14px;
}
.rsc.horiz .guts .txt a.arrowed {
    font-size: 14px;
}
.resources.teaser .rsc .arrowed {
	color:#2ebee6!important
}
.rsc .arrowed {
	margin-top:15px
}

@media (min-width:1440px) and (max-width:1700px) {
	.blog_util_toc {
		max-width:110px;
	}
	.blog_util_toc .items > div {
		padding:5px 0 5px 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.blog_util_toc .items > div:before {
	    width: 5px;
		top: 12px;
	}
}
@media (max-width:1439px) {
	.blog_util_toc {
		display:none;
	}
}

@media (max-width: 768px) {
	.has-carousel {
		padding-bottom:45px;
	}
	
	.has-carousel.visual-carousel .owl-controls .owl-dots .owl-dot span {
		border: 1px solid #fff!important;
		background: none!important;
		opacity:0.5
	}
	.has-carousel.owl-theme .owl-dots .owl-dot.active span,
	.has-carousel.owl-theme .owl-dots .owl-dot:hover span {
		border: 1px solid #fff!important;
		background: #fff!important;
		opacity:1
	}
	.pinned {
		display:block;
		margin: 0;
		width:100%;
		min-height:inherit;
	}
	.pinned > * {
		margin: 0;
	}
	.pinned .primary {
		margin-bottom: calc(var(--gap) * 2);
	}
	.pinned .rsc {
		min-height: 390px;
	}
	.pinned .rsc .guts .txt {
		padding: 30px 30px 20px!important;
	}
	.pinned .rsc .title {
		font-size: 20px!important;
		line-height: 1.35!important;
	}
	.resources .rsc {
		flex: 0 48%;
	}
	.resources .rsc .excerpt {
		display:none;
	}
	.rsc.horiz {
		height: 140px!important;
	}
}
@media (max-width: 600px) {
	.resources .rsc {
		flex: 0 100%;
		height: 390px;
	}
}
@media (max-width: 480px) {
	.pinned .rsc {
		min-height: 350px;
	}
	.resources, .blog_controls {
		margin-left: 15px;
		margin-right: 15px;
	}
}