@charset "UTF-8";

aside select[name=wp-category-archive-dropdown] {
	width:100%;
}
/* New ylr home page blocks */
section .container {
	padding: 1px 20px;
}
section.subscribe {
	text-align: center;
}
section.white {
	background-color: #fff;
}
section.grey {
	background-color: #ddd;
}
section.blue {
	background-color: #39477b;
}
section.lightgrey {
	background-color: #f6f7fb;
}


.topics-page .topic-title {width:100%}
.topics-page .topic-title .search-box-topic,
.topics-template .topic-title .search-box-topic{
	position: relative;
	float: right;
	width: 368px;
	z-index: 7;
}
.topics-page .topic-title h1,
.topics-template .topic-title h1{
	position: relative;
	float: left;
	width: calc( 100% - 368px);
	z-index: 7;
}

.topics-page .topic-title .search-box-topic input,
.topics-template .search-box-topic input {
	height: 40px;
	border: 1px solid #cbcbcb;
	box-shadow: 2.5px 1.7px 0 rgba(0, 0, 0, 0.05);
	width: 100%;
	padding: 0 45px 0 15px;
}
.topics-page .topic-title .search-box-topic .search-btn,
.topics-template .search-box-topic .search-btn {
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	transition: opacity .2s;
}

.topics-page .topic-title .search-box-topic .search-btn:hover,
.topics-template .search-box-topic .search-btn:hover {
	opacity: .8;
}

@media (max-width: 960px) {
	.topics-page .topic-title h1,
	.topics-page .topic-title .search-box-topic,
	.topics-template .topic-title h1,
	.topics-template .topic-title .search-box-topic {
		float: none;
		width: 100%;
	}
}

/*New template styles*/
*, *:before, *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
main.new-template-box .center{
	text-align: center;
	}
main.new-template-box:not(.common) h1,
main.new-template-box.common.webinars h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	color: #010101;
	margin: 0 0 25px;
	}
main.new-template-box:not(.common) h1.small-indent{
	margin-bottom: 8px;
	}
main.new-template-box:not(.common) h1.small-indent + *{
	margin-top: 0;
	}
main.new-template-box h1.has-icon{
	display: flex;
	align-items: center;
	}
main.new-template-box:not(.common) .bg-box.content-bg-width h1{
	margin-bottom: 39px;
	}
main.new-template-box:not(.common) h1 .icon{
	display: flex;
	align-items: center;
	line-height: 0;
	width: 53px;
	min-width: 53px;
	}
main.new-template-box:not(.common) h1 .icon > *{
	max-width: 80%;
	}
main.new-template-box:not(.common) h2, main.new-template-box:not(.common) .h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	color: #010101;
	margin: 0 0 24px;
	}
	
main.new-template-box:not(.common) .custom-script-block h2,
main.new-template-box:not(.common) .topics.topics-menu h2 {
	margin: 0 0 38px;
}

main.new-template-box:not(.common) h3, main.new-template-box:not(.common) .h3{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5em;
	color: #010101;
	margin: 36px 0 9px;
	}
main.new-template-box:not(.common) .time{
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 1em;
	color: #7e85a1;
	margin: 0 0 5px;
	}
/*Form styles*/
main.new-template-box:not(.common) .form{
	margin: 40px 0;
	}
main.new-template-box:not(.common) .field{
	margin: 0 0 14px;
	}
main.new-template-box:not(.common) .field-name{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.35em;
	margin: 0 0 10px;
	}
main.new-template-box:not(.common) .form-control{
	position: relative;
	z-index: 2;
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	height: 50px;
	width: 100%;
	line-height: 1em;
	padding: 5px 20px;
	background: #fff;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: none !important;
	text-overflow: ellipsis;
	}
main.new-template-box:not(.common)  input::-webkit-input-placeholder, main.new-template-box:not(.common) textarea::-webkit-input-placeholder{
	color: #000;
	opacity: 1;
	}
main.new-template-box:not(.common) input::-moz-placeholder, main.new-template-box:not(.common) textarea::-moz-placeholder{
	color: #000;
	opacity: 1;
	}
main.new-template-box:not(.common) input:-ms-input-placeholder, main.new-template-box:not(.common) textarea:-ms-input-placeholder{
	color: #000;
	opacity: 1;
	}
main.new-template-box:not(.common) input:focus::-webkit-input-placeholder, main.new-template-box:not(.common) textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
main.new-template-box:not(.common) input:focus::-moz-placeholder, main.new-template-box:not(.common) textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
main.new-template-box:not(.common) input:focus:-ms-input-placeholder, main.new-template-box:not(.common) textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
/*Btn*/
main.new-template-box:not(.common) button{
	border: none;
	cursor: pointer;
	outline: none !important;
	}
main.new-template-box.webinars aside .btn,
main.new-template-box:not(.common) .btn{
	position: relative;
	z-index: 4;
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 18px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 16px;
	max-width: 100%;
	margin: 24px auto 0;
	border: 1px solid #001689;
	border-radius: 0;
	background: #001689;
	cursor: pointer;
	overflow: hidden;
	}
main.new-template-box:not(.common) .btn.transparent{
	color: #001689;
	background: transparent;
}
main.new-template-box:not(.common) .btn.full-width{
	width: 100%;
	}
main.new-template-box:not(.common) .btn::-moz-focus-inner{
	border: 0;
	}

main.new-template-box.webinars aside .btn:active,
#subscribe_form_submit:active,
main.new-template-box:not(.common) .btn:not(:disabled):active,
main.new-template-box.webinars aside .btn:hover,
#subscribe_form_submit:hover,
main.new-template-box:not(.common) .btn:not(:disabled):hover{
	color: #001689 !important;
	background: transparent !important;
	border-color: #001689;
	}
/*
.touchevents main.new-template-box:not(.common) .btn:not(:disabled):hover{
	background: #001689;
	border-color: #001689;
	color: #fff !important;
	}
*/
.no-touchevents main.new-template-box:not(.common) .btn.transparent:not(:disabled):active,
.no-touchevents main.new-template-box:not(.common) .btn.transparent:not(:disabled):hover{
	color: #fff !important;
	background: #001689 !important;
	}
	
.no-touchevents main.new-template-box:not(.common) .subscribe-box .btn{
	color: #fff;
	background: #001689;
	}
/*
.touchevents main.new-template-box .btn.transparent:not(:disabled):hover{
	border-color: #001689;
	color: #001689;
	background: transparent;
}
*/
.no-touchevents main.new-template-box .btn:not(:disabled):active{
	box-shadow: inset 0 0 5px 0 rgba(76, 95, 169, .5);
	}
.no-touchevents main.new-template-box:not(.common) .btn.transparent:not(:disabled):active{
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3);
	}
main.new-template-box:not(.common) .btn:disabled{
	opacity: .7;
	cursor: default;
	}
/*Radio*/
main.new-template-box:not(.common) .radio-item{
	position: relative;
	margin: 0 0 8px;
	}
main.new-template-box:not(.common) .radio-item input[type="checkbox"],
main.new-template-box:not(.common) .radio-item input[type="radio"]{
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	}
	
main.new-template-box:not(.common) .radio-item input[type="checkbox"] + label,
main.new-template-box:not(.common) .radio-item input[type="radio"] + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.35em;
	color: #000;
	padding-left: 26px;
	cursor: pointer;
	}

main.new-template-box:not(.common) .radio-item input[type="checkbox"]:checked + label,
main.new-template-box:not(.common) .radio-item input[type="radio"]:checked + label{
	cursor: default;
	}
main.new-template-box:not(.common) .radio-item input[type="checkbox"]:disabled + label,
main.new-template-box:not(.common) .radio-item input[type="radio"]:disabled + label{
	cursor: default;
	opacity: .5;
	}
main.new-template-box:not(.common) .radio-item input[type="radio"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
	height: 19px;
	border: 2px solid #545454;
	border-radius: 110%;
	}
main.new-template-box:not(.common) .radio-item input[type="radio"]:checked + label:after{
	content: '';
	position: absolute;
	left: 5px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 120%;
	background: #545454;
	}
main.new-template-box:not(.common) .radio-item input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
	height: 19px;
	border: 2px solid #545454;
	border-radius: 110%;
	}
main.new-template-box:not(.common) .radio-item input[type="checkbox"]:checked + label:after{
	content: '';
	position: absolute;
	left: 5px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 120%;
	background: #545454;
	}
/*Header*/
header{
	z-index: 99;
	}
/**/
main.new-template-box{
	font-size: 18px;
	line-height: 1.555555555555556em;
	}
main.new-template-box.topics-page{
	font-size: 17px;
	line-height: 1.555555555555556em;
}
header .right-controls .search-box {
	display: none;
}
header .right-controls {
	margin-bottom: 70px;
}
/*Breadcrumbs*/
#breadcrumbs-box{
	display: flex;
	align-items: flex-start;
	margin: -53px 0 21px;
	}
	main.new-template-box.common #main #breadcrumbs-box {
		margin-top: 0;
	}
.has-filter-form #breadcrumbs-box{
	width: calc(100% - 385px);
	padding-right: 45px;
	}
main.new-template-box.common.webinars .breadcrumbs,
main.new-template-box:not(.common) .breadcrumbs{
	max-width: calc(100% - 70px);
	margin: 0;
}

main.new-template-box.common.webinars .breadcrumbs ul,
main.new-template-box:not(.common) .breadcrumbs ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	max-width: 100%;
	}
	
main.new-template-box.common #main .breadcrumbs ul li,
main.new-template-box:not(.common) .breadcrumbs li,
main.new-template-box.common.webinars .breadcrumbs ul li{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0 0 8px 0;
	padding: 0;
	}
main.new-template-box:not(.common) #breadcrumbs-box .breadcrumbs span,
main.new-template-box:not(.common) #breadcrumbs-box .breadcrumbs a,
main.new-template-box.common #breadcrumbs-box .breadcrumbs span,
main.new-template-box.common #breadcrumbs-box .breadcrumbs a{
	color: #333333;
	margin: 0 9px 0 0;
	font-size: inherit;
	}
	
main.new-template-box:not(.common) #breadcrumbs-box .breadcrumbs span,
main.new-template-box.common #breadcrumbs-box .breadcrumbs span{
	color: #000;
	}

main.new-template-box .breadcrumbs a:after{
	color: #000;	
	margin: 0 0 0 9px;
	font-size: inherit;
}
main.new-template-box .breadcrumbs li:last-child > a:after{
	content: none;
}
.no-touchevents main.new-template-box #breadcrumbs-box .breadcrumbs a:hover{
	text-decoration: underline;
	color: #ffa400;
	}
main.new-template-box #breadcrumbs-box .print{
	font-size: 13px;
	line-height: 1em;
	color: #333333;
	text-decoration: none;
	}
main.new-template-box #breadcrumbs-box a.print{
	margin-left: auto;
	min-width: 55px;
	}
.no-touchevents main.new-template-box #breadcrumbs-box a.print:hover{
	color: #ffa400;
	text-decoration: underline;
	}
