@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: #001689;
}
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 0.2s;
}

.topics-page .topic-title .search-box-topic .search-btn:hover,
.topics-template .search-box-topic .search-btn:hover {
  opacity: 0.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: 40px 0 24px;
}
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: 20px;
  line-height: 1.5em;
  color: #010101;
  margin: 36px 0 9px;
}

main.new-template-box:not(.common) .text-box h3,
main.new-template-box:not(.common) .text-box  .h3 {
  color: #ffa400;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4em;
  font-family: 'Open Sans';
  margin: 34px 0 12px;
}
main.new-template-box:not(.common)  .text-box > *:first-child {
  margin-top: 0;
}

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-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-weight: 700;
  font-size: 18px;
  height: 50px;
  color: #fff;
  text-align: center;
  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, 0.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, 0.3);
}
main.new-template-box:not(.common) .btn:disabled {
  opacity: 0.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: 0.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;
	}
	*/
main.new-template-box:not(.common)
.radio-item
input[type="checkbox"]:checked
+ label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*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;
}
/*Breadcrumbs*/
#breadcrumbs-box {
  display: flex;
  align-items: flex-start;
  margin: -53px 0 21px;
}

#breadcrumbs-box.fullwidth {
  width: 100% !important;
  padding-right: 0 !important;
}
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;
}

@media (min-width: 961px) {
  main.new-template-box:not(.common) p.home-resources__text {
    max-width:200px;
  }
}

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, 0.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;
  */
  font-size: 17px;
  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: 0.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, 0.1);
}
.no-touchevents .special-link:hover,.no-touchevents .special-link.hover {
  color: white !important;
  background: #001689;
}
.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 0.2s ease;
}
.no-touchevents .special-link:hover:after,.no-touchevents .special-link.hover:after {
  color: white;
}
.no-touchevents .special-link:hover:after,.no-touchevents .special-link.hover:after {
  animation: arrowAnimate 0.7s ease-in-out infinite;
}

.no-touchevents .special-link.hover:hover,.no-touchevents .special-link.hover:hover:after {
  background: white;
  color: #001689 !important;

}
.no-touchevents .special-link.hover:hover {
  /*
      border: 2px solid #001689;
      width: calc(100% - 4px);
      height: calc(100% - 4px);

     */
}

@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: 0.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: 0.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: 270px;
  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, 0.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, 0.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;
}

/*.resource-item .icon-text .icon svg * {
  fill: #fff;
}
*/

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;
  /*background: #001689;*/
}
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: 32px;
  max-height: 32px;
}
.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 {
  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: 42px;
  max-height: none;
}
.main-resources-list .resource-item .icon-text .text {
  width: calc(100% - 54px);
  padding-left: 30px;
}

@media (min-width: 1200px) {
  .main-resources-list .resource-item .icon-text .text {
    display: flex;
  }
}

.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, 0.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 0.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: 160px;
  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:not(.common) .pager {
  display: flex;
  flex-wrap: wrap;
  /*margin: 70px 0 11px;*/
}
main.new-template-box:not(.common) .pager li {
  font-weight: 700;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 6px 6px 0;
}
main.new-template-box:not(.common) .pager li:before {
  display: none;
}
main.new-template-box:not(.common) .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:not(.common) .pager li a:hover {
  color: #fff;
  background: #c5d0ea;
}
main.new-template-box:not(.common) .pager .active * {
  color: #fff;
  background: #001689;
  border-color: #001689;
  cursor: default;
}
main.new-template-box:not(.common) .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 0.2s ease;
  transition: all 0.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-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-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 0.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 0.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 0.2s;
  padding: 16px 45px 16px 35px;
  position: relative;
}
.sub-nav.ylr-header-bar ul > li > .submenu > ul > li > a .fa {
  position: absolute;
  transition: all 0.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 0.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-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: #ffa400;*/
  color: #000000;
  font-size: 14px;

  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: #001689;
  font-size: 29px;
  font-weight: bold;
  line-height: 1em;

}

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: #ffa400;
  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: #001689;
}
.topics.topics-menu .topics-list .icon svg {
  max-height: 28px;
  max-width: 28px;
  vertical-align: middle;
}
.topics.topics-menu .topics-list .icon svg * {
  fill: #fff;
}

