<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, W:/HeinzEndowments/Templates/scss/helpers/_reset.scss */
body {
  background-color: #fff;
  color: #5d5d5d;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1;
}

/* line 12, W:/HeinzEndowments/Templates/scss/helpers/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* line 23, W:/HeinzEndowments/Templates/scss/helpers/_reset.scss */
a {
  border: 0 none;
  text-decoration: none;
}

/* line 28, W:/HeinzEndowments/Templates/scss/helpers/_reset.scss */
input {
  border-radius: 0;
}

/* line 1, W:/HeinzEndowments/Templates/scss/helpers/_utilities.scss */
.clear {
  float: none;
  clear: both;
}

/* line 5, W:/HeinzEndowments/Templates/scss/helpers/_utilities.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 1, W:/HeinzEndowments/Templates/scss/helpers/_globals.scss */
a {
  color: #0d8eff;
}

/* line 3, W:/HeinzEndowments/Templates/scss/helpers/_globals.scss */
a:hover {
  text-decoration: underline;
}

/* line 1, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
body {
  background: #242525;
}

/* line 4, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
#siteframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 10, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
#responder {
  left: -5000px;
  position: absolute;
  z-index: 1;
}

/* line 15, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
#wrapper {
  width: 100%;
  min-height: 400px;
  min-width: 320px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 0;
  transition: left 0.5s;
}

/* line 28, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.inner {
  width: 95%;
  max-width: 1430px;
  margin: 0 auto;
}

/* line 33, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
main {
  padding: 30px 0px 40px 0px;
  display: block;
}

/* line 37, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.subheader {
  font-size: 45px;
  color: #323e48;
  margin: 0px 0px 35px 0px;
  letter-spacing: 2px;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 44, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.grey_border {
  height: 1px;
  width: 100%;
  background: #e6e7e8;
  display: block;
  margin: 50px 0px 50px 0px;
}

/* line 51, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.pad {
  padding: 50px 0px 50px 0px;
}

/* line 54, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.pad_top {
  padding: 50px 0px 0px 0px;
}

/* line 57, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.pad_bottom {
  padding: 0px 0px 50px 0px;
}

/* line 60, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.mobile {
  display: none;
}

/* line 64, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.two_col_container .col1 {
  width: 45%;
  margin: 0 4% 0 0;
  float: left;
}

/* line 69, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
.two_col_container .col2 {
  width: 45%;
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 75, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  #responder {
    z-index: 10;
  }
  /* line 78, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .subheader {
    font-size: 30px;
    margin: 0px 0px 15px 0px;
  }
  /* line 82, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .desktop {
    display: none;
  }
  /* line 85, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .pad {
    padding: 30px 0px 30px 0px;
  }
  /* line 88, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .pad_top {
    padding: 30px 0px 0px 0px;
  }
  /* line 91, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .pad_bottom {
    padding: 0px 0px 30px 0px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 96, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  #responder {
    z-index: 20;
  }
  /* line 99, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .inner {
    width: 90%;
  }
  /* line 102, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .subheader {
    font-size: 25px;
    margin: 0px 0px 15px 0px;
  }
  /* line 106, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .pad {
    padding: 20px 0px 20px 0px;
  }
  /* line 109, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .pad_top {
    padding: 20px 0px 0px 0px;
  }
  /* line 112, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .pad_bottom {
    padding: 0px 0px 20px 0px;
  }
  /* line 115, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .mobile {
    display: block;
  }
  /* line 118, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .noMobile {
    display: none;
  }
  /* line 121, W:/HeinzEndowments/Templates/scss/layout/_structure.scss */
  .desktop {
    display: none;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.orange_cta {
  text-transform: uppercase;
  font-size: 14px;
  display: table;
  font-family: "Montserrat", sans-serif;
  color: #0d8eff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/linkArrow_X2_blue.png") right no-repeat;
  background-position: 100% 3px;
  background-size: 7px;
  padding: 0px 20px 0px 0px;
}

/* line 15, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.orange_cta .border {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 2px;
  width: 0;
  background: #0d8eff;
  display: block;
  margin-top: 5px;
}

/* line 23, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.orange_cta:hover {
  text-decoration: none;
}

/* line 25, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.orange_cta:hover .border {
  width: 100%;
}

/* line 30, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.grey_cta {
  text-transform: uppercase;
  font-size: 13px;
  display: table;
  font-family: "Montserrat", sans-serif;
  color: #a7a9ac;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/linkArrow_X2_grey.png") left no-repeat;
  background-position: 0px 3px;
  background-size: 7px;
  padding: 0px 0px 0px 20px;
}

/* line 44, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.grey_cta .border {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 2px;
  width: 0;
  background: #a7a9ac;
  display: block;
  margin-top: 5px;
}

/* line 52, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.grey_cta:hover {
  text-decoration: none;
}

/* line 54, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.grey_cta:hover .border {
  width: 100%;
}

/* line 59, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_cta_container {
  display: table;
  height: 122px;
  background: url("../images/grey_arrow_slant.png") center no-repeat;
  padding: 160px 0px 0px 0px;
  margin: 0 auto;
}

/* line 66, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_cta {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 75, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_cta .border {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 2px;
  width: 0;
  background: #000;
  display: block;
  margin-top: 5px;
}

/* line 83, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_cta:hover {
  text-decoration: none;
}

/* line 85, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_cta:hover .border {
  width: 100%;
}

/* line 90, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_button {
  border: solid 1px #000;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  padding: 20px 80px 20px 80px;
  font-family: "Montserrat", sans-serif;
  display: table;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 102, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.black_button:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

/* line 108, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.dark_button {
  display: table;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 20px 80px;
  letter-spacing: 1px;
}

/* line 116, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.dark_button:hover {
  text-decoration: none;
  background: #333;
}

/* line 127, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.learn_arrow_cta {
  color: #0d8eff;
  text-decoration: none;
  padding: 0px 110px 0px 0px;
  text-transform: uppercase;
  background: url(../images/blue-link-arrow.svg) no-repeat;
  background-position: 95% 50%;
  background-size: 66px 15px;
  display: table;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

/* line 142, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.learn_arrow_cta:hover {
  text-decoration: none;
  background-position: 100% 50%;
}

/* line 147, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.h_cta {
  text-transform: uppercase;
  font-size: 13px;
  display: table;
  font-family: "Montserrat", sans-serif;
  color: #323e48;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/linkArrow_X2_dblue.png") no-repeat;
  background-position: 100% 3px;
  background-size: 6px;
  padding: 0px 10px 0px 0px;
}

/* line 161, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.h_cta .border {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 2px;
  width: 0;
  background: #0d8eff;
  display: block;
  margin-top: 5px;
}

/* line 169, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.h_cta:hover {
  text-decoration: none;
}

/* line 171, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
.h_cta:hover .border {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 177, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
  .h_cta {
    color: #0d8eff;
    background: url("../images/linkArrow_X2_blue.png") no-repeat;
    background-position: 100% 5px;
    background-size: 5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 185, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
  .black_button {
    padding: 20px;
  }
  /* line 188, W:/HeinzEndowments/Templates/scss/components/_buttons.scss */
  .h_cta {
    color: #0d8eff;
    background: url("../images/linkArrow_X2_blue.png") no-repeat;
    background-position: 100% 5px;
    background-size: 5px;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/components/_header.scss */
.index header {
  border-bottom: none;
}

/* line 4, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header {
  border-bottom: solid 1px #e6e7e8;
}

/* line 6, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header .pad {
  padding: 30px 0;
}

/* line 9, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header .logo {
  width: 30%;
  max-width: 340px;
  float: left;
  display: block;
}

/* line 14, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header .logo img {
  max-height: 50px;
}

/* line 17, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header .logo .name {
  display: block;
  height: 0;
  text-indent: -200%;
}

/* line 23, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header nav {
  width: 70%;
  float: right;
  margin: 10px 0 0 0;
}

/* line 27, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header nav a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #a8a9ac;
  text-transform: uppercase;
  margin: 0 2% 0 0;
  color: #000;
}

/* line 39, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header nav a.r {
  margin: 0;
}

/* line 42, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header nav a:hover {
  text-decoration: none;
  color: #0d8eff;
}

/* line 46, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header nav a.active {
  text-decoration: none;
  color: #0d8eff;
}

/* line 52, W:/HeinzEndowments/Templates/scss/components/_header.scss */
header::after {
  content: '';
  display: table;
  clear: both;
  float: none;
}

/* line 59, W:/HeinzEndowments/Templates/scss/components/_header.scss */
button:focus {
  outline: 0;
}

/* line 62, W:/HeinzEndowments/Templates/scss/components/_header.scss */
.hamburger {
  float: right;
}

/* line 64, W:/HeinzEndowments/Templates/scss/components/_header.scss */
.hamburger .hamburger-box {
  width: 24px;
}

/* line 66, W:/HeinzEndowments/Templates/scss/components/_header.scss */
.hamburger .hamburger-box .hamburger-inner {
  width: 24px;
  height: 2px;
}

/* line 69, W:/HeinzEndowments/Templates/scss/components/_header.scss */
.hamburger .hamburger-box .hamburger-inner::before {
  width: 24px;
  height: 2px;
  top: -7px;
}

/* line 74, W:/HeinzEndowments/Templates/scss/components/_header.scss */
.hamburger .hamburger-box .hamburger-inner::after {
  width: 24px;
  height: 2px;
  bottom: -7px;
}

/* line 82, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  width: 260px;
  padding: 0px 0px 0px 0px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 91, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav {
  padding: 30px 0px 0px 0px;
  line-height: normal;
}

/* line 94, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav:hover {
  background: #333;
}

/* line 97, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav .parent_link {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  display: block;
  float: left;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 30px 0px;
}

/* line 108, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav .mm_dd_toggle {
  display: block;
  float: right;
  height: 15px;
  width: 15px;
  background: url(../images/mm_dd_arrow_off.png) center no-repeat;
  margin: 2px 30px 0px 0px;
}

/* line 116, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav .mm_submenu {
  display: none;
  background: #fff;
  padding: 30px 30px 20px 30px;
}

/* line 120, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav .mm_submenu .child_link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  display: block;
}

/* line 128, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav .mm_submenu .child_link.current_child {
  color: #0d8eff;
}

/* line 131, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .parent_nav .mm_submenu .child_link:hover {
  color: #0d8eff;
}

/* line 138, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .active_parent_nav .parent_link {
  color: #fff;
}

/* line 141, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .active_parent_nav .mm_dd_toggle {
  background: url(../images/mm_dd_arrow_on.png) center no-repeat;
}

/* line 145, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .current_parent {
  background: #0d8eff;
}

/* line 147, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#mobile_menu .current_parent:hover {
  background: #0d8eff;
}

/* line 152, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_form {
  padding: 30px;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 156, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_form ::-webkit-input-placeholder {
  color: #fff;
}

/* line 159, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_form:hover {
  background: #fff;
}

/* line 161, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_form:hover #site_search_submit {
  opacity: 1;
}

/* line 164, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_form:hover #site_search {
  color: #000;
  border-bottom: solid 1px #c9cacc;
}

/* line 168, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_form:hover ::-webkit-input-placeholder {
  color: #000;
}

/* line 173, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search {
  border: none;
  background: none;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  float: left;
  width: 160px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding: 0px 0px 5px 0px;
}

/* line 185, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_submit {
  width: 22px;
  height: 22px;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/linkArrow_X2_dblue.png) center no-repeat;
  background-size: 10px 16px;
  float: right;
}

/* line 194, W:/HeinzEndowments/Templates/scss/components/_header.scss */
#site_search_submit:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  /* line 204, W:/HeinzEndowments/Templates/scss/components/_header.scss */
  header nav {
    width: auto;
  }
  /* line 207, W:/HeinzEndowments/Templates/scss/components/_header.scss */
  header .logo {
    min-width: 220px;
    padding: 5px 0px 0px 0px;
  }
  /* line 212, W:/HeinzEndowments/Templates/scss/components/_header.scss */
  .hamburger {
    padding: 0px 15px;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer {
  border-top: solid 1px #e6e7e8;
  display: block;
  padding: 40px 0px 40px 0px;
  margin: 50px auto 0 auto;
}

/* line 6, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social {
  padding: 0px 0px 0px 0px;
  display: table;
}

/* line 9, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social a {
  float: left;
  display: block;
  margin: 0px 30px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 14, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social a:hover {
  opacity: .5;
}

/* line 18, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social #facebook {
  width: 11px;
  height: 19px;
}

/* line 22, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social #instagram {
  width: 18px;
  height: 21px;
  margin-top: 2px;
}

/* line 27, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social #twitter {
  width: 20px;
  height: 19px;
  margin-top: 3px;
}

/* line 32, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social #youtube {
  width: 22px;
  height: 19px;
  margin-top: 4px;
}

/* line 37, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .social #linkedin {
  width: 15px;
  height: 16px;
  margin-top: 2px;
}

/* line 43, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer_logo {
  width: 325px;
  display: block;
  margin: 0px 0px 30px 0px;
}

/* line 47, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer_logo img {
  width: 100%;
}

/* line 51, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col1 {
  width: 45%;
  float: left;
}

/* line 54, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col1 .footer_contact {
  color: #000;
  display: table;
  margin: 30px 0px 0px 0px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  text-decoration: none;
}

/* line 65, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 {
  width: 45%;
  float: right;
  padding-top: 70px;
}

/* line 69, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col {
  float: left;
  width: 48%;
}

/* line 72, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col a {
  color: #323e48;
  text-decoration: none;
  display: block;
  margin: 0px 0px 30px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* line 83, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col a:hover {
  color: #0d8eff;
}

/* line 86, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col a.f_child {
  color: #bcbec0;
}

/* line 88, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col a.f_child:hover {
  color: #0d8eff;
}

/* line 93, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col:nth-of-type(2n) {
  float: right;
}

/* line 95, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .col2 .col:nth-of-type(2n) a {
  text-align: right;
}

/* line 101, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer-nav {
  padding: 100px 0px 0px 0px;
  width: 70%;
  display: table;
  margin: 0 auto;
}

/* line 106, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer-nav.mobile {
  display: none;
}

/* line 109, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer-nav .col {
  float: left;
  width: 33.3%;
}

/* line 113, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer-nav a {
  color: #bcbec0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0px 0px 25px 0px;
}

/* line 121, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
footer .footer-nav a:hover {
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 130, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col2 {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 136, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer {
    padding: 30px 0px 30px 0px;
  }
  /* line 138, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col1 {
    float: none;
    width: 100%;
  }
  /* line 141, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col1 .footer_contact {
    margin: 0 auto;
    display: table;
    margin-top: 20px;
  }
  /* line 145, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col1 .footer_contact:hover {
    text-decoration: underline;
  }
  /* line 150, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col2 {
    float: none;
    width: 100%;
    padding-top: 25px;
  }
  /* line 154, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col2 .col {
    float: none;
    width: 100%;
  }
  /* line 157, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col2 .col a {
    text-align: center;
  }
  /* line 159, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col2 .col a.f_child {
    display: none;
  }
  /* line 164, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .col2 .col:nth-of-type(2n) a {
    text-align: center;
  }
  /* line 170, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .footer_logo {
    width: 220px;
    margin: 0 auto;
  }
  /* line 174, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .social {
    margin: 0 auto;
    display: table;
    margin-top: 25px;
  }
  /* line 178, W:/HeinzEndowments/Templates/scss/components/_footer.scss */
  footer .social a {
    margin: 0px 15px 0px 15px;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
.cta_container {
  width: 100%;
  margin: 0;
  background-image: url("../images/diagonal-arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10%;
}

/* line 10, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
.cta_container .col1,
.cta_container .col2 {
  width: 48%;
  float: left;
  padding: 0 9%;
  box-sizing: border-box;
}

/* line 17, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
.cta_container h3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin: 0 0 25px 0;
  color: #000;
}

/* line 28, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
.cta_container p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  color: #000;
}

/* line 38, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
.cta_container a {
  width: 160px;
  margin: 40px auto 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}

/* line 44, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
.cta_container.small_arts_section {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 51, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container {
    background-image: none;
  }
  /* line 55, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container .col1,
  .cta_container .col2 {
    padding: 0 2.25%;
  }
  /* line 59, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  /* line 65, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container p {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 72, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container a {
    margin: 20px auto 0 auto;
  }
  /* line 75, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container.small_arts_section {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 83, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container {
    background-image: none;
  }
  /* line 87, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container .col1,
  .cta_container .col2 {
    float: none;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  /* line 93, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container .col1 {
    padding: 0 5%;
  }
  /* line 96, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container .col2 {
    margin: 50px auto 0 auto;
  }
  /* line 99, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  /* line 105, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container p {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 112, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container a {
    margin: 20px auto 0 auto;
  }
  /* line 115, W:/HeinzEndowments/Templates/scss/components/_cta_container.scss */
  .cta_container.small_arts_section {
    width: 100%;
    margin: 0;
  }
}

/* line 2, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_page header {
  border: none;
}

/* line 5, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_page main {
  padding: 0;
}

/* line 9, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container {
  opacity: 0;
  position: relative;
}

/* line 12, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_slider_nav_dots {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  z-index: 3;
}

/* line 20, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_nav_dot {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  border: solid 2px #0d8eff;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

/* line 27, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_nav_dot.active {
  background: #0d8eff;
}

/* line 31, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .slide_viewport {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

/* line 36, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .slide {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 44, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .slide.active {
  z-index: 2;
  position: relative;
}

/* line 48, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .slide img {
  width: 100%;
  display: block;
}

/* line 52, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .slide .photo_cred {
  position: absolute;
  right: 0;
  z-index: 3;
}

/* line 59, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container {
  float: left;
  width: 68%;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  box-sizing: border-box;
}

/* line 66, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container .content {
  background: #fff;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 73, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container .content:hover {
  text-decoration: none;
}

/* line 75, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container .content:hover .arrow {
  background: url(../images/blue-link-arrow.svg) no-repeat;
  margin: 20px 0px 0px 10px;
}

/* line 80, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container .content.active {
  z-index: 2;
  position: relative;
}

/* line 85, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #323e48;
  display: inline-block;
  margin: 0px 0px 20px 0px;
}

/* line 95, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container h1 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 35px;
  font-style: italic;
  color: #000;
  display: block;
  margin: 0px 0px 30px 0px;
}

/* line 105, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  display: block;
  margin: 0px 0px 20px 0px;
}

/* line 114, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .content_container .arrow {
  background: url(../images/gray-link-arrow.svg) no-repeat;
  width: 65px;
  height: 20px;
  margin: 20px 0px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 122, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_slide_nav {
  float: right;
  width: 25%;
}

/* line 125, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_slide_nav a {
  display: block;
  border-top: solid 2px #d1d3d4;
  padding: 30px 0px 30px 0px;
  color: #808285;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
}

/* line 136, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_slide_nav a.active {
  border-top: solid 5px #0d8eff;
  color: #242525;
}

/* line 140, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_slider_container .h_slide_nav a:hover {
  border-top: solid 5px #0d8eff;
  color: #242525;
  text-decoration: none;
}

/* line 149, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_page .photo_cred {
  display: block;
  font-style: italic;
  font-size: 11px;
  font-color: #414042;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 15px;
  margin: 10px 0 0 0;
}

/* line 161, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strategic_area_section {
  background: #f7f7f7;
}

/* line 163, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strategic_area_section .tout_container {
  margin: 0;
}

/* line 167, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col {
  padding: 0px 0px 50px 0px;
}

/* line 169, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col1 {
  width: 25%;
  float: left;
}

/* line 172, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col1 h2 {
  margin: 0;
  color: #323e48;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 30px;
}

/* line 180, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col1 h3 {
  margin: 0;
  color: #323e48;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

/* line 190, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 {
  float: right;
  width: 65%;
}

/* line 194, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .content p {
  color: #000;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

/* line 201, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .content p a {
  color: #0d8eff;
}

/* line 205, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .content a {
  margin: 30px 0px 0px 0px;
}

/* line 209, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col {
  float: left;
  width: 48%;
}

/* line 212, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col:nth-of-type(2n) {
  float: right;
}

/* line 215, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col strong {
  font-size: 15px;
  display: block;
}

/* line 221, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col p {
  margin: 15px 0px 0px 0px;
  font-weight: normal;
  font-size: 13px;
}

/* line 227, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col p strong {
  font-size: inherit;
  display: inline;
}

/* line 234, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col a {
  margin: 15px 0px 0px 0px;
}

/* line 237, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col img {
  width: 100%;
  max-width: 390px;
  margin: 0px 0px 10px 0px;
}

/* line 242, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
.h_two_col .col2 .col .photo_cred {
  max-width: 390px;
}

/* line 248, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts {
  border-top: none;
}

/* line 250, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .h_tout {
  color: #414042;
  padding: 0;
  display: block;
  float: left;
  width: 31.3%;
  position: relative;
  margin: 40px 3% 0px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

/* line 260, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .h_tout .content {
  padding: 25px 20px 25px 20px;
}

/* line 263, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .h_tout:nth-of-type(3n) {
  margin-right: 0;
}

/* line 266, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .h_tout:hover {
  box-shadow: #dadada 0px 0px 30px;
}

/* line 268, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .h_tout:hover .arrow {
  background: url(../images/blue-link-arrow.svg) no-repeat;
}

/* line 271, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .h_tout:hover strong {
  color: #000;
}

/* line 276, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .t_img {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 284, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts strong {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #58595b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

/* line 294, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .arrow {
  background: url(../images/gray-link-arrow.svg) no-repeat;
  width: 65px;
  height: 20px;
  float: right;
}

/* line 300, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_strat_touts .photo_cred {
  position: absolute;
  top: -20px;
  right: 0;
}

/* line 306, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section {
  background: #f7f7f7;
}

/* line 308, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout_container {
  margin: 0;
  border-top: none;
}

/* line 312, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout {
  color: #414042;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

/* line 316, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout h2 {
  padding: 25px 25px 25px 25px;
  font-size: 30px;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
}

/* line 324, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout .content {
  padding: 25px 20px 25px 20px;
}

/* line 326, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout .content &gt; em {
  display: block;
  margin: 0px 0px 20px 0px;
}

/* line 331, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout:hover {
  text-decoration: none;
  box-shadow: #dadada 0px 0px 30px;
}

/* line 334, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout:hover .arrow {
  background: url(../images/blue-link-arrow.svg) no-repeat;
}

/* line 338, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout:hover .h_cta .border {
  width: 100%;
}

/* line 342, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout:hover .h_tout_title {
  color: #0d8eff;
}

/* line 345, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout:hover h2 {
  color: #0d8eff;
}

/* line 349, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout .h_author_name,
#h_tout_section .tout .h_author_date {
  display: inline-block;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 15px;
  font-weight: bold;
  color: #a7a9ac;
}

/* line 360, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout .h_tout_title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #414042;
  margin: 0px 0px 20px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 370, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout p {
  color: #000;
  font-size: 14px;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 377, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .tout .h_cta {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

/* line 383, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .t_img {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 391, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
#h_tout_section .photo_cred {
  position: absolute;
  top: -20px;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 398, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col {
    padding: 0px 0px 30px 0px;
  }
  /* line 400, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col1 {
    width: 100%;
    float: none;
  }
  /* line 403, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col1 h2 {
    margin: 0px 0px 25px 0px;
    font-size: 25px;
  }
  /* line 409, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col1 h3 {
    margin: 0px 0px 25px 0px;
  }
  /* line 413, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col2 {
    float: none;
    width: 100%;
  }
  /* line 419, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_strat_touts .arrow {
    background: url(../images/blue-link-arrow.svg) no-repeat;
  }
  /* line 422, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_strat_touts .h_tout {
    width: 100%;
    float: none;
    margin-right: 0;
    margin: 0px 0px 40px 0px;
  }
  /* line 430, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .slide_viewport {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 436, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col {
    padding: 0px 0px 30px 0px;
  }
  /* line 438, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col1 {
    width: 100%;
    float: none;
  }
  /* line 441, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col1 h2 {
    margin: 0px 0px 25px 0px;
    font-size: 18px;
  }
  /* line 447, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col1 h3 {
    margin: 0px 0px 25px 0px;
  }
  /* line 451, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col2 {
    float: none;
    width: 100%;
  }
  /* line 455, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col2 .content p {
    font-size: 12px;
  }
  /* line 461, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col2 .col {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  /* line 465, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col2 .col img {
    max-width: 100%;
  }
  /* line 468, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  .h_two_col .col2 .col:nth-of-type(2n) {
    float: none;
    padding: 20px 0px 0px 0px;
  }
  /* line 476, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_strat_touts .arrow {
    background: url(../images/blue-link-arrow.svg) no-repeat;
  }
  /* line 479, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_strat_touts .h_tout {
    width: 100%;
    float: none;
    margin-right: 0;
    margin: 0px 0px 40px 0px;
  }
  /* line 487, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .h_slider_nav_dots {
    display: block;
  }
  /* line 491, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .slide .photo_cred {
    position: absolute;
    right: 0;
  }
  /* line 497, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .slide_viewport {
    margin-bottom: 90px;
  }
  /* line 500, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .content_container {
    float: none;
    width: 100%;
  }
  /* line 503, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .content_container .arrow {
    background: url(../images/blue-link-arrow.svg) no-repeat;
  }
  /* line 508, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .content_container .content:hover .arrow {
    margin: 20px 0px 0px 0px;
  }
  /* line 513, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .content_container h1 {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
  }
  /* line 519, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .content_container p {
    font-size: 14px;
  }
  /* line 525, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #h_slider_container .h_slide_nav {
    display: none;
  }
}

@media only print {
  /* line 531, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #cc_toggle {
    display: none !important;
  }
  /* line 534, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #grad_bottom {
    display: none !important;
  }
  /* line 537, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #collapsed_container {
    height: auto !important;
    overflow: visible !important;
  }
  /* line 541, W:/HeinzEndowments/Templates/scss/pages/_index.scss */
  #collapsed_content {
    position: static !important;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.sub_nav_container {
  float: right;
  padding: 0px 0px 30px 0px;
}

/* line 4, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.sub_nav_container a {
  color: #a8a9ac;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 0px 0px 30px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 11, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.sub_nav_container a:hover {
  text-decoration: none;
  color: #000;
}

/* line 16, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.sub_nav_container .active {
  color: #000;
}

/* line 20, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section {
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0;
  overflow: hidden;
}

/* line 25, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section h1 {
  font-size: 70px;
  max-width: 1000px;
  color: #0d8eff;
  font-family: "Georgia", "Times New Roman", serif;
  letter-spacing: 4px;
  position: absolute;
  margin-top: 10%;
  z-index: 5;
  left: 0px;
}

/* line 35, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section h1.lg_title {
  margin-top: 3%;
}

/* line 39, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section .vert_line {
  width: 1px;
  height: 0;
  position: absolute;
  left: 16.5%;
  margin-top: 20%;
  background: #a7a9ac;
}

/* line 46, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section .vert_line.animate {
  height: 70%;
}

/* line 49, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section .vert_line.transition {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

/* line 53, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section .content {
  position: relative;
  width: 67.5%;
  float: right;
}

/* line 58, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section .content img {
  width: 100%;
}

/* line 61, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.page_intro_section .content .photo_cred {
  float: right;
  font-size: 12px;
  margin: 20px 0px 0px 0px;
  max-width: 70%;
}

/* line 69, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content {
  clear: both;
  padding: 20px 0px 0px 0px;
}

/* line 72, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col1 {
  float: left;
  width: 20%;
}

/* line 75, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col1 strong {
  color: #323e48;
  font-size: 18px;
  display: block;
  margin: 0px 0px 10px 0px;
}

/* line 81, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col1 .orange_line {
  height: 3px;
  width: 10px;
  background: #0d8eff;
}

/* line 87, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 {
  width: 70%;
  float: right;
}

/* line 90, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 p {
  color: #231f20;
  font-size: 16px;
  line-height: 28px;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 95, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 p span {
  color: #0d8eff;
}

/* line 99, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 ul {
  margin: 0;
  padding: 0;
}

/* line 102, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 ul li {
  list-style: none;
  width: 100%;
  font-size: 14px;
  padding: 30px 0px 30px 0px;
  border-bottom: #e6e7e8 solid 1px;
  font-weight: bold;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

/* line 113, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 .orange_cta {
  margin: 20px 0px 20px 0px;
}

/* line 115, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.two_col_content .col2 .orange_cta:hover {
  text-decoration: none;
}

/* line 121, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.overview_section {
  padding: 0px 0px 50px 0px;
  width: 67.5%;
  margin-left: 4.5%;
  position: relative;
}

/* line 126, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.overview_section .overview_text {
  font-family: "Georgia", "Times New Roman", serif;
  color: #0d8eff;
  padding: 0px 0px 0px 40px;
  font-size: 21px;
  line-height: 35px;
  font-weight: bold;
}

/* line 135, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_content {
  position: absolute;
  padding: 35px 0px 0px 60px;
}

/* line 138, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_content p {
  font-size: 16px;
  font-family: "Georgia", "Times New Roman", serif;
  color: #231f20;
  line-height: 28px;
}

/* line 144, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_content.expanded_content {
  position: relative;
}

/* line 148, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#cc_toggle {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 0;
  left: 120px;
  color: #bcbec0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

/* line 159, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#cc_toggle:hover {
  color: #000;
}

/* line 162, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#cc_toggle:before {
  content: '+ READ MORE';
}

/* line 165, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#cc_toggle.open:before {
  content: '- READ LESS';
}

/* line 169, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#grad_bottom {
  width: 100%;
  height: 150px;
  background: url("../images/bottom_gradient.png") repeat-x;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 178, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_container {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 0px 0px 70px 0px;
  min-height: 250px;
}

/* line 185, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_container.expanded {
  min-height: inherit;
}

/* line 187, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_container.expanded #grad_bottom {
  display: none;
}

/* line 190, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#collapsed_container.expanded #cc_toggle {
  display: none;
}

/* line 195, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.hover_links {
  color: #323e48;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 25px;
  text-decoration: none;
  display: table;
  margin: 40px 0px 0px 0px;
  margin-left: 4.5%;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 205, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.hover_links span {
  height: 17px;
  width: 70px;
  display: block;
  background: url(../images/arrow_rest.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0px 0px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 215, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.hover_links:hover {
  text-decoration: none;
}

/* line 217, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.hover_links:hover span {
  background: url(../images/blue-link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}

/* line 226, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.image_swap_section .col1 {
  width: 45%;
  float: left;
}

/* line 229, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.image_swap_section .col1 .content {
  padding: 0px 0px 0px 4.5%;
}

/* line 231, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.image_swap_section .col1 .content p {
  font-size: 19px;
  line-height: 30px;
  color: #231f20;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 237, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.image_swap_section .col1 .content .black_button {
  margin-top: 40px;
}

/* line 242, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.image_swap_section .col2 {
  width: 50%;
  float: right;
}

/* line 245, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.image_swap_section .col2 img {
  width: 100%;
}

/* line 250, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns {
  margin: 0 auto;
}

/* line 252, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .spotlight_img {
  float: left;
  width: 40%;
}

/* line 255, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .spotlight_img i {
  margin: 20px 0px 0px 0px;
  font-size: 12px;
  color: #a7a9ac;
  display: block;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 263, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .spotlight_info {
  float: right;
  width: 55%;
}

/* line 266, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .spotlight_info strong {
  color: #231f20;
  font-size: 17px;
  margin: 20px 0px 30px 0px;
  display: block;
}

/* line 273, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .bottom_content {
  border-top: #e6e7e8 solid 1px;
  padding: 30px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}

/* line 277, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .bottom_content .orange_cta {
  margin: 0px 0px 0px 0px;
  float: right;
}

/* line 281, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_columns .bottom_content p {
  float: left;
  max-width: 45%;
  margin: 0px 0px 0px 0px;
}

/* line 288, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion_container {
  border-top: solid 1px #e6e7e8;
  margin: 40px 0px 0px 0px;
}

/* line 292, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion {
  padding: 30px 0px 30px 0px;
  border-bottom: solid 1px #e6e7e8;
}

/* line 296, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_toggle:hover {
  cursor: pointer;
}

/* line 299, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_toggle strong {
  margin: 0 !important;
}

/* line 303, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion strong {
  float: left;
  max-width: 90%;
}

/* line 307, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_icon {
  float: right;
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}

/* line 313, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_icon .vert {
  width: 2px;
  height: 14px;
  position: absolute;
  background: #0d8eff;
  left: 6px;
}

/* line 320, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_icon .horz {
  width: 14px;
  height: 2px;
  position: absolute;
  background: #0d8eff;
  top: 6px;
}

/* line 328, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content {
  display: none;
  padding: 30px 0px 0px 0px;
}

/* line 331, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .col {
  width: 22.5%;
  margin-right: 3%;
  float: left;
}

/* line 335, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .col:nth-child(4n) {
  margin-right: 0;
}

/* line 338, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .col .board_member {
  padding: 0px 0px 60px 0px;
}

/* line 340, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .col .board_member strong {
  display: block;
  float: none;
  font-size: 17px;
  font-family: "Georgia", "Times New Roman", serif;
  margin: 0px 0px 10px 0px;
}

/* line 347, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .col .board_member i {
  display: block;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
}

/* line 354, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .staff_block {
  width: 22.5%;
  margin-right: 3%;
  position: relative;
}

/* line 358, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .staff_block:nth-child(4n) {
  margin-right: 0;
}

/* line 361, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .staff_block strong {
  float: none;
  display: inline;
}

/* line 365, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .staff_block i {
  display: block;
  margin: 10px 0px 0px 0px;
}

/* line 369, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .staff_block a {
  position: absolute;
  bottom: 5px;
}

/* line 373, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.accordion .accordion_content .staff_block .content {
  max-width: 58%;
}

/* line 379, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.staff_block {
  font-family: "Georgia", "Times New Roman", serif;
  float: left;
  width: 48%;
  margin: 0px 2% 30px 0px;
}

/* line 384, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.staff_block img {
  float: left;
  margin-right: 4.5%;
}

/* line 388, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.staff_block .content {
  float: left;
  max-width: 70%;
}

/* line 392, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.staff_block strong {
  color: #000;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  display: block;
}

/* line 398, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.staff_block a {
  font-size: 16px;
  color: #0d8eff;
}

/* line 403, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 405, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .subheader {
  float: left;
  width: 20%;
}

/* line 409, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .content {
  float: right;
  width: 70%;
  max-width: 1000px;
  position: relative;
}

/* line 415, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tabbed_nav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  color: #a8a9ac;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 0px 50px 0px 0px;
}

/* line 424, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tabbed_nav:hover {
  color: #323e48;
  text-decoration: none;
}

/* line 428, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tabbed_nav .orange_line {
  height: 3px;
  width: 10px;
  margin-top: 15px;
  background: #0d8eff;
  display: none;
}

/* line 435, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tabbed_nav.active {
  color: #323e48;
}

/* line 437, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tabbed_nav.active .orange_line {
  display: block;
}

/* line 442, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tab {
  z-index: 1;
  opacity: 0;
  position: absolute;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 447, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tab p {
  color: #231f20;
  margin: 0px 0px 20px 0px;
  line-height: 24px;
  font-size: 16px;
}

/* line 452, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tab p span {
  color: #0d8eff;
}

/* line 457, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tab.active {
  z-index: 2;
}

/* line 461, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.tabbed_content .tab_container {
  padding: 25px 0px 0px 0px;
  position: relative;
}

/* line 466, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.interior_section {
  border-top: #e6e7e8 solid 1px;
  padding: 50px 0px 50px 0px;
}

/* line 469, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.interior_section:last-child {
  padding: 50px 0px 0px 0px;
}

/* line 473, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_navigation {
  float: right;
  width: 75px;
}

/* line 476, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_navigation a {
  opacity: .3;
  height: 24px;
  width: 12px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 484, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_navigation a:hover {
  opacity: .8;
}

/* line 488, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_navigation .next {
  background-image: url(../images/content_arrow_next.png);
  float: right;
}

/* line 492, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_navigation .prev {
  background-image: url(../images/content_arrow_prev.png);
  float: left;
}

/* line 498, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .subheader {
  float: left;
  margin: 0;
}

/* line 502, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .cs_container {
  position: relative;
  padding: 35px 0px 0px 0px;
}

/* line 506, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide {
  top: 35px;
  position: absolute;
  opacity: 1;
  z-index: 1;
}

/* line 511, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide.active {
  z-index: 2;
}

/* line 514, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .slide_col {
  opacity: 0;
  position: relative;
  z-index: 2;
  float: left;
}

/* line 519, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .slide_col strong {
  color: #414042;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin: 0px 0px 20px 0px;
  display: block;
}

/* line 526, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .slide_col p {
  font-size: 14px;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 24px;
  color: #000;
}

/* line 532, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .slide_col a {
  margin: 30px 0px 0px 0px;
}

/* line 535, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .slide_col img {
  width: 100%;
}

/* line 539, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col1 {
  width: 45.5%;
  margin-right: 4.5%;
}

/* line 542, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col1 img {
  margin: 0px 0px 40px 0px;
}

/* line 545, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col1 .left_col {
  float: left;
  width: 45%;
}

/* line 549, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col1 .right_col {
  float: right;
  width: 50%;
}

/* line 554, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col2 {
  width: 25.5%;
  margin-right: 4.5%;
}

/* line 557, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col2 img {
  margin: 40px 0px 0px 0px;
}

/* line 561, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col3 {
  width: 20%;
}

/* line 563, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
.content_slider .slide .col3 img {
  margin: 0px 0px 40px 0px;
}

/* line 569, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
#explore_programs {
  display: table;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 577, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .sub_nav_container {
    display: none;
  }
  /* line 580, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section {
    margin: 0px 0px 30px 0px;
  }
  /* line 582, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section h1 {
    font-size: 45px;
  }
  /* line 585, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section .content {
    width: 80%;
  }
  /* line 588, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section .vert_line {
    left: 10%;
  }
  /* line 592, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .overview_section {
    padding: 0px 0px 25px 0px;
    width: 100%;
    margin-left: 0;
  }
  /* line 596, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .overview_section .overview_text {
    padding: 0px 0px 0px 30px;
    font-size: 14px;
  }
  /* line 601, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  #collapsed_container {
    min-height: 170px;
  }
  /* line 604, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  #collapsed_content {
    padding: 20px 0px 0px 60px;
    font-size: 13px;
  }
  /* line 608, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  #cc_toggle {
    left: 60px;
  }
  /* line 611, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .hover_links {
    font-size: 15px;
  }
  /* line 613, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .hover_links span {
    margin: 10px 0px 0px 0px;
  }
  /* line 617, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .interior_section {
    padding: 40px 0px 40px 0px;
  }
  /* line 621, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .subheader {
    width: 15%;
    font-size: 20px;
  }
  /* line 625, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .content {
    width: 80%;
  }
  /* line 628, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .tabbed_nav {
    font-size: 14px;
  }
  /* line 633, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .subheader {
    font-size: 20px;
  }
  /* line 638, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 .left_col {
    width: 100%;
    float: none;
  }
  /* line 642, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 .right_col {
    width: 100%;
    float: none;
  }
  /* line 650, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .two_col_content .col1 {
    width: 15%;
  }
  /* line 653, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .two_col_content .col2 {
    width: 80%;
  }
  /* line 660, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .slide_col strong {
    font-size: 18px;
  }
  /* line 665, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 img {
    margin: 0px 0px 20px 0px;
  }
  /* line 670, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col2 img {
    margin: 20px 0px 0px 0px;
  }
  /* line 675, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col3 img {
    margin: 0px 0px 20px 0px;
  }
  /* line 682, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .staff_block .content {
    max-width: 68%;
  }
  /* line 688, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .staff_block {
    width: 48.5%;
    margin-right: 3%;
  }
  /* line 691, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .staff_block:nth-child(4n) {
    margin-right: 3%;
  }
  /* line 694, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .staff_block:nth-child(2n) {
    margin-right: 0;
  }
  /* line 698, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .col {
    width: 48.5%;
    margin-right: 3%;
  }
  /* line 701, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .col:nth-child(3n) {
    margin-right: 3%;
  }
  /* line 704, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .col:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 712, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .sub_nav_container {
    display: none;
  }
  /* line 715, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section {
    margin: 0;
  }
  /* line 717, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section .vert_line {
    margin-top: 160px;
    left: 14%;
  }
  /* line 720, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section .vert_line.animate {
    height: 150px;
  }
  /* line 724, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section h1 {
    font-size: 30px;
    z-index: 5;
    margin-top: 95px;
  }
  /* line 728, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section h1.lg_title {
    margin-top: 10%;
  }
  /* line 732, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section .content {
    padding: 280px 0px 30px 0px;
    width: 100%;
  }
  /* line 735, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .page_intro_section .content img {
    max-width: 700px;
    width: 700px;
    top: 0;
    position: absolute;
    left: 30%;
  }
  /* line 745, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_columns .spotlight_img {
    float: none;
    width: 100%;
  }
  /* line 749, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_columns .spotlight_info {
    float: none;
    width: 100%;
  }
  /* line 752, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_columns .spotlight_info strong {
    margin: 30px 0px 20px 0px;
  }
  /* line 757, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_columns .bottom_content .orange_cta {
    margin: 0px 0px 0px 0px;
    float: none;
  }
  /* line 761, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_columns .bottom_content p {
    float: none;
    max-width: 100%;
    margin: 0px 0px 20px 0px;
  }
  /* line 769, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .two_col_content {
    padding: 10px 0px 0px 0px;
  }
  /* line 771, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .two_col_content .col1 {
    float: none;
    width: 100%;
  }
  /* line 775, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .two_col_content .col2 {
    padding: 20px 0px 0px 0px;
    width: 100%;
    float: none;
  }
  /* line 781, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .overview_section {
    width: 100%;
    margin-left: 0;
    padding: 0px 0px 50px 0px;
  }
  /* line 785, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .overview_section .overview_text {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
  }
  /* line 790, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  #collapsed_content {
    padding: 20px 0px 0px 0px;
  }
  /* line 793, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  #cc_toggle {
    left: 0;
  }
  /* line 796, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .hover_links {
    margin: 0px 0px 20px 0px;
    font-size: 15px;
  }
  /* line 801, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .image_swap_section .col1 {
    float: none;
    width: 100%;
  }
  /* line 804, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .image_swap_section .col1 .content {
    padding: 0;
  }
  /* line 808, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .image_swap_section .col2 {
    width: 100%;
    float: none;
  }
  /* line 813, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .image_swap_section .content .black_button {
    margin: 30px 0px 30px 0px;
  }
  /* line 818, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .interior_section {
    padding: 30px 0px 30px 0px;
  }
  /* line 821, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .staff_block {
    float: none;
    width: 100%;
  }
  /* line 824, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .staff_block .content {
    padding: 0px 0px 0px 0px;
    max-width: 68%;
  }
  /* line 830, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .subheader {
    float: none;
    width: 100%;
  }
  /* line 834, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .content {
    float: none;
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  /* line 839, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .tabbed_nav {
    display: none;
  }
  /* line 841, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .tabbed_content .tabbed_nav.active {
    display: block;
  }
  /* line 847, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .subheader {
    width: 60%;
  }
  /* line 851, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 {
    width: 100%;
  }
  /* line 853, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 img {
    margin: 0px 0px 20px 0px;
  }
  /* line 856, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 .left_col {
    width: 100%;
    float: none;
  }
  /* line 860, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col1 .right_col {
    width: 100%;
    float: none;
  }
  /* line 865, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col2 {
    display: none;
  }
  /* line 868, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .content_slider .slide .col3 {
    display: none;
  }
  /* line 875, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .staff_block {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /* line 879, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .staff_block:nth-child(4n) {
    margin-right: 0;
  }
  /* line 882, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .staff_block:nth-child(2n) {
    margin-right: 0;
  }
  /* line 886, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .col {
    width: 100%;
    margin-right: 0;
  }
  /* line 889, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .col:nth-child(3n) {
    margin-right: 0;
  }
  /* line 892, W:/HeinzEndowments/Templates/scss/pages/_arts_culture.scss */
  .accordion .accordion_content .col:nth-child(2n) {
    margin-right: 0;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
#how_to_apply {
  padding: 0px 0px 50px 0px;
}

/* line 5, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col1 {
  float: left;
  width: 70%;
}

/* line 8, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col1 .content {
  padding: 0px 0px 0px 4.5%;
}

/* line 10, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col1 .content strong {
  margin: 0px 0px 20px 0px;
  display: block;
}

/* line 13, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col1 .content strong .orange_line {
  height: 3px;
  width: 10px;
  background: #0d8eff;
  display: block;
  margin-top: 5px;
}

/* line 21, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col1 .content p {
  font-family: 16px;
  line-height: 30px;
  font-family: "Georgia", "Times New Roman", serif;
  color: #000;
}

/* line 27, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col1 .content .black_button {
  margin-top: 20px;
}

/* line 32, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col2 {
  float: right;
  width: 20%;
  color: #000;
  border-left: solid 1px #e6e7e8;
  padding: 30px 0px 50px 30px;
  margin: 70px 0px 0px 0px;
}

/* line 39, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col2 h3 {
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}

/* line 43, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col2 p {
  font-family: "Georgia", "Times New Roman", serif;
  margin: 0px 0px 10px 0px;
}

/* line 46, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
.application_section .col2 p strong {
  margin: 0px 10px 0px 0px;
}

/* line 52, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
#steps_to_apply {
  border-top: none;
  padding: 0px 0px 50px 0px;
}

/* line 55, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
#steps_to_apply .bottom_content {
  margin: 60px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  border-top: #e6e7e8 solid 1px;
}

/* line 59, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
#steps_to_apply .bottom_content a {
  float: right;
}

/* line 62, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
#steps_to_apply .bottom_content p {
  float: left;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 71, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  .application_section .col1 .content {
    padding: 0px 4.5% 0px 4.5%;
  }
  /* line 76, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  .application_section .col2 strong {
    display: block;
    margin: 0px 0px 10px 0px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 85, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  .application_section .col1 {
    float: none;
    width: 100%;
  }
  /* line 88, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  .application_section .col1 .content {
    padding: 0;
  }
  /* line 92, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  .application_section .col2 {
    float: none;
    width: 100%;
    border-top: solid 1px #e6e7e8;
    border-left: none;
    padding: 30px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
  }
  /* line 102, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  .v2 .col2 {
    padding: 0px 0px 30px 0px;
  }
  /* line 107, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  #steps_to_apply .bottom_content {
    margin: 30px 0px 0px 0px;
  }
  /* line 109, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  #steps_to_apply .bottom_content a {
    float: none;
  }
  /* line 112, W:/HeinzEndowments/Templates/scss/pages/_apply_grants.scss */
  #steps_to_apply .bottom_content p {
    float: none;
    display: block;
    margin: 0px 0px 15px 0px;
  }
}

/* line 7, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.just_pittsburgh .overview_section {
  padding: 0;
}

/* line 9, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.just_pittsburgh .overview_section p {
  margin: 0 0 40px 0;
}

/* line 15, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.text_content {
  width: 67.5%;
  margin-left: 4.5%;
}

/* line 18, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.text_content p {
  padding: 0 0 0 60px;
  line-height: 30px;
  margin: 0 0 40px 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 300;
}

/* line 28, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.text_content blockquote {
  width: 520px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  line-height: 40px;
}

/* line 39, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.text_content.blockquote_right blockquote {
  border-left: 5px solid #0d8eff;
  float: right;
  margin-left: 30px;
  padding: 30px 0 30px 30px;
}

/* line 48, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content {
  width: 63%;
  margin-left: 9%;
}

/* line 51, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content figure {
  margin: 0 0 40px 0;
}

/* line 53, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content figure img {
  margin: 0 0 30px 0;
  width: 100%;
}

/* line 59, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content figcaption p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #a7a9ac;
}

/* line 68, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content figcaption .description {
  width: 290px;
  float: left;
}

/* line 72, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content figcaption .photo_cred {
  width: 100px;
  float: right;
  font-size: 12px;
  font-style: italic;
}

/* line 82, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content.two_col_container .col1 {
  width: 45%;
  margin: 0 4% 0 0;
  float: left;
}

/* line 87, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_content.two_col_container .col2 {
  width: 45%;
  float: right;
}

/* line 95, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.just_pittsburgh .image_swap_section {
  margin-left: 4.5%;
}

/* line 98, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.just_pittsburgh .image_swap_section .col1 p {
  font-size: 16px;
}

/* line 101, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.just_pittsburgh .image_swap_section .col1 .subheader {
  padding: 0;
}

/* line 104, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.just_pittsburgh .image_swap_section .col1 .content {
  padding: 0 0 0 60px;
}

/* line 111, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container {
  position: relative;
}

/* line 113, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing {
  padding: 40px 0;
  background-color: #1f1e20;
  position: relative;
}

/* line 117, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .description {
  width: 890px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  line-height: 35px;
  color: #fff;
}

/* line 130, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .current_video {
  margin: 0 auto;
  width: 780px;
  height: 440px;
  position: relative;
  z-index: 1;
}

/* line 136, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .current_video .loading {
  position: absolute;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
}

/* line 142, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .current_video .loading img {
  display: table;
  margin: 0 auto;
  margin-top: 22%;
}

/* line 148, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .current_video iframe {
  width: 100%;
  height: 100%;
}

/* line 153, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .desktop_controls {
  display: none;
  width: 100%;
}

/* line 156, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .desktop_controls .prev,
.video_container .now_playing .desktop_controls .next {
  position: absolute;
  z-index: 5;
  top: 360px;
  width: 50px;
  height: 112px;
  opacity: 0.5;
}

/* line 164, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .desktop_controls .prev:hover,
.video_container .now_playing .desktop_controls .next:hover {
  opacity: 1;
  cursor: pointer;
}

/* line 169, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .desktop_controls .prev {
  left: 10%;
}

/* line 172, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .now_playing .desktop_controls .next {
  right: 10%;
}

/* line 177, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container {
  padding: 40px 0 0px 0;
  position: relative;
  width: 1490px;
  height: 182px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* line 184, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .hitbox_rail {
  position: absolute;
  width: 200%;
  padding: 0 2.25%;
  margin: 0 auto;
}

/* line 189, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .hitbox_rail .hitbox {
  position: relative;
  z-index: 2;
  float: left;
  width: 325px;
  height: 182px;
  margin-right: 40px;
}

/* line 196, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .hitbox_rail .hitbox.active {
  margin-top: -10px;
}

/* line 199, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .hitbox_rail .hitbox:hover {
  cursor: pointer;
}

/* line 203, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .hitbox_rail::after {
  content: '';
  display: table;
  float: none;
  clear: both;
}

/* line 210, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .iframe_rail {
  position: absolute;
  width: 200%;
  padding: 0 2.25%;
  margin: 0 auto;
}

/* line 215, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .iframe_rail iframe {
  position: relative;
  z-index: 1;
  float: left;
  width: 325px;
  height: 182px;
  margin-right: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 223, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .iframe_rail iframe.r {
  margin-right: 0;
}

/* line 226, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .iframe_rail iframe.active {
  border-bottom: solid 10px #0d8eff;
  margin-top: -10px;
}

/* line 231, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .queue_container .iframe_rail::after {
  content: '';
  display: table;
  float: none;
  clear: both;
}

/* line 239, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .mobile_controls {
  display: block;
  width: 648px;
}

/* line 243, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .mobile_controls .prev,
.video_container .mobile_controls .next {
  position: absolute;
  z-index: 5;
  bottom: 80px;
  width: 13px;
  height: 24px;
  opacity: 0.7;
}

/* line 251, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .mobile_controls .prev:hover,
.video_container .mobile_controls .next:hover {
  opacity: 1;
  cursor: pointer;
}

/* line 256, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .mobile_controls .prev {
  left: 2%;
}

/* line 259, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.video_container .mobile_controls .next {
  right: 2%;
}

/* line 265, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery {
  position: relative;
}

/* line 267, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .now_displaying {
  padding: 40px 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 271, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .now_displaying .description {
  width: 890px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  line-height: 35px;
}

/* line 283, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .now_displaying .current_image {
  margin: 0 auto;
  width: 845px;
  height: auto;
  position: relative;
  z-index: 1;
}

/* line 289, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .now_displaying .current_image i {
  float: right;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
}

/* line 296, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container {
  padding: 30px 0 0px 0;
  position: relative;
  width: 1490px;
  height: 190px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* line 303, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container .image_rail {
  position: absolute;
  width: 300%;
  padding: 0 2.25%;
  margin: 0 auto;
}

/* line 308, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container .image_rail img {
  position: relative;
  z-index: 1;
  float: left;
  width: 325px;
  height: 182px;
  margin-right: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 316, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container .image_rail img:hover {
  cursor: pointer;
}

/* line 319, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container .image_rail img.r {
  margin-right: 0;
}

/* line 322, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container .image_rail img.active {
  border-bottom: solid 10px #0d8eff;
  margin-top: -10px;
}

/* line 327, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .queue_container .image_rail::after {
  content: '';
  display: table;
  float: none;
  clear: both;
}

/* line 335, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .mobile_controls {
  display: block;
  width: 648px;
}

/* line 338, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .mobile_controls .prev,
.image_gallery .mobile_controls .next {
  position: absolute;
  z-index: 5;
  bottom: 80px;
  width: 13px;
  height: 24px;
  opacity: 0.7;
}

/* line 346, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .mobile_controls .prev:hover,
.image_gallery .mobile_controls .next:hover {
  opacity: 1;
  cursor: pointer;
}

/* line 351, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .mobile_controls .prev {
  left: 2%;
}

/* line 354, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
.image_gallery .mobile_controls .next {
  right: 2%;
}

@media only screen and (min-width: 1261px) and (max-width: 1560px) {
  /* line 362, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container {
    width: 1190px;
  }
  /* line 365, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail .hitbox {
    width: 253px;
    height: 141px;
  }
  /* line 371, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail iframe {
    width: 253px;
    height: 141px;
  }
  /* line 378, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev,
  .video_container .mobile_controls .next {
    bottom: 100px;
  }
  /* line 385, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container {
    width: 1190px;
  }
  /* line 388, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail img {
    width: 253px;
    height: 141px;
  }
  /* line 395, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev,
  .image_gallery .mobile_controls .next {
    bottom: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  /* line 406, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .desktop_controls .prev,
  .video_container .now_playing .desktop_controls .next {
    width: 30px;
    height: 67px;
    top: 405px;
  }
  /* line 412, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .desktop_controls .prev {
    left: 4%;
  }
  /* line 415, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .desktop_controls .next {
    right: 4%;
  }
  /* line 420, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container {
    width: 930px;
  }
  /* line 423, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail .hitbox {
    width: 200px;
    height: 112px;
    margin-right: 35px;
  }
  /* line 430, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail iframe {
    width: 200px;
    height: 112px;
    margin-right: 35px;
  }
  /* line 438, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev,
  .video_container .mobile_controls .next {
    bottom: 110px;
  }
  /* line 445, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container {
    width: 930px;
  }
  /* line 448, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail img {
    width: 200px;
    height: 112px;
    margin-right: 35px;
  }
  /* line 456, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev,
  .image_gallery .mobile_controls .next {
    bottom: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 465, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content {
    width: 80%;
  }
  /* line 467, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content blockquote {
    width: 520px;
    line-height: 40px;
  }
  /* line 472, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content.blockquote_right blockquote {
    float: none;
    margin-left: 10%;
  }
  /* line 479, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content {
    margin-left: 12.5%;
    width: 72%;
  }
  /* line 483, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content figcaption .description {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 488, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content figcaption .photo_cred {
    float: none;
    width: 100%;
    text-align: right;
  }
  /* line 498, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section img {
    position: relative;
    max-width: none;
    width: 200%;
  }
  /* line 503, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section .col1 {
    width: 49%;
  }
  /* line 506, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section .col1 .content p {
    font-size: 16px;
  }
  /* line 514, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container {
    position: relative;
  }
  /* line 516, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing {
    padding: 30px 0;
  }
  /* line 518, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .description {
    width: 90%;
    margin: 0 auto 40px auto;
    font-size: 16px;
    line-height: 26px;
  }
  /* line 526, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .current_video {
    width: 708px;
    height: 399px;
  }
  /* line 530, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .desktop_controls {
    display: none;
  }
  /* line 534, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container {
    padding: 15px 0 30px 0;
    width: 648px;
    height: 172px;
  }
  /* line 538, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail {
    width: 600%;
    padding: 0;
  }
  /* line 541, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail .hitbox {
    float: left;
    width: 308px;
    height: 172px;
    margin-right: 32px;
  }
  /* line 548, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail {
    width: 600%;
    padding: 0;
  }
  /* line 551, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail iframe {
    float: left;
    width: 308px;
    height: 172px;
    margin-right: 32px;
  }
  /* line 559, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls {
    display: block;
    width: 648px;
  }
  /* line 562, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev,
  .video_container .mobile_controls .next {
    position: absolute;
    z-index: 5;
    bottom: 122px;
    width: 13px;
    height: 24px;
    opacity: 0.7;
  }
  /* line 570, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev:hover,
  .video_container .mobile_controls .next:hover {
    opacity: 1;
    cursor: pointer;
  }
  /* line 575, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev {
    left: 2%;
  }
  /* line 578, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .next {
    right: 2%;
  }
  /* line 583, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery {
    position: relative;
  }
  /* line 585, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .now_displaying {
    padding: 30px 0;
  }
  /* line 587, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .now_displaying .description {
    width: 90%;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 26px;
  }
  /* line 595, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .now_displaying .current_image {
    width: 700px;
  }
  /* line 599, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container {
    padding: 15px 0 30px 0;
    width: 648px;
    height: 172px;
  }
  /* line 603, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail {
    width: 600%;
    padding: 0;
  }
  /* line 606, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail img {
    float: left;
    width: 308px;
    height: 172px;
    margin-right: 32px;
  }
  /* line 614, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls {
    display: block;
    width: 648px;
  }
  /* line 617, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev,
  .image_gallery .mobile_controls .next {
    position: absolute;
    z-index: 5;
    bottom: 122px;
    width: 13px;
    height: 24px;
    opacity: 0.7;
  }
  /* line 625, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev:hover,
  .image_gallery .mobile_controls .next:hover {
    opacity: 1;
    cursor: pointer;
  }
  /* line 630, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev {
    left: 2%;
  }
  /* line 633, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .next {
    right: 2%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 643, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .page_intro_section .vert_line {
    height: 110px;
  }
  /* line 648, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .overview_section p {
    margin: 0 0 30px 0;
  }
  /* line 651, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .overview_section .overview_text {
    line-height: 25px;
  }
  /* line 657, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content {
    width: 100%;
    margin-left: 0;
  }
  /* line 660, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content p {
    padding: 0;
    line-height: 23px;
    margin: 0 0 30px 0;
    font-size: 13px;
  }
  /* line 668, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content blockquote {
    width: 260px;
    font-size: 13px;
    line-height: 23px;
  }
  /* line 676, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .text_content.blockquote_right blockquote {
    border-left: 3px solid #0d8eff;
    float: none;
    margin-left: 15px;
    padding: 15px 0 15px 15px;
  }
  /* line 685, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content {
    width: 100%;
    margin-left: 0;
  }
  /* line 688, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content figure {
    width: 100%;
    margin: 0 0 30px 0;
  }
  /* line 691, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content figure img {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  /* line 698, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content figcaption .description {
    display: none;
    float: none;
  }
  /* line 702, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content figcaption .photo_cred {
    width: 100px;
    float: right;
    font-size: 12px;
    font-style: italic;
  }
  /* line 712, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content.two_col_container .col1,
  .image_content.two_col_container .col2 {
    float: none;
    width: 100%;
  }
  /* line 717, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_content.two_col_container .col1 {
    margin: 0;
  }
  /* line 724, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section {
    margin-left: 0;
  }
  /* line 727, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section .col1 .subheader {
    padding: 0;
  }
  /* line 730, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section .col1 .content {
    padding: 0;
  }
  /* line 732, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section .col1 .content p {
    font-size: 13px;
    line-height: 23px;
  }
  /* line 738, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section .col2 {
    margin: 0 0 30px 0;
  }
  /* line 741, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .just_pittsburgh .image_swap_section img {
    position: relative;
    left: -6%;
    max-width: none;
    width: 112%;
  }
  /* line 750, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container {
    position: relative;
  }
  /* line 752, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing {
    padding: 25px 0 20px 0;
  }
  /* line 754, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .description {
    width: 90%;
    margin: 0 auto 40px auto;
    font-size: 13px;
    line-height: 20px;
  }
  /* line 762, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .current_video {
    width: 260px;
    height: 147px;
  }
  /* line 766, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .current_video .loading img {
    margin-top: 15%;
  }
  /* line 771, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .now_playing .desktop_controls {
    display: none;
  }
  /* line 775, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container {
    padding: 15px 0 10px 0;
    width: 213px;
    height: 112px;
  }
  /* line 779, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail {
    width: 3000px;
    padding: 0;
  }
  /* line 782, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail .hitbox {
    float: left;
    width: 200px;
    height: 112px;
    margin-right: 32px;
  }
  /* line 787, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .hitbox_rail .hitbox.active {
    margin-top: 0;
  }
  /* line 792, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail {
    width: 3000px;
    padding: 0;
  }
  /* line 795, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail iframe {
    float: left;
    width: 200px;
    height: 112px;
    margin-right: 32px;
  }
  /* line 800, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .queue_container .iframe_rail iframe.active {
    margin-top: 0;
  }
  /* line 806, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls {
    display: block;
  }
  /* line 808, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev,
  .video_container .mobile_controls .next {
    position: absolute;
    z-index: 5;
    bottom: 69px;
    width: 13px;
    height: 24px;
    opacity: 0.7;
  }
  /* line 816, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev:hover,
  .video_container .mobile_controls .next:hover {
    opacity: 1;
    cursor: pointer;
  }
  /* line 821, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .prev {
    left: 9%;
  }
  /* line 824, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .video_container .mobile_controls .next {
    right: 9%;
  }
  /* line 829, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery {
    position: relative;
  }
  /* line 831, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .now_displaying {
    padding: 30px 0 20px 0;
  }
  /* line 833, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .now_displaying .description {
    width: 90%;
    margin: 0 auto 30px auto;
    font-size: 13px;
    line-height: 20px;
  }
  /* line 841, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .now_displaying .current_image {
    width: 100%;
  }
  /* line 845, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container {
    padding: 15px 0 10px 0;
    width: 213px;
    height: 112px;
  }
  /* line 849, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail {
    width: 3000px;
    padding: 0;
  }
  /* line 852, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail img {
    float: left;
    width: 200px;
    height: 112px;
    margin-right: 32px;
  }
  /* line 857, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .queue_container .image_rail img.active {
    margin-top: 0;
  }
  /* line 863, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls {
    display: block;
  }
  /* line 865, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev,
  .image_gallery .mobile_controls .next {
    position: absolute;
    z-index: 5;
    bottom: 69px;
    width: 13px;
    height: 24px;
    opacity: 0.7;
  }
  /* line 873, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev:hover,
  .image_gallery .mobile_controls .next:hover {
    opacity: 1;
    cursor: pointer;
  }
  /* line 878, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .prev {
    left: 9%;
  }
  /* line 881, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  .image_gallery .mobile_controls .next {
    right: 9%;
  }
  /* line 886, W:/HeinzEndowments/Templates/scss/pages/_just_pittsburgh.scss */
  #ig_photoCred {
    margin: 10px 20px 0px 0px;
  }
}