main.new-template-box .print i{
	position: relative;
	top: 1px;
	font-size: 17px;
	line-height: 1em;
	color: #ffa400;
	margin: 0 7px 0 0;
	}
/*Main*/
.content-layout-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.has-filter-form .content-layout-grid{
	align-items: inherit;
	}
main.new-template-box #main{
	padding-top: 0 !important;
	padding: 0 0 60px;
	}
main.new-template-box .content-layout-grid #main{
	padding-right: 45px;
	width: calc(100% - 385px);
	}
main.new-template-box:not(.common)  p{
	font-size: 18px;
	line-height: 1.555555555555556em;
	margin: 27px 0;
	}
main.new-template-box:not(.common)  h3 + p, main.new-template-box:not(.common)  .h3 + p{
	margin-top: 0;
	}
main.new-template-box:not(.common)  p.important-text{
	font-size: 21px;
	}
main.new-template-box:not(.common)  p.max-w, main.new-template-box:not(.common)  div.max-w{
	max-width: 760px;
	}
	
main.new-template-box:not(.common)  aside .with-description-and-icon li a .text .title,	
main.new-template-box:not(.common)  a{
	color: #001689;
	text-decoration: none;
	}
.no-touchevents main.new-template-box aside .with-description-and-icon li a:hover .text p,	
.no-touchevents main.new-template-box a:hover{
	color: #ffa400;
	}
main.new-template-box:not(.common)  ul, main.new-template-box:not(.common) ol{
	margin: 27px 0 27px 17px;
	}
main.new-template-box:not(.common) ul li ul {
    margin: 12px 0 0;
}
main.new-template-box:not(.common)  ul li, main.new-template-box:not(.common)  ol li{
	font-size: 18px;
	line-height: 1.555555555555556em !important;
	margin: 0;
	position:relative;
	}
main.new-template-box:not(.common)  #main ul li{
	padding-left: 28px;
	}
main.new-template-box:not(.common)  ul li:before{
	left: 0;
	top: 12px;
	background-color: #001689;
	}
.content-layout-grid #aside{
	position: relative;
	width: 385px;
	padding: 3px 36px 0 56px;
	border-left: 2px solid #e5e5e5;
	}
.content-layout-grid #aside > *:first-child{
	margin-top: 0;
	}
.content-layout-grid #aside > *:last-child, .content-layout-grid #aside > .sub-text:last-child{
	margin-bottom: 0 !important;
	}
.has-filter-form #aside{
	padding: 3px 36px 60px 45px;
	border: none;
	}
.has-filter-form #aside:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: -100px;
	right: -1500px;
	bottom: 0;
	background: #f6f7fb;
	}
#aside .h3{
	font-weight: 400;
	margin: 0 0 20px;
	}
main.new-template-box .filter-form{
	margin: 0;
	}
.filter-form .form-control{
	height: 40px;
	padding: 4px 20px;
	}
.filter-form .btns-box{
	display: flex;
	justify-content: space-between;
	margin: 29px 0 0;
	}
	
main.new-template-box:not(.common) .feeds p > a.btn,
main.new-template-box:not(.common) .btn.view-all-btn,
main.new-template-box.webinars aside .btn,	
.filter-form .btn{
	width: 133px;
	margin: 0;
	}

.content-layout-grid #aside p:not(.h3){
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 15px;
	}
	
	.content-layout-grid #aside p.no-margin{
		margin:0;
	}
main.new-template-box #aside ul, main.new-template-box #aside ol{
	margin-left: 0;
	}
main.new-template-box #aside p + ul, main.new-template-box #aside p + ol{
	margin-top: -15px;
	}
main.new-template-box #aside ul li, main.new-template-box #aside ol li{
	font-size: 16px;
	line-height: 26px !important;
	margin: 0;
	}
main.new-template-box #aside ul li{
	position: relative;
	padding-left: 25px;
	}
main.new-template-box #aside ul li:before{
	content: '';
	position: absolute;
	left: 6px;
	top: 13px;
	width: 6px;
	height: 6px;
	background: #001689;
	border-radius: 110%;
	}
/*Sub nav*/
.sub-nav-box{
	position: relative;
	z-index: 10;
	padding: 20px 0;
	margin: 0 0 81px;
	background: #fff;
	box-shadow: 0 6px 14px 0 rgba(76, 95, 169, .1);
	}
main.new-template-box.common .sub-nav-box {
	margin-bottom: 3px;
}
.sub-nav-box .sub-nav{
	display: flex;
	align-items: center;
	}
.sub-nav-box .sub-nav .logo{
	position: relative;
	top: -5px;
	margin: 0;
	}
.sub-nav-box .sub-nav .logo img{
	display:block;
	margin: 0;
	}
	main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap {
		width: 100%;
	}
	#ylr-menu-toggle-wrapper{
	    width: 30px;
    height: 24px;
    display: none;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    right: 20px;
    top: 50%;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
	
	
	
main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: calc(100% - 300px);
	max-width: 100%;
	margin: 8px 0 0 auto;
	}
main.new-template-box .sub-nav-box  .sub-nav .ylr-menu-wrap  > ul > li{
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 8px 50px;
	padding: 0;
	}
main.new-template-box .sub-nav-box  .sub-nav .ylr-menu-wrap  > ul > li ul li{
	text-transform: none;
	}
main.new-template-box .sub-nav-box .sub-nav li:first-child{
	margin-left: 0;
	}
main.new-template-box .sub-nav-box  .sub-nav a{
	font-weight: 500;
	color: #000;
	text-decoration: none;
	}
.no-touchevents main.new-template-box .sub-nav-box  .sub-nav a:hover{
	color: #ffa400;
	}
main.new-template-box .sub-nav-box  .sub-nav .active > *{
	color: #ffa400;
	}
.no-touchevents main.new-template-box .sub-nav-box  .sub-nav .active a:hover{
	opacity: .6;
	}
/*Intro text grid*/
.intro-text-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 50px;
	}	
main.new-template-box .ylr-header.ylr-front-content aside,
.intro-text-grid .col{
	width: 440px;
	padding:0;
	padding-top: 26px;
	}
main.new-template-box .ylr-header.ylr-front-content .content,
.intro-text-grid .col.text{
	padding: 0 54px 0 0;
	width: calc(100% - 440px);
	max-width: 664px;
}

main.new-template-box .ylr-header.ylr-front-content .no-sidebar .content {
	padding: 0 54px 0 0;
	width: 80%;
	max-width: 80%;
}

main.new-template-box aside .with-description-and-icon li > a,	
.square-icons-text-list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 30px;
	}
.topics.topics-menu,section.new-topics {position:relative;}
.topics.topics-menu a#topics, section.new-topics a#topics {position:absolute;top:-100px;}

.topics.topics-menu .topic.row-item > a {display:block;}


main.new-template-box aside .with-description-and-icon li .icon,	
.square-icons-text-list .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 100px;
	height: 100px;
	border: 1px solid #4c5fa9;
	margin-top: 3px;
	}
	
main.new-template-box aside .with-description-and-icon li .icon > *,	
.square-icons-text-list .icon > *{
	margin: 0;
	max-width: 70%;
	max-height: 70%;
	}

main.new-template-box aside .with-description-and-icon li .text,
.square-icons-text-list .text{
	font-size: 17px;
	line-height: 25px;
	width: calc(100% - 100px);
	padding: 0 0 0 20px;
	}
main.new-template-box aside .with-description-and-icon li .text > *:first-child,
.square-icons-text-list .text > *:first-child{
	margin-top: 0 !important;
	}
main.new-template-box aside .with-description-and-icon li .text > *:last-child,
.square-icons-text-list .text > *:last-child{
	margin-bottom: 0 !important;
	}
main.new-template-box aside .with-description-and-icon li .text p,
main.new-template-box .square-icons-text-list .text p{
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 8px;
	}
main.new-template-box aside .with-description-and-icon li a .title,
main.new-template-box .square-icons-text-list .text .title{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 0 6px;
	}
main.new-template-box aside .with-description-and-icon li a .text .title,
.square-icons-text-list .text .title a{
	font-weight: 700;
	color: #4c5fa9;
	text-decoration: none;
	}
/*Special links*/
.special-link, main.new-template-box .special-link{
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4em;
	color: #000;
	margin: 30px 0;
	padding: 14px 58px 20px 28px;
	background: #fff;
	box-shadow: 0 6px 14px 0 rgba(76, 95, 169, .1);
	}
.no-touchevents .special-link:hover{
	color: #ffa400;
	}
.special-link:after{
	content: '\f054';
	position: absolute;
	right: 25px;
	top: 50%;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	text-rendering: auto;
	color: #001689;
	margin: -10px 0 0;
	transition: color .2s ease;
	}
.no-touchevents .special-link:hover:after{
	color: #ffa400;
	}
.no-touchevents .special-link:hover:after{
	animation: arrowAnimate .7s ease-in-out infinite;
	}
@keyframes arrowAnimate{
	0%{
		transform: translate3d(0, 0, 0);
		}
	50%{
		transform: translate3d(10px, 0, 0);
		}
	100%{
		transform: translate3d(0, 0, 0);
		}
	}
main.new-template-box #main .special-links-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -30px;
	}
main.new-template-box #main .special-links-list li{
	display: flex;
	width: calc(50% - 27px);
	padding: 0;
	margin: 0 0 30px;
	}
.special-links-list li:before{
	display: none;
	}
.special-links-list .special-link{
	width: 100%;
	margin: 0 !important;
	}
/*Filter results*/
.filter-applied-box{
	display: none;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 36px 0;
	padding: 27px 35px;
	border: 1px solid #c5d0ea;
	}
.filter-applied-box.visible{
	display: flex;
	}
.filter-applied-box .col{
	width: 160px;
	padding-right: 24px;
	}
.filter-applied-box .chosen-values{
	width: calc(100% - 160px);
	padding: 0 8px 0 0;
	}
main.new-template-box .filter-applied-box p{
	margin: 0 0 5px;
	}
main.new-template-box .filter-applied-box .col > *:last-child{
	margin-bottom: 0;
	}
.js-remove-filter-results{
	font-weight: 500;
	color: #001689;
	cursor: pointer;
	}
.no-touchevents .js-remove-filter-results:hover{
	opacity: .7;
	}
.filter-applied-box .chosen-values p{
	position: relative;
	}
.filter-applied-box .js-remove{
	position: absolute;
	left: auto;
	top: auto;
	margin: 3px 0 0 4px;
	width: 24px;
	height: 24px;
	background: url("../i/cross.svg") no-repeat 50% 50%/12px 12px;
	cursor: pointer;
	}
.no-touchevents .filter-applied-box .js-remove:hover{
	opacity: .5;
	}
.filter-results-controls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 41px 0 0;
	}
main.new-template-box .filter-results-controls p{
	font-weight: 500;
	margin: 0;
	}
main.new-template-box .filter-results-controls .results-count{
	margin: 0 32px 24px 0;
	}
.filter-results-controls .sort-results{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 24px auto;
	}
