@charset "utf-8";
.smallText {
  font-size: 11px;
}
.cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  padding: 10px 0;
  text-align: center;
}
.cta button {
  width: 100%;
  padding: 10px;
  background: #ffba3b;
  border: none;
  font-size: 15px;
}
.cta button:hover {
  cursor: pointer;
  background: #ffa808;
}
body.Travel.Schedule {
  /* Column Short Code Styles */
}
body.Travel.Schedule .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.Travel.Schedule .row > p {
  width: 100%;
}
body.Travel.Schedule .row .col {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
body.Travel.Schedule .row .col-1 {
  margin: 0 auto;
  display: block;
}
body.Travel.Schedule .row .col-2 {
  width: 47%;
}
body.Travel.Schedule .row .col-3 {
  width: 30%;
}
body.Travel.Schedule .row .col-4 {
  width: 21%;
}
body.Travel.Schedule .row .col-one-third {
  width: 30%;
}
body.Travel.Schedule .row .col-one-third img {
  width: 100%;
}
body.Travel.Schedule .row .col-two-thirds {
  width: 69%;
}
body.Travel.Schedule .row .col-two-thirds img {
  width: 100%;
}
.grid {
  display: grid;
}
/* Column Short Code Styles */
.nuhs_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nuhs_row.centered {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nuhs_row > p {
  width: 100%;
}
.nuhs_row .nuhs_col {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.nuhs_row .nuhs_col.center {
  text-align: center;
}
.nuhs_row .nuhs_col img {
  width: 100%;
  height: auto;
}
.nuhs_row .nuhs_col-1 {
  margin: 0 auto;
  display: block;
}
.nuhs_row .nuhs_col-2 {
  width: 47%;
}
.nuhs_row .nuhs_col-3 {
  width: 30%;
}
.nuhs_row .nuhs_col-4 {
  width: 21%;
}
.nuhs_row .nuhs_col-one-quarter {
  width: 25%;
}
.nuhs_row .nuhs_col-three-quarter {
  width: 74%;
}
.nuhs_row .nuhs_col-one-third {
  width: 30%;
}
.nuhs_row .nuhs_col-two-thirds {
  width: 69%;
}
.homecomingCountdown {
  grid-column-start: 1;
  grid-column-end: end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
  padding: 15px 0;
  background: #900127;
  border: 4px solid black;
}
.homecomingCountdown .title {
  color: #ffba3b;
  font-size: 20px;
  font-weight: bold;
}
.homecomingCountdown .counter {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 10px;
}
.homecomingCountdown .counter .number {
  padding: 5px;
  border: 1px solid #ffba3b;
  border-radius: 4px;
  color: #ffba3b;
  font-size: 20px;
  font-weight: bold;
}
.homecomingCountdown .counter .name {
  padding: 5px 0 0;
  color: #ffba3b;
  text-align: center;
}
.homecomingCountdown .button {
  padding: 10px 20px;
  background: #ffba3b;
  border: none;
  border-radius: 4px;
  font-size: 18px;
}
.homecomingCountdown .button a {
  color: black;
}
#toggle,
#sub_toggle,
.toggle,
.sub_toggle {
  display: none;
}
.e2CampusAlert {
  display: block;
  height: 60px;
  margin-left: 245px;
  margin-top: -60px;
}
@media only screen and (max-width: 1024px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }
  html,
  body {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }
  img {
    height: auto;
  }
  .page-top .container_24 {
    max-width: 960px;
    width: 100%;
  }
  .section-middle .container_24 > img {
    width: 100%;
    height: auto;
  }
  ul#content-tabs a {
    height: auto;
  }
  /* New Home Page Styles */
  body.NUHS {
    /* Banner Styles */
    /* Banner Styles */
    /* About Us Styles */
    /* END: About Us Styles */
  }
  body.NUHS .bannerwrapper .banner_text_wrapper .banner_text {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  body.NUHS .bannerwrapper .banner_text_wrapper .banner_text h1 {
    font-size: 5vw;
    line-height: 6.5vw;
  }
  body.NUHS .section-middle-home article {
    grid-template-columns: auto;
    padding: 0;
  }
  body.NUHS .section-middle-home article .col {
    text-align: center;
  }
  /* END: New Home Page Styles */
  /* Responsive Tables with image/pics */
  .meet_nuhs tr {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .outreach tr {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  /* End: Tables with image/pics */
  /*** Home Page Specific Responsive Styles ***/
  div.videoNavHeader {
    background: #b80134;
    background: -moz-linear-gradient(top, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    background: -webkit-linear-gradient(top, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    background: linear-gradient(to bottom, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b80134', endColorstr='#900028', GradientType=0);
    -webkit-box-shadow: 0 2px 5px 0 #2c2c2c;
    -moz-box-shadow: 0 2px 5px 0 #2c2c2c;
    box-shadow: 0 2px 5px 0 #2c2c2c;
    margin-bottom: 3px;
  }
  ul.videoNavHeader {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  li.videoNavHeader {
    width: auto;
  }
  .section-middle-home {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .section-middle-home > div.column {
    width: 25%;
  }
  /*** END: Home Page Specific Responsive Styles ***/
  /* History Timeline - index.html */
  .csstransforms3d .ss-left,
  .csstransforms3d .ss-right {
    width: 50%;
  }
  /* END: History Timeline - index.html */
}
/*End Media Query 1024px*/
@media only screen and (max-width: 940px) {
  /* BEGIN: Main Menu Responsive Styles */
  .toggle {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 100%;
    height: 42px;
    margin-left: 0;
    padding: 9px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: white;
    background: #5a5a5a;
    background: -moz-linear-gradient(top, #5a5a5a 0%, #2a2a2a 100%);
    background: -webkit-linear-gradient(top, #5a5a5a 0%, #2a2a2a 100%);
    background: linear-gradient(to bottom, #5a5a5a 0%, #2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#2a2a2a', GradientType=0);
  }
  .page-top .section-nav {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .page-top #centeredmenu {
    position: static;
  }
  body.NUHS .page-top #centeredmenu ul.level_1,
  .page-top #centeredmenu ul.level_1 {
    position: absolute;
    display: none;
    width: 100%;
    padding: 0;
    background: linear-gradient(to bottom, #5a5a5a 0%, #2a2a2a 100%);
    z-index: 255555;
    text-align: left;
    float: none;
    right: 0;
  }
  .page-top #centeredmenu ul li {
    padding: 0;
    float: none;
    left: 0;
  }
  .page-top #centeredmenu ul li:first-child {
    display: none;
  }
  .page-top #centeredmenu ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
  }
  body.NUHS #toggle:checked + div .level_1,
  #toggle:checked + div .level_1 {
    display: block;
    opacity: 1;
  }
  /* END: Main Menu Responsive Styles */
  /* BEGIN: Logo & Tab Menu / Search Bar Responsive Styles */
  .page-top .section-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-top .section-top > a {
    display: block;
    width: 100%;
    order: 1;
    text-align: center;
  }
  .page-top .section-top > a img {
    float: none;
    padding: 20px 10px;
  }
  /* END: Logo & Tab Menu / Search Bar Responsive Styles */
  /* BEGIN: New Home Page Responsive Styles   */
  body.NUHS {
    /* Upcomeing Events Styles */
    /* END: Upcomeing Events Styles */
    /* Event Highlight Styles */
    /* END: Event Highlight Styles */
    /* Program Section */
    /* Why NUHS Section */
  }
  body.NUHS .section_event_highlight,
  body.NUHS .section_form,
  body.NUHS .section_prospects,
  body.NUHS .section_programs,
  body.NUHS .section-middle-home,
  body.NUHS .section_resources,
  body.NUHS .section_new_articles {
    padding: 25px 10px;
  }
  body.NUHS .section_title {
    padding-bottom: 25px;
  }
  body.NUHS .section_title h1 {
    font-size: 5vw;
  }
  body.NUHS .section_title h1:before {
    content: "";
  }
  body.NUHS .section_title h1:after {
    content: "";
  }
  body.NUHS .section_upcoming_events {
    padding: 30px 20px;
  }
  body.NUHS .section_upcoming_events .eventName {
    font-size: 20px;
  }
  body.NUHS .section_event_highlight .highlight_details h1 {
    font-size: 5vw;
    line-height: 5vw;
  }
  body.NUHS .section_event_highlight .highlight_details p {
    font-size: 4vw;
    line-height: 4vw;
  }
  body.NUHS .section_programs .section_title {
    padding-bottom: 10px;
  }
  body.NUHS .section_programs .programs {
    grid-template-columns: auto;
    grid-gap: 10px;
  }
  body.NUHS .section_programs .programs .program:before {
    background-position: top center !important;
  }
  body.NUHS .section_programs .programs .program:hover p.come-from-back {
    animation: none;
  }
  body.NUHS .section_programs .programs .program .program_content {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.NUHS .section_programs .programs .program .program_content p.come-from-back {
    opacity: 1;
    transform: scale(1);
  }
  body.NUHS .section-middle-home section article {
    padding: 0 10px;
  }
  body.NUHS .section-middle-home section article.row {
    grid-template-columns: auto;
  }
  body.NUHS .section-middle-home section article.row2 .col:first-child {
    order: 2;
  }
  body.NUHS .section_resources .cta_cards {
    grid-template-columns: auto;
  }
  /* END: New Home Page Responsive Styles   */
  /* BEGIN: Page Title Responsive Styles */
  .page-top .section-middle .element-page-title {
    height: auto;
    margin: 0;
    padding: 7px 20px;
    background: #b80134;
    background: -moz-linear-gradient(top, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    background: -webkit-linear-gradient(top, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    background: linear-gradient(to bottom, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b80134', endColorstr='#900028', GradientType=0);
    -webkit-box-shadow: 0 2px 5px 0 #2c2c2c;
    -moz-box-shadow: 0 2px 5px 0 #2c2c2c;
    box-shadow: 0 2px 5px 0 #2c2c2c;
  }
  /* END: Page Title Responsive Styles */
  /* BEGIN: Grid_18 Main Content Responsive Styles */
  .page-top .grid_18 {
    width: 100%;
    margin: 0;
  }
  .page-top .grid_18 #element-content {
    padding: 0 2em 2em;
  }
  /** Content Tabs Responsive Styles **/
  .page-top .grid_18 #element-content ul#content-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }
  /** END: Content Tabs Responsive Styles **/
  /** Responsive Tables **/
  /*Clinic > Community Outreach*/
  .outreach {
    width: 100% !important;
  }
  /** END: Responsive Tables **/
  /* END: Grid_18 Main Content Responsive Styles */
  /* Grid_19 & Inner Grid_9 Main Content Responsive Styles */
  .page-top .section-middle .grid_19 {
    width: 100%;
    margin: 0;
  }
  .page-top .section-middle .grid_19 .element-listbox {
    padding: 0;
  }
  .page-top .section-middle .grid_19 .element-listbox h5 {
    margin: 0;
  }
  .page-top .section-middle .grid_19 .grid_9 {
    width: 100%;
    padding: 0;
  }
  .page-top .section-middle .grid_19 .grid_9 .element-listbox > div {
    padding: 10px;
  }
  /* END: Grid_19 & Inner Grid_9 Main Content Responsive Styles */
  /* BEGIN: Grid_6 Sidebar Content Responsive Styles */
  .page-top .grid_6 {
    margin: 0;
    padding: 2em;
  }
  /* END: Grid_6 Sidebar Content Responsive Styles */
  /* BEGIN: Page Bottom Responsive Styles */
  .page-bottom {
    height: auto !important;
  }
  .page-bottom > div {
    padding: 16px 0 !important;
  }
  .page-bottom .grid_24 {
    width: 100%;
    margin: 0;
  }
  .page-bottom .grid_24 table,
  .page-bottom .grid_24 table tbody {
    display: block;
    margin: 0;
  }
  .page-bottom .grid_24 table tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-bottom .grid_24 table tbody tr td:nth-child(even) {
    display: none;
  }
  /* END: Page Bottom Responsive Styles */
  /* BEGIN: Page Footer Responsive Styles */
  .page-footer {
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #999999 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc', GradientType=0);
  }
  .page-footer .section-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
  }
  .page-footer .section-footer .grid_8,
  .page-footer .section-footer .grid_6 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-footer .section-footer > div p {
    margin: 0;
    padding: 0 !important;
  }
  /* Social Icon Styles */
  .page-footer .section-footer div.grid_8:first-child > p {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-footer .section-footer > div:first-child > p img {
    width: auto;
    padding: 0 !important;
  }
  /* END: Social Icon Styles */
  /* State Contact Info */
  .page-footer .section-footer > div table {
    margin: 0;
  }
  .page-footer .section-footer > div:nth-child(2) td:nth-child(2) {
    display: none;
  }
  /* END: State Contact Info */
  /* END: Footer Responsive Styles */
}
/*End Media Query 940px*/
@media only screen and (max-width: 850px) {
  .page-top {
    background: none;
  }
  /* BEGIN: New Home Page Responsive Styles   */
  body.NUHS .section_news_articles .news_articles .articles {
    grid-template-columns: auto;
  }
  /* END: New Home Page Responsive Styles   */
  /** Home Page Specific Responsive Styles **/
  .e2CampusAlert {
    height: auto;
    margin: 0 auto 15px;
  }
  .e2CampusAlert .SmartBoard_Table {
    margin: 0 auto;
  }
  /* Program Menu Styles */
  div.videoNavHeader {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  li.videoNavHeader {
    padding: 7px 20px 10px;
  }
  /* Program Menu Styles */
  /* Prospective Stydents Menu Styles */
  #prospectbar {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 30px 0 15px;
  }
  #prospectbar a {
    width: 12%;
  }
  /* End: Prospective Stydents Menu Styles */
  /* Slider Styles */
  #sliderFrame {
    display: none;
  }
  .mobile-wrapper {
    display: block;
  }
  .mobile-wrapper .mobile-focus-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobile-wrapper .mobile-focus {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .mobile-wrapper .mobile-focus img {
    width: 100%;
    height: auto;
  }
  .mobile-wrapper .mobile-focus .caption_wrapper {
    margin-top: -1px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
  .mobile-wrapper .mobile-focus .caption_wrapper p {
    margin-bottom: 0;
  }
  /* End: Slider Styles */
  /* END: Home Page Specific Responsive Styles */
  /* History Timeline - index.html */
  .csstransforms3d .ss-container {
    padding-bottom: 0;
  }
  .csstransforms3d .ss-row img {
    height: auto;
    padding: 0 !important;
  }
  .csstransforms3d .ss-row.ss-small .ss-left,
  .csstransforms3d .ss-row.ss-medium .ss-left,
  .csstransforms3d .ss-row.ss-large .ss-left,
  .csstransforms3d .ss-row.ss-small .ss-right,
  .csstransforms3d .ss-row.ss-medium .ss-right,
  .csstransforms3d .ss-row.ss-large .ss-right {
    padding: 0 10px;
  }
  /* END: History Timeline - index.html */
}
/*End Media Query 850px*/
@media only screen and (max-width: 800px) {
  /* BEGIN: New Home Page Responsive Styles   */
  body.NUHS {
    /* Upcomeing Events Styles */
    /* END: Upcomeing Events Styles */
  }
  body.NUHS .section_upcoming_events .eventName {
    font-size: 17px;
  }
  body.NUHS .section_upcoming_events .eventDate,
  body.NUHS .section_upcoming_events .eventLocation {
    font-size: 13px;
  }
  /* END: New Home Page Responsive Styles   */
  /*** BEGIN: Home Page Specific Responsive Styles ***/
  /* Begin: Program Menu Responsive Styles */
  .sub_toggle {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 100%;
    height: 42px;
    margin-left: 0;
    padding: 9px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: white;
    background: #b80134;
    background: -moz-linear-gradient(top, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    background: -webkit-linear-gradient(top, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    background: linear-gradient(to bottom, #b80134 0%, #910028 96%, #68001d 96%, #68001d 97%, #900028 97%, #900028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b80134', endColorstr='#900028', GradientType=0);
    -webkit-box-shadow: 0 2px 5px 0 #2c2c2c;
    -moz-box-shadow: 0 2px 5px 0 #2c2c2c;
    box-shadow: 0 2px 5px 0 #2c2c2c;
    margin-bottom: 3px;
  }
  ul.videoNavHeader {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -3px;
    padding: 0;
    background: #900127;
    z-index: 255555;
    text-align: left;
    float: none;
    right: 0;
  }
  li.videoNavHeader {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  li.videoNavHeader:first-child a {
    border-top: 1px solid #ffffff;
  }
  a.videoNavHeader {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
  }
  #sub_toggle:checked + ul.videoNavHeader {
    display: flex;
    opacity: 1;
  }
  /* End: Program Menu Responsive Styles */
  body.NUHS .section_new_articles .new_articles .articles {
    grid-template-columns: auto;
  }
  .section-middle-home {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .section-middle-home div.grid_12 {
    order: -1;
    width: 100%;
  }
  .section-middle-home > div.column {
    width: 49%;
    padding: 20px;
  }
  .section-middle-home .column .element-callouts {
    text-align: center;
  }
  /*** END: Home Page Specific Responsive Styles ***/
}
/*End Media Query 800px*/
@media only screen and (max-width: 730px) {
  /* BEGIN: New Home Page Responsive Styles   */
  body.NUHS {
    /* Upcomeing Events Styles */
    /* END: Upcomeing Events Styles */
    /* Hubspot Form Styles */
    /* END: Hubspot Form Styles */
  }
  body.NUHS button {
    font-size: 17px;
  }
  body.NUHS .section_upcoming_events .upcomingEvents {
    grid-template-columns: auto;
  }
  body.NUHS .section_upcoming_events .eventButton {
    margin-top: 30px;
    font-size: 17px;
  }
  body.NUHS .section_form .form form {
    grid-template-columns: auto;
    gap: 10px;
    justify-items: start;
  }
  /* END: New Home Page Responsive Styles   */
  /* Prospective Students Menu Styles */
  #prospectbar hr {
    display: none;
  }
  #prospectbar .prospectivestudents {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 2px solid #910029;
  }
  #prospectbar a {
    width: 21%;
  }
  /* End: Prospective Students Menu Styles */
  .page-top .tab-feature {
    background: #cfcfcf;
    background: -moz-linear-gradient(top, #cfcfcf 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #cfcfcf 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #cfcfcf 0%, #fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#fdfdfd', GradientType=0);
  }
  .page-top .menu-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    margin: 0;
    background: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0 0 10px 10px;
  }
  .page-top ul.menu-top-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
  }
  .page-top .menu-top-tabs li:last-child {
    border-right: none;
  }
  .page-top .menu-top-tabs li a {
    padding: 10px;
  }
  .page-top #toppanel ul.tab-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
  }
  .page-top #toppanel ul.tab-icons li {
    padding: 5px 15px;
  }
  /** Home Page Hubspot Form Styles **/
  .page-top .home-hubst-form {
    max-width: 600px;
    width: auto !important;
    margin: 20px !important;
    background: #ffba39;
    background: -moz-linear-gradient(-45deg, #ffba39 0%, #da920c 100%) !important;
    background: -webkit-linear-gradient(-45deg, #ffba39 0%, #da920c 100%) !important;
    background: linear-gradient(135deg, #ffba39 0%, #da920c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba39', endColorstr='#da920c', GradientType=1);
  }
  .page-top .home-hubst-form > p {
    padding: 20px !important;
  }
  /** End: Home Page Hubspot Form Styles **/
  /** Content Tabs Responsive Styles **/
  .page-top .grid_18 #element-content ul#content-tabs {
    flex-wrap: wrap;
  }
  .page-top .grid_18 #element-content ul#content-tabs li,
  .page-top .grid_18 #element-content ul#content-tabs li a {
    width: 100%;
  }
  /** END: Content Tabs Responsive Styles **/
  /** Content Tables Responsive Scroll Box **/
  .page-top .grid_18 #element-content .scrollbox {
    max-height: 400px;
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
  }
  .page-top .grid_18 #element-content .scrollbox.no_wordwrap {
    white-space: pre-wrap;
  }
  .page-top .grid_18 #element-content .scrollbox td {
    min-width: 230px;
  }
  table.travel_dates tr {
    grid-template-columns: 70px 320px 128px 120px;
  }
  .page-top .grid_18 #element-content .scrollbox table.travel_dates td {
    min-width: 0;
  }
  /** End: Content Tables Responsive Scroll Box **/
  /** Virtual Tour iFrame Responsive Styles **/
  /** END: Virtual Tour iFrame Responsive Styles **/
}
/*End Media Query 730px*/
@media only screen and (max-width: 560px) {
  /* BEGIN: New Home Page Specific Responsive Styles */
  body.NUHS {
    /* About Us Styles */
    /* END: About Us Styles */
  }
  body.NUHS .section_prospects .prospects {
    grid-template-columns: repeat(2, 1fr);
  }
  body.NUHS .section_title h1 {
    font-size: 32px;
  }
  body.NUHS .section-middle-home .sectionCTAs {
    grid-template-columns: auto;
  }
  body.NUHS .section_footer .footer_top .footer {
    grid-template-columns: auto;
    gap: 20px;
  }
  body.NUHS .section_footer .footer_top .footer .social_icons a,
  body.NUHS .section_footer .footer_top .footer .nuhs_seal {
    text-align: center;
  }
  /* END: New Home Page Specific Responsive Styles */
  body:not(NUHS) .section_footer .footer_top .footer {
    grid-template-columns: auto !important;
    gap: 20px;
  }
  body:not(NUHS) .section_footer .footer_top .footer .social_icons a,
  body:not(NUHS) .section_footer .footer_top .footer .nuhs_seal {
    text-align: center;
  }
  /* Alumni Homecoming Counter */
  .homecomingCountdown {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homecomingCountdown .title {
    padding: 0 0 10px ;
  }
  .homecomingCountdown #homecoming_countdown {
    padding: 0 0 10px;
  }
  /* END: Alumni Homecoming Counter */
}
/*End Media Query 560px*/
@media only screen and (max-width: 414px) {
  /* Global Styles */
  body {
    font-size: 80%;
  }
  /* End: Global Styles */
  .nuhs_grid {
    grid-template-columns: auto !important;
  }
  .nuhs_ce_grid {
    grid-template-columns: repeat(4, auto) !important;
  }
  .nuhs-card {
    grid-template-columns: auto;
    justify-items: center;
  }
  /* New Home Page Responsive Styles */
  body.NUHS {
    /* Banner Styles */
    /* Banner Styles */
    /* Hubspot Form Styles */
    /* END: Hubspot Form Styles */
  }
  body.NUHS .bannerwrapper .banner_text_wrapper .banner_text h1 {
    font-size: 5.5vw;
    line-height: 7vw;
  }
  body.NUHS .bannerwrapper .banner_text_wrapper .banner_text .hs-button {
    font-size: 15px;
  }
  body.NUHS .section_form .form form.hs-form {
    background: none !important;
  }
  body.NUHS .section_resources .cta_card:after {
    content: " ";
  }
  /* END: New Home Page Responsive Styles */
  /*** BEGIN: Home Page Specific Responsive Styles ***/
  .e2CampusAlert {
    height: auto;
    margin: 0 0 10px;
  }
  /* Prospective Students Menu Styles */
  #prospectbar .prospectivestudents {
    padding: 15px 0;
  }
  #prospectbar a {
    width: 49%;
    text-align: center;
  }
  /* End: Prospective Students Menu Styles */
  .section-middle-home > div.column {
    width: 100%;
    padding: 0;
  }
  .section-middle-home > div.column a {
    display: block;
  }
  .section-middle-home > div.column a img {
    width: 100%;
    height: auto;
  }
  .mobile-wrapper .mobile-focus {
    width: 100%;
  }
  .mobile-wrapper .caption_wrapper {
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
  /* Responsive Images */
  .page-top .container_24 .grid_18 p img.alignright,
  .page-top .container_24 .grid_18 p img.alignleft,
  .page-top .container_24 .grid_19 p img.alignright,
  .page-top .container_24 .grid_19 p img.alignleft,
  .page-top .container_24 .grid_19 .feature-newslist img.alignleft {
    float: none !important;
    display: block;
    max-width: 100% !important;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0 !important;
  }
  /* END: Responsive Images */
  /* Responsive Row/Columns with class="col col-1 / col-2" */
  .row,
  .sponsor_card {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row .col-1,
  .sponsor_card .col-1,
  .row .col-2,
  .sponsor_card .col-2,
  .row .image_wrapper,
  .sponsor_card .image_wrapper,
  .row .sponsor_copy_wrapper,
  .sponsor_card .sponsor_copy_wrapper {
    max-width: 100%;
    width: 100%;
    padding: 5px 0;
  }
  /* END: Responsive Columns with class="col col-1 / col-2" */
  body:not(.NUHS) .page-top .section-middle .container_24 .element-news-story .wrapper {
    height: auto;
    grid-template-columns: auto;
  }
  body:not(.NUHS) .page-top .section-middle .container_24 .element-news-story .wrapper .lil-nav {
    display: none;
  }
  body:not(.NUHS) .page-top .section-middle .container_24 .element-news-story .wrapper .gallery {
    height: auto;
  }
  body:not(.NUHS) .page-top .section-middle .container_24 .element-news-story .wrapper .gallery .gallery__img {
    min-height: auto;
  }
  .page-top .container_24 .grid_18 #textTwoColumn {
    width: 100%;
    padding: 0 0 20px;
  }
  .page-top .container_24 .grid_6 {
    width: 100%;
  }
  /** Right Sidebar Nav Styles **/
  .page-top #page-nav {
    background: none;
  }
  .page-top #page-nav .MenuBarVertical {
    padding: .5em .7em;
  }
  .page-top #page-nav .MenuBarVertical li.parentbar {
    background: #929292;
    background: -moz-linear-gradient(top, #929292 0%, #555555 100%);
    background: -webkit-linear-gradient(top, #929292 0%, #555555 100%);
    background: linear-gradient(to bottom, #929292 0%, #555555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#555555', GradientType=0);
    border-bottom: 1px solid #999;
  }
  .page-top #page-nav .MenuBarVertical li.parentbar a {
    padding-left: 35px;
    background-position: 5% center;
  }
  .page-top #page-nav .MenuBarVertical li.homebar {
    background: #ffd78e;
    background: -moz-linear-gradient(top, #ffd78e 0%, #ffba3b 100%);
    background: -webkit-linear-gradient(top, #ffd78e 0%, #ffba3b 100%);
    background: linear-gradient(to bottom, #ffd78e 0%, #ffba3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd78e', endColorstr='@yellow', GradientType=0);
  }
  .page-top #page-nav .MenuBarVertical > li {
    background: #a9c9cf;
    background: -moz-linear-gradient(top, #a9c9cf 0%, #6aa2ac 100%);
    background: -webkit-linear-gradient(top, #a9c9cf 0%, #6aa2ac 100%);
    background: linear-gradient(to bottom, #a9c9cf 0%, #6aa2ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9c9cf', endColorstr='#6aa2ac', GradientType=0);
    padding: 0;
  }
  .page-top #page-nav .MenuBarVertical li a,
  .page-top #page-nav ul.MenuBarVertical li.selected a {
    background-position: 95% center;
  }
  .page-top #page-nav .MenuBarVertical > li > a {
    padding: 10px;
  }
  .page-top #page-nav ul.MenuBarVertical li.selected ul.submenuslide {
    margin: 0 0 10px;
  }
  .page-top #page-nav ul.MenuBarVertical li.selected ul.submenuslide li {
    padding-right: 0.7em;
  }
  .page-top #page-nav ul.MenuBarVertical li.selected ul.submenuslide li a {
    background: none;
  }
  .page-top #page-nav ul.MenuBarVertical li.selected ul.submenuslide li:hover {
    background: #D1EBEF;
  }
  /** END: Right Sidebar Nav Styles **/
  /** Right Sidebar Grid_5 News Templates Responsive Styles **/
  .page-top .section-middle .grid_5 {
    width: 100%;
    margin: 0;
  }
  /** END: Right Sidebar Grid_5 News Templates Responsive Styles **/
  /** Right Sidebar Hubspot Form Styles **/
  .hs-form {
    width: auto;
    padding: 20px 10px !important;
    background: #ffba39;
    background: -moz-linear-gradient(-45deg, #ffba39 0%, #da920c 100%) !important;
    background: -webkit-linear-gradient(-45deg, #ffba39 0%, #da920c 100%) !important;
    background: linear-gradient(135deg, #ffba39 0%, #da920c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba39', endColorstr='#da920c', GradientType=1);
  }
  .hs_submit .actions {
    margin-left: 0 !important;
    text-align: center;
  }
  .hs_submit .my-awesome-submit-button {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    margin: 0;
  }
  /** END: Right Sidebar Hubspot Form Styles **/
  /** Right Sidebar Staff Picks Responsive Styles **/
  .page-top .grid_6 #staffpicks {
    width: 100% !important;
  }
  /** END: Right Sidebar Staff Picks Responsive Styles **/
  /* Footer Responsive Styles */
  .page-footer .section-footer div:nth-child(2) {
    padding: 10px 0 !important;
  }
  .page-footer .section-footer table {
    width: 100%;
  }
  /* END: Footer Responsive Styles */
  /* History Timeline - index.html */
  .csstransforms3d .container {
    padding-top: 135px;
  }
  .csstransforms3d .ss-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    top: 10px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .csstransforms3d .ss-subtitle {
    padding: 10px;
    text-align: center;
  }
  .csstransforms3d .ss-subtitle:before,
  .csstransforms3d .ss-subtitle:after {
    display: none;
  }
  .csstransforms3d .ss-container:before {
    display: none;
  }
  .csstransforms3d .ss-container h3 {
    margin: 0;
    padding: 0;
  }
  .csstransforms3d .ss-container h3 span {
    padding: 0 10px;
  }
  .csstransforms3d .ss-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }
  .csstransforms3d .ss-left,
  .csstransforms3d .ss-right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .csstransforms3d .ss-left h3,
  .csstransforms3d .ss-right h3 {
    border: none;
  }
  /* END: History Timeline - index.html */
  /* Responsive Tables with image/pics */
  .meet_nuhs tr,
  .outreach tr {
    grid-template-columns: repeat(1, auto);
    margin-bottom: 8px;
  }
  .meet_nuhs td[valign="top"]:not([colspan="2"]) p,
  .outreach td[valign="top"]:not([colspan="2"]) p {
    margin: 0;
    padding: 0 0 10px !important;
  }
  /* End: Tables with image/pics */
  body.News .section-middle .container_24 .grid_19 {
    padding: 0 2em 2em;
  }
  body.News .section-middle .container_24 .grid_19 .cat_list {
    grid-template-columns: 1fr;
  }
  body.News .section-middle .container_24 .grid_5 {
    padding: 2em;
  }
}
/*End Media Query 414px*/
/*# sourceMappingURL=style-responsive.css.map */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
