@charset "UTF-8";
/*
Theme Name: UT Law Funsize Theme
Description: UT Law Standalone Site WordPress Parent Funsize Theme
Version: 2.0.2
Author: Adam S. Norwood & Austin J. Reilly
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* UT BRANDING BAR */
div#header-min-gray {
    background-color: #545054;
    border-bottom: 1px solid #EDEDED;
    display: block;
    height: 30px;
    line-height: 22px;
    max-height: 30px;
    min-height: 30px;
    padding: 6px 0;
    position: relative;
    width:1320px;
    margin:auto;
}

div#header-min-gray div.inner {
    position: relative;
    margin: 0 auto;
    max-width:1140px;
}

@media screen and (max-width: 1340px) {
    div#header-min-gray {
       width:110%;
       margin-left:-15px;
    }
    div#header-min-gray div.inner {
      position: relative;
      margin: 0 auto;
      width:100%;
      text-align:center;
    }
}
#site-logo .right img {
    width:50%;
    float:right;
}

@media screen and (max-width: 1040px) {
  header .links.right {
    float:none;
  }
  #site-logo .right img {
    float: left;
    width: 50%;
  }
}

#mail_link {
margin-bottom:-8px;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}

.visuallyshown {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*/
.metabar .icon-publication-topic:before, .sidebar .icon-publication-topic:after, .metabar .icon-categories:before, .sidebar .icon-category:after, .sidebar .icon-archive:after, .sidebar .icon-event-year:after, .metabar .icon-date:before, .publication-additional-info-list .icon-download:after, .metabar .icon-comment:before, .icon-left-arrow:before, .metabar .icon-location:before, .menu-toggle:before, .toggled-on .menu-toggle:before, .metabar .icon-news-type:before, .sidebar .icon-news-type:after, .metabar .icon-class:before, .sidebar .icon-class:after, .nav-menu .icon-search, .tag-list .icon-tag:before, .sidebar .icon-tag:after, .metabar .icon-author:before, .metabar .icon-multi-author:before, .nav-menu .icon-social-media a {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html:hover .metabar .icon-publication-topic:before, .metabar html:hover .icon-publication-topic:before, html:hover .sidebar .icon-publication-topic:after, .sidebar html:hover .icon-publication-topic:after, html:hover .metabar .icon-categories:before, .metabar html:hover .icon-categories:before, html:hover .sidebar .icon-category:after, .sidebar html:hover .icon-category:after, html:hover .sidebar .icon-archive:after, .sidebar html:hover .icon-archive:after, html:hover .sidebar .icon-event-year:after, .sidebar html:hover .icon-event-year:after, html:hover .metabar .icon-date:before, .metabar html:hover .icon-date:before, html:hover .publication-additional-info-list .icon-download:after, .publication-additional-info-list html:hover .icon-download:after, html:hover .metabar .icon-comment:before, .metabar html:hover .icon-comment:before, html:hover .icon-left-arrow:before, html:hover .metabar .icon-location:before, .metabar html:hover .icon-location:before, html:hover .menu-toggle:before, html:hover .toggled-on .menu-toggle:before, .toggled-on html:hover .menu-toggle:before, html:hover .metabar .icon-news-type:before, .metabar html:hover .icon-news-type:before, html:hover .sidebar .icon-news-type:after, .sidebar html:hover .icon-news-type:after, html:hover .metabar .icon-class:before, .metabar html:hover .icon-class:before, html:hover .sidebar .icon-class:after, .sidebar html:hover .icon-class:after, html:hover .nav-menu .icon-search, .nav-menu html:hover .icon-search, html:hover .tag-list .icon-tag:before, .tag-list html:hover .icon-tag:before, html:hover .sidebar .icon-tag:after, .sidebar html:hover .icon-tag:after, html:hover .metabar .icon-author:before, .metabar html:hover .icon-author:before, html:hover .metabar .icon-multi-author:before, .metabar html:hover .icon-multi-author:before, html:hover .nav-menu .icon-social-media a, .nav-menu .icon-social-media html:hover a {
  -ms-zoom: 1;
}

.metabar .icon-publication-topic:before, .sidebar .icon-publication-topic:after {
  content: '📕';
}

.metabar .icon-categories:before, .sidebar .icon-category:after {
  content: '🔖';
}

.sidebar .icon-archive:after {
  content: '💼';
}

.sidebar .icon-event-year:after {
  content: '📅';
}

.metabar .icon-date:before {
  content: '⏲';
}

.publication-additional-info-list .icon-download:after {
  content: '';
}

.metabar .icon-comment:before {
  content: '';
}

.icon-left-arrow:before {
  content: '⬅';
}

.metabar .icon-location:before {
  content: '';
}

.menu-toggle:before {
  content: '';
}

.toggled-on .menu-toggle:before {
  content: '';
}

.metabar .icon-news-type:before, .sidebar .icon-news-type:after {
  content: '📰';
}

.metabar .icon-class:before, .sidebar .icon-class:after {
  content: '📓';
}

.nav-menu .icon-search {
  content: '🔎';
}

.tag-list .icon-tag:before, .sidebar .icon-tag:after {
  content: '';
}

.metabar .icon-author:before {
  content: '👤';
}

.metabar .icon-multi-author:before {
  content: '👥';
}

@font-face {
  font-family: "SSStandard";
  src: url("webfonts/ss-standard/ss-standard.eot");
  src: url("webfonts/ss-standard/ss-standard.eot?#iefix") format("embedded-opentype"), url("webfonts/ss-standard/ss-standard.woff") format("woff"), url("webfonts/ss-standard/ss-standard.ttf") format("truetype"), url("webfonts/ss-standard/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal;
}
.metabar .icon-publication-topic:before, .sidebar .icon-publication-topic:after, .metabar .icon-categories:before, .sidebar .icon-category:after, .sidebar .icon-archive:after, .sidebar .icon-event-year:after, .metabar .icon-date:before, .publication-additional-info-list .icon-download:after, .metabar .icon-comment:before, .icon-left-arrow:before, .metabar .icon-location:before, .menu-toggle:before, .toggled-on .menu-toggle:before, .metabar .icon-news-type:before, .sidebar .icon-news-type:after, .metabar .icon-class:before, .sidebar .icon-class:after, .nav-menu .icon-search, .tag-list .icon-tag:before, .sidebar .icon-tag:after, .metabar .icon-author:before, .metabar .icon-multi-author:before {
  font-family: "SSStandard";
}

@font-face {
  font-family: "SSSocial";
  src: url("webfonts/ss-social/ss-social-regular.eot");
  src: url("webfonts/ss-social/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/ss-social/ss-social-regular.woff") format("woff"), url("webfonts/ss-social/ss-social-regular.ttf") format("truetype"), url("webfonts/ss-social/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-menu .icon-social-media a {
  font-family: "SSSocial";
}

body {
  text-rendering: optimizeLegitability;
}

body, h5, .comment-author {
  font-size: 16px;
  margin-bottom: 16px;
}

h1, .carousel-text h2 {
  font-size: 39.0625px;
  margin-bottom: 25px;
}

h2, .comment-reply-title, .comments-count, .event-day-of-month, .single .event-title, .person-directory-single-name, .home-content h1 {
  font-size: 31.25px;
  margin-bottom: 20px;
}

h3, .related-links h2, .excerpt .title, .event-title, .nav-menu .icon-social-media a,
.nav-menu .icon-search a, #site-navigation .skip-link, .menu-toggle {
  font-size: 25px;
  margin-bottom: 14px;
}

h4, .carousel-text, .comment-respond label, .event-month, .person-directory-name, .menu-toggle:before, .home .excerpt h3, .home .event h3 {
  font-size: 20px;
  margin-bottom: 12.8px;
}

.author-bio, .person-directory-title,
.person-directory-org {
  font-size: 16px;
  margin-bottom: 16px;
}

.chairs {
  text-align:center;
}
h6, caption, .excerpt-read-more, .form-allowed-tags, .comment, figcaption, .pagination, .person-directory-entry, .blog .widget_text, .site-footer, .utlaw-banner-nav-links {
  font-size: 12.8px;
  margin-bottom: 12.8px;
}

.comment-reply-link {
  font-size: 10.24px;
  margin-bottom: 12.8px;
}

.publication-item h3 {
  margin-top: 39.0625px;
}

.entry .title {
  margin-bottom: 8.192px;
}

li, dd {
  margin-bottom: 10.24px;
}

p, blockquote, .comment .children .comment, .person-directory-single .person-directory-meta {
  margin-bottom: 20px;
}

ul, ol, dl, table, video, audio {
  margin-bottom: 25px;
}

article, aside, .comment-reply-title, .comments-count, .comment, figure, .person-directory-entry {
  margin-bottom: 31.25px;
}

.author-bio, .royalSlider, .metabar, .search-form, .search-result, #banner {
  margin-bottom: 39.0625px;
}

body {
  margin-bottom: 0;
  color: #101010;
  font-family: "Open Sans", Helvetica, Arial, Sans-serif;
  line-height: 1.7;
  background: #f0f0f0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEtJREFUeNo8jMsNwDAIQyEDuPtP10N77QFnAGpoEz7CenrC7+vEAUszt68GAAYrZo+QVhbJ38lGOuUuOvaLpqHgjKeAl6uenK8AAwCwoxx+L5ZsvQAAAABJRU5ErkJggg==);
  padding: 0 15px;
}
@media screen and (max-width: 840px) {
  body {
    background: white;
  }
}

a {
  color: #bf5700;
}

a:visited {
  color: #b85814;
}

a:hover, a:focus {
  color: #ff8833;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-property: color;
  transition-duration: 0.5s;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Signika, "Open Sans", Helvetica, Arial, Sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  color: #7c7274;
}

h3, h4, h5, h6 {
  font-family: Poly, "Open Sans", Helvetica, Arial, Sans-serif;
  color: #545054;
}

h4, h5, h6 {
  text-transform: uppercase;
}

h6 {
  font-weight: bold;
}

blockquote {
  font-style: italic;
}

blockquote i, blockquote em {
  font-style: normal;
}

aside {
  margin-left: 3em;
  float: right;
  max-width: 25%;
  color: #c3d9a1;
  font-family: Signika, "Open Sans", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
}

code {
  padding: 0.25em 1em;
  background: #f0f0f0;
  border: 1px solid #dddddd;
}

dt, dd {
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  border: 1px solid #dddddd;
}

th {
  text-align: left;
}

th, td {
  padding: 0.75em;
  border-bottom: 1px solid #f0f0f0;
}

tr:last-child th, tr:last-child td {
  border-bottom: 0;
}

caption {
  caption-side: bottom;
  color: #888888;
  font-family: Georgia, "Times New Roman", Serif;
}

label {
  font-weight: bold;
}

label, input[type="submit"], button {
  font-family: Signika, "Open Sans", Helvetica, Arial, Sans-serif;
}

input[type="submit"], button {
  background: #454545;
  color: #dddddd;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 2px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
  color: white;
  background: #bf5700;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-property: color;
  transition-duration: 0.5s;
}

/** Dynamic responsive container */
.media-embed-container iframe,
.media-embed-container object,
.media-embed-container embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.media-embed-container-inner {
  position: relative !important;
  padding-bottom: 56.25% !important;
  /* 16/9 ratio */
  height: 0 !important;
  overflow: hidden !important;
}

.author-bio {
  font-style: italic;
  background-color: #f8f8f8;
  padding: 1.5em;
}
.author-bio:after {
  content: "";
  display: table;
  clear: both;
}
.author-bio i, .author-bio em {
  font-style: normal;
}

.author-headshot {
  float: left;
  margin-right: 1.5em;
}

.single .entry h1 a {
  color: #7c7274;
}
.single .entry h1 a:hover, .single .entry h1 a:focus {
  color: #bf5700;
  text-decoration: underline;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  color: #888888;
}

.entry-featured-image img {
  width: 100%;
}

.excerpt:after {
  content: "";
  display: table;
  clear: both;
}
.excerpt .title {
  margin-top: 0;
}
.excerpt .title a {
  text-decoration: none;
}
.excerpt .entry-featured-image {
  width: 33%;
  float: right;
  margin: 0.5em 0 0.75em 1.5em;
}

.excerpt-read-more {
  display: inline-block;
  color: #888888;
  text-transform: uppercase;
  font-weight: bold;
}

.home .excerpt,
.archive .excerpt,
.blog .excerpt {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.home .excerpt:last-of-type,
.archive .excerpt:last-of-type,
.blog .excerpt:last-of-type {
  border-bottom: 0;
}

.royalSlider, .rsOverflow {
  width: 100%;
  height: 600px !important;
}
@media screen and (max-width: 1000px) {
  .royalSlider, .rsOverflow {
    height: 450px !important;
  }
}
@media screen and (max-width: 480px) {
  .royalSlider, .rsOverflow {
    height: 170px !important;
  }
}

.royalSlider {
  overflow: hidden;
}
.royalSlider img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.rsImg {
  max-width: inherit;
}

.rsContent {
  position: relative;
}

.rsDefaultInv .rsBullets {
  position: absolute;
  bottom: 1.5em;
}
.rsDefaultInv .rsBullet {
  padding: 7px;
}
.rsDefaultInv .rsBullet, .rsDefaultInv .rsBullet span {
  width: 7px;
  height: 7px;
  line-height: 7px;
}

.carousel-text {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 99;
  padding: 1em 1em 0.5em;
  max-width: 40%;
  color: white;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(74, 118, 138, 0.25);
  transition: background-color 0.5s;
}
.carousel-text h2 {
  color: white;
  margin-bottom: 0.25em;
}

.carousel-link:hover .carousel-text,
.carousel-link:focus .carousel-text {
  text-decoration: underline;
  background-color: rgba(74, 138, 82, 0.5);
}

.carousel-caption p {
  margin-top: 0;
  line-height: 1.3;
}

@media screen and (max-width: 840px) {
  .royalSlider, .rsOverflow {
    overflow: visible;
    height: 400px !important;
  }

  .carousel-text {
    max-width: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    background-color: rgba(74, 118, 138, 0.5);
    margin-bottom: 0;
  }
  .carousel-text h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .royalSlider, .rsOverflow {
    overflow: visible;
    height: 350px !important;
  }

  .carousel-text h2 {
    font-size: 21px;
  }
  .carousel-text p {
    font-size: 16px;
  }
}
.comment-respond label {
  display: block;
  font-weight: normal;
  line-height: 1;
  color: #888888;
}
.comment-respond label .required {
  color: #bf5700;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  width: 99%;
}

.form-allowed-tags {
  background: #f0f0f0;
  padding: 1.5em;
  font-weight: 600;
  color: #888888;
  display: none;
}
.form-allowed-tags code {
  background: #fff;
  border: 0;
  display: block;
  font-family: Consolas, Inconsolata, Monaco, "Courier New", Monospace;
  font-weight: normal;
  margin-top: 0.75em;
  padding: 0.75em;
}

.comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment {
  background: #f8f8f8;
  padding: 1.5em 3em 1.5em 1.5em;
  list-style: none;
}
.comment .children .comment {
  margin-top: 3em;
  margin-left: 1.5em;
  margin-right: 0;
  padding: 1.5em;
  background: #f0f0f0;
}
.comment a {
  text-decoration: none;
}

.comment-meta {
  line-height: 1.5;
}
.comment-meta:after {
  content: "";
  display: table;
  clear: both;
}

.avatar {
  float: left;
  margin-right: 1.5em;
}

.comment-author {
  margin-bottom: 0;
  display: block;
}

.comment-permalink {
  color: #888888;
  line-height: 1;
}

.comment-reply-link {
  color: #dddddd;
  background: #454545;
  text-transform: uppercase;
  padding: 0.5em 0.75em;
  font-weight: bold;
  border-radius: 2px;
}

.comment-by-admin {
  background: #ffffcc;
}

.events-list, .events {
  list-style: none;
  padding-left: 0;
}

.event {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #e3e3e3;
}
.event:after {
  content: "";
  display: table;
  clear: both;
}
.event .category-link {
  text-decoration: none;
}
.event:last-child {
  border-bottom: 0;
}

.event-date {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5em;
  line-height: 1;
  padding: 0.25em 0 0.25em;
  color: #f0f0f0;
  text-align: center;
  opacity: 0.8;
  width: 2.5em;
  float: left;
}
@media screen and (max-width: 840px) {
  .event-date {
    margin-right: 1em;
  }
}
@media screen and (max-width: 640px) {
  .event-date {
    width: auto;
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5em;
  }
}

.event-month {
  color: #888888;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .event-month {
    font-size: inherit;
    color: #101010;
  }
}

.event-day-of-month {
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  color: #7c7274;
}
@media screen and (max-width: 640px) {
  .event-day-of-month {
    display: inline;
    font-size: inherit;
    margin-right: 0.5em;
    color: #101010;
  }
}

.event-year {
  color: #888888;
}

.event-title {
  margin-bottom: 0.15em;
  line-height: 1.3;
}

.single .event-title {
  max-width: 25em;
  margin-bottom: 0.15em;
}
/*
figure {
  max-width: 100%;
  border-bottom: 2px solid #e0e5e6;
}
*/
figure {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin-left: 2.5em;
}

.alignleft {
  float: left;
  margin-right: 2.5em;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

figcaption {
  margin-bottom: 0.5em;
  color: #888888;
}

.metabar .icon-date:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-author:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-multi-author:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-categories:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
  padding-right: 0;
}
.metabar .icon-publication-topic:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-news-type:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-comment:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-location:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}
.metabar .icon-class:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}

