/**
 * @file
 * Visual styles for AGBU's node component.
 */

/*Node*/
@font-face {
  font-family: "ariel-amu";
  src: url("../../fonts/arlamu.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "sylfaen";
  src: url("../../fonts/Sylfaen Regular.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Thin';
  src: url('../../fonts/Mardoto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Thin Italic';
  src: url('../../fonts/Mardoto-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Light';
  src: url('../../fonts/Mardoto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Light Italic';
  src: url('../../fonts/Mardoto-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Medium';
  src: url('../../fonts/Mardoto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Medium Italic';
  src: url('../../fonts/Mardoto-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Regular';
  src: url('../../fonts/Mardoto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Italic';
  src: url('../../fonts/Mardoto-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Bold';
  src: url('../../fonts/Mardoto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Bold Italic';
  src: url('../../fonts/Mardoto-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Black';
  src: url('../../fonts/Mardoto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Mardoto Black Italic';
  src: url('../../fonts/Mardoto-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: fallback;
}
.node--view-mode-teaser {
  /* padding: 0 0 30px 0; */
  margin-bottom: 40px;
}
.node__header .field--name-user-picture {
  padding: 0 0 5px 0;
  max-width: 55px;
}
.node__title {
  font-size: 1.625em;
  margin-top: 0px;
}
.node__header h2 {
  margin: 0 0 5px;
}
.node__links {
  margin-top: 35px;
}
.node__container {
  position: relative;
}
.feed-icon {
  display: block;
  margin: 0px 0 60px;
}
.field--name-user-picture img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*Post submitted info*/
.node__header .profile {
  display: inline-block;
  margin-right: 40px;
}
.node__header .profile img {
  max-width: 40px;
}
.node__meta {
  font-size: 14px;
  margin: 0 0 10px;
  display: inline-block;
}
.node__submitted-info ~ .comments-count__counter:before {
  content: "-";
}

/*Subheader*/
.field--name-fieldsubheader-body {
  font-size: 1em;
  line-height: 1.6;
}

/*subtitle*/
.field--name-fieldsubtitle {
  font-size: 1.25em;
  line-height: 1.66;
  font-weight: 400;
  padding-bottom: 15px;
}
.region--dark-typography .field--name-fieldsubtitle {
  color: #363636;
}

/*
 * Event Details Page CSS
 */
img.category-banner {
  width: 100%;
}
.node--type-event .accordion,
.node--type-event .accordion .panel-title a {
  padding: 20px 0px;
  border-bottom: 0px;
}
.node--type-event .paragraph--type--bio {
  margin-bottom: 20px;
}

.node--type-event i.far {
  position: absolute;
  font-size: 30px;
  left: -50px;
  text-align: center;
  width: 30px;
  color: gray;
}

.node--type-event .event-details h5,
.node--type-event .event-contact-details h5 {
  position: relative;
  margin-left: 50px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.node--type-event .accordion-item .panel .panel-title a,
.node--type-event hr {
  border-top: 1px solid #ebebeb;
  margin-bottom: 5px;
  margin-top: 5px;
}

.node--type-event hr.event-title-hr {
  border-top: 2px solid #ebebeb;
  margin-bottom: 10px;
}

.node--type-event .accordion .accordion-item .panel-heading--trigger-icon .panel-title a,
.node--type-event h4.event-section {
  font-size: 18px;
  color: #215b91;
  font-weight: 600;
  padding: 20px 0 0 0;
}

.node--type-event .event-virtual {
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  color: #a94442;
}
.node--type-event .click-under-image {
  position: relative;
}
.node--type-event .click-under-image a {
  font-weight: bold;
  color: #215b91;
  text-transform: uppercase;
  line-height: 2;
  margin-left: 20px;
  text-decoration: underline;
}

.node--type-event .click-under-image::before {
  font-size: 30px;
  position: absolute;
  bottom: -75%;
  text-align: center;
  font-family: 'FontAwesome';
  content: '\f0da';
  color: #a94442;
}

.node--type-event .event-title {
  color: #215b91;
  text-transform: none;
  margin-right: 150px;
}

.event-header {
  position: relative;
  min-height: 60px;
}

.node--type-event a.pull-right {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .node--type-event .event-title {
    margin-right: 0px;
  }
  .node--type-event a.pull-right {
      position: relative;
      float: left!important;
  }
}
.node--type-event .accordion .accordion-item .panel-body {
  padding: 0px;
}
.node--type-event .bio-text h4 {
    padding: 0px;
    margin: 0 0 10px 0;
}

/* The Modal (background) */
.node--type-event .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.node--type-event .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.node--type-event .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.node--type-event .close:hover,
.node--type-event .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .node--type-event .modal-content {
    width: 100%;
  }
}

.node--type-event .event-cause-title h4 {
  color: #215b91;
  font-weight: 600;
}
.node--type-event .event-details-wrapper {
  margin-bottom: 30px;
}

.node--type-event .event-cause-title,
.node--type-event .event-cause-text {
  margin: 20px 30px 30px 30px;
}

.region-content a.person-profile-close {
    display: none;
}
#block-leadershiptabs a.person-profile-close {
    display: block;
}

/* .node--type-event .organized-entity:not(:first-child) {
  margin-left: -.3em;
} */

/* .node--type-event .organized-entity:first-child:empty ~ .node--type-event .organized-entity:not(:empty) {
  margin-left: 0;
} */
/* .node--type-event .organized-entity:first-child:empty ~ .node--type-event .organized-entity:not(:empty) ~ .node--type-event .organized-entity:not(:empty) {
  margin-left: -.3em;
} */

.node--type-event .organized-entity:empty {
  display: none;
}

.node--type-event .organized-entity:not(:first-child):before {
  content: ", ";
}

.node--type-event .organized-entity:not(:first-child):before {
  content: ", ";
}

.node--type-event .organized-entity:empty + .node--type-event .organized-entity:not(:empty):before {
  content : "";
}

.node--type-event .organized-entity:not(:empty) ~
.node--type-event .organized-entity:empty + .node--type-event .organized-entity:not(:empty):before {
  content : ", ";
}

/* node type news css */

.node--type-news .node__meta {
  margin-bottom: 0;
}
.node--type-news .node__header {
  margin-bottom: 1.5em;
}
.node--type-news .node__meta .inline-list {
  margin-top: 0;
  margin-bottom: 0;
}
.page-node-type-news .page-title {
  margin-bottom: 10px;
}
.node--type-news h1.title {
  color: #215b91;
  text-transform: none;
  text-align: left;
  font-size: 2em;
  margin: 20px 0;
}
.node--type-news .field--name-body img,
.node--type-news .field--name-field-media-document {
  padding-bottom: 10px;
}
.node--type-news .field--name-field-language {
  display: none;
}
/* news layout */
.node--type-news .node__side {
  float: left;
  width: 75px;
  padding-right: 20px;
  min-height: 1px;
}
.node--type-news .node__side + .node__main-content {
  overflow: hidden;
}
.node--type-news blockquote {
    font-weight: bold;
}
@media (max-width: 480px) {
  .node--type-news .node__side {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .node--type-news .node__side + .node__main-content,
  .node--type-article .node__side + .node__main-content {
    margin-right: 20px;
  }
}

/*news header*/
.node--type-news .node__submitted-info {
  font-size: 11px;
}

/*news side styling*/
.node--type-news .node__side .user-picture {
  margin-bottom: 20px;
}
.node--type-news .node__submitted-date {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin:6px 0 0 0;
  border-right: 1px solid #c2c2c2;
  padding-bottom: 10px;
  display: block;
}
.node--type-news .node__submitted-date .month {
  margin-top: -2px;
}
.node--type-news .node__submitted-date .month,
.node--type-news .node__submitted-date .year {
  font-size: 14px;
  text-transform: uppercase;
}
.node--type-news .node__submitted-date .day {
  font-size: 29px;
  font-weight: 900;
  margin-bottom: 2px;
}
.node--type-news .node__comments {
  margin-top: 6px;
  margin-bottom: 20px;
  border-right: 1px solid #c2c2c2;
  display: block;
  font-weight: 700;
  text-align: center;
}
.node--type-news .node__submitted-date + .node__comments {
  border-top: 1px solid #c2c2c2;
  margin-top: 0;
}

.node--type-news h3.title {
  font-weight: 600;
}

.node--type-news .caption > figcaption,
.media.media--type-image .field--name-field-caption .field__item,
.media.media--type-image .field--name-field-caption.field__item {
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 10px;
}
.paragraph--type--advanced-text .media--type-image .field--name-field-media-image {
  padding-bottom: 10px;
}
.flexslider .media.media--type-image .field--name-field-caption .field__item {
  padding-bottom: 0px;
}
.node--type-news .share-links ul li a {
  font-size: 14px;
}
.node--type-news .field--name-field-media-boilerplate {
    background-color: #f5f5f5;
    padding: 10px;
}
.node--type-news .breadcrumb {
  background-color: unset;
  font-weight: 600;
  padding: 10px 0px;
  margin: 0px;
}

 .fix-sidebar-second .sidebar__section{
  margin-left: 20px;
  border-left: 1px solid #e1e1e1;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main-content__container .row > .col-md-8 {
    padding-left: 10px;
  }
  .fix-sidebar-second .sidebar__section {
    border-left: 0px;
    margin-left: 0px;
  }
}
.node--type-news .release-languages select.form-select {
  width: max-content;
  font-size: 14px;
  padding: 5px 50px 5px 15px;
}
.node--type-news {
  margin-bottom: 30px;
}
.node--type-news .press-release-header {
  margin-left: 75px;
  margin-top: 30px;
}

.node--type-news .field--name-field-photo-caption {
  font-size: 14px;
}

/* .node--type-news .image-caption.hide {
  display: block !important;
} */

/* popular tags block css*/
div#block-views-block-popular-tags-block-1 {
  margin-left: 20px;
}
/* Sticky sidebar for articles and news */
.node .node__side {
  float: left;
  width: 75px;
  padding-right: 20px;
  min-height: 1px;
  margin-top: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .node .node__side {
    top: 30px;
  }
}
/* Magazine issue landing page CSS  */
/* .taxonomy-term.vocabulary-issue .field--name-field-feature .featured-banner {
    display: none;
} */
.path-taxonomy .field--name-field-feature .text {
	text-align: center;
}
@media screen and (max-width: 768px) {
  .path-taxonomy .field--name-field-feature .text {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.path-taxonomy .field--name-field-feature .article-label a {
  font-size: 3em;
  text-decoration: none;
  color: #215b91;
}
.path-taxonomy .field--name-field-feature .subheader-body {
	font-size: 20px;
	color: #000000;
	font-weight: 300;
}
.path-taxonomy .field--name-field-feature {
  margin-bottom: 50px;
}
.path-taxonomy .field--name-field-feature .byline {
  color: #000000;
  font-weight: 300;
  padding-top: 5px;
  position: relative;
  margin: 15px 0px;
}
.path-taxonomy .field--name-field-feature .byline::before {
  width: 100px;
  border-top: 2px solid #215b91;
  content: " ";
  position: absolute;
  left: calc(50% - 50px);
  top: 0;
}

.taxonomy-term.vocabulary-issue .view-content {
	display: none;
}
.taxonomy-term.vocabulary-issue .magazine-issue,
.taxonomy-term.vocabulary-magazine .magazine {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #215b91;
	margin: 30px 0px;
}
.taxonomy-term.vocabulary-issue .magazine-issue a,
.taxonomy-term.vocabulary-magazine .magazine a {
    font-weight: 600;
}
.taxonomy-term.vocabulary-issue .flipbok-link {
  margin-bottom: 20px;
}
.taxonomy-term.vocabulary-issue .flipbok-link i {
    font-size: 30px;
}
.taxonomy-term.vocabulary-issue .flipbok-link {
  text-align: center;
}
.taxonomy-term.vocabulary-issue .flipbok-link a {
  text-decoration: none;
  display: grid;
}
.taxonomy-term.vocabulary-issue .flipbok-link i {
  font-size: 30px;
}
.taxonomy-term.vocabulary-issue .flipbok-link a span {
  font-weight: 600;
  color: #215b91;
}
.taxonomy-term.vocabulary-issue .magazine-issue span.separator,
.taxonomy-term.vocabulary-magazine .magazine span.separator {
  display: inline;
  margin: 0px 20px;
}
.taxonomy-term.vocabulary-issue h1.text-center {
  margin-bottom: 40px;
  text-transform: none;
}
.taxonomy-term.vocabulary-magazine h1.text-center {
  text-transform: capitalize;
}
.taxonomy-term.vocabulary-issue .feed-icons {
  display: none;
}

/* press release results css */
.search-content-top .page-title,
.news-content-top .page-title,
.events-landing .page-title {
  color: #215b91;
  border-bottom: 1px solid #6e6e6e;
  padding: 10px;
  text-align: left;
}
.search-results .row {
  margin: 10px 0;
  background-color: #ffffff;
  padding-left: 0px;
}
.search-results .row .featured-banner {
  padding: 0px;
}
.search-results .row .header {
  font-size: 14px;
  color: gray;
}
.search-results .row .text {
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .search-results .row .text {
    padding: 10px 10px 20px 10px;
  }
}
.search-results .row h3.article-label a {
  color: #000000;
  font-weight: 600;
}
.search-results .row h3.article-label {
  margin-bottom: 5px;
}
.search-results .row .body {
  margin-top: 5px;
}
.search-results .row .body {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
.search-results .pager__items {
  text-align: center;
  font-size: 24px;
  padding: 15px;
}

.search-results .pager__items li.pager__item > a {
  color: #000000;
  background-color: none;
  font-weight: 600;
}

.search-results .pager__items li.pager__item > a:hover,
.search-results .pager__items li.pager__item > a:focus,
.search-results .pager__items li.pager__item.is-active > a {
  color: #ffffff;
  background-color: #215b91;
}

.search-results .form--inline,
.events-landing .form--inline,
.view-search .form--inline {
    float: right;
}

.search-results .form--inline .form-select,
.news-content-top select {
  width: 300px;
}

.search-results .subheader {
  padding-bottom: 5px;
}

/* Featured Program */
.fearured-program {
    margin-bottom: 20px;
}
.fearured-program .body {
  padding: 0px 10px;
}
.view-search .view-filters{
  display: grid;
}
.view-search .page-title {
  text-transform: uppercase;
  color: #215b91;
  text-align: center;
  padding: 10px;
}
.view-search .page-subheader {
  font-size: 20px;
  margin: 0px 40px;
}

.node--type-news .title {
  text-align: left;
  text-transform: none;
}
.node--type-news .field--name-field-subheader-body {
  font-style: italic;
  font-size: 20px;
  color: #000;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}
.node--type-news .flexslider-field-wrapper {
  margin-bottom: 10px;
}
.node--type-news .field--name-field-caption {
  display: none;
  padding: 10px 0;
}
.node__main-content-section.show-caption .flexslider .field--name-field-caption,
.node--type-news .image-caption {
  display: block;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 10px;
}
.page-node-type-campaign .banner-caption {
  display: none;
}
.page-node-type-campaign .quick-donate-form {
  padding: 0;
}
.page-node-type-campaign .quick-donate-form .webform-flexbox {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-node-type-campaign .quick-donate-form {
    position: sticky;
    top: 70px;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .page-node-type-campaign .webform-submission-campaign-donation-bar-form .webform-flexbox {
    display: block;
  }
  .event-grid-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .event-grid-wrapper .col-md-push-4 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .event-grid-wrapper .fix-sidebar-first {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 425px) {
  .webform-submission-campaign-donation-bar-form #edit-contribution-amount,
  .webform-submission-campaign-donation-bar-form .webform-options-display-buttons .form-item {
    display: block;
  }
}
html {
  scroll-padding-top: 80px; /* height of sticky header */
}
.view-display-id-featured_programs h1.page-title {
  margin: 20px 0 30px;
  text-align: center;
  color: #215b91;
  font-size: 2em;
}
/* eu-compliance css update */
.sliding-popup-bottom {
  background-color: #215b91;
}
.eu-cookie-compliance-content {
  position: relative;
}
.eu-cookie-compliance-message {
  position: absolute;
  top: calc(50% - 24px);
  margin: 0;
}
.eu-cookie-compliance-message p {
  font: 16px "Lato", sans-serif;
}
.eu-cookie-compliance-more-button {
  font: 16px "Lato", sans-serif;
  font-weight: 600;
}
.eu-cookie-compliance-secondary-button {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 23px;
  text-decoration: none;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
}
.eu-cookie-compliance-secondary-button:hover {
  background-color: #ffffff;
  color: #215b91;
}
.eu-cookie-compliance-default-button {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 600;
  padding: 0 15px;
}
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-more-button:hover {
  background: transparent;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .eu-cookie-compliance-message {
    position: relative;
  }
}
.align-left.media--type-image {
  margin-right: 20px;
}
.align-right.media--type-image {
  margin-left: 20px;
}
.article-body .media .field--name-field-caption .field__item {
  font-size: 14px;
  font-style: italic;
  border-left: 5px solid #215B91;
  padding-left: 10px;
  margin: 10px 5px 15px 10px;
}
.media.media--type-image.media--view-mode-square,
.media.media--type-image.media--view-mode-landscape {
  max-width: 380px;
}
.media.media--type-image.media--view-mode-portrait {
  max-width: 285px;
}
.paragraph--type--featured-section .media.media--type-image.media--view-mode-portrait {
  max-width: 100%;
}
.hye, .hyw {
  font-family: 'Mardoto Light', Arial, Sans-serif;
}
.hye .body, .hyw .body {
  font-family: 'Mardoto Light', Arial, Sans-serif;
}
.hye h1, .hyw h1,
.hye h4, .hyw h4 {
  font-family: 'Mardoto Regular', Arial, Sans-serif;
}
.hye h2.page-title, .hyw h2.page-title, .hye h1.page-title, .hyw h1.page-title {
  font-family: 'Mardoto Medium', Arial, Sans-serif;
}
.en-font {
  font-family: 'Lato', 'Helvetica Neue', Arial, Sans-serif;
}
.hye.node .node__main-content-section .field--name-body,
.hyw.node .node__main-content-section .field--name-body,
.hye.node .node__main-content-section .article-body,
.hyw.node .node__main-content-section .article-body,
.hye.node .node__main-content-section .field--name-field-caption,
.hyw.node .node__main-content-section .field--name-field-caption,
.hye.node .node__main-content-section .field--name-field-subheader-body,
.hyw.node .node__main-content-section .field--name-field-subheader-body,
.hye.node .node__main-content .body,
.hyw.node .node__main-content .body,
.search-results .row.hye-font .body {
  font-family: 'Mardoto Light', Arial, Sans-serif;
}
.hye.node .node__main-content .body h4,
.hyw.node .node__main-content .body h4,
.search-results .row.hye-font h3.article-label,
.search-results .row.hye-font .more-link a {
  font-family: 'Mardoto Regular', Arial, Sans-serif;
}
.hye.node .node__main-content-section h2.title,
.hyw.node .node__main-content-section h2.title,
.hye.node .node__main-content-section h1.title,
.hyw.node .node__main-content-section h1.title {
  font-family: 'Mardoto Medium', Arial, Sans-serif;
}
.node .node__main-content-section .field--name-body.en-font,
.node .node__main-content-section.en-font .article-body,
.node .node__main-content-section.en-font h2.title,
.node .node__main-content-section.en-font h1.title,
.search-results .row.en-font,
.search-results .row.en-font .body,
.search-results .row.en-font h3.article-label,
.search-results .row.en-font .more-link a {
  font-family: 'Lato', 'Helvetica Neue', Arial, Sans-serif;
}
.onscroll .header.js-fixed{
  max-width: 1920px;
}
.page-node-type-news .content-bottom {
    padding-bottom: 20px !important;
}
.page-node-type-page .main-content__container .sidebar__section {
  padding: 0;
}
.page-node-type-page .main-content__container .sidebar__section h2 {
  margin: 20px 0 10px 0;
  color: #215b91;
  text-transform: capitalize;
  font-size: 1.5em;
  border-bottom: 2px solid #ccc;
  width: fit-content;
  padding-bottom: 5px;
}
.page-node-type-page .content-with-sidebar .advanced-text {
  padding: 0px;
}
.page-node-type-page .content-with-sidebar > h1 {
  padding-right: 15px;
  padding-left: 15px;
}

/* css update for Second level menu style */
.navigation.menu--documentation ul.menu li ul li a,
.navigation.menu--documentation ul.menu li:hover {
  background-color: unset;
}
.navigation.menu--documentation ul.menu a:hover {
  background-color: #337AB7;
}

div.event-status-overlay {
  width: 0;
  height: 0;
  border-top: 40vw solid #82A9AF;
  border-left: 40vw solid transparent;
  position: absolute;
  right: 0;
  display: none;
}
div.event-status-overlay.event-status-Canceled {
  border-top-color: #82A9AF;
  display: block;
}
div.event-status-overlay.event-status-Postponed {
  border-top-color: #215B91;
  display: block;
  z-index: 1;
}
.event-row div.event-status-overlay {
  right: 5px;
}
.event-status-overlay span {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  width: 40vw;
  height: 40vw;
  text-align: center;
  font: normal normal 900 7vw Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 4;
}
.event-row .event-status-overlay span {
  width: 12vw;
  height: 12vw;
  font: normal normal 900 2vw Lato;
  line-height: 4;
}
.event-row div.event-status-overlay {
  border-top-width: 12vw;
  border-left-width: 12vw;
}
.site-branding.block {
  padding: 0px;
}
.subtitle.subtitle-hye-font {
  font-family: 'Mardoto Light', Arial, Sans-serif;
}
.view-search .field.field--name-field-caption {
  display: none;
}

.page-node-type-special-event .paragraph--type--two-across .paragraph--type--basic-text h3 {
  margin-bottom: 40px;
}
.page-node-type-special-event .paragraph--type--two-across .paragraph--type--basic-text .btn-group {
  margin-top: 40px;
}
.page-node-type-special-event .field--name-field-components > .field__item > .paragraph {
  padding-bottom: 20px;
}
.page-node-type-special-event a.button {
  color: #ffffff;
  border-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-node-type-special-event .paragraph--type--two-across,
  .page-node-type-special-event .paragraph--type--two-across .more-link a {
    text-align: center;
  }
  .page-node-type-special-event .paragraph--type--banner {
    position: relative;
    margin-top: 58px;
  }
  .page-node-type-special-event .paragraph--type--menu-bar {
    position: fixed;
    top: 76px;
  }
}
