/******************************************************************************/
/******************************************************************************/
strong {
  font-family: "Avenir Next LT Demi", Helvetica, Arial, sans-serif; }

/******************************************************************************/
/* GW COLOR PALLETE
/******************************************************************************/
/* PRIMARY */
/* SECONDARY */
/* EXTENDED */
/* TRANSPARENCIES */
/******************************************************************************/
/* MEDIA BREAKPOINTS
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
*, *:after, *:before {
  box-sizing: border-box; }

/******************************************************************************/
html {
  background: #033C5A; }

html, body {
  /* important */
  /*height: 100% !important;*/
  /* This caused a problem with obtaining the scroll position across browers. */
  width: 100% !important;
  overflow-x: hidden;
  /*prevent side scrolling background */
  -webkit-overflow-scrolling: touch;
  /* smooth out scrolling */
  color: #033C5A; }

/******************************************************************************/
body {
  margin: 0 auto;
  background: #0190DB;
  background: linear-gradient(to bottom, #0096d6 0%, #004065 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d6', endColorstr='#004065',GradientType=0 );
  font-family: "Avenir Next LT Regular", Helvetica, Arial, sans-serif;
  font-size: 16px; }

/******************************************************************************/
/* HEADINGS & PSEUDO HEADINGS
/******************************************************************************/
h1, h2, h3, h4, h5, h6,
.pseudo-h1, .pseudo-h2, .pseudo-h3, .pseudo-h4, .pseudo-h5, .pseudo-h6 {
  font-family: "Avenir Next LT Demi", Helvetica, Arial, sans-serif;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

h1, .pseudo-h1 {
  font-size: 2em;
  line-height: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em; }

h2, .pseudo-h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em; }

h3, .pseudo-h3 {
  font-size: 1.17em;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em; }

h4, .pseudo-h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em; }

h5, .pseudo-h5 {
  font-size: .83em;
  line-height: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em; }

h6, .pseudo-h6 {
  font-size: .67em;
  line-height: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em; }

/******************************************************************************/
/* LINKS
/******************************************************************************/
a {
  font-family: inherit;
  font-size: inherit;
  color: #033C5A;
  text-decoration: none; }

a:hover {
  color: #0190DB;
  text-decoration: none; }

/******************************************************************************/
div.messages {
  max-width: 60rem;
  padding: 1rem 1rem 1rem 3rem;
  border: none;
  border-bottom: 0.0625rem solid #033C5A;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
  color: #033C5A; }
  div.messages a {
    color: #0190DB; }

/******************************************************************************/
main {
  font-family: "Avenir Next LT Regular", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.125rem;
  width: 100%; }
  main p {
    margin: .5rem 0; }
    main p:first-of-type {
      margin-top: 0; }
    main p:last-of-type {
      margin-bottom: 0; }
  main a {
    color: #0190DB;
    text-decoration: none;
    font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif; }
    main a:hover {
      border-bottom: 0.0625rem dotted #0190DB; }
  main ul li {
    list-style: square;
    margin: 0;
    padding: .125rem;
    margin-left: 1rem; }
    main ul li li {
      list-style: circle; }
  main em {
    font-style: italic !important; }
  main blockquote {
    font-style: italic;
    width: 66%;
    margin-left: auto;
    margin-right: auto; }

/******************************************************************************/
/* TABLES
/******************************************************************************/
table,
thead,
tr,
th,
tbody,
tr,
td {
  padding: .5rem; }

table {
  background-color: #B2DDF4; }

/******************************************************************************/
/* FLEX TABLE
/******************************************************************************/
.flex-table {
  background: #B2DDF4;
  padding: .5rem;
  display: flex;
  flex-direction: column; }
  .flex-table .flex-table-header,
  .flex-table .flex-table-row {
    width: 100%;
    display: flex; }
    .flex-table .flex-table-header .flex-table-cell,
    .flex-table .flex-table-row .flex-table-cell {
      flex: 0 1 33%;
      padding: .25rem; }
  .flex-table .flex-table-header {
    font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif; }

/******************************************************************************/
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/******************************************************************************/
/* from http://webaim.org/techniques/css/invisiblecontent/ */
.hidden {
  position: absolute;
  left: -625rem;
  top: auto;
  width: .0625rem;
  height: .0625rem;
  overflow: hidden; }

/******************************************************************************/
.sticky-note {
  margin-top: .5rem;
  text-align: center;
  width: 100%;
  padding: 1rem;
  border: .5rem solid white;
  color: black;
  background: #FFD400;
  font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif; }

/******************************************************************************/
.submitted, .blog-links {
  margin: .5rem 0; }

.clipped-parallelogram-1x1 {
  -webkit-clip-path: polygon(31% 0, 100% 0%, 69% 100%, 0% 100%);
  clip-path: polygon(31% 0, 100% 0%, 69% 100%, 0% 100%); }

.clipped-parallelogram-2x1 {
  -webkit-clip-path: polygon(15.5% 0, 100% 0%, 84.5% 100%, 0% 100%);
  clip-path: polygon(15.5% 0, 100% 0%, 84.5% 100%, 0% 100%); }

/******************************************************************************/
.artifact.business_card {
  display: flex;
  width: 100%;
  flex-flow: row no-wrap;
  margin: 0;
  padding: .5rem; }
  .artifact.business_card > div {
    padding: .5rem; }
  .artifact.business_card .artifact-image {
    min-width: 6.25rem; }
  .artifact.business_card .artifact-title {
    margin-bottom: 1rem; }
  .artifact.business_card .artifact-body {
    display: none; }

@media only screen and (min-width: 30rem) {
  .artifact.business_card .artifact-body {
    display: inherit; } }
/******************************************************************************/
/* QUICKLINKS BAR
/******************************************************************************/
.quicklinks-bar {
  display: none; }

/* Laptop/Desktop and up */
@media only screen and (min-width: 50rem) {
  .quicklinks-bar {
    display: flex;
    height: 2rem;
    line-height: 2rem;
    padding-left: .5rem;
    background: #000;
    color: #fff; }
    .quicklinks-bar .menu {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      line-height: 2rem;
      /* menu bar items */ }
      .quicklinks-bar .menu .active {
        color: #0190DB; }
      .quicklinks-bar .menu > li {
        line-height: 2rem;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 .5rem 0 .5rem; }
        .quicklinks-bar .menu > li a {
          color: #0190DB; }
          .quicklinks-bar .menu > li a:hover {
            color: white; }
      .quicklinks-bar .menu#header-social-media {
        display: none;
        position: absolute;
        right: 0; } }
@media only screen and (min-width: 60rem) {
  .quicklinks-bar .menu#header-social-media {
    display: inherit; } }
/******************************************************************************/
/* TOP FIXED BAR
/******************************************************************************/
.top-fixed-bar-spacer {
  height: 5rem; }

@media only screen and (min-width: 50rem) {
  body {
    margin-top: 0; }

  .top-fixed-bar-spacer {
    display: none; } }
.top-fixed-bar {
  color: #033C5A;
  background-color: white;
  width: 100%;
  height: 5rem;
  z-index: 2;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.5);
  top: 0;
  position: fixed;
  border-bottom: 0.0625rem solid #033C5A;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5); }

/* Laptop/Desktop and up */
@media only screen and (min-width: 50rem) {
  .top-fixed-bar {
    position: inherit; }

  .sticky {
    position: fixed;
    top: 0; } }
/******************************************************************************/
/* HEADER
/******************************************************************************/
.header {
  display: flex;
  height: 5rem;
  color: #033C5A;
  background: white;
  z-index: 5;
  border-bottom: 0.0625rem solid #033C5A;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  position: relative; }

#menu-wrapper {
  margin: 0 auto;
  flex-grow: 1; }

/******************************************************************************/
/* BRANDING
/******************************************************************************/
.gw-logo {
  display: flex;
  background: white;
  width: 6rem;
  height: 5rem;
  overflow: hidden; }
  .gw-logo a {
    border-bottom: 1px solid #033C5A; }
    .gw-logo a img {
      width: 6rem;
      height: 5rem; }

.gsehd-title {
  display: flex;
  width: 11rem;
  padding: 1rem;
  flex-grow: 1;
  align-items: center;
  text-shadow: .0625rem .0625rem .0625rem #ccc;
  font-family: "Lyon Text Web", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem; }

/******************************************************************************/
/* MAIN MENU
/******************************************************************************/
.header #menu-wrapper {
  display: none; }

.header .menu {
  display: none; }

.mobile-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  flex-wrap: wrap;
  flex-grow: 1; }

.mobile-menu-toggle {
  font-size: 2rem; }

@media only screen and (min-width: 20rem) {
  .gw-logo {
    /* margin-left: 1rem; */ } }
@media only screen and (min-width: 541px) {
  .gsehd-title {
    font-size: 1.375rem;
    line-height: 1.5rem;
    width: 24rem;
    flex-grow: 0; }

  .header .menu {
    flex-grow: 1; }

  #search-form-toggle {
    display: flex; } }
@media only screen and (min-width: 50rem) {
  .header #menu-wrapper {
    display: flex; }

  .header .menu {
    width: 15rem;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1rem 1rem 0;
    list-style: none;
    flex-wrap: wrap; }
    .header .menu .active {
      color: #0190DB; }

  /* menu bar items */
  .header .menu > li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .25rem .5rem;
    margin-left: 0;
    border-radius: .25rem; }

  .header .menu > li:hover {
    background: #033C5A; }

  .header .menu > li:hover > a {
    text-shadow: none;
    color: white; }

  /* dropdown menu items */
  .header .menu ul {
    display: none;
    background: white;
    border: 0.0625rem solid #033C5A;
    z-index: 10;
    padding: .5rem; }

  .header .menu ul li {
    padding: .5rem;
    list-style: none; }

  .header .menu li {
    font-family: "Avenir Next LT Demi", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    text-shadow: .0625rem .0625rem .0625rem #ccc;
    text-align: left; }

  .header .menu li a {
    font-family: "Avenir Next LT Demi", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    text-shadow: .0625rem .0625rem .0625rem #ccc; }

  .header .menu li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: auto; }
    .header .menu li:hover > ul a {
      width: 12.5rem; }

  .mobile-main-menu {
    position: absolute;
    left: -625rem;
    top: auto;
    width: .0625rem;
    height: .0625rem;
    overflow: hidden; } }
@media only screen and (min-width: 60rem) {
  /* .gw-logo { background: violet; } */
  .header .menu li:hover > ul {
    left: 0;
    right: auto; } }
/******************************************************************************/
/* SEARCH
/******************************************************************************/
#search-form-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  padding-right: 1rem; }

.page-search #search-form-toggle {
  display: none; }

@media only screen and (min-width: 50rem) {
  #search-form-toggle {
    display: flex; } }
#gw-search-form {
  height: 3rem;
  display: none;
  flex-grow: 1;
  margin: 1rem;
  /*background: $gw-blue-tint-2;
   border: .0625rem solid $gw-darkblue; */
  text-shadow: none; }

.header form {
  display: none; }

@media only screen and (min-width: 830px) {
  .header form {
    display: flex; } }
#search-form #edit-basic {
  display: flex;
  align-content: flex-start;
  margin-bottom: 2rem;
  border: 0.0625rem solid #033C5A; }
  #search-form #edit-basic label {
    display: none; }
  #search-form #edit-basic .form-item {
    margin: 0;
    order: 2;
    flex-grow: 1; }
  #search-form #edit-basic h2 {
    margin-bottom: 2rem; }