.tag-list .icon-tag:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}

.publication-additional-info-list .icon-download:after {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: baseline;
  padding-right: 0;
  padding-left: .5em;
}

.sidebar .icon-tag:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}
.sidebar .icon-category:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}
.sidebar .icon-publication-topic:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}
.sidebar .icon-news-type:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}
.sidebar .icon-event-year:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}
.sidebar .icon-class:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}
.sidebar .icon-archive:after {
  color: #aaaaaa;
  padding-right: .5em;
  color: #7c7274;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: .5em;
  opacity: .7;
}

.icon-left-arrow:before {
  color: #aaaaaa;
  padding-right: .5em;
  vertical-align: text-top;
}

/* Navigation Menu Icons */
.nav-menu .icon-social-media a,
.nav-menu .icon-search a {
  padding-right: 0.75em;
  padding-left: 0.75em;
  padding-bottom: 14px;
  margin-bottom: 0;
  color: #c3d9a1;
  opacity: 0.5;
  transition: opacity .4s;
  border-right: 0;
}
.nav-menu li.icon-social-media:hover > a,
.nav-menu li.icon-social-media:focus > a,
.nav-menu .icon-social-media a:hover,
.nav-menu .icon-social-media a:focus {
  background: transparent;
  opacity: 1;
}
.nav-menu .icon-search {
  position: absolute;
  right: 0;
}
.nav-menu .icon-search a {
  color: white;
  opacity: .7;
  background-color: #282628;
}
.nav-menu .icon-search a:hover, .nav-menu .icon-search a:focus {
  background: #101010;
  opacity: 1;
}
.nav-menu .icon-search a .active {
  background: #c3d9a1;
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .nav-menu .icon-search {
    display: inline-block;
    width: auto;
    right: 0em;
    top: -3em;
  }
  .nav-menu .icon-search a {
    padding: 0.7rem 0.5em;
  }
}

