body {
  margin: 0px; }

.xs-full-width {
  float: left;
  width: 100%; }

.xs-one-half {
  float: left;
  width: 50%; }

@media screen and (min-width: 768px) {
  .md-one-half {
    float: left;
    width: 50%; }

  .md-one-third {
    float: left;
    width: 33.3333333333%; }

  .md-two-thirds {
    float: left;
    width: 66.6666666666%; }

  .md-one-fourth {
    float: left;
    width: 25%; } }
a {
  color: #592A8A; }

blockquote > a {
  color: #592A8A;
  text-decoration: none;
  border-bottom: 1px solid #9b7fb9; }
  blockquote > a:visited {
    color: #592A8A;
    text-decoration: none;
    border-bottom: 1px solid #9b7fb9; }
  blockquote > a:hover {
    color: #592A8A;
    text-decoration: none;
    border-bottom: 1px solid #592A8A; }
  blockquote > a:active {
    color: #592A8A;
    text-decoration: none;
    border-bottom: 1px solid #592A8A; }

p > a {
  color: #592A8A;
  text-decoration: none;
  border-bottom: 1px solid #9b7fb9; }
  p > a:visited {
    color: #592A8A;
    text-decoration: none;
    border-bottom: 1px solid #9b7fb9; }
  p > a:hover {
    color: #592A8A;
    text-decoration: none;
    border-bottom: 1px solid #592A8A; }
  p > a:active {
    color: #592A8A;
    text-decoration: none;
    border-bottom: 1px solid #592A8A; }

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

.ecu-cs-accessible {
  position: absolute;
  top: -1000px; }

.pull-right {
  float: right; }

.clearfix {
  clear: both; }

.global-nav-wrapper {
  box-sizing: border-box;
  background-color: #42145F;
  height: 70px;
  color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .global-nav-wrapper {
      margin-left: 0px;
      margin-right: 0px; } }
  .global-nav-wrapper .global-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .global-nav-wrapper .global-nav {
        width: 724px; } }
    @media screen and (min-width: 992px) {
      .global-nav-wrapper .global-nav {
        width: 940px; } }
    @media screen and (min-width: 1200px) {
      .global-nav-wrapper .global-nav {
        width: 960px; } }
    .global-nav-wrapper .global-nav .brand {
      padding-left: 20px; }
      @media screen and (min-width: 768px) {
        .global-nav-wrapper .global-nav .brand {
          padding-left: 0px; } }
      .global-nav-wrapper .global-nav .brand img {
        height: 38px;
        padding-top: calc((70px - 38px) / 2); }
    .global-nav-wrapper .global-nav #btn-resources {
      background-color: #592A8A;
      height: 70px;
      line-height: 70px;
      padding-left: 20px;
      padding-right: 20px; }
      .global-nav-wrapper .global-nav #btn-resources a {
        color: #FFFFFF; }
        .global-nav-wrapper .global-nav #btn-resources a:hover, .global-nav-wrapper .global-nav #btn-resources a:focus {
          color: #FEC923;
          cursor: pointer; }

.resources-menu-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 999999999;
  width: 100%;
  background-color: #592A8A;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Oswald", sans-serif;
  display: none; }
  @media screen and (min-width: 768px) {
    .resources-menu-wrapper {
      margin-left: 0px;
      margin-right: 0px; } }
  .resources-menu-wrapper #resources-menu {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 768px) {
      .resources-menu-wrapper #resources-menu {
        width: 724px;
        padding-left: 0px;
        padding-right: 0px; } }
    @media screen and (min-width: 992px) {
      .resources-menu-wrapper #resources-menu {
        width: 940px; } }
    @media screen and (min-width: 1200px) {
      .resources-menu-wrapper #resources-menu {
        width: 960px; } }
    .resources-menu-wrapper #resources-menu #search .input-group {
      width: 100%;
      position: relative; }
      .resources-menu-wrapper #resources-menu #search .input-group #search-input {
        display: block;
        border-right: none;
        border-radius: 0px;
        width: 92%; }
      .resources-menu-wrapper #resources-menu #search .input-group .btn {
        position: absolute;
        top: 0px;
        right: 10px;
        border-radius: 0px; }
    .resources-menu-wrapper #resources-menu #resource-links h2 {
      text-transform: uppercase;
      margin: 0px 0px 4px 0px;
      border-bottom: 1px solid #FFFFFF;
      color: #FFFFFF;
      display: block;
      font-weight: 400;
      padding-bottom: 5px;
      line-height: 24px; }
    .resources-menu-wrapper #resources-menu #resource-links ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .resources-menu-wrapper #resources-menu #resource-links ul li {
        padding-top: 2px;
        padding-bottom: 2px; }
        .resources-menu-wrapper #resources-menu #resource-links ul li a {
          color: #FFFFFF; }
          .resources-menu-wrapper #resources-menu #resource-links ul li a:hover {
            color: #FEC923;
            text-decoration: none; }

