/* ========================================================== */
/* === LATEST CORE 2.O CUSTOM STYLES ======================== */
/* ========================================================== */
/* ========================================================== */
/* === 1.0 OVERALL HTML ELEMENTS ============================ */
body {
  background-color: #222;
  /*background: #202121;
  background: -moz-linear-gradient(top, #202121 0%, #BBB 100%) no-repeat fixed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202121), color-stop(100%,#BBB)) no-repeat fixed;
  background: -webkit-linear-gradient(top, #202121 0%,#BBB 100%) no-repeat fixed;
  background: -o-linear-gradient(top, #202121 0%,#BBB 100%) no-repeat fixed;
  background: -ms-linear-gradient(top, #202121 0%,#BBB 100%) no-repeat fixed;
  background: linear-gradient(to bottom, #202121 0%,#BBB 100%) no-repeat fixed;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202121', endColorstr='#BBB',GradientType=0 );*/ }

/* 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; }
/* Additional Font Stacks */
@font-face {
  font-family: "montserrat-reg";
  src: url("fonts/montserrat/montserrat-reg.eot");
  src: url("fonts/montserrat/montserrat-reg.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-reg.woff") format("woff"), url("fonts/montserrat/montserrat-reg.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "montserrat-light";
  src: url("fonts/montserrat/montserrat-light.eot");
  src: url("fonts/montserrat/montserrat-light.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-light.woff") format("woff"), url("fonts/montserrat/montserrat-light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "montserrat-ul";
  src: url("fonts/montserrat/montserrat-ul.eot");
  src: url("fonts/montserrat/montserrat-ul.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-ul.woff") format("woff"), url("fonts/montserrat/montserrat-ul.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* Links */
a {
  color: #2463C6;
  text-decoration: none; }

a:hover,
a:focus {
  color: #086ED4;
  text-decoration: underline; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "montserrat-reg", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Text Selection */
::-moz-selection {
  color: #fff;
  background: #FB9A40; }

::selection {
  color: #fff;
  background: #FB9A40; }

/* ========================================================== */
/* === 2.0 BOOTSTRAP COMPONENTS ============================= */
/* === PAGE NAVIGATOR (pager) =============================== */
.pager li > a,
.pager li > span {
  color: #3C7160;
  background-color: transparent;
  border: 2px solid #3C7160; }

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

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

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

/* === PRIMARY BUTTON ========================================
.btn-primary {
  background-color: $module-color1;
  background-image: -webkit-linear-gradient(top, $module-color2 0%, $module-color4 100%);
  background-image: -o-linear-gradient(top, $module-color2 0%, $module-color4 100%);
  background-image: linear-gradient(to bottom, $module-color2 0%, $module-color4 100%);
  background-repeat: repeat-x;
  border-color: $module-color3;
}
.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-color2;
}
.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: "montserrat-reg";
  font-size: 33px;
  line-height: 33px;
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  padding-top: 25px; }

#module-title small, .module-title small {
  color: #FFFDEF;
  font-weight: normal !important;
  font-size: 75%; }

/* Module Title Media Queries */
/* Small devices (tablets, 768px and up)
@media (min-width: 768px) {
#module-title {
	font-size: $module-title-fontsize + 6px;
	line-height: $module-title-lh + 6px;
}
} */
/* Medium devices (desktops, 992px and up)
@media (min-width: 992px) {
#module-title {
	font-size: $module-title-fontsize + 8px;
	line-height: $module-title-lh + 8px;
}
} */
/* Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
#module-title {
	font-size: $module-title-fontsize + 12px;
	line-height: $module-title-lh + 12px;
}
} */
#module-credit {
  color: #fff;
  font-family: "montserrat-reg";
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  font-size: 12px; }

#collapsible-toc ul ul ul {
  padding-left: 15px; }

/* === MODULE NAVIGATION MENU =============================== */
#collapsible-toc ul li a {
  color: #FFFDEF; }

.module-nav li.active a,
.module-nav li.active a:focus,
.module-nav li.active a:hover {
  background-color: #597F77; }

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

.menu_here {
  background-color: #597F77; }

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

#collapsible-toc .panel-default .panel-heading {
  background: #3C7160;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  min-height: 41px; }

#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: #303235;
  text-decoration: none; }

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

/* ========================================================== */
/* === 4.0 MODULE-SPECIFIC COMPONENTS ======================= */
#module-wrapper {
  border: none !important;
  background-color: #131B23; }

#collapsible-toc {
  border: none !important;
  background-color: #131B23; }

#module-content {
  background-color: #fff;
  min-height: 640px;
  width: 728px; }

body#splash-page {
  background-color: #222; }

#splash-page .footer-text a {
  color: #FFFDEF;
  text-decoration: underline; }

#module-topbanner {
  background-image: url("../assets/module-banner.jpg");
  background-repeat: no-repeat;
  background-size: 1168px 170px;
  background-position: top center;
  /*background: #ff8262;
	background: -moz-linear-gradient(-45deg, #ff8262 0%, #fc9258 50%, #fba04d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff8262), color-stop(50%,#fc9258), color-stop(100%,#fba04d));
	background: -webkit-linear-gradient(-45deg, #ff8262 0%,#fc9258 50%,#fba04d 100%);
	background: -o-linear-gradient(-45deg, #ff8262 0%,#fc9258 50%,#fba04d 100%);
	background: -ms-linear-gradient(-45deg, #ff8262 0%,#fc9258 50%,#fba04d 100%);
	background: linear-gradient(135deg, #ff8262 0%,#fc9258 50%,#fba04d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8262', endColorstr='#fba04d',GradientType=1 );*/ }

#module-wrapper {
  border: 1px solid #333 !important; }

.dyn #module-footer {
  background-color: #fff; }

#toc-panel {
  border: none !important; }

.question-wrap form div label {
  font-weight: normal; }

#module-content {
  min-height: 1000px; }

#module-content h2 {
  font-size: 1.7em;
  border-bottom: solid 2px; }

#module-content h3 {
  font-size: 1.4em; }

.splash-wrap-cap {
  background-color: #131B23 !important; }

a#begin-mod-button {
  background-color: #597F77;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin: 20px auto;
  display: block;
  max-width: 180px;
  text-align: center;
  font-weight: normal;
  border-radius: 4px;
  /*box-shadow: 4px 4px 20px #333;*/
  font-family: montserrat-ul;
  transition: all ease-out 0.3s; }

a#begin-mod-button:hover {
  background-color: #3C7166;
  text-decoration: none; }

.begin-page-list li a {
  color: #fff;
  transition: all ease-in 0.3s; }

.begin-page-list li a:hover {
  /*color: $module-color3;*/ }

.splash-wrap-cap {
  background-color: #3C7166; }

a#module-title {
  padding-top: 10px; }
