@charset "UTF-8";
/*! 
Title:      Scalia Law 2022
Author:     Donny Truong 
Updated:   14 Mar 2022
Description: Redesigned, simplified, realigned, responsive
*/
/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  /*-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;*/
}

body {
  margin: 0;
  font-size: 81.3%;
  line-height: 1.4;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol, #law-nav ul, .footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  /*-ms-interpolation-mode: bicubic;*/
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  /*-webkit-appearance: button; */
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  /*-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;*/
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Donny Truong
   ========================================================================== */
@viewport {
  width: device-width;
}
:root {
  font-size: 100%;
}

body, button, input, select, textarea {
  font: 100%/1.5 "pelago", "Myriad Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #101010;
  font-weight: 400;
}

body {
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: 1em 0 0.5em 0;
  font-weight: 700;
  font-family: "minion-3-display", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  font-size: 1em;
  margin: 1em 0;
}

blockquote {
  font-size: 0.875em;
  color: #4b4b4b;
}

.box_header {
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.125em;
  margin-top: 2em;
}

.bright_green_bg {
  background: #607E3E;
}

.slate_blue_bg {
  background: #425195;
}

.brick_red_bg {
  background: #8D2F3C;
}

.sienna_bg {
  background: #B26115;
}

a, a:visited {
  color: #101010;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

abbr, .small-caps {
  font-variant-caps: all-small-caps;
}

#masonlaw {
  position: absolute;
  top: 0;
  margin: 0 0 0 1em;
  z-index: 1;
  width: 150px;
}

.cls-1 {
  fill: #fff;
}

.cls-2 {
  fill: #fc3;
}

.cls-3, .cls-4 {
  fill: #fff;
}

.cls-3 {
  stroke: #fff;
  stroke-miterlimit: 10;
}

.wrapper, .header-wrap, .nav-wrap, .copyright-wrap, .footer-info-wrap, .features, .footer, .top-banner, .home-banner, #skip-links, #law-nav, .more-links, .featured-events, .landing-nav, .profile-banner {
  width: 100%;
  margin: 0 auto;
  /*float:left; */
}

.header-wrap, #skip-links {
  padding: 1em 0;
}

#skip-links {
  background-color: #4b4b4b;
}

.wrap, .header-nav, .primary-nav {
  margin: 0 auto;
  padding: 0 1em;
}

.header-wrap {
  background: #4b4b4b;
}

img, iframe, embed, object, video {
  max-width: 100%;
}

img {
  height: auto;
}

#skip-links {
  position: absolute;
  top: 0;
  left: 0;
}

.skip-to-nav {
  float: right;
  padding: 0 1em 0 0;
}

.back-to-top {
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  padding-bottom: 1em;
}

.back-to-top:after {
  content: "↑";
  font-weight: bold;
}

/* Search */
input#q {
  background: #fff url(https://www.law.gmu.edu/assets/images/2012/search.svg) no-repeat;
  border: 1px solid #e0e0e0;
  width: 90%;
  padding: 0 0 0 20px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 1em 0;
  padding: 0;
}

/* Secondary Nav */
.secondary-nav {
  width: 100%;
  text-align: left;
  font-size: 0.813em;
}
.secondary-nav a {
  color: #fff;
  text-decoration: none;
}
.secondary-nav a:hover {
  text-decoration: underline;
}

.nav-wrap, .secondary-links {
  padding: 1em 0;
}

.secondary-links a {
  opacity: 0.8;
}

.secondary-links strong a {
  font-weight: normal;
  color: #fc3;
  opacity: 1;
}

ul, ol, dd {
  margin: 0;
}

main ul, main ol, main dd {
  margin: 0.5em 0;
}
main ul li, main ol li, main dd li {
  margin: 0.3em 0;
}

/* ----------------------- Restyle from previous design -----------------------------*/
.announcement-bar {
  margin: 1em 0 0.5em 0;
  font-size: 0.813em;
  padding: 0.5em 0;
  font-style: italic;
}

#content_top_alert {
  background: #4b4b4b;
  color: #fff;
  margin: 0;
  padding: 0.4em 1em;
  font-size: 0.813em;
}
#content_top_alert a {
  color: #fff;
}