/*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: #ffa400;
  }

  .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*/

  /*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: #ffa400;
    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: 10px 0 34px;
    /*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 0.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: #001689;
  }

  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;

    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: #ffa400;
  }
  .ylr-menu-open
  main.new-template-box
  .sub-nav-box
  .sub-nav
  .ylr-menu-wrap
  > ul
  > li.has-child.nav-visible
  > a
  .fa {
    color: #ffa400;
  }
  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;
    width: 100%;
  }
  .download-item .sub-text + .lang {
    margin-top: 5px;
  }
  /*Pager*/
  main.new-template-box:not(.common) ul.pager {
    margin: 27px 0 27px 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, 0.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*/
header.fixed .logo {
  display: none;
}

header .logo img {
  /*width: 600px;*/
    height: 67px;
}
header .logo {
  margin-top: 15px;
  margin-bottom: 15px;
}
header .logo-mobile {
  display: none;
}
@media (max-width: 695px) {
  header .logo {
    width: 85%;
    display: none;
  }
  header .logo-mobile {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .logo-mobile img {
    height: 50px;
    width: auto;
    max-width: 80%;
  }
}

.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: #001689 !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: 30px;
}
@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: #f6f7fb !important;
  border: none;
  box-shadow: none;
  transition: all 0.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: #001689 !important;
  transition: all 0.2s;
}
.topics-template .search-box-topic .search-btn:hover,
header .right-controls .search-box .search-btn:hover {
  color: #ffa400 !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: 35px;
}
header nav::before {
  box-shadow: 0 5px 10px 0 rgba(0, 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: #001689;
  }
  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 0.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: #ffa400;
  border: 2px solid #ffa400;

  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 0.2s;

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

  color: #001689;
}
.mc-field-group label {
  color: #000000;
  font-size: 16px;

  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*/

.button-footer {
  border: 2px solid white;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px 0;
}
.social-footer {
  margin: 20px 0 50px 0;
}
.social-footer a {
  margin-right: 10px;
}

/*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, 0.5) !important;
}
.secondary-footer-nav a {
  font-size: 13px;
}
footer {
  border-top: 5px solid #ffa400;
}

/*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: #ffa400;
  text-decoration: underline;
}
.content-box aside .link-box ul li.active a {
  color: #ffa400;
}
.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: #001689;
  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: #001689 !important;
  width: 42px !important;
  height: 42px !important;
}
.content-box aside .link-box.with-icon ul li {
  border: none;
}
.content-box aside h2 {
  color: #001689;
  font-size: 22px;

  font-weight: 600;
}
.content-box aside ul li {
  margin: 0 0 12px;
  padding: 0;
}

/*HOMEPAGE*/

/*Intro Text*/
#wrapper .text-main-box {
  padding-top: 50px;
}
#wrapper .text-main-box h2 {
  margin-bottom: 5px;
  font-weight: 400;
}

/*Key areas*/
.key-features .row .row-item .icon {
  border: 7px solid white !important;
  background-color: transparent;
  margin-bottom: 30px;
}
.key-features .row .row-item .icon .fa {
  color: #fff !important;
}
.key-features h2 {
  font-weight: 400 !important;
  margin-top: 15px;
  margin-bottom: 35px;
}
.key-features h2::after {
  display: none;
}
.key-features h4 {
  color: #fff !important;
  margin-top: 10px;
  font-weight: 400 !important;
  line-height: 23px;
}
.key-features h4:after {
  width: 121px;
  height: 3px;
  background-color: #ffa400;
  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 0.2s;
}
.key-features .row .row-item p {
  color: #fff !important;
}
.key-features .row .row-item {
  padding-bottom: 20px;
}
.key-features .row .row-item a:hover > h3 {
  color: #ffa400 !important;
}
.key-features .row .row-item a:hover .icon {
  background: transparent !important;
}
main .key-features:nth-child(2) {
  border-top: 5px solid #ffa400;
  margin: 0;
  padding: 0;
}
main .key-features:nth-child(2) .row .row-item h3 {
  color: #001689 !important;
}
main .key-features:nth-child(2) .row .row-item .icon {
  width: 193px;
  height: 193px;
}
main .key-features:nth-child(2) .row .row-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
main .key-features:nth-child(2) .row .row-item:nth-child(2n) {
  background: #e5e9f1;
}
main .key-features:nth-child(2) .row .row-item a:hover > h3 {
  text-decoration: underline;
}
@media (max-width: 540px) {
  .key-features .row .row-item {
    width: 100%;
    margin-bottom: 0;
  }

  footer .row .row-item {
    width: 100% !important;
  }
}
@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, 0.2);
  transform: translateY(-5px);
  opacity: 1 !important;
  border-bottom: 5px solid #ffa400;
}
.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: #ffa400;
}
.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;*/
  margin: 0px 0 20px;
}
.feeds .row .row-item h3 a {
  /*font-weight: 600 !important;*/
  color: #001689;
}
.feeds .row .row-item h3 a:hover {
  color: #ffa400;
}
.feeds .row .row-item .box p.text {
  font-size: 15px !important;
}

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

