.gray {
  background-color: #f5f5f5;
}

.white {
  background-color: #ffffff;
}

#aihc_headline {
  max-width: 600px;
  margin: 0px;
  padding: 0px;
}

.d-flex{
display:-ms-flexbox;
display:flex;
}
.programHeadline {
  background-color: #a90531;
  padding: 10px 15px;
  border: 2px solid #a90531;
  border-radius: 5px;
  text-align: center;
  max-width: 500px;
  margin: 10px auto;
  width: 100%;
}

#page-title {
  font-size: 3.2em;
  font-weight: 600;
  letter-spacing: 2px;
}

.feature-item img {
  width: 100%;
  max-width: 100px;
  margin: 0px auto;
}

.item-wrap {
  height: 12.5em;
}

img {
  padding: 10px 0px;
  max-width: 100%;
  text-align: center;
  margin: 0px auto;
  display: block;
}

svg {
  margin: 10px 0px;
}

.compact-title {
  margin: 2px 0px;
  font-size: 1.1em;
}

.compact-subtitle {
  font-size: 0.8em;
  line-height: 1em;
}

/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.heading-font {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}
.body-font {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
}
.alt-font {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #a90531;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
}

h2,
h3 {
  line-height: 3rem;
}

p,
ul > li {
  font-size: 1.2em;
  line-height: 2.4rem;
}

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 1px;
  color: #a90531;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #a90531;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #a90531 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #a90531;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #a90531;
  }
}
#header {
  background: #a90531;
  /* fallback for old browsers */
  background: url("/img/bg-pattern.png"), -webkit-linear-gradient(to left, #c50c3e, #a90531);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("/img/bg-pattern.png"), linear-gradient(to left, #c50c3e, #a90531);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  padding: 30px 0px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  #header {
    margin-top: 50px;
    padding-top: 30px;
  }
}

section {
  padding: 30px 0;
}

.section-heading {
  margin-bottom: 10px;
}

.section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}

section.features .feature-item {
  text-align: center;
  margin-bottom: 40px;
}

section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #c50c3e, #a90531);
  background: linear-gradient(to left, #c50c3e, #a90531);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}

footer {
  background-color: #222222;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.3);
}

footer img {
  height: 100px;
}

footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #a90531;
  color: white;
}
.text-primary {
  color: #a90531;
}

.text-secondary {
  color: #c50c3e;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #a90531;
  border-color: #a90531;
}
.btn {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
  white-space: normal;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