.ecu-footer-wrapper {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.1em; }
  .ecu-footer-wrapper .ecu-footer {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .ecu-footer-wrapper .ecu-footer {
        width: 724px; } }
    @media screen and (min-width: 992px) {
      .ecu-footer-wrapper .ecu-footer {
        width: 940px; } }
    @media screen and (min-width: 1200px) {
      .ecu-footer-wrapper .ecu-footer {
        width: 960px; } }
    .ecu-footer-wrapper .ecu-footer hr {
      padding-top: 20px;
      padding-bottom: 20px;
      border: 0;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #FFFFFF; }
    .ecu-footer-wrapper .ecu-footer a {
      color: #592A8A;
      text-decoration: none;
      border-bottom: 1px solid #bf9ee2; }
      .ecu-footer-wrapper .ecu-footer a:hover {
        text-decoration: none;
        border-bottom: 1px solid #592A8A; }
    .ecu-footer-wrapper .ecu-footer .ecu-footer-name {
      font-weight: 500; }
    .ecu-footer-wrapper .ecu-footer #access-links {
      text-align: left; }
      @media screen and (min-width: 768px) {
        .ecu-footer-wrapper .ecu-footer #access-links {
          text-align: right; } }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto rgba(133, 78, 182, 0.4);
  outline-offset: -2px; }
.btn.btn-primary {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #592A8A;
  background-image: -moz-linear-gradient(top, #854eb6, #592A8A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#854eb6), to(#592A8A));
  background-image: -webkit-linear-gradient(top, #854eb6, #592A8A);
  background-image: -o-linear-gradient(top, #854eb6, #592A8A);
  background-image: linear-gradient(to bottom, #854eb6, #592A8A);
  background-repeat: repeat-x;
  border-color: #592A8A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#854eb6', endColorstr='$ecu-purple', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #FFFFFF;
    background-color: #592A8A; }
  .btn.btn-primary .active, .btn.btn-primary .disabled, .btn.btn-primary [disabled] {
    color: #FFFFFF;
    background-color: #592A8A; }

#csLoginButton {
  position: absolute;
  right: 40px;
  top: 4px;
  z-index: 950;
  background-color: #592A8A;
  padding: 10px 20px;
  border-radius: 4px; }
  #csLoginButton a {
    color: #FEC923; }

textarea:focus {
  border-color: rgba(133, 78, 182, 0.4);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6); }

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: rgba(133, 78, 182, 0.4);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6); }
input[type="file"], input[type="radio"], input[type="checkbox"] {
  outline: thin dotted #333;
  outline: 5px auto rgba(133, 78, 182, 0.4);
  outline-offset: -2px; }

select:focus {
  outline: thin dotted #333;
  outline: 5px auto rgba(133, 78, 182, 0.4);
  outline-offset: -2px; }

.uneditable-input:focus {
  border-color: rgba(133, 78, 182, 0.4);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(133, 78, 182, 0.6); }

/* Styles for the log in box. */
.lightboxTopCorner {
  margin-bottom: -4px !important;
  /* resolve conflict with bootstrap */ }
  .lightboxTopCorner img {
    height: 10px !important;
    /* resolve conflict with bootstrap */ }

.lightboxBottomCorner {
  margin-top: -6px !important;
  /* resolve conflict with bootstrap */ }
  .lightboxBottomCorner img {
    height: 10px !important;
    /* resolve conflict with bootstrap */ }

.lightboxSubTitleContainer h2 {
  line-height: 18px !important;
  /* resolve conflict with bootstrap */ }

/*# sourceMappingURL=ecu-2018-redesign.css.map */
