@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/nfx7zhe.css");
html,
body {
	scroll-behavior: smooth;
	height: 100%;
}
main{
	display: flex;
	min-height: calc(100% - 410px);
	flex-direction: column;
    margin-top: 40px;
}

.home-sbhdr{
	background-image: url(/assets/images/sidearm-safety-instruction.jpg);
	background-size: cover;
	background-position: center center;
	height: 400px;
}

.abt-sbhdr{
	background-image: url(/assets/images/firearms-training-graduation.jpg);
	background-size: cover;
	background-position: center center;
	height: 400px;
}

h1, h2, h3, h4, h5, h6{
	font-family: league-gothic, sans-serif; 
	font-weight: 300; 
	font-style: normal;
	letter-spacing: 0.01em;
	line-height: 1em;
	
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    clear:both;
    font-size: .8em;
    display: block;
    line-height: 0.8em;
    color: #999;
}
a {
    color: #0d4b80;
}
a:hover, a:active{
    color: #0d4b80;
}

.topinfo{
    background-color: #000;
    color:#929292;
    margin:0;
}
.topinfo p{
    font-size: 1.2em;
}
.topinfo .container{
    padding:13px;
}
.red3-list li{
	margin-bottom:15px; 
	line-height: 1.2em;
	
}


.text-muted {
    color: #999!important;
}

