fieldset {
  margin: 0px 0px 12px 0px;
  margin: 0rem 0rem 0.75rem 0rem;
  padding: 24px;
  padding: 1.5rem;
  background: #f7f7f7;
  border: #ddd;
}

input,
label,
select {
  display: block;
  color: #333;
}

label {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-weight: bold;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 8px;
  padding: 0.5rem;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #477dca;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477dca;
  box-shadow: #477dca;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 6px;
  margin-right: 0.375rem;
  display: inline;
}

input[type="file"] {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  width: 100%;
}

select {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  max-width: 100%;
  width: auto;
}

button,
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  background-color: #900;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  margin: .5em .5em .5em 0;
}
button:hover,
input[type="submit"]:hover {
  background-color: #c60404;
  color: white;
}
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

ul, ol {
  margin: 0px 0px 16px 0px;
  margin: 0rem 0rem 1rem 0rem;
  padding: 0px 0px 0px 24px;
  padding: 0rem 0rem 0rem 1.5rem;
}

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
dl dt {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-weight: bold;
}
dl dd {
  margin: 0;
}

.l-content li {
  margin-bottom: 10.4px;
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.tabs li {
  margin-bottom: 0;
}

.table-wrap {
  overflow-x: scroll;
  overflow-y: visible;
}
@media (min-width: 45.3125em) {
  .table-wrap {
    overflow: auto;
  }
}

table {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ddd;
  width: 100%;
}
table caption {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 24px 0px 8px;
  margin: 1.5rem 0rem 0.5rem;
  text-align: left;
  border-bottom: 2px solid #900;
}

th {
  padding: 12px 4px;
  padding: 0.75rem 0.25rem;
  border-bottom: 2px solid #900;
  font-weight: bold;
  text-align: left;
  background: #f7f6ef;
}

td {
  padding: 12px 4px;
  padding: 0.75rem 0.25rem;
  border-bottom: 1px solid #ddd;
}

tr,
td,
th {
  vertical-align: top;
}

tr:nth-child(even), tr.even {
  background: #f8f8f8;
}

tr.odd {
  background: #fff;
}

body {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
}

.l-footer {
  color: #fff;
}
.l-footer a, .l-footer a:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 32px 0px 16px;
  margin: 2rem 0rem 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2.4em;
}

h4 {
  font-size: 2.1em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.5em;
}

.subhead {
  font-size: 22px;
  font-size: 1.375rem;
  margin: -12px 0px 16px;
  margin: -0.75rem 0rem 1rem;
  font-family: "Lato", sans-serif;
  color: #db7c02;
}

p {
  margin: 16px 0px;
  margin: 1rem 0rem;
}

a, a.active {
  color: #900;
  outline: 0;
}
a:active, a.active:active {
  outline: none;
}

a:hover {
  color: #c60404;
}

p a, ul a {
  word-wrap: break-word;
}

hr {
  margin: 16px 0px;
  margin: 1rem 0rem;
  border-bottom: #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
}