/* line 2, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content {
  padding: 30px 0px 0px 0px;
  font-family: "Georgia", "Times New Roman", serif;
  position: relative;
}

/* line 6, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content .share_container {
  top: 30px;
  right: 0;
  bottom: auto;
}

/* line 11, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content .col1 {
  float: left;
}

/* line 14, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content .share_link {
  background: url(../images/share_icon.png);
  display: block;
  width: 20px;
  height: 25px;
  background-size: contain;
  float: right;
}

/* line 22, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content h2 {
  color: #0d8eff;
  font-size: 25px;
  margin: 0px 0px 20px 0px;
}

/* line 27, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

/* line 32, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content .black_button {
  margin-top: 30px;
}

/* line 35, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#featured_post_content strong {
  font-weight: 600;
  font-size: 21px;
  margin: 0px 0px 20px 0px;
  line-height: 30px;
  display: block;
}

/* line 43, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#fp_info {
  color: #a7a9ac;
  font-size: 15px;
  display: block;
  margin: 0px 0px 10px 0px;
}

/* line 49, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#filter_btn {
  float: left;
  color: #a7a9ac;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
}

/* line 59, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.filters {
  float: right;
}

/* line 61, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.filters .filter_dd {
  float: left;
  padding: 0px 30px 0px 30px;
  height: 70px;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_arrow_blk.png) right no-repeat;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}

/* line 77, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.filters .filter_dd::-ms-expand {
  display: none;
}

/* line 80, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.filters .filter_dd:focus {
  outline: 0;
}

/* line 83, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.filters .filter_dd:hover {
  color: #fff;
  background: url(../images/select_arrow_white.png) #000 right no-repeat;
  cursor: pointer;
}

/* line 88, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.filters .filter_dd option {
  display: block;
  padding: 30px 30px 30px 30px;
  background: #fff;
  color: #000;
  border: #000;
  outline: 0;
}

/* line 98, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#filter1 {
  border-right: solid 1px #d1d2d3;
}

/* line 101, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
#filter2 {
  border-right: solid 1px #d1d2d3;
}

/* line 104, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout_container {
  margin: 0;
  padding: 0px 0px 0px 0px;
  border-top: #e6e7e8 solid 1px;
}

/* line 109, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout {
  float: left;
  width: 31.3%;
  opacity: 0;
  position: relative;
  margin: 40px 3% 0px 0px;
  padding: 0px 0px 50px 0px;
}

/* line 116, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout:nth-child(3n) {
  margin: 40px 0px 0px 0px;
}

/* line 119, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout img {
  width: 100%;
}

/* line 122, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout .post_info {
  color: #a7a9ac;
  font-size: 15px;
  display: block;
  margin: 20px 0px 20px 0px;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
}

/* line 130, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout .post_title {
  color: #414042;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

/* line 137, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  display: block;
}

/* line 144, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.tout .orange_cta {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 150, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination {
  display: table;
  margin: 0 auto;
  padding: 50px 0px 0px 0px;
}

/* line 154, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination a {
  color: #a7a9ac;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

/* line 160, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination a:hover {
  text-decoration: none;
  color: #000;
}

/* line 165, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination .pag_link {
  padding: 0px 8px 0px 0px;
  float: left;
  display: block;
}

/* line 169, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination .pag_link.active {
  color: #000;
}

/* line 173, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination .prev {
  float: left;
}

/* line 176, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination .next {
  float: left;
  background: url("../images/linkArrow_X2Next_grey.png") right no-repeat;
  background-position: 100% 3px;
  background-size: 7px;
  padding: 0px 20px 0px 0px;
}

/* line 183, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination strong {
  float: left;
  margin: 0px 100px 0px 100px;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 187, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
.pagination strong i {
  font-weight: 300;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 194, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section #filter_btn {
    float: none;
    display: block;
  }
  /* line 198, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section .filters {
    margin: 30px 0px 0px 0px;
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 205, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .tout {
    width: 48.5%;
    margin: 40px 3% 0px 0px;
  }
  /* line 208, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .tout:nth-child(3n) {
    margin: 40px 3% 0px 0px;
  }
  /* line 211, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .tout:nth-child(2n) {
    margin: 40px 0px 0px 0px;
  }
  /* line 215, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  #filter_btn {
    float: none;
    display: block;
  }
  /* line 219, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .filters {
    margin: 30px 0px 0px 0px;
    float: none;
  }
  /* line 224, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section #filter_btn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 229, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section .filters {
    margin: 30px 0px 0px 0px;
    float: none;
  }
  /* line 232, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section .filters .filter_dd {
    display: block;
    float: none;
    border-right: none;
    border-bottom: solid 1px #d1d2d3;
    width: 100%;
  }
  /* line 240, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section #filter1 {
    border-right: none;
  }
  /* line 243, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .library_section #filter2 {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 249, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .tout {
    width: 100%;
    margin: 40px 0px 0px 0px;
  }
  /* line 252, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .tout:nth-child(3n) {
    margin: 40px 0px 0px 0px;
  }
  /* line 255, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .tout:nth-child(2n) {
    margin: 40px 0px 0px 0px;
  }
  /* line 259, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  #filter_btn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 264, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .filters {
    margin: 30px 0px 0px 0px;
    float: none;
  }
  /* line 267, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .filters .filter_dd {
    display: block;
    float: none;
    border-right: none;
    border-bottom: solid 1px #d1d2d3;
    width: 100%;
  }
  /* line 275, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  #filter1 {
    border-right: none;
  }
  /* line 278, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  #filter2 {
    border-right: none;
  }
  /* line 282, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .pagination strong {
    margin: 0px 30px 0px 30px;
  }
  /* line 285, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .pagination .next {
    display: none;
  }
  /* line 288, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  .pagination .prev {
    display: none;
  }
  /* line 293, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  #featured_post_content .share_container {
    top: 20px;
    bottom: auto;
  }
  /* line 296, W:/HeinzEndowments/Templates/scss/pages/_blog.scss */
  #featured_post_content .share_container.active {
    border: solid 1px #e9e8e8;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