#search-form input[type=text] {
  height: 3rem;
  margin: 0;
  border: none;
  padding: 0 .5rem;
  color: #000;
  background: white;
  width: 100%; }

#search-form input[type=submit] {
  height: 3rem;
  margin: 0;
  border: none;
  padding: 0 .5rem;
  color: white;
  background: #033C5A;
  text-transform: uppercase;
  font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
  border-right: 0.0625rem solid #033C5A;
  order: 1;
  border-radius: 0; }
  #search-form input[type=submit]:hover {
    background: #0190DB;
    text-shadow: 0.0625rem 0.0625rem 0.0625rem #033C5A; }

#gw-search-form input[type=text] {
  height: 3rem;
  margin: 0;
  border: none;
  padding: 0 .5rem;
  color: #033C5A;
  background: #B2DDF4; }

#gw-search-form input[type=submit] {
  height: 3rem;
  margin: 0;
  border: none;
  padding: 0 .5rem;
  color: white;
  background: #033C5A;
  text-transform: uppercase;
  font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
  border-right: 0.0625rem solid #033C5A; }
  #gw-search-form input[type=submit]:hover {
    background: #0190DB;
    text-shadow: 0.0625rem 0.0625rem 0.0625rem #033C5A; }

#search-form-toggle:hover {
  cursor: pointer; }

@media only screen and (min-width: 50rem) {
  .top-fixed-bar {
    height: 5rem; } }
/******************************************************************************/
/* MOBILE MAIN MENU
/******************************************************************************/
/* Mobile/Tablet */
.mobile-nav {
  color: #033C5A;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  vertical-align: central;
  z-index: 1000;
  border-bottom: .0625rem solid #000; }

/* Laptop/Desktop and up */
@media only screen and (min-width: 991px) {
  .mobile-nav {
    display: none; } }
/******************************************************************************/
/* UNDER BAR
/******************************************************************************/
#underbar {
  display: none; }

/* Landscape Phone, Tablet, Laptop/Desktop and up */
@media only screen and (min-width: 30rem) {
  .sticky #underbar a div {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5); }

  #underbar {
    position: absolute;
    bottom: -1.875rem;
    right: .25rem;
    display: flex;
    flex-direction: row-reverse; }
    #underbar ul {
      display: flex;
      align-items: flex-end;
      padding: 0 .5rem; }
      #underbar ul li {
        margin: 0 .25rem; }
        #underbar ul li a div {
          position: relative;
          border-radius: 0 0 .5rem .5rem;
          border: 0.0625rem solid #033C5A;
          border-top: none;
          background: #78BE20;
          color: white;
          padding: .5rem;
          font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
          font-size: .75rem;
          line-height: .75rem;
          cursor: pointer; }
          #underbar ul li a div:hover {
            top: .5rem;
            line-height: 1.25rem;
            /*color: $gw-darkblue;*/
            background: #0190DB; }
          #underbar ul li a div:active {
            box-shadow: none; } }