.filter-results-controls .sort-results form{
	margin: 0;
	}	
	
main.new-template-box .filter-results-controls .sort-results p{
	margin-right: 10px;
	}
.filter-results-controls .select-box{
	width: 265px;
	margin: 8px 0;
	}
main.new-template-box .filter-results-controls .select2-container .select2-selection--single{
	background: #f6f7fb;
	}
.ajax-results-upload.loading{
	background: url("../i/loader.svg") no-repeat 50% 50px/64px 64px;
	}
/*Bg box*/
main.new-template-box.topics-page .intro-text-grid,
.bg-box{
	position: relative;
	padding: 54px 0;
	margin: 48px 0 50px;
	}
#breadcrumbs-box + #main .bg-box:first-child{
	margin-top: 36px;
	}
.bg-box > *:first-child, .bg-box .container > *:first-child{
	margin-top: 0 !important;
	}
main.new-template-box.topics-page .intro-text-grid:before,
.bg-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -1500px;
	right: -1500px;
	bottom: 0;
	background: #f6f7fb;
	}
main.new-template-box.topics-page .intro-text-grid,
.bg-box.content-bg-width{
	padding: 38px 54px 40px 32px;
	overflow: hidden;

	}
main.new-template-box.topics-page .intro-text-grid{z-index: 1; padding-bottom: 10px;}


main.new-template-box.topics-page .intro-text-grid .topics.topics-menu {
	padding-bottom:0;
	padding-top:60px;
}
main.new-template-box.topics-page .intro-text-grid .topics.topics-menu .container{
	padding:0;
	margin:0;
	width:100%;
	max-width:100%;
}
/*Topics*/
main.new-template-box .topics-box .h2{
	text-align: center;
	/*margin: 0 0 55px;*/
	margin: 40px 0 10px;
	}
/*Square icons links list*/
.square-icons-links-list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 50px;
	}
.bg-box .square-icons-links-list{
	margin-bottom: -68px;
	}
.square-icons-links-list .item-box{
	width: 25%;
	margin: 0 0 68px;
	padding: 0 30px;
	}
.square-icons-links-list .item-box:nth-child(4n){
	width: 25%;
	}
main.new-template-box .square-icons-links-list .item{
	max-width: 210px;
	}
.square-icons-links-list .icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 150px;
	height: 150px;
	max-width: 100%;
	margin: 0 0 14px;
	background: #fff;
	box-shadow: 2px 6px 14px 0 rgba(76, 95, 169, .1);
	}

.no-touchevents aside .with-description-and-icon li a:hover .icon {
	border-color: #ffa400;
}	

.no-touchevents .square-icons-links-list .on-hover .icon,
.no-touchevents .square-icons-links-list .icon:hover {
	box-shadow: 0 0 40px 0 rgba(76, 95, 169, .15);
}

.square-icons-links-list .js-interlinked {
	position: relative;
}

.square-icons-links-list .js-interlinked:before{
	content: '';
	position: absolute;
	/*z-index: -1;*/
	left: -30px;
	top: -32px;
	height: 148px;
	width: 106px;
	background: url("../../../uploads/2019/04/dots-bg.gif") repeat 0 0;
	}
.square-icons-links-list .icon svg{
	max-width: 82px;
	max-height: 82px;
	}
.square-icons-links-list .icon svg *.no-hover{
	fill: none !important;
	}
	
.no-touchevents aside .with-description-and-icon li a:hover .icon svg *,
.no-touchevents .square-icons-links-list a:hover .icon svg *,
.no-touchevents .square-icons-links-list .icon:hover svg *, 
.no-touchevents .square-icons-links-list .on-hover .icon svg *{
	fill: #ffa400;
	}

main.new-template-box .square-icons-links-list .item.js-interlinked a p{
	color: #000;
	text-decoration: none;
	}
main.new-template-box .square-icons-links-list .item.js-interlinked a:hover p{
	color: #ffa400;
}
.no-touchevents main.new-template-box .square-icons-links-list a:hover, 	
.no-touchevents main.new-template-box .square-icons-links-list a:hover, main.new-template-box .square-icons-links-list .on-hover a{
	color: #ffa400;
	}
main.new-template-box .square-icons-links-list .item p{
	font-size: 20px;
	line-height: 1.2em;
	margin: 0;
	}
main.new-template-box .square-icons-links-list .item p a{
	padding-top: 14px;
	}
/*Resources*/
.resources-list{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 48px -18px 32px;
	}
.resources-list.masonry-grid{
	margin-bottom: -30px;
	-webkit-user-select: none;
	}
.h3 + .resources-list, h3 + .resources-list{
	margin-top: 22px;
	}
main.new-template-box .resources-list + *{
	margin-top: 0;
	}
.resources-list .items-box{
	padding: 0 18px;
	width: 33.333333%;
	margin-bottom: 18px;
	}
.resources-list.masonry-grid .items-box{
	margin-bottom: 30px;
	}
	
main.new-template-box .feeds .row .row-item h2,
main.new-template-box .resources-list .group-title{
	font-weight: 700 !important;
	font-size: 24px;
	line-height: 1.4em;
	color: #000;
	margin: 25px 0 13px;
	}
	main.new-template-box .feeds h2 {
		margin-top: 40px;
	}
.resource-item{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	padding: 13px 13px 16px 19px;
	margin: 0 0 18px;
	max-width: 322px;
	border: 1px solid #c5d0ea;
	-webkit-user-select: text;
	}
.resource-item:last-child{
	margin-bottom: 0;
	}
.resource-item.bg{
	background: #f6f7fb;
	}
.resource-item.hidden{
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 20px, 0);
	}
.resource-item:before{
	content: '';
	position: absolute;
	top: 0;
	left: -19px;
	width: 1px;
	bottom: -2px;
	background: url("../../../uploads/2019/04/dots-bg.gif") repeat-y 0 0;
	}
	main.new-template-box aside .resource-item:before{
		content: none;
	}
main.new-template-box .resource-item .time{
	margin: 10px 0 5px;
	}
main.new-template-box .resource-item p{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	}
main.new-template-box .resource-item > p:last-child{
	margin-bottom: 8px;
	}
main.new-template-box .resource-item .title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.444444444444444em;
	margin: 0 0 4px;
	color: #001689;
	}
main.new-template-box .resource-item .title a{
	font-weight: 700;
	padding-bottom: 6px;
	text-decoration: none;
	}
main.new-template-box section.feeds .resource-item .title a{
	text-decoration: none;
}
.no-touchevents main.new-template-box .resource-item .title a:hover{
	text-decoration: none;
}
.icon-text{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
.resource-item .icon-text{
	margin: 14px 0 0;
	}
.resource-item .icon-text:first-child{
	margin-top: 7px;
	}
.resource-item .icon-text:last-child{
	margin-bottom: 7px;
	}
.resource-item * + .icon-text:last-child{
	margin-bottom: 0;
	align-items: flex-start;
	}
.icon-text .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 40px;
	height: 40px;
	}
	main.new-template-box section.feeds .icon-text {
		align-items: flex-start;
	}
	main.new-template-box section.feeds .icon {
		margin-top: 8px;
	}
.icon-text.no-square-icon .icon{
	width: 48px;
	height: auto;
	background: none;
	}
.icon-text .icon svg{
	max-width: 24px;
	max-height: 24px;
	}
.icon-text.no-square-icon svg{
	max-width: 48px;
	max-height: none;
	}
.icon-text .text{
	padding: 0 0 0 15px;
	width: calc(100% - 40px);
	}
.icon-text.no-square-icon .text{
	width: calc(100% - 48px);
	}

.main-resources-list{
	max-width: 760px;
	margin: 32px 0;
	}
.main-resources-list:last-child{
	margin-bottom: 0;
	}
.ajax-results-upload .main-resources-list{
	margin: 0;
	}
.main-resources-list .resource-item{
	padding: 34px 36px 26px;
	margin: 0 0 29px;
	max-width: none;
	}
.main-resources-list .resource-item:nth-child(even){
	background: #f6f7fb;
	}
.main-resources-list .resource-item:before{
	display: none;
	}
.main-resources-list .resource-item .icon-text{
	align-items: flex-start;
	margin: 0;
	}
.main-resources-list .resource-item .icon-text .icon{
	width: 54px;
	height: 54px;
	}
.main-resources-list .resource-item .icon-text svg{
	max-width: 52px;
	max-height: none;
	}
.main-resources-list .resource-item .icon-text .text{
	width: calc(100% - 54px);
	padding-left: 30px;
	}
.main-resources-list .resource-item .img-text{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	}
.main-resources-list .resource-item .img-text .img{
	width: 100px;
	}
.main-resources-list .resource-item .img-text .text{
	width: calc(100% - 100px);
	padding-left: 42px;
	}
main.new-template-box .main-resources-list .resource-item .title{
	font-size: 24px;
	line-height: 1.4em;
	margin: -8px 0 15px;
	}
main.new-template-box .main-resources-list .resource-item p{
	font-size: 18px;
	line-height: 1.555555555555556em;
	margin: 0 0 14px;
	}
main.new-template-box .data-table p, main.new-template-box .main-resources-list .resource-item .data-table p{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	}
.data-table{
	margin: 32px 0;
	}
.resource-item .data-table{
	display: table;
	margin: 17px 0 0;
	}
.data-table .row{
	display: flex;
	display: table-row;
	margin: 0 0 10px;
	}
.data-table .row:last-child{
	margin: 0;
	}
.data-table .row .col{
	min-width: 210px;
	padding-right: 28px;
	display: table-cell;
	padding-bottom: 10px;
	}
.data-table .row:last-child .col{
	padding-bottom: 0;
	}
.data-table .row .col:nth-child(even){
	max-width: calc(100% - 218px);
	}
.data-table .row .col:last-child{
	padding: 0;
	}
/*Download item*/
.download-items-list{
	margin: 34px 0;
	}
.bg-box .download-items-list{
	margin: 34px -18px -30px 0;
	}
.download-item{
	display: flex;
	color: #000 !important;
	margin: 0 0 30px;
	background: #fff;
	box-shadow: 0 6px 14px 0 rgba(76, 95, 169, .1);
	}
#aside .download-item{
	max-width: 284px;
	margin: 0 0 8px;
	background: #f6f7fb;
	box-shadow: none;
	}
#aside p + .download-item{
	margin-top: -8px;
	}
#aside p.sub-text + .download-item{
	margin-top: -5px;
	}
.download-item .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 62px;
	min-width: 62px;
	min-height: 62px;
	background: #001689;
	}
#aside .download-item .icon{
	width: 46px;
	min-width: 46px;
	min-height: 46px;
	}
.no-touchevents .download-item:hover .icon{
	background: #ffa400;
	}
.download-item .icon:before{
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	text-rendering: auto;
	color: #fff;
	margin: -10px 0 0;
	transition: color .2s ease;
	}
.download-item .text{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 28px 18px;
	}
#aside .download-item .text{
	padding: 9px 19px 11px;
	}