#events_line {
  height: 40%;
}

/* line 4, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.search_container {
  float: left;
  padding: 15px 20px 15px 20px;
  margin: 0px 40px 0px 0px;
  border: solid 1px #e6e7e8;
}

/* line 9, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.search_container .text_input {
  border: none;
  font-size: 20px;
  color: #242525;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* line 17, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
#submit_event_search {
  background: url(../images/submit-arrow.svg) no-repeat;
  background-size: contain;
  height: 17px;
  width: 20px;
  border: none;
}

/* line 23, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
#submit_event_search:hover {
  cursor: pointer;
}

/* line 27, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 34px;
  width: 34px;
}

/* line 35, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container.active {
  width: 180px;
}

/* line 37, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container.active .share_toggle {
  background: url(../images/share_icon_white.png) #a7a9ac center no-repeat;
  background-size: 50%;
}

/* line 42, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .share_toggle {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 34px;
  width: 34px;
  display: block;
  background: url(../images/share_icon.png) #fff center no-repeat;
  background-size: 50%;
  position: absolute;
  right: 0;
  z-index: 5;
}

/* line 52, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .share_toggle:hover {
  background: url(../images/share_icon_white.png) #a7a9ac center no-repeat;
  background-size: 50%;
}

/* line 57, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .social_slide {
  background: #f8f8f8;
  height: 24px;
  padding: 5px 10px 5px 10px;
  width: 180px;
}

/* line 62, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .social_slide a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0px 15px 0px 0px;
  opacity: .6;
}

/* line 71, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .social_slide a:hover {
  opacity: 1;
}

/* line 76, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .facebook_share {
  background: url(../images/facebook_share_icon.png) center no-repeat;
}

/* line 79, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .twitter_share {
  background: url(../images/twitter_share_icon.png) center no-repeat;
}

/* line 82, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .google_share {
  background: url(../images/linkedin_share_icon.png) center no-repeat;
}

/* line 85, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
.share_container .email_share {
  background: url(../images/email_share_icon.png) center no-repeat;
}

@media only screen and (max-width: 767px) {
  /* line 93, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
  .search_container {
    margin: 0px 0px 30px 0px;
    padding: 15px;
  }
  /* line 96, W:/HeinzEndowments/Templates/scss/pages/_events.scss */
  .search_container .text_input {
    max-width: 210px;
  }
}

