@charset "UTF-8";
/* CSS Document */

/* Disable dark theme on iOS Safari */
:root {
  color-scheme: light;
}

.markdown-body {
  color: #666 !important;
  background-color: white !important;
}

.markdown-body .highlight pre, .markdown-body pre, .markdown-body code, .markdown-body tt {
  background-color: #f5f7f9 !important;
}

/* Basic styles */
html {
  scroll-padding-top: 100px; /* height navbar - so anchors stop below navbar */
  font-size: 16px; 
}

.caption {
	line-height: 1rem;
	margin-top: 1rem;}

/* navbar */
.navbar {
  padding: .5rem 1rem;
  /*height: 60px;*/
}

.nav-alert {
		text-align: center;
		/*text-size: .9rem;*/
		background-color: #ffc107;;  
		/*padding: 10px;*/
		/*border-bottom: 1px #d0d0d0 solid;*/
	}

.nav-link:hover, .nav-link:focus {
}

.navbar-nav .nav-link {
  padding-top: 0rem;
  padding-bottom: 0rem;
  /*font-size: 0.9rem;*/
	font-size: 1.1rem;
  font-weight: 300;
}

/*.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 300;
}*/

.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: white !important;
}

.dropdown-menu.show {
  margin-top: 10px;
}

.dropdown-menu {
  padding: 0;
}

.navbar-nav {

}

.nav-link {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}


.navbar-light .navbar-toggler {
  color: #212529;
  border-color: transparent; }


.navbar ul li, .navbar ol li {
	line-height: 2em;
	margin-right: 10px;
	/*line-height: 1.4rem;*/
	/*margin-bottom: 1rem;*/
}

/* top nav open on roll-over gap fix */
.dropdown>.dropdown-menu { 
  margin: 0 !important; 
} 

.dropdown-menu {
  min-width: inherit;
}

.btn-outline-dark {
  color: #062f87;
} 

  
body {
  font-family: 'Source Sans Pro', sans-serif !important;
	color: #666;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .02rem;
	flex-direction:column;
	display: flex;
	min-height:100vh;
  /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 100%;               
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
}

p {
  margin-bottom: 1rem;
}

p.caption {
	font-size: .95rem;
	line-height: 110%;
}

h1, .h1 {
  font-size: 2.4rem;}

h2, .h2 {
  font-size: 1.625rem; }

h3, .h3 {
  font-size: 1.375rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.9375rem; }


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1;
  /*color: #062f87;*/
  color: #1e1e1e; 
	margin-bottom: 0.5rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
  /*color: #062f87;*/
  color: #1e1e1e;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, 
.h1 a:visited, .h2 a:visited, .h3 a:visited, .h4 a:visited, .h5 a:visited, .h6 a:visited, 
a:visited h1, a:visited h2, a:visited h3, a:visited h4, a:visited h5, a:visited h6 {
  color: #062f87
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1rem;
}

a  {
  /*color: #000000;*/
	color: #203e97;
  font-weight: 400;
}

a:hover, .faq-item-heading:hover, .blockquote a:hover {
  color: #062f87;
 	text-decoration: underline;
  text-decoration-thickness: 2px;
}

.no-a-underline a, a.no-a-underline {
}


blockquote {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #cdcdcd;
}

.orange-text {
    color: #e39025;
    font-weight: 900;
}

/* section/container spacing*/
.section:first-of-type {
   padding-top: 0rem;
}

.section.section-footer:first-of-type {
   padding-top: 0rem;
}

.section {
  padding-top: 0rem;
  padding-bottom: 0rem;
	margin-bottom: 0rem;
	flex:1;
}

.section .container {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 2rem;
	padding-top: 2rem;
	/*padding-bottom: 30px !important;
	padding-top: 30px !important;*/
}

.section .container.no-border {
  border-bottom: none;
}
	
.last-item {
		margin-bottom: 0rem !important;
}

.section .container.no-border {
  border-bottom: none;
}

.section .container.top-container {
  padding-top: 30px !important;
}

.container {
  padding-left: 0rem;
  padding-right: 0rem;
}
/* markdown */
.markdown h2, .markdown .h2 {
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}



.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #062f87;
}

.mod-blue {
	color: #062f87;
}

/* buttons*/

.btn {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  text-transform: none;
}

.btn-outline-primary {
  color: #000000;
  border-color: #777;
}

.btn[class*="outline"][class*="primary"]:hover, .btn[class*="outline"][class*="primary"]:focus, .btn[class*="outline"][class*="primary"]:active, .btn[class*="outline"][class*="primary"]:active:focus {
  color: #000000;
}

.btn-primary {
  color: #fff;
  background-color: #062f87;
  border-color: #062f87; }

  .btn-primary:hover {
    color: #fff;
    background-color: #002575;
    border-color: #002575; }

  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #062f87;
    border-color: #062f87;
    box-shadow: 0 0 0 0.2rem rgba(247, 196, 102, 0.5); }

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c2c6cf;
    border-color: #c2c6cf; }

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c2c6cf;
    border-color: #c2c6cf; }

  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 196, 102, 0.5); }



.btn-outline-primary:hover {
  background-color: none;
  border: 1px black solid;
	box-sizing: border-box;
}

.btn-outline-primary{
  background: none!important; /*2cc8df*/
}

.btn-outline-primary:hover{
  background: #eeeeee!important;
  box-shadow: none!important;
}

.btn-outline-primary:focus{
  background: none!important;
  outline: none;
  box-shadow: none !important;
}

