/*this file is a placeholder for Rob Cote to make his changes... once they are made, a UW dev should move them into the appropriate client folder */
/* FONTS */
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; }

h1, h2, h3, h4, h5, h6, .button, nav, a {
  font-family: "Roboto Condensed", sans-serif; }

/* GLOBAL STYLES */
body {
  background: url(../images/tceu_bg.jpg);
  color: #727272; }

#content_body {
  background: white; }

a {
  color: #292929; }
  a:hover {
    color: #ff2e38; }

.button,
.button.success,
.button.button-edit {
  border: 2px solid #ff2e38;
  color: #292929;
  background: none;
  background-color: none;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px; }
  .button:hover,
  .button.success:hover,
  .button.button-edit:hover {
    color: #ff2e38;
    background: none;
    background-color: none; }

.panel h3 {
  color: black;
  font-weight: 400; }
.panel h4 {
  color: white;
  font-weight: 700;
  padding-left: 30px;
  background: url(../images/tceu_title_bg.png) left top repeat-y !important;
  background-size: cover;
  border-bottom: solid 1px #ED1B24; }
  .row .three .panel h4, #footer_wrapper #footer .three .panel h4 {
    background-size: contain !important; }
.panel h5 {
  color: #292929;
  font-size: 18px; }

.alwayslabel {
  background: url(../images/tceu_title_bg.png) left top repeat-y;
  background-size: contain; }
  .alwayslabel.alwayslabelmultiline {
    background-size: inherit;
    border-bottom: 1px solid #ED1B24; }

div.panel,
div.shadedpanel,
.login .shadedpanel {
  background: none !important;
  border-radius: 0;
  box-shadow: none;
  border-color: #d8d8d8; }

/* HEADER */
header .columns {
  padding: 0; }

.header_wrapper {
  height: 150px;
  background: url(../images/tceu_header_bg.png) top left repeat-x; }

.logoimage {
  width: 150px;
  height: 150px;
  background: url(../images/tceu_logo.png) center left no-repeat !important; }

/* NAV */
nav {
  background: black;
  border-top: solid 28px #ED1B24;
  border-bottom: solid 3px #ED1B24;
  text-transform: capitalize; }
  nav ul {
    max-width: 1230px; }
    nav ul ul {
      background: black; }
      nav ul ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: white; }
        nav ul ul li:hover {
          background: #ED1B24; }
          nav ul ul li:hover a {
            color: white !important; }
        nav ul ul li a {
          border-left: none !important;
          color: white !important;
          font-weight: 400;
          font-size: 90%; }
    nav ul li {
      border: none !important; }
      nav ul li + li a {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
      nav ul li a {
        display: inline;
        font-size: 16px;
        font-weight: 700;
        color: white; }
        nav ul li a.current {
          color: #ED1B24; }

.userinfo {
  margin-top: 2px;
  color: #d8d8d8; }
  .userinfo .logoutlink {
    color: #ED1B24; }
    .userinfo .logoutlink:hover {
      color: white; }

/* layout */
.row, #footer_wrapper #footer {
  width: 1230px;
  max-width: 100%; }

.postcontent {
  margin-bottom: 25px; }

#content_wrapper {
  background: none; }
  .login #content_wrapper {
    background: none; }

/* FOOTER */
#footer_wrapper {
  background: none; }
  #footer_wrapper #footer {
    background: black;
    margin-top: 0; }
    #footer_wrapper #footer div, #footer_wrapper #footer p {
      color: white;
      font-size: 12px; }
  #footer_wrapper a {
    color: #727272; }
    #footer_wrapper a:hover {
      color: #ED1B24; }

/* LOGIN PAGE */
.loginimage {
  background: url(../images/tceu_login_graphic.jpg) center top no-repeat;
  background-size: contain;
  width: 370px;
  margin: 0 auto; }

.logintext1, .logintext3 {
  display: none !important; }

article .relateddocuments h4 {
    color: #FFF;
}

@media all and (max-width: 767px) {
  .logoimage {
    width: 100%;
    background-position: center top !important; }

  .userinfo {
    color: white;
    margin-top: 0; }
    .userinfo .logoutlink {
      color: black; }
      .userinfo .logoutlink:hover {
        color: white; }

  nav > ul > li {
    background: black;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }
    nav > ul > li.haschildren {
      background: black; }
      nav > ul > li.haschildren li {
        background: black; }
        nav > ul > li.haschildren li a {
          text-decoration: none; } }

/*# sourceMappingURL=client.css.map */
