body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000; }
  body .graduated, body .green {
    color: #1f8466; }
  body .winter, body .blue {
    color: #037db1; }
  body .general, body .fall, body .gold, body .admitted {
    color: #877148; }
  body .black {
    color: #000; }
  body p {
    line-height: 1.4; }
  body #pageTitleRow h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    margin-top: 1em; }
    @media screen and (max-width: 40em) {
      body #pageTitleRow h1 {
        font-size: 2.5rem;
        line-height: 2.25rem; } }
  body #singlePageToDoLists {
    padding-bottom: 4em; }
    body #singlePageToDoLists .toDoListEntryRow .toDoListEntry {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer {
        width: 90%; }
        @media screen and (max-width: 40em) {
          body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer {
            width: 100%; } }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer h3 {
          color: #535353;
          font-size: 1.3rem;
          line-height: 1.4rem;
          font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          /*font-weight:bold;*/ }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer p, body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer ul, body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer ol {
          font-family: "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          font-size: 0.9rem;
          margin-bottom: 0.5rem; }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton {
          background-color: #877148;
          text-transform: uppercase;
          font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          /*font-weight:bold;*/
          margin-bottom: 0.5rem;
          border-radius: 6px;
          padding: 0.5em 1rem;
          font-size: 0.85rem; }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton:hover, body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton:focus {
          background-color: #695838; }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton.green {
          background-color: #1f8466;
          color: #fff; }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton.green:hover, body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton.green:focus {
          background-color: #115c46;
          color: #fff; }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton.blue {
          background-color: #037db1;
          color: #fff; }
        body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton.blue:hover, body #singlePageToDoLists .toDoListEntryRow .toDoListEntry .itemContainer .toDoListEntryButton.blue:focus {
          background-color: #075e83;
          color: #fff; }
      body #singlePageToDoLists .toDoListEntryRow .toDoListEntry hr {
        margin: 0.5rem 3rem 0.5rem 0; }
        @media screen and (max-width: 40em) {
          body #singlePageToDoLists .toDoListEntryRow .toDoListEntry hr {
            margin: 0.5rem 0; } }
  body #subPageNavigation-sticky-wrapper {
    background-color: #292929; }
  body #subPageNavigation {
    background-color: #292929;
    padding: 1rem 0;
    font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    /*font-weight:bold;*/
    text-transform: uppercase;
    min-height: 89px; }
    @media screen and (min-width: 64.063em) {
      body #subPageNavigation .navRow {
        transform: translateY(26%);
        -webkit-transform: translateY(26%);
        -moz-transform: translateY(26%);
        -o-transform: translateY(26%);
        -ms-transform: translateY(26%); } }
    body #subPageNavigation .navRow .gggMenuTitle {
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (min-width: 64.063em) {
        body #subPageNavigation .navRow .gggMenuTitle {
          display: table; } }
      @media screen and (max-width: 64em) {
        body #subPageNavigation .navRow .gggMenuTitle {
          font-size: 1.7rem;
          line-height: 1.5rem;
          margin-bottom: 1rem; } }
      body #subPageNavigation .navRow .gggMenuTitle .goldItalic {
        font-family: "ITC Garamond W01 Light Italic", "Garamond", Times, serif;
        color: #e9cb82;
        text-transform: none;
        font-style: italic; }
        @media screen and (max-width: 40em) {
          body #subPageNavigation .navRow .gggMenuTitle .goldItalic {
            font-size: 1.55rem;
            line-height: 2.5rem; } }
      body #subPageNavigation .navRow .gggMenuTitle a {
        text-decoration: none;
        color: inherit; }
        @media screen and (min-width: 64.063em) {
          body #subPageNavigation .navRow .gggMenuTitle a {
            display: table-cell;
            vertical-align: middle; } }
      body #subPageNavigation .navRow .gggMenuTitle img {
        margin-right: 0.4rem;
        vertical-align: middle;
        margin-bottom: 0.3rem; }
      body #subPageNavigation .navRow .gggMenuTitle .break {
        display: none; }
        @media screen and (max-width: 40em) {
          body #subPageNavigation .navRow .gggMenuTitle .break {
            display: inline-block; } }
    body #subPageNavigation .gggSubMenu ul {
      margin: 0; }
      @media screen and (min-width: 40.063em) {
        body #subPageNavigation .gggSubMenu ul {
          display: table;
          width: 80%;
          margin: 0 auto; } }
      @media screen and (min-width: 64.063em) {
        body #subPageNavigation .gggSubMenu ul {
          display: table;
          width: 100%; } }
      body #subPageNavigation .gggSubMenu ul li {
        display: inline-block;
        line-height: 1rem;
        text-align: center; }
        @media screen and (max-width: 40em) {
          body #subPageNavigation .gggSubMenu ul li {
            width: 100%;
            text-align: center; } }
        @media screen and (max-width: 64em) {
          body #subPageNavigation .gggSubMenu ul li {
            padding: 0.4rem; } }
        @media screen and (min-width: 40.063em) {
          body #subPageNavigation .gggSubMenu ul li {
            padding: 0.2rem 0.4rem;
            max-width: 38%;
            width: 38%;
            display: table-cell;
            vertical-align: middle; } }
        body #subPageNavigation .gggSubMenu ul li a {
          color: #aeaeae; }
          @media screen and (min-width: 64.063em) {
            body #subPageNavigation .gggSubMenu ul li a {
              display: block;
              vertical-align: middle; } }
          body #subPageNavigation .gggSubMenu ul li a .break {
            display: none; }
            @media screen and (min-width: 40.063em) {
              body #subPageNavigation .gggSubMenu ul li a .break {
                display: inline; } }
          body #subPageNavigation .gggSubMenu ul li a .space {
            display: none; }
            @media screen and (max-width: 64em) {
              body #subPageNavigation .gggSubMenu ul li a .space {
                display: inline; } }
        body #subPageNavigation .gggSubMenu ul li a.active {
          color: #fff; }
        body #subPageNavigation .gggSubMenu ul li a:hover, body #subPageNavigation .gggSubMenu ul li a:focus {
          color: #fff; }
      @media screen and (max-width: 40em) {
        body #subPageNavigation .gggSubMenu ul li:nth-child(3) {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 64em) {
        body #subPageNavigation .gggSubMenu ul li:nth-child(3) {
          padding: 0.4rem; } }
      @media screen and (min-width: 40.063em) and (max-width: 64em) {
        body #subPageNavigation .gggSubMenu ul li:nth-child(3) {
          width: 33% !important; } }
      @media screen and (min-width: 64.063em) {
        body #subPageNavigation .gggSubMenu ul li:nth-child(3) {
          width: 20%;
          max-width: 20%;
          display: table-cell;
          vertical-align: middle; } }
      body #subPageNavigation .gggSubMenu ul li.active {
        color: #fff; }
      body #subPageNavigation .gggSubMenu ul li:hover, body #subPageNavigation .gggSubMenu ul li:focus {
        color: #fff;
        cursor: pointer; }
  body #mainContent {
    padding-top: 1.7em;
    background-color: #fff; }
    @media screen and (max-width: 40em) {
      body #mainContent {
        padding-top: 0.5em; } }
    @media screen and (min-width: 40.063em) and (max-width: 64em) {
      body #mainContent {
        padding-top: 1em; } }
    body #mainContent #introText {
      padding-top: 2rem;
      padding-bottom: 1rem;
      text-align: center; }
      body #mainContent #introText .GGGHeadline h1 {
        font-size: 4rem;
        text-transform: uppercase;
        font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        color: #877148;
        letter-spacing: -1px;
        line-height: 3.4rem;
        padding-bottom: 0.5rem; }
        @media screen and (max-width: 40em) {
          body #mainContent #introText .GGGHeadline h1 {
            font-size: 2.5rem;
            line-height: 2rem; } }
        @media screen and (min-width: 40.063em) and (max-width: 64em) {
          body #mainContent #introText .GGGHeadline h1 {
            font-size: 3.5rem;
            line-height: 3rem; } }
      body #mainContent #introText .GGGIntro p {
        font-family: "ITC Garamond W01 Book", "Garamond", Times, serif;
        font-size: 1.3rem;
        line-height: 1.3; }
    body #mainContent #calendar #calendar-nav-row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: initial;
      background-color: #f5efe8; }
      body #mainContent #calendar #calendar-nav-row #calendar-nav-content {
        max-width: 62.5em;
        margin-top: 1.2em;
        margin-bottom: 1.2em; }
        body #mainContent #calendar #calendar-nav-row #calendar-nav-content #cal-intro-text {
          text-align: right; }
          @media screen and (max-width: 40em) {
            body #mainContent #calendar #calendar-nav-row #calendar-nav-content #cal-intro-text {
              padding-bottom: 1em;
              text-align: center; } }
          body #mainContent #calendar #calendar-nav-row #calendar-nav-content #cal-intro-text #calIcon {
            margin-right: 1em;
            margin-top: -6px;
            width: 40px;
            height: auto; }
            @media screen and (max-width: 40em) {
              body #mainContent #calendar #calendar-nav-row #calendar-nav-content #cal-intro-text #calIcon {
                width: 35px; } }
          body #mainContent #calendar #calendar-nav-row #calendar-nav-content #cal-intro-text span {
            font-family: "ITC Garamond W01 Bold", "Garamond", Times, serif;
            font-size: 1.2rem;
            line-height: 0.9rem;
            padding-top: 0.2em; }
            @media screen and (max-width: 64em) {
              body #mainContent #calendar #calendar-nav-row #calendar-nav-content #cal-intro-text span {
                font-size: 1.1rem; } }
        @media screen and (max-width: 64em) {
          body #mainContent #calendar #calendar-nav-row #calendar-nav-content .tabs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; } }
        body #mainContent #calendar #calendar-nav-row #calendar-nav-content .tabs li.tab-title a {
          padding: 0em 0.8em;
          background-color: transparent;
          color: #000000;
          text-transform: uppercase;
          font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          font-size: 0.95rem; }
          @media screen and (max-width: 64em) {
            body #mainContent #calendar #calendar-nav-row #calendar-nav-content .tabs li.tab-title a {
              padding: 0em 0.5em; } }
        body #mainContent #calendar #calendar-nav-row #calendar-nav-content .tabs li.tab-title.active a {
          color: #7E6A44; }
    body #mainContent #calendar #bgArrow {
      background-image: url("https://www.oakland.edu/Assets/Oakland/golden-grizzly-guide/transfer/graphics/bg-images/ArrowBGImage.png");
      background-position: center bottom;
      background-repeat: no-repeat;
      height: 15px;
      position: relative;
      z-index: 1; }
    body #mainContent #calendar #calendar-data-row {
      position: relative;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: -15px;
      max-width: initial;
      background-color: #665d4b; }
      body #mainContent #calendar #calendar-data-row #calendar-data-content {
        max-width: 72.5em;
        color: #ffffff; }
        body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates {
          text-align: center;
          padding-top: 2em;
          position: relative; }
          body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates h2 {
            font-size: 1.8rem;
            font-family: "ITC Garamond W01 Bold", "Garamond", Times, serif;
            color: #ffffff; }
          body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates .tabs-content {
            margin-bottom: 0.5em; }
            body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates .tabs-content .leftDateCol {
              border-right: 2px solid #877f6e; }
            body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates .tabs-content .date-data {
              margin-bottom: 1em; }
              body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates .tabs-content .date-data h3 {
                font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
                color: #ffffff;
                font-size: 1.15rem;
                margin-bottom: 0px;
                line-height: 1em; }
              body #mainContent #calendar #calendar-data-row #calendar-data-content #important-dates .tabs-content .date-data .date-description {
                color: #ffffff;
                font-size: 0.9rem;
                line-height: 1.1rem;
                margin-top: 0.2em; }
        body #mainContent #calendar #calendar-data-row #calendar-data-content #more-dates {
          text-align: right;
          font-size: 0.85rem;
          padding-bottom: 0.5em;
          position: absolute;
          right: 10px;
          bottom: 0px; }
          body #mainContent #calendar #calendar-data-row #calendar-data-content #more-dates a {
            color: #ffffff;
            font-family: "Helvetica Neue LT W01_66 Md It", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
          body #mainContent #calendar #calendar-data-row #calendar-data-content #more-dates:hover, body #mainContent #calendar #calendar-data-row #calendar-data-content #more-dates:focus {
            text-decoration: underline; }
          body #mainContent #calendar #calendar-data-row #calendar-data-content #more-dates #rightArrow {
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #ffffff;
            display: inline-block;
            margin-left: 0.5em;
            margin-bottom: -0.05rem; }
        body #mainContent #calendar #calendar-data-row #calendar-data-content #campus-beauty {
          background-image: url("https://www.oakland.edu/Assets/Oakland/golden-grizzly-guide/transfer/graphics/bg-images/GGGTransfer_FallBG.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          min-height: 20em; }
    body #mainContent #to-do-lists {
      padding: 2em; }
      @media screen and (max-width: 40em) {
        body #mainContent #to-do-lists {
          padding: 1em; } }
      body #mainContent #to-do-lists .list {
        background-color: #f0f0f0;
        position: relative;
        padding: 2em 3em;
        margin-bottom: 2em; }
        body #mainContent #to-do-lists .list .icon {
          display: flex;
          height: inherit;
          justify-content: center;
          flex-direction: column; }
          @media screen and (max-width: 40em) {
            body #mainContent #to-do-lists .list .icon {
              padding-bottom: 1em; } }
          body #mainContent #to-do-lists .list .icon img {
            margin-left: auto;
            margin-right: auto;
            width: 110px;
            height: auto; }
        body #mainContent #to-do-lists .list .list-intro-text h2 {
          color: #877148;
          font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          font-size: 1.5rem;
          line-height: 1.25rem;
          text-transform: uppercase;
          margin-bottom: 0.25rem; }
          @media screen and (max-width: 40em) {
            body #mainContent #to-do-lists .list .list-intro-text h2 {
              margin-bottom: 0.75rem; } }
        body #mainContent #to-do-lists .list .list-intro-text p {
          margin-bottom: 1em;
          font-family: "ITC Garamond W01 Bold", "Garamond", Times, serif;
          font-size: 1.2rem;
          line-height: 1.4rem; }
        body #mainContent #to-do-lists .list .to-do-list-body {
          padding-top: 2em;
          display: none; }
          body #mainContent #to-do-lists .list .to-do-list-body .to-do-item {
            padding-bottom: 1.5em; }
            body #mainContent #to-do-lists .list .to-do-list-body .to-do-item h3 {
              font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
              font-size: 1.3rem;
              line-height: 1.4rem; }
            body #mainContent #to-do-lists .list .to-do-list-body .to-do-item .more-info-button {
              background-color: #877148;
              text-transform: uppercase;
              font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
              margin-bottom: 0.5rem;
              border-radius: 6px;
              padding: 0.5em 1rem;
              font-size: 0.85rem; }
            body #mainContent #to-do-lists .list .to-do-list-body .to-do-item .more-info-button:hover, body #mainContent #to-do-lists .list .to-do-list-body .to-do-item .more-info-button:focus {
              background-color: #695838; }
        body #mainContent #to-do-lists .list .expand-list {
          position: absolute;
          text-decoration: underline;
          right: 20px;
          bottom: 7px;
          font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          text-transform: uppercase; }
          body #mainContent #to-do-lists .list .expand-list i {
            border: solid black;
            border-width: 0 3px 3px 0;
            display: inline-block; }
          body #mainContent #to-do-lists .list .expand-list .down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            padding: 3px;
            margin-bottom: 3px;
            margin-left: 8px; }
          body #mainContent #to-do-lists .list .expand-list .up {
            transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
            padding: 3px;
            margin-bottom: 0px;
            margin-left: 8px; }
        body #mainContent #to-do-lists .list .expand-list:hover, body #mainContent #to-do-lists .list .expand-list:focus {
          cursor: pointer; }
        body #mainContent #to-do-lists .list .to-do-link {
          position: absolute;
          text-decoration: underline;
          right: 20px;
          bottom: 7px;
          font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          color: #000; }
      body #mainContent #to-do-lists .orientationDetails {
        display: none; }
        body #mainContent #to-do-lists .orientationDetails h2 {
          font-family: "Helvetica Neue LT W01_67 Md Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          color: #877148;
          font-size: 1.3rem;
          line-height: 1.3rem; }
        body #mainContent #to-do-lists .orientationDetails p {
          font-size: 0.9rem; }
        body #mainContent #to-do-lists .orientationDetails ol {
          font-size: 0.9rem; }
        body #mainContent #to-do-lists .orientationDetails a {
          color: #000;
          text-decoration: underline; }
        body #mainContent #to-do-lists .orientationDetails a:hover {
          color: #877148; }
      body #mainContent #to-do-lists #orientationInfoMenu {
        height: 3em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-bottom: 3rem;
        display: block; }
  body #ggg_Transfer_Homepage {
    background-color: #fff; }
    body #ggg_Transfer_Homepage #gggTitleRow {
      padding-top: 3rem;
      padding-bottom: 2rem; }
      @media screen and (max-width: 64em) {
        body #ggg_Transfer_Homepage #gggTitleRow {
          padding-top: 2rem;
          padding-bottom: 1rem; } }
      body #ggg_Transfer_Homepage #gggTitleRow h1 {
        font-size: 3.75rem;
        color: #877148;
        /*font-weight:bold;*/
        font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        line-height: 3.7rem;
        padding-bottom: 1rem; }
        @media screen and (max-width: 40em) {
          body #ggg_Transfer_Homepage #gggTitleRow h1 {
            font-size: 2.4rem;
            line-height: 2.35rem; } }
        @media screen and (min-width: 40.063em) and (max-width: 64em) {
          body #ggg_Transfer_Homepage #gggTitleRow h1 {
            font-size: 3rem;
            padding-bottom: 0.2rem;
            line-height: 3rem; } }
        body #ggg_Transfer_Homepage #gggTitleRow h1 .grayItalic {
          font-family: "ITC Garamond W01 Light Italic", "Garamond", Times, serif;
          color: #3f3f3f;
          text-transform: none;
          font-style: italic;
          font-weight: normal;
          font-size: 3.1rem; }
          @media screen and (max-width: 40em) {
            body #ggg_Transfer_Homepage #gggTitleRow h1 .grayItalic {
              font-size: 1.9rem; } }
          @media screen and (min-width: 40.063em) and (max-width: 64em) {
            body #ggg_Transfer_Homepage #gggTitleRow h1 .grayItalic {
              font-size: 2.4rem; } }
      body #ggg_Transfer_Homepage #gggTitleRow p {
        font-size: 1.3rem;
        font-family: "ITC Garamond W01 Book", "Garamond", Times, serif;
        font-weight: normal;
        color: #2b2b2b; }
        @media screen and (max-width: 40em) {
          body #ggg_Transfer_Homepage #gggTitleRow p {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
    body #ggg_Transfer_Homepage #featuredPhotoRow {
      max-width: none;
      padding: 0;
      min-height: 30rem; }
      @media screen and (max-width: 40em) {
        body #ggg_Transfer_Homepage #featuredPhotoRow {
          min-height: 23rem; } }
      body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer {
        min-height: 30rem; }
        @media screen and (max-width: 40em) {
          body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer {
            min-height: 23rem; } }
        body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer > .row {
          min-height: 30rem;
          position: relative; }
          @media screen and (max-width: 40em) {
            body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer > .row {
              min-height: 23rem; } }
        body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px;
          bottom: 0px; }
          @media screen and (max-width: 40em) {
            body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer {
              /*padding-right:0px;*/ } }
          body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer .iLine {
            margin-bottom: 0.25rem;
            font-family: "ITC Garamond W01 Book", "Garamond", Times, serif;
            font-size: 1.3rem;
            line-height: 1.5rem;
            color: #fff; }
            @media screen and (min-width: 40.063em) and (max-width: 64em) {
              body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer .iLine {
                font-size: 1.1rem;
                line-height: 1.3rem; } }
            @media screen and (max-width: 40em) {
              body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer .iLine {
                text-align: left; } }
          body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer .iLine {
            margin-bottom: 1.2rem;
            font-size: 2rem;
            line-height: 1.8rem;
            color: #fff;
            font-family: "Helvetica Neue LT W01_47 Lt Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            text-align: center; }
            @media screen and (min-width: 40.063em) and (max-width: 64em) {
              body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer .iLine {
                font-size: 1.7rem;
                line-height: 1.6rem; } }
            @media screen and (max-width: 40em) {
              body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .textContainer .iLine {
                font-size: 1.8rem; } }
          body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .buttonLine .button {
            background-color: #fff;
            text-transform: uppercase;
            /*font-weight:bold;*/
            font-family: "Helvetica Neue LT W01_77 Bd Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            font-size: 1.2rem;
            padding: 0.75rem 0.9rem;
            line-height: 1.2rem; }
            @media screen and (max-width: 40em) {
              body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .buttonLine .button {
                font-size: 1rem; } }
          body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .buttonLine .button.black:hover, body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .buttonLine .button.black:focus {
            color: #fff;
            background-color: #000; }
          body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .buttonLine .button.gold:hover, body #ggg_Transfer_Homepage #featuredPhotoRow .photoContentContainer .centerBox .buttonLine .button.gold:focus {
            color: #fff;
            background-color: #877148; }
      body #ggg_Transfer_Homepage #featuredPhotoRow #homepageImage1 {
        background: linear-gradient(rgba(111, 87, 41, 0.74), rgba(111, 87, 41, 0.74)), url("https://www.oakland.edu/Assets/Oakland/golden-grizzly-guide/transfer/graphics/bg-images/GGGTransfer_Homepage1.jpg") center center no-repeat;
        background-size: cover; }
      body #ggg_Transfer_Homepage #featuredPhotoRow #homepageImage2 {
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://www.oakland.edu/Assets/Oakland/golden-grizzly-guide/transfer/graphics/bg-images/GGGTransfer_Homepage2.jpg") center center no-repeat;
        background-size: cover; }
    @media screen and (min-width: 40.063em) {
      body #ggg_Transfer_Homepage #hpMainContent {
        padding-bottom: 10rem;
        margin-top: 2.5rem; } }
    @media screen and (min-width: 40.063em) {
      body #ggg_Transfer_Homepage #hpMainContent .noPaddingRight {
        padding-right: 0px; } }
    body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer {
      color: #fff;
      padding: 0.9375rem; }
      body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer .button {
        width: 100%;
        min-height: 160px;
        display: table;
        margin: 0;
        text-decoration: none;
        padding: 2rem 3rem;
        font-family: "Helvetica Neue LT W01_57 Cond", "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
        body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer .button p.buttonText {
          margin: 0;
          padding: 0;
          display: table-cell;
          vertical-align: middle;
          font-size: 1.25rem;
          line-height: 1.8rem; }
      body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer .button1 {
        color: #fff;
        background-color: #343434; }
      body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer .button2 {
        color: #fff;
        background-color: #877148; }
      body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer .button3 {
        color: #000;
        background-color: #d9c9a1; }
      body #ggg_Transfer_Homepage #hpMainContent #responsiveButtons .buttonContainer .button4 {
        color: #fff;
        background-color: #655854; }