main.new-template-box .download-item p{
	font-weight: 500;
	margin: 0 !important;
	width: 100%;
	}
main.new-template-box .download-item .sub-text{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #4a4a4a;
	margin: 2px 0 0 !important;
	width: 100%;
	}
.download-item .lang{
	display: flex;
	font-size: 18px;
	width: 128px;
	min-width: 128px;
	margin: 0 0 0 auto;
	flex-direction: column;
	text-align: right;
	justify-content: center;
	padding-right: 20px;
	text-transform: capitalize;
}
#aside .download-item + .sub-text{
	font-size: 14px !important;
	line-height: 18px !important;
	color: #4a4a4a;
	margin: 0 0 22px !important;
	}
/*Video*/
.video-box{
	max-width: 760px;
	margin: 37px auto;
	}
.video-box .sub-box{
	position: relative;
	padding-bottom: 56.20253164556962%;
	}
.video-box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	border: none !important;
	}
/*Layout grid*/
.layout-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 48px -18px 32px;
	}
.h3 + .layout-grid, h3 + .layout-grid{
	margin-top: 22px !important;
	}
.layout-grid .col{
	padding: 0 18px;
	width: 33.333333%;
	margin-bottom: 18px;
	}
/*Articles in brief*/
.article-in-brief{
    position: relative;
	padding: 20px 20px 24px;
	margin: 0 0 18px;
	max-width: 324px;
	border: 1px solid #c5d0ea;
	}
.article-in-brief:before{
    content: '';
    position: absolute;
    top: 0;
    left: -19px;
    width: 1px;
    bottom: -2px;
    background: url("../../../uploads/2019/04/dots-bg.gif") repeat-y 0 0;
    }
.layout-grid .col .article-in-brief:last-child{
	margin-bottom: 0;
	}
main.new-template-box .article-in-brief img{	
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto 11px;
	}
main.new-template-box .article-in-brief p, main.new-template-box .article-in-brief div.article-in-brief-text{
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	}
main.new-template-box .article-in-brief .title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.444444444444444em;
	margin: 0 0 6px;
	}
main.new-template-box .article-in-brief .title a{
	font-weight: 700;
	padding-bottom: 4px;
	}
/*Pager*/
main.new-template-box .pager{
	display: flex;
	flex-wrap: wrap;
	margin: 70px 0 11px;
	}
main.new-template-box .pager li{
	font-weight: 700;
	font-size: 14px;
	padding: 0 !important;
	margin: 0 6px 6px 0;
	}
main.new-template-box .pager li:before{
	display: none;
	}
main.new-template-box .pager li *{
	display: block;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	min-width: 27px;
	height: 27px;
	padding: 0 4px;
	background: #fff;
	border: 1px solid #c5d0ea;
	cursor: pointer;
	}
.no-touchevents main.new-template-box .pager li a:hover{
	color: #fff;
	background: #c5d0ea;
	}
main.new-template-box .pager .active *{
	color: #fff;
	background: #001689;
	border-color: #001689;
	cursor: default;
	}
main.new-template-box .pager li span.dots {
	color: #001689;
}
	
	
/*Subscribe box*/
main.new-template-box .subscribe-box{
	padding: 76px 0 88px;
	text-align: center;
	margin-top: 0;
	}
main.new-template-box .subscribe-box:last-child{
	margin-bottom: 0;
	}
main.new-template-box .subscribe-box .form{
	display: flex;
	flex-wrap: wrap;
	margin: 32px auto 0;
	max-width: 582px;
	    justify-content: center;
	}
main.new-template-box .subscribe-box .field{
	margin: 0;
	width: calc(100% - 155px);
	}
main.new-template-box .subscribe-box .form-control{
	border-bottom: 1px solid #001689;
	}
main.new-template-box .subscribe-box .btn{
	font-size: 14px;
	width: 155px;
	margin: 0;
	}
.no-touchevents main.new-template-box  .subscribe-box .btn:not(:disabled):hover{
	background: #fff;
	color: #001689;
}
/*Transitions*/
.no-touchevents main.new-template-box .square-icons-links-list .icon svg *, 
.no-touchevents main.new-template-box .btn, 
.no-touchevents main.new-template-box a,
.no-touchevents main.new-template-box  .js-remove-filter-results,
.no-touchevents main.new-template-box .filter-applied-box .js-remove,
.no-touchevents main.new-template-box .download-item .icon{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}


/* webinars main page template */
main.new-template-box.common.webinars .sub-nav-box {
	margin-bottom: 81px;
}
main.new-template-box.webinars .ylr-default .content-wrap {
	width: 100%;
	float: left;
}
main.new-template-box.webinars .ylr-default .content-wrap .content {
	margin-right: 390px;
	padding: 0 50px 0 0;
}

main.new-template-box.webinars .ylr-default aside.webinars-feed {
    padding-left: 40px;
    padding-top: 0;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 12px;
}

main.new-template-box.webinars .ylr-default aside.webinars-feed {
    width: 390px;
    float: left;
    margin-left: -390px;
    position:relative;
}
    
main.new-template-box.webinars .ylr-default aside.webinars-feed>h2:first-of-type {
	margin-top: 0;
}
main.new-template-box.webinars .ylr-default aside.webinars-feed .resource-item {
    max-width: 370px;
    }

main.new-template-box section.ylr-front-content { padding-bottom: 20px;}

main.new-template-box section.topics { padding: 8px 0 15px;}

main.new-template-box section.feeds { padding-top: 25px; padding-bottom: 50px; }

main.new-template-box section.subscribe-box h2 { margin-top: 0;}
	
/*Custom elements*/
main.new-template-box .select2-container{
	position: relative;
	z-index: 9;
	display: block;
	margin: 0;
	border: 0;
	}
main.new-template-box .select + .select2-container{
	width: 100% !important;
	}
main.new-template-box .select2-container .select2-selection--single{
	height: 40px;
	border: 0;
	border-radius: 0;
	background: #fff;
	}
main.new-template-box .select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 40px;
	padding: 0 45px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

main.new-template-box .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 100%;
	}
	
main.new-template-box .filter-results-controls .select2-container .select2-selection--single .select2-selection__rendered {padding: 0 40px 0 15px;}
main.new-template-box .filter-results-controls .select2-container--default .select2-selection--single .select2-selection__arrow {width: 40px;}


main.new-template-box .filter-results-controls .select2-container--default .select2-selection--single .select2-selection__arrow {width: 40px;}

main.new-template-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	line-height: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2px 0 0;
	border: none;
	}
main.new-template-box .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	content: '\f107';
	font-size: 23px;
	line-height: 23px;
	}
main.new-template-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	padding: 0 0 2px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	}
main.new-template-box .select2-container--open{
	border: none;
	}
main.new-template-box .select2-dropdown{
	display: block;
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin: 0;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	}
main.new-template-box .select2-container--default .select2-results > .select2-results__options{
	max-height: 226px;
	}

main.new-template-box .select2-results__option{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45em;
	color: #34363a;
	background: #fff;
	padding: 10px 16px 12px 20px;
	margin: 0;
	cursor: pointer;
	}
	
main.new-template-box .sub-nav.ylr-header-bar ul li:before {
	content: none;
}

main.new-template-box:not(.common) ul li:before {
	content: none;
}

main.new-template-box .ylr-header .intro-text-grid {
	margin-bottom: 0; 
}

main.new-template-box .ylr-header aside .link-box ul,
main.new-template-box .ylr-header aside .link-box ul li,
main.new-template-box .ylr-header aside ul .cat-item {
    border: none;
    padding: 0;
    margin:0 0 30px;
}


.data-table .lang {
	text-transform: capitalize;
}

.resource-item .icon-text.no-square-icon .icon svg * {
    fill: #001689;
}

.sub-nav.ylr-header-bar  ul > li {
	padding: 0;
}

.sub-nav.ylr-header-bar  ul > li:last-child > .submenu{
    left: auto;
    right: 0;
    }
.sub-nav.ylr-header-bar  ul > li:last-child > .submenu > ul ul{
    left: auto;
    right: 100%;
    }
.menu-open .sub-nav.ylr-header-bar  ul > li:last-child > .submenu > ul ul{
    right: 0;
    }