pre {
  background-color: #eaeff5;
  padding: 15px;

  color: #000;
  font-size: 18px;
  font-weight: 400;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 1.6666em;
}

.box {
  background-color: #f4f6f9;
  padding: 30px;

  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.border-color-1 {
  background-color: white !important;
  border: 2px solid #001689 !important;
}
.border-color-2 {
  background-color: white !important;
  border: 2px solid #ffa400 !important;
}
.bg-preset-1 {
  background-color: #f4f6f9 !important;
}
.bg-preset-2 {
  background-color: #001689 !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: #ffa400 !important;
  font-weight: bold;
}
.wc-shortcodes-font-awesome-enabled
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger
a:hover {
  color: #ffa400;
}
.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:nth-child(2n+1) {
  background: #f6f7fb;
}
main table tbody tr:first-child {
  background-color: #e0e3f1;
}
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: rgba(224, 227, 241, 0.5);
}

/*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: #001689;
}

/*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: #001689;
  border-color: #001689 !important;
}
.no-touchevents main .blog-article .btn.white:not(:disabled):hover {
  background-color: #001689 !important;
}
.wpcf7-submit.btn {
  background: #001689 !important;
  color: #fff !important;
}
.wpcf7-submit.btn:hover {
  background: #fff !important;
  color: #001689 !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;
}

.alert-to-top {
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: red;
  height: 32px;
  position: absolute;
}
.alert-to-top .container {
  margin: 0 auto;
  position: relative;
}
.alert-to-top p,
.alert-to-top a,
.alert-to-top span {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0;
}
.alert-to-top a {
  text-decoration: none;
}
.alert-to-top a:hover u,
.alert-to-top a:hover {
  text-decoration: underline;
}
.alert-to-top p {
  width: 100% !important;
  margin: 0;
  line-height: 32px;
}

@media (min-width: 961px) {
  html.alert-text.fixed-header main {
    padding-top: 0;
  }
  .alert-text.fixed-header:not(.header-ver2):not(.header-ver3) header {
    /* padding-top: 45px; */
    position: relative;
  }
  .alert-text.fixed-header:not(.header-ver2):not(.header-ver3) header.fixed {
    padding-top: 15px;
    position: fixed;
  }
}

