.gray {
  background-color: #f5f5f5;
}

.white {
  background-color: #ffffff;
}

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

.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: 'Fira', 'Inter', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
}
.body-font {
  font-family: 'Fira', 'Inter', '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: 'Fira', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  color: #a90531;
}
a:hover,
a:focus {
  color: #a90531;
}
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: 'Fira', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
}

h1 {
	padding-bottom: 15px;
}

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

h4 {

	line-height: 125%;
	padding-bottom: 10px;
}

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;
  letter-spacing: 0.2px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Fira', sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Libre Franklin', 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: url("bg-pattern.png"), linear-gradient(to left, #811212, #a10c0c);
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
  }
  .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;
  }
}

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;
}


/* People */


.circular {
  border-radius: 50%;
  width: 130px;
  padding-bottom: 8px;
}

.person {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px;
}

.separator {
	width: 80px;
	display: block;
}

.people {
	display: flex;
	flex-shrink: 1;
	flex-wrap: wrap;
}

.collection {
	display: flex;
	justify-content: space-between;
}

.inline {
	display: inline;
}%

.talk {
	margin: 0 0 0 0;
	font-family: 'Fira Sans', sans-serif;
}
.talk ul {
	margin: 0 0 0px 0px;
	padding-left: 0px;
	padding-bottom: 5px;

}
.talk li {
	list-style-type: none;
    line-height: 130%;
	margin: 0 0 0px 0px;
}

.venue {
	padding-top: 3px;
}

h5 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 4px;
	margin-top: 15px;
}

.thrusts li {
  line-height: 125%;
  padding-bottom: 8px;
}
