/* Axol */
.c-axol-btn {
  color: rgb(16, 74, 122);
  font-size: 0.94rem;
  border: none;
  outline: none;
  padding: 0.7rem 1.5rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 0 0 1px rgb(16, 74, 122), inset 0 -3px rgb(16, 74, 122);
  margin: 1rem 0;
}
.c-axol-btn:hover {
  color: rgb(35, 145, 193);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2), inset 0 0 0 1px rgba(35, 145, 193, 1), inset 0 -3px rgba(35, 145, 193, 1);
}
.c-axol-btn:active {
  transform: translateY(0px);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 0 0 1px rgb(16, 74, 122), inset 0 -3px rgb(16, 74, 122);
}
.c-axol-btn:focus {
  color: #aaa;
}
.c-axol-btn--simple-cta {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(16, 74, 122, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 2.25rem;
  padding: 1rem;
  line-height: 1.6;
}
.c-axol-btn--simple-cta:hover {
  color: rgb(16, 74, 122);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgb(16, 74, 122), inset 0 -3px rgb(16, 74, 122);
}
.c-axol-btn--simple-cta--lblue {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(35, 145, 193, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.c-axol-btn--simple-cta--lblue:hover {
  color: rgb(35, 145, 193);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgb(35, 145, 193), inset 0 -3px rgb(35, 145, 193);
}
.c-axol-btn--rounded {
  border-radius: 4px;
}
.c-axol-btn--column {
  width: 100%;
  text-align: center;
}
.u-hidden {
  visibility: hidden;
}

.u-bg-axol {
  background-color: rgb(16, 74, 122);
}

.u-bg-axol-lb {
  background-color: rgb(35, 145, 193);
}

.text-white {
  color: white;
}
/* Bootstrap */
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.well {
  font-size: 1.6rem;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* Other */
h3 {
  font-size: 1.3rem;
}
img {
  max-width: 100%;
}
#page-title {
  background-color: rgb(16, 74, 122);
  padding: 50px 0;
  margin-bottom: 20px;
}
#page-title h1 {
  color: white;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 28px;
}
#page-title span {
  color: rgb(200, 200, 200);
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
}