@media (max-width: 960px) {
  .alert-to-top {
    text-align: center;
    position: fixed;
    display: block;
  }
  .fixed-header.alert-text #wrapper.alert-text header {
    top: 38px;
    position: fixed;
  }
  /*.fixed-header.alert-text #wrapper.alert-text header.fixed {top: 0;}*/
  .fixed-header.alert-text #wrapper.alert-text .alert-to-top.fixed-header {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  html.fixed-header {
    /*padding-top: 118px;*/
  }
  .alert-to-top {
    height: 64px;
  }
  .fixed-header.alert-text #wrapper.alert-text header {
    top: 64px;
  }
}
/*Footer*/
footer .footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .add-info {
  margin-top: 50px;
}
footer .row .row-item ul li {
  margin-bottom: 10px;
}
footer .row .row-item ul li.main-link-style {
  margin-bottom: 13px;
}
footer .row .row-item ul li.main-link-style a {
  font-weight: bold;
  font-size: 17px;
}
footer .row.footer-nav .row-item {
  padding: 0 20px;
}
/*Slider*/
.slider-box a.btn.white {
  color: #001689;
  height: auto;
  line-height: 22px;
  padding: 10px 22px !important;
}
.no-touchevents main .slider-box .text a.btn.white:not(:disabled):hover {
  background: #001689 !important;
}
.slider-box.slider-left .text h2::after,
.slider-box.slider-right .text h2::after {
  display: none;
}
.slider-box.slider-right .text h2,
.slider-box.slider-left .text h2 {
  /*color: #001689 !important;*/
  font-size: 24px !important;
  font-weight: 600 !important;
}
.slider-box.slider-left .text p {
  font-size: 17px !important;
}
.slider-box.slider-right .text h2,
.slider-box.slider-left .text h2 {
  margin-bottom: 15px;
}
.slider-box .text .textbox {
  padding: 1px 10px 20px 0;
  background-color: #fff;
}

.slider-box.slider-right .text,
.slider-box.slider-left .text {
  height: 100%;
  position: absolute;
  padding-bottom: 0;
}
@media (max-width: 860px) {
  .slider-box.slider-right .text,
  .slider-box.slider-left .text {
    position: relative;
    height: auto;
  }
}
.slider-box.slider-right .text .container,
.slider-box.slider-left .text .container {
  height: 100%;
  background-color: #fff;
  overflow-y:auto;
}

.slider-box.slider-left .slider-wrap .slide {
  background-position: right bottom 50%;
  background-size: contain;
}
@media (max-width: 1220px) {
  .slider-row.container {
    padding: 0;
  }
}

.feeds .resource-item {
  max-width: none;
}

main.new-template-box .intro-text-grid .content ul li::before {
  background-color: #000000;
  content: "";
  left: 15px;
  top: 8px;
}

#custom-accordion-style
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger
a::before {
  content: "\f055";
}
#custom-accordion-style
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active
a::before {
  content: "\f056";
}
#custom-accordion-style
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger {
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
}
#custom-accordion-style .wc-shortcodes-accordion-content-wrapper i.fa {
  margin-right: 10px;
  color: #001689 !important;
}
#custom-accordion-style .inner-accordion {
  background-color: #fff !important;
}

#custom-accordion-style2
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger
a::before {
  content: "\f055";
  width: 20px;
}
#custom-accordion-style2
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active
a::before {
  content: "\f056";
}
#custom-accordion-style2
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger {
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
}
#custom-accordion-style2 .wc-shortcodes-accordion-content-wrapper i.fa {
  margin-right: 10px;
  color: #001689 !important;
}
#custom-accordion-style2 .inner-accordion {
  background-color: #fff !important;
}
#custom-accordion-style2
.wc-shortcodes-accordion
.wc-shortcodes-accordion-content-wrapper {
  background-color: transparent;
  padding: 0;
}
#custom-accordion-style2
.wc-shortcodes-accordion
.wc-shortcodes-accordion-content {
  border-bottom: 1px solid gainsboro;
  padding-left: 0;
  padding-right: 0;
}
#custom-accordion-style2 .wc-shortcodes-accordion-content pre {
  border-left: 5px solid #001689;
  background-color: #f4f6f9;
}
#custom-accordion-style2
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger
a {
  padding-left: 30px;
}

main.new-template-box:not(.common) .resource-item ul,
main.new-template-box:not(.common) .resource-item ol {
  margin: 0 0 0 27px;
}
main.new-template-box:not(.common) #main .resource-item ul li {
  padding-left: 0;
  list-style-type: disc;
}