/* line 3, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.page_intro_section .content .overview_text {
  width: 90%;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  line-height: 40px;
  color: #0d8eff;
  margin: 70px 0 40px 0;
}

/* line 17, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside {
  width: 22.7%;
  float: right;
}

/* line 20, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside a {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto 10px auto;
}

/* line 26, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content {
  border: 1px solid #000;
  padding: 20px 15px;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
}

/* line 31, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content .col1 {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #000;
}

/* line 35, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content .col2 {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

/* line 39, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content .col3 {
  padding: 15px 0 0 0;
}

/* line 42, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content h4 {
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
}

/* line 52, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content strong {
  margin-right: 3%;
}

/* line 55, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .content p {
  margin: 0 0 2px 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

/* line 65, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .notice {
  margin: 40px auto 0 auto;
  width: 83%;
}

/* line 68, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside .notice p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #0d8eff;
}

/* line 79, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_aside:after {
  content: '';
  display: table;
  float: none;
  clear: both;
}

/* line 88, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section {
  width: 68%;
  margin: 0 4.5%;
}

/* line 91, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section.overview_section {
  padding: 0;
}

/* line 94, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section.interior_section {
  border: none;
  padding: 0;
}

/* line 98, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section .content {
  margin-left: 4.5%;
}

/* line 101, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section strong {
  color: #000;
  font-size: 18px;
  display: block;
}

/* line 106, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section .orange_line {
  height: 3px;
  width: 10px;
  background: #0d8eff;
  margin: 25px 0 20px 2px;
}

/* line 112, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 50px 0;
}

/* line 122, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section figure img {
  width: 100%;
}

/* line 126, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section figcaption {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #a7a9ac;
  float: none;
  clear: both;
  padding: 15px 0 0 0;
}

/* line 137, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section figcaption .description {
  display: inline-block;
  width: 64%;
}

/* line 141, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section figcaption .photo_cred {
  display: inline-block;
  width: 20%;
  float: right;
  text-align: right;
}

/* line 148, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section .image_content {
  width: 100%;
  margin-left: 0;
}

/* line 151, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section .image_content figcaption {
  padding: 0;
}

/* line 153, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section .image_content figcaption .description {
  width: 68%;
}

/* line 156, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section .image_content figcaption .photo_cred {
  width: 30%;
}

/* line 161, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section li {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 5px 0;
}

/* line 167, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts_section li strong {
  font-size: inherit;
  display: inline;
}

/* line 176, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
.small_arts .video_container a {
  margin: 0 auto 80px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 233, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .page_intro_section .content .overview_text {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
    margin: 50px 0 30px 0;
  }
  /* line 243, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside {
    width: 91%;
    float: none;
    margin: 0 auto 70px auto;
    border-bottom: 1px solid #e6e7e8;
  }
  /* line 248, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside a {
    width: 48%;
    float: left;
    margin: 0;
  }
  /* line 253, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .dark_button {
    margin-right: 3%;
  }
  /* line 256, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .black_button {
    float: right;
  }
  /* line 259, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content {
    border: 1px solid #000;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
  }
  /* line 264, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content .col1 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000;
  }
  /* line 268, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content .col2 {
    width: 49%;
    float: left;
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #000;
    padding: 10px 0;
    margin: 20px 0 10px 0;
  }
  /* line 277, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content .col3 {
    width: 49%;
    float: right;
    padding: 10px 0 10px 4.5%;
    box-sizing: border-box;
    margin: 20px 0 10px 0;
  }
  /* line 284, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content strong {
    margin-right: 3%;
  }
  /* line 287, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content p {
    font-size: 13px;
  }
  /* line 293, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .notice {
    margin: 20px auto 70px auto;
  }
  /* line 298, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section {
    width: 91%;
  }
  /* line 300, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .orange_line {
    margin: 15px 0 20px 0;
  }
  /* line 303, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section strong {
    font-size: 13px;
  }
  /* line 306, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section p {
    font-size: 13px;
    line-height: 23px;
  }
  /* line 312, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section figcaption {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  /* line 320, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .image_content figure img {
    margin: 0 0 20px 0;
  }
  /* line 325, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .image_content figcaption .description {
    display: none;
  }
  /* line 328, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .image_content figcaption .photo_cred {
    width: 100%;
    margin: 0;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 366, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .page_intro_section .content .overview_text {
    width: 100%;
    margin: 80px 0 30px 0;
    font-size: 13px;
    line-height: 25px;
  }
  /* line 376, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside {
    width: 100%;
    float: none;
    margin: 0 auto 40px auto;
    border-bottom: 1px solid #e6e7e8;
  }
  /* line 381, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .black_button {
    float: right;
  }
  /* line 384, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content {
    padding: 10px;
    margin: 10px auto 0 auto;
  }
  /* line 387, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content .col1 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000;
  }
  /* line 391, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content .col2 {
    margin: 10px 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  /* line 396, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content .col3 {
    margin: 10px 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  /* line 401, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content strong {
    margin-right: 3%;
  }
  /* line 404, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content h4 {
    font-size: 13px;
  }
  /* line 409, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .content p {
    font-size: 12px;
    line-height: 23px;
  }
  /* line 416, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .notice {
    margin: 20px auto 40px auto;
    width: 94%;
  }
  /* line 419, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_aside .notice p {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 428, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section {
    width: 100%;
    margin: 0;
  }
  /* line 431, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .orange_line {
    margin: 15px 0 20px 0;
  }
  /* line 434, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section strong {
    font-size: 13px;
  }
  /* line 437, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section p {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 30px 0;
  }
  /* line 444, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section figcaption {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  /* line 449, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section figcaption .description {
    display: none;
  }
  /* line 453, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .content {
    margin-left: 0;
  }
  /* line 458, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .image_content figure img {
    margin: 0 0 20px 0;
  }
  /* line 463, W:/HeinzEndowments/Templates/scss/pages/_small_arts.scss */
  .small_arts_section .image_content figcaption .photo_cred {
    width: 100%;
    margin: 0;
    padding-right: 5px;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 {
  float: left;
  width: 30.3%;
  position: relative;
  margin: 40px 3% 0px 0px;
  opacity: 0;
}

/* line 7, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2:hover {
  text-decoration: none;
}

/* line 10, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2:hover .hover_links span {
  background: url(../images/blue-link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}

/* line 18, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2:hover .black_cta .border {
  width: 100%;
}

/* line 23, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2:nth-child(3n) {
  margin: 40px 0px 0px 0px;
}

/* line 26, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 .content {
  position: relative;
  padding: 0px 0px 0px 0px;
}

/* line 30, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 .hover_links {
  margin-left: 0;
  clear: both;
  padding-top: 20px;
  display: block;
}

/* line 40, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 .black_cta {
  margin: 0 auto;
  display: table;
}

/* line 44, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 img {
  width: 70%;
  height: 100%;
  float: right;
}

/* line 49, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  display: block;
  margin-top: -20px;
  width: 70%;
  float: right;
}

/* line 59, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
.tout_2 .orange_cta {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 66, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
#newsmedia_section .tout_container {
  border-top: none;
  margin: 0;
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 72, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2 {
    width: 48.5%;
    margin: 40px 3% 0px 0px;
  }
  /* line 75, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:nth-child(3n) {
    margin: 40px 3% 0px 0px;
  }
  /* line 78, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:nth-child(2n) {
    margin: 40px 0px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 84, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2 {
    width: 48.5%;
    margin: 40px 3% 0px 0px;
  }
  /* line 87, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:nth-child(3n) {
    margin: 40px 3% 0px 0px;
  }
  /* line 90, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:nth-child(2n) {
    margin: 40px 0px 0px 0px;
  }
  /* line 93, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2 .hover_links {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 99, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2 {
    width: 100%;
    margin: 30px 0px 0px 0px;
  }
  /* line 102, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:nth-child(3n) {
    margin: 30px 0px 0px 0px;
  }
  /* line 105, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:nth-child(2n) {
    margin: 30px 0px 0px 0px;
  }
  /* line 108, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2 p {
    margin-top: -40px;
  }
  /* line 113, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  .tout_2:hover .hover_links span {
    background: url(../images/arrow_rest.png);
    margin-left: 0px;
  }
  /* line 120, W:/HeinzEndowments/Templates/scss/pages/_news_media.scss */
  #cta_tout {
    padding: 0px 0px 0px 0px;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.contact_info {
  float: left;
  margin: 0px 100px 30px 0px;
}

/* line 4, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.contact_info p {
  font-family: "Montserrat", sans-serif;
  color: #a7a9ac;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 0px 10px 0px;
}

/* line 13, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.contact_info a {
  font-family: "Georgia", "Times New Roman", serif;
  color: #414042;
  font-size: 15px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 21, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.contact_info a:hover {
  color: #0d8eff;
}

/* line 26, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#contact_form {
  float: right;
  padding: 50px 0px 0px 0px;
  width: 70%;
}

/* line 30, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#contact_form p {
  padding: 0px 0px 0px 40px;
  color: #231f20;
  margin: 0px 0px 30px 0px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  line-height: 30px;
}

/* line 39, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.field_container {
  padding: 0px 0px 0px 40px;
}

/* line 42, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box {
  width: 48%;
  float: left;
  border: solid 1px #a7a9ac;
  margin-right: 3%;
  margin-bottom: 3%;
  overflow: hidden;
  position: relative;
}

/* line 50, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box.invalid {
  border: solid 1px #0d8eff;
}

/* line 53, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box.invalid .text_input::-webkit-input-placeholder {
  color: #0d8eff;
}

/* line 56, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box.invalid .text_input::-moz-placeholder {
  color: #0d8eff;
}

/* line 59, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box.invalid .text_input:-ms-input-placeholder {
  color: #0d8eff;
}

/* line 62, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box.invalid .text_input:-moz-placeholder {
  color: #0d8eff;
}

/* line 67, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box.active {
  border: solid 1px #000;
}

/* line 70, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box:nth-child(2n) {
  margin-right: 0;
}

/* line 73, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box .text_input {
  width: 95%;
  padding: 20px 2% 20px 2%;
  border: none;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

/* line 81, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.input_box .text_input:focus {
  outline: 0;
}

/* line 86, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.textarea_box {
  width: 100%;
  border: solid 1px #a7a9ac;
}

/* line 89, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
.textarea_box.active {
  border: solid 1px #000;
}

/* line 93, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#comments {
  width: 98%;
  max-height: 230px;
  min-height: 230px;
  border: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  padding: 20px 1% 20px 1%;
}

/* line 102, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#comments:focus {
  outline: 0;
}

/* line 106, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#submit_contact {
  background: #000;
  border: none;
  color: #fff;
  text-align: center;
  width: 160px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 13px;
  margin: 30px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 119, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#submit_contact:hover {
  cursor: pointer;
  background: #2b2b2b;
}

/* line 124, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#error_message {
  float: right;
  font-family: "Montserrat", sans-serif;
  color: #0d8eff;
  font-weight: bold;
  font-size: 12px;
  margin: 30px 0px 0px 0px;
  display: none;
}

/* line 132, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#error_message span {
  display: block;
  margin: 0px 0px 3px 0px;
}

/* line 137, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#email_error {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 146, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#email_error.active {
  top: 0;
}

/* line 149, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
#email_error span {
  font-family: "Montserrat", sans-serif;
  color: #0d8eff;
  font-size: 16px;
  display: block;
  padding: 20px 2% 20px 2%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 159, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  .input_box .text_input {
    font-size: 15px;
  }
  /* line 163, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #comments {
    font-size: 15px;
  }
  /* line 166, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #contact_form {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 171, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  .contact_info {
    float: none;
    width: 100%;
  }
  /* line 175, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #contact_form {
    padding: 15px 0px 0px 0px;
    width: 100%;
    float: none;
  }
  /* line 179, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #contact_form p {
    padding: 0;
  }
  /* line 183, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  .field_container {
    padding: 0;
  }
  /* line 187, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #email_error span {
    font-size: 15px;
  }
  /* line 192, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  .input_box {
    float: none;
    width: 100%;
  }
  /* line 195, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  .input_box .text_input {
    font-size: 15px;
  }
  /* line 199, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #error_message {
    max-width: 125px;
  }
  /* line 202, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #submit_contact {
    width: 150px;
  }
  /* line 205, W:/HeinzEndowments/Templates/scss/pages/_contact.scss */
  #comments {
    width: 95%;
    float: none;
    padding: 20px 2% 20px 2%;
    font-size: 15px;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#post_image {
  width: 100%;
  height: 400px;
  background: url(../images/article_image_ph.jpg);
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
}

