body, html{
	overflow-x: hidden;
	font-variant-numeric: lining-nums; 
	font-feature-settings: "lnum";
}

/*Homepage*/

/***layout spacing garbage*****/
.pad-top-50{
	padding-top: 50px;
}
.pad-bottom-50{
	padding-bottom: 50px;
}
.padding-top-bottom-50{
	padding: 50px 0px;
}
.padding-full-50{
	padding: 50px;
}
.img-row img{
	width: 100%;
}
.picshift img{
	padding-top: 50px;
    display: block;
    margin: -100px auto 50px;
}
.picblock-center img{
	display: block;
    margin: 25px auto;
}
#menu{
    right: 0;
    left: auto;
    width: auto;
    top:40px;
}
#menudeux {
    position: absolute;
    right: 40px;
    top: 30px;
    left: auto;
    width: auto;
}
#menu li{
	background: transparent;
	border-radius: 0;
}
a.dropdown-item:hover{
	color: #c5c218 !important;
}
i.fas{
	color: #FFFFFF;
	font-size: 1.5rem;
}
.login-cni{
	position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #c5c218;
    padding: 5px 10px;
    right:0;
    width: 120px;
    text-align: center;
}
.login-ncm{
	position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #3d5567;
    padding: 5px 10px;
    right: 120px;
    width: 120px;
    text-align: center;
}
.login-cni a, .login-ncm a{
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: 700;
}
.login-cni i, .login-ncm i{
	font-size: 1rem;
}
#menudeux li{
	background: transparent;
	border-radius: 0;
	color: #FFFFFF;
	display: inline-block;
    padding: 20px;
}
#menudeux li a{
	color: #FFFFFF;
}
#menu li:before{
	content: none;
}
#menudeux li:before{
	content: none;
}
p, a, ul, li, div{
	font-family: axia, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.head_underline{
	text-align: center;
	border-bottom: 1px solid #c5c218;
}
strong, .bold{
		font-family: axia, sans-serif;
	font-weight: 700;
	font-style: normal;
}
button{
	padding: 10px 25px;
    margin: 25px 0px;
    border: none;
    border-radius: 0px 15px 15px 15px;
    background: #3d5567;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: block;
}
.Axia-Light, h1, h2, h3, h4, button{
	font-family: axia, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.max400-center{
	max-width: 400px;
    display: block;
    margin: 0 auto;
}
.max480-center{
	max-width: 620px;
    display: block;
    margin: 0 auto;
}
.max400-left{
	max-width: 400px;
	text-align: left;
}
h1{
	color: #c5c218;
	font-size: 3rem;
	line-height: 3.2rem;
	padding-bottom: 10px;
}
h2.prod-subhead{
	font-size: 1.75rem;
    font-weight: 700;
    color: rgb(61, 85, 103);
    padding-bottom: 25px;
}
p, a, ul, li{
	font-size: 1.35rem;
	line-height: 1.8rem;
}
p{
	padding-bottom: 25px;
}
ul{
	margin-left: 20px;
}
ul.square-list li{
	padding: 0px 20px 20px 0px;
	text-indent: -20px;
	margin-left: 20px;
}
ul.square-list li:before {
	content: ' ■ ';
	color: #c5c218;
	margin-left: -20px;
	margin-right: 10px;
	font-size: 2.5rem;
    padding:0;
    line-height: 0;
    vertical-align: middle;
}
/*ul.two-col{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding-bottom: 25px;
}*/
p:first-child{
	padding-top: 25px;
}
.grayback{
	background-color: #DDDDDD;
}
.cs-head-photo{
	width: 100%;
	height: 600px;
	display:block;
	position: relative;
}
.logo{
	position: absolute;
    top: 20px;
    left: 50px;
    z-index: 10;
    background-image: url('/img/county-pack-logo-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 150px;
}
.white{
	color: #FFFFFF;
}
.dkblue{
	color: #343741;
}
.dkblueback{
	background-color: #343741;
}
.contact-info{
	color: #c5c218;
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding: 50px 0px;
}
.service-menu{
	width: 250px;
	position: fixed;
	z-index: 10;
	right: 0;
}
.cs-menu{
	width: 250px;
	position: fixed;
	z-index: 10;
	right: 0;
}
i.fa-images{
	font-size: 4rem;
    color: #ACACAC;
    text-align: center;
    width: 100%;
    padding-top: 35%;
}
.fakevideo{
	width: 100%;
	height: 480px;
	background: #DDD;
}
.fakevideo i.fa-play-circle{
	font-size: 4rem;
    color: #ACACAC;
    text-align: center;
    width: 100%;
    padding-top: 45%;
}
.menu-item{
    background: #c5c218;
    margin: 10px 0px;
    padding: 5px 0px 5px 10px;
    position: relative;
    right: -210px;
    color: #c5c218;
    transition: right 500ms;
}
.menu-item:hover{
	cursor: pointer;
	right: 0;
    background: #000;
}
.menu-item a{
	font-size: 1rem;
	color: #c5c218;
}
.menu-item a:hover{
	text-decoration: none;
}
.cs-menu .menu-item{
	background: #3d5567;
}
.show{
    background: rgba(35,45,67,.8);
}
.showmenu{
	right: 0;
    background: #000;
}
.menu-icon{
	width: 30px;
	color: #c5c218;
	display: inline-block;
}
.contact-form{
	padding: 50px 0px;
}
.contact-info div{
	padding-bottom: 15px;
}
.mgmt-hdr-logo{
	margin-top: 80px;
}
.mgmt-hdr-logo img{
	margin-top: -60px;
    margin: -60px auto 50px;
    display: block;
}
.facility-hdr-logo{
	margin-top: 0px;
}
.facility-hdr-logo img{
	margin-top: -60px;
    margin: -60px auto 50px;
    display: block;
}
.facility-pics{
	margin-bottom: 50px;
}
.dasbutton button{
	margin: 25px auto;
}
.fullimg img{
	width: 100%;
}
.about-mgmt{
	text-align: center;
	color: #FFFFFF;
}
.about-mgmt p{
	margin: 25px 0px;
	font-size: 1rem;
}
.green{
	color: #c5c218;
}
.nav-int{
	background-color: #343741;
	height: 125px;
}
.space-invader{
	background-color: #343741;
	width: 100%;
    height: 400px;
    position: absolute;
    z-index: -1;
}
.space-invader-2{
	background-color: #3d5567;
	width: 100%;
    height: 400px;
    position: absolute;
    z-index: -1;
}
.noMargin{
	margin: 0;
}
.copy-block-1{
	padding: 100px;
}
#section0{
	background-image: url('/img/shape-home-big-c.svg'), url('/img/homepage-back-01.jpg');
	background-position: center center;
	background-size: 800px 800px, cover;
	background-repeat: no-repeat;
}
#section0a{
	background-image: url('/img/homepage-back-01.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#section1a{
	background-image: url('/img/homepage-back-02.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#section2a{
	background-image: url('/img/homepage-back-03.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#section3a{
	background-image: url('/img/homepage-back-04.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#logo{
	width: 200px;
	height: 125px;

}
.fp-viewing-anchor1 #menu li a, .fp-viewing-anchor1 #menu li.active a{
	color: #FFFFFF;
}
.fp-viewing-anchor2 #menu li a, .fp-viewing-anchor2 #menu li.active a{
	color: #000;
}
.fp-viewing-anchor3 #menu li a, .fp-viewing-anchor3 #menu li.active a{
	color: #FFFFFF;
}
.fp-viewing-anchor4 #menu li a, .fp-viewing-anchor4 #menu li.active a{
	color: #000;
}
.fp-viewing-anchor5 #menu li a, .fp-viewing-anchor5 #menu li.active a{
	color: #FFFFFF;
}
.fp-viewing-anchor6 #menu li a, .fp-viewing-anchor6 #menu li.active a{
	color: #000;
}
.fp-viewing-anchor7 #menu li a, .fp-viewing-anchor7 #menu li.active a{
	color: #FFFFFF;
}
.fp-viewing-7 #menu li a, .fp-viewing-7 #menu li.active a{
	color: #FFFFFF;
}
.fp-viewing-anchor1 .logo, .fp-viewing-anchor3 .logo, .fp-viewing-anchor5 .logo, .fp-viewing-anchor7 .logo{
    background-image: url('/img/county-pack-logo-white.svg');	
}
.fp-viewing-anchor2 .logo, .fp-viewing-anchor4 .logo, .fp-viewing-anchor6 .logo, .fp-viewing-anchor8 .logo, .fp-viewing-8 .logo{
	background-image: url('/img/county-pack-logo-blue.svg');
}
.fp-viewing-anchor2 .navbar-dark .navbar-toggler-icon, .fp-viewing-anchor4 .navbar-dark .navbar-toggler-icon, .fp-viewing-anchor6 .navbar-dark .navbar-toggler-icon, .fp-viewing-anchor8 .navbar-dark .navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50,50,50, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