/*New Accordion Styles*/
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a::before {
  content: "\f055" !important;
  width: 20px !important;
  font-size: 22px !important;
}
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active
a::before {
  content: "\f056" !important;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
}
.wc-shortcodes-accordion
.wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active {
  border-bottom: 1px solid white;
}
.wc-shortcodes-accordion-content-wrapper i.fa,
.fa.fa-flag {
  margin-right: 10px;
  color: #ffa400 !important;
}
.inner-accordion {
  background-color: #fff !important;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content-wrapper {
  background-color: transparent;
  padding: 0;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content {
  border-bottom: 1px solid gainsboro;
  padding: 20px 0;
}
.wc-shortcodes-accordion-content pre {
  border-left: 5px solid #001689;
  background-color: #f4f6f9;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
  padding-left: 30px;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content h4 {
  margin-top: 0;
}
.custom-accordion-page h3 {
  color: black;
  margin-top: 50px;
  font-weight: bold;
}

main ol li,
main ul li {
  margin-bottom: 5px;
}
main ul li::before {
  top: 12px;
}
/*
.home-resource__icon-wrapper svg *, .new-resource-item__icon-wrapper svg * {
  fill: #fff;
}
*/


main.new-template-box:not(.common) .new-resource-item__text ul {
  margin: 0 0 0 27px;
}

main.new-template-box:not(.common) .new-resource-item__text ul li {
  list-style-type: disc;
  padding-left: 0;
}

main.new-template-box:not(.common) .new-resource-item__text p {
  margin-bottom: 14px;
}

.home-resources__icon-wrapper.wills-and-estates svg {
  margin-left:12px;
}

@media (max-width: 869px) {
  .new-resource-item {
    display: flex;
  }
  .new-resource-item__icon-wrapper {
    display: none !important;
  }
  .new_resource-item__icon-mobile-wrapper {
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    float: left;
  }

  .new_resource-item__icon-mobile-wrapper svg {
    width: 80%;
    height: 80%;
  }
  .new-resource-item__text svg {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .new-resource-item__text {
    padding-top:5px;
  }
  main.new-template-box:not(.common) h1 {
    font-size:28px;
  }
}

@media (min-width: 870px) {
  .new_resource-item__icon-mobile-wrapper {
    display: none;
  }
}


.ui-widget.ui-widget-content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-widget.ui-widget-content {
  max-height: 200px;
  overflow-y: auto;
  width: 243px !important;
}

.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #5897fb;
  color: white;
}

.ui-menu .ui-menu-item {
  background-color: #f7f7f7;
}

.ui-menu .ui-menu-item {
  cursor: pointer;
}

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

.ui-widget.ui-widget-content li {
  padding: 8px 14px;
}
.gsc-above-wrapper-area, .gsc-result-info-container, .gsc-orderby-container {border:none !important;}




@media (max-width: 960px) {
  html.fixed-header {
    padding-top: 100px;
  }
  html.wp-adminbar.fixed-header {
    padding-top: 132px;
  }
  html.fixed-header {
    padding-top: 74px;
  }
  html.wp-adminbar.fixed-header {
    padding-top: 120px;
  }
}
/*
@media (max-width: 695px) {
    html.fixed-header {
        padding-top: 74px;
    }
    html.wp-adminbar.fixed-header {
        padding-top: 120px;
    }
}
*/

/*WPForms*/
div.wpforms-container-full input[type="checkbox"]:not(checked),
div.wpforms-container-full input[type="radio"]:not(checked) {
  opacity: 1;
}
div.wpforms-container-full .wpforms-field-payment-checkbox li::before,
div.wpforms-container-full .wpforms-field-radio li::before,
div.wpforms-container-full .wpforms-field-checkbox li::before,
div.wpforms-container-full .wpforms-field-select-style-modern .select2-container {
  display: none;
}
div.wpforms-container-full .wpforms-field-select-style-classic .select2-selection--single,
div.wpforms-container-full .wpforms-field-address .select2-selection--single {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 6px 10px 6px 2px;
  height: 43px;
  width: 100%;
  line-height: 1.3;
}
div.wpforms-container-full .wpforms-field-select-style-classic .select2-selection__arrow,
div.wpforms-container-full .wpforms-field-address .select2-selection__arrow {
  height: 38px;
  right: 5px;
}
div.wpforms-container-full .wpforms-field-select-style-classic .select2-selection--single .select2-selection__rendered,
div.wpforms-container-full .wpforms-field-address .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}
:root {
  --wpforms-button-background-color: #001689!important;
}

.pum-content.popmake-content p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6666em;
}

