/* ========================================================== */
/* === LATEST CORE 2.O CUSTOM STYLES ======================== */
/* ========================================================== */
/* ========================================================== */
/* === 1.0 OVERALL HTML ELEMENTS ============================ */
body {
  background-color: #26262F; }

/* 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: #0A64AC;
  text-decoration: none; }

a:hover,
a:focus {
  color: #00C800;
  text-decoration: underline; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "futurapro-normal", "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: #284591;
  background-color: transparent;
  border: 2px solid #284591; }

.pager li > a:hover,
.pager li > a:focus {
  background-color: #284591;
  color: #fff; }

/* === DROPDOWN MENUS ======================================= */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #284591; }

/* === PILLS ================================================ */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #535354; }

/* === PRIMARY BUTTON ======================================== */
.btn-primary {
  background-color: #00C800;
  background-image: -webkit-linear-gradient(top, #00C800 0%, #008B00 100%);
  background-image: -o-linear-gradient(top, #00C800 0%, #008B00 100%);
  background-image: linear-gradient(to bottom, #00C800 0%, #008B00 100%);
  background-repeat: repeat-x;
  border-color: #00C800;
  color: #fff !important; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #008B00;
  background-position: 0 0; }

.btn-primary:active,
.btn-primary.active {
  background-color: #008B00;
  border-color: #535354; }

.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #B9B287;
  background-image: none;
  border-color: #008B00; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #00C800;
  color: #fff; }

/* ========================================================== */
/* === 3.0 LATEST CORE 2 COMPONENTS ========================= */
/* === MODULE HEADER ======================================== */
#module-title {
  color: #fff;
  font-family: "futurapro-normal";
  font-size: 35px;
  line-height: 35px;
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  padding-top: 25px; }

#module-title small, .module-title small {
  color: #535354;
  font-weight: normal !important; }

.main-page-type .module-title {
  font-size: 62px;
  line-height: 62px; }

/* Module Title Media Queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #module-title {
    font-size: 41px;
    line-height: 41px; }

  .main-page-type .module-title {
    font-size: 48px;
    line-height: 48px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #module-title {
    font-size: 43px;
    line-height: 43px; }

  .main-page-type .module-title {
    font-size: 57px;
    line-height: 57px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #module-title {
    font-size: 47px;
    line-height: 47px;
    /* text-align:left;
    padding-left:16px; */ }

  .main-page-type .module-title {
    font-size: 65px;
    line-height: 65px; } }
#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: #284591; }

/* === MODULE UNIT/CHAPTER DROPDOWN MENU ==================== */
.unit-header {
  background: #284591;
  color: #fff; }

#collapsible-toc .panel-default .panel-heading {
  background: #284591;
  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: #00C800;
  text-decoration: none; }

/* === IMAGE AND TEXT CAPTIONS ============================== */
.image-caption, .text-caption {
  background: #d7d7d7; }

/* ========================================================== */
/* === 4.0 MODULE-SPECIFIC COMPONENTS ======================= */
.main-page-type {
  background-color: #26262F; }

.main-page-type .footer-text a {
  color: #008B00; }

#module-topbanner {
  background-image: url("../assets/module-banner.jpg");
  background-repeat: no-repeat;
  background-size: 1168px 170px;
  background-position: top center; }

#eps-container {
  min-width: 320px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }

.eps-title h1 {
  margin: 0 0;
  padding: 0px 15px;
  padding-bottom: 5px;
  color: #fff;
  background: #3064ad;
  background: -moz-linear-gradient(top, #3064ad 0%, #27418e 100%);
  background: -webkit-linear-gradient(top, #3064ad 0%, #27418e 100%);
  background: linear-gradient(to bottom, #3064ad 0%, #27418e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3064ad', endColorstr='#27418e',GradientType=0 );
  font-size: 1.8em; }

.eps-title h1 small {
  color: #ccc; }

.main-page-type .eps-title a {
  color: #fff; }

.main-page-type .eps-title h1 {
  margin: 0 0;
  padding: 30px 20px;
  color: #fff;
  background: #3064ad;
  background: -moz-linear-gradient(top, #3064ad 0%, #27418e 100%);
  background: -webkit-linear-gradient(top, #3064ad 0%, #27418e 100%);
  background: linear-gradient(to bottom, #3064ad 0%, #27418e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3064ad', endColorstr='#27418e',GradientType=0 );
  font-size: 2.5em; }

.footer-text {
  color: #000; }

.main-page-type #module-footer {
  color: #000 !important;
  text-shadow: none !important;
  background-color: #f8f8f8 !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 20px;
  padding-right: 20px; }

.eps-navbar {
  border-radius: 0px;
  min-height: 25px;
  margin-bottom: 0px; }

.eps-navbar .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px; }

.eps-navbar .navbar-nav > li > .btn {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 5px; }

/* .eps-navbar .navbar-nav > li > a:hover,
.eps-navbar .navbar-nav > li > a:focus { */
.eps-navbar .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #00C800; }

.prod-title {
  margin-bottom: -10px;
  min-height: 40px;
  z-index: 2;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 200px;
  background-color: #284591; }

.prod-thumb {
  margin-bottom: 20px;
  min-width: 150px; }

.prod-thumb > .prod-title a {
  color: #fff;
  font-family: "futurapro-normal";
  /*font-weight: bold;*/
  margin: 10px auto;
  padding-top: 6px;
  line-height: 1em; }

.prod-thumb > .prod-title a:hover,
.prod-thumb > .prod-title a:focus,
.prod-thumb > .prod-title a:focus {
  color: #00C800;
  text-decoration: none; }

.prod-thumb a {
  z-index: 1; }

.eps-intro {
  background-color: #f4f7eb; }
.eps-intro a {
  text-decoration: underline;
}

#intro-text {
  padding: 15px; }

.eps-table {
  margin-bottom: 0px; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #e9f3cb; }

.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 {
  background-color: #f4f7eb; }

#toc-panel {
  border: none; }