div.page-banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20rem; }

.hero {
  background-position: top center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: none; }

/******************************************************************************/
/* FOOTER
/******************************************************************************/
footer[role="contentinfo"] {
  background: #033C5A; }

.footer {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-size: .75rem;
  line-height: 1rem;
  padding: .5rem; }
  .footer a {
    color: white; }
    .footer a:hover {
      color: #0190DB; }
  .footer > div {
    padding: .5rem; }

.footer-contact {
  width: 29.5rem;
  margin-bottom: 1rem; }
  .footer-contact > div {
    width: 100%; }
  .footer-contact .gw-gsehd {
    width: 11.25rem;
    height: 3rem;
    padding-left: 5rem;
    margin: 0 1rem 1rem 0;
    background-image: url("http://gsehd.gwu.edu/sites/all/images/gsehd_short_wht_pos.svg");
    background-repeat: no-repeat;
    font-family: "Lyon Text Web", Helvetica, Arial, sans-serif;
    font-size: 1.5rem; }
    .footer-contact .gw-gsehd .gsehd {
      line-height: 3rem;
      padding-left: 1rem;
      border-left: 0.0625rem solid rgba(255, 255, 255, 0.75); }

.footer-links {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  width: 20rem;
  padding-right: 0; }
  .footer-links .column {
    color: #033C5A;
    width: 12.5rem;
    border-left: 0.0625rem dotted rgba(255, 255, 255, 0.5);
    margin-right: .5rem;
    padding-left: .5rem; }
    .footer-links .column:first-child {
      margin-left: 0;
      border-left: none;
      padding-left: 0; }
    .footer-links .column:last-child {
      margin-right: 0; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .footer-bottom div {
    width: 20rem;
    align-self: flex-end; }
    .footer-bottom div ul {
      height: 2rem;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
  .footer-bottom .legal li {
    align-self: flex-end; }

/******************************************************************************/
/* PAGE
/******************************************************************************/
.main-page {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  background: white; }

/******************************************************************************/
#main-content {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: .5rem; }

#main-content {
  order: 0;
  display: flex;
  flex-direction: column; }

#main-content main {
  padding: .5rem; }

@media only screen and (min-width: 60rem) {
  .not-front #main-content {
    flex-direction: row; }

  #main-content aside {
    width: 20rem;
    order: 2; } }
/******************************************************************************/
.page-title {
  color: #033C5A;
  max-width: 60rem; }
  .page-title h1 {
    margin: 0 0 0 1rem; }

#main-content {
  padding-top: 0 !important; }
  #main-content main {
    padding-top: 0 !important; }
    #main-content main div.content {
      padding-top: 0 !important; }

.breadcrumb-trail {
  max-width: 60rem;
  display: flex;
  padding: 1rem; }
  .breadcrumb-trail li {
    font-size: .75rem;
    font-family: Arial;
    margin-right: .25rem; }
    .breadcrumb-trail li:after {
      font-family: 'FontAwesome';
      content: " \f101 "; }

.breadcrumb-trail li:last-child:after {
  content: ""; }

/******************************************************************************/
/* SEARCH PAGE
/******************************************************************************/
.page-search #block-system-main .content {
  padding: 1rem !important; }
  .page-search #block-system-main .content h2 {
    margin-bottom: 2rem; }

/******************************************************************************/
/* 
/******************************************************************************/
.book-row, .periodical-row {
  padding: .5rem; }

.page-banner-image {
  position: relative; }

.page-banner-image-attribution {
  font-size: .75rem;
  padding: .5rem;
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
  background: rgba(3, 60, 90, 0.25);
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem #033C5A; }

/******************************************************************************/
/* FONT AWESOME
/******************************************************************************/
a i.fa {
  /* margin-left: 1rem; */ }

/******************************************************************************/
/* HOME
/******************************************************************************/
/******************************************************************************/
/* FRONT PAGE BANDS
/******************************************************************************/
.front-page-band, .front-page-content-band, .front-page-slick-band {
  background: white;
  color: #033C5A;
  width: 100%; }

.front-page-band-wrapper, .front-page-content-band-wrapper, .front-page-slick-band .front-page-slick-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem; }

/******************************************************************************/
/* FRONT PAGE CONTENT BANDS
/******************************************************************************/
.front-page-content-band-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .front-page-content-band-wrapper div {
    flex: 1 1 auto;
    width: 15rem; }
  .front-page-content-band-wrapper .action-title {
    margin-right: auto;
    margin-left: auto;
    font-size: 3rem;
    line-height: 5rem;
    text-shadow: 0.125rem 0.125rem 0.125rem rgba(3, 60, 90, 0.75); }

@media only screen and (min-width: 30rem) {
  .front-page-content-band-wrapper .portrait {
    flex: 0 1 auto; } }
/******************************************************************************/
/* FRONT PAGE SLICK BANDS
/******************************************************************************/
.front-page-slick-band {
  font-size: .875rem; }

