#news-filter {
  background: #E1E1E1;
  padding: 20px 63px;
  padding-right: 43px;
  padding-right: 23px;
}
#news-filter .news-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#news-filter .news-filter-wrap .item {
  width: 33.33%;
  width: calc(33.33% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
#news-filter .news-filter-wrap .item > .label {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #007675;
  margin-bottom: 10px;
  display: inline-block;
}
#news-filter .news-filter-wrap select {
  width: 100%;
  border: 1px solid #CCCCCC;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
}
#news-filter .news-filter-wrap .item.item-large {
  width: calc(66.66% - 20px);
}
#news-filter .news-filter-wrap .item.item-large input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  border: 1px solid #CCCCCC;
}
#news-filter .news-filter-wrap .item.item-small {
  max-width: 180px;
}
#news-filter .news-filter-wrap .dt-btn {
  width: 190px;
  position: relative;
  top: -20px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  left: 4px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-transform: none;
}

.iuca_news_button a span {
  text-transform: none;
}

.iuca_news_button a:hover {
  background: #007675 !important;
  border-color: green !important;
  color: #fff !important;
  transition: all 0.2s;
}

.page-template-template-news #main {
  padding-bottom: 0;
  padding-top: 30px;
}
.page-template-template-news #main > .wf-wrap {
  padding: 0;
  margin: 0;
  width: auto;
}
.page-template-template-news .news-filter-wrap {
  max-width: 1260px;
  margin: 0 auto;
}
.page-template-template-news .selectric-items ul {
  margin-bottom: 10px;
  margin-top: 10px;
}
.page-template-template-news .selectric-items li {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #08181a;
  padding: 5px;
  padding-left: 20px;
}
.page-template-template-news .selectric-items li:hover,
.page-template-template-news .selectric-items li.selected {
  background: #007675;
  color: #fff;
}
.page-template-template-news .selectric {
  border: 1px solid #CCCCCC;
}
.page-template-template-news .selectric .label {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
  color: #08181A;
}
.page-template-template-news .selectric .button {
  display: none;
}
.page-template-template-news .featured-fields {
  max-width: 1170px;
  margin: 0 auto;
}
.page-template-template-news .newsBlock {
  margin: 15px;
}
.page-template-template-news .newsBlock .newsBlock-top img {
  width: 100%;
}
.page-template-template-news .newsBlock .content h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  color: #08181a;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-template-template-news .newsBlock .content h3 a {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  color: #08181a;
  margin-top: 10px;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.page-template-template-news .newsBlock .content h3 a:hover {
  color: #08181a;
}
.page-template-template-news .newsBlock .content p {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #08181a;
}
.page-template-template-news .newsBlock .tags ul li {
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.page-template-template-news .newsBlock .tags ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  display: block;
  top: 10px;
  border-radius: 50%;
  color: inherit;
}
.page-template-template-news .fields {
  background: #E1E1E1;
  min-width: 360px;
  margin: 15px;
}
.page-template-template-news .fields a {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #08181a;
  text-decoration: none;
}
.page-template-template-news .fields a:hover {
  opacity: 0.9;
}
.page-template-template-news .fields h2 {
  background: #007675;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  min-height: 57px;
  line-height: 57px;
  padding: 0 15px;
  text-align: center;
  margin: 0;
}
.page-template-template-news .fields ul {
  margin: 0;
  padding: 30px;
}
.page-template-template-news .wf-container-main {
  display: block !important;
}
.page-template-template-news .news-tag-list ul {
  display: inline-flex;
}
.page-template-template-news .news-tag-list ul li {
  margin-right: 50px;
}
.page-template-template-news .featured-fields {
  display: flex;
}
.page-template-template-news .featured {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-news .featured .newsBlock {
  width: 50%;
  width: calc(50% - 30px);
}
.page-template-template-news .news-tag-list {
  margin: 40px 0;
}
.page-template-template-news .three-col-news {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.page-template-template-news .three-col-news .newsBlock {
  width: 33%;
  width: calc(33% - 30px);
}
.page-template-template-news .buttons {
  width: 100%;
  text-align: center;
  margin: 30px 0 50px;
  margin-bottom: 30px;
}
.page-template-template-news .buttons a {
  margin-bottom: 20px;
}
.page-template-template-news .buttons a:first-child {
  margin-right: 10px;
}
.page-template-template-news .buttons .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style) {
  background: transparent;
  color: #08181A;
  border: 1px solid #08181A;
  border-radius: 7px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  min-width: 160px;
}
.page-template-template-news .iuca_green {
  color: #6DA34D;
}
.page-template-template-news .iuca_green::before {
  background: #6DA34D;
}
.page-template-template-news .iuca_green a {
  color: #6DA34D;
}
.page-template-template-news .iuca_purple {
  color: #7D0C68;
}
.page-template-template-news .iuca_purple::before {
  background: #7D0C68;
}
.page-template-template-news .iuca_purple a {
  color: #7D0C68;
}
.page-template-template-news .iuca_red {
  color: #B3001B;
}
.page-template-template-news .iuca_red::before {
  background: #B3001B;
}
.page-template-template-news .iuca_red a {
  color: #B3001B;
}
.page-template-template-news .iuca_blue {
  color: #048BA8;
}
.page-template-template-news .iuca_blue::before {
  background: #048BA8;
}
.page-template-template-news .iuca_blue a {
  color: #048BA8;
}
.page-template-template-news .iuca_pink {
  color: #F6828C;
}
.page-template-template-news .iuca_pink::before {
  background: #F6828C;
}
.page-template-template-news .iuca_pink a {
  color: #F6828C;
}
.page-template-template-news .newsBlock-bottom {
  background: #F9F9F9;
  padding: 20px 25px 30px 30px;
  width: calc(100% - 75px);
  position: relative;
  top: -10px;
  left: 10px;
}
.page-template-template-news .newsBlock-bottom .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-news .newsBlock-bottom .cat {
  background: #2F2E34;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
}
.page-template-template-news .newsBlock-bottom .featured {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #007675;
}
.page-template-template-news .newsBlock-top {
  position: relative;
  line-height: 0;
}
.page-template-template-news .newsBlock-top .date {
  position: absolute;
  top: 0;
  left: 30px;
  background: #007876;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  text-transform: uppercase;
}
.page-template-template-news .newsBlock-top .month {
  font-size: 10px;
  font-weight: 400;
}

.news-tag-list ul {
  border: 1px solid #636363;
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 12px 30px;
}
.news-tag-list ul li {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  color: #f6828c;
  position: relative;
  padding-left: 25px;
}
.news-tag-list ul li a {
  text-decoration: none;
}
.news-tag-list ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #007675;
  position: absolute;
  left: 0;
  display: block;
  top: 4px;
  border-radius: 50%;
}