.sub-nav.ylr-header-bar  ul > li > .submenu{
    padding-top: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    transition: all .2s;
    z-index: -1;
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul{
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    width: 265px;
    opacity: 0;
    transition: all .2s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    position: relative;
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li{
    position: relative;
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:last-child{
    border-bottom: none;
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li > a{
    display: block;
    text-decoration: none;
    transition: all .2s;
    padding: 16px 45px 16px 35px;
    position: relative;
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li > a .fa{
    position: absolute;
    transition: all .2s;
    right: 14px;
    top: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul{
    position: absolute;
    left: 100%;
    top: 0;
    width: 265px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }

.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li{
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    border-bottom: none;
    position: relative;
    }
.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li a{
    text-decoration: none;
    padding: 16px 35px;
    display: block;
    }

/* ylr default pages */
.new-template-box  #main .ylr-default.container {
	padding:0;
}

.sub-nav.ylr-header-bar .ylr-menu-wrap > ul > li.has-child a {
    padding-right: 25px;
}

.sub-nav.ylr-header-bar .ylr-menu-wrap > ul > li > a .fa {
    position: absolute;
    transition: all .2s;
    top: 50%;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 23px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-nav.ylr-header-bar .ylr-menu-wrap > ul > li.has-child.nav-visible > a .fa,
.sub-nav.ylr-header-bar .ylr-menu-wrap > ul > li:hover > a .fa {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

/* custom.main.css */
/*Main Menu*/
.desktop .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:hover > a {
	background-color: #fff;
}

html .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul {
	padding: 0;
}
html .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li > a {
	padding: 16px 20px;
}
/* custom-style.css */

.no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul li:hover > a {
    background: #fff;
}

.no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu > ul li ul li:hover > a {
    background: #fff;
}

.no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul li a:hover {
     background: #fff;
}

.sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul li ul li:before {
    background: #000000;
}

.sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul li ul li:hover:before {
    background: #555555;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul {
    background: #f2f2f2;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li {
    border-bottom: 1px solid #999999;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li > a {
    font-size: 17px;
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    /*color: #ffffff;*/
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li > a .fa {
    font-size: 23px;
    font-weight: 400;
    color: #555555;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:hover > a .fa,
.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:hover > a {
    color: #000000;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul {
    background: #000000;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li {
    border-bottom: 1px solid rgba(224, 229, 234, 0.1);
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li:last-child {
    border-bottom: none;
}

.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li a {
    /*background: #f99b1c;*/
    color: #000000;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.content-layout-grid #aside .legal-topics-list ul {
	margin-bottom: 15px;
}

/* default styles for content */

main.new-template-box:not(.common) .post-content-field h1 {
	color: #39477b;
	font-size: 29px;
	font-weight: bold;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
}

main.new-template-box:not(.common) .post-content-field h2 {
	color: #1d2440;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}

main.new-template-box:not(.common) .post-content-field h3 {
	color: #f99b1c;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.4em;
}


main.new-template-box:not(.common) .post-content-field p {
	margin: 0;
	margin-bottom: 20px;
}
main.new-template-box:not(.common) .post-content-field p:last-child {
    margin-bottom: 0;
}

main.new-template-box:not(.common) #main .post-content-field ol li,
main.new-template-box:not(.common) #main .post-content-field ul li {
	    line-height: 1.27777em !important;
	    padding-left: 38px;
	        position: relative;
}

main.new-template-box:not(.common) main .post-content-field  .text-box > *:first-child {
    margin-top: 0;
}
main.new-template-box:not(.common) .post-content-field .bg-preset-2 h1, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 h2, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 h3, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 h4,
main.new-template-box:not(.common) .post-content-field .bg-preset-2 h5, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 h6, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 p, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 ul, 
main.new-template-box:not(.common) .post-content-field .bg-preset-2 ol {
    color: #fff;
}


main.new-template-box:not(.common) #main .post-content-field ol li ol {
	    margin: 22px 0 0 25px;
}

main.new-template-box:not(.common) #main .post-content-field ol li,
main.new-template-box:not(.common) #main .post-content-field ul li {
	    margin-bottom: 22px;
}


main.new-template-box:not(.common) #main .post-content-field ul li:before {
    content: '';
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #000000;
}


main.new-template-box:not(.common) #main .post-content-field ul li ul li:before {
	width: 7px;
	height: 3px;
	border-radius: 0;
	left: 13px;
	top: 11px;
        background-color: #000000;
}

.ylr-menu-open #ylr-menu-toggle-wrapper #menu-toggle-top {
    -ms-transform: rotate(45deg) translate(9px, 6px);
    -webkit-transform: rotate(45deg) translate(9px, 6px);
    transform: rotate(45deg) translate(9px, 6px);
}
.ylr-menu-open #ylr-menu-toggle-wrapper #menu-toggle {
    opacity: 0;
}
.ylr-menu-open #ylr-menu-toggle-wrapper #menu-toggle-bottom {
    -ms-transform: rotate(-45deg) translate(9px, -6px);
    -webkit-transform: rotate(-45deg) translate(9px, -6px);
    transform: rotate(-45deg) translate(9px, -6px);
}

aside .filter-form-box select{
    width:304px;
}

.select2-dropdown ul li {
    padding-left:10px;
}

.select2-dropdown ul li.level-0 {
    padding-left:10px;
}

.select2-dropdown ul li.level-1 {
    padding-left:28px;
}
.select2-dropdown ul li.level-2 {
    padding-left:48px;
}
.select2-dropdown ul li.level-3 {
    padding-left:68px;
}
.select2-dropdown ul li.level-4 {
    padding-left:88px;
}
.select2-dropdown ul li[class *="level-"] {
	position: relative;
}
.select2-dropdown ul li[class *="level-"]:not(.level-0):before {
	content:"-";
	position: absolute;
	top: 8px;
}
.select2-dropdown ul li.level-1:before {
    left: 18px;
}
.select2-dropdown ul li.level-2:before {
    left: 38px;
}
.select2-dropdown ul li.level-3:before {
    left: 58px;
}
.select2-dropdown ul li.level-4:before {
    left: 78px;
}

.filter-form-box .filter-form .btns-box{
	display:flex;
}
.filter-form-box .filter-form .btns-box.mobile-btns-box,
.filter-form-box .filter-form.collapsed .field:not(.full-width-tablet),
.filter-form-box .filter-form.collapsed .btns-box{
	display:none;
}
.filter-form-box .filter-form.collapsed .btns-box.mobile-btns-box{
	display:block;
}
.filter-form-box .filter-form .btns-box.mobile-btns-box .btn{
	margin:0;
}


.topics.topics-menu  .topics-list p {
    line-height: 1.2em;
    margin:0;
}

.topics.topics-menu  .topics-list .icon {background: transparent;}
.topics.topics-menu  .topics-list .icon svg {
    max-height: 58px;
    max-width: 58px;
    vertical-align: middle;
}

/*Resolutions*/
@media (max-width: 1119px) {

	.sub-nav.ylr-header-bar  ul > li.has-child {
		margin-right: 6px;
	}
}
@media screen and (max-width: 1140px) and (min-width: 961px){
	/*Resources*/
	.main-resources-list .resource-item .img-text .img{
		width: 80px;
		}
	.main-resources-list .resource-item .img-text .text{
		width: calc(100% - 80px);
		}
	}
@media screen and (max-width: 1100px){
	/*Main*/
	.has-filter-form #breadcrumbs-box{
		width: calc(100% - 320px);
		padding-right: 24px;
		}
	main.new-template-box .content-layout-grid #main{
		padding-right: 24px;
		width: calc(100% - 320px);
		}
	.content-layout-grid #aside{
		width: 320px;
		}
    .has-filter-form #aside{
	    padding: 3px 0 60px 24px;
	    }
	.content-layout-grid #aside{
		padding: 3px 0 0 24px;
		}
    /*Bg box*/
	main.new-template-box.topics-page .intro-text-grid,
	.bg-box.content-bg-width{
		padding: 38px 32px 40px;
		}
    /*Special link*/
	main.new-template-box #main .special-links-list li{
		width: calc(50% - 16px);
		}
	/*Download item*/
	.bg-box .download-items-list{
		margin: 34px 0 -30px;
		}
	/*Resources*/
	.main-resources-list .resource-item{
		padding: 24px;
		}
	.main-resources-list .resource-item .icon-text .text{
		padding-left: 24px;
		}
	.main-resources-list .resource-item .img-text .text{
		padding-left: 24px;
		}
	}
@media screen and (max-width: 1040px){
	/*Sub nav*/
	main.new-template-box.common.webinars .sub-nav-box,
	.sub-nav-box{
		margin: 0 0 54px;
		}
	/*Breadcrumbs*/
	#breadcrumbs-box{
		margin: -26px 0 21px;
		}
	/*Intro text grid*/
	.intro-text-grid .col{
		width: 45%;
		}
	.intro-text-grid .col.text{
		width: 55%;
		}
	/*Square icons links list*/
	.square-icons-links-list .item-box, .square-icons-links-list .item-box:nth-child(4n){
		width: 33.33333%;
		margin: 0 0 68px;
		padding: 0 16px;
		}
	main.new-template-box .square-icons-links-list .item{
		text-align: center;
		margin: 0 auto;
		}
		
	.square-icons-links-list .icon{
		margin: 0 auto 14px;
		}
	.square-icons-links-list .js-interlinked:before {
		left:-1px;

	}
}