.footer{
	height: 250px;
}
.footer-info{
	text-align: center;
	background-color: rgb(61, 85, 103);
}
.placepic-1{
    width: 225px;
    height: 225px;
    background-color: #DDD;
    border-radius: 0px 0px 0px 20px;
    margin: 50px auto;
    max-width: 100%;
}
.placepic-2{
	width: 450px;
    height: 450px;
    background: #DDD;
    margin: -100px auto 25px;
    border-radius: 0px 0px 0px 20px;
        max-width: 100%;
}
.placepic-3{
	width: 450px;
    height: 450px;
    background: #DDD;
    margin: 100px auto 25px;
    border-radius: 0px 0px 0px 20px;
        max-width: 100%;
}
.reverse-block-top{
	margin-top: -150px;
}
#menu li.active, #menu li:hover {
    border-radius: 0px 10px 10px 10px;
}
.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}
.quote{
	width: 75%;
    text-align: center;
    margin: 0 auto;
}
.fab{
	padding: 10px;
	font-size: 2rem;
}
#fp-nav ul li a span{
	border-radius: 0;
	width: 8px;
	height: 8px;
	background: #c5c218;
}
#fp-nav ul li a.active span{
	border-radius: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #c5c218;
	background: #FFFFFF;
	margin: -2px 0 0 -2px;
}
.headshots{
	padding: 50px 0px;
}
/*about page*/
.about-header{
	background-image: url('/img/about-header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	margin-bottom: 50px;
	background-position: bottom;
}


@media (min-width:576px) and (max-width:768px) {
	
  	.hero-headline h1 {
    font-size: 2.25rem;
    }
    
    .hero-headline {
    width: 57vw;
    }
    
    #menu, #menudeux {
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    height: auto;
	}
	
	.navbar-toggler {
		z-index: 11;
	}
	
	ul.navbar-nav{
		padding: 25px 50px;
	}
	
	.show{
		position: fixed;
		z-index: 10;
	    top: 0;
	    left: 0px;
	    right: 0px;
	    bottom: 0;
	    height: 100%;
	    background: rgba(20,20,20,.95) !important;
	}
	
	li.nav-item.dropdown.show{
		padding: 50px;
	}
	
	.navbar-dark .navbar-toggler{
		border-color: transparent;
	}
	
	.logo {
		top: 20px;
		left: 0;
		height: 85px;
		margin: 0 auto;
		right: 0;
		display: block;
		width: 125px;
	}
	
	.logo img{
	    width: 125px;
	    margin: 0 auto;
	    display: block;
	}
	
	.copy-block-1 {
    padding: 25px 60px 10px 25px !important;
	}
}

