/*Body typography*/
body {
  font-size: 16px;
  line-height: 1.475em;
}
/*Utilities*/
.red-border {
  border: 5px solid #b50029;
}
.drop-shadow {
  box-shadow: 0px 8px 16px -5px rgba(0, 0, 0, 0.75);
  position: relative;
}
/*top bar*/
.navbar {
  min-height: 90px;
  background-color: #f7f5f5;
  border: 0px;
  margin: 0px;
  padding: 0px 0;
}
/*Enlarge menu links*/
.navbar-nav > li > a {
  padding: 35px 15px;
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
}
/*Override hover and focus states*/
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #a7a9ac;
  color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/*Logo*/
.navbar-brand {
  padding: 5px;
}
.navbar-brand > img {
  height: 80px;
  margin-top: 0;
}
/*Navigation Toggle button*/
.navbar-toggle {
  margin: 28px 15px 28px 0;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}
/*Breadcrumb fix*/
.breadcrumb > li:nth-of-type(2):before {
  display: none;
}
.page-breadcrumb {
  background-color: #a7a9ac;
}
/*Callout container*/
.cta-skin {
  background-color: #a7a9ac;
}
/*Make a Difference button*/
.callout-btn {
  font-size: 32px;
  border-width: 4px;
  width: 100%;
}
@media (min-width: 996px) {
  .callout-btn {
    width: 80%;
  }
}
.main-container {
  min-height: 412px;
  padding: 70px 0;
}
.home .main-container {
  min-height: auto;
  padding: 0;
}
/*ASU logo background*/
.astate-logo {
  background-image: url(/../../../images/logo-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
/*Service boxes homepage*/
.blue-boxe {
  background-color: #1f1f1f;
  border: 5px solid #b50029;
}
.blue-boxe p,
.blue-boxe h3,
.blue-boxe i,
.blue-boxe a {
  color: #a5a6aa;
}
/*Recent News*/
.news-bg {
  background-image: url(/../../../images/events-background.jpg);
  background-repeat: no-repeat;
  /*background-size: contain;*/
  padding: 60px 0;
}
.recent-news-item img {
  width: 100%;
  border: 3px solid #b50029;
}
.recent-news-item h3 {
  font-size: 21px;
  color: #000;
  margin: 10px 0 5px;
}
.recent-news-item h4 {
  color: #b50029;
}
.recent-news-item span {
  float: right;
  color: #b50029;
  text-transform: uppercase;
  margin-top: 25px;
}
.recent-news-item span:hover {
  text-decoration: underline;
}
.event-box li,
.recent-news-footer {
  padding: 20px 15px;
  background-color: #1f1f1f;
}
.recent-news-footer {
  margin-top: 10px;
  text-align: right;
}
/*Ways to give home*/
.other-info {
  padding: 25px 0 40px;
  background: #fff;
}
.give-list li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.give-list li::before {
  content: "-";
  font-size: 21px;
  margin-left: -10px;
}
.give-list li strong {
  color: #000;
}
/*Support AState graphic*/
.support-astate {
  background-color: #181818;
  display: block;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 5px solid #b50029;
  margin: 44px 0;
}
.support-astate img {
  width: 100%;
}
.support-astate h2,
.support-astate h3 {
  color: #fff;
}
.support-astate h2 {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 4px;
}
.support-astate h3 {
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}
/*Footer*/
.footer-bottom {
  text-align: left;
}
/*Search Page*/
.btn-search {
  border: 2px solid #a7a9ac;
  background-color: transparent;
  height: 45px;
}
.btn-search:hover {
  background-color: rgba(167, 169, 172, 0.25);
}
.searchintro {
  margin-top: 10px;
}
.form-limit select {
  background-color: transparent;
  padding: 5px;
}
/*Error Pages*/
.block-error {
  height: 384px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff url(../../../images/block.gif) no-repeat 0 51px;
}
.block-error div {
  padding: 100px 40px 0 186px;
}
.block-error div h2 {
  display: block;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
  font-weight: normal;
}
/*RSForms Overrides*/
.formResponsive .formHorizontal .formControlLabel {
  width: 100%;
  text-align: left;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 0;
}
.formResponsive select.rsform-input-box,
.formResponsive textarea.rsform-text-box,
.formResponsive input[type="text"].rsform-input-box,
.formResponsive input[type="password"].rsform-input-box {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.formResponsive select,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  height: 34px;
}
.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
  display: inline-block;
  padding: 12px 25px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #b50029;
  color: #fff;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all .3s;
}
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover {
  background-color: #333;
  color: #fff;
  transition: all .3s;
}

.logo-image {
  max-width: 200px; 
  height: auto;
  margin: 10px auto 40px auto;
}