/*
#breadcrumb {width:100%;  margin: 1em 0; font-size:0.750em; padding: .5em 0; 
	li {list-style-type: none; display: inline; }
	li + li:before {content:  '»'; margin: 0 .2em;}

}*/
.table-wrap {
  overflow: auto;
  width: 100%;
  height: 25em;
}

table {
  width: 100%;
  font-size: 0.813em;
}

table ul {
  list-style-type: none;
}

th, td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

th {
  text-align: left;
  background: #4b4b4b;
  color: #fff;
  font-weight: 400;
}
th a, th a:visited {
  color: #fc3;
}
th a:hover {
  color: #fff;
}

tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

table.gear td {
  background: #fff;
  border: 1px solid #e0e0e0;
}

table caption {
  font-size: 1.25em;
  padding: 1em 0;
  font-weight: bold;
}

.td_name {
  width: 20%;
}

.td_title {
  width: 30%;
}

.td_phone {
  width: 20%;
}

.td_room {
  width: 10%;
}

.td_email {
  width: 20%;
}

#course-schedule th {
  vertical-align: top;
}

.twen a:link, .twen a:visited, .blackboard a:link, .blackboard a:visited {
  background: #3969b3;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.3em 0.6em;
  text-decoration: none;
}
.twen a:hover, .twen a:active, .blackboard a:hover, .blackboard a:active {
  background: #4b4b4b;
}

.blackboard a:link, .blackboard a:visited {
  background: #000;
}
.blackboard a:hover, .blackboard a:active {
  background: #425195;
}

dd {
  margin-bottom: 2em;
}

/*faculty profile new */
.fac-info {
  font-size: 0.875em;
}
.fac-info h2 {
  font-size: 1.25em;
  margin: 1em 0 0.5em 0;
}
.fac-info ul {
  list-style-type: none;
  padding: 0;
}
.fac-info li {
  padding: 0.2em 0;
}

.fac-bio h2 {
  font-size: 1.25em;
}

.title_main {
  font-style: italic;
  margin: 0;
  font-weight: normal;
}

.faculty-list {
  list-style-type: none;
  padding: 0.5em 0 0 0;
  font-size: 0.813em;
  margin-bottom: 5em;
}
.faculty-list li {
  width: 100%;
  clear: both;
  border-top: 1px solid #e0e0e0;
  padding: 0.5em 0 1.5em 0;
}
.faculty-list li a {
  width: 30%;
  float: left;
  margin-right: 1em;
}
.faculty-list li em {
  width: 65%;
  float: left;
  font-style: normal;
}
.faculty-list li:last-child {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.5em;
}

label {
  display: block;
}

input, option {
  margin-bottom: 1em;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 0.3em 0.5em;
  width: 94%;
}

.header-form input {
  margin-bottom: 0;
}

textarea {
  width: 94%;
  border: 1px solid #e0e0e0;
  padding: 0.5em;
}

#submit {
  border: none;
  background: #425195;
  width: auto;
  color: #fff;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

.required {
  color: #AC1D37;
}

input.required {
  border: 1px solid #AC1D37;
}

#request_button, .button {
  margin: 1.5em 0;
}
#request_button a, .button a {
  background: #425195;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
}
#request_button a:hover, .button a:hover {
  background: #4b4b4b;
}

.clear {
  clear: both;
}

#error {
  color: #AC1D37;
  font-size: 1.25em;
}

.warning, .msg_success, .errors {
  color: #AC1D37;
}

#toc h2 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

#toc ul li li {
  font-weight: normal;
  font-size: 0.875em;
}

/* ----------------------- End of restyle from previous design -----------------------------*/
/* Primary Nav*/
.nav-wrap {
  padding: 2em 0;
  background: #101010;
}

.main-nav li {
  font-weight: bold;
}
.main-nav li a {
  color: #fff;
  text-decoration: none;
}
.main-nav li a:hover {
  color: #fc3;
}

.main-nav .active a {
  background: #101010;
  color: #fc3;
}

.dropdown li {
  margin-left: 2em;
  font-weight: normal;
}

li.last {
  margin-bottom: 1em;
}

