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

/*body,
body#splash-page {
	background-color: $body-background;
}*/
/* 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: #000;
  text-decoration: none; }

a:hover,
a:focus {
  color: #333399;
  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: #9cc0ee; }

::selection {
  color: #fff;
  background: #9cc0ee; }

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

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

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

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

/* === 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: #111;
  font-family: "montserrat-reg";
  font-size: 20px;
  line-height: 20px;
  text-shadow: none !important;
  padding-top: 20px;
  padding-left: 15px;
  text-align: left; }

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

/* Module Title Media Queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #module-title {
    font-size: 26px;
    line-height: 26px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #module-title {
    font-size: 28px;
    line-height: 28px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #module-title {
    font-size: 32px;
    line-height: 32px;
    /* text-align:left;
    padding-left:16px; */ } }
#module-credit {
  color: #111;
  font-family: "montserrat-reg";
  text-shadow: none !important;
  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: #000; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #9cc0ee;
  color: #000; }

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

#collapsible-toc .panel-default .panel-heading {
  background: #000;
  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; }

/* ========================================================== */
/* === BASE LAYOUT COMPONENTS =============================== */
#collapsible-toc {
  border: none !important;
  background-color: #EFEFEF; }

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

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

#module-wrapper {
  background-color: #EFEFEF;
  border: 1px solid #333; }

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

/* === BACK TO TOP BUTTON =================================== */
.back-top a {
  color: #CCC;
  text-decoration: none; }

.back-top a:hover {
  color: #000;
  text-decoration: none; }

/* === IMAGE AND TEXT CAPTIONS ============================== */
.image-caption, .text-caption, .caption {
  margin-bottom: 10px;}
  
.caption p {
  background: #e7e7e7;
  margin: auto;
  padding: 5px 10px;
  text-align: justify;
  font-size: 10pt;
  width: 90%;}

/* ========================================================== */
/* === SPLASH PAGE COMPONENTS =============================== */
#module-splash-container {
  min-height: 740px; }

#splash-page #module-footer {
  background-color: #222;
  border-top: 1px solid #9cc0ee; }

#splash-page .module-title a {
  color: #222;
  text-shadow: none !important; }

#splash-page .module-subtitle a {
  color: #000;
  text-decoration: none; }

.module-subtitle {
  margin-top: -10px; }

#splash-page .launch-module {
  font-family: "montserrat-light"; }

#module-splash-sidebar {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 10px;
  top: 240px; }

.module-splash-nav li a {
  color: #fff;
  transition: all ease-in 0.2s; }

.module-splash-nav li a:hover {
  color: #9cc0ee; }

#splash-page .footer-text a {
  color: #9cc0ee; }

/* ========================================================== */
/* === 4.0 MODULE-SPECIFIC COMPONENTS ======================= */
/* Application Thumbnail Title Text */
.glm-app {
  font-size: 85%; }

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

/* splash layout= */
#module-splash-container {
  background: #FFF url(../assets/module-cover.jpg) no-repeat top left;
  padding-top: 6%;
  padding-bottom: 30px;
  min-height: 750px; }

#splash-page .module-title,
#splash-page .module-subtitle,
#splash-page .module-producer {
  padding-left: 240px; }

#splash-page .module-producer {
  color: #000;
  text-shadow: none; }

#splash-page .splash-sidebar-wrap {
  padding-right: 80px;
  padding-top: 200px; }

/* pagetemplate layout */
#module-topbanner #module-title {
  padding-left: 140px;
  padding-top: 90px; }

#module-topbanner #module-credit {
  padding-top: 45px; }
  
.image-sweep {
  margin-bottom: 15px;
}

.sequence-video {
margin-bottom: 50px;
}

#module-content p > a, 
#module-content li > a,
#module-footer a {
  color: #2D3C8F;
  text-decoration: underline;
}
#module-content p > a:hover,
#module-content li > a:hover,
#module-footer a:hover {
  color: #428bca;
  text-decoration: none;
}

/* Radio Image Selector */
.radio-image-selector img {
	display: none;
}
.radio-image-selector label {
	font-size: 80%;
}
.radio-image-selector ul {
	list-style-type: none;
	text-align: left;
	display: inline-flex;
}
.radio-image-selector ul li {
	margin: 0px 10px;
}