/******************************************************************************/
/* FRONT PAGE BRANDING
/******************************************************************************/
.front {
  /******************************************************************************/
  /* FRONT PAGE BACKGROUNDS
  /******************************************************************************/
  /******************************************************************************/
  /* FRONT PAGE BUTTON BANDS
  /******************************************************************************/
  /******************************************************************************/
  /* FRONT PAGE CALL-TO-ACTION
  /******************************************************************************/
 /* 
  @media only screen and (orientation: landscape) and (max-width: $breakpoint-l) {
      .front-page-section {
          background-size: auto 100vw;
      }
  }
*/ }
  .front .front-page-section {
    height: 40rem;
    /* height: 100vh; */
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    overflow: hidden; }
  .front .divider {
    height: 6rem;
    background: white; }
  .front #special-divider.divider {
    background: #C0B28E;
    height: 1rem; }
  @media only screen and (min-width: 50rem) {
    .front #special-divider.divider {
      background-size: cover;
      background-position: center 4rem;
      background-image: url("http://gsehd.gwu.edu/sites/default/files/images/dc-sunrise.jpg");
      background-attachment: fixed;
      height: 5rem; } }
  .front #front-page-landing {
    background-image: url("http://gsehd.gwu.edu/sites/default/files/images/dc-sunrise.jpg"); }
  .front #front-page-newsevents {
    background: white; }
  .front #front-page-admissions {
    background-image: url("http://gsehd.gwu.edu/sites/default/files/2136-G-Street-UP-JMC-2013-sm_0.jpg"); }
  .front #front-page-academics {
    background-image: url("http://gsehd.gwu.edu/sites/default/files/Kogan-Plaza-UP-2013-1023sm_1.png"); }
  .front #front-page-faculty {
    background-image: url("http://gsehd.gwu.edu/sites/default/files/lionel_0.jpg"); }
  .front #front-page-students {
    background-image: url("http://gsehd.gwu.edu/sites/default/files/Freshman_BBQ_UP_WLA_2009-sm_1.jpg"); }
  .front #front-page-alumni {
    background-image: url("http://gsehd.gwu.edu/sites/default/files/GW-Commencement_UP_JMC_2013-sm_0.jpg"); }
  .front #commencement-btn, .front #deans-blog-btn {
    display: block;
    padding: 1rem;
    background-color: #033C5A;
    color: white;
    text-align: center;
    font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .front #commencement-btn:hover, .front #deans-blog-btn:hover {
      background-color: #0190DB; }
  .front #inactive-btn, .front .msg-band {
    display: block;
    padding: 1rem;
    background-color: #033C5A;
    color: white;
    text-align: center;
    font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .front #deans-message {
    display: flex; }
    .front #deans-message > div {
      flex: 0 1 auto; }
  .front #deans-signature {
    width: 200px;
    height: 100px;
    background-image: url("http://gsehd.gwu.edu/sites/default/files/images/michael.svg");
    background-repeat: no-repeat;
    margin-left: auto; }
  .front #cta-box {
    position: absolute;
    left: 50%;
    width: 66%;
    max-width: 30rem;
    max-height: 80%;
    transform: translate(-50%, 33%);
    text-align: center; }
    .front #cta-box div {
      border-radius: .25rem;
      margin-bottom: 1rem;
      background-color: rgba(255, 255, 255, 0.5); }
      .front #cta-box div:last-of-type {
        margin-bottom: inherit; }
      .front #cta-box div a div {
        width: 100%;
        padding: 1rem;
        color: white;
        background: #033C5A;
        font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
        font-size: .8rem;
        line-height: 1rem; }
      .front #cta-box div a:hover div {
        background: #0190DB; }
  @media only screen and (min-width: 40rem) {
    .front #cta-box {
      width: 66%; }
      .front #cta-box div a div {
        padding: 2rem;
        font-size: 1.2rem;
        line-height: 1.5rem; } }
  @media only screen and (min-width: 40rem) {
    .front .front-page-section {
      background-attachment: fixed;
      background-position: center 4rem; } }
  @media only screen and (min-width: 50rem) {
    .front #mobile-apply-now {
      display: none; } }

/******************************************************************************/
/* 
/******************************************************************************/
.skew {
  transform: skew(-17.24deg); }

.unskew {
  transform: skew(17.24deg); }

#front-page-admissions.front-page-section,
#front-page-academics.front-page-section,
#front-page-faculty.front-page-section {
  position: relative; }

.faculty-announcements-page,
.alumni-announcements-page {
  padding: .5rem 0; }
  .faculty-announcements-page .announcement-row,
  .alumni-announcements-page .announcement-row {
    padding: .5rem 0; }
    .faculty-announcements-page .announcement-row p,
    .alumni-announcements-page .announcement-row p {
      font-size: .875rem; }