/* Footer */
.footer {
  padding: 1em 0;
  background: #4b4b4b;
  color: #fff;
}
.footer a:link, .footer a:active, .footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul li {
  margin: 0;
}

.footer-info-wrap {
  font-size: 0.813em;
  margin-top: 1.5em;
}

.social-link {
  margin-top: 1em;
}
.social-link ul li {
  display: inline;
}

.copyright-wrap {
  margin: 1.5em 0;
  font-size: 0.75em;
}

select {
  overflow: hidden;
  width: 100%;
}

/* Over all Styles*/
a {
  transition: all 0.5s ease;
}

a img {
  transition: opacity 0.2s ease-in-out;
}

/*mobile first*/
.logo {
  text-align: center;
  margin: 0 auto 3.5em auto;
  /*52px*/
}

.dropdown {
  margin-left: 2em;
}

.sidenav {
  padding: 2em 0;
}
.sidenav h1 {
  font-size: 1.188em;
}
.sidenav h3 {
  font-size: 1em;
  padding: 0.5em 0 0.2em 0;
  border-top: 1px solid #e0e0e0;
}
.sidenav ul {
  list-style-type: none;
  padding: 0;
}
.sidenav li {
  margin: 0;
  font-size: 0.875em;
}
.sidenav a {
  text-decoration: none;
}
.sidenav a:hover {
  text-decoration: underline;
}
.sidenav h1 {
  padding-bottom: 0.5em;
}
.sidenav ul li {
  border-top: 1px solid #e0e0e0;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0 0 0;
}
.sidenav ul li:last-child {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5em;
}
.sidenav .active a, .sidenav .active {
  font-weight: bold;
}
.sidenav .heretext {
  font-weight: bold;
}
.sidenav .ditto_item {
  display: block;
}
.sidenav p a {
  text-decoration: underline;
}
.sidenav p a:hover {
  text-decoration: none;
}

.link-list {
  list-style-type: none;
  padding: 0;
}
.link-list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.3em 0;
}
.link-list li:last-child {
  border: none;
}
.link-list a {
  text-decoration: none;
}
.link-list a:hover {
  text-decoration: underline;
}

.faclist {
  list-style-type: none;
  padding: 0;
}
.faclist li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.3em 0;
}
.faclist li:last-child {
  border: none;
}

.pubdate {
  font-size: 0.813em;
  display: block;
  color: #4b4b4b;
}

figcaption {
  font-style: italic;
  font-size: 0.875em;
  margin-top: 0.5em;
}

/* SPOTLIGHT AND NEWS LANDING PAGE ======================================================= */
.spotlight-story {
  margin: 2em 0;
  border-top: 1px solid #e0e0e0;
}
.spotlight-story img {
  width: 100%;
}

.headline h2 {
  font-size: 1.25em;
}
.headline h2 a:link, .headline h2 a:active, .headline h2 a:visited {
  text-decoration: none;
}
.headline h2 a:hover {
  text-decoration: underline;
}

/* WORKING PAPERS ======================================================= */
.workingpaper {
  border-top: 1px solid #e0e0e0;
}

.abstract {
  font-size: 0.7em;
}

/* COLOR BOXES ======================================================= */
.color-buttons a:link, .color-buttons a:active, .color-buttons a:visited {
  text-align: center;
  background: #4b4b4b;
  color: #fff;
  margin: 1em 0 0 0;
  padding: 1em 0.5em;
  font-size: 0.94em;
  text-decoration: none;
  display: block;
}

.color-buttons a:nth-child(1n) {
  background: #B26115;
}

.color-buttons a:nth-child(2n) {
  background: #8D2F3C;
}

.color-buttons a:nth-child(3n) {
  background: #607E3E;
}

.color-buttons a:nth-child(4n) {
  background: #425195;
}

.color-buttons a:nth-child(5n) {
  background: #00909E;
}

.color-buttons a:nth-child(6n) {
  background: #007B7C;
}

.color-buttons a:hover {
  background: #4b4b4b;
}

.reverse a:link, .reverse a:active, .reverse a:visited {
  background: #fff;
  color: #101010;
}
.reverse a:hover {
  background: #fc3;
}

.boxes a:link, .boxes a:active, .boxes a:visited, .boxes a:hover {
  padding: 3em;
}