.metabar {
  color: #aaaaaa;
  padding: 1em 0;
  margin-bottom: 0;
  border-bottom: 2px solid #eef1f1;
}
.metabar:after {
  content: "";
  display: table;
  clear: both;
}
.metabar .entry-meta {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
}
@media screen and (max-width: 840px) {
  .metabar .entry-meta {
    width: 47%;
  }
}
@media screen and (max-width: 640px) {
  .metabar .entry-meta {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .metabar .entry-meta {
    width: 100%;
  }
}
.metabar .categories ul,
.metabar .categories li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive .metabar,
.blog .metabar,
.home .metabar {
  padding: 0;
  margin-bottom: 1em;
}

.events-list .metabar,
.single-event .metabar {
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 80%;
}

/* http://design.sparklette.net/teaches/how-to-add-wordpress-pagination-without-a-plugin/ */
.pagination {
  clear: both;
  padding: 1.5em 0;
  position: relative;
}
.pagination span,
.pagination a {
  display: inline-block;
  margin: 0 2px;
  padding: 0.5em 0.75em;
  text-decoration: none;
  color: white;
  background: #454545;
}
.pagination a:hover {
  color: #545054;
  background: #c3d9a1;
}
.pagination .current {
  background-color: #bf5700;
  color: white;
}

.person-directory-list,
.person-directory-entry {
  list-style: none;
  padding: 0;
  line-height: 1.5;
  color: #888888;
}

h2.person-directory-name {
  margin-bottom:0px;
}

.person-directory-entry {
  font-family: "Open Sans", Helvetica, Arial, Sans-serif;
  line-height: 1.3;
  border: none;
  width: 20%;
  margin-right: 12%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.5em 0.5em 1em;
}

.person-directory-entry-minimal {
  font-family: "Open Sans", Helvetica, Arial, Sans-serif;
  line-height: 1.3;
  border: none;
  width: 28%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 0.5em 2em;
}

@media screen and (max-width: 1000px) {
  .person-directory-entry {
    width: 27%;
  }
}
@media screen and (max-width: 480px) {
  .person-directory-entry {
    width: 45%;
  }
}

.person-directory-avatar {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.25em;
}
.person-directory-avatar img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 300px;
}