.newsBlock-top ul {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.newsBlock-top ul li {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.newsBlock-top ul .iuca_green {
  background: #6DA34D;
  border: 0px solid #6DA34D;
}
.newsBlock-top ul .iuca_green::before {
  background: #6DA34D;
}
.newsBlock-top ul .iuca_green a {
  color: #6DA34D;
}
.newsBlock-top ul .iuca_purple {
  background: #7D0C68;
  border: 0px solid #7D0C68;
}
.newsBlock-top ul .iuca_purple::before {
  background: #7D0C68;
}
.newsBlock-top ul .iuca_purple a {
  color: #7D0C68;
}
.newsBlock-top ul .iuca_red {
  background: #B3001B;
  border: 0px solid #B3001B;
}
.newsBlock-top ul .iuca_red::before {
  background: #B3001B;
}
.newsBlock-top ul .iuca_red a {
  color: #B3001B;
}
.newsBlock-top ul .iuca_blue {
  background: #048BA8;
  border: 0px solid #048BA8;
}
.newsBlock-top ul .iuca_blue::before {
  background: #048BA8;
}
.newsBlock-top ul .iuca_blue a {
  color: #048BA8;
}
.newsBlock-top ul .iuca_pink {
  background: #F6828C;
  border: 0px solid #F6828C;
}
.newsBlock-top ul .iuca_pink::before {
  background: #F6828C;
}
.newsBlock-top ul .iuca_pink a {
  color: #F6828C;
}

.filter-button {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.page-template-template-news .featured .newsBlock:nth-child(3) {
  margin-bottom: 5px;
}

.page-template-template-news .featured .newsBlock:nth-child(4) {
  margin-bottom: 5px;
}

.three-col-news {
  max-width: 1170px;
  margin: 0 auto;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%23007675'%3E   %3Cpath opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/%3E   %3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'%3E     %3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' /%3E   %3C/path%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  z-index: 10;
}

.newsletter {
  background: #007675;
  text-align: center;
  padding: 50px 15px;
}

.newsletter h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  text-transform: none;
  margin-bottom: 30px;
}

.newsletter .dt-btn {
  background-color: #FFDF57 !important;
  color: #08181A !important;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  text-transform: none;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  transition: all 0.3s;
}
.newsletter .dt-btn:hover {
  background-color: #fff !important;
}

footer section#presscore-custom-menu-two-2 ul li a span {
  width: 35px;
  height: 35px;
  background: #fff;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
footer section#presscore-custom-menu-two-2 ul li a span i {
  color: #08181A;
  font-size: 20px;
}
footer section#presscore-custom-menu-two-2 ul {
  display: flex;
  margin-left: 10px;
  position: relative;
  top: -50px;
}
footer section#presscore-custom-menu-two-2 ul li {
  margin-right: 10px;
}
footer section#presscore-custom-menu-two-2 {
  height: 0;
}
@media (max-width: 768px) {
  footer section#presscore-custom-menu-two-2 ul {
    top: 0;
    justify-content: center;
  }
  footer section#presscore-custom-menu-two-2 {
    height: auto;
  }
}