/* HOMEPAGE STUFF ======================================================= */
.home-spotlights {
  font-size: 0.875em;
}
.home-spotlights section {
  padding: 0 0 1em 0;
}
.home-spotlights a {
  text-decoration: none;
}
.home-spotlights a:hover {
  text-decoration: underline;
}
.home-spotlights img {
  width: 100%;
}

.home-news-events {
  font-size: 0.875em;
  border-top: 1px solid #e0e0e0;
  margin-top: 2em;
}
.home-news-events ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home-news-events li {
  margin-bottom: 1em;
}
.home-news-events li a {
  text-decoration: none;
}
.home-news-events li a:hover {
  text-decoration: underline;
}

/* SECOND LEVEL PAGES ======================================================= */
.icons24 {
  font-size: 0.875em;
  margin-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.icons24 img {
  width: 36px;
  padding-right: 0.5em;
}
.icons24 a:link, .icons24 a:active, .icons24 a:visited {
  text-decoration: none;
  display: block;
}
.icons24 a:hover {
  text-decoration: underline;
}

/* THIRD LEVEL PAGES ======================================================= */
.third-level-menu {
  background: #425195;
}
.third-level-menu a:link, .third-level-menu a:active, .third-level-menu a:visited {
  margin: 0;
  padding: 1em;
  text-align: left;
  background: #425195;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.third-level-menu a:hover {
  background: #4b4b4b;
  color: #fff;
}

/* COURSE SCHECHULE PAGES ======================================================= */
.course-schedule-archive section h2 {
  font-size: 1.125em;
}
.course-schedule-archive section ul {
  list-style-type: none;
  padding: 0;
}

#content a[href*="//"]:not([href*="law.gmu.edu"]), .sidenav a[href*="//"]:not([href*="law.gmu.edu"]) {
  padding-right: 18px;
  background-size: 12px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-external-link.svg);
}

a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"], a[href$=".ppt"], a[href$=".pptx"] {
  padding-right: 18px;
  background-size: 18px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

a[href$=".pdf"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-pdf.svg);
  background-size: 12px;
  padding-right: 16px;
}

a[href$=".doc"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-word.svg);
}

a[href$=".docx"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-word.svg);
}

a[href$=".xls"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-excel.svg);
}

a[href$=".xlsx"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-excel.svg);
}

a[href$=".ppt"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-powerpoint.svg);
}

a[href$=".pptx"] {
  background-image: url(https://www.law.gmu.edu/assets/images/icons/16-powerpoint.svg);
}

#content .button a[href*="//"]:not([href*="law.gmu.edu"]), #content #request_button a[href*="//"]:not([href*="law.gmu.edu"]), #content .action-button a[href*="//"]:not([href*="law.gmu.edu"]), #content .twen a[href*="//"]:not([href*="law.gmu.edu"]), #content .blackboard a[href*="//"]:not([href*="law.gmu.edu"]), #content .icons24 a[href*="//"]:not([href*="law.gmu.edu"]) {
  background-size: 0;
}

.icons24 a[href$=".pdf"], .icons24 a[href$=".doc"], .icons24 a[href$=".docx"], .icons24 a[href$=".xls"], .icons24 a[href$=".xlsx"], .icons24 a[href$=".ppt"], .icons24 a[href$=".pptx"] {
  background-size: 0;
}