.btn-outline-primary:active{
  background: #062f87!important;
	color: white!important;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1em;}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.3rem .6rem !important;
  font-size: .9rem !important;
  line-height: 1.42188rem;
}

.btn.btn-primary, .btn-sm.btn-primary, .btn-lg.btn-primary, .btn.btn-outline-primary, .btn-sm.btn-outline-primary, .btn-lg.btn-outline-primary {
	border-radius: 4px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  border-color: black;
}


.bg-light {
  background-color: #f2f2f2  !important;
}

.bg-dark {
  background-color: #ebeff3 !important;
}

/* List */
ol, ul, dl {
	/* removed margin-top: 0;from theme.css 93 */
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
  margin-top: .2rem;
}

ul.long-line-list > li > ul {
	margin-bottom: 2rem;
}

ul > li > ul {
	margin-bottom: 1.3rem;
}

ul.long-line-list li, ol.product-list li   {
  margin-bottom: .5rem;
  line-height: 1.4rem;
}

ul li, ol li, li ul {
	line-height: 1.2rem;
	margin-bottom: .2rem;
}

ul li.last-item, ol li.last-item, li ul.last-item {
	margin-bottom: 0rem;
}

pre {
  display: block;
  padding: 10.5px;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #777;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

code {
  font-size: 90%;
  color: #2f2f2f;
  background-color: #f5f5f5;
}

.row {
  margin-right: 0rem;
  margin-left: 0rem;
}

.rounded {
  border-radius: 4px!important;
}

/* Blog */

.blog-post .post-image {
	margin-bottom: 3rem;
}

.blog-post section img {
	max-width: 100%;
  height: auto;
}

img.post-thumbnail {
	border: none;
}

img.alignnone {
	margin-bottom: 1.5rem;
}


video {
	margin-bottom: 1rem;
}

.video {
  border: 1px solid #ccc;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}





/* breadcrumb */

.breadcrumb {
	padding-bottom: 0px;
  margin-top: 4.5rem;
  background-color: white;
  border-radius: 0rem;
	margin-bottom: -1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    content: ""; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: rgba(100, 100, 100, 0.8); }

.breadcrumb-item {
  font-size: 0.9rem; }

.breadcrumb-item:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }


/* footer bkg */
footer.bg-dark {
  background-color: #0B307A !important;
}

footer a, a.important {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}

footer a:hover {
  color: #d2d2d2;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

footer.section {
  bottom: 0px;
}

footer p.footer-copyright {
	color: rgba(255, 255, 255, 0.65);
	font-weight: 300;
	font-size: .75rem;
}

#book .purchase-button {
			margin-right: 30px;
			position: relative;
			top: -40px;
		}

/* Out of Stock notice */
.outStock-alert {
   float: left;
   position: absolute;
   right: 0px;
   top: 0px;
   z-index: 1000;
   background-color: #e39025;
   padding: 5px 7px;
   color: #FFFFFF;
   font-weight: bold;
}
.outStock-container {
   /*border: 1px solid #DDDDDD;
   width: 200px;
   height: 200px;*/
   position: relative;
}

.outStock-alert-center {
  right: 0px;
  top: 0px;
  z-index: 1000;
  background-color: #e39025;
  padding: 5px 7px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}


/* slideshow */
/*.carousel-control-prev {
    border-bottom: 0;
    font-size: 40px;
    color: #444;
}
 
.carousel-control-next {
    border-bottom: 0;
    font-size: 40px;
    color: #444;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #000;
}

.carousel .carousel-indicators li {
  width: .625rem;
  height: .625rem;
  cursor: pointer;
  border-radius: 50%;
	background-color: #666;
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
		color: #000
	  padding-top: 10px;
  	padding-bottom: 10px;
}
*/

/* card grid 
.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
}

.card-body {
  padding: .5rem 1rem;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0rem;
}*/

/* search box */
.form-control.search-input {
  background-color: white; }

.form-control:focus {
	border-color: #dee2e6; }

#search {
	width: 50px;
  transition: width .5s ease;
	height: 1rem;
	margin-top: -2px; }

#search:focus {
	width:200px; }

.search-glyph {
	padding: 0rem; 
	margin-top: -2px;
  font-size: .9rem;}

.nav-search.form-inline .form-control {
  height: 1rem; }

.terminal {
	background-color: black;
	color: white;
	font-family: monospace, monospace;
	font-size: .9rem;
	padding: .9rem;
	border-radius: 10px;
}
/* Mod Alert */
.alert {
  border: 6px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}   
    
.alert-secondary {
  background-color: #fdcd56;
  border-color: #686767;
}
    
.btn.mod-alert-btn {
    padding: 0rem 0.6rem;
    font-size: 1.2em;
}

.alert.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #acacac;
}

.alert.table td, .table th {
  border-top: 0px solid #dee2e6;
}

.alert.table-sm td, .table-sm th {
  padding: .1rem;
}

.red-asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.markdown-body table th, 
.markdown-body table td {
    background-color: white;
}

/* MEDIA QUERIES */
/* Bootstrap 4 breakpoints */


 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
.carousel-caption {
  font-size: 1rem;
	margin-top: 1rem;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
  
/* Custom media queries */
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 
 
}

@media (max-width: 767.98px) {
  .display-4 {
  	font-size: 3rem;
  }
}

@media (prefers-color-scheme:dark) {
	body {
		color:gray;
		background:white;
	}
}







