@font-face {
	font-family: 'Amerigo BT';
	src: url('../fonts/amerigo-bt/AmerigoBT-RomanA.woff2') format('woff2'),
			url('../fonts/amerigo-bt/AmerigoBT-RomanA.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Amerigo BT';
	src: url('../fonts/amerigo-bt/AmerigoBT-BoldA.woff2') format('woff2'),
			url('../fonts/amerigo-bt/AmerigoBT-BoldA.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Frutiger LT 45';
	src: url('../fonts/frutiger/FrutigerLT-Light.woff2') format('woff2'),
			url('../fonts/frutiger/FrutigerLT-Light.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Frutiger LT 45';
	src: url('../fonts/frutiger/FrutigerLT-Bold.woff2') format('woff2'),
			url('../fonts/frutiger/FrutigerLT-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Frutiger LT 55 Roman';
	src: url('../fonts/frutiger-55/FrutigerLT-Roman.woff2') format('woff2'),
			url('../fonts/frutiger-55/FrutigerLT-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
  margin-top: 0 !important;
}
body {
  background-color: black;
  margin: 0 !important;
  padding: 0 !important;
}

a {
  color: #002753;
}

.newsroom-back a,
p a {
  color: #002753;
}

#back-to-top {
  display: none;
  color: #ffffff;
  background-color: #002753;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 800;
}

#back-to-top i {
  font-size: 35px;
  line-height: 1.35;
}



#subscribe-popup {
  z-index: 10000;
  background-color: white;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-310px, -50%);
      -ms-transform: translate(-310px, -50%);
          transform: translate(-310px, -50%);
  width: 620px;
  padding: 30px;

  color: #222222;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 24px;
  display: none;

}

#subscribe-form-row {
  margin: 24px 0 12px 0;
}
#subscribe-popup-close {
  position: absolute;
  right: 16px;
  top: 16px;
}
#subscribe-form-name-holder {
  width: 49%;
  display: inline-block;
}

#subscribe-form-email-holder {
  width: 49%;
  display: inline-block;
  float: right;
}

#subscribe-popup-close {
  font-size: 24px;
  color: #c4c4c4;
}

#subscribe-popup-close:hover {
  font-size: 24px;
  color: #c4c4c4;
}

#subscribe-popup input {
  width: 100%;
  height: 53px;
  background-color: #f3f3f3;
  border: 0;
  padding-left: 24px;
}

#subscribe-popup button,
#subscribe-popup input[type="submit"] {
  width: 100%;
  text-decoration: none;
  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;
  background-color: #002753;
  height: 53px;
  color: white;
  font-weight: bold;
  border: 0;


  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.34px;
  line-height: 21px;
  text-align: center;
}

#side-menu {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #002753;
  color: white;
}

.side-menu-header {
  padding: 32px 32px 0 32px;
  text-align: right;
}

.side-menu-header i {
  font-size: 40px;
  color: white;
  opacity: 0.2;
}

.side-menu-header a:hover {
  text-decoration: none;
}

.side-menu-item a {
  color: white;
  text-decoration: none;
}

.side-menu-item a:hover {
  color: white;
  text-decoration: none;
}


.side-menu-item-icon {
  display: inline-block;
  width: 36px;
}
.side-menu-item-icon i {
  color: white;
  opacity: 0.2;
}

.side-menu-item-text {
  display: inline-block;
  font-weight: bold;
}

.side-menu-item a:hover {
  text-decoration: none;
}

#side-menu-header {
  text-align: right;
}

.side-menu-holder {
  padding: 0 77px 0 146px;
}
.side-menu-item {
  padding: 32px 0 32px 15px;
}
.side-menu-item-border {
  opacity: 0.2;
  border-bottom: 1px solid white;
}

.side-menu-subitems {
  padding-top: 25px;
  padding-left: 15px;
}

.side-menu-subitems a {
  color: white;
}

.side-menu-subitems a:hover {
  color: white;
  text-decoration: none;
}

.side-menu-subitem {
  padding: 15px 0;
}

#page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
  z-index: 9000;
  opacity: 0;
}

#header {
  font-family: "Frutiger LT 45", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;

  letter-spacing: 1px;
  text-transform: uppercase;
  height: 130px !important;
}

@media only screen and (max-width: 771px) {
  
  #header {
    height: 90px !important;
  }
}

#header .container {
  position: relative;
  height: 140px;
  z-index: 10;
}

.logo-holder img {
  height: 170px !important;
}

