@import '//cloud.typography.com/6432632/737048/css/fonts.css';
@import '//fonts.googleapis.com/css?family=Open+Sans:400,700,600';
html,
html body {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B', "Open Sans", arial !important;
}
html h1,
html body h1,
html h2,
html body h2,
html h3,
html body h3,
html h4,
html body h4,
html h5,
html body h5,
html p,
html body p {
  font-family: 'Gotham Narrow A', 'Gotham Narrow B', "Open Sans", arial !important;
}
.search-jobs-form .search-jobs-input label.search-jobs {
  margin-left: 0px;
}
body {
  color: #333;
  background: #f2f2f2;
  background-position-y: 600px;
  background-position-x: 60px;
}
body a {
  color: #ED0033;
}
body a:hover {
  color: #ED0033;
}
.layout .main-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .layout .main-content {
    padding-bottom: 70px;
  }
}
.content {
  padding: 10px 10px 25px 25px;
}
.under-nav {
  background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.under-nav .container {
  padding: 25px 10px 10px 25px;
}
.under-nav .container.with-banner .banner-info h2 {
  color: #fff;
}
.under-nav a:not(.btn) {
  color: #ED0033;
}
.navbar-default .container {
  background: #fff;
}
.panel-default {
  background: #fff;
}
.panel-default .panel-heading {
  background: #990033;
  color: #fff;
  font-size: 16px;
}
.panel-default .panel-heading a:not(.btn) {
  color: #fff;
}
.list-group-item {
  background: none;
}
h1,
h2,
h3 {
  color: #990033;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: bold;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #a20c32;
  border-color: #a20c32;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #a20c32;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #a20c32;
  border-color: #a20c32;
}
.pagination > li > a,
.pagination > li > span {
  color: #a20c32;
}
.alert {
  color: #fff;
  border: none;
  border-radius: 0;
}
.alert strong {
  font-size: 16px;
}
.alert a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
.alert a.btn {
  text-decoration: none;
}
.alert .btn {
  background: none !important;
  font-weight: bold;
  font-size: 13pt;
  border: solid #fff 2px !important;
  border-left: none !important;
  padding: 8px 14px;
  color: #fff;
  border-radius: 0;
  padding-left: 0;
  margin-left: 15px;
}
.alert .btn:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.alert.alert-info {
  background-color: white !important;
  color: #990033;
  border: solid 3px #990033;
}
.alert.alert-info a {
  color: #333;
}
.alert.alert-info .btn {
  background: none !important;
  font-weight: bold;
  font-size: 13pt;
  border: solid #990033 2px !important;
  border-left: none !important;
  padding: 8px 14px;
  color: #990033;
  border-radius: 0;
  padding-left: 0;
}
.alert.alert-success {
  color: black;
}
.alert.alert-danger {
  background-color: #990033;
}
.alert.alert-warning {
  background-color: #E1B4AF;
  color: black;
}
.panel,
.panel-heading {
  border-radius: 0;
}
.btn-primary,
.btn-success {
  border-color: #80002a;
  background-color: #990033;
}
.btn-primary:hover,
.btn-success:hover {
  background-color: #b3003b;
  border-color: #990033;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-success:active:focus,
.btn-primary:active:hover,
.btn-success:active:hover {
  color: #fff;
  background-color: #80002a;
  border-color: #990033;
}
.panel-heading .btn {
  background: none !important;
  font-weight: bold;
  font-size: 8pt;
  border: solid #fff 2px !important;
  padding: 2px 4px;
  color: #fff;
  border-radius: 0;
}
.panel-heading .btn:hover {
  background: #b3003b !important;
}
.panel-body .btn {
  background: #990033 !important;
  font-weight: bold;
  font-size: 8pt;
  border: none !important;
  padding: 8px 10px;
  color: #fff;
  border-radius: 0;
}
.panel-body .btn:hover {
  background: #b3003b !important;
}
.panel-default.panel-html .panel-body,
.panel-default.fullimage .panel-body {
  padding: 0;
}
.panel-footer a,
.panel-body a,
list-group-item div a {
  color: #ED0033;
}
