@charset "IBM437";
/** Colors *******************************************************************/
/*****************************************************************************/
/** Responsive ***************************************************************/
/*****************************************************************************/
* {
  font-family: "Noto Sans", verdana, sans-serif !important; }

/*$bannerFlagWidth: 10%;
$bannerFlagMarginLeft: 5%;
$bannerFlagMarginRight: 2%;
$bannerFlagWidthTotal: $bannerFlagWidth + $bannerFlagMarginLeft + $bannerFlagMarginRight;*/
/*$bannerFlagWidthTotal: 120px + $bannerFlagMarginLeft + $bannerFlagMarginRight;*/
#masthead > .container {
  margin: 0;
  padding: 0;
  width: 100%; }

#headerUHManoa {
  /*	background-color: $colorJABSOM;*/
  color: white;
  background-image: url("../../images/uhm-bg.jpg");
  margin: 0px;
  min-height: 40px;
  border: 0px; }

#headerUHManoa > .container {
  margin: 0;
  padding: 0% 1%; }

#headerUHManoaRight {
  float: right;
  margin-right: 15px; }

/*#headerUHManoa > div > div.navbar-collapse > ul > li > a*/
#headerUHManoaRight > ul > li > a {
  color: white;
  padding: 0px;
  font-size: 12px; }

/*#headerUHManoa > div > div.navbar-collapse > ul > li > a:hover*/
#headerUHManoaRight > ul > li > a:hover {
  color: #e0e0e0; }

/*#headerUHManoa > div > div.navbar-collapse > ul > li*/
#headerUHManoaRight > ul > li {
  padding: 10px 20px; }

#headerUHManoaSearch {
  height: 24px; }

#headerUHManoaSearch div {
  float: left; }

#headerUHManoaSearch div input {
  width: 136px;
  height: 24px;
  padding: 0px 6px;
  font-size: 12px;
  border-radius: 4px 0px 0px 4px; }

#headerUHManoaSearch button {
  height: 24px;
  padding: 0px 3px; }

#headerBannerImage {
  /*	width: $bannerFlagWidth;*/
  z-index: 100;
  position: absolute;
  margin-left: 10px;
  margin-right: 20px; }

#headerJABSOM {
  min-height: 110px;
  background-color: white;
  color: black;
  margin: 0px;
  /*	padding-left: $bannerFlagWidthTotal;*/ }

@media screen and (max-width: 992px) {
  #headerJABSOM div.col-xs-6.col-sm-3 {
    width: 150px; }

  #headerJABSOMRight {
    float: none; } }
#headerJABSOMLogo {
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px; }

#headerJABSOMRight {
  width: 300px;
  padding: 20px 0px;
  float: right; }

/*#headerJABSOMRight > .row
{
	margin-bottom: 10px;
}

#headerJABSOMRight > .row > div
{
	width: $headerJABSOMWidth / 2;
	height: 30px;
}

#headerJABSOMRight > .row > div:first-child
{
	text-align: right;
}*/
#headerJABSOMRight > form {
  margin-top: 10px; }

#headerJABSOMRight > form > div {
  height: 30px;
  margin: 0px;
  float: left; }

#headerJABSOMRight > form > div > input {
  width: 270px;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px; }

#headerJABSOMRight > form > input.jabsomSearchBtn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background-image: url("../../images/site-search-btn.jpg"); }

#headerNavbar {
  height: 50px;
  margin: 0px;
  /*	padding-left: $bannerFlagWidthTotal;*/
  background-color: beige;
  background-image: url("../../images/menu-bg.jpg");
  background-repeat: repeat;
  border-bottom: 1px solid #cccccc;
  border-radius: 0; }
  @media screen and (max-width: 810px) {
    #headerNavbar {
      display: none; } }

#headerNavbar .col-md-10 {
  padding: 0; }

#headerNavbar div > ul.nav > li > a {
  color: #666666;
  /*	padding-left: 20px;
  	padding-right: 20px;*/
  padding: 14px 20px;
  margin: 0px 10px;
  font-size: 18px; }

#headerNavbar div > ul.nav > li.open > a {
  color: #128c67;
  background-color: #ffffff;
  border-top: 3px solid #128c67;
  padding-top: 11px; }

#headerNavbar div > ul.nav > li > div.dropdown-menu {
  width: 600px;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 20px; }

