.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  margin: 0 20px;
}
.slick-list {
  margin: 0 -20px;
}
.publications-filter-outer {
  background-image: linear-gradient(180deg, #fff 40%, #a7eeff);
  margin-bottom: 60px;
  padding: 20px 0 30px;
}
.publications-filter-outer .publications-filter {
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1304px;
  padding: 20px;
  width: 80%;
}
.publications-filter-outer .publications-filter #search-input {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.publications-filter-outer .publications-filter #search-input label {
  color: #3e3e3e;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.publications-filter-outer .publications-filter .filter-bottom {
  display: flex;
  flex-direction: column;
}
.publications-filter-outer
  .publications-filter
  .filter-bottom
  .filter-dropdowns {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.publications-filter-outer
  .publications-filter
  .filter-bottom
  .filter-dropdowns
  .filter-select {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
.publications-filter-outer
  .publications-filter
  .filter-bottom
  .filter-dropdowns
  .filter-select
  select {
  width: 100%;
}
.publications-filter-outer .publications-filter .filter-bottom button {
  background: #064190;
  border: 0;
  border-radius: 21px;
  color: #fff !important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  height: 41px;
  line-height: 1;
  padding: 5px 34px;
  transition: all 0.3s ease-in-out;
  width: 109px;
}
.publications-filter-outer .publications-filter .filter-bottom button:focus,
.publications-filter-outer .publications-filter .filter-bottom button:hover {
  background: #1b7345;
  color: #fff !important;
}
.publications-filter-outer .publications-filter * {
  color: #000;
}
.tools-publications-outer .loader {
  background: hsla(0, 0%, 100%, 0.6);
  display: none;
  height: 100%;
  left: 0;
  padding: 50px 20px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tools-publications-outer.loading .loader {
  display: block;
}
.tools-publications-outer .tools-publications {
  margin: 0 auto;
  max-width: 1304px;
  width: 80%;
}
.tools-publications-outer .tools-publications .tools-publications-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication {
  border-radius: 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 45px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication:hover {
  transform: scale(1.05);
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a {
  color: #3e3e3e;
  display: block;
  height: 100%;
  padding: 15px 20px 20px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a:hover
  .type
  .type-icon
  .icon-inner
  img {
  transform: rotate(45deg);
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type {
  align-items: center;
  display: flex;
  padding-bottom: 10px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-top: -45px;
  padding: 7%;
  text-align: center;
  width: 70px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon.marginPadding0 {
  margin: 0;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon.dark-blue {
  background-color: #064190;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon.blue-green {
  background-color: #007c77;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon.green {
  background-color: #1b7345;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon.light-blue {
  background-color: #07b8e2;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-icon
  .icon-inner
  img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-name {
  border-bottom: 1px solid #a8a8a8;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: calc(100% - 80px);
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-name.dark-blue {
  color: #064190;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-name.blue-green {
  color: #007c77;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-name.green {
  color: #1b7345;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .type
  .type-name.light-blue {
  color: #07b8e2;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .publication-title {
  color: #3e3e3e !important;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-bottom: 15px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .publication-text {
  color: #3e3e3e !important;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-bottom: 15px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .published-date {
  color: #013686;
  font-size: 0.75rem;
  line-height: 1.3;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .resoures {
  display: flex;
  padding-top: 25px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .resoures
  svg {
  margin-bottom: 5px;
  margin-right: 5px;
  width: 20px;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .resoures
  svg:last-child {
  margin-right: 0;
}
.tools-publications-outer
  .tools-publications
  .tools-publications-inner
  .tools-publication
  a
  .resoures
  svg.video-icon {
  height: 26px;
  width: auto;
}
.tools-publications-outer .tools-publications #pagination-container {
  text-align: center;
  width: 100%;
}
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner {
  border: 1px solid #a8a8a8;
  border-radius: 23px;
  display: inline-block;
  overflow: hidden;
}
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button,
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  span {
  background-color: transparent;
  border: 0;
  color: #3e3e3e;
  display: none;
  float: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 20px;
}
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button.next-button,
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button.previous-button,
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  span.next-button,
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  span.previous-button {
  display: block;
}
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button {
  border-left: 1px solid #a8a8a8;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button:focus,
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button:hover {
  background-color: #1b7345;
  color: #fff;
}
.tools-publications-outer
  .tools-publications
  #pagination-container
  .pagination-inner
  button.active {
  background-color: #013686;
  color: #fff;
}
.popular-webinars .slick-arrow {
  background-color: transparent;
  background-image: url(../svg/slider-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 34px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 28%;
  width: 34px;
  z-index: 1;
}
.popular-webinars .slick-arrow.slick-prev {
  left: -46px;
}
.popular-webinars .slick-arrow.slick-next {
  right: -46px;
  transform: rotateY(180deg);
}
.popular-webinars .popular-webinar a img {
  margin-bottom: 16px;
}
.popular-webinars .popular-webinar a h3 {
  margin: 0;
  padding: 0 0 5px;
}
.popular-webinars .popular-webinar a .event-meta,
.popular-webinars .popular-webinar a:visited h3,
.popular-webinars .popular-webinar a h3 {
  color: #0d0d00 !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4em;
  transition: all 0.2s;
}
.popular-webinars .popular-webinar a .event-meta {
  font-weight: 400;
}
.popular-webinars .popular-webinar a:focus .event-meta,
.popular-webinars .popular-webinar a:focus h3,
.popular-webinars .popular-webinar a:hover .event-meta,
.popular-webinars .popular-webinar a:hover h3 {
  color: #064190 !important;
}
.popular-webinars .popular-webinar h3 {
  padding-top: 10px;
}
.event_type_description .taxonomy_description {
  display: none;
  font-size: 1rem;
  line-height: 1.3;
  padding-top: 15px;
}
.event-legends {
  display: flex;
  padding: 15px 0;
}
.event-legends .legend {
  align-items: flex-end;
  display: inline-flex;
  padding-right: 30px;
}
.event-legends .legend:last-child {
  padding-right: 0;
}
.event-legends .legend img {
  height: auto;
  width: 50px;
}
.event-legends .legend span {
  color: #0d0d00;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 12px;
  padding-left: 10px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes animateCloud1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(75vw);
  }
  70% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-10vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animateCloud1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(75vw);
  }
  70% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-10vw);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes animateCloud2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-65vw);
  }
  70% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(5vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animateCloud2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-65vw);
  }
  70% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(5vw);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes animateCloud3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45vw);
  }
  70% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-45vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animateCloud3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45vw);
  }
  70% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-45vw);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes animateCloud4 {
  0% {
    right: 12.75%;
  }
  50% {
    right: 95%;
  }
  90% {
    right: 5%;
  }
  to {
    right: 12.75%;
  }
}
@keyframes animateCloud4 {
  0% {
    right: 12.75%;
  }
  50% {
    right: 95%;
  }
  90% {
    right: 5%;
  }
  to {
    right: 12.75%;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: rotate(359deg);
    transform-origin: 50% 50%;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: rotate(359deg);
    transform-origin: 50% 50%;
  }
}
.single-event_listing #main-content,
.single-post #main-content,
.single-tools-publications #main-content {
  position: relative;
}
.single-event_listing #main-content .container,
.single-post #main-content .container,
.single-tools-publications #main-content .container {
  padding-top: 25px !important;
}
.single-event_listing #main-content:before,
.single-post #main-content:before,
.single-tools-publications #main-content:before {
  background-image: linear-gradient(180deg, #a7eeff 20%, #fff);
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-post .entry-content,
.single-tools-publications .entry-content {
  padding-top: 10px;
}
.single-post .resource-single-content,
.single-tools-publications .resource-single-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-post .resource-single-content .resource-left-content,
.single-tools-publications .resource-single-content .resource-left-content {
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 30px;
  width: 100%;
}
.single-post .resource-single-content .resource-left-content.full-width,
.single-tools-publications
  .resource-single-content
  .resource-left-content.full-width {
  width: 100% !important;
}
.single-post
  .resource-single-content
  .resource-left-content
  .publications_settings,
.single-tools-publications
  .resource-single-content
  .resource-left-content
  .publications_settings {
  padding-bottom: 15px;
}
.single-post
  .resource-single-content
  .resource-left-content
  .publications_settings
  .publications_setting,
.single-tools-publications
  .resource-single-content
  .resource-left-content
  .publications_settings
  .publications_setting {
  color: #0d0d00;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 5px;
}
.single-post
  .resource-single-content
  .resource-left-content
  .publications_settings
  .publications_setting
  span,
.single-tools-publications
  .resource-single-content
  .resource-left-content
  .publications_settings
  .publications_setting
  span {
  color: #013686;
  font-weight: 700;
}
.single-post .resource-single-content .resource-left-content .video-resources,
.single-tools-publications
  .resource-single-content
  .resource-left-content
  .video-resources {
  padding-top: 0;
}
.single-post
  .resource-single-content
  .resource-left-content
  .video-resources
  .video-resource,
.single-tools-publications
  .resource-single-content
  .resource-left-content
  .video-resources
  .video-resource {
  padding-top: 20px;
}
.single-post
  .resource-single-content
  .resource-left-content
  .video-resources
  .video-resource
  video,
.single-tools-publications
  .resource-single-content
  .resource-left-content
  .video-resources
  .video-resource
  video {
  display: block;
  height: auto;
  width: 100%;
}
.single-post .resource-single-content .resource-right-content,
.single-tools-publications .resource-single-content .resource-right-content {
  width: 100%;
}
.single-post .resource-single-content .resource-right-content .block,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block {
  border-radius: 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.single-post
  .resource-single-content
  .resource-right-content
  .block
  .block-title,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block
  .block-title {
  border-bottom: 1px solid #a8a8a8;
  color: #07b8e2;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 17px;
  text-transform: uppercase;
  width: 100%;
}
.single-post
  .resource-single-content
  .resource-right-content
  .block
  .block-content,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block
  .block-content {
  width: 100%;
}
.single-post
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link {
  background: #064190;
  border-radius: 21px;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  word-break: break-word;
}
.single-post
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link:last-child,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link:last-child {
  margin-bottom: 0;
}
.single-post
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link:focus,
.single-post
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link:hover,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link:focus,
.single-tools-publications
  .resource-single-content
  .resource-right-content
  .block
  .block-content
  .link:hover {
  background: #1b7345;
  color: #fff !important;
}
.entry-title {
  align-items: flex-start;
  display: flex;
}
.entry-title .type {
  align-items: center;
  display: flex;
  margin-right: 15px;
  padding-bottom: 0;
}
.entry-title .type .type-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-top: 0;
  padding: 20%;
  text-align: center;
  width: 70px;
}
.entry-title .type .type-icon.marginPadding0 {
  margin: 0;
}
.entry-title .type .type-icon.dark-blue {
  background-color: #064190;
}
.entry-title .type .type-icon.blue-green {
  background-color: #007c77;
}
.entry-title .type .type-icon.green {
  background-color: #1b7345;
}
.entry-title .type .type-icon.light-blue {
  background-color: #07b8e2;
}
.entry-title .type .type-icon .icon-inner img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.entry-title .post-title {
  color: #013686;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}
.comiseo-daterangepicker {
  padding: 0 !important;
}
.comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel {
  padding: 10px;
}
.comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel .ui-button {
  background: #013686;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel .ui-button:focus,
.comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel .ui-button:hover {
  background: #1b7345;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-presets {
  padding: 10px;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-presets
  .ui-menu
  .ui-menu-item
  a {
  font-family: Roboto, sans-serif;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-presets
  .ui-menu
  .ui-menu-item
  a.ui-state-active {
  background: none;
  border: 0;
  color: #013686;
  font-weight: 500;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar {
  padding: 0;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker {
  margin: 10px;
  padding-top: 0;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-header {
  padding: 5px 10px;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-header
  .ui-corner-all {
  height: auto;
  line-height: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-header
  .ui-corner-all.ui-state-hover {
  border: 0;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-title {
  font-family: Roboto, sans-serif;
  padding-top: 2px;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  thead
  tr
  th {
  font-family: Roboto, sans-serif;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td {
  background: transparent !important;
  border: 0;
  color: transparent !important;
  padding: 1px;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td
  a {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  height: 30px;
  line-height: 28px;
  padding: 0;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td
  a.ui-state-active {
  background-color: #013686 !important;
  border-color: #013686 !important;
  color: #fff;
}
.comiseo-daterangepicker
  .comiseo-daterangepicker-main
  .comiseo-daterangepicker-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  tbody
  tr
  td
  a.ui-state-highlight {
  background-color: #1b7345;
  border-color: #1b7345;
  color: #fff;
}



@media (min-width: 768px) {
  .publications-filter-outer {
    margin-bottom: 50px;
  }
  .publications-filter-outer .publications-filter {
    padding: 20px 40px;
  }
  .publications-filter-outer .publications-filter #search-input {
    align-items: center;
    flex-direction: row;
  }
  .publications-filter-outer .publications-filter #search-input label {
    padding-bottom: 0;
    padding-right: 30px;
  }
  .publications-filter-outer
    .publications-filter
    .filter-bottom
    .filter-dropdowns {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .publications-filter-outer
    .publications-filter
    .filter-bottom
    .filter-dropdowns
    .filter-select {
    flex: 0 0 50%;
    padding-right: 30px;
  }
  .publications-filter-outer
    .publications-filter
    .filter-bottom
    .filter-dropdowns
    .filter-select:nth-child(2n) {
    padding-right: 0;
  }
  .tools-publications-outer
    .tools-publications
    .tools-publications-inner
    .tools-publication {
    margin-bottom: 70px;
    width: 48%;
  }
  .tools-publications-outer
    .tools-publications
    .tools-publications-inner
    .tools-publication
    a {
    padding: 30px;
  }
  .tools-publications-outer
    .tools-publications
    .tools-publications-inner
    .tools-publication
    a
    .type {
    padding-bottom: 30px;
  }
  .tools-publications-outer
    .tools-publications
    .tools-publications-inner
    .tools-publication
    a
    .type
    .type-icon {
    height: 106px;
    margin-top: -58px;
    width: 106px;
  }
  .tools-publications-outer
    .tools-publications
    .tools-publications-inner
    .tools-publication
    a
    .type
    .type-name {
    margin-left: 25px;
    padding-bottom: 17px;
    width: calc(100% - 131px);
  }
  .event-legends .legend {
    padding-right: 47px;
  }
  .event-legends .legend img {
    width: 82px;
  }
  .event-legends .legend span {
    font-size: 1.5rem;
    padding-left: 16px;
  }
  .single-event_listing #main-content .container,
  .single-post #main-content .container,
  .single-tools-publications #main-content .container {
    padding-top: 50px !important;
  }
  .single-event_listing #main-content:before,
  .single-post #main-content:before,
  .single-tools-publications #main-content:before {
    height: 70px;
  }
  .entry-title {
    align-items: center;
  }
  .entry-title .type .type-icon {
    height: 106px;
    width: 106px;
  }
}
@media (min-width: 992px) {
  .publications-filter-outer {
    margin-bottom: 100px;
    padding: 40px 0 70px;
  }
  .publications-filter-outer .publications-filter #search-input {
    padding-bottom: 28px;
  }
  .publications-filter-outer .publications-filter .filter-bottom {
    flex-direction: row;
  }
  .publications-filter-outer
    .publications-filter
    .filter-bottom
    .filter-dropdowns {
    width: calc(100% - 109px);
  }
  .publications-filter-outer
    .publications-filter
    .filter-bottom
    .filter-dropdowns
    .filter-select {
    flex: 0 0 33.33%;
  }
  .publications-filter-outer
    .publications-filter
    .filter-bottom
    .filter-dropdowns
    .filter-select:nth-child(2n) {
    padding-right: 30px;
  }
  .publications-filter-outer .publications-filter .filter-bottom button {
    margin-top: 5px;
  }
  .tools-publications-outer
    .tools-publications
    #pagination-container
    .pagination-inner
    button,
  .tools-publications-outer
    .tools-publications
    #pagination-container
    .pagination-inner
    span {
    display: block;
  }
  .single-event_listing #main-content .container,
  .single-post #main-content .container,
  .single-tools-publications #main-content .container {
    padding-top: 100px !important;
  }
  .single-event_listing #main-content:before,
  .single-post #main-content:before,
  .single-tools-publications #main-content:before {
    height: 120px;
  }
  .single-post .entry-content,
  .single-tools-publications .entry-content {
    padding-top: 30px;
  }
  .single-post .resource-single-content,
  .single-tools-publications .resource-single-content {
    flex-direction: row;
  }
  .single-post .resource-single-content .resource-left-content,
  .single-tools-publications .resource-single-content .resource-left-content {
    padding-bottom: 0;
    width: 65%;
  }
  .single-post
    .resource-single-content
    .resource-left-content
    .publications_settings,
  .single-tools-publications
    .resource-single-content
    .resource-left-content
    .publications_settings {
    padding-bottom: 30px;
  }
  .single-post .resource-single-content .resource-left-content .video-resources,
  .single-tools-publications
    .resource-single-content
    .resource-left-content
    .video-resources {
    padding-top: 20px;
  }
  .single-post .resource-single-content .resource-right-content,
  .single-tools-publications .resource-single-content .resource-right-content {
    width: 30%;
  }
  .single-post .resource-single-content .resource-right-content .block,
  .single-tools-publications
    .resource-single-content
    .resource-right-content
    .block {
    padding: 30px;
  }
  .single-post
    .resource-single-content
    .resource-right-content
    .block
    .block-content
    .link,
  .single-post
    .resource-single-content
    .resource-right-content
    .block
    .block-title,
  .single-tools-publications
    .resource-single-content
    .resource-right-content
    .block
    .block-content
    .link,
  .single-tools-publications
    .resource-single-content
    .resource-right-content
    .block
    .block-title {
    margin-bottom: 25px;
  }
  .entry-title .type {
    margin-right: 37px;
  }
  .entry-title .post-title {
    font-size: 2.18rem;
  }
}
@media (min-width: 1200px) {
  .tools-publications-outer
    .tools-publications
    .tools-publications-inner
    .tools-publication {
    margin-bottom: 70px;
    width: 31%;
  }
}