.column-menu .is-layout-flex {
  height: 200px;
}

.tribe-events header.fixed,
.tribe-events .tribe-events-header {
  box-shadow: none;
}

.tribe-events header {
  top: initial !important;
}

.tribe-events li::before {
  display: none;
}

.tribe-events nav::before {
  display: none;
}

main .wp-block-ub-content-toggle-accordion-content-wrap h1:first-child,
main .wp-block-ub-content-toggle-accordion-content-wrap h2:first-child,
main .wp-block-ub-content-toggle-accordion-content-wrap h3:first-child,
main .wp-block-ub-content-toggle-accordion-content-wrap h4:first-child,
main .wp-block-ub-content-toggle-accordion-content-wrap h5:first-child {
  margin-top: 0;
}

main .wp-block-ub-content-toggle-accordion-content-wrap i.fa {
  margin-right: 10px;
  color: #ffa400 !important;
}

main .wp-block-ub-content-toggle-accordion-content-wrap pre {
  border-left: 5px solid #001689;
  background-color: #f4f6f9;
}

.kt-blocks-info-box-link-wrap .kt-info-box-image {
  transition: all .3s cubic-bezier(.17,.67,.35,.95);
}

.kt-blocks-info-box-link-wrap:hover .kt-info-box-image {
  opacity: 0.7;
}

.underline-hover .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.transparent-hover .kt-blocks-info-box-link-wrap:hover {
  opacity: 0.7;
}

ul.related-resources,
main.new-template-box:not(.common)  ul.related-resources,
main.new-template-box:not(.common)  #main ul.related-resources {
  margin-left:0;
}
ul.related-resources li,
main.new-template-box:not(.common)  ul.related-resources li,
main.new-template-box:not(.common)  #main ul.related-resources li {
  padding-left:0;
}

main.new-template-box.no-ylr #breadcrumbs-box {
  margin-top: 20px;
}

main.new-template-box:not(.common) .pager {
  margin: 0 0 27px 0;
}

main.new-template-box:not(.common) ul.webinars-library-results .new-resource-item__text{
  padding-right:0;
}

main.new-template-box:not(.common) ul.webinars-library-results .new-resource-item__text p {
  margin: 0;
}
main.new-template-box:not(.common) ul.webinars-library-results .new-resource-item__text h3 + p {
  font-size: smaller;
  font-weight:bold;
}
main.new-template-box:not(.common) ul.webinars-library-results .new-resource-item__text h3 + p + p {
  margin-top: 20px;
}

main.new-template-box:not(.common) ul.webinars-library-results {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main.new-template-box:not(.common) .webinars-library-results li.new-resource-item {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  /*border: 1px solid #ddd;*/
}

main.new-template-box:not(.common) .webinars-library-results .new-resource-item,
main.new-template-box:not(.common) .webinars-library-results .new-resource-item:nth-child(even) {
  background: #fff;
}

main.new-template-box:not(.common) .webinars-library-results .new-resource-item__heading {
  margin: 5px 0 15px !important;
  line-height: 1.2em !important;
}

.new-resource-item__icon-wrapper.image-wrapper {
  width: 140px;
  height:115px;
}

@media (min-width: 470px) {
  .new-resource-item__icon-wrapper.image-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    align-items: start;
    padding-top: 10px;
  }
}