.navbarDropdownList {
  float: left; }

.navbarDropdownInfo > p {
  margin: 0px; }

.navbarDropdownInfoLearn {
  margin-left: 228px; }

.navbarDropdownInfoCare {
  margin-left: 232px; }

.navbarDropdownInfoDiscover {
  margin-left: 328px; }

.navbarDropdownInfoConnect {
  margin-left: 239px; }

.navbarDropdownInfoAbout {
  margin-left: 219px; }

.navbarDropdownList > ul {
  padding: 0px;
  list-style-type: none; }

.navbarDropdownBorder {
  margin: 0px 20px;
  float: left; }

.navbarDropdownBorder > img {
  width: 1px; }

.headerDropdownDescTitle {
  color: #128c67;
  margin-top: 0; }

#headerNavbar > div > ul.nav > li > div.dropdown-menu > div > ul > li > a {
  color: #333333;
  padding: 0px;
  font-size: 15px; }

/* Carousel Section **********************************************************/
#carouselMain {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 849px) {
    #carouselMain {
      /*		height: $carouselHeightMedium;*/
      background-size: auto 100%; } }
  @media screen and (max-width: 480px) {
    #carouselMain {
      height: 300px; } }

.carouselItem {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 849px) {
    .carouselItem {
      /*		height: $carouselHeightMedium;*/
      background-size: auto 100%; } }
  @media screen and (max-width: 480px) {
    .carouselItem {
      height: 300px; } }

.carouselItemCurrent {
  z-index: 10; }

