body {margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
/* inner post styles */
.emailBody { margin:10px; }
.emailBody h2 { font-size:1.2em; }
.smallText { font-size:.8em;}
.postdate {color: #999;}
.author {color: #999;}
.inlineImage {width:95%}

#contentside { display:block;width:80%;float:left;margin-left: 50px; }
#rightAds { width:200px;float:left;margin:10px 0 0 10px; }
#inlineAds {display:none;}
@media screen and (max-width: 1450px) {
#contentside { margin-left: 10px; }
}
@media screen and (max-width: 768px) {
	#rightAds { display:none; }
	#contentside { width:100%;margin-left: 0px; }
	#inlineAds {display:block;}
	
}
	  	
	  	
.headerContainer{
	position: fixed; 
	width: 100%; 
	top: 0px;
	z-index: 100;
	background:#fff;
}
.headerTitle {
	font-family: 'Rozha One', cursive;
	text-align:center;
	font-weight: bold;
	font-size: 2em;
	margin: 6px 0 2px 0;	
}
	
.topnav {
  overflow: hidden;
  background-color: #5fa969;
  /*width:600px;
  margin:0 auto;*/
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}

.col-1 {width: 100%;}
.col-2 {width: 16.66%;}
.col-3 {width: 33.33%;}
.col-4 {width: 25%;}
.col-5 {width: 41.66%;}
.col-6 {width: 13.66%;padding-right: 15px;padding-left: 15px; margin: 0 auto; text-align: center;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media screen and (max-width: 768px) {
    .col-6 {
        width: 40%;
        text-align: center;
        padding-right: 15px;
		padding-left: 15px;
		margin:10px auto;
    }
    .col-3 {
        width: 100%;
		margin-left: 5px;
		margin-bottom:20px;
    }
	.col-1 {
		margin-left: 5px;
    }
    
}
   
@media screen and (max-width: 768px) {
	.topnav {width:100%;}
	.topnav a:not(:first-child) {display: none;}
	/*.topnav a {display: none;}*/
	.topnav a.icon {
		float: right;
		display: block;
	  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}
.logo {
		width: 175px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.home-section img{
		width:100%;
	}
	.home-header-photo {
	    -webkit-animation: fade-in 3s;
	    -moz-animation: fade-in 3s;
	    -o-animation: fade-in 3s;
	    animation: fadeIn 3s;
	}

	.home-section-content {
	/*    min-height: 60vh;*/
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 24px;
	}
	.secondary-container {
		padding: 150px 0 0 0;
		background: #f7f7f7;
		min-height: 400px;
		overflow: auto;
	}




	.btn-red, .btn-red:hover {
	    background-color: #244f8f;
	    color: #FFFFFF;
	}
   
	.btn {
	    display: inline-block;
	    font-weight: 400;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    border: 1px solid transparent;
	    padding: .5rem .75rem;
	    font-size: 1rem;
	    line-height: .1em;
	    border-radius: .25rem;
	    transition: all .15s ease-in-out;
	    margin:8px;
	}
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
    .container img {
    	/*width:300px;*/
    }
     .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .mt-5 {
        margin-top: 3rem!important;
    }
   
    @media (min-width: 768px)
    _grid.scss:42
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bar {
        padding: 48px;
        color: #FFFFFF;
        background-color: #CE0000;
        text-align: center;
    }
    
    .footer {
        text-align: center;
        padding: 32px;
        color: #999999;
    }
    
    .footer .copyright {
        
    }
    .footer .footerlinks{
    	line-height:1em;
    	font-size: .8em;
    }
    .footer .footerlinks a{
    	color: #999999;
    }
    
	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

	.fade-in {
	  opacity:0;
	  -webkit-animation:fadeIn ease-in 1;
	  -moz-animation:fadeIn ease-in 1;
	  animation:fadeIn ease-in 1;

	  -webkit-animation-fill-mode:forwards;
	  -moz-animation-fill-mode:forwards;
	  animation-fill-mode:forwards;

	  -webkit-animation-duration:1s;
	  -moz-animation-duration:1s;
	  animation-duration:1s;
	}
   /* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    position: relative;
	    width: 100%;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	}*/
.cartModule {
	position:fixed;
	/*float:right;*/
	right:60px;
	top:0px;
	width:200px;
	text-align:right;
}


table {
    border-collapse: collapse;
	width:88%;
	font-size:9pt; font-family:Tahoma, Helvetica, Arial; color:#000;
	padding:2px;
}

tr.alt {
	background-color:#EAF2D3;
	}
tr.closed {
	background-color:rgba(226, 226, 226, 1);
	}
tr{
	background-color:#fff;
	height: 30px;
	}
th {
	padding:2px;
	background-color: #8BE5CA;
	border: 1px solid #0097BB;
	color:#000
}
td {

	border: 1px solid #0097BB;

}
