html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
font-style: italic}

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. COLORS
 * 2. QUERIES
 * 3. FONTS
 * 4. SHADOWS
 * 5. KEYFRAMES
 */
/**
 * 1. BODY
 * 2. CLEAR FLOATS
 * 3. HEADER
 * 4. NAVIGATION
 * 5. FOOTER
 * 6. SOCIAL
 * 7. FORMS
 * 8. FOUNDATION OVERRIDES
 */
body {
  background: #fff;
  color: #332c2c;
  font: 16px/1.388em "FrutigerLTW01-45Light", Helvetica, Arial, sans-serif;
  padding-top: 135px; }

body.main-home {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  body {
    padding-top: 86px; } }
@media only screen and (max-width: 640px) {
  body {
    font: 16px/1.25em "FrutigerLTW01-45Light", Helvetica, Arial, sans-serif; } }
.clearfix:after {
  content: '';
  display: table;
  clear: both; }
.search .search-left {
  overflow: hidden; }
.search .search-right {
  float: right;
  width: 35px; }
.search input[type='text'] {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  margin: 0;
  width: 100%; }
.search input[type='submit'] {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  background: #d6d6d6 url("../images/search.png") no-repeat center;
  background-size: 19px 18px;
  border: none;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-indent: -9999px;
  width: 35px; }

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px); }
  header .header-top {
    height: 90px;
    position: relative;
    z-index: 2; }
    header .header-top .logo {
      float: left; }
      header .header-top .logo img {
        max-width: 588px; }
    header .header-top .search {
      float: right;
      margin: 42px 0 0 0;
      width: 232px; }
  header .header-bottom {
    background-color: #611919;
    height: 45px;
    position: relative; }
  header.headroom.headroom--not-top {
    left: 0;
    position: absolute;
    width: 100%; }
    header.headroom.headroom--not-top.headroom--unpinned {
      top: -90px; }
    header.headroom.headroom--not-top.headroom--pinned {
      position: fixed;
      top: -90px; }
      header.headroom.headroom--not-top.headroom--pinned .header-top {
        opacity: 0; }

.admin-bar header.headroom.headroom--not-top.headroom--pinned {
  top: -58px; }

.admin-bar.main-home header,
.admin-bar.program-home header {
  top: 32px; }

@media only screen and (max-width: 782px) {
  .admin-bar.main-home header,
  .admin-bar.program-home header {
    top: 46px; } }
@media only screen and (max-width: 1024px) {
  header .header-top {
    background-color: #fff;
    height: 49px;
    position: relative;
    z-index: 1; }
    header .header-top .logo {
      background-image: url("../images/mays-business-school-mobile.png");
      background-repeat: no-repeat;
      background-size: 320px;
      height: 49px;
      width: 100%; }
      header .header-top .logo img {
        display: none; }
    header .header-top .search {
      background-color: #d6d6d6;
      margin-top: 0;
      padding-left: 52px;
      width: 100%; }
      header .header-top .search input[type='text'],
      header .header-top .search input[type='submit'] {
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0;
        border-radius: 0 0 0 0;
        height: 37px;
        display: block; }
  header .header-bottom {
    background-color: transparent; }
  header.headroom.headroom--not-top .header-top {
    display: block; }
  header.headroom.headroom--not-top .primary-nav {
    margin-top: -37px; }
  header.headroom.headroom--not-top.headroom--unpinned {
    top: -49px;
    position: fixed; }
  header.headroom.headroom--not-top.headroom--pinned {
    top: -49px;
    position: fixed; }
    header.headroom.headroom--not-top.headroom--pinned .header-top {
      opacity: 1; } }
.global-nav {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 14px;
  line-height: 1em;
  margin: 8px 0 0 0;
  position: absolute;
  right: 1.25em;
  top: -110px;
  z-index: 3; }
  .global-nav ul li {
    border-left: 1px solid #000;
    float: left;
    margin-left: 6px;
    padding-left: 6px; }
    .global-nav ul li:first-child {
      border-left: none; }
    .global-nav ul li a {
      color: #000;
      text-decoration: none;
      text-transform: uppercase; }

