@charset "UTF-8";
.navbar .navbar-brand {
  color: #2C343B;
}

.navbar-nav li:hover {
  background-color: #fed479;
  color: #922642;
}

.nav-tabs {
  border-bottom: 1px solid #bababa;
}

.nav-tabs > li {
  background-color: #e8e8e8;
  float: left;
}

.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid #bababa;
  font-size: 1.6rem;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #fed479;
  color: #922642;
  outline: none;
}

/* Nav pills customization */
.nav-pills {
  background-color: #e8e8e8;
  border-bottom: 1px solid #bababa;
  width: 100%;
}

.nav-pills li {
  border-right: 1px solid #bababa;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav-pills li:last-of-type {
  border-right: none;
}

.nav-pills li + li {
  margin: 0px;
}

.nav-pills li a {
  border-radius: 0;
  color: #005f7a;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.nav-pills li a:focus, .nav-pills li a:hover {
  background-color: #fed479;
  color: #922642;
  outline: none;
}

.nav-pills > li.active > a {
  background-color: #007FA3;
  color: white;
}

.nav-pills-inverse li {
  display: inherit;
}

.nav-pills-inverse li:before {
  content: "";
  padding: 0;
}

.nav-pills-inverse li a {
  border: none;
  border-radius: 0px;
  color: #006b8a;
  font-size: 1.6rem;
  font-weight: 400;
}

.nav-pills-inverse li a:hover {
  background-color: #2C343B;
  color: #F5F5F5;
}

.nav-pills-inverse li a:focus {
  background-color: #fed479;
  color: #A62B4B;
}

.nav-pills-inverse li.active a {
  background-color: #2C343B;
  border-radius: 0px;
  color: #F5F5F5;
  font-weight: 400;
}

.nav-pills-inverse li.active a:hover {
  background-color: #2C343B;
  color: #F5F5F5;
}

.nav-pills-inverse li.active a:focus {
  background-color: #fed479;
  color: #A62B4B;
}

.nav-pills-inverse h5 {
  display: inline-block;
  float: left;
  padding: 0rem 1.8rem;
}

.nav-pills-inverse > li + li {
  margin: 0px;
}

cite, small {
  font-size: 85%;
}

strong, b, dt {
  font-weight: 600;
}

em {
  color: #922642;
  font-style: italic;
}

ul.list--square {
  list-style: square inside none;
}

blockquote {
  font-size: 110%;
  background-color: white;
  border-color: #24cfff;
  margin-bottom: 1rem;
}

blockquote:after, blockquote:before {
  color: #24cfff;
  content: close-quote;
  font-family: Serif;
}

blockquote:before {
  content: open-quote;
  margin-left: -1rem;
}

cite {
  float: right;
}

cite:before {
  content: "— ";
}

code {
  background-color: #f0f0f0;
  color: #922642;
  padding: 0.5rem;
}

abbr {
  border-bottom: 1px dotted #05C3DE;
  cursor: help;
}

mark {
  background-color: #fff0cf;
  color: #8a243e;
  font-weight: 400;
  padding: 0rem;
}

samp {
  background-color: #2C343B;
  border-radius: 4px;
  color: #67e9fc;
  font-size: 90%;
  font-family: "andale mono";
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0.5rem 1.0rem;
}

sup, sub {
  font-size: 85%;
  position: relative;
  top: -0.4rem;
  vertical-align: baseline;
}

sub {
  top: 0.4rem;
}

u {
  text-decoration: underline;
  border-bottom: 1px solid;
}

kbd {
  padding: 0.1em 0.6em;
  border: 1px solid #bababa;
  background-color: #F5F5F5;
  color: #2C343B;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  border-radius: 2px;
  display: inline-block;
  font-family: Sans-serif;
  font-size: 105%;
  margin: 0 0.1em;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  white-space: nowrap;
}

.lead {
  line-height: 1.5;
  max-width: 700px;
}

.sidebar_left, .sidebar_right {
  color: #007394;
  float: left;
  font-weight: 600;
  padding-right: 1rem;
  max-width: 225px;
}

.sidebar_right {
  float: right;
  padding-left: 1rem;
  padding-right: 0rem;
}

.example_text {
  background-color: #fdfdfd;
  border-bottom: 1px dotted #bababa;
  border-top: 1px dotted #bababa;
  margin-top: 2.5rem;
  padding: 0rem 1rem 2.75rem 1rem;
}

.example_text:before {
  font-size: 75%;
  color: #7A7A7A;
  content: "Example:";
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  top: -1.5rem;
  left: -1rem;
  text-transform: uppercase;
}

.text-brand-1 {
  color: #007FA3;
}

.text-brand-2 {
  color: #05C3DE;
}

.text-brand-3 {
  color: #EC1944;
}

.text-brand-4 {
  color: #A62B4B;
}

.text-brand-5 {
  color: #6F9F77;
}

.text-highlight {
  color: #FEB313;
}

*, *::after, *::before {
  box-sizing: border-box;
}

header {
  background-color: #EC1944;
  border-bottom: 1px solid #bababa;
  color: #F5F5F5;
  margin: 0;
  padding: 0;
}

header h1 {
  font-size: 16px;
  margin: 0;
  padding: 0.5rem 0rem 1rem 2rem;
}

.container-fluid {
  background-color: #F5F5F5;
  border: 1px solid #bababa;
  color: #2C343B;
  height: 100%;
  margin: 0px;
  max-height: 500px;
  max-width: 900px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
}

.nav-pills li {
  width: calc(100% / 4);
}

/* Tab pane customization */
.tab-content {
  background-color: #F5F5F5;
}

.tab-pane {
  background: url("../images/historical_concept_bg.png") no-repeat;
  background-size: contain;
  min-height: 456px;
  padding: 2rem;
}

.tab-pane h2, .tab-pane h3 {
  letter-spacing: 1px;
}

.tab-pane h2 {
  margin: 4rem 0rem 0rem 0rem;
}

.tab-pane h3 {
  margin: 0.5rem 0rem 1.5rem 0rem;
}

.tab-pane p {
  font-size: 1.8rem;
  line-height: 1.5;
  max-width: 500px;
}

.tab-pane svg {
  display: block;
  fill: #EC1944;
  margin: 4rem auto 0rem auto;
  vertical-align: middle;
}

.row {
  margin: 0px;
}