@media only screen and (max-width: 768px) {
  #header .container {
    height: 120px;
  }

  .logo-holder img {
    height: 120px !important;
  }
}

#header .menu-icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

#header a:hover {
  text-decoration: none;
}

#header .menu-icon-holder i {
  font-size: 32px;
  margin-right: 10px;
}

#header .print-icon-holder i {
  font-size: 32px;
}

#header .logo-holder {
  text-align: center;
}

#header .logo-holder a {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#header img {
  height: 100px;
	-o-object-fit: contain;
	   object-fit: contain;
}

#header .print-icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header a {
  color: #002753;

}

.banner {
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: min(568px, 66%);
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.banner-overlay {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 100;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner-overlay img {
  width: 100%;
}

.banner-content {
  position: absolute;
  /*top: 0; */
  left: 0;
  right:0;
  bottom: 200px;
  z-index: 101;
}

.banner-content h1 {
  font-family: "Amerigo BT", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
  /* or 64px */
  color: #FFFFFF;
  margin: 0;
}

.banner-content h2 {
  font-family: "Frutiger LT 45", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  /* or 43px */
  color: #FFFFFF;
  margin: 0;
}

.main-content-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  /* or 43px */

  color: #002753;
}


.menu-item-row {
	/*
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
	*/
	flex-wrap: wrap !important;
}

.menu-item-row .col-4 {
	flex: 0 0 32%;
  max-width: 32%;
}

.menu-item {
  background-color: rgb(239,235,243);
  margin: 1px;
}

.menu-item-text {
  margin-top: 4px;
  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;
  text-align: center;

  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #002753;


}

.menu-item a {
  text-decoration: none;
  font-weight: 500;
  color: #002753;
  text-transform: uppercase;
  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;
  width: 100%;
  height: 125px;
}

.menu-item a:hover {
  text-decoration: none;
  color: #002753;
}


.menu-item-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item-inner i {
  font-size: 36px;

}

.news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFEBF3;

  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 34px;
}

.news-filter-heading {
  color: #002753;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.news-category {
  color: #707070;
  border-top: 4px solid #F8F7F5;
  border-bottom: 4px solid #F8F7F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
}

.news-category-selected {
  border-bottom: 4px solid #002753;

}

.content-block {
  margin-bottom: 40px;
}

.content-block h2 {
  font-family: "Amerigo BT";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #002753;
  margin: 0;
  margin-bottom: 30px;
}

.content-block .date {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #002753;
}

.content-block .image {
  width: auto;
  max-width: 100%;
  margin-bottom: 40px;
}

.content-block .content {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  /* or 32px */
  color: #434343;
}

.content-block .read-more {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;

  color: #FFFFFF;
  text-decoration: none;
  background-color: #002753;
  width: 172px;
  height: 50px;
  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;
}

.content-block .read-more:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.table-of-contents-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  color: #002753;
  margin-top: 32px;
  margin-bottom: 17px;
}

.table-of-contents-item {
  margin: 20px 0;
}
.table-of-contents-item a {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #002753;
}

.events-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  color: #002753;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}

.event-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
}

.event-date {
  background-color: #002753;
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 126%;
  /* identical to box height, or 18px */
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 11px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  min-width: 76px;
  font-weight: 500;
}
.event-title {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */
  color: #002753;
  margin-bottom: 8px;
}

.event-description {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  color: #002753;
}

.event-add-to-calendar i {
  font-size: 16px;
  margin-right: 6px;
}

.event-add-to-calendar a {
  margin-top: 16px;
  margin-bottom: 28px;
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  /* identical to box height, or 21px */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #002753;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-add-to-calendar a:hover {
  color: #002753;
  text-decoration: none;
}

.events-all-link a, .events-all-link a:hover {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #002753;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.events-all-link a img {
  margin-left: 6px;
}
.important-dates {
  position:relative;
  margin-top: 40px;
}

.important-dates-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.important-date-name {
  margin-top: 0;

}

.calendar-note {
	padding-top: 20px;
	font-size: 16px;
}

.calendar-note a {
	font-weight: 600;
}

.important-dates-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.important-dates-background img {
  width: 100%;
}

.important-date-name {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */
  color: #002753;
}

.important-date-date {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */

  color: #002753;
	margin-top: 10px;
}


.side-item {
  margin-top: 0;
	margin-bottom: 10px;
}

.side-item img {
  margin-bottom: 20px
}

.side-item-title {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  color: #002753;
  margin-top: 32px;
  margin-bottom: 17px;	
  text-transform: uppercase;
}