.primary-nav > ul > li:hover,
.primary-nav > ul > li.current_page_item {
  background-color: white; }
  .primary-nav > ul > li:hover a,
  .primary-nav > ul > li.current_page_item a {
    color: #500000; }

.primary-nav,
.sidebar-nav {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 14px;
  line-height: 45px;
  margin-top: -20px;
  position: relative;
  width: 100%; }
  .primary-nav > ul,
  .sidebar-nav > ul {
    float: right;
    position: relative;
    right: 50%;
    text-align: center; }
    .primary-nav > ul > li,
    .sidebar-nav > ul > li {
      display: block;
      float: left;
      position: relative;
      left: 50%; }
      .primary-nav > ul > li.active,
      .sidebar-nav > ul > li.active {
        background-color: #fff; }
        .primary-nav > ul > li.active a,
        .sidebar-nav > ul > li.active a {
          color: #500000; }
      .primary-nav > ul > li > a,
      .sidebar-nav > ul > li > a {
        padding: 0 34px; }
      .primary-nav > ul > li a,
      .sidebar-nav > ul > li a {
        color: #fff;
        display: block;
        height: 100%;
        text-decoration: none;
        text-transform: uppercase; }
  .primary-nav > ul > li > ul,
  .sidebar-nav > ul > li > ul {
    background-color: #fff;
    display: none;
    font-size: 15px;
    left: 0;
    line-height: 20px;
    padding: 16px 0 32px;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 314px;
    z-index: 10; }
    .primary-nav > ul > li > ul > li,
    .sidebar-nav > ul > li > ul > li {
      border-bottom: 1px solid #e5e5e5; }
      .primary-nav > ul > li > ul > li.menu-item-has-children,
      .sidebar-nav > ul > li > ul > li.menu-item-has-children {
        background: url("../images/nav-icons.png") no-repeat right 16px;
        background-size: 38px 50px; }
        .primary-nav > ul > li > ul > li.menu-item-has-children.active,
        .sidebar-nav > ul > li > ul > li.menu-item-has-children.active {
          background-position: right -26px; }
      .primary-nav > ul > li > ul > li a,
      .sidebar-nav > ul > li > ul > li a {
        display: block;
        padding: 12px 40px 8px 22px; }
  .primary-nav > ul > li.active > ul,
  .sidebar-nav > ul > li.active > ul {
    display: block; }
  .primary-nav > ul ul ul,
  .sidebar-nav > ul ul ul {
    background-color: #ececec;
    display: none;
    font-family: "FrutigerLTW01-55Roman";
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 0; }
    .primary-nav > ul ul ul li.menu-item,
    .sidebar-nav > ul ul ul li.menu-item {
      padding-bottom: 5px; }
      .primary-nav > ul ul ul li.menu-item.current-menu-item > a,
      .sidebar-nav > ul ul ul li.menu-item.current-menu-item > a {
        color: #500000; }
      .primary-nav > ul ul ul li.menu-item.menu-item-has-children > a,
      .sidebar-nav > ul ul ul li.menu-item.menu-item-has-children > a {
        color: #500000; }
      .primary-nav > ul ul ul li.menu-item > a,
      .sidebar-nav > ul ul ul li.menu-item > a {
        color: #332c2c;
        display: block;
        padding-left: 40px;
        padding-bottom: 5px;
        text-transform: none; }
    .primary-nav > ul ul ul > li.menu-item-has-children,
    .sidebar-nav > ul ul ul > li.menu-item-has-children {
      background: url("../images/nav-icons.png") no-repeat right 16px;
      background-size: 38px 50px;
      padding-bottom: 0; }
      .primary-nav > ul ul ul > li.menu-item-has-children.active,
      .sidebar-nav > ul ul ul > li.menu-item-has-children.active {
        background-position: right -26px; }
      .primary-nav > ul ul ul > li.menu-item-has-children a,
      .sidebar-nav > ul ul ul > li.menu-item-has-children a {
        padding-bottom: 10px; }
    .primary-nav > ul ul ul li:hover,
    .sidebar-nav > ul ul ul li:hover {
      background-color: #500000; }
      .primary-nav > ul ul ul li:hover a,
      .sidebar-nav > ul ul ul li:hover a {
        color: #fff; }
    .primary-nav > ul ul ul > li.menu-item-has-children:hover,
    .sidebar-nav > ul ul ul > li.menu-item-has-children:hover {
      background-color: #ececec; }
      .primary-nav > ul ul ul > li.menu-item-has-children:hover > a,
      .sidebar-nav > ul ul ul > li.menu-item-has-children:hover > a {
        color: #500000; }
  .primary-nav ul ul li.active ul,
  .sidebar-nav ul ul li.active ul {
    display: block; }
  .primary-nav ul ul ul li.menu-item-has-children > ul,
  .sidebar-nav ul ul ul li.menu-item-has-children > ul {
    background-color: #ddd;
    display: none;
    padding-bottom: 0; }
    .primary-nav ul ul ul li.menu-item-has-children > ul > li a,
    .sidebar-nav ul ul ul li.menu-item-has-children > ul > li a {
      color: #332c2c;
      padding-bottom: 5px;
      padding-left: 50px; }
    .primary-nav ul ul ul li.menu-item-has-children > ul li:hover a,
    .sidebar-nav ul ul ul li.menu-item-has-children > ul li:hover a {
      color: #fff; }
  .primary-nav ul ul ul li.active ul,
  .sidebar-nav ul ul ul li.active ul {
    display: block; }

.primary-nav {
  z-index: 2; }
  .primary-nav > ul > li > ul {
    width: 240px; }
  .primary-nav > ul ul ul {
    left: 240px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 240px; }
    .primary-nav > ul ul ul li.menu-item > a {
      padding-left: 22px; }
    .primary-nav > ul ul ul li.menu-item-has-children > ul > li a {
      padding-left: 22px; }

.sidebar-nav {
  background-color: #f4f4f4;
  margin-top: 46px;
  margin-bottom: 60px; }
  .sidebar-nav > ul {
    float: none;
    text-align: left; }
    .sidebar-nav > ul > li {
      float: none; }
      .sidebar-nav > ul > li.menu-item-has-children {
        background: url("../images/nav-icons.png") no-repeat right 16px;
        background-size: 38px 50px; }
        .sidebar-nav > ul > li.menu-item-has-children.active {
          background-position: right -26px; }
      .sidebar-nav > ul > li.active {
        background-color: transparent; }
        .sidebar-nav > ul > li.active > a {
          border-left: 3px solid #500000;
          padding-left: 13px; }
      .sidebar-nav > ul > li a {
        color: #500000;
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-top: 10px; }
  .sidebar-nav > ul > li > ul {
    background-color: #e4e4e4;
    padding: 0;
    position: static;
    width: 100%; }
    .sidebar-nav > ul > li > ul li {
      border: 0; }
      .sidebar-nav > ul > li > ul li a {
        padding-left: 25px;
        font-family: "FrutigerLTW01-55Roman";
        font-weight: normal;
        text-transform: capitalize; }
  .sidebar-nav > ul > li.current-menu-ancestor > ul {
    display: block; }
  .sidebar-nav ul ul ul {
    background-color: #d3d3d3;
    padding-bottom: 0; }
    .sidebar-nav ul ul ul li {
      border-bottom: 1px solid #f4f4f4;
      padding-bottom: 5px; }
    .sidebar-nav ul ul ul > li.menu-item-has-children:hover {
      background-color: #d3d3d3; }
      .sidebar-nav ul ul ul > li.menu-item-has-children:hover a {
        color: #500000; }
    .sidebar-nav ul ul ul > li.current-menu-item:hover a {
      color: #fff; }
  .sidebar-nav ul ul li.current-menu-ancestor ul {
    display: block; }
  .sidebar-nav ul ul ul li.menu-item-has-children > ul {
    background-color: #c9c9c9;
    display: none;
    padding-bottom: 0; }
    .sidebar-nav ul ul ul li.menu-item-has-children > ul > li a {
      padding-bottom: 5px; }
    .sidebar-nav ul ul ul li.menu-item-has-children > ul > li:last-child {
      border: 0; }
    .sidebar-nav ul ul ul li.menu-item-has-children > ul li:hover a {
      color: #fff; }
  .sidebar-nav ul ul ul li.active ul,
  .sidebar-nav ul ul ul li.current-menu-ancestor ul {
    display: block; }

.ffhamburger-bg {
  display: none;
  top: -37px;
  z-index: 1; }

@media only screen and (max-width: 1024px) {
  .main-home .headroom--not-top .primary-nav-wrapper {
    padding-top: 37px; }

  .ffhamburger-bg {
    display: block; }

  .global-nav {
    background-color: #f6f6f6;
    display: none;
    height: 100px;
    margin-top: 0;
    padding-top: 25px;
    position: static;
    text-align: center; }
    .global-nav.active {
      display: block; }
    .global-nav ul {
      height: 100%;
      margin: 0 auto;
      width: 250px; }
      .global-nav ul li {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 0 6px; }
      .global-nav ul li:nth-child(4) {
        border-left: 0; }

  .primary-nav-wrapper {
    height: 0;
    position: relative;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll; }
    .primary-nav-wrapper.active {
      height: 100vh; }

  .global-nav {
    margin-bottom: 40px; }

  .primary-nav {
    background-color: #f6f6f6;
    display: none;
    margin-top: -37px;
    position: relative; }
    .primary-nav.active {
      display: block; }
    .primary-nav > ul {
      float: none;
      text-align: left; }
      .primary-nav > ul > li {
        float: none;
        border-bottom: #cccccc 1px solid; }
        .primary-nav > ul > li.menu-item-has-children {
          background: url("../images/nav-icons.png") no-repeat right 16px;
          background-size: 38px 50px; }
          .primary-nav > ul > li.menu-item-has-children.active {
            background-color: #fff;
            background-position: right -26px; }
        .primary-nav > ul > li a {
          color: #500000;
          padding-left: 16px; }
    .primary-nav > ul > li > ul {
      left: 100%;
      padding: 0;
      position: static;
      width: 100%; }
      .primary-nav > ul > li > ul li {
        border-bottom: 0; }
    .primary-nav > ul ul,
    .primary-nav > ul ul ul {
      top: 0;
      left: 100%;
      position: static;
      width: 100%; }
    .primary-nav > ul li.active > ul {
      left: 0; } }
@media only screen and (max-width: 640px) {
  .sidebar-nav {
    margin-top: 0; }

  .program-site .sidebar-nav {
    display: none; } }
footer {
  background: url("../images/footer-bg.jpg") no-repeat left top;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px); }
  footer h2 {
    color: #fff;
    text-transform: none; }
  footer .footer-left,
  footer .footer-right {
    font-size: 18px;
    line-height: 1.44em; }
  footer .footer-left {
    padding: 24px 0 0; }
    footer .footer-left .connect {
      padding: 0 0 24px; }
      footer .footer-left .connect h2 {
        font-family: "Baskerville W01 Italic";
        font-size: 30px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 1.2em;
        padding-bottom: 30px; }
        footer .footer-left .connect h2 strong {
          font-family: "FrutigerLTW01-55Roman";
          font-style: normal;
          font-weight: normal;
          text-transform: uppercase; }
    footer .footer-left .mays-social h2 {
      font-family: "FrutigerLTW01-55Roman";
      font-size: 18px;
      font-weight: normal;
      padding-bottom: 0; }
  footer .footer-right {
    font-family: "FrutigerLTW01-55Roman";
    padding: 90px 0 0; }
    footer .footer-right .email-signup {
      padding: 0 0 68px; }
      footer .footer-right .email-signup h2 {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 16px; }
      footer .footer-right .email-signup input {
        background-color: rgba(255, 255, 255, 0.6);
        float: left;
        height: 50px;
        line-height: 50px; }
      footer .footer-right .email-signup input[type='text'],
      footer .footer-right .email-signup input[type='email'] {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px;
        color: #555;
        font-size: 18px;
        width: 90%; }
        footer .footer-right .email-signup input[type='text']:-moz-placeholder,
        footer .footer-right .email-signup input[type='email']:-moz-placeholder {
          color: #555; }
        footer .footer-right .email-signup input[type='text']::-moz-placeholder,
        footer .footer-right .email-signup input[type='email']::-moz-placeholder {
          color: #555; }
        footer .footer-right .email-signup input[type='text']:-ms-input-placeholder,
        footer .footer-right .email-signup input[type='email']:-ms-input-placeholder {
          color: #555; }
        footer .footer-right .email-signup input[type='text']::-webkit-input-placeholder,
        footer .footer-right .email-signup input[type='email']::-webkit-input-placeholder {
          color: #555; }
      footer .footer-right .email-signup input[type='submit'] {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0;
        border-radius: 0 4px 4px 0;
        background-image: url("../images/submit-bg.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 28px 26px;
        border: none;
        cursor: pointer;
        text-indent: -9999px;
        width: 10%; }
    footer .footer-right .ctas a.btn {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #154554;
      color: #fff;
      display: block;
      font-size: 20px;
      height: 50px;
      line-height: 50px;
      margin-bottom: 10px;
      text-align: center;
      text-decoration: none;
      width: 100%; }
  footer .copyright {
    background: url("../images/tamu.png") no-repeat left top;
    background-size: 64px 54px;
    font-family: "FrutigerLTW01-55Roman";
    font-size: 14px;
    line-height: 1.57em;
    margin-top: 86px;
    padding: 0 0 20px 86px; }
    footer .copyright p {
      font-size: 14px;
      padding-bottom: 10px; }
    footer .copyright a {
      color: #fff;
      text-decoration: none; }
      footer .copyright a:hover {
        text-decoration: underline; }
 
/* added by ZB - 8/16/16 for blog section on Home page */
.landing-bar.top-bar h2, .mays-social-features h2 {
    font: normal 36px/40px "Baskerville W01 Italic";
    letter-spacing: 1px;
    text-transform: none;
    }
.mays-social-features h2 strong, .landing-bar.top-bar h2 strong {
    font: normal 30px/40px "FrutigerLTW01-55Roman";
    text-transform: uppercase;
    }
    
.mays-social-features {
    background-color: #fff;
    padding: 20px 0 60px;
    }

@media only screen and (max-width: 640px) { .landing-bar.top-bar h2, .mays-social-features h2 { font: normal 18px/20px "Baskerville W01 Italic";} }
@media only screen and (max-width: 640px) { .mays-social-features h2 strong, .landing-bar.top-bar h2 strong { font: normal 15px/20px "FrutigerLTW01-55Roman"; text-transform: uppercase; } }
      
/* added by ZB - 8/16/16 for postano section on Home page */
.widget.mays-social-links-features {
	float:right;
	}
.social-links-features li a {
	background: url("../images/social-icons.png") no-repeat 0 0;
    background-size: 23px 189px;
    display: block;
    height: 21px;
    text-indent: -9999px;
    width: 29px;
    margin-top: 7px;
    }
.social-links-features li {
	float:left;
	}
.social-links-features li a.fb {
	background-position: 0 0;
	}
.social-links-features li a.tw {
	background-position: 0 -84px;
	}
.social-links-features li a.li {
	background-position: 0 -63px;
	}
.social-links-features li a.gp {
	background-position: 0 -42px;
	}
.social-links-features li a.fl {
	background-position: 0 -21px;
	}
.social-links-features li a.yt {
	background-position: 0 -168px;
	}
@media only screen and (max-width: 640px) { .mays-social-links-features li a { margin-top:0;}	}

.social-links {
  padding: 14px 0 0; }
  .social-links h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 0; }
  .social-links li {
    float: left;
    margin: 0 16px 0 0; }
    .social-links li:last-child {
      margin-right: 0; }
    .social-links li a {
      background: url("../images/social-icons.png") no-repeat 0 0;
      background-size: 54px 486px;
      display: block;
      height: 54px;
      text-indent: -9999px;
      width: 54px;
      margin-top: 10px; }
      .social-links li a.fb {
        background-position: 0 0; }
      .social-links li a.tw {
        background-position: 0 -216px; }
      .social-links li a.li {
        background-position: 0 -162px; }
      .social-links li a.gp {
        background-position: 0 -108px; }
      .social-links li a.fl {
        background-position: 0 -54px; }
      .social-links li a.yt {
        background-position: 0 -270px; }
      .social-links li a.pn {
        background-position: 0 -324px; }
      .social-links li a.bg {
        background-position: 0 -378px; }
      .social-links li a.in {
        background-position: 0 -432px; }

@media only screen and (max-width: 1024px) {
  .social-links li {
    margin: 0 8px 0 0; }
    .social-links li a {
      background-size: 40px 360px;
      height: 40px;
      width: 40px; }
      .social-links li a.fb {
        background-position: 0 0; }
      .social-links li a.tw {
        background-position: 0 -160px; }
      .social-links li a.li {
        background-position: 0 -120px; }
      .social-links li a.gp {
        background-position: 0 -80px; }
      .social-links li a.fl {
        background-position: 0 -40px; }
      .social-links li a.yt {
        background-position: 0 -200px; }
      .social-links li a.pn {
        background-position: 0 -240px; }
      .social-links li a.bg {
        background-position: 0 -280px; }
      .social-links li a.in {
        background-position: 0 -320px; }

  footer .footer-right .ctas a.btn {
    font-size: 14px; }

  footer .footer-right .email-signup input[type='submit'] {
    width: 10%; }

  footer .footer-right .email-signup input[type='text'] {
    width: 85%; } }
form input.btn {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #f4af00;
  border: none;
  color: #fff;
  display: inline-block;
  float: right;
  font-family: "FrutigerLTW01-55Roman";
  font-size: 20px;
  margin-top: 20px;
  min-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%; }

[class*="column"] + [class*="column"]:last-child {
  float: left; }

@media only screen and (max-width: 1024px) {
  .medium-fullWidth {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 640px) {
  .small-fullWidth {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px; } }
/**
 * 1. HEADLINES
 * 2. PARAGRAPHS
 * 3. FORMS
 * 4. MISC SELECTORS
 * 5. IMAGES
 */
.site-title p,
.site-title p a {
  color: #000;
  font-family: "Baskerville W01 Italic";
  font-size: 42px;
  font-weight: normal;
  line-height: 1.52em;
  letter-spacing: 2px;
  padding-bottom: 3px;
  text-decoration: none; }
  .site-title p strong,
  .site-title p a strong {
    font-family: "FrutigerLTW01-45Light";
    text-transform: uppercase;
    font-weight: normal; }

h1 {
  color: #000;
  font-family: "FrutigerLTW01-55Roman";
  font-size: 30px;
  line-height: 1.25em;
  padding-bottom: 20px;
  text-transform: uppercase; }

h2 {
  color: #000;
  font-family: "FrutigerLTW01-55Roman";
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25em;
  padding-bottom: 22px;
  text-transform: uppercase; }

h3 {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25em;
  padding-bottom: 26px; }

h4 {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase; }

h4,
h5,
h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }

p {
  font-size: 18px;
  line-height: 1.388em;
  padding-bottom: 25px; }

strong {
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: normal; }

em {
  font-family: "FrutigerLTW01-56Italic";
  font-style: normal; }

strong > em,
em > strong {
  font-family: "FrutigerLTW01-66BoldIta"; }

blockquote {
  font-family: "Baskerville W02 Regular_743762";
  margin: 50px 0;
  padding: 32px 0 0;
  position: relative;
  text-align: center; }
  blockquote:before {
    border-top: 1px solid #dcdcdc;
    content: '';
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28%; }
  blockquote p {
    color: #500000;
    font-size: 36px;
    line-height: 1.277em;
    padding-bottom: 25px; }
    blockquote p.quotee {
      font-family: "Frutiger LT W01_65 Bold";
      font-size: 24px;
      line-height: 1.416em;
      padding-bottom: 0;
      text-transform: uppercase; }
    blockquote p.quotee-title {
      font-family: "FrutigerLTW01-56Italic";
      font-size: 20px;
      line-height: 1.5em;
      padding-bottom: 0; }

@media only screen and (max-width: 640px) {
  p {
    font-size: 16px;
    line-height: 1.25em; } }
input[type='text'],
input[type='email'] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #d6d6d6;
  border: none;
  color: #666;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px; }

.main-content ul,
.main-content ol {
  padding: 0 0 3px 20px; }
.main-content ul {
  list-style: disc; }
  .main-content ul > li > ul {
    padding-top: 20px; }
    .main-content ul > li > ul li:last-child {
      margin-bottom: 0; }
.main-content ol {
  list-style: decimal; }
.main-content li {
  font-size: 18px;
  margin-bottom: 22px; }
.main-content table {
  border-collapse: separate;
  border-right: 40px solid transparent;
  margin-bottom: 40px;
  width: 100%; }
  .main-content table tr th,
  .main-content table tr td {
    padding: 16px 20px; }
  .main-content table tr th {
    background-color: #e7e1d4;
    font-family: "FrutigerLTW01-55Roman";
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase; }
    .main-content table tr th:first-child {
      -moz-border-radius: 8px 0 0 0;
      -webkit-border-radius: 8px;
      border-radius: 8px 0 0 0; }
    .main-content table tr th:last-child {
      -moz-border-radius: 0 8px 0 0;
      -webkit-border-radius: 0;
      border-radius: 0 8px 0 0; }
  .main-content table tr td {
    background-color: #f6f6f6; }
  .main-content table tr:nth-child(even) td {
    background-color: #dcdcdc; }
  .main-content table tr:last-child td:last-child {
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 8px 0; }
  .main-content table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 8px; }
  .main-content table.small {
    float: left;
    width: 50% !important; }

.mays-select.disabled {
  opacity: .5; }

@media only screen and (max-width: 640px) {
  .main-content table {
    border-right-width: 0px; }
    .main-content table.small {
      width: 100% !important; } }
img.alignright {
  float: right;
  margin: 0 0 55px 55px; }

img.alignleft {
  float: left;
  margin: 0 55px 55px 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft {
  float:left;
  margin:0 1em 1em 0;
    font-style: italic;
}
.wp-caption.aligncenter {
  display: block;
  margin-left:auto;
  margin-right: auto;
    font-style:italic;
}
.wp-caption.alighnright {
  float: right;
  margin: 0 0 1em 1em;
    font-style:italic;
}

/**
 * 1. WIDGETS
 * 2. GENERAL PAGE
 * 3. DEPARTMENT HOME
 * 4. DIRECTORY
 * 5. SPOTLIGHT
 * 6. FACULTY DETAIL
 * 7. PROGRAM HOME
 * 8. HOME PAGE
 * 9. 404 PAGE
 *10. EVENTS
 *11. SEARCH
 *12. ALT DEPARTMENT HOME
 *13. CODE MAROON
 */
.sidebar-widgets {
  margin-bottom: 50px;
  margin-top: 46px; }
  .sidebar-widgets .widget {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #b6a984;
    color: #fff;
    margin-bottom: 40px;
    padding: 25px 20px 20px; }
    .sidebar-widgets .widget h2 {
      color: #fff;
      font-family: "FrutigerLTW01-55Roman";
      font-size: 20px;
      font-weight: normal;
      line-height: 1.5em;
      padding-bottom: 10px;
      text-transform: none; }
    .sidebar-widgets .widget .social-links {
      padding-top: 0; }
      .sidebar-widgets .widget .social-links ul li {
        margin-bottom: 10px; }
  .sidebar-widgets .download-widget {
    background-color: #f4f4f4; }
    .sidebar-widgets .download-widget h2 {
      color: #500000;
      font-family: "Frutiger LT W01_65 Bold";
      font-size: 16px; }
    .sidebar-widgets .download-widget img.alignleft {
      margin: 0 12px 12px 0; }
    .sidebar-widgets .download-widget a {
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-color: #fff;
      border: 2px solid #f4af00;
      display: block;
      clear: both;
      color: #f4af00;
      font-family: "FrutigerLTW01-55Roman";
      font-size: 20px;
      font-weight: normal;
      height: 48px;
      line-height: 45px;
      margin-top: 10px;
      text-align: center;
      text-decoration: none; }
  .sidebar-widgets .signup-widget input,
  .sidebar-widgets .info-widget input {
    background-color: #fff;
    float: left;
    height: 42px;
    line-height: 42px; }
  .sidebar-widgets .signup-widget input[type='text'],
  .sidebar-widgets .signup-widget input[type='email'],
  .sidebar-widgets .info-widget input[type='text'],
  .sidebar-widgets .info-widget input[type='email'] {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    width: 80%; }
    .sidebar-widgets .signup-widget input[type='text']:-moz-placeholder,
    .sidebar-widgets .signup-widget input[type='email']:-moz-placeholder,
    .sidebar-widgets .info-widget input[type='text']:-moz-placeholder,
    .sidebar-widgets .info-widget input[type='email']:-moz-placeholder {
      color: #5f574f; }
    .sidebar-widgets .signup-widget input[type='text']::-moz-placeholder,
    .sidebar-widgets .signup-widget input[type='email']::-moz-placeholder,
    .sidebar-widgets .info-widget input[type='text']::-moz-placeholder,
    .sidebar-widgets .info-widget input[type='email']::-moz-placeholder {
      color: #5f574f; }
    .sidebar-widgets .signup-widget input[type='text']:-ms-input-placeholder,
    .sidebar-widgets .signup-widget input[type='email']:-ms-input-placeholder,
    .sidebar-widgets .info-widget input[type='text']:-ms-input-placeholder,
    .sidebar-widgets .info-widget input[type='email']:-ms-input-placeholder {
      color: #5f574f; }
    .sidebar-widgets .signup-widget input[type='text']::-webkit-input-placeholder,
    .sidebar-widgets .signup-widget input[type='email']::-webkit-input-placeholder,
    .sidebar-widgets .info-widget input[type='text']::-webkit-input-placeholder,
    .sidebar-widgets .info-widget input[type='email']::-webkit-input-placeholder {
      color: #5f574f; }
  .sidebar-widgets .signup-widget input[type='submit'],
  .sidebar-widgets .info-widget input[type='submit'] {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    background-image: url("../images/submit-bg.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px 26px;
    border: none;
    text-indent: -9999px;
    width: 20%; }

.content .site-title {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 20px; }
  .content .site-title .department-name {
    font-family: "Baskerville W01 Italic";
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 10px; }
    .content .site-title .department-name a {
      color: #000;
      text-decoration: none;
      font-family: "Baskerville W01 Italic";
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
.content .page-title {
  padding-top: 30px; }
.content .main-content {
  padding: 36px 0 48px; }
@media only screen and (max-width: 640px) {
.content .adclearfix {
  padding: 36px 0 48px; } }
.content .featured-image {
  padding-bottom: 1.5em; }
.content a {
  color: #500000;
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 16px;
  text-decoration: underline; }
.content > div {
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px); }

.landing-site-title h1 {
  padding-bottom: 0; }
.landing-site-title .department-name {
  font-family: "Baskerville W01 Italic";
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 20px; }
  .landing-site-title .department-name a {
    font-family: "Baskerville W01 Italic";
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none; }

.main-content h2 {
  padding-top: 10px; }

@media only screen and (max-width: 1024px) {
  .content,
  .main-home .content,
  .program-home .content {
    padding-top: 0; } }
@media only screen and (max-width: 640px) {
  .content a {
    font-size: 16px; } }
.department-home h1 {
  color: #fff;
  font-family: "Baskerville W01 Italic";
  font-size: 42px;
  font-weight: normal;
  line-height: 1.52em;
  letter-spacing: 2px;
  padding: 20px 0 0;
  text-transform: none;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .department-home h1 strong {
    font-family: "FrutigerLTW01-45Light";
    text-transform: uppercase;
    font-weight: normal; }
	.department-home .page-bg {
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: absolute;
	  height: 490px;
	  width: 100%; }
	.page-bg .headline {
	  margin-left: 12em;
	  margin-top: 18em;
	  text-align: center;
      line-height: 1.43em;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
	.page-bg .headline p {
      font-family: "Baskerville W01 Italic";
      color: #fff;
      font-size: 70px;
      line-height: 70px;
      padding-bottom: 15px; }
    .page-bg .headline p strong {
      font-family: "Baskerville W02 Regular_743762";
      text-transform: uppercase;
      font-weight: normal; }
@media only screen and (max-width: 1024px) {
    .page-bg .headline {
      display: none;
      margin:0;}}
      
.department-home .main-content {
  margin-top: 407px; }

      
.mobile-alpha-links {
  display: none; }

.alpha-links,
.mobile-alpha-links {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  height: 45px; }
  .alpha-links p,
  .mobile-alpha-links p {
    line-height: 40px;
    padding-bottom: 14px; }
  .alpha-links a,
  .mobile-alpha-links a {
    display: inline-block;
    font-size: 18px;
    padding: 0 1% 0 0;
    text-decoration: none; }
  .alpha-links a:last-child,
  .mobile-alpha-links a:last-child {
    padding: 0 0; }

.search-wrapper {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 14px; }
  .search-wrapper .search {
    float: right; }
    .search-wrapper .search input[type='text'] {
      width: 250px; }

.filter-toggle {
  margin-top: 25px; }
  .filter-toggle .toggle {
    background: url("../images/nav-icons.png") no-repeat 5px 7px;
    background-size: 38px 50px; }
    .filter-toggle .toggle.active {
      background-position: 5px -35px; }
    .filter-toggle .toggle a {
      font-size: 18px;
      text-decoration: none; }

.clear-filter {
  text-align: right; }

.filters {
  margin-top: 36px; }

.mays-select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f6f6;
  background-image: url("../images/select-arrow.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  border: 2px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
  position: relative; }
  .mays-select select {
    padding: 5px 12% 5px 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    color: #666;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .mays-select select:focus {
    outline: none; }

.ioslist {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #dcdcdc;
  height: 50px;
  margin: 60px 0 26px; }
  .ioslist h2 {
    line-height: 50px;
    text-transform: uppercase; }

.directory-profiles {
  margin: 0 0 90px; }

.directory-profile {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  min-height: 150px;
  padding: 20px; }
  .directory-profile:nth-child(odd) {
    clear: left; }
  .directory-profile.dept-head {
    background-color: #e8e2d5; }

.directory-profile-img,
.directory-profile-info {
  float: left;
  margin-right: 20px; }
  .directory-profile-img h3,
  .directory-profile-img p,
  .directory-profile-info h3,
  .directory-profile-info p {
    font-size: 18px;
    padding-bottom: 0; }
  .directory-profile-img h3,
  .directory-profile-info h3 {
    padding-bottom: 10px; }
  .directory-profile-img a,
  .directory-profile-info a {
    font-size: 16px; }

.show-more {
  margin: 90px 0 0;
  text-align: center; }
  .show-more a {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    font-size: 18px;
    padding: 22px 0; }

h3.directory-search-header {
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 1024px) {
  .search-wrapper .search {
    float: none;
    margin-top: 14px;
    width: 285px; }

  .ioslist {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  .mays-select {
    margin-bottom: 12px; }

  form input.btn {
    margin-top: 0;
    margin-bottom: 15px; } }
@media only screen and (max-width: 640px) {
  .alpha-links {
    display: none; }

  .mobile-alpha-links {
    display: block;
    text-align: center; }
    .mobile-alpha-links a {
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #f6f6f6;
      display: block;
      font-size: 16px;
      height: 34px;
      line-height: 34px;
      margin: 0 5%;
      width: 90%; }
    .mobile-alpha-links .selected a {
      border: 2px solid #500000;
      color: #666; }

  .directory-profile {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; } }
.spotlight-widget {
  background-color: #fff; }
  .spotlight-widget .row {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }
    .spotlight-widget .row h2 {
      color: #fff;
      font: normal 36px/40px "Baskerville W01 Italic";
      letter-spacing: 1px;
      margin-top: 30px;
      text-transform: none; }
      .spotlight-widget .row h2 strong {
        font: normal 30px/40px "FrutigerLTW01-55Roman";
        text-transform: uppercase; }

.spotlights {
  position: relative;
  z-index: 0; }
  .spotlights .spotlight {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    position: relative; }
    .spotlights .spotlight blockquote {
      position: absolute;
      bottom: 60px;
      left: 0;
      margin: 0 auto;
      right: 0;
      max-width: 700px; }
      .spotlights .spotlight blockquote p {
        color: #fff;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.65); }
    .spotlights .spotlight blockquote:before {
      border: 0;
      width: 0;
      height: 0; }
  .spotlights .pagination {
    position: absolute;
    text-align: center;
    bottom: 26px;
    width: 100%; }
    .spotlights .pagination ul {
      margin: 0 auto; }
      .spotlights .pagination ul li {
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        height: 9px;
        margin: 0 7px;
        width: 9px; }
        .spotlights .pagination ul li.current {
          background-color: #fff; }

@media only screen and (max-width: 640px) {
  .spotlight-widget .bx-wrapper .bx-pager {
    bottom: 0;
    padding-top: 16px; }

  .spotlights .spotlight {
    height: 318px; }
    .spotlights .spotlight blockquote p {
      font-size: 18px;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65); } }
body.author .content,
.single-mays_partner .content {
  background: url("../images/faculty-detail-bg.jpg") no-repeat center top;
  background-size: 100% auto; }
  body.author .content .main-content,
  .single-mays_partner .content .main-content {
    padding-top: 14px; }

.faculty-detail-container {
  padding-top: 35px; }
  .faculty-detail-container .row {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    padding-top: 20px; }
  .faculty-detail-container h1 {
    padding-bottom: 10px; }

.faculty-title {
  font: 20px/1.5em "FrutigerLTW01-55Roman";
  padding-bottom: 42px; }

.pub-title,
.publication {
  line-height: 20px;
  padding-bottom: 0; }

.pub-title {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 18px; }

.publication {
  font-family: "FrutigerLTW01-46LightIt";
  font-size: 14px; }

.faculty-sidebar .profile-image {
  padding-bottom: 25px; }
  .faculty-sidebar .profile-image img {
    display: block; }
.faculty-sidebar .sidebar-section {
  padding-bottom: 20px; }
  .faculty-sidebar .sidebar-section > *:last-child {
    padding-bottom: 25px; }
.faculty-sidebar h3 {
  padding-bottom: 14px; }
.faculty-sidebar .education br {
  display: block;
  margin-bottom: 10px; }

.faculty-spotlight h2 {
  font: 36px/40px "Baskerville W01 Italic";
  letter-spacing: 2px;
  text-transform: none; }
  .faculty-spotlight h2 strong {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase; }

.program-home .sidebar-widgets {
  margin: 0; }
  .program-home .sidebar-widgets .widget {
    margin: 0; }

.program-home header {
  background-color: #fff;
  position: fixed;
  transition: top .4s; }
  .program-home header.headroom.headroom--not-top.headroom--unpinned {
    top: -140px;
    position: fixed; }

.program-home header .header-bottom,
.program-site header .header-bottom {
  background-color: #5f574f; }

.program-home .content {
  background-color: #500000;
  padding-top: 513px; }
  .program-home .content > div {
    position: relative;
    z-index: 3; }
  .program-home .content > .landing-top {
    position: fixed;
    z-index: 1; }
  .program-home .content > .billboards {
    background-color: #fff;
    position: fixed;
    z-index: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px); }

.landing-top {
  left: 0;
  margin: -513px auto 0;
  padding-top: 20px;
  position: fixed;
  right: 0;
  z-index: -1; }
  .landing-top .info-widget {
    margin-top: 15px; }

.landing-site-title {
  border: 0;
  color: #fff; }
  .landing-site-title h1 {
    border: 0;
    color: #fff;
    font-family: "Baskerville W01 Italic";
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-transform: capitalize; }
    .landing-site-title h1 strong {
      font-family: "FrutigerLTW01-45Light";
      font-weight: normal;
      text-transform: uppercase; }

.landing-bar {
  padding-top: 35px; }
  .landing-bar h1 {
    color: #fff; }
  .landing-bar h2 {
    font-size: 28px;
    padding-bottom: 30px;
    text-transform: uppercase; }
  .landing-bar .landing-bar-section {
    border-right: 1px solid #8f8f8c;
    height: 362px;
    overflow: hidden;
    padding: 24px 30px;
    position: relative; }
    .landing-bar .landing-bar-section:last-child {
      border-right: 0; }
    .landing-bar .landing-bar-section h3 {
      font-size: 22px; }
    .landing-bar .landing-bar-section ol {
      list-style: decimal; }
      .landing-bar .landing-bar-section ol li {
        padding-bottom: 10px; }
    .landing-bar .landing-bar-section ul {
      list-style: disc;
      padding-left: 18px; }
      .landing-bar .landing-bar-section ul li {
        padding-bottom: 10px; }
    .landing-bar .landing-bar-section p {
      padding-bottom: 10px; }
    .landing-bar .landing-bar-section .social-links {
      padding-left: 0;
      width: 210px; }
    .landing-bar .landing-bar-section .slider {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%; }
      .landing-bar .landing-bar-section .slider li {
        background-color: rgba(255, 255, 255, 0.1);
        margin: 0;
        padding: 0; }
      .landing-bar .landing-bar-section .slider img {
        display: inline;
        vertical-align: bottom; }
    .landing-bar .landing-bar-section .more-link {
      border-bottom: 120px solid #440000;
      border-left: 120px solid transparent;
      border-right: 120px solid transparent;
      bottom: 0;
      height: 0;
      position: absolute;
      right: -120px;
      width: 0; }
      .landing-bar .landing-bar-section .more-link div {
        height: 100px;
        left: -60px;
        position: absolute;
        text-decoration: none;
        top: 80px;
        width: 100px; }

.landing-bar-section-quote img {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0; }
.landing-bar-section-quote .quote {
  font-family: "Baskerville W01 Italic";
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2; }
.landing-bar-section-quote .quotee {
  font-size: 16px;
  left: 45%;
  position: relative;
  z-index: 1; }

.landing-bar.top-bar,
.landing-bar.dark-bar {
  background-color: #500000;
  color: #b6a984; }
  .landing-bar.top-bar h2,
  .landing-bar.top-bar h3,
  .landing-bar.top-bar a,
  .landing-bar.dark-bar h2,
  .landing-bar.dark-bar h3,
  .landing-bar.dark-bar a {
    color: #fff; }

.landing-bar.light-bar {
  background-color: #e7e1d4;
  color: #5f574f; }
  .landing-bar.light-bar h2,
  .landing-bar.light-bar h3,
  .landing-bar.light-bar a {
    color: #5f574f; }
  .landing-bar.light-bar .social-links li a {
    background: url("../images/social-icons-red.png") no-repeat 0 0;
    background-size: 54px 486px; }
    .landing-bar.light-bar .social-links li a.fb {
      background-position: 0 0; }
    .landing-bar.light-bar .social-links li a.tw {
      background-position: 0 -216px; }
    .landing-bar.light-bar .social-links li a.li {
      background-position: 0 -162px; }
    .landing-bar.light-bar .social-links li a.gp {
      background-position: 0 -108px; }
    .landing-bar.light-bar .social-links li a.fl {
      background-position: 0 -54px; }
    .landing-bar.light-bar .social-links li a.yt {
      background-position: 0 -270px; }
    .landing-bar.light-bar .social-links li a.pn {
      background-position: 0 -324px; }
    .landing-bar.light-bar .social-links li a.bg {
      background-position: 0 -378px; }
    .landing-bar.light-bar .social-links li a.in {
      background-position: 0 -432px; }
  .landing-bar.light-bar .more-link {
    border-bottom: 120px solid #c1b8a4; }
    .landing-bar.light-bar .more-link div {
      color: #fff; }

.landing-bar.dark-bar {
  background-color: #5f574f; }
  .landing-bar.dark-bar .more-link {
    border-bottom: 120px solid #544d46; }

@media only screen and (max-width: 1024px) {
  .program-home header .header-bottom,
  .program-site header .header-bottom,
  .main-home header .header-bottom,
  .home header .header-bottom,
  .page header .header-bottom {
    background-color: transparent;
    margin-top: 37px;
    position: absolute;
    width: 100%; }
    .program-home header .header-bottom .ffripple,
    .program-site header .header-bottom .ffripple,
    .main-home header .header-bottom .ffripple,
    .home header .header-bottom .ffripple,
    .page header .header-bottom .ffripple {
      position: absolute; }
    .program-home header .header-bottom .primary-nav,
    .program-site header .header-bottom .primary-nav,
    .main-home header .header-bottom .primary-nav,
    .home header .header-bottom .primary-nav,
    .page header .header-bottom .primary-nav {
      margin-top: 0; }

  .program-home .content {
    padding-top: 0; }

  .program-home .content > .landing-top,
  .program-home .content > .billboards {
    position: static;
    margin: 0 auto; } }
@media only screen and (max-width: 950px) {
  .landing-bar .landing-bar-section {
    height: 350px; }
    .landing-bar .landing-bar-section .social-links li a {
      background-size: 54px 486px;
      height: 54px;
      width: 54px; }
      .landing-bar .landing-bar-section .social-links li a.fb {
        background-position: 0 0; }
      .landing-bar .landing-bar-section .social-links li a.tw {
        background-position: 0 -216px; }
      .landing-bar .landing-bar-section .social-links li a.li {
        background-position: 0 -162px; }
      .landing-bar .landing-bar-section .social-links li a.gp {
        background-position: 0 -108px; }
      .landing-bar .landing-bar-section .social-links li a.fl {
        background-position: 0 -54px; }
      .landing-bar .landing-bar-section .social-links li a.yt {
        background-position: 0 -270px; }
        .landing-bar .landing-bar-section .social-links li a.yt.pn {
          background-position: 0 -324px; }
        .landing-bar .landing-bar-section .social-links li a.yt.bg {
          background-position: 0 -378px; }
        .landing-bar .landing-bar-section .social-links li a.yt.in {
          background-position: 0 -432px; } }
@media only screen and (max-width: 640px) {
  .landing-top {
    background-color: #fff;
    position: static; }
    .landing-top .sidebar-widgets {
      display: none; }

  .landing-site-title {
    color: #332c2c; }
    .landing-site-title h1 {
      font-size: 24px;
      line-height: 24px;
      text-shadow: 0 0 0; }

  .department-name {
    color: #332c2c; }

  .landing-bar {
    margin-bottom: 38px; }
    .landing-bar .landing-bar-section {
      border-right: 0; }
      .landing-bar .landing-bar-section h3 {
        font-size: 16px; }
      .landing-bar .landing-bar-section .slider li {
        background-color: transparent; }
    .landing-bar h2 {
      font-size: 18px;
      padding-bottom: 10px;
      text-align: center; }
    .landing-bar .bx-wrapper .bx-pager {
      background-color: #000;
      bottom: -38px; }

  .main-home .landing-bar {
    margin-bottom: 0; }

  .landing-bar.top-bar .bx-wrapper .bx-pager {
    background-color: #300000; }

  .landing-bar.light-bar .bx-wrapper .bx-pager {
    background-color: #b9b09d; }

  .landing-bar.dark-bar .bx-wrapper .bx-pager,
  .spotlight-widget .bx-wrapper .bx-pager {
    background-color: #4f4842; }

  .landing-bar .bx-wrapper .bx-controls-direction a {
    background-size: 15px 30px;
    height: 30px;
    margin-top: -15px;
    width: 15px; }

  .landing-bar-section-quote img {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0; }
  .landing-bar-section-quote .quote {
    font-size: 20px;
    line-height: 24px; }
  .landing-bar-section-quote .quotee {
    font-size: 14px;
    left: 45%;
    position: relative;
    z-index: 1; } }
.main-home header {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  transition: top .4s; }
  .main-home header.headroom.headroom--not-top .header-bottom {
    background-color: #500000; }
  .main-home header.headroom.headroom--not-top.headroom--unpinned {
    top: -140px;
    position: fixed; }
.main-home header,
.main-home .content {
  margin-top: 0; }
.main-home .content {
  padding-top: 765px; }
  .main-home .content > div {
    position: relative;
    z-index: 3; }
.main-home .global-nav a {
  color: #fff; }
.main-home .global-nav li {
  border-color: #fff; }
.main-home .logo {
  background: url("../images/mays-business-school-white.png") no-repeat left top;
  background-size: 100% auto; }
  .main-home .logo img {
    visibility: hidden; }
.main-home .search input {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff; }
  .main-home .search input:-moz-placeholder {
    color: #fff; }
  .main-home .search input::-moz-placeholder {
    color: #fff; }
  .main-home .search input:-ms-input-placeholder {
    color: #fff; }
  .main-home .search input::-webkit-input-placeholder {
    color: #fff; }
  .main-home .search input[type='submit'] {
    background-image: url("../images/search-white.png"); }
.main-home .header-bottom {
  background-color: rgba(80, 0, 0, 0.6); }
.main-home h1 {
  font: normal 36px/40px "Baskerville W01 Italic";
  letter-spacing: 1px;
  text-transform: none; }
  .main-home h1 strong {
    font: normal 30px/40px "FrutigerLTW01-55Roman";
    text-transform: uppercase; }
.main-home .billboards {
  margin-top: -765px; }
  .main-home .billboards ul li .billboard-container,
  .main-home .billboards ul li .billboard-image {
    height: 765px; }
.main-home footer {
  position: relative; }

.main-home .content .billboards {
  position: fixed;
  z-index: 0;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }

.billboards {
  font-family: "Baskerville W02 Regular_743762";
  position: fixed;
  margin-top: -513px;
  width: 100%;
  z-index: 0; }
  .billboards ul li .billboard-container {
    height: 513px;
    position: relative; }
  .billboards ul li .billboard-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 513px; }
  .billboards ul li .billboard-content {
    bottom: 38px;
    left: 0;
    position: absolute;
    right: 0; }
  .billboards ul li p {
    color: #fff;
    font-size: 32px;
    line-height: 1.43em;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .billboards ul li .headline p {
    font-family: "Baskerville W01 Italic";
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 15px; }
    .billboards ul li .headline p strong {
      font-family: "Baskerville W02 Regular_743762";
      text-transform: uppercase;
      font-weight: normal; }

.mays-programs {
  background-color: #fff;
  padding: 20px 0 60px; }

.tab-container .tabs {
  border-bottom: 1px solid #dcdcdc;
  margin: -6px 0 22px; }
  .tab-container .tabs .mobile-tabs {
    display: none; }
  .tab-container .tabs ul {
    display: block; }
    .tab-container .tabs ul li {
      float: left; }
      .tab-container .tabs ul li a {
        display: block;
        font: 18px "FrutigerLTW01-45Light";
        padding: 10px 35px 18px;
        text-decoration: none;
        text-transform: uppercase; }
        .tab-container .tabs ul li a.active {
          border-left: 1px solid #dcdcdc;
          border-right: 1px solid #dcdcdc;
          font-family: "Frutiger LT W01_65 Bold"; }
      .tab-container .tabs ul li:first-child a {
        padding-left: 0; }
        .tab-container .tabs ul li:first-child a.active {
          border-left: none; }
      .tab-container .tabs ul li:last-child a {
        padding-right: 0; }
        .tab-container .tabs ul li:last-child a.active {
          border-right: none; }
.tab-container .tab-content p {
  font: 24px/1.42em "Baskerville W02 Regular_743762"; }
.tab-container .tab-content ul {
  background-color: #faf9f9;
  margin-top: -22px;
  padding: 26px 0 20px; }
  .tab-container .tab-content ul li {
    padding: 0 20px 25px; }
    .tab-container .tab-content ul li a {
      text-decoration: none; }
.tab-container.ff-tabs .tab-content > div {
  display: none; }

.main-home .landing-bar .landing-bar-section {
  border-right: 0;
  height: 330px;
  padding: 0; }

.home-cta-widget h2 {
  display: none; }
.home-cta-widget a.btn {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #a99a6f;
  color: #fff;
  display: inline-block;
  font-family: "FrutigerLTW01-55Roman";
  font-size: 20px;
  margin-bottom: 10px;
  min-height: 50px;
  padding-top: 14px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .home-cta-widget a.btn:last-child {
    background-color: #f4af00; }

.single-event {
  margin-bottom: 40px; }
  .single-event a {
    text-decoration: none; }
  .single-event .event-top {
    display: table;
    width: 100%; }
  .single-event p {
    display: table-cell;
    vertical-align: middle; }
    .single-event p.date-date {
      -moz-border-radius: 8px 0 0 0;
      -webkit-border-radius: 8px;
      border-radius: 8px 0 0 0;
      background-color: #5f574f;
      color: #fff2d4;
      font: 13px/15px "Frutiger LT W01_65 Bold";
      padding: 10px 0 6px;
      text-align: center;
      text-transform: uppercase;
      width: 30%; }
      .single-event p.date-date strong {
        color: #fff;
        display: block;
        font: 42px/1em "FrutigerLTW01-55Roman";
        text-transform: none; }
    .single-event p.date-time-location {
      -moz-border-radius: 0 8px 0 0;
      -webkit-border-radius: 0;
      border-radius: 0 8px 0 0;
      background-color: #c6beb4;
      color: #5f574f;
      font: 16px/20px "FrutigerLTW01-55Roman";
      padding: 0 10px;
      width: 70%; }
    .single-event p.date-info {
      -moz-border-radius: 0 0 8px 8px;
      -webkit-border-radius: 0;
      border-radius: 0 0 8px 8px;
      background-color: #d2cabf;
      display: block;
      font: 18px "Frutiger LT W01_65 Bold";
      padding: 14px 15px 40px;
      width: 100%; }

.important-date {
  max-width: 435px; }
  .important-date p.date-date {
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px 0 0 8px;
    width: 18%; }
  .important-date p.date-info {
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0;
    border-radius: 0 8px 8px 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    width: 72%; }

.upcoming-events-widget {
  background-color: transparent;
  padding: 22px 0 14px; }
  .upcoming-events-widget h2 {
    float: left;
    font: normal 36px/40px "Baskerville W01 Italic";
    letter-spacing: 1px;
    padding-bottom: 36px;
    text-transform: none; }
    .upcoming-events-widget h2 strong {
      font: normal 30px/40px "FrutigerLTW01-55Roman";
      text-transform: uppercase; }
  .upcoming-events-widget .view-all {
    display: none;
    float: right;
    font: 18px "FrutigerLTW01-55Roman";
    padding-top: 4px;
    text-transform: uppercase; }
    .upcoming-events-widget .view-all a {
      text-decoration: none; }
  .upcoming-events-widget .columns.large-3.medium-6.small-12 {
    display: inline-block;
    float: none;
    vertical-align: top; }

.home .upcoming-events-widget {
  background-color: #e7ded0; }
  .home .upcoming-events-widget .view-all {
    display: block; }

@media only screen and (max-height: 730px) {
  .main-home .content .billboards {
    position: static; } }
@media only screen and (max-width: 1024px) {
  .main-home.admin-bar header {
    top: 0; }

  .main-home header {
    background-color: transparent;
    position: absolute;
    top: 0; }
    .main-home header .global-nav ul li {
      border-color: #000; }
    .main-home header .global-nav ul a {
      color: #000; }
    .main-home header .header-top {
      background-color: #fff;
      height: 49px;
      position: relative; }
      .main-home header .header-top .logo {
        background-image: url("../images/mays-business-school-mobile.png");
        background-repeat: no-repeat;
        background-size: 320px;
        height: 49px;
        width: 100%; }
        .main-home header .header-top .logo img {
          display: none; }
      .main-home header .header-top .search {
        background-color: #d6d6d6;
        margin-top: 0;
        padding-left: 52px;
        width: 100%; }
        .main-home header .header-top .search input[type='text'],
        .main-home header .header-top .search input[type='submit'] {
          background-color: transparent;
          color: #666;
          -moz-border-radius: 0 0 0 0;
          -webkit-border-radius: 0;
          border-radius: 0 0 0 0;
          height: 37px; }
          .main-home header .header-top .search input[type='text']:-moz-placeholder,
          .main-home header .header-top .search input[type='submit']:-moz-placeholder {
            color: #666; }
          .main-home header .header-top .search input[type='text']::-moz-placeholder,
          .main-home header .header-top .search input[type='submit']::-moz-placeholder {
            color: #666; }
          .main-home header .header-top .search input[type='text']:-ms-input-placeholder,
          .main-home header .header-top .search input[type='submit']:-ms-input-placeholder {
            color: #666; }
          .main-home header .header-top .search input[type='text']::-webkit-input-placeholder,
          .main-home header .header-top .search input[type='submit']::-webkit-input-placeholder {
            color: #666; }
        .main-home header .header-top .search input[type='submit'] {
          background-image: url("../images/search.png"); }
    .main-home header .header-bottom {
      background-color: transparent; }
    .main-home header.headroom.headroom--not-top .header-top {
      display: block; }
    .main-home header.headroom.headroom--not-top .header-bottom {
      background-color: transparent; }
    .main-home header.headroom.headroom--not-top .primary-nav {
      margin-top: -37px; }
    .main-home header.headroom.headroom--not-top.headroom--unpinned {
      top: -49px;
      position: fixed; }
    .main-home header.headroom.headroom--not-top.headroom--pinned {
      top: -49px;
      position: fixed; }
      .main-home header.headroom.headroom--not-top.headroom--pinned .header-top {
        opacity: 1; }

  .main-home .content .billboards {
    position: static; }

  .home-cta-widget a.btn {
    font-size: 18px; }

  .tab-container .tabs ul li a {
    font: 15px "FrutigerLTW01-45Light";
    padding: 10px 15px 18px; } }
@media only screen and (max-width: 640px) {
  .main-home.admin-bar {
    margin-top: -86px; }
    .main-home.admin-bar .content {
      padding-top: 850px; }
    .main-home.admin-bar header {
      top: 86px; }

  .main-home header.headroom.headroom--not-top.headroom--unpinned,
  .main-home header.headroom.headroom--not-top.headroom--pinned {
    top: 35px;
    position: fixed; }

  .main-home .content {
    margin-top: 86px; }

  .main-home header {
    margin-top: -86px; }

  .main-home .billboards ul li .billboard-container,
  .billboards ul li .billboard-container {
    height: auto; }

  .billboards ul li .billboard-container .billboard-content {
    margin-top: 20px;
    position: static; }
  .billboards ul li .billboard-container .billboard-image {
    height: 217px; }

  .billboards ul li p {
    color: #332c2c;
    font-size: 16px;
    line-height: 1em;
    text-shadow: 0 0 0; }
  .billboards ul li .headline p {
    font-size: 30px;
    line-height: 30px; }

  .billboards .bx-wrapper .bx-pager {
    bottom: 0; }

  .billboards .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #c2c2c2; }

  .billboards .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .billboards .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #666; }

  .main-home h1,
  .spotlight-widget .row h2,
  .upcoming-events-widget h2,
  footer .footer-left .connect h2 {
    font: normal 18px/20px "Baskerville W01 Italic"; }
    .main-home h1 strong,
    .spotlight-widget .row h2 strong,
    .upcoming-events-widget h2 strong,
    footer .footer-left .connect h2 strong {
      font: normal 15px/20px "FrutigerLTW01-55Roman";
      text-transform: uppercase; }

  .tab-container .tabs {
    border: 0; }
    .tab-container .tabs .mobile-tabs {
      display: block; }
      .tab-container .tabs .mobile-tabs select {
        color: #500000;
        font-size: 12px; }
      .tab-container .tabs .mobile-tabs p {
        font-size: 11px;
        padding-bottom: 5px; }
    .tab-container .tabs ul {
      display: none; }

  .tab-container .tab-content p {
    font-size: 14px; }

  .home-cta-widget a.btn {
    font-size: 16px; }

  .main-home .bx-wrapper .landing-slides-mobile img {
    margin: 0 auto; }

  .main-home .landing-bar .landing-bar-section {
    border-right: 0;
    height: auto;
    padding: 0; }

  .single-event {
    margin-bottom: 20px; }
    .single-event p.date-info {
      font-size: 13px;
      padding-bottom: 20px; }
    .single-event p.date-time-location {
      font-size: 12px; }
    .single-event p.date-date {
      font-size: 10px;
      width: 20%; }
      .single-event p.date-date strong {
        font-size: 26px; } }
.error404 .content .search {
  margin-bottom: 25px;
  width: 232px; }
.error404 .content ul li {
  margin-bottom: 10px; }
.error404 .content .sidebar-widgets .feedback-widget a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #500000;
  background-image: url(../images/arrow-right-white.png);
  background-position: 92% center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-family: "FrutigerLTW01-55Roman";
  font-size: 15px;
  padding: 16px 30px 16px 16px;
  text-decoration: none; }

.event-list .ioslist {
  margin-bottom: 60px;
  margin-top: 46px; }

.event-list .event-info {
  margin-bottom: 40px; }
  .event-list .event-info p {
    padding-bottom: 5px; }
  .event-list .event-info .social-links {
    padding-top: 0; }
    .event-list .event-info .social-links li {
      margin-right: 8px; }
      .event-list .event-info .social-links li a {
        background-image: url("../images/social-icons-red.png");
        background-size: 27px 243px;
        height: 27px;
        width: 27px; }
      .event-list .event-info .social-links li a.tw {
        background-position: 0 -108px; }
      .event-list .event-info .social-links li a.cal {
        background-image: url("../images/calendar_icon.png");
        background-size: 27px 27px; }

@media only screen and (min-width: 1025px) {
  .search-results .columns:nth-child(odd) {
    clear: left; } }
.department-home-alt {
  left: 0;
  margin: -13px auto 0;
  padding-top: 20px;
  position: absolute;
  right: 0;
  z-index: 2; }

.billboards-dept {
  font-family: "Baskerville W02 Regular_743762";
  position: static;
  width: 100%;
  z-index: 0; }
  .billboards-dept ul li .billboard-container {
    height: 513px;
    position: relative; }
  .billboards-dept ul li .billboard-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 513px; }
  .billboards-dept ul li .billboard-content {
    bottom: 38px;
    left: 0;
    position: absolute;
    right: 0; }
  .billboards-dept ul li p {
    color: #fff;
    font-size: 32px;
    line-height: 1.43em;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .billboards-dept ul li .headline p {
    font-family: "Baskerville W01 Italic";
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 15px; }
    .billboards-dept ul li .headline p strong {
      font-family: "Baskerville W02 Regular_743762";
      text-transform: uppercase;
      font-weight: normal; }

#codemaroon {
  direction: ltr;
  height: auto;
  width: 100%;
  z-index: 999999;
  background-color: #500000;
  background-image: url(../images//cubes.png);
  background-repeat: repeat;
  background-size: inherit;
  text-align:center;
  height: auto;
  width: auto;
  margin: 0;
  padding: 1em;
  position: static;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
  -webkit-font-smoothing: subpixel-antialiased;
  /* Prevent Safari from switching to standard antialiasing on hover */
  -moz-osx-font-smoothing: auto;
  /* Prevent Firefox from inheriting from themes that use other values */
  font-family: "Frutiger LT W01_65 Bold";
  font: normal 13px/32px;
  color: #fff; }
  #codemaroon a {
  	color: #f4af00;
  	} 
  #codemaroon h1 {
    font-family: "Frutiger LT W01_65 Bold";
    color: #fff; }

/*responsive grid and columns */

.div-row img{ width: 100%; height: auto; padding-top:.3em;}
.div-row, .grid {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.grid {
  margin-top: 1em;
  }
@media (min-width: 48em) {
  .div-row {
    margin-bottom: 2em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;

}
.grid-item {
  display: inline-block;
  width: 100%;  
  margin: 0em .5em 1.5em;
  height: auto;
  vertical-align: top;
}
.grid-img-container {
  float:left;
  width:100%;
}
@media (min-width: 48em) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}

.div-row .div-col p:last-child {
  margin: 0;
}
.div-row .div-col p img,
.div-row .div-col div img,
.div-row .div-col p iframe,
.div-row .div-col div iframe,
.div-row .div-col p object,
.div-row .div-col div object,
.div-row .div-col p video,
.div-row .div-col div video {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }
  
  .grid.two-col .grid-item:nth-child(2n+1) {
  	margin-left: 0 !important;
  }
  
  .grid.two-col .grid-item{
    width: 48%;
  }  
  
  .grid.three-col .grid-item{
    width: 30.66666666666667%;
  }  
  
  .div-row.one-half .div-col {
    width: 48%;
  }

  .div-row.one-third .div-col {
    width: 30.66666666666667%;
  }

  .div-row.one-fourth .div-col {
    width: 22%;
  }

  .div-row.two-third .div-col {
    width: 72%;
  }

  .div-row.two-third .div-col:first-child {
    width: 24%;
  }

  .div-row.two-third.right .div-col {
    width: 24%;
  }

  .div-row.two-third.right .div-col:first-child {
    width: 72%;
  }
  
}
 


	