@media (min-width: 961px){
	
    .desktop .sub-nav.ylr-header-bar  ul > li:hover > .submenu{
        visibility: visible;
        z-index: 5;
        }
    .desktop .sub-nav.ylr-header-bar  ul > li:hover > .submenu ul{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .mobile .sub-nav.ylr-header-bar  ul > li.has-child.nav-visible .submenu,
    .tablet .sub-nav.ylr-header-bar  ul > li.has-child.nav-visible .submenu{
        visibility: visible;
        z-index: 5;
        }
    .mobile .sub-nav.ylr-header-bar  ul > li.has-child.nav-visible .submenu ul,
    .tablet .sub-nav.ylr-header-bar  ul > li.has-child.nav-visible .submenu ul{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 500px;
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul{
        width: 50%;
        padding: 5px 20px;
        }
    /*    
    .desktop .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li:hover a{
        background: transparent;
        }
    */
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li > a{
        padding: 16px 0;
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li.nav-visible a i{
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li.nav-visible ul{
        display: block;
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li ul{
        opacity: 1;
        visibility: visible;
        display: none;
        position: relative;
        right: auto;
        margin-bottom: 15px;
        left: auto;
        top: auto;
        background: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li ul li{
        border-bottom: none;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        }
    .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li ul li:before{
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        box-sizing: border-box;
        height: 6px;
        border-radius: 50%;
        }
     .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li ul li a{
        padding: 5px 0 5px 20px;
        background: transparent;
        }
    .desktop .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li:hover ul li a{
        background: transparent;
        }
    .desktop .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:hover > ul{
        opacity: 1;
        visibility: visible;
        }
    .mobile .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible > ul,
    .tablet .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible > ul{
        opacity: 1;
        visibility: visible;
        }
    .no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li a:hover{
        background: #fff;
        }
    .desktop .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:hover > a {
        color: #000000;
    }

    .desktop .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:hover > a i {
        color: #000000;
    }

    .mobile .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible a,
    .tablet .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible a {
        color: #fff;
        background: #f99b1c;
    }

    .mobile .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible a i,
    .tablet .sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible a i {
        color: #fff;
    }

    .no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li a:hover {
        color: #555555;
        background: #000000;
    }
}

@media screen and (max-width: 960px){
	.fixed-header main.new-template-box{
		padding-top: 0;
	}
	main.new-template-box{
		padding-top: 10px;
	}
	.has-filter-form #breadcrumbs-box{
		width: 100%;
		padding-right: 0;
	}
	/*Main*/
	main.new-template-box .content-layout-grid #main{
		padding-right: 0;
		width: 100%;
	}
	main.new-template-box:not(.common) .form {
		margin:0;
	}
	.filter-form-box{
		position: relative;
		padding: 32px 0 36px;
		margin: 36px 0;
	}
	.filter-form-box .filter-form{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.filter-form-box .filter-form .field{
		order: 2;
		width: calc(50% - 12px);
	}
	.filter-form-box .filter-form .field.full-width-tablet{
		width: 100%;
	}
	.filter-form-box .filter-form .field.full-width-tablet .form-control{
		max-width: calc(50% - 12px);
	}
	.filter-form-box .filter-form .field.full-width-tablet.keywords .form-control{
		max-width: 100%;
	}
	.filter-form-box .filter-form .field.has-radio{
		order: 1;
		width: 100%;
	}
	.filter-form-box .filter-form .btns-box{
		order: 3;
		justify-content: center;
		width: 100%;
		margin: 15px 0 0;
	}
	.filter-form-box .filter-form .btns-box.mobile-btns-box{
		order: 3;
		width: 100%;
		margin: 15px 0 0;
	}
	

	.filter-form-box .filter-form.collapsed .btns-box.mobile-btns-box{
		display:block;
	}
	.filter-form-box .filter-form.collapsed .btns-box.mobile-btns-box p{
		margin-top:0;
		margin-bottom: 12px;
	}
	.filter-form-box .filter-form.collapsed .btns-box.mobile-btns-box p:last-child{
		margin-bottom: 0;
	}
	.filter-form-box .filter-form.collapsed .btns-box.mobile-btns-box a.js-uncollapce {
		margin-left: 12px;
	}
	.filter-form-box .filter-form .btns-box .btn{
		margin: 0 12px;
	}
	main.new-template-box .filter-form-box .h3{
		margin-top: 0;
	}
	.filter-form-box:before{
		content: '';
		position: absolute;
		z-index: -1;
		left: -1500px;
		right: -1500px;
		top: 0;
		bottom: 0;
		background: #f6f7fb;
	}
	/*Filter results*/
	.filter-applied-box{
		padding: 24px;
	}
	/*Intro text grid*/
	main.new-template-box .ylr-header .content,
    main.new-template-box .ylr-header.ylr-front-content  .content,
    main.new-template-box .ylr-header.ylr-front-content .no-sidebar .content,
	.intro-text-grid .col, .intro-text-grid .col.text{
		width: 100%;
		max-width: 640px;
		padding: 0;
		margin: 0 0 24px;
	}
	.intro-text-grid .col:last-child{
		margin: 0;
	}
	main.new-template-box .ylr-header .content p,
	.intro-text-grid .col.text{
		max-width: none;
	}
	/*Resources*/
	.main-resources-list{
		max-width: none;
	}
	/*Aside*/
	.content-layout-grid #aside{
		width: 100%;
		max-width: 420px;
		padding: 0 0 0 20px;
		margin: -32px 0 72px;
	}
	.has-filter-form .content-layout-grid #aside{
		display: none;
	}

	main.new-template-box.webinars .ylr-default aside.webinars-feed  {
		border-left: none;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		width: 100%;
		margin-left:0;
		padding-left:0;
	}
	main.new-template-box.webinars .ylr-default aside.webinars-feed>h2:first-of-type {
		margin-top: 30px;
	}
	main.new-template-box.webinars .ylr-default .content-wrap {
		padding-bottom: 30px;
	}
	main.new-template-box.webinars .ylr-default .content-wrap .content{
		margin-right: 0;
		padding-right: 0;
	}

	main.new-template-box.webinars .ylr-default aside.webinars-feed .resource-item {
		max-width: 640px;
		margin: 0 auto 18px;
	}
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul {
		background: #ffffff;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul {
		border-bottom: 1px solid #999999;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul:last-child {
		border-bottom: none;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible > a .fa,
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible > a {
		color: #f99b1c;
		background: #ffffff;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul {
		background: #fff;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li {
		border-bottom: 1px solid #e0e5ea;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li a {
		color: #000000;
		background: #ffffff;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li:hover > a {
		color: #555555;
	}

	.no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul li a {
		background: #ffffff;
	}



	.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li:active > a .fa {
		color: #000000;
	}

	.sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li:active > a .fa,
	.sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul > li:active > a {
		color: #000000;
	}

	.no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu > ul li ul li:hover > a {
		color: #555555;
		/*background: transparent;*/
	}

	.no-touchevents .sub-nav.ylr-header-bar  ul > li > .submenu.col-2 > ul li ul li:hover a {
		color: #555555;
		/*background: transparent;*/
	}
	#ylr-header-bar{
		padding: 2px 0 12px;
		margin-top: -10px;
	}
	#ylr-menu-toggle-wrapper{
		display: inline-block;
		margin-left: 20px;
	}

	main.new-template-box .sub-nav-box .sub-nav.ylr-header-bar .logo {
		margin: 0;

	}
	main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap {
		position: absolute;
		right: -360px;
		overflow-y: auto;
		top: 0;
		padding: 0 20px 0 0;
		max-width: 360px;
		width: 100%;
		background: #fff;
		height: 100vh;
		transition: all .2s;
	}

	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap {
		right: 0;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	}

	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap {
		margin: 0 -20px;
		overflow-y: auto;
		background: #39477B;
	}

	main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul {
		display: block;
		max-width: 100%;
		margin: 0;
		margin-top: 60px;
	}
	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul {
		padding-bottom: 20px;
	}

	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li,
	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li.has-child {
		margin: 0;
	}

	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li {
		display: block;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #e0e5ea;
	}
	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li > a {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		font-family: 'Lato', sans-serif;
		display: block;
		padding: 16px 20px;
		padding-right: 55px;
		position: relative;
	}

	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li > a .fa {
		right: 15px;
		display: block;
	}

	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li.has-child.nav-visible .submenu {
		display: block;
	}
	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li.has-child.nav-visible > a {
		color: #f99b1c;
	}
	.ylr-menu-open main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li.has-child.nav-visible > a .fa {
		color: #f99b1c;
	}	
	main.new-template-box .ylr-header aside, .intro-text-grid .col {    
		padding: 0;
	}

	.sub-nav.ylr-header-bar  ul > li.has-child{
		margin-right: 0;
        }
	.sub-nav.ylr-header-bar  ul > li.has-child a{
		padding-right: 50px;
        }

	.sub-nav.ylr-header-bar  ul > li.has-child.nav-visible .submenu{
		display: block;
        }
	.sub-nav.ylr-header-bar  ul > li.has-child.nav-visible .submenu ul{
		margin: 0;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu.col-2{
		margin-bottom: 20px;
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu.col-2:last-child{
		margin-bottom: 0;
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		display: none;
		visibility: visible;
		padding-top: 0;
		z-index: 0;
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul{
		width: 100%;
		box-shadow: none;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible > a i{
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li.has-child.nav-visible > ul{
		display: block;
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul > li > a{
		padding: 15px 40px 15px 30px;
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul{
		position: relative;
		display: none;
		left: auto;
		right: auto !important;
		box-shadow: none;
		top: auto;
		opacity: 1;
		width: 100%;
		visibility: visible;
        }
	.sub-nav.ylr-header-bar  ul > li > .submenu > ul ul li a{
		padding: 16px 45px;
		background: #fff;
        }
}

@media (max-width: 959px) {	
	.sub-nav.ylr-header-bar  ul > li,
	.sub-nav.ylr-header-bar  ul > li.has-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 940px){
	/*Sub nav*/
	main.new-template-box .sub-nav-box .sub-nav li{
		margin: 0 0 8px 32px;
	}
	/*Resources*/
	.resources-list .items-box{
		width: 50%;
	}
	.resource-item,
	.resources-list .resource-item{
		max-width: none;
	}
	/*Layout grid*/
	.layout-grid{
		margin: 48px -12px 32px;
	}
	.layout-grid .col{
		padding: 0 12px;
	}
	.layout-grid .article-in-brief:before{
		left: -13px;
        }
}
@media screen and (max-width: 840px){
	/*Sub nav*/
	main.new-template-box .sub-nav-box .sub-nav li{
		margin: 0 0 8px 20px;
	}
	/*Bg box*/
	main.new-template-box.topics-page .intro-text-grid,
	.bg-box.content-bg-width{
		padding: 38px 24px 40px;
	}
	/*Special link*/
	.special-link, main.new-template-box .special-link{
		padding: 14px 58px 20px 24px;
	}
	main.new-template-box #main .special-links-list li{
		width: calc(50% - 12px);
	}
}
@media screen and (max-width: 810px){
	/*Layout grid*/
	.layout-grid{
		margin: 48px -18px 32px;
	}
	.layout-grid .col{
		width: 50%;
		padding: 0 18px;
	}
	.layout-grid .article-in-brief{
		margin: 0 auto 18px;
		max-width: 360px;
	}
	.layout-grid .article-in-brief:before{
		left: -18px;
        }
}
@media screen and (max-width: 780px){
	/*Sub nav*/
	.sub-nav-box .sub-nav .logo{
		top: -5px;
		max-width: 190px;
	}
	main.new-template-box  .sub-nav-box .sub-nav ul{
		max-width: calc(100% - 220px);
	}
	main.new-template-box .sub-nav-box .sub-nav li{
		font-size: 13px;
		margin: 0 0 8px 20px;
	}
	/*Bg box*/
	main.new-template-box.topics-page .intro-text-grid,
	.bg-box.content-bg-width{
		padding: 38px 20px 40px;
	}
	/*Special link*/
	.special-link, main.new-template-box .special-link{
		font-size: 18px;
		padding: 16px 54px 20px 20px;
	}
	.special-link:after{
		right: 20px;
		font-size: 18px;
		line-height: 18px;
	}
	main.new-template-box #main .special-links-list{
		margin: 0 0 -20px;
	}
	main.new-template-box #main .special-links-list li{
		width: calc(50% - 10px);
		margin: 0 0 20px;
	}
	/*Download item*/
	.download-item .text{
		padding: 15px 20px 18px;
	}
}
@media screen and (max-width: 680px){
	/*Sub nav*/
	.sub-nav-box{
		padding: 32px 0 16px;
	}
	.sub-nav-box .sub-nav{
		display: block;
	}
	.sub-nav-box .sub-nav .logo{
		display: block;
		top: 0;
		max-width: 70%;
		margin: 0 auto 24px;
	}
	main.new-template-box  .sub-nav-box .sub-nav ul{
		justify-content: center;
		text-align: center;
		max-width: none;
	}
	main.new-template-box  .sub-nav-box .sub-nav li{
		font-size: 13px;
		margin: 0 12px 8px;
	}
	/*Square icons links list*/
	.square-icons-links-list{
		margin: 0 auto;
		max-width: 560px;
	}
	
	main.new-template-box:not(.common) .topics h2,
	main.new-template-box:not(.common) .topics .h2 {
		margin-bottom:48px;
	}
	
	
	.square-icons-links-list .item-box, .square-icons-links-list .item-box:nth-child(4n){
		width: 50%;
	}
	/*Resources*/
	.main-resources-list .resource-item .img-text .img{
		width: 80px;
	}
	.main-resources-list .resource-item .img-text .text{
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 640px){
	/*Special link*/
	.special-link, main.new-template-box .special-link{
		font-size: 17px;
		padding: 16px 54px 20px 20px;
	}
	/*Resources*/
	.data-table .row .col{
		width: 50%;
		padding-right: 16px;
	}
	.data-table .row .col:nth-child(even){
		width: 50%;
	}

	.img-text .data-table .three-cols.row{
		flex-wrap: wrap;
	}
	.img-text .data-table .row.three-cols .col:first-child{
		flex: auto;
		width: 100%;
		max-width: none;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 580px){
	/*Bg box*/
	main.new-template-box.topics-page .intro-text-grid,
	.bg-box.content-bg-width{
		margin-left: -20px;
		margin-right: -20px;
	}
	/*Special link*/
	.special-link, main.new-template-box .special-link{
		font-size: 18px;
		padding: 16px 54px 20px 20px;
	}
	main.new-template-box #main .special-links-list li{
		width: 100%;
	}
	main.new-template-box:not(.common) #main ul.special-links-list li {
		padding-left: 0;
	}
		/*Filter results*/
	.filter-applied-box{
		padding: 20px;
	}
	/*Resources*/
	.resources-list{
		max-width: 400px;
		margin: 48px auto 32px;
	}
	.resources-list .items-box{
		width: 100%;
		padding: 0;
	}
	.main-resources-list .resource-item{
		padding: 20px;
	}
	.main-resources-list .resource-item .icon-text .icon{
		width: 40px;
		height: 40px;
	}
	.main-resources-list .resource-item .icon-text svg{
		max-width: 24px;
	}
	.main-resources-list .resource-item .icon-text .text{
		width: calc(100% - 40px);
		padding-left: 20px;
	}
	main.new-template-box .main-resources-list .resource-item .title{
		font-size: 20px;
		margin: -6px 0 12px;
	}
	main.new-template-box .main-resources-list .resource-item p{
		font-size: 16px;
	}
	main.new-template-box .data-table p, main.new-template-box .main-resources-list .resource-item .data-table p{
		font-size: 15px;
		line-height: 24px;
	}
	.resource-item .data-table{
		margin: 14px 0 0;
	}
	/*Layout grid*/
	.layout-grid{
		max-width: 400px;
		margin: 48px auto 32px;
	}
	.layout-grid:last-child{
		margin-bottom: 16px;
	}
	.layout-grid .col{
		width: 100%;
		padding: 0;
	}
	.layout-grid .article-in-brief{
		max-width: none;
	}
	.layout-grid .article-in-brief:before{
		left: -19px;
        }
	/*Download item*/
	main.new-template-box .download-item p{
		font-size: 17px;
	}
	.download-item .lang{
		font-size: 17px;
	}
	#main iframe {
		width:100%;
	}
}
@media screen and (max-width: 480px){
	main.new-template-box h1{
		font-size: 30px;
	}
	main.new-template-box h2, main.new-template-box .h2{
		font-size: 28px;
	}
	main.new-template-box .container{
		padding: 0 16px;
	}
	main.new-template-box p.important-text{
		font-size: 19px;
	}
	/*Sub nav*/
	main.new-template-box.common.webinars .sub-nav-box,
	.sub-nav-box{
		margin-bottom: 40px;
	}
	/*Breadcrumbs*/
	#breadcrumbs-box{
		margin: -12px 0 21px;
	}
	/*Main*/
	.filter-form-box .filter-form{
		display: block;
	}
	.filter-form-box .filter-form .field{
		width: 100%;
	}
	.filter-form-box .filter-form .field.full-width-tablet .form-control{
		max-width: none;
	}
	.filter-form-box .filter-form .btns-box{
		justify-content: space-between;
		width: 100%;
		margin: 29px 0 0;
	}
	.filter-form-box .filter-form.collapsed .btns-box.mobile-btns-box a.js-uncollapce,
	.filter-form-box .filter-form .btns-box .btn{
		margin: 0;
	}
	/*Filter results*/
	.filter-applied-box{
		padding: 20px;
	}
	.filter-applied-box .col, .filter-applied-box .chosen-values{
		width: 100%;
		padding: 0;
		margin: 0 0 16px;
	}
	.filter-applied-box .chosen-values{
		margin: 0;
	}
	/*Intro text grid*/
	main.new-template-box aside .with-description-and-icon li .icon,
	.square-icons-text-list .icon{
		width: 60px;
		height: 60px;
		margin-top: 4px;
	}
	main.new-template-box aside .with-description-and-icon li .icon > *,
	.square-icons-text-list .icon > *{
		margin: 0;
		max-width: 60%;
		max-height: 70%;
	}
	main.new-template-box aside .with-description-and-icon li,
	.square-icons-text-list .item{
		align-items: flex-start;
	}
	main.new-template-box .ylr-header aside .link-box ul li:last-child,
	.square-icons-text-list .item:last-child{
		margin-bottom: 10px;
	}
	main.new-template-box aside .with-description-and-icon li .text,
	.square-icons-text-list .text{
		width: calc(100% - 60px);
		padding: 0 0 0 16px;
	}

	/*Resources*/
	.data-table {
		display: block;
	}
	.data-table .row{
		display: block;
		margin: 0;
	}
	.data-table .row .col, .data-table .row .col:nth-child(even){
		width: 100%;
		display: block;
		padding: 0;
		margin: 0 0 10px;
	}
	.data-table .row:last-child .col:last-child{
		margin: 0;
	}

	.data-table .three-cols.row{
		display: flex;
		flex-wrap: wrap;
	}
	.data-table .three-cols.row .col{
		width: auto;
	}
	.data-table .row.three-cols .col:first-child{
		flex: auto;
		width: 100%;
		max-width: none;
		margin: 0 0 10px;
	}
	/*Download item*/
	.download-item{
		flex-wrap: wrap;
	}
	.download-item .text{
		width: calc(100% - 62px);
	}
	main.new-template-box .download-item p{
		font-size: 16px;
	}
	.download-item .lang{
		display: block;
		font-size: 16px;
		margin: 0;
		padding-right: 0;
		text-align:left;
	}
	.download-item .sub-text + .lang{
		margin-top: 5px;
	}
	/*Pager*/
	main.new-template-box:not(.common) ul.pager {
		margin: 27px 0 0 17px;
	}
	main.new-template-box .ylr-header aside, .intro-text-grid .col {
		width: 100%;
	}
	main.new-template-box section.ylr-front-content {
		padding-bottom: 14px;
	}
}
@media screen and (max-width: 420px){

	main.new-template-box aside .with-description-and-icon li a .title, main.new-template-box .square-icons-text-list .text .title {
		font-size: 20px;
	}


	main.new-template-box .container{
		padding: 0 16px;
	}
	/*Intro text grid*/
	main.new-template-box .ylr-header .content,
	.intro-text-grid .col, .intro-text-grid .col.text{
		margin: 0 0 16px;
	}
	main.new-template-box .square-icons-text-list .text .title{
		font-size: 20px;
	}
	/*Bg box*/
	main.new-template-box.topics-page .intro-text-grid,
	.bg-box.content-bg-width{
		margin-left: -16px;
		margin-right: -16px;
		padding: 38px 16px 40px;
	}
	/*Special link*/
	.special-link, main.new-template-box .special-link{
		padding: 16px 54px 20px 16px;
	}
	/*Resources*/
	.main-resources-list .resource-item{
		padding: 24px 20px;
	}
	.main-resources-list .resource-item .icon-text{
		display: block;
	}
	.main-resources-list .resource-item .icon-text .icon{
		width: 64px;
		height: 64px;
		margin: 0 0 18px;
	}
	.main-resources-list .resource-item .icon-text svg{
		max-width: 44px;
	}
	.main-resources-list .resource-item .icon-text .text{
		width: 100%;
		padding: 0;
	}

	.main-resources-list .resource-item .img-text{
		display: block;
	}
	.main-resources-list .resource-item .img-text .img{
		line-height: 0;
		width: 100px;
		margin: 0 0 18px;
	}
	.main-resources-list .resource-item .img-text .text{
		width: 100%;
		padding: 0;
	}
	main.new-template-box .main-resources-list .resource-item .title{
		margin-top: 0;
	}
	.data-table .row.three-cols:last-child .col:nth-child(2), .data-table .row.three-cols:last-child .col:nth-child(3){
		margin-bottom: 0;
	}
	/*Topics*/
	main.new-template-box .topics-box .h2{
		margin: 0 0 48px;
	}
	/*Square icons links list*/
	.bg-box .square-icons-links-list{
		margin-bottom: -48px;
	}
	.square-icons-links-list .item-box, .square-icons-links-list .item-box:nth-child(4n){
		width: 100%;
		margin: 0 0 48px;
	}
	/*Layout grid*/
	.layout-grid:last-child{
		margin-bottom: 0;
	}
	/*Subscribe box*/
	main.new-template-box .subscribe-box,
	.subscribe-box{
		padding: 54px 0 72px;
	}
	main.new-template-box .subscribe-box .form,
	.subscribe-box .form{
		box-shadow: none;
	}
	main.new-template-box .subscribe-box .field,
	.subscribe-box .field{
		margin: 0;
		width: 100%;
	}
	main.new-template-box .subscribe-box .form-control,
	.subscribe-box .form-control{
		box-shadow: 0 15px 30px 0 rgba(76, 95, 169, .1);
	}
	main.new-template-box .subscribe-box .btn,
	.subscribe-box .btn{
		margin: 16px auto 0;
	}
	/*Aside*/
	.content-layout-grid #aside{
		padding: 0 0 0 16px;
		margin: -40px 0 64px;
	}
	/*Download item*/
	.download-item .text{
		padding: 15px 16px 18px;
	}
	#aside .download-item .text{
		padding: 9px 16px 11px;
	}
}
@media screen and (max-width: 360px){
	.subscribe-box .btn{
		width: 100%;
	}
}

/* Widgets styles fix */

#s2j_widget{
	z-index: 1;
}

/*HEADER*/
/*Logo*/
@media (min-width: 959px) {
	header .logo {
		margin-top: 0;
	}
}
header .top-header {
	margin-bottom: 25px !important;
}

.sub-nav-box .sub-nav .logo img {
	width: 275px;
	height: auto;
}
.sub-nav-box .sub-nav.ylr-header-bar .logo img {
	max-height: 37px;
}

/*Textblock*/
header .right-controls .text-box {
	text-align: right;
}
header .right-controls .text-box p {
	width: 100%;
}
header .right-controls .text-box a {
	text-decoration: none;
	color: #39477B !important;
}
header .right-controls .text-box a:hover {
	text-decoration: underline !important;
}

/*Header share and textbox*/
.fixed-header header .top-header {
	height: auto;
	margin-bottom: 10px;
}
@media (max-width: 959px) {
	.fixed-header header .top-header {
		margin-bottom: 0;
	}
}

/*Search*/
header .right-controls .search-box input:not(.gsc-search-button) {
	background-color: #f2f2f2 !important;
	border: none;
	box-shadow: none;
	transition: all .2s;
}
header .right-controls .search-box input {
	color: black !important;
}
header .right-controls .search-box input:focus {
	border: 1px solid #cacaca;
	box-shadow: 2.5px 1.7px 0 rgba(0, 0, 0, 0.05);
	background-color: white !important; 
}
header .right-controls .search-box .search-btn {
	color: #39477B !important;
	transition: all .2s;
}
.topics-template .search-box-topic .search-btn:hover,
header .right-controls .search-box .search-btn:hover {
	color: #F99B1C !important;
}

/*Main Menu*/
.desktop header nav > ul > li > .submenu > ul > li:hover > a {
	background-color: #fff;
}
header nav > ul > li,
header nav > ul > li.has-child {
	margin-right: 40px;
}
header nav::before {
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
}
html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul {
	padding: 5px 0;
}
html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li > a {
	padding: 16px 20px;
}
@media (max-width: 1150px) {
	header nav > ul > li {
		margin-right: 18px;
	}
	header nav > ul > li.has-child {
		margin-right: 6px;
	}
}
@media (max-width: 960px) {
	header nav {
		background: #39477B;
	}
	header nav > ul > li,
	header nav > ul > li.has-child {
		margin-right: 0;
	}
	.fixed-header header .top-header {
		text-align: left;
	}
	.fixed-header header .text-box p {
		text-align: left !important;
	}
	header .right-controls {
		padding-top: 20px;
	}
}

/*Subscribe*/
header .right-controls .top-header .subscribe a i {
	margin-right: 0;
	margin-left: 5px;
}
header .right-controls .top-header .subscribe a {
	color: black !important;
}

/*Share*/
header .right-controls .top-header .share p {
	color: black !important;
}
@media (max-width: 960px) {
	header .right-controls .top-header,
	header .right-controls .text-box p {
		z-index: 10;
	}
	header .social-likes > div {
		padding: 10px;
		margin-right: 5px;
	}
}




/*INPUTS*/
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea,
.mc-field-group input {
	background-color: #f2f2f2 !important;
	border: none !important;
	box-shadow: none;
	border-radius: 0;
	transition: all .2s;
	
}
.wpcf7-form input.wpcf7-text:focus,
.wpcf7-form textarea:focus,
.mc-field-group input:focus {
	border: 1px solid #cacaca !important;
	box-shadow: 2.5px 1.7px 0 rgba(0, 0, 0, 0.05);
	background-color: white !important; 
}
.mc-field-group input {
	height: 40px;
	width: 100%;
	padding: 0 14px;
}
.mc-field-group {
	margin-bottom: 18px;
}
#mc-embedded-subscribe {
	color: #fff;
	background: #F99B1C;
	border: 2px solid #F99B1C;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 800;
	display: table;
	margin: 20px 0 0;
	-webkit-appearance: none;
	border-radius: 4px;
	height: 50px;
	text-decoration: none;
	line-height: 46px;
	cursor: pointer;
	padding: 0 40px;
	transition: all .2s;

	font-size: 16px;
	padding: 0 30px;
	background: #39477B;
	border: 2px solid #39477B;
}
#mc-embedded-subscribe:hover {
	background: #fff;
	color: #F99B1C;

	color: #39477B;
}
.mc-field-group label {
	color: #000000;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 1.875em;
}
.indicates-required {
	margin-bottom: 18px;
}

