/* 
Title:		foundationhouse.net Miscellaneous screen styles
Author: 	gordon@slickfish.com
Copyright:  ©2013 PK Holdings Inc.
*/
@charset "UTF-8";
/* CSS Document */

/*============================================================
MISC STYLES
============================================================*/
a:link, a:hover, a:visited, a:active {
	outline: none;
	text-decoration: underline;
	color: #0397d6; /* bright-blue */
}
a:hover {
	text-decoration: underline;
	color: #0c7fb0; /* dimmer-blue */
}

a.backtotop {
	color: #7f9db9;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: .85em;
	margin-bottom: 10px;
}
a.backtotop:hover {
	color: #355a7c;
	text-decoration: underline;
}

.pdf, 
.doc
{
	display: block;
	outline: none;
	border: 0;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/pdf_17x17.png) no-repeat left top;
}
.doc
{
	background: url(../images/doc_17x17.gif) no-repeat left top;
}
.pdf:hover,
.doc:hover
{
	border-bottom: 0;
	text-decoration: underline;
}

.pdfBox {
    padding: 0 10px;
    margin: 10px;
    width: 300px;
    min-height: 50px;
    border: 1px solid #578a26;
    background: url(../images/white70.png);

    font-family: "news-gothic-std",sans-serif;
	font-style: normal;
	font-weight: 400; /* news gothic std bold */
    font-size: .9em;

    line-height: 140%;
}
.pdfBox a {
    display: block;
    margin: 10px 0 10px 5px;
    padding-left: 40px;
    min-height: 35px;
    background: url(../images/pdf_icon.png) no-repeat left top;
}
.pdfBox a span {
    text-decoration: none !important;
    font-size: .9em;
    color: #3e4549;
}


.smallFont {
	font-size: .7857142em; /* 11px / 14px = .7857142em */ 
}

.upper {
	text-transform: uppercase;
}
.tight {
	padding-bottom: 0px;
	margin: 0;
}

.under {
	text-decoration: underline;
}
.centerit {
	text-align: center;
	display: block; 
}

.red {
	color: #9c1d20; /* red */
}
a.red {
	color: #9c1d20; /* red */
}
a.red:hover {
	color: #601214; /* dark-red */
}

.white {
	color: #fff;
}
.green {
	color: #578926; /* green */
}
.gold {
	color: #dabe5f; /* gold */
}
.orange {
	color: #c88d00; /* orange */
}
.blue {
	color: #004b89; /* blue */
}


.tan {
	color: #9c7e0f; /* tan */
}
.gray {
	color: #666;
}

blue {
	color: #1b5891; /* blue */
}
.dark-green {
    color: #274f00; /* dark-green */
}
.medium-blue {
	color: #3c6ba2; /* medium-blue */
}
.soft-blue {
	color: #8395ab; /* soft-blue */
}
.light-blue {
	color: #709fcb; /* light-blue */
}
.bright-blue {
	color: #0397d6; /* bright-blue */
}


hr {
	height: 1px; 
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #ccc; 
	background: #ccc; 
}
hr.white {
	color: #fff; 
	background: #fff; 
}
.clear, .clearit {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

p.copy {text-indent: 25px;}

.small {
	font-size: .9em; 
	font-weight: normal;
	text-transform: none;
}

.big {
	font-size: 1.2em; 
}
.bigger {
	font-size: 1.3em; 
}
.medium {
	font-size: .85em; 
    line-height: 135%;
}
.normal {
	font-size: 1em; 
}
.left_side {
	float: left;
	padding: 0;
	margin: 0 15px 3px 0;
	text-align: left;
	line-height: normal;
}
.right_side {
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
	text-align: left;
}



.center {
	text-align: center;
}
.lefty {
	display: block;
	text-align: left;
}
.righty {
	display: block;
	text-align: right;
}
.justify {
	text-align: justify;
	display: block;
}


/* LISTS */
ul {
	list-style-type: disc;
	padding-left: 25px;
}
ul.nada {
	list-style-type: none;
}
ul.norm li {
	margin-bottom: .5em;
}
ul.norm li:last-child {
	margin-bottom: 0;
}
ul.norm li a {
	text-decoration: none;
}
ul.norm li a:hover {
	text-decoration: underline;
}

ol {
	padding-left: 25px;
}


ul.normalize,
ol.normalize
{
	float: left;
}
ul.normalize li,
ol.normalize li
{
	margin: 0;
	padding: 0;
	font-size: .9em;
}


ol.tags {
    list-style-type: none;
	width: 50%;
}
ol.tags li a {
	display: block;
	padding: 4px 8px;
    text-decoration: none;
}
ol.tags li a span.details {
	float: right;
	color: #8e9300;
}
ol.tags li a:hover {
	background: #f0eecf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



.shadowit {
	-webkit-box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
	box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
}
.borderit {
	border: 1px solid #dde09c;
}
.caption {
	font-size: .8em;
	line-height: normal;
	color: #8e8a76; /* muted green */
    display: block;
    margin-top: 0px;
}
.right_side .caption {
    text-align: right;
}
.special b {
	color: #ff9933; /* orange */
}
.pad50 {
	padding-top: 50px;
}
.pad40 {
	padding-top: 40px;
}
.pad25 {
	padding-top: 25px;
}
.pad20 {
	padding-top: 20px;
}
.pad15 {
	padding-top: 15px;
}
.pad10 {
	padding-top: 10px;
}
.pad5 {
	padding-top: 5px;
}

.featureBox {
	background: #fff;
	padding: 1em .5em 1em 1em;
	border: 1px solid #9c1d20;
}

.underline {
	text-decoration: underline;
}
.indent {
    display: block;
    margin-left: 15px;
}

/* Oct 19 2018 */
body #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #navBar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body #navBar ul#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body #navBar ul#nav > li {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body #navBar ul#nav > li > a {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 100% !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
body #navBar ul#nav li ul {
  width: 100%;
}

body #wrapper {
  max-width: 100%;
  width: 100%;
}
body#home.main-template #main .left-area {
    width: 100%;
    max-width: 665px;
}
body #footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
body #footer-nav ul li {
	margin: 0;
}
body #footer-nav ul li a {
    font-weight: 600;
}
@media (max-width: 1200px) {
  body #header {
	height: auto;
	background-color: #767B8D;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   }
   	body #main {
		padding:1rem;
	}
   	body #navBar {
	   margin: 0;
	   width: 100%;
	   height: 90px;
   	}
   	body #navBar ul#nav > li > a.current {
		background: none;
   	}
   	body #main .left-area {
		padding: 1rem 0;
	   }
	body #main .right-area {
		width: 100%;
		padding: 0;
	}
	body.main-template #main .right-area {
		width: 100% !important;
		padding: 1rem!important;
		box-sizing: border-box;
	}
}
@media (max-width: 600px) {
	body #navBar {
	   height: auto;
   	}
	body #navBar ul#nav {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		height: auto;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
	}
	body #navBar ul#nav > li {
		flex: auto;
		height: 50px;
	}
}

/* Books */
body#books.columns #main .books-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
body#books.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body#books.columns #main .book-left, body#books.columns #main .book-right {
    width: 260px;
}
body#books.columns #main .right-area {
    float: none;
    width: auto;
    height: auto;
}


/* Contact */
body#contact.about-template #main .right-area {
	box-sizing: border-box;
	max-width: 840px;
	width: 100%;
	height: auto;
    padding: 1rem;
}