.front-page-section .overlay {
  height: 100%;
  width: 33%;
  min-width: 19rem;
  background: rgba(3, 60, 90, 0.75);
  color: white;
  padding: 1rem;
  font-size: .75rem;
  overflow: hidden;
  /*  
    &.right-side {
      position: absolute;
      right: 0;
    }
  */ }
  .front-page-section .overlay .overlay-more-btn {
    text-align: right;
    font-size: 1rem;
    padding: .5rem; }
  .front-page-section .overlay .overlay-title {
    font-size: 2rem;
    margin: 1rem 0; }
    .front-page-section .overlay .overlay-title:first-of-type {
      margin-top: 0; }
  .front-page-section .overlay p {
    font-size: 1rem;
    padding: 1rem; }
  .front-page-section .overlay a {
    color: white; }
    .front-page-section .overlay a:hover {
      color: #0190DB; }
  .front-page-section .overlay .announcement-row p {
    font-size: .875rem; }
  .front-page-section .overlay .announcement-row a {
    color: #D9D0BB; }
    .front-page-section .overlay .announcement-row a:hover {
      border-bottom: 0.0625rem dotted #D9D0BB; }
  .front-page-section .overlay h2 span {
    color: white;
    position: relative;
    font-size: 2.25rem;
    text-shadow: 0.125rem 0.125rem 0.125rem rgba(3, 60, 90, 0.75); }
  .front-page-section .overlay .front-page-headline {
    margin: 1rem 0;
    font-size: 1rem; }
    .front-page-section .overlay .front-page-headline:first-of-type {
      margin-top: 0; }
    .front-page-section .overlay .front-page-headline:last-of-type {
      margin-bottom: 0; }
  .front-page-section .overlay .event.front_sub_feature {
    display: flex;
    width: 100%; }
    .front-page-section .overlay .event.front_sub_feature .event-datetime {
      background: #033C5A;
      padding: .5rem;
      margin-right: .5rem;
      text-align: center;
      border-radius: .25rem; }
    .front-page-section .overlay .event.front_sub_feature.current-event .event-datetime {
      background: white;
      color: #033C5A; }
    .front-page-section .overlay .event.front_sub_feature.future-event .event-datetime {
      background: #0190DB; }
    .front-page-section .overlay .event.front_sub_feature .event-title {
      display: flex;
      flex-direction: column;
      align-content: space-around;
      position: relative;
      width: 100%;
      padding-top: .25rem; }
      .front-page-section .overlay .event.front_sub_feature .event-title .event-subtitle {
        width: 100%;
        margin-bottom: .5rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .front-page-section .overlay .event.front_sub_feature .event-title .event-location {
        font-style: italic;
        flex: 0 1 auto;
        display: none; }

/******************************************************************************/
/* FRONT PAGE TEST PAGE
/******************************************************************************/
.front .front-page-section {
  min-height: 20rem;
  height: auto; }
.front .overlay {
  padding: 1rem;
  min-width: 20rem;
  min-height: 20rem;
  display: flex;
  flex-direction: column; }
  .front .overlay .overlay-title {
    flex: 0 0 auto; }
    .front .overlay .overlay-title:first-of-type {
      margin-top: 1rem; }
  .front .overlay .overlay-view {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto; }
  .front .overlay .overlay-view-more {
    flex: 0 0 2em;
    text-align: right;
    padding: 1rem; }
  .front .overlay .tab-wrapper {
    flex: 1 1 auto;
    height: 100%;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: column; }
    .front .overlay .tab-wrapper .panel-tabs {
      flex: 0 0 2em; }
      .front .overlay .tab-wrapper .panel-tabs li a {
        color: white; }
        .front .overlay .tab-wrapper .panel-tabs li a:hover {
          color: #0190DB; }
        .front .overlay .tab-wrapper .panel-tabs li a.active:hover {
          color: white; }
    .front .overlay .tab-wrapper .tab-panels {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
      .front .overlay .tab-wrapper .tab-panels .tab-button {
        flex: 0 0 auto;
        border: none; }
        .front .overlay .tab-wrapper .tab-panels .tab-button:hover {
          color: white;
          background: #0190DB; }
      .front .overlay .tab-wrapper .tab-panels .tab-panel {
        flex: 1 1 auto; }
        .front .overlay .tab-wrapper .tab-panels .tab-panel .tab-content {
          overflow: hidden;
          display: flex;
          flex-direction: column; }

@media only screen and (min-width: 20rem) {
  .front .front-page-section {
    height: 40rem;
    /*height: 100vh;*/ } }
@media only screen and (min-width: 50rem) {
  .front .front-page-section {
    height: 40rem;
    height: 100vh; } }
/******************************************************************************/
/* SECTIONS
/*
/* NOTE: CURRENTLY ONLY USED IN FOOTERS
/*
/******************************************************************************/
.section-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 60rem;
  margin: 0 auto; }

.section-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

.section-row, .section-title, .section-subtitle, .section-content {
  width: 100%;
  display: block; }

.section-title {
  padding: 1rem;
  position: absolute;
  color: white;
  font-size: 1.5rem;
  top: -3.5rem;
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.75);
  /*text-transform: uppercase;*/
  background-color: rgba(3, 60, 90, 0.75);
  border: 0.0625rem solid #033C5A; }

.section-subtitle {
  padding: 1rem;
  font-size: 1.125rem;
  font-style: italic;
  top: 0;
  text-align: right;
  text-transform: lowercase;
  border-bottom: 0.125rem solid rgba(170, 152, 104, 0.75); }

.section-content {
  margin: 0 auto; }

.node-blogpost .field-name-field-post-author .person.business_card .profile {
  padding: .5rem 0; }

.node-blogpost .field-name-body {
  margin-top: .5rem; }

/******************************************************************************/
/* PAGE TABS
/******************************************************************************/
.tab-panels .tab-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
.tab-panels .panel-column {
  flex: 1 1 18.75rem; }
.tab-panels .panel-column-third {
  flex: .5 1 4rem; }
.tab-panels .panel-column-auto {
  flex: 0 1 auto; }

.tab-wrapper {
  margin-top: 1rem;
  padding-top: 0;
  border-radius: none;
  border-bottom: 1rem solid rgba(3, 60, 90, 0.25); }

.tab-wrapper .panel-tabs {
  background: inherit;
  border: none;
  border-radius: none;
  border-bottom: 0.0625rem dotted rgba(3, 60, 90, 0.25);
  display: none;
  padding: 0;
  padding: .5rem 0;
  margin: .5rem 0; }
  .tab-wrapper .panel-tabs li {
    list-style: none;
    padding: .5rem;
    overflow: hidden; }
    .tab-wrapper .panel-tabs li a {
      border-radius: none;
      background: inherit;
      color: #033C5A;
      font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
      border: none; }
      .tab-wrapper .panel-tabs li a:hover {
        color: #0190DB; }
  .tab-wrapper .panel-tabs .active, .tab-wrapper .panel-tabs .active-tab {
    border-radius: .25rem;
    background: #033C5A;
    color: white; }
    .tab-wrapper .panel-tabs .active:hover, .tab-wrapper .panel-tabs .active-tab:hover {
      color: white; }

#post-tab-content {
  border-top: 0.0625rem dotted rgba(3, 60, 90, 0.25);
  padding: .5rem 0; }

.tab-panel .tab-title-spacer {
  width: 100%;
  height: .75rem; }

.tab-panel .tab-content {
  padding: 0 0 .5rem 0; }

.tab-wrapper .tab-panels {
  padding: 1rem;
  border: 0.0625rem solid rgba(3, 60, 90, 0.25);
  border-top: none;
  border-radius: 0 0 .25rem .25rem;
  /*list-style: none;*/
  padding: 0;
  border: none;
  border-radius: none; }
  .tab-wrapper .tab-panels p:first-of-type {
    margin-top: 0; }
  .tab-wrapper .tab-panels p:last-of-type {
    margin-bottom: 0; }

.tab-wrapper a.tab-button {
  width: 100%;
  background: #033C5A;
  text-align: center;
  padding: .5rem;
  border-bottom: .0625rem solid black;
  color: white;
  display: block; }

/* Laptop/Desktop and up */
@media only screen and (min-width: 40rem) {
  .tab-wrapper {
    margin-top: 0;
    border-bottom: none; }

  .tab-wrapper .panel-tabs {
    display: flex; }

  .panel-columns {
    display: flex; }
    .panel-columns .panel-column {
      flex: 1 1 20rem; }
      .panel-columns .panel-column.alt {
        flex: 1 2 40rem; }

  .tab-wrapper a.tab-button {
    display: none; }

  .tab-wrapper .tab-content {
    width: 100%; }

  .tab-panel .tab-content {
    padding: inherit; } }
.tab-content.twitter-right {
  display: flex;
  width: 100%;
  flex-direction: row-reverse; }
  .tab-content.twitter-right .twitter-box {
    align-self: flex-end; }

.twitter-box {
  padding: .5rem; }

.new-tab-btn, .panel-tab {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #004065);
  background-image: -moz-linear-gradient(top, #3498db, #004065);
  background-image: -ms-linear-gradient(top, #3498db, #004065);
  background-image: -o-linear-gradient(top, #3498db, #004065);
  background-image: linear-gradient(to bottom, #3498db, #004065);
  /*  -webkit-border-radius: 8;
    -moz-border-radius: 8; */
  border-radius: .5rem;
  font-family: Arial;
  color: #fff;
  font-size: 1rem;
  padding: .625rem 1.25rem .625rem 1.25rem;
  text-decoration: none; }

.new-tab-btn:hover, .panel-tab:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none; }

/******************************************************************************/
/* PROGRAM PAGES
/******************************************************************************/
#program-footer {
  margin-top: .5rem;
  padding-top: 1rem;
  border-top: 0.0625rem dotted rgba(3, 60, 90, 0.25); }

/******************************************************************************/
/* CALENDAR VIEW
/******************************************************************************/
.view-calendar .view-header {
  margin-bottom: .25rem; }
.view-calendar .view-content {
  background: white; }
.view-calendar .view-footer {
  background: #033C5A;
  padding: 0 1.25rem 1.25rem 1.25rem;
  font-size: 0.8em; }
  .view-calendar .view-footer #legend {
    color: #aaaaaa;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 3em;
    width: 22.5rem;
    padding-left: .625rem;
    float: right; }

main .view-calendar {
  padding: .5rem; }

/******************************************************************************/
/* CALENDAR
/******************************************************************************/
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: white; }

/*.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
    background: white;
}
*/
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  border: none; }

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  border-radius: 0;
  /* border-top: dotted 1px #666; */
  text-shadow: none;
  background: white; }

.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  border: none; }

.calendar-calendar td.empty {
  color: inherit; }

.calendar-calendar td a {
  font-weight: normal; }

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  border: none; }

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  background: #ccc; }

.calendar-calendar td.multi-day .date-display-single {
  display: none; }

/*
.calendar-calendar {
  width: 100%;
  thead {
    height: 2rem;
    th {
      vertical-align: middle;
    }
  }
  th.days {
    background: $gw-darkblue;
    color: white;
    border: none;
    padding: .25rem 0;
  }
  td {
    
    text-align: center;
    vertical-align: middle;

    border: .0625rem solid #dadada;
    border-right-color: #dadada;
    border-bottom-color: #e3e3e3;
    
    &.has-events {
      background: $gw-buff-tint-2;
    }
    a {
      font-family: $font-stack-demi;
      font-weight: normal;
    }
    &.empty {
      border-color: #dadada;
      color: #dadada;
    }
  }
  tr td {
    border-radius: .5rem;
    &.today {
      background: $gw-blue;
      color: white;
    }
    &.past.has-events {
      background: $gw-blue-25;
      color: $gw-blue-75;
    }
  }
  .item {
    color: white;
    text-shadow: .0625rem .0625rem 0 $gw-darkblue;
    
    a {
      color: white;
      text-shadow: .0625rem .0625rem 0 #ffffff;
    }
  }
}

.calendar-calendar .month-view .full td.single-day div.monthview {
  background: $gw-blue;
  border: .0625rem solid #004065;
}

.calendar-calendar .week-view .full td .inner div.calendar.weekview div {
  background: $gw-blue;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  background: $gw-blue;
  border: .0625rem solid $gw-darkblue;
  
  a {
    color: white;
    text-shadow: .0625rem .0625rem $gw-darkblue;
    }
}

  td.single-day .inner div a {
      color: white;
      text-shadow: .0625rem .0625rem $gw-darkblue;
  }

.calendar-calendar .month-view .full td.date-box.today {
  border-width: .125rem .125rem 0 .125rem;
  border-style: solid;
  border-color: $gw-buff;
  background: $gw-buff-tint-2;
  color: $gw-darkblue;
}

.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.date-box.today {
  border-radius: 0;
  background: $gw-buff-tint-2;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: .125rem solid $gw-buff;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  border-left: .125rem solid $gw-buff;
  border-right: .125rem solid $gw-buff;
  background: $gw-buff-tint-2;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview
{
  padding: .25rem .5rem;
}

.calendar-calendar .month-view .full {
  td.date-box.today,
  tr td.multi-day.ends-today,
  tr td.single-day.today {
    border-color: $gw-darkblue;
  }
}

td.single-day {
  background: url(../images/cell-bg.png) bottom repeat-x;

  .inner {
    min-height: 3rem;
  }
}
 
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: url(../images/event-bg.png) bottom repeat-x;
  border-radius: .625rem;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  top: .125rem;
}
.calendar-calendar .year-view .month-view {
  min-height: 11.25rem;
}

.calendar-calendar .item .calendar-calendar .item .continues {
  color: #ccc;
}

.calendar-calendar .week-view #multi-day-container, 
.calendar-calendar .week-view #single-day-container, 
.calendar-calendar .day-view #multi-day-container, 
.calendar-calendar .day-view #single-day-container {
  border-right: .0625rem solid #CCCCCC;
}

.calendar-calendar td span.date-display-single, 
.calendar-calendar td span.date-display-start, 
.calendar-calendar td span.date-display-end, 
.calendar-calendar td span.date-display-separator {
  font-weight: normal;
  color: white;
}

aside .view-calendar {
  max-width: 18.75rem;
  .calendar-calendar td {
      height: 2rem;
  }
}

aside {
}

@media only screen and (min-width: $breakpoint-xl) {
}

.year-view {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: .25rem;
  border: .0625rem solid #CCCCCC;
}

.year-month {
  width: 18.75rem;
  margin: 0 .25rem;
  td {
    width: 2.625rem !important;
    margin-right: .0625rem;
  }
}

#calendar-reset-btn {
  text-align: right;
  padding: .25rem .5rem;
}
*/
/******************************************************************************/
/* DATE PAGER
/******************************************************************************/
.gwdate-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-content: center;
  background: white;
  /*border-radius: .5rem .5rem 0 0;
  padding: 1rem;*/
  margin: 0; }
  .gwdate-nav .gwdate-heading {
    font-size: 1.5em;
    flex-grow: 1; }
    .gwdate-nav .gwdate-heading a {
      color: #033C5A; }
  .gwdate-nav .fa {
    font-size: 1.5em; }
  .gwdate-nav .mypager {
    display: flex;
    justify-content: center;
    align-content: center; }
  .gwdate-nav .myprev a, .gwdate-nav .mynext a {
    background: white;
    color: #033C5A;
    margin: 0 .25rem; }

/******************************************************************************/
/* EVENTS
/******************************************************************************/
/*
.event-row {
  width: 100%;
  margin: .5rem 0;
  
  &:first-of-type {
    margin-top: 0;
  }
  
  &:last-of-type {
    margin-bottom: 0;
  }
}

.event.teaser {
  display: flex;
  
  div {
    margin-left: 1rem;
    
    &:first-of-type {
      margin-left: 0;
    }
  }
}

.event-datetime {
  flex: 0 1 3rem;
}

.event-title {
  flex: 0 1 17.5rem;
}

.event-location {
  flex: 0 1 7.5rem;
}

.event-registration {
  flex: 0 1 6.25rem;
}

.events-list {
  .event.teaser {
    padding: .25rem;
  }
    
  .event-datetime {
    flex: 0 1 4rem;
  }
  
  .event-title {
    flex: 0 1 50%;
  }
  
  .event-location {
    flex: 0 1 20%;
  }
  
  .event-registration {
    flex: 0 1 20%;
  }
}
*/
/******************************************************************************/
/* ARTICLES
/******************************************************************************/
.article {
  padding: .5rem; }
  .article .article-head {
    display: flex; }
    .article .article-head .article-image {
      overflow: hidden;
      width: 6.25rem;
      height: 6.25rem;
      margin-right: .5rem; }
      .article .article-head .article-image img {
        width: 100%;
        height: auto; }
    .article .article-head .article-metadata .article-title {
      font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      padding-top: .5rem; }
    .article .article-head .article-metadata .article-date {
      padding: .5rem 0;
      font-size: .75rem;
      font-style: italic; }

/******************************************************************************/
.front .article.teaser .article-head .article-metadata {
  width: 12.5rem; }
.front .article.teaser .article-body {
  display: none; }

.article.full .article-head {
  display: none; }

/* STEM */
div.stem-row {
  margin-bottom: 1rem; }

div.stem-image {
  margin: 0 1rem 0 0; }

/******************************************************************************/
.view-people .views-row-odd {
  background-color: #eee; }

/******************************************************************************/
/* PERSON PROFILES
/******************************************************************************/
.gsehd-directory-listing .person {
  width: 100%; }
  .gsehd-directory-listing .person > div {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: .5em; }
    .gsehd-directory-listing .person > div > div {
      width: 100%; }

@media only screen and (min-width: 30rem) {
  .gsehd-directory-listing .person > div > div {
    width: 50%; } }
@media only screen and (min-width: 40rem) {
  .gsehd-directory-listing .person > div > div {
    width: 25%; } }
/******************************************************************************/
.gsehd-id .person > div {
  display: flex;
  flex-flow: row no-wrap;
  margin: 0;
  padding: .5em; }
  .gsehd-id .person > div > div {
    padding: .5em; }

.profile-header {
  display: flex; }

.profile-image {
  height: 10em;
  width: 10em;
  min-width: 10em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: .25rem; }

.profile-vitals {
  padding-left: 1em; }

.profile-contact {
  padding-top: .5em; }

.profile-content {
  margin-top: 1em; }

.profile-note {
  margin-top: 1em; }

/******************************************************************************/
#student-services .profile-email {
  display: none; }

/******************************************************************************/
@media only screen and (min-width: 20rem) {
  .profile-gsehd, .profile-gwu {
    display: inherit; } }
/* Laptop/Desktop and up */
@media only screen and (min-width: 769px) {
  .profile-content {
    display: flex; }

  .profile-main {
    flex: 2;
    padding-right: .5rem; }

  .profile-aside {
    flex: 1;
    padding-left: .5rem; } }
/*
@media only screen and (min-width: $breakpoint-m) {
  .gsehd-administration {
    .view-content {
      display: flex;
      flex-wrap: wrap;
      
      &>div {
      width: 50%;
      min-width: 18.75rem;
      }
    }
  }
}
*/
/******************************************************************************/
/*
.degree-links {
  display: flex;
  flex-wrap: wrap;
  
  div {
    width: 20rem;
  }
}
*/
/******************************************************************************/
.view-display-id-block_personal_artifacts p,
.view-display-id-block_personal_presentations p {
  margin: 1em;
  text-indent: -1em; }
.view-display-id-block_personal_artifacts .views-row,
.view-display-id-block_personal_presentations .views-row {
  margin-bottom: .5em; }

/******************************************************************************/
/* ADMIN-MENU
/******************************************************************************/
.tabs {
  font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  max-width: 60rem;
  background: white;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  display: flex;
  justify-content: center; }
  .tabs ul.primary {
    margin: 0;
    border: none; }
    .tabs ul.primary li a {
      border: none;
      background: inherit;
      padding: .25em .5em; }
      .tabs ul.primary li a.active {
        color: white;
        background: #033C5A; }

/******************************************************************************/
/* USER FORMS
/******************************************************************************/
#user-login, #user-pass {
  font-family: "Avenir Next LT Regular", Helvetica, Arial, sans-serif;
  padding: 1em; }
  #user-login label, #user-pass label {
    font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif; }
  #user-login label, #user-login input, #user-pass label, #user-pass input {
    max-width: 15em; }
  #user-login .description, #user-pass .description {
    margin-top: .25em;
    margin-left: 1em; }

/******************************************************************************/
/* SLICK OVERRIDE
/******************************************************************************/
.slick-slider .slick-slide {
  overflow: hidden; }
.slick-slider .slick-slide {
  padding: .5rem; }
.slick-slider .slick-prev, .slick-slider .slick-next {
  height: 2rem;
  width: 2rem; }
  .slick-slider .slick-prev::before, .slick-slider .slick-next::before {
    font-size: 2rem;
    color: rgba(3, 60, 90, 0.25); }
.slick-slider .slick-prev {
  left: 1rem; }
.slick-slider .slick-next {
  right: 1rem; }
.slick-slider ul.slick-dots {
  bottom: inherit; }
  .slick-slider ul.slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0 .25rem; }
    .slick-slider ul.slick-dots li button {
      height: 2rem;
      width: 2rem; }
      .slick-slider ul.slick-dots li button::before {
        line-height: 2rem;
        font-size: .5rem;
        width: 2rem;
        height: 2rem; }

