select {
  display: none;
}

.selectdropdown {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.25)),
      to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eee;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.selectdropdown:focus {
  background-color: #f1f1f1;
}

.selectdropdown:hover {
  background-color: #f3f3f3;
}

.selectdropdown:active,
.selectdropdown.open {
  background-color: #ffffff;
  border-color: #ed8b00;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.selectdropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.selectdropdown.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectdropdown.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.selectdropdown.open .option {
  cursor: pointer;
  border-bottom: 1px #ccc solid;
}

.selectdropdown.open .option:last-child {
  border-bottom: 0;
}

.selectdropdown.wide {
  width: 100%;
}

.selectdropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.selectdropdown .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 4px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.selectdropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.selectdropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 48px;
  outline: none;
  line-height: 20px;
  padding: 10px 30px 10px 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-wrap: break-word;
  white-space: break-spaces;
}

.selectdropdown .option:hover,
.selectdropdown .option:focus {
  background-color: #f6f6f6 !important;
}

.selectdropdown .option.selected {
  font-weight: 600;
  border-left: 4px solid #ed8b00;
}

.selectdropdown .option.selected:focus {
  background: #ffffff;
}

.ev-tabs01 {
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 0;
  position: relative;
}

.ev-tabs01 .lead {
  font-weight: 400;
}

.ev-tabs01.padtop {
  padding-top: 130px;
}

@media (max-width: 1090px) {
  .ev-tabs01.padtop {
    padding-top: 0;
  }
}

.ev-tabs01.padbottom {
  padding-bottom: 50px;
}

@media (max-width: 1090px) {
  .ev-tabs01.padbottom {
    padding-bottom: 25px;
  }
}

@media (max-width: 979px) {
  .ev-tabs01 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .ev-tabs01 {
    padding: 0;
    margin-top: 0;
  }
}

.ev-tabs01 .tab-content {
  padding: 20px 0 40px;
}