.grid2, .grid3, .grid4, .grid5 {
  display: grid;
  Grid-template-columns: 1fr;
  grid-column-gap: 1em;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==|== mid screen ======================================================= */
@media only screen and (min-width: 50em) {
  #skip-links {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #law-nav {
    position: absolute;
    top: 0;
  }

  #masonlaw {
    margin-top: 2.8em;
    width: 200px;
  }

  .logo {
    margin: 0 auto 8em auto;
  }

  .header-form {
    float: right;
    margin: 0.5em 0.3em 0.5em 0;
  }

  .secondary-nav {
    float: right;
    text-align: right;
  }

  .secondary-links {
    padding: 0;
  }
  .secondary-links ul li {
    display: inline;
    margin: 0 0 0 1em;
  }

  .popular-links {
    float: right;
  }
  .popular-links .main-nav a {
    color: #fff;
    background: #fc3;
    padding-top: 0.5em;
  }

  .nav-wrap {
    padding: 0;
  }

  .main-nav {
    float: right;
  }

  ul.main-nav li {
    display: block;
    float: left;
    position: relative;
    font-size: 0.875em;
  }

  ul.main-nav li a {
    display: block;
    padding: 0.75em;
  }

  ul.main-nav li a:hover {
    background: #f1f1f1;
    color: #101010;
  }

  ul.main-nav li ul.dropdown {
    display: none;
    position: absolute;
  }

  ul.main-nav li:hover ul.dropdown {
    display: block;
    background: #fc3;
  }

  ul.main-nav li ul.dropdown li {
    clear: left;
  }

  ul.main-nav li ul.dropdown li a {
    clear: left;
    background: #f1f1f1;
    color: #101010;
    position: relative;
    z-index: 9999;
    width: 12em;
    border-top: 1px solid #e0e0e0;
  }

  ul.main-nav li ul.dropdown li a:hover {
    clear: left;
    background: #fc3;
    position: relative;
    z-index: 9999;
    float: right;
  }

  .dropdown {
    margin-left: 0;
  }

  .flushright {
    right: 0;
  }

  .quicklinks a {
    background: #4b4b4b;
  }

  /* Primary Nav*/
  .main-nav li {
    font-weight: normal;
  }

  .dropdown li {
    margin-left: 0;
    font-weight: normal;
  }

  li.last {
    margin-bottom: 0;
  }

  .footer {
    margin-top: 2em;
  }

  .social-link {
    margin-top: 0;
    text-align: right;
  }
  .social-link ul li {
    margin: 0 0 0 0.6em;
  }

  .footer-link {
    margin-top: 0.5em;
  }
  .footer-link ul li {
    display: inline;
    margin: 0 1em 0 0;
  }

  .main {
    width: 66%;
    float: left;
  }

  .sidenav {
    width: 23%;
    float: right;
    padding: 0;
  }

  .floatleft {
    margin: 0.5em 1em 1em 0;
    float: left;
  }

  .floatright {
    margin: 0.5em 0 1em 1em;
    float: right;
  }

  .table-wrap {
    overflow: hidden;
    height: 100%;
  }

  select {
    width: 50%;
  }

  .fac-bio h2 {
    margin-top: 0;
  }

  .grid2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .span2, .third-level-banner {
    grid-column: span 2;
  }

  .span3 {
    grid-column: span 3;
  }

  .span4 {
    grid-column: span 4;
  }

  .span5 {
    grid-column: span 4;
  }

  .third-level-banner img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
/* ==|== large screen ======================================================= */
@media only screen and (min-width: 72em) {
  body {
    font-size: 118.8%;
    /*19px*/
  }

  #masonlaw {
    margin-left: 0;
    width: 250px;
  }

  .logo, .wrap, .header-nav, .primary-nav {
    max-width: 60em;
  }

  ul.main-nav li a {
    padding: 0.75em 1.5em;
  }

  ul.main-nav li ul.dropdown li a {
    width: 13.4em;
  }

  .secondary-nav {
    margin-top: 0.2em;
  }

  .secondary-links ul li {
    margin: 0 0 0 1.4em;
  }

  .sidenav {
    margin-top: 1em;
  }
}
/* ==|== print styles ======================================================= */
@media print {
  body {
    width: 100%;
    margin: 0;
    padding: 1em;
    font-size: 12pt;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 14pt;
  }

  #masonlaw {
    position: relative;
  }

  .header-wrap, #skip-links, .nav-wrap, .sidenav, .slider-wrapper, .announcements, .footer, .home-banner, .announcement-bar, .breadcrumbs, #breadcrumb, .top-banner, .nivo-directionNav a, .more-links {
    display: none;
  }

  .ditto_item {
    clear: both;
  }

  .cls-1 {
    fill: #4b4b4b;
  }

  .cls-2 {
    fill: #fc3;
  }

  .cls-3, .cls-4 {
    fill: #4b4b4b;
  }

  .cls-3 {
    stroke: #4b4b4b;
    stroke-miterlimit: 10;
  }

  .table-wrap {
    overflow: hidden;
    height: 100%;
  }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
