@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: Merriweather, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

li, p {
    color: #6c757d;
    font-weight: 300;	
}

.h1, h1 {
    font-size: 28px;
}

header.masthead h1.text-white , .text-white-75 {
    color: #212529 !important;
}

/* Make drop shadow on main nav permanent */
#mainNav {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    background-color: #fff;
}

/* Reduce height of main nav */
#mainNav.py-3 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

/* change spacing at top of home page to accomodate new, permanent box-shadow under main nav */
header.masthead {
    padding-top: 25px !important;
}

header.masthead p.mb-5 {
    margin-bottom: 1.5rem !important;
}

/* Styling large buttons on home page */
.btn-primary a  {
    color: #fff;
    background-color: #f78b2e !important;
    border-color: #f78b2e;
}

.btn-primary:hover a {
  color: #fff;
  background-color: #006da6 !important;
  border-color: #006da6
}

/*
.btn-primary {
    color: #fff;
    background-color: #f78b2e !important;
    border-color: #f78b2e;
}
*/

.btn-primary, .card-body button.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f78b2e !important;
  border-color: #f78b2e
}
.btn-primary:hover, .card-body button.btn-outline-primary:not(:disabled):not(.disabled):active:hover {
  color: #fff;
  background-color: #006da6 !important;
  border-color: #006da6
}

header.masthead h1.font-weight-bold {
    font-weight: 500!important;
    font-size: 2.5rem;
}

/* Override default css */
@media (min-width:1200px) {
  .container {
    max-width: 1170px !important;
  }
}

div#storehome,
div#Category,
table#C1TABLE,
div#primary-content.c1,
div#blog.a1,
div#contactuscustomform.a1,
div#forum,
div#emailchangeconfirm,
div#passwordrecovery,
div#changepassword,
form[name=userActivitiesForm],
#main {
  margin: 6rem 0;
}	
/*
#useractivities form[name=userActivitiesForm] {
    margin-top: 6rem !important;
}
*/

div#customform {
  margin-top: 6rem !important;
}

div#loginformprimary {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

div#primary-content.c1 iframe,
table#C1TABLE td.content iframe,
table#C1TABLE td.content p iframe {
    display: block;
    margin-right: auto;
    margin-left: auto;	
    border-style:none;
}

div#primary-content.c1 section.pricing-section .col-md-8 {
	flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

/* BLOG Styling */

#main {
	width:80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	clear: both;
}

#main ul { 
	list-style-type: disc;	
    margin: 10px 0 15px 15px; 
}

.page-title { 
	border-bottom: 1px solid lightGrey;
	/* font-family: Verdana;
	color: #DE8A39;
	font-size: 23px;
	font-weight: 400; */
	line-height: 160%;
	margin-bottom: .6em;
	padding-bottom: .2em;
}

/*
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 10px 2.6em;
	text-transform: uppercase;
}	
*/
	
header.page-header {
	/* font-size:2em; */
	/* background: #0066cc; */ /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMzNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
	/* background: -moz-linear-gradient(top,  #0066cc 0%, #003366 100%) no-repeat scroll 0 0 transparent; */ /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#003366)); */ /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #0066cc 0%,#003366 100%); */ /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #0066cc 0%,#003366 100%); */ /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #0066cc 0%,#003366 100%); */ /* IE10+ */
	/* background: linear-gradient(to bottom,  #0066cc 0%,#003366 100%); */ */ /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003366',GradientType=0 ); */ /* IE6-8 */
	/* color:#fff;
	padding:6px 5px 10px 5px;
	margin:10px 0px 15px 0px;
	clear: both;
	font-size: 26px;
	line-height: 1.5em; */
}	

/*
.page-title {
	border: 0;
	font-family: inherit;
	font-size: 20px;
	font-style: inherit;
	font-weight: inherit;
	color:white;
	outline: 5px;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
}
*/

.entry-title {
	
	font-size:1.2em;
	font-weight:bold;
}

.entry-meta, .entry-meta span, .entry-meta a {
	font: 400 18px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
	font-weight:bold;
	color:#00294D;
}

.entry-meta a {
	font: 400 18px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
	font-weight:bold;
}

#blog.a1 .entry-content {
	font-size: 16px;
	width:90%;
    margin-right: auto;
    margin-left: auto;
}

.entry-content p {
	line-height: 1.8;
}

.entry-content p img {
	margin: 5px;
}

/**/

.entry-header {
	font-size:1.2em;
	font-weight:bold;
}

a {
	text-decoration: none;
}

#colophon {
	clear: both;
	background:#013469;
	color:#fff;
	padding:5px 5px 5px 5px;
	text-align:center;

}

#colophon .widget-area{
	font-size:1.05em;
	text-shadow: .1em .1em #000;

}

#colophon .menu-footer-menu-container ul{
	margin:0px 0 0 0;
}

#colophon .menu-footer-menu-container ul li{
	display:inline;
	margin-right:.5%;
	text-shadow: .1em .1em #000;
}

#colophon .menu-footer-menu-container ul li:after{
	content: "|";
	margin-left:1%;
	font-size:.8em;
	text-shadow: .1em .1em #000;
}

#colophon .menu-footer-menu-container ul li:last-child:after{
	content: " ";
}

#colophon .menu-footer-menu-container ul li a:visited{
	color:#fff;
}

#colophon .menu-footer-menu-container ul li a:link{
	color:#fff;
}

#colophon .menu-footer-menu-container ul li a:hover{
	color:#ccc;
}

#colophon .widget-area .textwidget{
	margin-top:.8%;
}	
	
	
/* END General */

/* START builtin1Summary.cfm */

/*
.entry-title, .entry-title a {
	color: #00294D;
	text-decoration: none;
	clear: both;
	font-size: 26px;
	line-height: 1.5em;
}
*/

.summarycontent {
	border-bottom: 1px solid #ddd;
	margin-left:10px;
}
	
.articlesummary {
	font-weight:bold;
}
/* END builtin1Summary.cfm */


/* START builtin1Full.cfm */
.author-bio {
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	font-style:italic;
	text-align:justify;
}

.fullarticle {
	border-bottom: 1px solid #ddd;
	margin-left:10px;
	margin-top:20px;
}

.categories-tags-top {
	
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #ddd;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	color: #969696;
    font: 400 12px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
	text-transform:uppercase;
}
.categories-tags-top a {
	color: #969696;
    font: 400 12px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
}

.categories-tags-bottom {
	
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #ddd;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	color: #969696;
    font: 400 12px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
	text-transform:uppercase;
}
.categories-tags-bottom a {
	color: #969696;
    font: 400 12px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
}

#nav-below {
	margin-left:10px;
	margin-bottom:10px;
	color: #969696;
    font: 400 12px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;
}

 /* END builtin1Full.cfm */

/* START Widgets */
.addthis_native_toolbox {
	border-bottom: 1px solid #ddd;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:5px;
}
/* END Widgets */

/* START Demo Pages */

#modules .row .card , #demos .card {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
}

#modules .row .card .card-body h4.card-title , #demos .card .card-body h4.card-title {
    text-align: center;
}