@media (max-width: 1100px) {
  #news-filter .news-filter-wrap .dt-btn {
    width: auto;
  }

  .page-template-template-news .news-tag-list ul li {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  .page-template-template-news .featured .newsBlock {
    width: 100%;
  }

  .page-template-template-news .three-col-news .newsBlock {
    width: calc(50% - 30px);
  }

  .news-tag-list ul li {
    font-size: 12px;
  }

  .page-template-template-news .news-tag-list ul {
    flex-wrap: wrap;
  }

  #news-filter {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .page-template-template-news .fields {
    order: 0;
    width: 100%;
    min-width: auto;
  }

  .page-template-template-news .featured {
    order: 1;
  }

  .page-template-template-news .featured-fields {
    flex-wrap: wrap;
  }

  .page-template-template-news .featured .newsBlock {
    width: calc(50% - 30px);
  }

  #news-filter .news-filter-wrap .item {
    width: 100%;
  }

  #news-filter .news-filter-wrap .item.item-large {
    width: 100%;
  }

  .filter-button {
    flex-wrap: wrap;
    justify-content: center;
  }

  #news-filter .news-filter-wrap .item.item-small {
    max-width: 100%;
  }

  #news-filter .news-filter-wrap .dt-btn {
    width: 100%;
    margin-right: 24px;
    margin-top: 25px;
    max-width: 200px;
  }

  .page-template-template-news .fields h2 {
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .page-template-template-news .fields h2.is-open:after {
    content: "-";
  }

  .page-template-template-news .fields h2:after {
    content: "+";
    position: absolute;
    right: 20px;
  }

  .page-template-template-news .fields ul {
    padding: 15px;
  }

  .page-template-template-news .fields ul {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-template-template-news .featured .newsBlock {
    width: 100%;
  }

  .page-template-template-news .three-col-news .newsBlock {
    width: 100%;
  }
}
.entry-research-themes {
  display: flex;
}
.entry-research-themes li {
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  position: relative;
  margin-right: 30px;
}
.entry-research-themes li.iuca_green {
  color: #6DA34D;
}
.entry-research-themes li.iuca_purple {
  color: #7D0C68;
}
.entry-research-themes li.iuca_red {
  color: #B3001B;
}
.entry-research-themes li.iuca_blue {
  color: #048BA8;
}
.entry-research-themes li.iuca_pink {
  color: #F6828C;
}

.iuca-article-summary {
  margin-bottom: 25px;
}

.iuca-article-summary {
  margin-bottom: 25px;
}

.author-block {
  background: #007675;
  color: #fff;
  display: flex;
  padding: 15px;
  margin-bottom: 25px;
}
.author-block a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.author-block .name {
  font-weight: 700;
}

.author-block .left {
  margin-right: 30px;
}

.author-block .left img {
  min-width: 170px;
}

.author-block a {
  color: #08181a;
}

.author-block .description {
  margin-top: 12px;
}

@media (max-width: 480px) {
  .author-block {
    flex-wrap: wrap;
  }

  .author-block {
    flex-wrap: wrap;
  }

  .author-block .author-photo img {
    min-width: 100%;
  }

  .author-block .left {
    width: 100%;
  }
}
.iuca_news_btn-wrap {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 5px;
}

.iuca_news_btn {
  background-color: #007675;
  background-image: none;
  background: #007675;
  padding: 12px 26px 11px 26px;
  font: normal 18px/20px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  border-radius: 1px;
  border: 0px solid #007675;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.iuca_news_btn:hover {
  background: #fedf56;
  color: #08181a;
}

.single.single-post .entry-content {
  margin-bottom: 50px;
}

.iuca-article-summary {
  background: #f0eff0;
  padding: 15px 30px;
}

html body #page {
  grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "newsletter" "footer";
}