/* line 9, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#article_column {
  background: #fff;
  padding: 20px 0px 20px 0px;
  position: relative;
  margin-top: -250px;
  width: 75%;
}

/* line 15, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#article_column .grey_cta {
  margin: 0px 0px 30px 0px;
}

/* line 18, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#article_column .small_arts_section {
  width: 90%;
}

/* line 21, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#article_column .content {
  padding: 40px 0px 0px 0px;
}

/* line 24, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#article_column .subheader {
  border-bottom: solid 1px #e6e7e8;
  padding: 0px 0px 20px 0px;
  font-size: 45px;
}

/* line 29, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#article_column .share_container {
  top: 0;
  right: 0;
}

/* line 34, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#post_info {
  float: left;
  display: block;
  color: #a7a9ac;
  font-size: 13px;
  font-family: "Georgia", "Times New Roman", serif;
}

/* line 40, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#post_info .orange_line {
  background: #e6e7e8;
  display: none;
}

/* line 45, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
.post_photographer {
  font-size: 13px;
  display: block;
  margin: 5px 0px 0px 0px;
}

/* line 50, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#post_tags {
  float: right;
  display: block;
  max-width: 50%;
}

/* line 54, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#post_tags a {
  color: #a7a9ac;
  font-size: 13px;
  font-family: "Georgia", "Times New Roman", serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 60, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
#post_tags a:hover {
  color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 66, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #post_image {
    height: 300px;
  }
  /* line 69, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column {
    margin-top: -200px;
    width: 80%;
  }
  /* line 72, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .content {
    padding: 30px 0px 0px 0px;
  }
  /* line 75, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .orange_line {
    display: block;
  }
  /* line 78, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .subheader {
    font-size: 40px;
  }
  /* line 82, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #post_info {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  /* line 86, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #post_tags {
    float: none;
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 92, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #post_image {
    height: 200px;
    background-position: center;
  }
  /* line 96, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column {
    margin-top: 0px;
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
  /* line 100, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .content {
    padding: 30px 0px 0px 0px;
  }
  /* line 103, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .share_container {
    top: 0;
    right: 0;
  }
  /* line 106, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .share_container.active {
    border: solid 1px #e9e8e8;
  }
  /* line 110, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .orange_line {
    display: block;
  }
  /* line 113, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .small_arts_section {
    margin: 0 auto;
    width: 100%;
  }
  /* line 116, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .small_arts_section strong {
    font-size: 15px;
  }
  /* line 120, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #article_column .subheader {
    font-size: 20px;
  }
  /* line 125, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #post_info {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  /* line 129, W:/HeinzEndowments/Templates/scss/pages/_single.scss */
  #post_tags {
    float: none;
    max-width: 80%;
  }
}