.carouselCaption {
  background-color: rgba(11, 68, 45, 0.75);
  color: #ffffff;
  background-image: url("../../images/slideshow-text-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  /*	z-index: 100;*/
  width: 470px;
  min-height: 160px;
  padding: 10px 15px 15px 15px;
  display: block;
  bottom: 20px;
  left: auto;
  right: 10px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .carouselCaption {
      width: auto;
      min-height: 89px; } }

.carouselCaption h1 {
  margin: 0px;
  margin-bottom: 15px;
  font-family: "Open Sans", verdana, sans-serif !important;
  text-align: left;
  font-size: 48px; }
  @media screen and (max-width: 480px) {
    .carouselCaption h1 {
      margin-right: 40px; } }

.carouselCaption hr {
  margin: 3px 0px 15px 0px;
  border-top: 2px solid #908a50; }

.carouselCaption p {
  color: #ffffff;
  margin: 0px;
  text-align: left;
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    .carouselCaption p {
      display: none; } }

.carouselCaption > div {
  width: 100%;
  height: 17px; }

.carouselCaption a {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  right: 15px; }

.carouselCaption a:hover {
  color: #ffffff; }

/*.carousel .item
{
	-webkit-transition: opacity 3s;
}
.carousel .active.left
{
	left: 0;
	opacity: 0;
	z-index: 2;
}
.carousel .next
{
	left: 0;
	opacity: 1;
	z-index: 1;
}*/
/*#carouselMain
{
	position: relative;
}
#carouselMain .slide
{
	position: absolute;
	left: 0;
	top: 0;
	
	opacity: 0.5;
}
div.slideCurrent
{
	z-index: 30;
}
div.slideNext
{
	z-index: 20;
}
div.slideOther
{
	z-index: 10;
}*/
/* End Carousel Section ******************************************************/
/* Callout Section ***********************************************************/
#calloutHorizMain {
  background-color: #dcdbd3;
  padding: 20px; }

#calloutHorizMain .container .col-md-4 {
  padding: 0px 10px; }

.calloutHoriz {
  /*	width: 300px;*/
  background-color: gray;
  padding: 0px;
  /*	margin: 0px 10px;*/ }

.calloutHorizContent {
  height: 120px;
  padding: 15px;
  background-color: white;
  border-bottom: 1px solid #dddddd;
  background-image: url("../../images/home-callout-bg.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

.calloutHorizContent h1 {
  color: #128c67;
  font-size: 18px;
  margin: 0px; }

.calloutHorizContent hr {
  margin: 10px 0px;
  border-top: 1px solid #128c67; }

.calloutHorizContent p {
  color: #333333;
  margin: 0px;
  padding-bottom: 15px;
  font-size: 12px; }

.calloutHorizLink {
  height: 40px;
  background-color: #f4f3ef;
  border-bottom: 1px solid #c3c3c0;
  padding: 12px 15px 14px 15px;
  font-size: 10px; }

.calloutHorizLink a {
  color: #999999;
  float: right; }

.calloutHorizLink a:hover {
  color: #999999; }

.calloutCaption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #ffffff;
  z-index: 100;
  height: 25px;
  padding: 4px 10px;
  font-size: 12px;
  display: block;
  /*	line-height: 25pt;*/
  text-align: center;
  /*	-webkit-translateY(100%);*/ }

/* End Callout Section *******************************************************/
body {
  background-color: #403e33; }

a {
  color: #128c67; }

a:hover {
  color: #128c67; }

table {
  font-size: 13px; }

.main-content {
  background-color: #dcdbd3;
  padding-top: 30px; }

.jabsomSidebar {
  background-color: #f7f6f2;
  padding: 0px; }

.jabsomContent {
  background-color: white;
  padding: 0px; }

/*.jabsomContent *
{
	padding: 0px $jabsomContentPaddingH;
}*/
/*tbody
{
	padding: 0px $jabsomContentPaddingH;
}*/
.jabsomHeader {
  background-color: #0c7756;
  background-image: url("../../images/subpage-title-bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0;
  padding: 15px; }

.jabsomHeader h1 {
  color: white;
  margin: 0px;
  padding: 0;
  font-size: 30px; }

.jabsomHeader p {
  color: white;
  margin: 0px;
  margin-top: 5px;
  font-size: 13px; }

.jabsomHeader > div {
  padding: 0; }

.jabsomHeader > div > h1 {
  margin: 0; }

.jabsomHeader form {
  height: 30px;
  margin-top: 2px;
  margin-right: 10px;
  float: right; }

.jabsomHeader form > div {
  float: left; }

.jabsomHeader form > div > input {
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px; }

.jabsomHeader form .UHMedNowSearchBtn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background-image: url("../../images/site-search-btn.png"); }

/*.big-main-header-light
{
	background-color: darkcyan;
	
	padding-bottom: $jabsomHeaderPaddingV;
}*/
hr.jabsomContentHR {
  border-top: 2px solid #269574;
  margin: 10px 0px; }

/*.jabsomContent h2
{
	color: #5ABDB9;
}

.jabsomContent hr
{
	border-top: 2px solid #5ABDB9;
	
	margin: 10px $jabsomContentPaddingH;
}*/
/*.jabsomContent > table
{
	margin: 10px $jabsomContentMargin $jabsomContentMargin $jabsomContentMargin;
}*/
.jabsomContent > table > tbody > tr > td {
  padding: 10px 15px 15px 15px; }

.jabsomContent > .jabsomContentMain {
  padding: 10px 15px 15px 15px; }

.big-main-header {
  color: #128c67; }

.widgettitle {
  color: #128c67;
  margin: 0;
  font-size: 24px; }

.widgettitle + hr.jabsomContentHR + ul {
  padding: 0;
  list-style: none; }

.imgCaption {
  min-width: 200px;
  max-width: 50%;
  background-color: #dcdbd3;
  margin: 10px 15px 10px 0;
  padding: 10px; }

.imgCaptionLeft {
  float: left; }

.imgCaptionRight {
  float: right; }

iframe.jabsomIFrameLarge {
  width: 100%;
  border: 0; }

/** Captions *****************************************************************/
.wp-caption {
  margin: 10px 0;
  padding: 15px 15px 5px 15px;
  width: 100% !important; }

div.wp-caption img {
  display: block;
  margin: 0 auto; }

div.wp-caption > p.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 5px 0;
  text-align: center; }

/*****************************************************************************/
/** Departments & Programs ***************************************************/
.jabsomDeptIndex {
  margin-bottom: 20px; }

.jabsomDeptSection {
  margin-bottom: 20px; }

.jabsomDeptSection p {
  margin: 0; }

.jabsomDeptAddress {
  margin: 0; }

/*****************************************************************************/
/** UH Med Now Main **********************************************************/
.UHMedNowColImage {
  margin: 0 15px 10px 0;
  float: left; }

.UHMedNowTitle {
  color: #128c67;
  font-size: 18px; }

.UHMedNowLink {
  float: right; }

.UHMedNowDivider {
  color: #b9b9b9;
  margin-top: 40px;
  clear: both; }

.UHMedNowPageNav {
  text-align: center; }

.jabsomEventNavPrev {
  float: left; }

.jabsomEventNavNext {
  float: right; }

/*****************************************************************************/
/** UH Med Now News Archive **************************************************/
.filterSearchForm {
  margin-bottom: 15px; }

.filterSearchForm > label {
  margin-right: 5px; }

.filterSearchForm > select {
  margin-right: 10px; }

/*****************************************************************************/
/** Breakthroughs Page *******************************************************/
.filterBreakthroughsForm {
  margin-top: 5px;
  margin-bottom: 10px; }

button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
  border-color: #aaaaaa;
  color: #000000; }

ul.ui-multiselect-checkboxes span {
  margin-left: 5px; }

.jabsomBreakthroughsFilter {
  color: #666666;
  margin-bottom: 20px; }

/*****************************************************************************/
/** Events Page **************************************************************/
.UHMedNowEventsTable {
  width: 100%; }

.UHMedNowEventsTable table {
  width: 100%; }

.UHMedNowEventsTable table thead tr {
  font-size: 14px;
  font-weight: bold; }

.UHMedNowEventsTable table thead td {
  width: 33%; }

.jabsomContent > .UHMedNowEventsTable table tr {
  background-color: #ffffff; }

.jabsomContent > .UHMedNowEventsTable table tr td {
  border: 0;
  border-bottom: 1px solid #c2c1ba; }

.jabsomContent > .UHMedNowEventsTable table tbody tr td {
  padding-bottom: 15px; }

.jabsomContent > .UHMedNowEventsTable table tr td p {
  margin: 0; }

.jabsomContent > .UHMedNowEventsTable table tr:hover {
  background-color: #eae9e2; }

.jabsomEventImage {
  margin-bottom: 20px; }

.jabsomEventImage > img {
  margin: 0 auto; }

.jabsomEventTime {
  margin: 10px 0; }

.jabsomEventTime p {
  margin: 0; }

.jabsomEventLocation {
  margin: 10px 0; }

.jabsomEventLocation p {
  margin: 0; }

.jabsomLocationInfo {
  margin: 10px 0; }

.jabsomLocationInfo p {
  margin: 0; }

.jabsomLocationDesc {
  margin-bottom: 20px; }

.jabsomLocationUpcoming ul {
  margin-bottom: 30px; }

.jabsomLocationUpcoming li {
  margin-bottom: 10px; }

.jabsomLocationUpcoming li p {
  margin: 0; }

/*****************************************************************************/
/** Contact Us Page **********************************************************/
#JABSOMContactUs .contactFieldName {
  width: 33%; }

#JABSOMContactUs .contactField {
  width: 67%; }

/*****************************************************************************/
#sidebarAccordion0 * {
  margin: 0px;
  /*	border-left: 0;
  	border-right: 0;*/ }

li > img {
  float: right;
  /*	display: inline-block;*/
  /*	margin-top: 12px;
  	margin-right: 10px;*/ }

h4.panel-title img {
  display: inline-block;
  float: right;
  cursor: pointer; }

.panel-group .panel.panel-default {
  margin: 0px;
  /*	border-color: #9f9f9f;
  	border-left: 0;
  	border-right: 0;*/
  border: 0;
  border-radius: 0; }

.panel.panel-default .panel-heading {
  /*	height: 39px;*/
  min-height: 39px;
  padding: 11px 10px 9px 20px;
  border-radius: 0; }

.panel.panel-default .panel-heading:hover {
  background-color: #ffffff; }

h4.panel-title > a, h4.panel-title > p {
  color: #333333;
  font-size: 13px;
  display: inline-block;
  max-width: 85%;
  float: left; }

.sidebarItemClear {
  clear: both; }

.panel .panel-heading.sidebarRoot {
  background-color: #128c67;
  border-color: #128c67; }

.panel .panel-heading.sidebarRoot:hover {
  background-color: #128c67; }

.panel .panel-heading.sidebarRoot.sidebarCurrPage {
  background-color: #128c67; }

.panel-heading.sidebarRoot > .panel-title > a, .panel-heading.sidebarRoot > .panel-title > p {
  color: #ffffff; }

.panel > .accordionLevel0 {
  background-color: #f7f6f2;
  /*	border-top: 1px solid #e2e0da;*/
  border-bottom: 1px solid #e2e0da; }

div.panel > div.panel-heading.accordionLevel1 {
  padding-left: 30px;
  background-color: #eae9e2;
  border-bottom: 1px solid #cbcac0; }

div.panel > div.panel-heading.accordionLevel2 {
  padding-left: 40px;
  background-color: #d6d5cd;
  border-bottom: 1px solid #c2c1ba; }

div.panel > div.panel-heading.accordionLevel3 {
  padding-left: 50px;
  background-color: #c4c3b4;
  border-bottom: 1px solid #b6b4a9; }

.jabsomSidebar .panel-group .panel .panel-body {
  padding: 0px;
  border: 0; }

.panel .panel-heading.sidebarCurrPage {
  background-color: #ffffff;
  padding-left: 16px;
  border-left: 4px solid #128c67; }

/** News sidebar *************************************************************/
#sidebarUHMedNow {
  background-color: #ffffff;
  margin: 10px;
  padding: 10px; }

#sidebarUHMedNow li.widget {
  margin-bottom: 20px; }

#sidebarUHMedNow .widgettitle {
  font-size: 18px; }

#sidebarUHMedNow li.widget_text {
  margin: 10px 0 20px; }

#sidebarUHMedNow li.widget_recent_entries li {
  margin-bottom: 10px; }

#sidebarUHMedNow li.widget_rss li {
  margin-bottom: 10px; }

/*****************************************************************************/
/** Events calendar sidebar **************************************************/
#sidebarEventCalendar {
  margin: 10px; }

.sidebarEventCalendarTitle {
  color: #ffffff;
  background-color: #0c7756;
  padding: 10px; }

.sidebarEventCalendarTitle h4 {
  margin: 0;
  font-size: 13px; }

.sidebarEventCalendarTitle a {
  color: #ffffff; }

.sidebarEventCalendarBody {
  background-color: #ffffff;
  padding: 10px;
  font-size: 13px; }

.sidebarEvent {
  margin-bottom: 10px; }

.sidebarEventDate {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left; }

.sidebarEventDate * {
  margin: 0; }

.sidebarEventDayMonth {
  color: #ffffff;
  background-color: #0c7756;
  padding: 0px 5px 1px 5px;
  text-align: center; }

.sidebarEventDayMonth > h2 {
  font-size: 15px;
  padding-top: 2px; }

/*.sidebarEventDayMonth > *
{
	margin: 0;
}*/
/*.sidebarEventYear
{
	color: $colorJABSOMContentHeader;
	
	text-align: center;
	font-weight: bold;
}*/
.sidebarEventSummary {
  margin-left: 54px;
  margin-bottom: 10px; }

.sidebarEventDivider {
  margin: 15px 0px;
  clear: both; }

.sidebarEventLink {
  margin: 0;
  text-align: center; }

/*****************************************************************************/
/** Mobile Sidebar ***********************************************************/
#mobileNav {
  display: none; }
  @media screen and (max-width: 320px) {
    #mobileNav {
      display: block; } }

/** End Mobile Sidebar *******************************************************/
@media (max-width: 767px) {
  #socialMediaLinks {
    float: none !important; } }
.footer {
  background-color: #504e42;
  /*	padding-bottom: 15px;*/ }

.footer div .row {
  margin-top: 20px;
  margin-bottom: 20px; }

.footer div .row div {
  margin-top: 3px; }

#socialMediaLinks a {
  margin: 0px 5px; }

#socialMediaLinks a img {
  width: 30px;
  height: 30px; }

.footerCaption {
  color: #a19f93;
  margin: 0px 5px;
  /*	text-align: center;*/ }

.footerCaption p {
  font-size: 12px; }

.footerCaption a {
  color: #a19f93;
  font-size: 12px; }

#copyright {
  height: 30px;
  background-color: #403e33;
  color: #75736a;
  padding-top: 5px;
  font-size: 12px;
  text-align: center; }

div.interactive-map {
  position: relative;
  overflow-x: auto;
  display: table;
  margin: 0 auto; }

div.click-areas a.click-area {
  position: absolute;
  display: inline;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=="); }

div.click-areas a.click-area.medical-education {
  width: 150px;
  height: 100px;
  left: 80px;
  top: 200px; }

div.click-areas a.click-area.cancer-center {
  width: 200px;
  height: 130px;
  left: 80px;
  top: 60px; }

div.click-areas a.click-area.ancillary {
  width: 127px;
  height: 73px;
  left: 282px;
  top: 70px; }

div.click-areas a.click-area.biological {
  width: 160px;
  height: 150px;
  left: 240px;
  top: 143px; }

div.click-areas a.click-area.alamoana {
  width: 150px;
  height: 100px;
  left: 245px;
  top: 450px; }

div.map-popup {
  display: none;
  max-width: 440px; }

div.map-wrapper {
  padding: 15px;
  padding-top: 10px; }

div.carousel-inner {
  max-height: 500px; }

div.carousel-inner .item {
  position: initial; }

.calloutHorizContent {
  height: auto;
  min-height: 120px; }

.clear {
  clear: both; }

#copyright {
  height: auto;
  padding: 20px 0px;
  padding-top: 5px; }

hr.jabsomContentHR {
  width: 100%; }

.collapse > img {
  float: left; }

li.widget {
  list-style: none; }

#headerUHManoa > div.container {
  margin: 0 auto;
  padding: 0; }
  
div.jabsomVideo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0; }

div.jabsomVideo object, div.jabsomVideo embed, div.jabsomVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100% }

.gift-mobile {
  display: none;
  background: url(../../images/gift-mobile.jpg) no-repeat center;
  width: 100%;
  max-width: 350px;
  height: 60px; }

.mobile {
  display: none; }

button.button-mobile-menu {
  background: url(../../images/mobilemenu.png) no-repeat center;
  width: 30px;
  height: 24px;
  border: none;
  margin-top: 7px;
  margin-right: 5px; }

.mobile-nav {
  display: none; }

@media screen and (max-width: 1024px) {
  .carouselItem {
    background-size: auto 100%; } }
@media screen and (min-width: 991px) {
  #headerJABSOMLogo {
    margin-right: 10px; } }
@media screen and (max-width: 992px) {
  .mobile {
    display: block; }

  #headerUHManoaRight {
    display: none; }

  #headerJABSOMLogo {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px; }

  #headerJABSOMRight {
    margin: 0 auto;
    padding: 12px 0px; }

  #headerNavbar {
    display: none; }

  div#calloutHorizMain {
    padding: 0;
    padding-top: 20px; }

  div.calloutHoriz {
    margin-bottom: 20px; }

  div.calloutHoriz img {
    width: 50%;
    float: left; }

  div.calloutHorizContent {
    width: 50%;
    float: left; }

  .jabsomSidebar {
    display: none; }

  .jabsomContent {
    width: 100%; }

  #headerUHManoa > .container {
    width: 100%; }

  .collapse {
    display: block;
    position: relative;
    top: -1px;
    width: 100%;
    padding: 0; }

  .navbar-header {
    display: none; }

  #headerBannerImage {
    margin: 0; }

  .container > .navbar-header, .container > .navbar-collapse {
    margin: 0; }

  div.calloutHoriz {
    background-color: white; }

  div.calloutHorizContent {
    border-bottom: none; }

  #headerUHManoa > div.container {
    padding-left: 15px;
    padding-right: 15px; }

  #headerJABSOMRight {
    float: none; } }
@media screen and (max-width: 768px) {
  footer div.footer div.col-xs-12.col-md-5.col-sm-6 {
    text-align: center;
    margin-bottom: 10px; }

  footer div.footer div.col-xs-12.col-md-7.col-sm-6 {
    text-align: center; }

  div.interactive-map {
    display: block; }

  div.calloutHoriz {
    margin-bottom: 20px; }

  div.calloutHoriz img {
    width: 100%;
    float: none; }

  div.calloutHorizContent {
    width: 100%;
    float: none; }

  div.calloutHorizContent {
    border-bottom: 1px solid #dddddd; } }
@media screen and (max-width: 580px) {
  div.col-xs-6.col-sm-9 {
    margin-top: 10%; }

  #headerJABSOMLogo {
    display: none; }

  #headerJABSOMRight {
    width: auto; }

  #headerJABSOMRight a {
    display: none; }

  #headerJABSOMRight a.gift-mobile {
    display: block; }

  .form-search div.form-group {
    width: 80%; }

  #headerJABSOMRight > form > div > input {
    width: 100%; }

  #headerJABSOM {
    min-height: 180px; } }
@media screen and (max-width: 500px) {
  .carouselCaption h1 {
    font-size: 25px; } }