@media screen and (min-width: 768px) {
  main.new-template-box:not(.common) ul.webinars-library-results {
    display: flex;
    flex-wrap: wrap;
  }
  main.new-template-box:not(.common) .webinars-library-results li.new-resource-item {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  main.new-template-box:not(.common) .webinars-library-results li.new-resource-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  main.new-template-box:not(.common) .webinars-library-results li.new-resource-item {
    width: 100%;
    margin: 0 0 1% 0;
  }
}

@media screen and (max-width: 869px) {
  .new-resource-item__text svg {
    margin-top: 5px;
  }
  .new_resource-item__icon-mobile-wrapper.image-wrapper {
    width: 140px;
    height: 115px;
    float: left;
    margin-right: 20px;
  }
  .new_resource-item__icon-mobile-wrapper.image-wrapper img {margin-top: 5px;}

}

main.new-template-box.webinar-library .filter-results-controls .select-box {
  width: 180px;
  margin: 8px 0;
}
main.new-template-box.webinar-library .filter-results-controls .lang .select-box {
  width: 140px;
  margin: 8px 0;
}
main.new-template-box.webinar-library .filter-results-controls .row-flex-center{ display: flex;  align-items: center;}

main.new-template-box.webinar-library .filter-results-controls .sort {
  float: none;
  margin: 0 0 0 24px;
}

main.new-template-box.webinar-library .home-resources__list p {
  font-size: 18px;
}

@media screen and  (max-width: 069px) {
  main.new-template-box.webinar-library .filter-results-controls {
    flex-direction: column;
  }
}

@media screen and  (max-width: 640px) {
  main.new-template-box.webinar-library .text-box {
    margin: 20px 0;
  }
  main.new-template-box.webinar-library .filter-results-controls form.row-flex-center {
    flex-direction: column;
  }

  main.new-template-box.webinar-library .filter-results-controls .lang .select-box,
  main.new-template-box.webinar-library .filter-results-controls .select-box {
    width: 180px;
  }
  main.new-template-box .filter-results-controls .sort-results p.text {
    width: 140px;
  }
  main.new-template-box.webinar-library .filter-results-controls .sort {
    margin:0;
  }

}
.new-template-box .home-resources__list {
  margin-bottom: 0 !important;
}
.home-resources__list + .filter-results-controls {
  margin-top:0;
}


main.new-template-box:not(.common)  .text-box p {
  margin: 0;
  margin-bottom: 20px;
}

main.new-template-box:not(.common)  .text-box  p:last-child {
  margin-bottom: 0;
}
main.new-template-box:not(.common) .text-box  p {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6666em;
}

main.new-template-box:not(.common) .text-box a {
  color: #001689;
  font-weight: normal;
  text-decoration: underline;
}
main.new-template-box:not(.common) .text-box a:hover {
  color: #ffa400;
  text-decoration: none;
}

main.new-template-box:not(.common) .text-box ol,
main.new-template-box:not(.common) .text-box ul{
  margin-left: 18px;
  margin-bottom: 25px;
}
main.new-template-box:not(.common) .text-box ol:last-child,
main.new-template-box:not(.common) .text-box ul:last-child{
  margin-bottom: 0;
}
main.new-template-box:not(.common) .text-box ol li,
main.new-template-box:not(.common) .text-box ul li{
  margin-bottom: 22px;
}
main.new-template-box:not(.common) .text-box ol li:last-child,
main ul li:last-child{
  margin-bottom: 0;
}
main.new-template-box:not(.common) .text-box ol{
  margin-left: 30px;
  counter-reset: myCounter;
}
main.new-template-box:not(.common) .text-box ol li{
  padding-left: 25px;
  position: relative;
  overflow: hidden;
}
main.new-template-box:not(.common) .text-box ol li:before{
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
main.new-template-box:not(.common) .text-box ol li ol{
  margin: 22px 0 0 25px;
  counter-reset: myCounter1;
}
main.new-template-box:not(.common) .text-box ol li ol li{
  padding-left: 35px;
}
main.new-template-box:not(.common) .text-box ol li ol li:before{
  counter-increment: myCounter1;
  content: counter(myCounter) "." counter(myCounter1);
}
main.new-template-box:not(.common) .text-box ul{
  padding-left: 0;
  margin-left: 0;
}
main.new-template-box:not(.common) .text-box ul li{
  padding-left: 38px;
  position: relative;
}
main.new-template-box:not(.common) .text-box ul li:before{
  content: '';
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 8px;
  height: 8px;
}
main.new-template-box:not(.common) .text-box ul li ul{
  margin: 22px 0 0;
}
main.new-template-box:not(.common) .text-box ul li ul li:before{
  width: 7px;
  height: 3px;
  border-radius: 0;
  left: 13px;
  top: 11px;
}

.wp-block-columns.also-on-this-topic .wp-block-column{
  min-width:100%;
  max-width:100%;
  width:100%;
}

@media screen and  ( min-width: 481px ) {
  .wp-block-columns.also-on-this-topic {
    column-gap: 1em;
  }
  .wp-block-columns.also-on-this-topic .wp-block-column{
    min-width:48%;
    max-width:48%;
    width:48%;

  }
}

@media screen and ( min-width: 782px ) {
  .wp-block-columns.also-on-this-topic {
    flex-wrap:wrap!important;
    column-gap: 2em;
  }
  .wp-block-columns.also-on-this-topic .wp-block-column{
    min-width:30%;
    max-width:30%;
    width:30%;
  }
}


main.new-template-box:not(.common) .also-on-this-topic .kt-blocks-info-box-link-wrap .kt-blocks-info-box-title {
  display: inline-block;
  margin-top:10px;
}

main.new-template-box:not(.common) .related-resources{
  margin:0;
}

main.new-template-box:not(.common) .related-resources li {
  margin: 0 0 5px;
}

main.new-template-box:not(.common) .related-resources li a span,
main.new-template-box:not(.common) .also-on-this-topic .kt-blocks-info-box-link-wrap .kt-blocks-info-box-title {
  color: #001689;
}

main.new-template-box:not(.common) .related-resources li a:hover span,
main.new-template-box:not(.common) .also-on-this-topic .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-title {
  text-decoration: underline;
  color:black;
}
main.new-template-box:not(.common) .also-on-this-topic .kt-blocks-info-box-link-wrap:hover img {
  opacity: 0.7;
}

.equal-height {
  height: 100%;
}

.equal-height .kt-blocks-info-box-link-wrap {
  height: 100%;
}

.equal-height-icon {
  height: calc(100% - 50px);
}

.equal-height-icon .kt-blocks-info-box-link-wrap {
  height: 100%;
}

.btn.purple {
  background: #001689;
  color: white;
}

.no-touchevents main a.btn.purple:hover {
  background: white;
  color: #001689!important;
}

.content > h2::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion-title {
  font-weight: bold;
}

.wp-block-ub-content-toggle.bold-title p.wp-block-ub-content-toggle-accordion-title {
  font-weight: bold;
}

header .social-likes .fa-twitter:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" viewBox="0 0 512 512"><path fill="%23ffa400" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
}

header .social-likes .fa-twitter::before {
  margin: 3px 3px 1px -6px;
  display: inline-block;
  vertical-align: middle;
}

main .new-ylr__top .new-ylr__part .new-ylr__heading {
  color: #001689;
}

.short-content {
  max-width: 755px;
}

.feeds {
  background-color: #fff;
}

main .gs-webResult.gs-result a.gs-title:hover {
  color: #001689;
}

.home-resources__list .home-resources__icon-wrapper svg {
    transform: none;
}

.home-resources__list .home-resources__icon-wrapper {
    margin-right: 25px;
}

.home-resources__list .home-resources__text {
    padding-right: 20px;
}

.home-resources__list .home-resources__item {
    margin-bottom: 33px!important;
}

@media (min-width: 1250px) {
    .topics-page .home-resources__item {
        width: 265px !important;
    }
}

main .blog-article .descr .btn.white, main .descr .btn.white, main .btn.white, main .btn {
  padding: 0 22px;
}

.pager li.active span {
  color: #001689;
}

.pager li a, .pager li span {
  background: #001689;
}

.no-touchevents .pager li a:hover, .no-touchevents .pager li span:hover {
  color: #001689;
}

.feeds .news-item ul li::before {
  width: 6px;
  height: 6px;
}

.feeds .news-item ul li {
  line-height: 22px !important;
}

.contact-page address h2 {
  font-size: 18px;
}

pre {
    font-family: 'Lato', sans-serif;
    line-height: 1.6666em;
}

main ol,
main ol[type="i"] {
  counter-reset: item;
}

main ol[type="a"] > li::before {
  counter-increment: item;
  content: counter(item,lower-alpha) ". ";
}

main ol[type="i"] > li::before {
  counter-increment: item;
  content: counter(item,lower-roman) ". ";
}