@media (max-width: 979px) {
  .ev-tabs01 .tab-content {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .ev-tabs01 .tab-content {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .ev-tabs01 .tab-content {
    padding: 0 5px;
  }
}

.ev-nav-cnt {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

@media (max-width: 1090px) {
  .ev-nav-cnt {
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.ev-nav01 {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  position: relative;
  background: #fff;
}

@media (max-width: 1090px) {
  .ev-nav01 {
    border: none;
  }
}

@media (max-width: 575px) {
  .ev-nav01 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.ev-nav01 li {
  line-height: 18px;
  padding: 0.5em 1em 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media (max-width: 1090px) {
  .ev-nav01 li {
    width: 100%;
    max-width: 48%;
    border-bottom: 1px solid #ccc;
    margin: 0 1%;
    padding-top: 0;
  }
}

.ev-nav01 li a {
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-right: 0;
  border: none !important;
  background: none !important;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .ev-nav01 li a {
    font-size: 13px;
  }
}

.ev-nav01 li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100px;
  line-height: 20px;
  margin-left: 1em;
  font-weight: 400;
}

.ev-nav01 li a i {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .ev-nav01 li a i {
    width: 40px;
    height: 40px;
  }
}

.ev-nav01 li a i svg {
  width: 45px;
  height: 45px;
}

.ev-nav01 li a i svg path {
  fill: #ed8b00;
}

@media (max-width: 575px) {
  .ev-nav01 li a i svg {
    width: 30px;
    height: 30px;
  }
}

.ev-nav01 li.active a {
  position: relative;
}

.ev-nav01 li.active a i {
  background-color: #ed8b00;
  width: 60px;
  height: auto;
  padding: 9px;
}

@media (max-width: 575px) {
  .ev-nav01 li.active a i {
    max-height: 40px;
    max-width: 40px;
  }
}

.ev-nav01 li.active a i svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 575px) {
  .ev-nav01 li.active a i svg {
    width: 24px;
    height: 24px;
  }
}

.ev-nav01 li.active a i path {
  fill: #fff;
}

.ev-nav01 li.active a svg {
  width: 40px;
  height: 40px;
}

.ev-nav01 li.active a path {
  fill: #fff;
}

.ev-nav01 li.active span {
  font-weight: 700;
  color: #000;
}

.ev-nav01 li.active::after {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 2px #ee8b00 solid;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes tabOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tabOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab-inner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}

@media (min-width: 1161px) {
  .tab-inner-content {
    max-width: 1024px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1090px) {
  .tab-inner-content {
    padding: 0 15px;
    max-width: 800px;
  }
}

@media (max-width: 575px) {
  .tab-inner-content {
    padding: 0 15px;
  }
}

.tab-inner-content a {
  font-weight: 700;
  color: #000;
}

.tab-inner-content a.link {
  text-decoration: underline;
  -webkit-text-decoration-color: #ed8b00;
  text-decoration-color: #ed8b00;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.tab-content .tab-pane.animation .st-banner h2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.tab-content .tab-pane.animation .st-banner p {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.tab-content .tab-pane.animation .st-banner .image {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.tab-content .tab-pane.animation .st-banner a.scroll-down {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ev-sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 30px);
  max-width: 100%;
  left: 15px;
  z-index: 10;
  padding: 0;
}

@media (max-width: 1090px) {
  .ev-sticky {
    position: relative;
    width: 100%;
    left: 0;
    padding: 10px 0;
    background: none;
    -webkit-transition: none;
    transition: none;
  }

  .ev-sticky .ev-nav01 {
    background: none;
  }
}

@media (min-width: 575px) and (max-width: 990px) {
  .filter-area .filter .form-group:nth-of-type(2) .selectdropdown {
    margin-top: 27px;
  }
}

.ev-banner {
  height: 60vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 720px) and (max-width: 859px) {
  .ev-banner {
    height: 70vh;
  }
}

@media (min-width: 860px) {
  .ev-banner {
    height: 60vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ev-banner picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ev-banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ev-banner h1 {
  margin: 2.5em 2em 1em 2em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.ev-breadcrumb {
  position: relative;
}

@media (min-width: 980px) {
  .ev-breadcrumb__content {
    padding: 1.2em 2em;
  }
}

@media (min-width: 1161px) {
  .container {
    width: 1170px;
  }
}

.page-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
}

@media (max-width: 575px) {

  .page-content .btn.secondary.btn-center,
  .page-content .btn-center {
    margin-top: 50px;
  }
}

.readmore {
  display: inline-block;
}

.isactive .readmore {
  display: none;
}

.readless {
  display: none;
}

.isactive .readless {
  display: inline-block;
}

.sum-details {
  display: none;
}

.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.latestFrom-evl-block {
  padding: 0 0 5em 0;
}

.latestFrom-evl-block h2 {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .latestFrom-evl-block h2 {
    margin-left: 0px;
  }
}

@media (max-width: 575px) {
  .latestFrom-evl-block h3 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  .latestFrom-evl-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.latestFrom-evl ul.pager {
  margin-bottom: 0;
}

.connect-block {
  padding: 4em 0;
}

.connect-block .social-block h4 {
  font-weight: 400;
}

.connect-block .social-block .social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
}

@media (max-width: 575px) {
  .connect-block .social-block .social-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.connect-block .social-block .social-row_item {
  min-width: 110px;
  min-height: 100px;
  border-right: 1px solid #ccc;
}

@media (max-width: 979px) {
  .connect-block .social-block .social-row_item {
    min-width: 1px !important;
    min-height: 1px !important;
    width: 25%;
  }
}

@media (max-width: 575px) {
  .connect-block .social-block .social-row_item {
    border-bottom: 1px solid #e3e3de;
    min-height: 1px;
    margin-bottom: 0;
    border-right: none;
    padding-top: 15px;
    width: 50%;
  }
}

@media (max-width: 575px) {

  .connect-block .social-block .social-row_item:last-child,
  .connect-block .social-block .social-row_item:nth-child(3) {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .connect-block .social-block .social-row_item {
    min-width: 200px;
    min-height: 100px;
  }
}

.connect-block .social-block .social-row_item a {
  display: block;
  color: #ee8b00;
}

.connect-block .social-block .social-row_item i {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 575px) {
  .connect-block .social-block .social-row_item i {
    width: auto;
    height: auto;
  }
}

.connect-block .social-block .social-row_item i svg {
  margin: 0 auto;
}

.connect-block .social-block .social-row_item p {
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
  text-align: center;
}

@media (max-width: 575px) {
  .connect-block .social-block .social-row_item p {
    padding: 0 0.5em 0.5em;
  }
}

.connect-block .social-block .social-row_item:last-child {
  border-right: none;
}

.emailsubscribe-block {
  background-color: #ed8b00;
  padding: 3em 10%;
}

@media (min-width: 768px) {
  .emailsubscribe-block {
    padding: 3em 20%;
  }
}

.emailsubscribe-block h3 {
  color: #ffffff;
}

.emailsubscribe-block p {
  color: #ffffff;
}

.emailsubscribe-block .emlForm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 720px) {
  .emailsubscribe-block .emlForm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.emailsubscribe-block .emlForm-row button[type="submit"],
.emailsubscribe-block .emlForm-row input[type="submit"],
.emailsubscribe-block .emlForm-row input[type="button"] {
  bottom: 0;
}

@media (max-width: 639px) {

  .emailsubscribe-block .emlForm-row button[type="submit"],
  .emailsubscribe-block .emlForm-row input[type="submit"],
  .emailsubscribe-block .emlForm-row input[type="button"] {
    width: 100%;
    margin-top: 5px;
  }
}

.no-gutter-mobile {
  padding-left: 0;
  padding-right: 0;
}

.with-gutter {
  margin-left: 0;
  margin-right: 0;
}

.with-gutter h2,
.with-gutter h3 {
  margin-left: 0;
}

.overlay-black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-black .modal-holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  z-index: 1;
}

.yt-modal {
  max-width: 950px;
  width: 100%;
  margin: 0 1.5em;
}

@media (min-width: 1600px) {
  .yt-modal {
    max-width: 1000px;
  }
}

.yt-modal_header {
  position: relative;
}

.yt-modal_header #close-modal {
  width: 50px;
  height: 50px;
  background-color: #ed8b00;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  margin-bottom: 10px;
}

.yt-modal_header #close-modal:hover {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.yt-modal_content iframe {
  width: 100%;
  height: 70vh;
}

@media (max-width: 767px) {
  .yt-modal_content iframe {
    height: 30vh;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .yt-modal_content iframe {
    height: 38vh;
  }
}

nav.pager-nav::after {
  position: relative;
  display: table;
  content: "";
  width: 100%;
}

.content-cntr-block {
  max-width: 820px;
  margin: 0 auto;
  padding: 2em 1em 4em 1em;
}

.videos-block {
  padding: 3em 0;
}

.alldocument-block {
  padding: 4em 0;
}

.item-list {
  border-bottom: 1px solid #dee2e6;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-list .date {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 5px 0;
  font-size: 0.8em;
}

.item-list .content-type {
  font-size: 15px;
  color: #666666;
  font-weight: 700;
}

.item-list__list-content h4 {
  margin: 0 0 15px;
}

.item-list__list-content h4 a {
  color: #000000;
}

.item-list__list-content h4 a:hover {
  color: #4a8bcd;
}

.item-list__list-content p {
  margin: 0 0 25px;
  line-height: 1.4;
}

.item-list__list-content ul {
  margin: 0 0 20px;
}

.item-list__list-content ul li {
  color: #000000;
  margin: 0 0 5px;
  font-size: 14px;
}

.item-list__list-content ul li i {
  float: left;
  margin: 2px 10px 0 0;
}

.item-list__list-content a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.item-list__list-content a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.item-list__list-content a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: 9px;
}

.item-list__image--wrapper {
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .item-list__image--wrapper {
    margin: 10px 0 20px 0;
  }
}

.item-list__image--wrapper img {
  width: 100%;
  border: 1px #dee2e6 solid;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.item-list__image--wrapper img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.item-list__image--wrapper.resources {
  position: relative;
  background-color: #ffffff;
  padding: 30% 0;
}

.item-list__image--wrapper.resources img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.item-list__image--wrapper.resources img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.item-list__image--wrapper.resources a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.item-list__image--wrapper.resources a img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}

.item-list__image--wrapper.resources a img:hover {
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.item-list__image--wrapper.resources a img:hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.filter-area {
  padding-right: 20px;
  border-right: 1px #dee2e6 solid;
}

@media (max-width: 979px) {
  .filter-area {
    padding-right: 15px;
    border-right: none;
  }
}

.filter-area h5 {
  color: #666666;
}

.filter-area .filter {
  border-bottom: 0;
}

@media (max-width: 979px) {
  .filter-area .filter {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.filter-area .filter .form-group {
  min-width: 300px;
  width: 100%;
  max-width: 100% !important;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1160px) {
  .filter-area .filter .form-group {
    min-width: auto;
  }
}

@media (max-width: 990px) {
  .filter-area .filter .form-group {
    min-width: 48%;
    width: 48%;
  }
}

@media (max-width: 1090px) {
  .filter-area .filter .form-group {
    min-width: 48%;
    width: 100%;
  }
}

@media (min-width: 575.99px) and (max-width: 767px) {
  .filter-area .filter .form-group {
    min-width: 48%;
  }
}

@media (max-width: 979px) {
  .filter-area .filter .form-group {
    width: 48%;
    padding: 0 5px;
  }
}

@media (max-width: 575px) {
  .filter-area .filter .form-group {
    width: 100%;
    min-width: 100%;
  }
}

.filter-area .filter .form-group .selectdropdown,
.filter-area .filter .form-group input[type="search"],
.filter-area .filter .form-group input[type="text"] {
  width: 100%;
  border: solid 1px #dee2e6;
}

.filter-area .filter .form-group.w-2 {
  min-width: 300px;
}

.filter-area .filter .form-group fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-area .filter .form-group legend {
  font-weight: 500;
  font-size: 0.8em;
  border: 0;
  float: left;
  width: 60%;
  margin-bottom: 0px;
}

.filter-area .filter .form-group [type="radio"]:checked+label,
.filter-area .filter .form-group [type="radio"]:not(:checked)+label {
  margin-right: 16px;
}

@media (max-width: 575px) {

  .filter-area .filter .form-group [type="radio"]:checked+label,
  .filter-area .filter .form-group [type="radio"]:not(:checked)+label {
    margin-right: 8px;
  }
}

.filter-area .filter .chk-boxes {
  margin-top: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-area .filter .chk-boxes label {
  display: inline;
  margin-right: 50px;
}

.filter-area .filter .chk-boxes label input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
}

.filter-area .filter button[type="submit"],
.filter-area .filter button[type="button"] {
  width: 100%;
  max-width: 100%;
  position: relative !important;
}

@media (max-width: 979px) {

  .filter-area .filter button[type="submit"],
  .filter-area .filter button[type="button"] {
    display: block;
    margin: 0 auto;
  }
}

.ev-result {
  padding-left: 30px;
}

.srch-wrap {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}

.srch-wrap input[type="text"],
.srch-wrap input[type="search"] {
  padding-right: 30px;
  border: solid 1px #dee2e6;
}

.srch-wrap button[type="submit"] {
  position: absolute;
  right: -12px;
  top: 53px;
  background: url(../images/search-icon-black.svg) no-repeat transparent;
  width: 30px;
  height: 30px;
}

.filter {
  border-bottom: 0;
}

@media (max-width: 979px) {
  .filter {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.filter .form-group {
  max-width: 300px;
  width: 100%;
}

.filter .form-group.year {
  max-width: 150px;
}

@media (max-width: 575px) {
  .filter .form-group.year {
    max-width: 300px;
    width: 100%;
  }
}

.filter .form-group:last-child {
  max-width: 100%;
}

@media (max-width: 575px) {
  .filter .form-group:last-child {
    margin-left: 0;
    margin-right: 0;
    max-width: 300px;
    width: 100%;
  }
}

@media (max-width: 1090px) {
  .filter .form-group {
    min-width: 1px;
    width: 100%;
  }
}

@media (max-width: 979px) {
  .filter .form-group {
    width: 47%;
    padding: 0 5px;
  }
}

@media (max-width: 575px) {
  .filter .form-group {
    width: 100%;
  }
}

.filter .form-group .selectdropdown,
.filter .form-group input[type="search"],
.filter .form-group input[type="text"] {
  width: 100%;
  border: solid 1px #dee2e6;
}

.filter .form-group.w-2 {
  min-width: 300px;
}

.filter .chk-boxes {
  margin-top: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter .chk-boxes label {
  display: inline;
  margin-right: 50px;
}

.filter .chk-boxes label input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
}

.filter button[type="submit"],
.filter button[type="button"] {
  width: 100%;
  max-width: 340px;
}

@media (max-width: 979px) {

  .filter button[type="submit"],
  .filter button[type="button"] {
    display: block;
    margin: 0 auto;
  }
}

.ev-reports {
  padding: 0;
}

@media (max-width: 979px) {
  .ev-reports {
    padding: 20px 0;
  }
}

.ev-reports .container {
  max-width: 1195px;
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 1090px) {
  .ev-reports .container {
    max-width: 800px;
  }
}

@media (max-width: 979px) {
  .ev-reports .container {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .ev-reports .container {
    padding: 0 20px;
  }
}

.ev-reports h2 {
  margin-bottom: 10px;
}

.ev-reports .info {
  font-size: 15px;
  color: #747474;
  max-width: 500px;
}

@media (max-width: 979px) {
  .ev-reports .info {
    max-width: 100%;
  }
}

.ev-reports ul.list {
  width: 100%;
  margin: 40px 0 0;
}

@media (max-width: 979px) {
  .ev-reports ul.list {
    margin: 10px 0 0;
  }
}

.ev-reports ul.list>li {
  border-bottom: 1px solid #d4d4d4;
  display: inline-block;
  width: 100%;
  padding: 40px 40px 40px 70px;
  margin: 0;
  color: #000;
  font-weight: 700;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media (max-width: 1090px) {
  .ev-reports ul.list>li {
    padding-right: 0;
    padding-left: 60px;
  }
}

@media (max-width: 979px) {
  .ev-reports ul.list>li {
    padding: 30px 0 30px 70px;
  }
}

@media (max-width: 575px) {
  .ev-reports ul.list>li {
    padding: 20px 0 15px 50px;
  }
}

.ev-reports ul.list>li img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 40px;
}

@media (max-width: 575px) {
  .ev-reports ul.list>li img {
    top: 30px;
    bottom: auto;
    width: 30px;
  }
}

.ev-reports ul.list>li h4 {
  margin-bottom: 0.5em;
}

@media (min-width: 980px) {
  .ev-reports ul.list>li h4 {
    max-width: 90%;
  }
}

.ev-reports ul.list>li p {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 980px) {
  .ev-reports ul.list>li p {
    max-width: 98%;
  }
}

.ev-reports ul.list>li .download {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.ev-reports ul.list>li select {
  background: url("../../images/report-dropdown-arrow.png") no-repeat right 15px center;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  padding: 15px 20px;
  font-weight: 400;
  color: #a1a1a1;
  font-size: 16px;
  min-width: 140px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  position: absolute;
  top: 2px;
  right: 100px;
}

@media (max-width: 1090px) {
  .ev-reports ul.list>li select {
    min-width: 130px;
    right: 55px;
  }
}

@media (max-width: 979px) {
  .ev-reports ul.list>li select {
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 59px;
  }
}

@media (max-width: 575px) {
  .ev-reports ul.list>li select {
    top: auto;
    left: 0;
    right: auto;
    bottom: 20px;
    border-radius: 20px;
    padding: 10px 15px;
  }
}

.ev-reports ul.list>li .selectdropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 50px;
  right: 100px;
  min-width: 110px;
  border: solid 1px #dee2e6;
}

.ev-reports ul.list>li .selectdropdown .list {
  min-width: 100%;
  max-height: 30vh;
  overflow-y: scroll;
}

@media (max-width: 1090px) {
  .ev-reports ul.list>li .selectdropdown {
    right: 55px;
  }
}

@media (max-width: 575px) {
  .ev-reports ul.list>li .selectdropdown {
    top: auto;
    left: 50px;
    right: auto;
    bottom: 20px;
  }
}

.ev-reports ul.list>li .download-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  background-color: #ee8a00;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.ev-reports ul.list>li .download-btn i.download {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ev-reports ul.list>li .download-btn i.download img {
  position: relative;
  max-width: 18px;
  top: auto;
}

@media (max-width: 1090px) {
  .ev-reports ul.list>li .download-btn {
    right: 0;
  }
}

@media (max-width: 575px) {
  .ev-reports ul.list>li .download-btn {
    top: auto;
    left: 180px;
    right: auto;
    bottom: 30px;
  }
}

.ev-reports ul.list>li .download-btn:hover {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.ev-reports .pager-nav {
  display: inline-block;
  width: 100%;
}

.ev-reports .pager-nav ul {
  margin-top: 20px;
}

.filter .form-group .select-dropdown::after {
  display: none;
}

.selectdropdown .list {
  width: 100%;
  min-width: 100%;
  max-height: 30vh;
  overflow-y: scroll;
}

.ev-reports .pager-nav ul.pager {
  width: auto;
}

.news-header {
  margin-top: -60px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .news-header {
    margin-top: -40px;
  }
}

.latestFrom-evl .displayCard.video {
  display: block;
  margin-bottom: 30px;
}

.latestFrom-evl .displayCard.video .displayCard__video {
  padding-bottom: 0;
  min-height: 480px;
  height: 80vh;
  max-height: 80vh;
}

@media (max-width: 575px) {
  .latestFrom-evl .displayCard.video .displayCard__video {
    min-height: 250px;
    height: 38vh;
    max-height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .latestFrom-evl .displayCard.video .displayCard__video {
    min-height: 400px;
    height: 34vh;
    max-height: 35vh;
  }
}

.latestFrom-evl .displayCard.video .displayCard__video iframe {
  height: 80vh;
  max-height: 80vh;
}

@media (max-width: 575px) {
  .latestFrom-evl .displayCard.video .displayCard__video iframe {
    height: 38vh;
    max-height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .latestFrom-evl .displayCard.video .displayCard__video iframe {
    height: 34vh;
    max-height: 40vh;
  }
}

.latestFrom-evl .displayCard.video .displayCard__details {
  margin-top: 0;
  margin-bottom: 0;
}

.main-nav div.top-btns a.btn::after {
  height: 0;
}

.displayCard.video .displayCard__details--body p {
  margin-bottom: 20px;
}

.evaluation-rlc .rlc-card {
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .evaluation-rlc .ct-card-group.colm-3 .ct-card {
    width: 100% !important;
  }
}

.multi-dropdown {
  max-width: 100%;
  position: relative;
}

@media (max-width: 979px) {
  .multi-dropdown {
    margin-top: 30px;
  }
}

@media (min-width: 575.99px) and (max-width: 767px) {
  .multi-dropdown {
    margin-top: 27px;
  }
}

@media (max-width: 575px) {
  .multi-dropdown {
    margin-top: 0;
  }
}

.multi-dropdown .toggle-btn {
  width: 100%;
  border: 1px solid #dbd8d8;
  background: #fff;
  padding: 12px 35px 12px 20px;
  border-radius: 0.25rem;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  position: relative;
  display: block;
}

.multi-dropdown .toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
}

.multi-dropdown .toggle-btn.active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.multi-dropdown .toggle-btn.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.custom-multiselect01 {
  border: 1px solid #dbd8d8;
  border-radius: 0.25rem;
  background: #fff;
  margin-top: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  position: absolute;
  width: 100%;
  z-index: 1;
}

.custom-multiselect01 input#myInput {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-multiselect01 input#myInput::-webkit-input-placeholder {
  color: #878787;
  font-weight: 500;
}

.custom-multiselect01 input#myInput:-ms-input-placeholder {
  color: #878787;
  font-weight: 500;
}

.custom-multiselect01 input#myInput::-ms-input-placeholder {
  color: #878787;
  font-weight: 500;
}

.custom-multiselect01 input#myInput::placeholder {
  color: #878787;
  font-weight: 500;
}

.custom-multiselect01 div {
  max-height: 209px;
  overflow: auto;
  border-bottom: 1px solid #dfdfdf;
  padding: 9px 20px 8px;
  font-weight: 400;
  color: #212529;
  font-size: 16px;
}

.custom-multiselect01 div label {
  margin: 0;
  font-size: 16px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 15px;
  border-bottom: 1px solid #dfdfdf;
}

.custom-multiselect01 div label:last-child {
  border-bottom: 0;
}

.custom-multiselect01 div label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-multiselect01 div label input[type="checkbox"]+.check-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #b7b4b4;
  border-radius: 3px;
}

.custom-multiselect01 div label input[type="checkbox"]:checked+.check-box {
  background: url("../../images/checkbox-selected-d.png") no-repeat;
  border: none;
}

.custom-multiselect01 .btn-blk {
  padding: 14px 14px 15px;
}

.custom-multiselect01 .btn-blk a {
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #ed800e;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 0 3px;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: 1px;
    width: calc(100% - 40px);
    margin: 1em 25px;
  }
}

@media (max-width: 575px) {
  .videos-block .container {
    padding: 0 5px;
  }
}

@media (max-width: 575px) {
  .videos-block .ct-card {
    width: calc(100% - 5px) !important;
  }
}

@media (max-width: 575px) {
  .news-header__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .news-header__content .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.yt-modal_content {
  background: url(../../images/loading.gif) no-repeat center center;
}

@media (min-width: 575.99px) and (max-width: 767px) {

  .row.item-list .col-sm-5,
  .row.item-list .col-md-4 {
    min-width: 280px;
    max-width: 280px;
    width: 100%;
  }

  .row.item-list .col-sm-8 p.content-type:empty,
  .row.item-list .col-md-4 p.content-type:empty {
    display: none;
  }
}

.ev-banner {
  height: 60vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 720px) and (max-width: 859px) {
  .ev-banner {
    height: 70vh;
  }
}

@media (min-width: 860px) {
  .ev-banner {
    height: 60vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ev-banner picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ev-banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ev-banner h1 {
  margin: 2.5em 2em 1em 2em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.ev-breadcrumb {
  position: relative;
}

@media (min-width: 980px) {
  .ev-breadcrumb__content {
    padding: 1.2em 2em;
  }
}

@media (min-width: 1161px) {
  .container {
    width: 1170px;
  }
}

.page-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
}

@media (max-width: 575px) {

  .page-content .btn.secondary.btn-center,
  .page-content .btn-center {
    margin-top: 50px;
  }
}

.readmore {
  display: inline-block;
}

.isactive .readmore {
  display: none;
}

.readless {
  display: none;
}

.isactive .readless {
  display: inline-block;
}

.sum-details {
  display: none;
}

.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.latestFrom-evl-block {
  padding: 0 0 5em 0;
}

.latestFrom-evl-block h2 {
  margin-bottom: 0.5em;
}

.latestFrom-evl-block h3 {
  color: #ed8b00;
}

.latestFrom-evl ul.pager {
  margin-bottom: 0;
}

.connect-block {
  padding: 4em 0;
}

.connect-block .social-block {
  background-color: #f5f5f0;
  padding: 3em;
}

.connect-block .social-block h4 {
  font-weight: 400;
}

.connect-block .social-block .social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
}

.connect-block .social-block .social-row_item {
  min-width: 110px;
  min-height: 100px;
}

@media (min-width: 768px) {
  .connect-block .social-block .social-row_item {
    min-width: 200px;
    min-height: 100px;
  }
}

.connect-block .social-block .social-row_item a {
  display: block;
  color: #ee8b00;
}

.connect-block .social-block .social-row_item i {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.connect-block .social-block .social-row_item i svg {
  margin: 0 auto;
}

.connect-block .social-block .social-row_item p {
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
  text-align: center;
}

@media (max-width: 575px) {
  .connect-block .social-block .social-row_item:nth-child(2) {
    border-left: 1px solid #e3e3de;
  }
}

@media (max-width: 575px) {
  .connect-block .social-block .social-row_item:nth-child(3) {
    border-right: 1px solid #e3e3de;
  }
}

.emailsubscribe-block {
  background-color: #ed8b00;
  padding: 3em 10%;
}

@media (min-width: 768px) {
  .emailsubscribe-block {
    padding: 3em 20%;
  }
}

.emailsubscribe-block h3 {
  color: #ffffff;
}

.emailsubscribe-block p {
  color: #ffffff;
}

.emailsubscribe-block .emlForm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 720px) {
  .emailsubscribe-block .emlForm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.emailsubscribe-block .emlForm-row button[type="submit"],
.emailsubscribe-block .emlForm-row input[type="submit"],
.emailsubscribe-block .emlForm-row input[type="button"] {
  bottom: 0;
}

@media (max-width: 639px) {

  .emailsubscribe-block .emlForm-row button[type="submit"],
  .emailsubscribe-block .emlForm-row input[type="submit"],
  .emailsubscribe-block .emlForm-row input[type="button"] {
    width: 100%;
    margin-top: 5px;
  }
}

.no-gutter-mobile {
  padding-left: 0;
  padding-right: 0;
}

.with-gutter {
  margin-left: 0;
  margin-right: 0;
}

.with-gutter h2,
.with-gutter h3 {
  margin-left: 0;
}

.overlay-black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-black .modal-holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  z-index: 1;
}

.yt-modal {
  max-width: 880px;
  width: 100%;
  margin: 0 1em;
}

.yt-modal_header {
  position: relative;
}

.yt-modal_header #close-modal {
  width: 50px;
  height: 50px;
  background-color: #ed8b00;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  margin-bottom: 10px;
}

.yt-modal_header #close-modal:hover {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.yt-modal_content iframe {
  width: 100%;
  height: 480px;
}

nav.pager-nav::after {
  position: relative;
  display: table;
  content: "";
  width: 100%;
}

.content-cntr-block {
  max-width: 820px;
  margin: 0 auto;
  padding: 2em 1em 4em 1em;
}

.videos-block {
  padding: 3em 0;
}

.alldocument-block {
  padding: 4em 0;
}

.item-list {
  border-bottom: 1px solid #dee2e6;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-list .date {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 5px 0;
  font-size: 0.8em;
}

.item-list .content-type {
  font-size: 15px;
  color: #666666;
  font-weight: 700;
}

.item-list__list-content h4 {
  margin: 0 0 15px;
}

.item-list__list-content h4 a {
  color: #000000;
}

.item-list__list-content h4 a:hover {
  color: #4a8bcd;
}

.item-list__list-content p {
  margin: 0 0 25px;
  line-height: 1.4;
}

.item-list__list-content ul {
  margin: 0 0 20px;
}

.item-list__list-content ul li {
  color: #000000;
  margin: 0 0 5px;
  font-size: 14px;
}

.item-list__list-content ul li i {
  float: left;
  margin: 2px 10px 0 0;
}

.item-list__list-content a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.item-list__list-content a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.item-list__list-content a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: 9px;
}

.item-list__image--wrapper {
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .item-list__image--wrapper {
    margin: 10px 0 20px 0;
  }
}

.item-list__image--wrapper img {
  width: 100%;
  border: 1px #dee2e6 solid;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.item-list__image--wrapper img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.item-list__image--wrapper.resources,
.item-list__image--wrapper.press,
.item-list__image--wrapper.publication {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

.item-list__image--wrapper.resources img,
.item-list__image--wrapper.press img,
.item-list__image--wrapper.publication img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.item-list__image--wrapper.resources img.img-blur,
.item-list__image--wrapper.press img.img-blur,
.item-list__image--wrapper.publication img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.item-list__image--wrapper.resources a,
.item-list__image--wrapper.press a,
.item-list__image--wrapper.publication a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.item-list__image--wrapper.resources a img,
.item-list__image--wrapper.press a img,
.item-list__image--wrapper.publication a img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.selectdropdown .option {
  padding-left: 25px;
}

.selectdropdown .option:first-child {
  padding-left: 18px;
  background-color: #f5dab5 !important;
  font-weight: 600;
}

.selectdropdown .option:first-child:hover,
.selectdropdown .option:first-child:focus {
  background-color: #ffefd9 !important;
}

.selectdropdown span.current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 210px;
  display: block;
}

@media (max-width: 575px) {
  .doc-list-block .col-md-4 {
    width: 100%;
  }
}