div.mc-field-group.input-group ul li::before {
	display: none;
}
div.mc-field-group.input-group ul li label {
	margin-left: 30px;
}
div.mc-field-group.input-group label {
	display: block !important;
	margin-top: 4px;
	margin-bottom: 0 !important;
}


/*FOOTER*/

/*Left align footer logos*/
footer .founders-logo .item {
	text-align: left;
}

/*Copyright*/
footer .copyright {
	opacity: 0.7;
	line-height: 23px;
	border-top: 1px solid rgba(255,255,255,.5) !important;
}
.secondary-footer-nav a {
	font-size: 13px;
}
footer {
	border-top: 5px solid #F99B1C;
}

/*Footer logos
footer .row .row-item a {
	height: 50px;
	display: flex;
	align-items: center;
}
footer .founders-logo .item img {
	height: 30px;
}
footer .founders-logo .item {
	max-width: 250px;
}
*/




/*PAGE SIDEBAR*/

/*Sidebar*/
.content-box aside .link-box ul li,
.content-box aside ul .cat-item {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 15px;
}
.content-box aside .link-box ul li:last-child,
.content-box aside ul .cat-item:last-child {
	border-bottom: none;
	padding-bottom: 15px;
}
.content-box aside .link-box ul li a:hover,
.content-box aside ul .cat-item a:hover {
	color: #F99B1C;
	text-decoration: underline;
}
.content-box aside .link-box ul li.active a {
	color: #F99B1C;
}
.content-box aside .link-box ul li a,
.content-box aside ul .cat-item a {
	font-weight: 400;
}
.content-box aside ul .cat-item a {
	font-size: 18px;
	color: #39477b;
	text-decoration: none;
}
.content-box aside .link-box > h3,
.content-box aside .facebook-widget h3,
.content-box aside .instagram-widget h3,
.content-box aside .twitter-widget h3,
.content-box aside .text-box h3 {
	font-weight: 600 !important;
}
.content-box aside .link-box.with-icon ul li .icon {
	background-color: #39477B !important;
	width: 42px !important;
	height: 42px !important;
}
.content-box aside .link-box.with-icon ul li {
	border: none;
}
.content-box aside h2 {
	color: #39477B;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.content-box aside ul li {
	margin: 0 0 12px;
    padding: 0;
}