/******************************************************************************/
/* ACCORDIAN via http://accordionslider.com/
/******************************************************************************/
.accordion-wrapper {
  /*    padding: .5rem; */ }

.accordion input {
  visibility: hidden;
  position: absolute;
  left: 1rem; }
.accordion > ul > li {
  list-style: none; }
.accordion .accordion-title span {
  font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif; }

@media only screen and (min-width: 40rem) {
  .accordion {
    /*box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6); */
    font-family: "Avenir Next LT Regular", Helvetica, Arial, sans-serif;
    /*border-color: $gw-darkblue;
    border-style: solid;
    border-width: 1px;*/
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    /*min-width: 20rem;*/ }
    .accordion input {
      visibility: inherit; }

  .accordion > ul > li,
  .accordion-title,
  .accordion-content,
  .accordion-separator {
    float: none;
    box-sizing: content-box;
    /* needed to counteract global box-sizing */ }

  .accordion > ul > li {
    /* background-color: $gw-darkblue; */
    background-color: #033C5A;
    margin-right: 0;
    margin-bottom: -22rem;
    padding: 0;
    margin-left: 0; }
    .accordion > ul > li:last-of-type .accordion-title {
      border-bottom: none; }

  .accordion-select:checked ~ .accordion-separator {
    margin-right: 0;
    margin-bottom: -30rem; }

  .accordion-title,
  .accordion-select {
    background-color: #033C5A;
    color: white;
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    overflow: hidden;
    border-bottom: inset .0625rem white;
    /* $gw-darkblue; */ }

  .accordion-select:hover ~ .accordion-title,
  .accordion-select:checked ~ .accordion-title {
    color: #033C5A;
    background-color: #67BCE9; }

  .accordion-title span {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    line-height: 3rem;
    padding-left: 1rem; }

  .accordion-content {
    background-color: #efefef;
    /*#ffeebb; rgb(204,236,255);*/
    height: 20rem;
    padding: 1rem 1rem 1rem 2rem;
    text-indent: -1rem;
    position: relative;
    overflow: auto; }
    .accordion-content ul {
      list-style: none; }
    .accordion-content ul > li {
      padding: 0;
      margin-left: 0;
      margin-bottom: .5rem;
      list-style: none; }
      .accordion-content ul > li:last-of-type {
        margin-bottom: 0; }
      .accordion-content ul > li a {
        color: #033C5A; }
      .accordion-content ul > li a:hover {
        border-bottom: 0;
        color: #0190DB; }

  /* Do not change following properties, they aren't 
  generated automatically and are common for each slider. */
  .accordion {
    overflow: hidden; }

  .accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }

  .accordion > ul > li,
  .accordion-title {
    position: relative; }

  .accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1; }

  .accordion-select:checked ~ .accordion-separator {
    margin-bottom: 22rem; }

  .accordion-title span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    font-family: inherit; }

  .accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s; } }
