/* Clearing
==================================================================================================== */
#main:after,
#content:after,
#footer:after,
div.featurebox:after,
div.featurebox div.content:after,
#core-attributes:after,
#further-reading div.item:after,
ul.people:after,
div.post:after,
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }


/* General Structure
==================================================================================================== */
body {
  background: url(bg.png) repeat 0 0;
  margin: 0;
  padding: 22px 0 30px;
}

/* General Styles
==================================================================================================== */
a img {	border: none; }


/* General Typography
==================================================================================================== */
body {
  color: #535454;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0 0 18px;
}
h1, h2 {
  font: normal 300 30px/1 "museo-1", "museo-2", Georgia, "Times New Roman", Times, serif;
}
h1 {
  color: #1a232e;
  margin: 0 0 10px;
}
h2 {
  color: #010101;
  font-size: 20px;
}
h1 strong,
h2 strong {
  color: #24afca;
  font-weight: 700;
}
ol, ul {
  margin-left: 40px;
  padding: 0;
}
p:last-child {
  margin: 0;
}
a {
  color: #18999e;
  text-decoration: none;
}

/* Main
==================================================================================================== */
#main {
  clear: both;
  padding: 20px 0 30px;
}
body.homepage #main {
  padding-top: 0;
}

/* Transparent Boxes -------------------------------------------------- */
div.featurebox, div.dobox, div.donotbox {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 12px;
}
div.featurebox div.corners, div.dobox div.corners, div.donotbox div.corners {
  display: none;
}

div.featurebox {
  background: url(featurebox-bg.png) repeat 0 0;
  padding: 30px;
}
div.featurebox h2 {
  color: #078699;
}

div.attribute {
  margin: 20px 0;
}

/* Core Elements -------------------------------------------------- */
#home-core-elements h2 {
  color: #000;
  margin: 0 0 20px;
}

/* Core Attributes -------------------------------------------------- */
#home-core-elements div.intuitive h2 {
  color: #df732c;
}
#home-core-elements div.agile h2 {
  color: #1c979c;
}
#home-core-elements div.profitable h2 {
  color: #747374;
}

/* Footer
==================================================================================================== */
#footer {
  border-top: 1px dashed #b8b8b8;
  clear: both;
  color: #6f757b;
  font-size: 11px;
  line-height: 10px;
  padding: 15px 0 0;
}
#footer ul {
  float: left;
  list-style: none;
  margin: 0;
}
#footer div.notice {
  float: right;
}

/* 2016-09-07 Responsive update */


p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
}

a {
  color: #18999e;
  text-decoration: none;
}

a:hover, a:focus {
  color: #18999e;
  text-decoration: none;
}

h2 {
  color: #010101;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.0;
}

.navbar-toggle {
  border: 1px solid #7d7d7d;
  margin-top: 33px;
}

.navbar-brand {
  padding: 0;
  height: 100%;
}

.navbar {
  min-height: 99px;
  border-bottom: 1px dashed #b8b8b8;
}

.navbar .navbar-nav {
  margin-top: 35px;
}

.intro, .intro-image {
  margin: 30px;
}

.intro h1 {
  font-weight: 700;
  color: #19384f;
  display: inline;
  font-size: 33px;
}

.intro h1 strong {
  color: #24afca;
}

.intro h2 {
  color: #19384f;
  display: inline;
  font-size: 33px;
  font-weight: 300;
}

.intro p {
  margin: 18px 0;
}

.featurebox {
  padding: 30px;
  margin-bottom: 30px;
  background: rgba(214, 226, 228, 0.4);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.featurebox h2 {
  font-size: 20px;
}

.featurebox img {
  display: block;
  margin: 0 auto;
}

.featurebox .intuitive h2 {
  color: #df732c;
}

.featurebox .agile h2 {
  color: #1c979c;
}

.featurebox .profitable h2 {
  color: #747374;
}