/*HOMEPAGE*/

/*Intro Text*/

#wrapper .custom-script-block,
#wrapper .text-main-box {
	padding-top: 50px;
}
#wrapper .custom-script-block h2,
#wrapper .text-main-box h2 {
	font-weight: 400;
}

/*Key areas*/
.key-features .row .row-item .icon {
	border: none !important;
	background-color: #415291;
}
.key-features .row .row-item .icon .fa {
	color: #fff !important;
}
.key-features h2 {
	color: #fff !important;
	margin-top: 10px;
	font-weight: 400 !important;
	line-height: 23px;
	font-size: 19px !important;
	margin-bottom: 0;
}
.key-features h2 .board {
	display: none !important;
}
.key-features h2::after {
	width: 121px;
	height: 3px;
	background-color: #F99B1C;
	content: '';
	margin: 30px auto 0;
    margin-top: 30px;
    margin-bottom: 40px;
    display: block;
}
.key-features .row .row-item h3 {
	color: #fff !important;
	font-weight: 400 !important;	
	transition: all .2s;
	font-size: 24px !important;
}
.key-features .row .row-item p {
	color: #fff !important;
	font-size: 16px !important;
}
.key-features .row .row-item .icon {
	background-color: transparent;
	margin-bottom: 10px;
}
.key-features .row .row-item {
	padding-bottom: 20px;
}
.key-features .row .row-item a:hover {
	transform: translateY(-10px);
}
.key-features .row .row-item a:hover > h3 {
	color: #F99B1C !important;
}
@media (max-width: 400px) {
	.key-features .row .row-item {
		width: 100%;
		margin-bottom: 0;
	}
}
@media (min-width: 950px) {
	.key-features h2 {
		width: 65%;
		display: inline-block;
	}
}

/*Key areas background image*/
.key-features {
	position: relative;
	opacity: 0.95;
}
.key-features::before {
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
	background: url('/wp-content/uploads/2014/01/human-rights-quilt-from-CBC2.jpg');
	background-size: cover;
	opacity: .2;
	z-index: -1;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}


/*Target Audience*/
#wrapper .main-events {
	background-color: #fff;
}
.main-events .row .row-item .descr p {
	text-align: center;
}
.main-events .row .row-item .event {
	border-bottom: 5px solid #fff;
	min-height: 470px;
}
.main-events .row .row-item a:hover {
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	transform: translateY(-5px);
	opacity: 1 !important;
	border-bottom: 5px solid #F99B1C;
}
.main-events .row .row-item .descr {
	min-height: auto;
}

/*Target Audience New Design*/
.main-events .row .row-item .descr {
	padding: 0;
}
.main-events .row .row-item .descr p {
	color: #fff !important;
}
.main-events .row .row-item .event {
	background: transparent !important;
	border-bottom: none;
	min-height: auto;
}
#wrapper .main-events {
	background: #F99B1C;
}
.main-events .row .row-item a:hover {
    box-shadow: none;
    transform: none;
    opacity: 1 !important;
    border-bottom: none;
}
.main-events .row .row-item img {
	display: none;
}


/*Feeds*/
.feeds .row .row-item h2 {
	font-weight: 400 !important;
}
.feeds .row .row-item h3 a {
	font-weight: 600 !important;
	color: #39477b !important;
}
.feeds .row .row-item .box p.text {
	font-size: 15px !important;
}




/*GENERAL*/
.orange {
	color: #F99B1C;
}

pre {
	background-color: #eaeff5;
	padding: 15px;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	white-space: pre-wrap; 
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 1.6666em;
}

.box {
	background-color: #f4f6f9;
	padding: 30px;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.border-color-1 {
  background-color: white !important;
  border: 2px solid #39477B !important;
}
.border-color-2 {
  background-color: white !important;
  border: 2px solid #F99B1C !important;
}
.bg-preset-1 {
  background-color: #f4f6f9 !important;
}
.bg-preset-2 {
  background-color: #39477B!important;
}
.bg-preset-2 h1, .bg-preset-2 h2, .bg-preset-2 h3, .bg-preset-2 h4, .bg-preset-2 h5, .bg-preset-2 h6, .bg-preset-2 p, .bg-preset-2 ul, .bg-preset-2 ol {
  color: #fff;
}

/*Accordions*/
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
	border: none;
	background-color: #f4f6f9;
	margin: 10px 0 0 0;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}
.wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active a {
	color: #F99B1C !important;
	font-weight: bold;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:hover {
	color: #F99B1C;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content-wrapper {
	background-color: #f4f6f9;
	padding: 0px 40px;
	
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content {
	border: none;
}

/*Tables*/
main table tbody tr:first-child {
	background-color: #dbdfee;
}
main table tbody tr:first-child th {
	padding: 20px 15px;
	text-align: left;
}
main table tbody tr th,
main table tbody tr td {
	border-right: 1px solid #ccc;
}
main table tbody tr:hover {
  background-color: #eaeff5;
}

/*Contact page updates*/
#map-1.map {
	display: none;
}
.contact-page .row .row-item {
	display: block;
}

/*GCS*/
main .gsc-table-cell-snippet-close {
	width: 100%;
}

/*Side menu::after*/
.menu-open header .menu-wrap::after {
	background: none;
}

/*Move main down when there is tall logo*/
@media (max-width: 960px) {
	html.fixed-header main {
	    padding-top: 35px !important;
	}
}

/*Lists*/
main ol li, main ul li {
	line-height: 1.6666em !important;
}

/*Icons*/
.website-icon {
	font-size: 46px !important;
	color: #39477B;
}

/*Buttons*/
.pager ul li a, .pager ul li span {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 18px;
}
.pager ul li span {
	color: #fff;
}

main .blog-article .descr .btn.white,
main .descr .btn.white,
main .btn.white,
main .btn {
	font-size: 16px !important;
	padding: 0 30px;
	color: #39477b;
	border-color: #39477b !important;
}
.no-touchevents main .blog-article .btn.white:not(:disabled):hover {
	background-color: #39477b !important;
}
.wpcf7-submit.btn {
	background: #39477b !important;
	color: #fff !important;
}
.wpcf7-submit.btn:hover {
	background: #fff !important;
	color: #39477b !important;
}

/*Text block line height*/
.content .text-box {
	line-height: 1.6666em;
}

main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap > ul > li ul li {
    margin-bottom: 0;
}

main.new-template-box  .sub-nav-box .sub-nav .ylr-menu-wrap ul li, main.new-template-box  .sub-nav-box .sub-nav .ylr-menu-wrap ol li {
    line-height: 1.555555555555556em !important;
}

main.new-template-box .sub-nav-box .sub-nav .ylr-menu-wrap ul li ul {
   margin: 12px 0 0;
}

main.new-template-box.jail-homepage  .ylr-header.ylr-front-content{padding-top: 41px}

main.new-template-box.jail-homepage  .topics.topics-menu {padding-top: 41px}

main.new-template-box.jail-homepage  .topics.topics-menu,
main.new-template-box.jail-homepage  .ylr-header.ylr-front-content
{box-shadow: 0 6px 14px 0 rgba(76,95,169,0.1)}


