/*
 * Base structure
 */
html,
body {
  height: 100%;
  color: #262223;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B', Arial, helvetica, sans-serif;
  font-weight: bold;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 15px 0;
}
h1,
h2,
h3 {
  color: #990033;
  text-transform: uppercase;
}
h1 {
  font-size: 52px;
  line-height: 54px;
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
h2 {
  font-size: 32px;
  line-height: 34px;
}
@media all and (max-width: 1024px) {
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
h3 {
  font-size: 24px;
  line-height: 26px;
}
@media all and (max-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.alert {
  border-radius: 0;
}
p {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B', Arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
a,
.btn-link {
  color: #990033;
  font-weight: bold;
}
a:hover,
.btn-link:hover {
  color: #FF5C5E;
}
.btn-primary {
  background-color: #FFF;
  border-color: #ff0033;
  border-width: 2px;
  border-left: none;
  border-radius: 0;
  color: #ff0033;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #FFF;
  border-color: #ff6666;
  color: #ff6666;
}
.form-control {
  border: 2px solid #EEEEEE;
  box-shadow: none;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-control:focus {
  border: 2px solid #990033;
  box-shadow: none;
}
.text-muted {
  color: #FF5C5E;
}
.well {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #eaebea;
  border-color: #eaebea;
}
#header {
  padding-bottom: 40px;
}
.logo {
  background-image: url(../img/UWSLOGO.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 300px;
  height: 44px;
  display: inline-block;
}
.logo:hover {
  opacity: 0.8;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 45px 15px;
  border: 1px solid #c4c2c3;
}
@media all and (max-width: 1024px) {
  .inner {
    padding: 30px 0;
    border: none;
  }
}
.mastfoot {
  padding: 20px;
}
#footer {
  margin-top: 40px;
}
#footer,
#footer p {
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', Georgia, Times New Roman, serif;
  color: #262223;
}
#footer a,
#footer p a {
  /* color: #262223; */
  /* font-weight: bold; */
    color: #ED0033;
    text-decoration: none;
}
/*
 * Affix and center
 */
#primary-header {
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    float: left;
  }
  .mastfoot {
    float: left;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 950px;
  }
}
.focused {
  color: #990033;
}
h1 {
  margin-top: 0;
}

h1.apptitle {
	float: right;
	margin: 0;
}

h2.apptitle {
	float: right;
	margin: 0;
}