/* ========================================================== */
/* === LATEST CORE 2.O CUSTOM STYLES ======================== */
/* ========================================================== */
/* ========================================================== */
/* === 1.0 OVERALL HTML ELEMENTS ============================ */
body {
  background-color: #b0bda8; }

/* WebFont Stack 1 - Normal Weight */
@font-face {
  font-family: "futurapro-normal";
  src: url("fonts/futurapro/futurapro-normal.eot");
  src: url("fonts/futurapro/futurapro-normal.eot?#iefix") format("embedded-opentype"), url("fonts/futurapro/futurapro-normal.woff") format("woff"), url("fonts/futurapro/futurapro-normal.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* WebFont Stack 2 - Bold, Black, or Heavy */
@font-face {
  font-family: "futurapro-bold";
  src: url("fonts/futurapro/futurapro-bold.eot");
  src: url("fonts/futurapro/futurapro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/futurapro/futurapro-bold.woff") format("woff"), url("fonts/futurapro/futurapro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }
/* Links */
a {
  color: #000000;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #000000;
  text-decoration: none; }

.stage_nav a {
  text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "futurapro-bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Text Selection */
::-moz-selection {
  color: #fff;
  background: #300CD2; }

::selection {
  color: #fff;
  background: #300CD2; }

/* ========================================================== */
/* === 2.0 BOOTSTRAP COMPONENTS ============================= */
/* === PAGE NAVIGATOR (pager) =============================== */
.pager li > a,
.pager li > span {
  color: #a6bcba;
  background-color: transparent;
  border: 2px solid #a6bcba; }

.pager li > a:hover,
.pager li > a:focus {
  background-color: #a6bcba;
  color: #fff; }

/* === DROPDOWN MENUS ======================================= */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #a6bcba; }

/* === PILLS ================================================ */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #f3f7eb; }

/* === PRIMARY BUTTON ========================================
.btn-primary {
  background-color: $module-color1;
  background-image: -webkit-linear-gradient(top, $module-color1 0%, $module-color4 100%);
  background-image: -o-linear-gradient(top, $module-color1 0%, $module-color4 100%);
  background-image: linear-gradient(to bottom, $module-color1 0%, $module-color4 100%);
  background-repeat: repeat-x;
  border-color: $module-color1;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: $module-color4;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: $module-color4;
  border-color: $module-color3;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #B9B287;
  background-image: none;
  border-color: $module-color4;
} */
/* ========================================================== */
/* === 3.0 LATEST CORE 2 COMPONENTS ========================= */
/* === MODULE HEADER ======================================== */
#module-title {
  color: #fff;
  font-family: "futurapro-bold";
  font-size: 25px;
  line-height: 25px;
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  padding-top: 25px; }

#module-title small, .module-title small {
  color: #f3f7eb;
  font-weight: normal !important; }

/* Module Title Media Queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #module-title {
    font-size: 31px;
    line-height: 31px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #module-title {
    font-size: 33px;
    line-height: 33px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #module-title {
    font-size: 37px;
    line-height: 37px;
    /* text-align:left;
    padding-left:16px; */ } }
#module-credit {
  color: #fff;
  font-family: "futurapro-bold";
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  font-size: 12px; }

/* === MODULE NAVIGATION MENU =============================== */
.module-nav li.active a,
.module-nav li.active a:focus,
.module-nav li.active a:hover {
  background-color: #a6bcba; }

/* === MODULE UNIT/CHAPTER DROPDOWN MENU ==================== */
.unit-header {
  background: #a6bcba;
  color: #fff; }

#collapsible-toc .panel-default .panel-heading {
  background: #a6bcba;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important; }

#collapsible-toc .panel-default .panel-heading a,
#collapsible-toc .panel-default .panel-heading a:hover,
#collapsible-toc .panel-default .panel-heading a:active {
  color: #fff !important; }

/* === BACK TO TOP BUTTON =================================== */
.back-top a {
  color: #ccc;
  text-decoration: none; }

.back-top a:hover {
  color: #cac8bc;
  text-decoration: none; }

/* === IMAGE AND TEXT CAPTIONS ============================== */
.image-caption, .text-caption {
  background: #d7d7d7; }

/* ========================================================== */
/* === 4.0 MODULE-SPECIFIC COMPONENTS ======================= */
body#splash-page {
  background-color: #b0bda8; }

#splash-page .module-title {
  margin-top: 10px;
  font-size: 37.5px; }

#splash-page #module-footer {
  background-color: #f3f7eb; }

#splash-page .footer-text a {
  color: #000; }

#asmet-h2 {
  color: #C0AC63;
  text-shadow: 2px 2px 0px #431D12, -2px -2px 0px #431D12; }

#asmet-text {
  color: #C0AC63; }

#module-splash-sidebar {
  margin-top: 20px;
  background: rgba(104,151,147,0.6) none repeat scroll 0% 0%; }

#splash-page .launch-module {
  font-size: 24px; }

.module-splash-nav li a {
  color: #fff; }

.module-splash-nav li a:hover,
.module-splash-nav li a:active {
  color: #fff; }

#module-topbanner {
  background-image: url("../assets/module-banner.jpg");
  background-repeat: no-repeat;
  background-size: 1168px 170px;
  background-position: top center; }

#module-wrapper {
  border: none !important;
  background-color: #f3f7eb; }

#collapsible-toc {
  border: none !important;
  background-color: #f3f7eb; }

#module-content {
  background-color: #fff;
  min-height: 640px; }

body.dyn #module-footer,
body.prt #module-footer {
  margin-top: 0px;
  background-color: #fff; }

#toc-panel {
  border: none !important; }

#collapsible-toc a {
  text-decoration: none; }
  
body#splash-page #module-footer {
    color: #000 !important;
    text-shadow: none;
}
#collapsible-toc ul ul ul {
    padding-left: 15px;
}
a#module-title {
    padding-top: 50px;
}
#splash-img-credit {
	color: #fff;
	text-shadow: 2px 2px 0px #000;
}
.tableset1 {
  margin: 10px auto; }

.tableset1 thead {
  font-size: 16px;
  font-weight: bold;
  background-color: #d3e4e4;
  border-bottom: 2px solid #085D4B; }

.tableset1 tbody {
  background-color: #f7f9f2; }

.tableset1 th {
  text-align: center;
  vertical-align: middle !important; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td, .tableset1 {
  border: 1px solid #888; }
  
  .tabs-container {
  margin-top: 20px;
  margin-bottom: 20px; }
  
  #module-splash-container {
    padding-top: 2%;
}