.person-directory-link,
.person-directory-org-link {
  text-decoration: none;
}

.person-directory-name {
  color: #454545;
}

.person-directory-single {
  display: block;
  margin-top: 3em;
  margin-bottom: 6em;
}
.person-directory-single:after {
  content: "";
  display: table;
  clear: both;
}
.person-directory-single .person-directory-meta {
  line-height: 1.5;
  color: #888888;
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 21.50703%;
}
.person-directory-single .person-directory-meta:last-child {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .person-directory-single .person-directory-meta {
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 100%;
  }
  .person-directory-single .person-directory-meta:last-child {
    margin-right: 0;
  }
}
.person-directory-single {
  margin: 1em 1.5em 0.5em 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.person-directory-single .person-directory-bio {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 65.11424%;
}
.person-directory-single .person-directory-bio:last-child {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .person-directory-single .person-directory-bio {
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 100%;
  }
  .person-directory-single .person-directory-bio:last-child {
    margin-right: 0;
  }
}

.person-directory-class,
.person-directory-role {
  color: #888888;
}

.person-directory-class {
  margin-top: 0.25em;
}

.person-directory-single-name {
  margin-bottom: 0;
  color: #888888;
}
/*
.post-type-archive-directory .person-directory-entry {
  width: 46%;
  margin-right: 2%;
  margin-bottom: 2em;
  text-align: left;
  border: 0;
}
*/
@media screen and (max-width: 480px) {
  .post-type-archive-directory .person-directory-entry {
    width: 100%;
    margin-right: 0;
  }
}

.post-type-archive-directory .person-directory-avatar {
  vertical-align: top;
  width: 175px;
  display: inline-block;
  max-height: 175px;
}

@media screen and (max-width: 840px) {
  .post-type-archive-directory .person-directory-avatar {
    width: 200px;
    height: auto;
    max-height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .post-type-archive-directory .person-directory-avatar {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}
.post-type-archive-directory .person-directory-meta {
  width: 64%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .post-type-archive-directory .person-directory-meta {
    margin-left: 0;
    width: 100%;
  }
}
.post-type-archive-directory .person-directory-name,
.post-type-archive-directory .person-directory-title {
  margin-bottom: 0;
}
.post-type-archive-directory .person-directory-bio {
  margin-top: 1em;
}

.publication-item {
  margin-bottom: 2.5em;
}
.publication-item:last-child {
  border-bottom: 0;
}
.publication-item h3 {
  color: #454545;
}

.publication-additional-info-list {
  list-style: disc;
  color: #888888;
}

.search-form {
  width: 80%;
  background: #f0f0f0;
  padding: 0.75em;
  border: 1px solid #e6e6e6;
}
.search-form .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
}
.search-form .screen-reader-text.focusable:active, .search-form .screen-reader-text.focusable:focus {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}
.search-form .search-field {
  width: 70%;
  padding: 0.5em 10px;
}
@media screen and (max-width: 840px) {
  .search-form {
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 153.57625%;
  }
  .search-form:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .search-form {
    float: left;
    display: block;
    margin-right: 15.40698%;
    width: 100%;
  }
  .search-form:last-child {
    margin-right: 0;
  }
}

.search-result {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2em;
}

.sidebar {
  border-left: 1px solid #dddddd;
  padding-left: 1.5em;
}
.sidebar h3 {
  padding-top: 0.75em;
  color: #7c7274;
}
.sidebar ul,
.sidebar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul {
  margin-bottom: 2.5em;
}
.sidebar ul.children {
  margin-bottom: 0;
  color: #dddddd;
  padding-left: 1em;
}
.sidebar ul.children li:before {
  content: '— ';
}
.sidebar li {
  margin-bottom: 1em;
}
.sidebar li a {
  color: #888888;
  text-decoration: none;
}
.sidebar li a:hover, .sidebar li a:focus {
  color: #bf5700;
  text-decoration: underline;
}
.sidebar label {
  font-weight: normal;
  font-family: Poly, "Open Sans", Helvetica, Arial, Sans-serif;
}
@media screen and (max-width: 480px) {
  .sidebar {
    border-left: 0;
    padding-left: 0;
  }
}
.sidebar .widget {
  border-top: 0.5rem solid #e0e5e6;
}

.widget-archive-event li {
  display: inline-block;
  margin: 0 2em 1em 0;
}

.blog .widget_text {
  padding-top: 0.75em;
}

.site-footer {
  margin: 8em -15px 0;
  padding: 2em 0;
  color: #aaa;
  background: #22170E;
  border-top: 3px solid #a85007;
  text-align: center;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 480px) {
  .site-footer {
    font-size: 1.25em;
  }
}
.site-footer ul {
  list-style: none;
  margin: 0 0 0.5em;
}
.site-footer li {
  margin-right: 1em;
  padding-right: 1em;
  display: inline;
}
@media screen and (max-width: 480px) {
  .site-footer li {
    display: block;
    padding-bottom: 1.5em;
  }
}
.site-footer li.final {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .site-footer li.final {
    padding-right: 1em;
    margin-right: 1em;
    margin-bottom: 1.5em;
  }
}
.site-footer a {
  color: #9F948B;
  text-decoration: none;
}
.site-footer a:hover {
  color: #cc6600;
  text-decoration: underline;
}
.site-footer p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .site-footer p {
    font-size: 0.8em;
  }
}
.site-footer .tel {
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .site-footer .adr {
    display: block;
    margin-bottom: 1.5em;
  }
  .site-footer .tel {
    display: block;
  }
}
#banner {
  padding: 0 0 1em;
  position: relative;
}
#banner img {
  max-width: 100%;
  height: auto;
}

