/* ========================================================== */
/* === LATEST CORE 2.O CUSTOM STYLES ======================== */
/* ========================================================== */
/* ========================================================== */
/* === 1.0 OVERALL HTML ELEMENTS ============================ */
body, body#splash-page {
  background-color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03040a+0,33132f+25,307d9b+50,33132f+75,03040a+100 */
  background: #03040a;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #03040a 0%, #33132f 50%, #307d9b 100%) fixed;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #03040a 0%, #33132f 50%, #307d9b 100%) fixed;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #03040a 0%, #33132f 50%, #307d9b 100%) fixed;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03040a', endColorstr='#03040a',GradientType=1 );
  /* IE6-9 */ }

/* 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: #2B73D9;
  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: #2EA6DD;
  background-color: transparent;
  border: 2px solid #2EA6DD; }

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

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

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

/* === PRIMARY BUTTON ======================================== */
.btn-primary {
  background-color: #2B73D9;
  background-image: -webkit-linear-gradient(top, #2B73D9 0%, #353535 100%);
  background-image: -o-linear-gradient(top, #2B73D9 0%, #353535 100%);
  background-image: linear-gradient(to bottom, #2B73D9 0%, #353535 100%);
  background-repeat: repeat-x;
  border-color: #2B73D9; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #353535;
  background-position: 0 -15px; }

.btn-primary:active,
.btn-primary.active {
  background-color: #353535;
  border-color: #535353; }

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

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #2B73D9;
  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: #535353;
  font-weight: normal !important; }

#splash-page .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; }

  #splash-page .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; }

  #splash-page .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; */ }

  #splash-page .module-title {
    font-size: 65px;
    line-height: 65px; } }
#module-credit {
  color: #fff;
  font-family: "futurapro-normal";
  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: #2EA6DD; }

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

#collapsible-toc .panel-default .panel-heading {
  background: #2EA6DD;
  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: #2B73D9;
  text-decoration: none; }

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

/* ========================================================== */
/* === 4.0 MODULE-SPECIFIC COMPONENTS ======================= */
body#splash-page {
  background-color: #333; }

#splash-page .footer-text a {
  color: #2B73D9; }

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

#splash-page .launch-module {
  font-family: "futurapro-normal";
  font-weight: normal; }

#module-splash-sidebar {
  background: rgba(71, 140, 197, 0.6); }

/**=============================================**/
/**==BRANCHING SIM=====**/
.wws-data-legend {
  margin-bottom: 0px; }

.wws-page {
  display: none; }

.wws-page.current {
  display: block; }

.wws-page .panel {
  clear: both; }

.wws-page h4 {
  margin-top: 0px; }

.wws-page .panel {
  margin: 10px auto; }

.wws-footer {
  text-align: center; }

#wws-progress-bar {
  width: 100%; }

.chief-thumb {
  float: left;
  margin-right: 8px;
  margin-bottom: 10px; }

#winterwx-sim .panel-default > .panel-heading {
  background-color: #2EA6DD; }

#winterwx-sim .panel-default > .panel-heading a {
  color: #fff; }

#winterwx-sim .panel-default > .panel-heading {
  padding: 4px 8px; }

#winterwx-sim .panel-body {
  padding: 4px; }

#winterwx-sim .tabs-container {
  margin: 0px; }

#winterwx-sim .nav > li > a {
  padding: 5px 10px; }

#winterwx-sim .panel {
  margin-bottom: 10px; }

/*# sourceMappingURL=module-custom.css.map */
