body{
  color: #004466;
}
h2 a{
  color: #004466;
}
.breadcrumb{
  background-color: transparent;
  border: 1px solid #4197B1;
}

.breadcrumb > li, .breadcrumb > .active, .breadcrumb > li a {
  text-shadow: none;
  color: #004466;
}

.btn{
  background: #3e7e83; /* Old browsers */
  background: -moz-linear-gradient(top,  #3e7e83 0%, #91ced8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e7e83), color-stop(100%,#91ced8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3e7e83 0%,#91ced8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3e7e83 0%,#91ced8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3e7e83 0%,#91ced8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #3e7e83 0%,#91ced8 100%); /* W3C */
}
.msie6 .btn, .msie7 .btn, .msie8 .btn{
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7e83', endColorstr='#91ced8',GradientType=0 ); /* IE6-8 */
}
.msie9 .btn{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlN2U4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWNlZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: none;
}
a:link.btn, a:visited.btn{
  text-shadow: none;
  color: #cffff5;
}


/* Sidebar navigation *************************************************************************************************/
.nav-justified > li{
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 3px;
  overflow: hidden;
}

.nav-justified > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: transparent;
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
/* END Sidebar navigation *********************************************************************************************/
/* Footer Navigation  *************************************************************************************************/
.footer hr{
  clear: both;
}
.footer .menu{
  height: 20px;
  float: left;
}
.footer .menu > li{
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-right: 8px;
  overflow: hidden;
  float: left;
}
.moduletable .coolgrays #js-mainnavcss3.megamenu{
  background: -webkit-linear-gradient(top, #FDFDFD, #ECF3F3);
  background: -moz-linear-gradient(top, #FDFDFD, #ECF3F3);
  background: -ms-linear-gradient(top, #FDFDFD, #ECF3F3);
  background: -o-linear-gradient(top, #FDFDFD, #ECF3F3);
  border: 1px solid #4197B1;
}
.footer .menu > li > a {
  padding: 3px 8px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.footer .menu  > .active > a,
.footer .menu  > .active > a:hover,
.footer .menu  > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

/* END Footer navigation **********************************************************************************************/
#initiativeS{
  float: right;
}
.article-info{
  font-size: 0.8em;
}
.body .container{
  max-width: 1240px;
}

.footer .container{
  max-width: 1240px;
  padding: 20px;
  margin-top: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.15);
}

.syntaxhighlighter .toolbar, .syntaxhighlighter .toolbar .toolbar_item.command_help{
  display: none !important;
}
.article-info-term{
  display: none;
}
img.logo{
  margin: 0 20px 15px 5px;
}
a:link{
  color: #091539;
}
a:hover{
  color: #102668;
}
div[itemprop="articleBody"] a:link, .nav-stacked a:link{
  text-decoration: underline;
}
div.pager a:link{
  text-decoration: none;
}
.item h2{
  padding-top: 15px;
  border-top: 1px solid #DADADA;
}
@media (min-width: 1500px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1240px;
  }
}