.home #banner {
  margin-bottom: 0;
  padding-bottom: 0;
}

#utlaw-banner {
  background: #5a392a url(images/utlaw-header-bg.jpg) no-repeat 50% top;
  height: 70px;
  overflow: hidden;
  margin: 0 -15px 5em;
  border-bottom: 4px solid #dddddd;
}
@media screen and (max-width: 840px) {
  #utlaw-banner {
    margin-bottom: 0.5em;
  }
}
#utlaw-banner .container {
  position: relative;
}

#utlaw-banner-ut-logo {
  overflow: hidden;
  display: block;
  width: 327px;
  height: 80px;
  background: url(images/ut-tower-wordmark.png) no-repeat;
}
#utlaw-banner-ut-logo:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #utlaw-banner-ut-logo {
    margin-left: -20px;
  }
}

#utlaw-banner-utlaw-logo {
  position: absolute;
  top: 7px;
  left: 78px;
  text-decoration: none;
  color: #fff;
  font: normal 33.333px/1 Garamond,"Times New Roman",serif;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  #utlaw-banner-utlaw-logo {
    left: 57px;
    font-size: 28px;
  }
}
#utlaw-banner-utlaw-logo span {
  font: italic normal 26px/1 Georgia,"Times New Roman",serif;
  text-transform: lowercase;
  color: #f9e3cd;
  margin: 0 0.05em 0 0;
  top: -0.15em;
  position: relative;
}