/* line 1, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grants_awarded_section {
  border-top: solid 1px #e6e7e8;
  border-bottom: solid 1px #e6e7e8;
  margin: 40px 0px 40px 0px;
}

/* line 6, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded {
  width: 100%;
  padding: 30px 0px 30px 0px;
}

/* line 9, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded.ga2 {
  background: #f8f8f8;
}

/* line 12, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left {
  padding: 0px 0px 0px 30px;
  float: left;
  max-width: 50%;
}

/* line 16, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left p {
  font-size: 14px;
  line-height: 24px;
}

/* line 20, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left a {
  margin: 0px 0px 5px 0px;
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  background-position: 100% 5px;
}

/* line 27, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left strong {
  margin: 0px 0px 10px 0px;
  color: #000;
  font-size: 18px;
}

/* line 32, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left ul {
  margin: 0 auto 15px auto;
}

/* line 35, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left li {
  display: list-item;
  margin: 0 auto 10px auto;
}

/* line 39, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .left .library-link-image {
  margin-right: 24px;
}

/* line 43, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .right {
  padding: 0px 30px 0px 0px;
  float: right;
  text-align: center;
}

/* line 47, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .right span {
  display: block;
  font-size: 15px;
  font-family: "Georgia", "Times New Roman", serif;
  color: #000;
  font-weight: bold;
}

/* line 54, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .right .title {
  color: #a7a9ac;
  margin: 0px 0px 15px 0px;
}

/* line 58, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .right .amount_awarded {
  float: left;
  display: table;
  margin: 0px 60px 0px 0px;
}

/* line 63, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
.grant_awarded .right .year_awarded {
  float: left;
  display: table;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 71, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .left {
    padding: 0px 0px 0px 30px;
    float: none;
    max-width: 100%;
  }
  /* line 76, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .right {
    padding: 30px 0px 0px 30px;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 84, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .left {
    padding: 0px 20px 0px 20px;
    float: none;
    max-width: 100%;
  }
  /* line 85, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .left p {
    font-size: 14px;
  }
  /* line 88, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .left a {
    margin: 0px 0px 5px 0px;
    display: table;
    font-size: 16px;
    text-transform: none;
  }
  /* line 94, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .left strong {
    margin: 0px 0px 10px 0px;
    display: table;
    color: #000;
    font-size: 16px;
  }
  /* line 104, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .right {
    padding: 20px 0px 0px 20px;
    float: none;
  }
  /* line 105, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .right span {
    font-size: 13px;
  }
  /* line 110, W:/HeinzEndowments/Templates/scss/pages/_grants_awarded.scss */
  .grant_awarded .right .amount_awarded {
    margin: 0px 20px 0px 0px;
  }
}

/*# sourceMappingURL=../css/style.map */</pre></body></html>