blockquote {
  margin: 24px 0px;
  margin: 1.5rem 0rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: 2px solid #ddd;
  color: #595959;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "\2014 \00A0";
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.page-title {
  margin: 20px 0px 8px;
  margin: 1.25rem 0rem 0.5rem;
}
.page-title span {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  display: block;
  color: #db7c02;
  font-family: "Lato", sans-serif;
}

@media (min-width: 40.625em) {
  .l-4-1 {
    width: 20.75472%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-5-1 {
    width: 26.41509%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-5-14 {
    width: 26.41509%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-6-1 {
    width: 32.07547%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-6-7 {
    width: 32.07547%;
    float: left;
    margin-right: -100%;
    margin-left: 33.96226%;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-6-13 {
    width: 32.07547%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-7-1 {
    width: 37.73585%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-7-12 {
    width: 37.73585%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-9-1 {
    width: 49.0566%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-9-10 {
    width: 49.0566%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-11-1 {
    width: 60.37736%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-11-8 {
    width: 60.37736%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-12-1 {
    width: 66.03774%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-13-1 {
    width: 71.69811%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-13-6 {
    width: 71.69811%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 40.625em) {
  .l-14-5 {
    width: 77.35849%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-home-top {
  background: url(../images/home-top-bg.jpg) no-repeat bottom right #dfdfe2;
  padding: 5px 2% 22px;
}
.l-home-top .l-9-1 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.l-home-top .l-9-1:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 40.625em) {
  .l-home-top .l-9-1 {
    margin: 0;
  }
}
.l-home-top .l-9-10 {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width: 40.625em) {
  .l-home-top .l-9-10 {
    padding: 0;
  }
}

.l-hm-slideshow img {
  width: 49.0566%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}

.l-home-bottom {
  padding: 0 2%;
}
.l-home-bottom h2 {
  font-size: 44px;
  font-size: 2.75rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  color: #db7c02;
  border-bottom: 1px solid #edeada;
}

.pane-publications-summary .pane-title {
  padding-left: 44px;
  background: url(../images/publications.svg) no-repeat 0 7px;
}

.pane-news-and-events .pane-title {
  padding-left: 52px;
  background: url(../images/news.svg) no-repeat 0 10px;
}

.l-home-bottom .pane-dept-custom-block .pane-title {
  padding-left: 49px;
  background: url(../images/star.svg) no-repeat 0 4px;
}

.pane-twitter-block-1 .pane-title {
  padding-left: 46px;
  background: url(../images/twitter-red.svg) no-repeat 0 6px;
}

body {
  margin: 0;
  padding: 0;
  background: url(../images/white_texture.png) #dddfe1;
}

.l-secondary-content img, .l-secondary-view img {
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
  background: #900;
}

.l-secondary-view img {
  margin-top: 16px;
  margin-top: 1rem;
}

.l-content-inner {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.l-branding {
  margin: 12px 0px 16px;
  margin: 0.75rem 0rem 1rem;
}
.l-branding img {
  width: 100%;
}

.site-name {
  margin: 0;
  display: table;
}
.site-name a {
  display: table-row;
  text-decoration: none;
}
.site-name span {
  padding: 0px;
  padding: 0rem;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 40.625em) {
  .site-name span {
    padding: 3.2px 0px 3.2px 20px;
    padding: 0.2rem 0rem 0.2rem 1.25rem;
  }
}
.site-name span.umd {
  display: none;
}
.site-name span.umd img {
  max-width: 102px;
}
@media (min-width: 40.625em) {
  .site-name span.umd {
    padding: 3.2px 16px 3.2px 0px;
    padding: 0.2rem 1rem 0.2rem 0rem;
    border-right: 1px solid #a59899;
    display: table-cell;
  }
}

.l-page {
  max-width: 1200px;
}
@media (min-width: 53.125em) {
  .l-page {
    margin: 0px 20px;
    margin: 0rem 1.25rem;
  }
}
@media (min-width: 76.25em) {
  .l-page {
    margin: 0 auto;
  }
}

.l-main, .l-header {
  padding: 1px 2% 0;
  background: #fff;
}
@media (min-width: 53.125em) {
  .l-main, .l-header {
    border-left: 2px solid #a7a6a6;
    border-right: 2px solid #a7a6a6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
}

.l-header {
  padding: 5px 2% 2px;
  position: relative;
}

.front .l-main, .page-home-publications .l-main, .page-home-publications-alt .l-main, .page-home-twitter .l-main, .page-home .l-main {
  padding: 0;
}

.secondary-navigation .l-main {
  padding: 0;
}
@media (min-width: 45.3125em) {
  .secondary-navigation .l-main {
    padding-right: 2%;
  }
}
.secondary-navigation .l-content {
  padding: 0 2%;
}
@media (min-width: 45.3125em) {
  .secondary-navigation .l-content {
    width: 77.35849%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding: 0;
  }
}
@media (min-width: 45.3125em) {
  .secondary-navigation .l-region--secondary-navigation {
    width: 20.75472%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    background: url(../images/side-nav.jpg) repeat-y top right #fff;
  }
}

.l-footer footer h1 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  max-width: 420px;
  height: auto;
}
.l-footer footer h1 img {
  vertical-align: text-top;
  width: 21.3033%;
}
.l-footer footer h1 .bsos {
  position: relative;
  left: 2.5%;
}
.l-footer footer h1 .bsos img {
  width: 73.9348%;
  margin-top: 2px;
}
@media (min-width: 31.25em) {
  .l-footer footer h1 img {
    width: auto;
  }
  .l-footer footer h1 .bsos {
    left: 12px;
  }
  .l-footer footer h1 .bsos img {
    width: auto;
  }
}
@media (min-width: 45.3125em) {
  .l-footer footer {
    padding: 0 2%;
    position: relative;
  }
}
@media (min-width: 59.375em) {
  .l-footer footer {
    margin: 0px 10px;
    margin: 0rem 0.625rem;
  }
}

.l-footer {
  background: #900;
  position: relative;
}
@media (min-width: 53.125em) {
  .l-footer {
    margin: 0 -10px;
  }
  .l-footer:before {
    content: '';
    position: absolute;
    z-index: 6;
    bottom: 100%;
    left: 0px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #700000;
    border-left: 10px solid transparent;
  }
  .l-footer:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #700000;
    border-right: 10px solid transparent;
  }
}

.l-footer-nav {
  background: #c60404;
}
@media (min-width: 40.625em) {
  .l-footer-nav {
    width: 26.41509%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-footer-contact {
  padding: 0 2%;
}
@media (min-width: 40.625em) {
  .l-footer-contact {
    width: 71.69811%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}
@media (min-width: 45.3125em) {
  .l-footer-contact {
    padding: 0;
  }
}
.l-footer-contact strong {
  font-size: 18px;
  font-size: 1.125rem;
}
.l-footer-contact p {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
}
.l-footer-contact ul {
  margin: 0px 0px 24px;
  margin: 0rem 0rem 1.5rem;
}

.login p {
  margin: 32px 0px;
  margin: 2rem 0rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 53.125em) {
  .login p {
    margin: 32px 0px;
    margin: 2rem 0rem;
  }
}
.login p a {
  text-decoration: none;
}

.btn-list h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 8px 8px 8px 16px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: #fff;
  background: #545454;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  margin: 0;
  line-height: 1.2;
}
.btn-list a {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 8px 9px;
  padding: 0.5rem 0.5rem 0.5625rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  border-left: 8px solid #c60404;
  display: block;
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 0 #fff;
  line-height: 1.1;
  background: #ddd;
  transition: all 0.5s ease;
}
.btn-list a:hover {
  background: #c60404;
  color: #fff;
  text-shadow: 1px 1px 0 #8a0000;
}
.btn-list .btn {
  border-top: 1px solid #f2f1f1;
}
@media (min-width: 40.625em) and (max-width: 59.375em) {
  .btn-list .btn {
    width: 50%;
    float: left;
  }
}

.more a {
  margin: 8px 8px 8px 0px;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
  padding: 8px 8px 8px 30px;
  padding: 0.5rem 0.5rem 0.5rem 1.875rem;
  line-height: 1;
  color: #900;
  text-decoration: none;
  display: block;
  float: right;
  text-transform: capitalize;
  background: url(../images/arrow-dark-red.svg) no-repeat 8px 7px #f0f0f0;
  transition: background-color 0.5s ease;
}
.more a:hover {
  background: url(../images/arrow.svg) no-repeat 8px 7px #900;
  background-size: 18px;
  color: #fff;
}

.landing-section .more {
  font-size: 16px;
  font-size: 1rem;
  padding: 1px 22px 1px 0;
  background: none;
  text-align: left;
  display: inline;
}

.view-btn {
  padding: 5.2px 12px 5.6px 32px;
  padding: 0.325rem 0.75rem 0.35rem 2rem;
  background: url(../images/arrow.svg) 12px 8px no-repeat #900;
  background-size: 16px 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.view-btn:hover {
  color: #fff;
  background: url(../images/arrow.svg) 12px 8px no-repeat #c60404;
  background-size: 16px 16px;
  text-shadow: 1px 1px 0 #900;
}

.event-calendar:after {
  content: "";
  display: table;
  clear: both;
}
.event-calendar a {
  padding: 8px 16px 8px 53.6px;
  padding: 0.5rem 1rem 0.5rem 3.35rem;
  line-height: 1.2;
  float: left;
  display: block;
  background: url(../images/calendar2.png) 16px 50% no-repeat #f0f0f0;
  color: #900;
  text-decoration: none;
  transition: all 0.5s ease;
}
.event-calendar a:hover {
  background: url(../images/calendar2.png) 16px 50% no-repeat #900;
  color: #fff;
}

.submitted {
  color: #525252;
}

.comment__info {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  line-height: 1.1;
}
.comment__info .submitted, .comment__info .permalink {
  font-size: 14px;
  font-size: 0.875rem;
}

.comment__submitted {
  margin-bottom: 0;
}

.comment-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  border-top: 1px solid #edeada;
}

.comments__title, .comments__form-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

.comment {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.comment h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 20px 0px 12px;
  margin: 1.25rem 0rem 0.75rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.comment .links--inline li {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.comment_forbidden {
  background: #f8f8f8;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
}

.comment-add a, .comment-delete a, .comment-edit a, .comment-reply a {
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  color: #900;
  text-decoration: none;
  background: #f8f8f8;
  transition: all 0.5s ease;
}
.comment-add a:hover, .comment-delete a:hover, .comment-edit a:hover, .comment-reply a:hover {
  background: #eee;
}

.faculty-listing {
  font-size: 20px;
  font-size: 1.25rem;
}

.faculty-grad-profile .views-label {
  font-weight: bold;
}

.facsummary, .gradsummary {
  line-height: 1.2;
}
.facsummary table, .gradsummary table {
  border-top: 2px solid #900;
  width: 100%;
}
.facsummary thead, .gradsummary thead {
  display: none;
}
.facsummary caption, .gradsummary caption {
  line-height: 2;
  margin-bottom: 0;
  border-bottom: 0;
}
.facsummary tr, .gradsummary tr {
  padding: 12px;
  padding: 0.75rem;
  display: block;
}
.facsummary tr:after, .gradsummary tr:after {
  content: "";
  display: table;
  clear: both;
}
.facsummary td, .gradsummary td {
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
  display: block;
  border: 0;
  padding: 0;
}
.facsummary td.views-field-field-image-profile, .gradsummary td.views-field-field-image-profile {
  min-width: 100px;
  padding: 0;
  line-height: 0;
}
.facsummary td.views-field-field-image-profile img, .gradsummary td.views-field-field-image-profile img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.facsummary .views-field-field-doctoral-programs, .gradsummary .views-field-field-doctoral-programs {
  clear: both;
}
.facsummary .views-field-field-doctoral-programs ul:before, .gradsummary .views-field-field-doctoral-programs ul:before {
  content: "Doctoral Programs";
  font-weight: bold;
}
@media (min-width: 31.25em) {
  .facsummary td.views-field-field-image-profile, .gradsummary td.views-field-field-image-profile {
    float: left;
  }
  .facsummary td.views-field-field-image-profile img, .gradsummary td.views-field-field-image-profile img {
    margin: 0px 8px 8px 0px;
    margin: 0rem 0.5rem 0.5rem 0rem;
  }
}
@media (min-width: 45.3125em) {
  .facsummary thead, .gradsummary thead {
    display: table-header-group;
  }
  .facsummary tr, .gradsummary tr {
    display: table-row;
  }
  .facsummary td, .gradsummary td {
    padding: 12px 4px;
    padding: 0.75rem 0.25rem;
    display: table-cell;
    border-bottom: 1px solid #ddd;
  }
  .facsummary td.views-field-field-image-profile, .gradsummary td.views-field-field-image-profile {
    float: none;
  }
  .facsummary td.views-field-field-image-profile img, .gradsummary td.views-field-field-image-profile img {
    margin: 8px 0px;
    margin: 0.5rem 0rem;
  }
  .facsummary .views-field-field-doctoral-programs ul:before, .gradsummary .views-field-field-doctoral-programs ul:before {
    content: "";
  }
}

.interest {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  list-style: none;
  padding: 0;
}
.interest li {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 0px;
  padding: 0.5rem 0rem;
  margin-bottom: 0;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.3;
}
.interest a {
  padding-left: 40px;
  padding-left: 2.5rem;
  text-decoration: none;
  display: block;
  background: url(../images/arrow-gray.svg) no-repeat 8px 50%;
}
.interest a:hover {
  background: url(../images/arrow-red.svg) no-repeat 8px 50%;
}

@media (min-width: 62.5em) {
  .interest-wide li {
    line-height: 1.2;
    width: 48%;
    float: left;
    margin: 0 1%;
  }
  .interest-wide a {
    padding-left: 28px;
    padding-left: 1.75rem;
    background: url(../images/arrow-gray.svg) no-repeat 0 50%;
  }
  .interest-wide a:hover {
    background: url(../images/arrow-red.svg) no-repeat 0 50%;
  }
}

.landing-section {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #edeada;
}
.landing-section:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 40.625em) {
  .landing-section {
    margin-bottom: 0;
  }
}
.landing-section h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #db7c02;
  font-weight: 300;
}
.landing-section .item-list ul {
  margin: 24px 0px;
  margin: 1.5rem 0rem;
  padding: 0px 0px 0px 20px;
  padding: 0rem 0rem 0rem 1.25rem;
  line-height: 1.2;
}
.landing-section .item-list li {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.landing-section .img-wrap {
  line-height: 0;
}
@media (min-width: 40.625em) {
  .landing-section .img-wrap {
    width: 20.75472%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .landing-section .landing-content {
    width: 77.35849%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 68.75em) {
  .landing-section .landing-info {
    width: 66.03774%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .landing-section .item-list {
    width: 32.07547%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.landing-info .views-more-link {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 12px 0px 16px;
  margin: 0.75rem 0rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.landing-section.views-row-first {
  margin-top: 32px;
  margin-top: 2rem;
  border-top: 5px solid #edeada;
}

.landing-section.views-row-last {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-bottom: 5px solid #edeada;
}

.pane-node-field-links-landing {
  margin: 16px 0px;
  margin: 1rem 0rem;
}

.maintenance-page {
  border-top: 12px solid #900;
}
.maintenance-page .l-main {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 1px;
  border-top: 5px solid #900;
}
.maintenance-page .l-footer {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.l-region--navigation .menu-name-main-menu .menu, .l-footer-nav ul {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 0 #8a0000;
  background: #c60404;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-region--navigation .menu-name-main-menu .menu a, .l-footer-nav ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.l-region--navigation .menu-name-main-menu .menu a:hover, .l-region--navigation .menu-name-main-menu .menu a.active, .l-region--navigation .menu-name-main-menu .menu a.active-trail, .l-footer-nav ul a:hover, .l-footer-nav ul a.active, .l-footer-nav ul a.active-trail {
  color: #fff;
  background: #8a0000;
}

.no-js .l-nav #menu {
  max-height: none;
}
.no-js a.menu-link {
  display: none;
}

a.menu-link {
  padding: 4px 12px 4px 42px;
  padding: 0.25rem 0.75rem 0.25rem 2.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  display: block;
  background: url(../images/menu.svg) no-repeat 16px 12px #c60404;
  background-size: 20px;
  color: #fff;
  text-shadow: 2px 1px 0 #8a0000;
  text-decoration: none;
  transition: background-color 0.5s ease;
  border-bottom: 1px solid #900;
}
a.menu-link:hover {
  background: url(../images/menu.svg) no-repeat 16px 12px #8a0000;
  background-size: 20px;
}
@media (min-width: 45.3125em) {
  a.menu-link {
    display: none;
  }
}

.l-nav {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}
@media (min-width: 53.125em) {
  .l-nav {
    margin: 0 -10px;
  }
  .l-nav:before {
    content: '';
    position: absolute;
    z-index: 6;
    bottom: 100%;
    left: 0;
    height: 0;
    width: 0;
    border-bottom: 10px solid #700000;
    border-left: 10px solid transparent;
  }
  .l-nav:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    height: 0;
    width: 0;
    border-bottom: 10px solid #700000;
    border-right: 10px solid transparent;
  }
}
.l-nav #menu {
  position: relative;
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 45.3125em) {
  .l-nav #menu {
    max-height: none;
    overflow: visible;
  }
}
.l-nav #menu.active {
  max-height: 55em;
}
.l-nav .menu-name-main-menu .menu:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 45.3125em) {
  .l-nav .menu-name-main-menu .menu {
    text-align: center;
  }
}
.l-nav .menu-name-main-menu .menu li {
  display: block;
}
@media (min-width: 45.3125em) {
  .l-nav .menu-name-main-menu .menu li {
    display: inline;
  }
  .l-nav .menu-name-main-menu .menu li.last a {
    border-right: 0;
  }
}
.l-nav .menu-name-main-menu .menu a {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  display: block;
  border-top: 1px solid #e38282;
}
@media (min-width: 45.3125em) {
  .l-nav .menu-name-main-menu .menu a {
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
    border-top: 0;
    border-right: 1px solid #e38282;
    width: auto;
    display: inline-block;
    margin-right: -4px;
  }
}
@media (min-width: 62.5em) {
  .l-nav .menu-name-main-menu .menu a {
    padding: 10px 28.8px;
    padding: 0.625rem 1.8rem;
  }
}

.l-footer-nav {
  font-size: 18px;
  font-size: 1.125rem;
}
.l-footer-nav a, .l-footer-nav a:hover {
  color: #fff;
}
.l-footer-nav ul {
  margin: 0px 0px 32px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
@media (min-width: 45.3125em) {
  .l-footer-nav ul {
    margin: 16px 0px;
    margin: 1rem 0rem;
  }
}
.l-footer-nav ul a {
  padding: 10px 0px 10px 40px;
  padding: 0.625rem 0rem 0.625rem 2.5rem;
  border-top: 1px solid #900;
  border-bottom: 1px solid #e38282;
  background: url(../images/arrow.svg) no-repeat 9px 12px;
  background-size: 20px;
}
.l-footer-nav ul a:hover {
  background: url(../images/arrow.svg) no-repeat 9px 12px #8a0000;
  background-size: 20px;
}
.l-footer-nav ul li:first-child a {
  border-top: 0;
}
.l-footer-nav ul li:last-child a {
  border-bottom: 0;
}

.l-region--secondary-navigation li, .menu-pane li {
  border-bottom: 1px solid #fff;
}
.l-region--secondary-navigation a, .menu-pane a {
  padding: 8px 20.8px 8px 16px;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  line-height: 1.1;
  display: block;
  text-decoration: none;
  background: #f8f8f8;
  transition: all 0.5s ease;
}
.l-region--secondary-navigation .menu, .menu-pane .menu {
  margin-bottom: 0;
  padding: 0;
  list-style-image: none;
}
.l-region--secondary-navigation .menu ul, .menu-pane .menu ul {
  background: #f8f8f8;
  padding-bottom: 1px;
}
.l-region--secondary-navigation .menu ul li, .menu-pane .menu ul li {
  border-bottom: none;
}
.l-region--secondary-navigation .menu ul li.last, .menu-pane .menu ul li.last {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.l-region--secondary-navigation .menu ul a, .menu-pane .menu ul a {
  padding: 6px 16px 6px 32px;
  padding: 0.375rem 1rem 0.375rem 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
}
.l-region--secondary-navigation .menu ul a:hover, .l-region--secondary-navigation .menu ul a.active, .menu-pane .menu ul a:hover, .menu-pane .menu ul a.active {
  color: #900;
  text-decoration: underline;
  background: none;
}
.l-region--secondary-navigation .block__title, .l-region--secondary-navigation .pane-title, .menu-pane .block__title, .menu-pane .pane-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  padding-right: 5%;
  margin: 0;
  border-bottom: 1px solid #fff;
  background: #f8f8f8;
}
.l-region--secondary-navigation .block__title a, .l-region--secondary-navigation .pane-title a, .menu-pane .block__title a, .menu-pane .pane-title a {
  background: none;
  padding: 0 5% 0 0;
  border-bottom: 0;
  color: #900;
}
.l-region--secondary-navigation .block__title a.active, .l-region--secondary-navigation .block__title a:hover, .l-region--secondary-navigation .pane-title a.active, .l-region--secondary-navigation .pane-title a:hover, .menu-pane .block__title a.active, .menu-pane .block__title a:hover, .menu-pane .pane-title a.active, .menu-pane .pane-title a:hover {
  background: none;
}

.menu-pane a:hover, .menu-pane a.active {
  color: #fff;
  background: #900;
}
.menu-pane li {
  margin-bottom: 0;
}

.l-region--secondary-navigation a {
  background: url(../images/angle-gray.png) no-repeat 95% center #f8f8f8;
}
.l-region--secondary-navigation a:hover, .l-region--secondary-navigation a.active {
  color: #900;
  background-image: url(../images/angle-red.png);
}
@media (min-width: 45.3125em) {
  .l-region--secondary-navigation a {
    background: url(../images/angle-gray.png) no-repeat 95% center;
  }
}
@media (min-width: 45.3125em) {
  .l-region--secondary-navigation .menu ul {
    background: none;
  }
}
@media (min-width: 45.3125em) {
  .l-region--secondary-navigation .block__title {
    margin: 28px 0px 0px;
    margin: 1.75rem 0rem 0rem;
    padding: 0px 16px 8px;
    padding: 0rem 1rem 0.5rem;
    background: none;
  }
}

.news-all .view-footer {
  text-align: right;
}

.news-wide .view-footer p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 53.125em) {
  .news-wide .view-footer {
    width: 49.0566%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .news-wide .view-footer p {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
}

.news-narrow .view-footer p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.pager {
  margin: 16px 0px -16px;
  margin: 1rem 0rem -1rem;
  padding: 4px 0px;
  padding: 0.25rem 0rem;
  text-align: left;
  list-style: none;
}
.pager .pager__item--current {
  padding: 5.2px 12px 5.6px;
  padding: 0.325rem 0.75rem 0.35rem;
}
.pager .pager-current {
  margin: 0px 8px;
  margin: 0rem 0.5rem;
}
.pager li {
  display: inline-block;
  padding: 0;
}
.pager a {
  padding: 5.2px 12px 5.6px;
  padding: 0.325rem 0.75rem 0.35rem;
  background: #f8f8f8;
  color: #900;
  text-decoration: none;
  transition: background-color 0.5s ease;
  border: 1px solid #ddd;
}
.pager a:hover {
  color: #900;
  background: #eee;
}
.pager .pager-next a, .pager .pager-previous a {
  border: 0;
  color: #fff;
  background: #900;
}
.pager .pager-next a:hover, .pager .pager-previous a:hover {
  background: #c60404;
}

.news-wide .pager {
  margin-top: 0;
  text-align: right;
}
@media (min-width: 53.125em) {
  .news-wide .pager {
    text-align: left;
    width: 49.0566%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.publications .pager, .news-narrow .pager {
  text-align: right;
}

.publications .view-footer {
  text-align: right;
}
.publications .view-footer p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.publications .link-box {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  color: #333;
}
.publications .link-box:hover {
  color: #333;
}
.publications .link-box .pubshorttitle {
  color: #900;
  text-decoration: underline;
}

ul.quicktabs-tabs {
  margin: 24px 0px;
  margin: 1.5rem 0rem;
  list-style: none;
  font-family: "Oswald", sans-serif;
  padding: 0;
}
ul.quicktabs-tabs:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 45.3125em) {
  ul.quicktabs-tabs {
    border-bottom: 1px solid #edeada;
  }
}
ul.quicktabs-tabs li {
  display: block;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 45.3125em) {
  ul.quicktabs-tabs li {
    float: left;
  }
}
ul.quicktabs-tabs li.active a {
  border-top: 5px solid #c60404;
  color: #c60404;
}
@media (min-width: 45.3125em) {
  ul.quicktabs-tabs li.active a {
    border-left: 1px solid #edeada;
    border-right: 1px solid #edeada;
    border-bottom: 1px solid #fff;
    color: #333;
  }
}
ul.quicktabs-tabs a {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 6px 30px;
  padding: 0.375rem 1.875rem;
  display: block;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
  border-bottom: 1px solid #edeada;
}
@media (min-width: 45.3125em) {
  ul.quicktabs-tabs a {
    margin: 1px 0 -1px;
    float: left;
    border-top: 5px solid #fff;
  }
}
ul.quicktabs-tabs a:hover {
  color: #c60404;
  background: #f8f8f8;
}

.search-results h3 {
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin: 1.6rem 0 0.3rem;
}

.search-result__snippet {
  padding-left: 0;
}

.flexslider {
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.flexslider li {
  line-height: 1.6;
  margin-bottom: 0;
}

.l-home-top .flexslider {
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background: #fff;
}
@media (min-width: 59.375em) {
  .l-home-top .flexslider {
    margin-bottom: 0;
  }
}
.l-home-top .flexslider .flex-control-nav {
  padding: 8px;
  padding: 0.5rem;
  background-color: #c60404;
  width: auto;
  bottom: -7px;
  z-index: 20;
}
.l-home-top .flexslider .flex-control-nav:empty {
  display: none;
}
@media (min-width: 22.5em) {
  .l-home-top .flexslider .flex-control-nav {
    left: 24px;
  }
  .l-home-top .flexslider .flex-control-nav:before {
    content: '';
    position: absolute;
    z-index: 6;
    bottom: 0;
    right: 100%;
    height: 0;
    width: 0;
    border-top: 7px solid #700000;
    border-left: 7px solid transparent;
  }
}
.l-home-top .flexslider .flex-control-nav li {
  margin: 0 5px;
}
@media (min-width: 22.5em) {
  .l-home-top .flexslider .flex-control-nav li {
    margin: 0 6px;
  }
}
.l-home-top .flexslider .flex-control-nav a {
  color: #fff;
  background: #900;
  border: 2px solid #900;
  padding: 1px 7px 3px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 -3px;
  line-height: 1;
  text-indent: 0;
}
.l-home-top .flexslider .flex-control-nav a.flex-active {
  border: 2px solid #fff;
}
.l-home-top .flexslider .flex-control-paging li a {
  display: inline;
}

h2.feature-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 8px 0px 12px;
  margin: 0.5rem 0rem 0.75rem;
  padding-bottom: 2.4px;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #edeada;
}
h2.feature-title a {
  color: #db7c02;
  text-decoration: none;
}
h2.feature-title a:hover {
  color: #db7c02;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  display: block;
  float: left;
}
.social a {
  margin-right: 8px;
  margin-right: 0.5rem;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-indent: 36px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
}

.blogger {
  background-image: url(../images/social/blogger.svg);
}

.no-svg .blogger {
  background-image: url(../images/social/blogger.png);
}

.facebook {
  background-image: url(../images/social/facebook.svg);
}

.no-svg .facebook {
  background-image: url(../images/social/facebook.png);
}

.flickr {
  background-image: url(../images/social/flickr.svg);
}

.no-svg .flickr {
  background-image: url(../images/social/flickr.png);
}

.google {
  background-image: url(../images/social/google.svg);
}

.no-svg .google {
  background-image: url(../images/social/google.png);
}

.instagram {
  background-image: url(../images/social/instagram.svg);
}

.no-svg .instagram {
  background-image: url(../images/social/instagram.png);
}

.linkedin {
  background-image: url(../images/social/linkedin.svg);
}

.no-svg .linkedin {
  background-image: url(../images/social/linkedin.png);
}

.picasa {
  background-image: url(../images/social/picasa.svg);
}

.no-svg .picasa {
  background-image: url(../images/social/picasa.png);
}

.pinterest {
  background-image: url(../images/social/pinterest.svg);
}

.no-svg .pinterest {
  background-image: url(../images/social/pinterest.png);
}

.tumblr {
  background-image: url(../images/social/tumblr.svg);
}

.no-svg .tumblr {
  background-image: url(../images/social/tumblr.png);
}

.twitter {
  background-image: url(../images/social/twitter.svg);
}

.no-svg .twitter {
  background-image: url(../images/social/twitter.png);
}

.vimeo {
  background-image: url(../images/social/vimeo.svg);
}

.no-svg .vimeo {
  background-image: url(../images/social/vimeo.png);
}

.youtube {
  background-image: url(../images/social/youtube.svg);
}

.no-svg .youtube {
  background-image: url(../images/social/youtube.png);
}

.l-region--user-tools {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background: #ffb900;
}
@media (min-width: 62.5em) {
  .l-region--user-tools {
    width: 15.09434%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.l-region--user-tools .block__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 8px 0px 0px;
  margin: 0.5rem 0rem 0rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.l-region--user-tools a {
  color: #900;
}
.l-region--user-tools li {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  line-height: 1.2;
}

@media (min-width: 62.5em) {
  .user-tools .l-main-inner {
    width: 83.01887%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.link-box {
  padding: 2px;
  padding: 0.125rem;
  margin: 16px 0px;
  margin: 1rem 0rem;
  line-height: 1.4;
  text-decoration: none;
  color: #666;
  display: block;
}
.link-box:hover {
  background: #f1f1f1;
  text-shadow: 1px 1px 0 #fff;
  color: #666;
}
.link-box strong {
  color: #333;
  display: block;
}
.link-box .more-inline {
  color: #900;
  text-decoration: underline;
}
.link-box div {
  padding: 2px 12px 2px 0px;
  padding: 0.125rem 0.75rem 0.125rem 0rem;
  float: left;
}

.webads {
  margin-top: 32px;
  margin-top: 2rem;
  padding: 4px;
  padding: 0.25rem;
  background: #f8f8f8;
  text-align: center;
}
.webads:after {
  content: "";
  display: table;
  clear: both;
}
.webads img {
  margin: 0;
  line-height: 0;
  width: 100%;
}
.webads a {
  display: inline-block;
  border: 4px solid #f8f8f8;
  line-height: 0;
}
.webads a:hover {
  border-color: #c60404;
}

.btn-group-v, .btn-group-h {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn-group-v a, .btn-group-h a {
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  background: #f0f0f0;
  text-decoration: none;
  color: #900;
  display: block;
  float: left;
  transition: all 0.5s ease;
}
.btn-group-v a:hover, .btn-group-h a:hover {
  color: white;
  background: #900;
}

.btn-group-v li {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.btn-group-v li:after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-h li {
  display: inline-block;
}

.button {
  font-size: 17px;
  font-size: 1.0625rem;
}
.button:after {
  content: "";
  display: table;
  clear: both;
}
.button a {
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
  float: left;
  display: block;
  background: #900;
  color: white;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.button a:hover {
  background: #c60404;
}

.photo-caption-l, .photo-caption-r {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px;
  padding: 0.5rem;
  line-height: 1.4;
  background: #f0f0f0;
  width: 280px;
  color: #555;
  font-style: italic;
}

.photo-caption-l {
  margin: 12px 12px 12px 0px;
  margin: 0.75rem 0.75rem 0.75rem 0rem;
  float: left;
}

.photo-caption-r {
  margin: 12px 0px 12px 12px;
  margin: 0.75rem 0rem 0.75rem 0.75rem;
  float: right;
}

.intro {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: 300;
}

img.red-borders {
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
  background: #900;
}

.float_right {
  margin: 8px 0px 8px 8px;
  margin: 0.5rem 0rem 0.5rem 0.5rem;
  float: right;
}

.float_left {
  margin: 8px 12px 8px 0px;
  margin: 0.5rem 0.75rem 0.5rem 0rem;
  float: left;
}

.float_right_clear {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  float: right;
  clear: both;
}

.float_left_clear {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  float: left;
  clear: both;
}

.float_clear {
  clear: both;
}

div.cke_panel.cke_ltr.cke_rcombopanel {
  width: 200px !important;
}

span.cke_rcombo span.cke_styles a span span.cke_text {
  width: 180px;
}