.utlaw-banner-nav-links {
  font-family: "Open Sans", Helvetica, Arial, Sans-serif;
  position: absolute;
  right: 10px;
  top: 1em;
  text-transform: uppercase;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .utlaw-banner-nav-links {
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
  }
  .utlaw-banner-nav-links.focusable:active, .utlaw-banner-nav-links.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto;
  }
}
.utlaw-banner-nav-links li {
  border-right: 1px solid #88683F;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.utlaw-banner-nav-links li:last-child {
  border-right: 0;
}
.utlaw-banner-nav-links li:last-child a {
  padding-right: 0;
}
.utlaw-banner-nav-links a {
  color: white;
  text-decoration: none;
  padding: 0 1.5em;
  opacity: 0.7;
  transition: opacity 1s;
}
.utlaw-banner-nav-links a:hover, .utlaw-banner-nav-links a:focus {
  text-decoration: underline;
  opacity: 1;
}

#site-logo a {
  display: inline-block;
  max-width: 100%;
}

#site-navigation {
  background: #545054;
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-bottom: 6px solid #c3d9a1;
  position: relative;
}
#site-navigation:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 840px) {
  #site-navigation {
    margin-top: 1em;
    margin: 1em -15px 1em;
  }
}
#site-navigation .skip-link {
  text-align: center;
  background: #101010;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: background-color 1s;
}
#site-navigation .skip-link:focus {
  background: #bf5700;
  outline: 4px solid #ff8833;
}
#site-navigation ul {
  float: left;
}
#site-navigation ul:after {
  content: "";
  display: table;
  clear: both;
}