/******************************************************************************/
/* TAB TEST PAGE
/******************************************************************************/
.page-node-4437 {
  /*
    .accordion-content {
      box-shadow: inset 0 .0625rem .25rem $black-75;
    }
  */
  /******************************************************************************/
  /* BUTTON
  /******************************************************************************/
  /* <a href="#" class="myButton">graphicriver</a> */ }
  .page-node-4437 .fancy-name {
    font-family: "Avenir Next LT Medium", Helvetica, Arial, sans-serif; }
    .page-node-4437 .fancy-name div:first-child {
      font-family: "Avenir Next LT Bold", Helvetica, Arial, sans-serif; }
  .page-node-4437 .paper {
    background-color: white;
    padding: 1rem;
    border: 1px solid #999;
    box-shadow: 0 .25rem .25rem -.25rem #666; }
    .page-node-4437 .paper > div {
      background-color: rgba(3, 60, 90, 0.25); }
  .page-node-4437 .well {
    background-color: #F3F3F3;
    border: 1px solid #033C5A;
    border-radius: .25rem;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05); }
  .page-node-4437 .contact-list {
    width: 100%;
    margin: 0;
    padding: .5rem; }
    .page-node-4437 .contact-list li {
      list-style: none;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: .5rem;
      margin: 0; }
      .page-node-4437 .contact-list li a {
        margin-left: 1rem; }
      .page-node-4437 .contact-list li a:hover {
        border-bottom: none; }
  .page-node-4437 .rounded {
    border-radius: .25rem; }
  .page-node-4437 .zebra li:nth-child(odd) {
    background: #E0E0E0; }
  .page-node-4437 .profile-note {
    display: none; }
  .page-node-4437 .panel-column-spacer {
    width: 1rem; }
  .page-node-4437 .gsehd-id .person > div {
    margin: 0 0 1rem 0;
    padding: inherit; }
  .page-node-4437 .person .profile:last-of-type {
    margin-bottom: 0; }
  .page-node-4437 .myButton {
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    border-radius: .25rem;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682; }
  .page-node-4437 .myButton:hover {
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #0061a7; }
  .page-node-4437 .myButton:active {
    position: relative;
    top: 1px; }

@media only screen and (min-width: 40rem) {
  .page-node-4437 .accordion-title span:after {
    content: '  \025B8'; }
  .page-node-4437 .accordion-select:checked ~ .accordion-title span:after {
    content: '  \025BE'; } }
/******************************************************************************/
/* FLEX-PROFILE
/******************************************************************************/
.flex-profile {
  display: flex;
  flex-flow: row wrap; }

.flex-profile.full > div {
  flex: 3 1 30rem; }

.flex-profile.full > div:nth-child(1) {
  flex: 1 1 10rem; }

.flex-profile.full > div:nth-child(2) {
  flex: 2 1 20rem;
  padding: 0 1rem; }

.flex-profile.teaser {
  padding: 0.5rem; }

.flex-profile.teaser > div:nth-child(1) {
  flex: 1 1 10rem; }

.flex-profile.teaser > div:nth-child(2) {
  flex: 1 2 10rem;
  padding: 0 1rem; }

.flex-profile.list-item {
  padding: .5rem;
  width: 100%; }

.flex-profile.list-item > div {
  width: 100%; }

@media only screen and (min-width: 30rem) {
  .flex-profile.list-item > div {
    width: 50%; } }
@media only screen and (min-width: 40rem) {
  .flex-profile.list-item > div {
    width: 25%; } }
.flex-profile img {
  width: 100%;
  border-radius: .5rem; }

.flex-profile.artifact.teaser > div:nth-child(1) {
  flex: none; }

.flex-profile.artifact.teaser img {
  width: auto;
  max-width: 8rem;
  border-radius: 0; }

.flex-profile.testimonial {
  padding: .5rem;
  width: 14.75rem;
  color: white;
  background: rgba(3, 60, 90, 0.75);
  border-radius: 0 0 .5rem .5rem; }

.flex-profile.testimonial > div {
  padding: .5rem; }

.flex-profile.testimonial img {
  border-radius: .25rem; }

.flex-profile.testimonial a {
  color: #0190DB; }

.flex-profile.testimonial a:hover {
  color: #B2DDF4; }

.view-display-id-block_alumni_testimonials .view-content {
  display: flex;
  justify-content: space-around; }

.view-display-id-block_alumni_testimonials .view-content > div {
  display: none; }

.view-display-id-block_alumni_testimonials .view-content > div:nth-child(1) {
  display: inherit; }

@media only screen and (min-width: 40rem) {
  .view-display-id-block_alumni_testimonials .view-content > div:nth-child(2) {
    display: inherit; } }
@media only screen and (min-width: 50rem) {
  .view-display-id-block_alumni_testimonials .view-content > div:nth-child(3) {
    display: inherit; } }
.flex-profile blockquote {
  margin: 0;
  padding: 1rem;
  font-style: italic;
  border-radius: .5rem; }

/******************************************************************************/
.item-list ul.pager {
  margin-top: 1rem; }

/******************************************************************************/
.announcement-wrapper {
  margin-top: .5rem;
  padding-top: 1rem;
  border-top: 0.0625rem dotted rgba(3, 60, 90, 0.25); }

.announcements .view-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
.announcements .announcement {
  width: 100%;
  padding: .5rem; }
  .announcements .announcement:firstofkind {
    padding-top: 0; }
  .announcements .announcement:lastofkind {
    padding-bottom: 0; }

.article-wrapper {
  margin-top: .5rem;
  padding-top: 1rem;
  border-top: 0.0625rem dotted rgba(3, 60, 90, 0.25); }

.articles .view-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
.articles .article {
  width: 100%;
  padding: .5rem; }
  .articles .article:firstofkind {
    padding-top: 0; }
  .articles .article:lastofkind {
    padding-bottom: 0; }

/*
@media only screen and (min-width: $breakpoint-m) {
  .announcements .announcement {
	  min-width: 20rem;
	  width: 50%;
  }
}
*/
/******************************************************************************/
.panel-column-spacer {
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem; }

/******************************************************************************/
.panel-wrapper {
  display: flex;
  flex-flow: row wrap; }

.panel-wrapper > * {
  flex: 1 100%;
  padding: .5rem; }

.panel-header {
  background: #eee; }

.panel-aside-1 {
  background: #ddd; }

.panel-main {
  background: #ccc; }

.panel-aside-2 {
  background: #bbb; }

.panel-footer {
  background: #aaa; }

@media all and (min-width: 40rem) {
  .panel-aside {
    flex: 1 auto; } }
@media all and (min-width: 50rem) {
  .panel-main {
    flex: 3 0px; }

  .panel-aside-1 {
    order: 1; }

  .panel-main {
    order: 2; }

  .panel-aside-2 {
    order: 3; }

  .panel-footer {
    order: 4; } }
/******************************************************************************/
.triptych {
  display: flex;
  flex-flow: row wrap; }

.triptych > * {
  padding: .5rem;
  flex: 1 100%; }

.triptych .aside {
  max-width: 100%; }
  .triptych .aside ul {
    margin: 0;
    padding: 0;
    width: 100%; }
    .triptych .aside ul li {
      list-style: none;
      margin: 0;
      padding: .5rem; }
  .triptych .aside img {
    width: 100%;
    height: auto; }

@media all and (min-width: 600px) {
  .triptych .aside {
    flex: 1 auto; }

  .triptych .aside {
    max-width: 50%; } }
@media all and (min-width: 800px) {
  .triptych .main {
    flex: 3 0px; }

  .triptych .aside-1 {
    order: 1; }

  .triptych .main {
    order: 2; }

  .triptych .aside-2 {
    order: 3; }

  .triptych .foot {
    order: 4; }

  .triptych .aside {
    max-width: 25%;
    min-width: 25%; } }
/******************************************************************************/
.career-menu {
  background: rgba(3, 60, 90, 0.1);
  border-radius: .5rem; }
  .career-menu li a div {
    padding: .5rem;
    border-radius: .25rem; }
    .career-menu li a div:hover {
      background: #0190DB; }
  .career-menu a {
    color: #033C5A; }
    .career-menu a:hover {
      color: white; }