.subpg{
    margin-top:115px;
    margin-bottom: 75px;
}
.btn-primary{
	background-color: #0982b9;
    border-color: #005378;
	 background-image: linear-gradient(#0982b9, #036c9b);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0982b9;
    border-color: #005378;
	 background-image: linear-gradient(#0982b9, #036c9b);
}

.bg-dark{
    background-color: #fff!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #666!important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #3f3f3f!important;
}
/* SLIDER
-------------------------------------------------- */
.carousel-inner{background:#000}
.item1 .carousel-caption {bottom: 10rem;}
.item1, .item2, .item3, .item4, .item5, .item6{	
    background-size: cover;
    background-position: center center;
}
.item1{
	background-image: url(/assets/images/military-active-shooter-training.jpg);
  
}
.item2{
	background-image: url(/assets/images/military-weapons-training.jpg);
 
}
.item3{
	background-image: url(/assets/images/firearm-safety-courses.jpg);	
}
.item4{
	background-image: url(/assets/images/private-firearms-training.jpg);	
}

.item5{
	background-image: url(/assets/images/modern-armed-citizen-training.jpg);	
}
.item6{
	background-image: url(/assets/images/firearms-safety-training.jpg);	
}
.item7{
	background-image: url(/assets/images/ladies-weapons-cwp-training.jpg);	
}




/*.item5{
	background-image: url(/assets/images/mac-firearms-training-courses.jpg);	
}*/
.carousel-drop-down .new-select, .carousel-drop-down .new-select #clear, .carousel-drop-down .new-select #submit {
   	color: #fff;
    background-color: #005378;
    border-color: #88b72a;
	background-image: linear-gradient(#0982b9, #036c9b);

}

.carousel-drop-down .new-select:hover, .carousel-drop-down .new-select #clear:hover, .carousel-drop-down .new-select #submit:hover {
	background-color: #005378;
    border-color: #88b72a;
	background-image: linear-gradient(#0982b9, #036c9b);
}


.carousel-drop-down .home-filter{padding:10px; border-radius: 10px; background-color: #fff;}

.dropdown-in-corusel{
    justify-content: left !important;
	
}


.shadow{
	text-shadow: 0 0 5px #000;
}

.single-news-container{
	display: flex;
    flex-direction: column;
}

.single-news_img{
	display: flex;
	height: 315px;
}

.single-news_img img {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
}

.site-news-container .single-news_title{
	font-size: 1.9em;
    font-weight: 300;
    text-align: left;
	font-family: league-gothic, sans-serif; 
	letter-spacing: 0.03em;
	line-height: 1em;
    margin-top: 20px;
}

.single-news-container{
	cursor: pointer;
}

.site-news-container .single-news_content_block{
	width: 100%;
}
.single-news_link_more{
	margin-top: 8px;
	font-weight: 600;
	color: #0d4b80;
}
.single-news_excerpt{
	text-align: justify;
}

#preload-news-container{
	text-align: center;
    font-size: x-large;
}


/* GENERAL CSS
-------------------------------------------------- */
.hovrtint{
        padding: 12px;
}
.hovrtint:hover{
	background: rgba(0,0,0,0.2);
    border-radius: 10px;
 	z-index: 1;
	cursor: pointer;

}
.selectdropdown{z-index: 2000;}

.fbbtn span{
	background-color:#2d88ff; 
	border-radius: 3px;
	padding: 0 10px 3px;
}
.btn-link {
    color: #80b929;
	font-size: 1.8rem;
}

.btn-link:hover, .btn-link:active  {
    color: #94ce3b;

}
.fndclss {
	    display: table;
	width:100%;
}
.fndclss a{
	margin: 10px 0 10px;
	float:right;
}
blockquote{
	background-color:#ccff99;
	border-radius: 12px;
    transform: skew(-8deg, 0deg);
    padding: 20px;
    display: flex;
}

.affiliates{
	list-style: none;
	margin-left: 0;
    padding-left: 13px;
    font-size: 1.2em;
}
.affiliates li{margin:5px 0}

.ils_pdf{
	background: #ececec; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ececec, #f1f1f1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ececec, #f1f1f1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ececec, #f1f1f1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ececec, #f1f1f1); /* Standard syntax */    
	padding: 16px;
    margin: 10px;
    border-radius: 7px;
	cursor:pointer;
	border:solid thin #ccc;
	position: relative;
}
.ils_pdf:hover{
	background: #d0d0d0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e6e6e6, #ededed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e6e6, #ededed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e6e6, #ededed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e6e6, #ededed); /* Standard syntax */    
	
}
.ils_pdf img{
	width:55px;
	float:left;
	margin:-7px 10px 0 -6px;
	}
	
.ils_pdf h3{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin:8px 0 0;
	line-height: 15px;
}
.ils_pdf p{
	margin:0;
	color: #999;
	
}
.ils_pdf a{
	margin:0;
}

.afflogos img{
    display: block;
    margin: 0 auto;
}


/* RESULTS CSS
-------------------------------------------------- */

.results-fltr .selectdropdown{
	    justify-content: center;
}


/* INSTRUCTORS CSS
-------------------------------------------------- */
.instructors{margin:45px 0;}

img.rounded-circle{
	 display: block;
	margin: 0 auto; 
	max-width: 300px;  
}


.ins-title h1{font-size: 1.2em; text-transform: uppercase;}
.ins-title h2{margin-bottom: -7px;}
.ins-creds{font-weight: bold; padding-left: 20px; font-size: 0.9em;}




.ins-creds{text-align: left;}

.priv-class {
	clear:both;
	border-radius:10px;
}

.priv-class tr:nth-child(odd){
	background-color:#ededed;}

.priv-class th, .priv-class tfoot tr{
	background-color:#a3a3a3!important;
	color:#fff;
	font-weight:bold;
}

.priv-class td, .priv-class th{
	padding: 18px 0 18px 0;
	line-height: 1em;
}
.priv-class td:first-child, .priv-class th:first-child, .priv-class td:last-child, .priv-class th:last-child{
	padding-left:15px;
	padding-right:15px;
}

.priv-class th:nth-child(2), 
.priv-class td:nth-child(2),
.priv-class th:nth-child(3), 
.priv-class td:nth-child(3),
.priv-class th:nth-child(4), 
.priv-class td:nth-child(4)
{text-align:center;}

.priv-class th:nth-child(3), 
.priv-class td:nth-child(3)
{padding-left:15px;	padding-right:15px;}


/* CONTACT FORM CSS
-------------------------------------------------- */
.contact-form{
	margin-left: 16px;
	margin-right: 26px;
}

.table-responsive{
	overflow-x: auto;
	border: 1px solid #ccc;
    border-radius: 9px;
    margin-bottom: 30px;
}


 .fof .subpg{
	background-image: url(/assets/images/404.svg);
	background-size:30%;
	background-position: center center ;
	background-repeat:no-repeat;
	
}

.tooltipe-container .tooltipe-content{
    position: absolute;
    top: 0px;
    left: 200px;
    background: #4d4d4d;
    color: #fafafa;
    padding: 6px 10px 10px 10px;
    border-radius: 6px;
	display: none;
}
  
.tooltipe-container .tooltipe-content.tilda{
	animation: scale 0.34s cubic-bezier(.68,-0.55,.27,1.55);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media(max-width: 425px){
	.carousel-drop-down .new-select {
		max-width: 110px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dropdown-in-corusel {
		justify-content: center !important;
	}
}

@media (min-width: 300px)  and (max-width: 425px){

}

@media (min-width: 425px) and (max-width: 767.98px) {

}
@media (max-width: 768px){	
	img.rounded-circle{	 
		max-width: 100%;  
}
	.results-fltr #submit {
    font-size: 1rem!important;
}

}
@media (min-width: 768px) and (max-width: 991.98px) { 

}

.carousel-inner {
	overflow: unset !important;
}

.column-content, .single-news-container{
	position: initial !important;
}

#myCarousel .carousel-item {
	z-index: 10;
}
#myCarousel .carousel-control-next, .carousel-control-prev{
	width: 10%;
	z-index: 20;
}

.navbar-dark .navbar-toggler-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
}