ul.nav-menu {
  margin: 0;
  padding: 0;
}
ul.nav-menu ul a {
  border: 0;
  width: 24em;
  text-transform: none;
  padding: 1.25em 2.5em;
}

.nav-menu li {
  display: block;
  float: left;
  position: relative;
  margin: 0;
}
.nav-menu li a {
  font-size: 15px;
  margin-bottom: 0;
  color: white;
  display: block;
  line-height: 1;
  padding: 1.5rem 1.75em;
  text-decoration: none;
  transition: background 0.5s;
  text-transform: uppercase;
  border-right: 2px solid #666166;
}
@media screen and (max-width: 1000px) {
  .nav-menu li a {
    padding: 1.5rem 1em;
  }
}
.nav-menu li a:hover + .sub-menu {
  display: block;
}
.nav-menu li span {
  color: #c6c3c6;
  padding: 0 0.25em;
}
.nav-menu li:last-child a {
  border-right: 0;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
  background-color: #88A776;
}
.nav-menu .sub-menu {
  background-color: #545054;
  border-top: 1px solid #474447;
  padding: 0px;
  position: absolute;
  display: none;
  z-index: 99998;
}
.nav-menu .sub-menu:hover {
  display: block;
}
.nav-menu .sub-menu a:hover, .nav-menu .sub-menu a:focus {
  background-color: #59696e;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  background-color: #101010;
}
.nav-menu ul ul a {
  border: 0;
  width: 24em;
  text-transform: none;
  padding: 1.25em 2.5em;
}

.main-navigation .search-form {
  margin: 0;
  padding: 0.75em 1em;
  display: none;
  width: auto;
  position: absolute;
  background-color: #282628;
  top: 4em;
  right: 0;
  border: none;
  border-bottom: 2px solid #545054;
}
@media screen and (max-width: 840px) {
  .main-navigation .search-form {
    top: 3em;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .search-form {
    width: 100%;
  }
}
.main-navigation .search-form .search-field {
  width: 60%;
  margin: 0 0.25em 0 0;
  display: inline-block;
}

/* Collapsed menu for smallest breakpoint */
/* These first few are outside the media query due to the limitations with using @extend inside of @media */
.menu-toggle {
  display: none;
  text-transform: uppercase;
  padding: 0.5em;
}
.menu-toggle:before {
  padding-right: 0.25em;
  color: #c3d9a1;
  vertical-align: middle;
}

@media screen and (max-width: 840px) {
  .menu-toggle {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    color: white;
  }

  .toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    position: relative;
    left: auto;
    top: auto;
    border-top: 0;
    margin: 0;
  }
  .toggled-on .nav-menu li > ul a {
    color: #c3d9a1;
    width: auto;
    text-transform: capitalize;
    padding-left: 3em;
  }
  .toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu li > a:focus {
    color: white;
  }
  .toggled-on .nav-menu .children a {
    color: white;
  }
  .toggled-on li,
  .toggled-on .children {
    width: 100%;
    text-transform: uppercase;
  }

  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
    position: relative;
  }
}
.tag-list {
  margin: 2em 0 4em;
}
.tag-list ul,
.tag-list li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-list .tag {
  padding: 0.25em 0.5em 0.25em 0;
  margin-right: 1.5em;
}

.home-toprow {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 100%;
}
.home-toprow:last-child {
  margin-right: 0;
}

.home-content {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 30.22847%;
  margin-left: 69.77153%;
  padding: 2.5em 0 0;
  margin-bottom: 1.5em;
  color: #888888;
}
.home-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .home-content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 100%;
  }
  .home-content:last-child {
    margin-right: 0;
  }
}