@media (max-width: 575px) {
	
#section0 {
    background-size: 400px 400px, cover;
}
	
.mobile-hide{
	display: none;
}
.mobile-icon-pos{
	position: absolute;
	width: 150px;
	bottom: -75px;
	right: -20px;
}	
.nav-int {
	height: 100px;
}
.home .fullimg img {
	max-width: 225px;
}
.copy-block-1{
	padding: 25px;
}
h1{
	font-size: 2rem;
	line-height: 2.25rem;
}
.img-row img{
	margin:10px auto;
}
.logo {
	top: 20px;
	left: 0;
	height: 85px;
	margin: 0 auto;
	right: 0;
	display: block;
	width: 125px;
}
.logo img{
    width: 125px;
    margin: 0 auto;
    display: block;
}
#menu, #menudeux {
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    height: auto;
}
#menudeux li{
	padding: 25px;
}
#menudeux li.nav-item.dropdown.show{
	padding: 50px 75px;
}

.navbar-toggler {
	z-index: 11;
}
ul.navbar-nav{
	padding: 25px 50px;
}
.picshift img {
	margin: 0 !important;
	padding: 25px 0px;
	width: 100%;
}
.quote{
	padding: 0px 0px 25px 0px;
}
.show{
	position: fixed;
	z-index: 10;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 100%;
    background: rgba(20,20,20,.95) !important;
}
.navbar-dark .navbar-toggler{
	border-color: transparent;
}
}