.side-item-title:not(.main-heading) {
	text-transform: uppercase;
	margin-top: 20px;
}

.side-item-title:not(.main-heading)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* border-bottom: solid 1px #000; */
}

/*
.side-item-title.main-heading {
	font-family: "Amerigo BT", "Frutiger LT 45";
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}
*/

.side-item-link, .side-item-link:hover {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  color: #000;
}

.side-item-content {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

.side-item-content a {
	color: #000;
	text-decoration: none;
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

.side-item-link img {
  margin: 0;

}
.footer {
  background-size: cover;
  background-position: center;
  min-height: 560px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-content {
	max-width: 600px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-heading {
  font-family: Amerigo BT;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 120%;
  /* or 55px */

  text-align: center;

  color: #002753;
}

.footer-text {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  /* or 36px */

  text-align: center;

  color: #FFFFFF !important;
  margin: 24px 0;
}

.footer-link, .footer-link:hover {
  width: 181px;
  height: 50px;
  background: #002753;
  border: 1px solid #002753;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #002753;
  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;
  text-decoration: none;
}


#media-holder {
  margin-top: 40px;
  background-color: #EFEBF3;

}

.media-content {
  padding: 20px;
}

.media-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */


  color: #333333;
}

.media-description {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  color: #434343;
}

.media-see-more {
  margin-top: 16px;
  margin-bottom: 16px;
}
.media-see-more a {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;

  color: #002753;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-see-more a:hover {
  text-decoration: none;
  color: #002753;
}


.media-share-holder {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.media-share-text {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;

  color: #002753;
  text-transform: uppercase;
}

.media-share-holder a, .media-share-holder a:hover {
  color: #002753;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}

.media-share-holder i {

  font-size: 24px;
}

.social-icons-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-top: 20px;
}

.social-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002753;
}

.social-icons-holder a,  .social-icons-holder a:hover {
  color: #002753;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
  font-size: 32px;
}

.subscribe-button {
	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;
		margin-top: 30px;
		background: #002753;
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		text-transform: uppercase;
		padding: 15px;
		letter-spacing: 2px;
}

.subscribe-button:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}

.subscribe-button svg {
	max-width: 24px;
	margin-right: 15px;
}

#social-holder {
  margin-top: 40px;
}

.mobile-menu {
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) {
  .desktop-hidden {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }

}

@media only screen and (max-width: 771px) {
  .banner-content {
    bottom: 100px;
  }
  .banner-content h1 {
    font-size: 58px;
  }

  #header img {
    height: 65px;
  }
}

@media only screen and (max-width: 600px) {

	.side-menu-holder {
  	padding: 0;
	}

	#subscribe-popup {
		left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
	}

	#subscribe-form-name-holder,
	#subscribe-form-email-holder {
    width: 100%;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 578px) {
  .banner-content h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 578px) {
  .banner-content h1 {
    font-size: 38px;
  }
  .banner-content {
    bottom: 70px;
  }

}
.important-dates-print, .events-print {
  margin-bottom: 44px;
}

.events-print-heading, .important-dates-print-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  color: #002753;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.event-print-title, .important-dates-print .important-date-name {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */


  color: #000000;

}

.event-print-date, .important-dates-print .important-date-date {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
  /* or 28px */

  color: #000000;
  margin-bottom:20px;
}

.tri-block-holder {
  background-color: #002753;
  padding: 40px 20px;
  margin-top: 30px;

}

.tri-block-holder a, .tri-block-holder a:hover {
  text-decoration: none;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tri-block-image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

.tri-block-heading {
  font-family: "Frutiger LT 45";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 126%;
  /* or 26px */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;

  color: #fff;

  margin-top: 20px;

}

@media only screen and (max-width: 771px) {
  .tri-block-holder a {
    margin-bottom: 30px;
  }
}

.wrap-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.newsroom-issue-name {
	font-size: 16px;
	color: #000;
}

.newsroom-back {
	margin-bottom: 30px;
}

.wp-container-3 .wp-block-column .wp-block-image .alignleft,
.wp-block-image .alignleft {
	width: 100%;
}

.content-block  .wp-block-bn-blocks-section.bn-section--full-width {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.content-block  .wp-block-bn-blocks-section.bn-section--full-width .wp-block-columns.is-style-welcome-column {
    gap: 20px;
    align-items: flex-start;
}

.content-block  .wp-block-bn-blocks-section.bn-section--full-width .wp-block-column.is-vertically-aligned-center {
    align-self: self-start;
}