.home .royalSlider {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 65.11424%;
  margin-left: -104.65729%;
  height: 300px !important;
}
.home .royalSlider:last-child {
  margin-right: 0;
}
.home .royalSlider,
.home .rsOverflow {
  height: 450px !important;
}
@media screen and (max-width: 840px) {
  .home .royalSlider,
  .home .rsOverflow {
    margin-left: 0%;
    width: 100%;
  }
}
.home .carousel-text {
  max-width: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
  background-color: rgba(74, 118, 138, 0.5);
  margin-bottom: 0;
}
.home .carousel-text h2 {
  font-size: 27px;
}
.home .excerpt h3 {
  border-top: 0;
  max-width: 25em;
}
.home .event {
  margin-top: 2em;
  margin-bottom: 0em;
  padding-bottom: 1em;
}
.home .event .meta {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.home .event-date {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25em;
  margin-right: 1.5em;
}
@media screen and (max-width: 1000px) {
  .home .event-date {
    margin-right: 0.75em;
  }
}
@media screen and (max-width: 840px) {
  .home .event-date {
    margin-right: 1.5em;
  }
}

.home-excerpts {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 100%;
}
.home-excerpts:last-child {
  margin-right: 0;
}
.home-excerpts h3 {
  border-top: 0.33em solid #e0e5e6;
  padding-top: 0.75em;
}

.home-events .event-title {
  padding-top: 0;
  border-top-color: transparent;
}

.home-blog {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 65.11424%;
}
.home-blog:last-child {
  margin-right: 0;
}
.home-blog .excerpt {
  max-width: 45em;
}
.home-blog img {
  float: left;
  width: 60%;
  margin: 0 1.2em 1em 0;
  border: 0.2em solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.home-blog h3 {
  border-top-color: transparent;
}

.home-sidebar {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 30.22847%;
}
.home-sidebar:last-child {
  margin-right: 0;
}

.home-news {
  padding-bottom: 3em;
}
.home-news .excerpt {
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .home-news {
    margin-top: 3em;
  }
}

@media screen and (max-width: 480px) {
  .home-content {
    padding-bottom: 0;
  }

  .home-excerpts,
  .home-sidebar,
  .home-blog {
    float: left;
    display: block;
    margin-right: 15.40698%;
    width: 100%;
  }
  .home-excerpts:last-child,
  .home-sidebar:last-child,
  .home-blog:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .home-excerpts,
  .home-sidebar,
  .home-blog {
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 100%;
  }
  .home-excerpts:last-child,
  .home-sidebar:last-child,
  .home-blog:last-child {
    margin-right: 0;
  }
}
.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper {
  background-color: white;
  outline: 60px solid white;
  padding-left: 1px;
}
@media screen and (max-width: 840px) {
  #wrapper {
    outline: 0;
    padding-left: 0;
  }
}

main {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 73.83568%;
  padding-bottom: 6em;
}
main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  main {
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 59.81781%;
  }
  main:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  main {
    float: left;
    display: block;
    margin-right: 15.40698%;
    width: 100%;
    padding-bottom: 0;
  }
  main:last-child {
    margin-right: 0;
  }
}
main.wide {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 100%;
}
main.wide:last-child {
  margin-right: 0;
}
main.wide p {
  max-width: 50em;
}

#utlaw-logo,
.sidebar {
  float: left;
  display: block;
  margin-right: 4.65729%;
  width: 21.50703%;
}
#utlaw-logo:last-child,
.sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  #utlaw-logo,
  .sidebar {
    float: left;
    display: block;
    margin-right: 7.1525%;
    width: 33.02969%;
  }
  #utlaw-logo:last-child,
  .sidebar:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #utlaw-logo,
  .sidebar {
    float: left;
    display: block;
    margin-right: 15.40698%;
    width: 100%;
  }
  #utlaw-logo:last-child,
  .sidebar:last-child {
    margin-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* Other custom stuff that should be put into SCSS */

.nav-menu .sub-menu .sub-menu {
  background-color: #767276;
  border-top: 1px solid #474447;
  margin-left: 95px;
  margin-top: -5px;
  position: absolute;
  display: none;
  z-index: 99999;
}

.nav-menu .sub-menu .sub-menu:hover {
  display:block;
}

/* Header Icons */
.icon-social-media a {
  font-family: "SSSocial";
}

header .right {
  float:right;
}

header .icon-social-media a:hover {
  color: #c3d9a1;
  transition: color 0.5s ease 0s;
}
header .icon-social-media a {
  font-size: 25px;
  margin-bottom: 16px;
  padding-right: 0.75em;
  padding-left: 0.75em;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #545054;
  text-decoration:none;
  transition: color 0.5s ease 0s;
  border-right: 0;
}

#wrapper {
  background-color: white;
  outline: 60px solid white;
  padding-left: 1px;
  padding-top:40px;
}