.newsletter {
  grid-area: newsletter;
}

.page-template-template-news .news-tag-list ul li.research-any a {
  color: #08181a;
}

.page-template-template-news .news-tag-list ul li.research-any:before {
  background: #08181a;
}

.page-template-template-news .news-tag-list ul {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 60px);
}

.single .post:not(.type-event) .post-thumbnail {
  display: none;
}
.single .post:not(.type-event) h2 {
  margin-bottom: 0;
}
.single .post:not(.type-event) h2.sub-header {
  color: #007675;
  font-size: 22px;
  margin-bottom: 20px;
}

.row-center-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-center-flex img {
  max-height: 390px;
  object-fit: cover;
}

.news-tag-list ul li:before {
  display: none;
}

.news-tag-list ul li {
  padding-left: 0;
}

.entry-research-themes li {
  list-style: none;
}

body ul.entry-research-themes {
  margin-left: 0;
}

body .author-info.entry-author {
  background-color: #f1f1f3;
}

body .author-info.entry-author * {
  color: #08181a;
}

body .author-info.entry-author .author-description .author-link {
  color: #08181a;
}

.author-block {
  background: #f1f1f3;
}

.author-block * {
  color: #08181a;
}

.iuca-title-top {
  margin-bottom: 50px;
}

.wpgmza-desc img[class*=align], img[class*=wp-image-] {
  width: auto;
  display: block;
  max-width: 85px;
}

.learn-find-more h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.learn-find-more ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding-bottom: 20px;
}
.learn-find-more ul li {
  margin-bottom: 18px;
}
.learn-find-more ul li i {
  color: #08181a;
  padding-right: 12px;
  font-size: 20px;
}

.wpgmza-store-locator {
  padding: 0 15px;
  margin: 40px auto;
  width: 98%;
  max-width: 600px;
}

.wpgmza-store-locator.wpgmza_sl_main_div .wpgmza-form-field input, .wpgmza-store-locator.wpgmza_sl_main_div .wpgmza-form-field textarea {
  width: 100%;
}

.iuca-article-summary p strong {
  color: #007675;
  font: normal 500 20px/30px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}

.iuca-article-summary {
  padding: 50px 30px;
  margin: 30px 0;
  margin-bottom: 40px;
}

.iuca-article-summary p:first-child {
  margin-bottom: 25px;
}

.learn-find-more ul {
  list-style: none;
  margin-left: 0;
  margin-top: 12px;
}

.single .post:not(.type-event) .wpb_wrapper h2 {
  margin: 18px auto 10px;
}

.author-block a:hover {
  color: #08181a;
  opacity: 0.9;
}

div.learn-find-more ul {
  list-style: none;
  margin-left: 0;
  margin-top: 12px;
}

body .wpgmza_map img {
  max-width: 85px;
}

body .wpgmza_marker_list_class.wpgmza-marker-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-grid-item-content .wpgmza_marker_title {
  padding-right: 50px;
}

body .author-block img {
  max-width: 210px;
}

.learn-find-more ul li {
  padding-left: 35px;
}

.learn-find-more ul li i {
  position: absolute;
  left: 0;
}

body .wpgmza-form-field {
  overflow: visible;
}

body .wpb_single_image .vc_figure-caption {
  line-height: 1.4;
  margin-top: 10px;
}

.author-block .email-contact a:not(:first-child) {
  color: #08181a;
  margin: 0 5px;
}

@media (max-width: 700px) {
  body .vc_custom_1582953557485 {
    padding-bottom: 100px !important;
  }
}

/*# sourceMappingURL=custom.min.css.map */
