@charset "utf-8";
/* CSS Document */


body {
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 100%;
	padding: 0;
	margin: 0;
}

a {
 color:	rgba(93,135,191,1.00);
	font-weight: 400;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

@media only screen and (min-width : 2px)    {
	
	
#services-container {
	width: 100%;
	height: auto;
	position: relative;
	
}

.btn.btn-default.sm {
	font-size: 0.85em;
	background-color: rgba(88,88,88,1.00);
	color: rgba(235,235,235,0.8);
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	text-decoration: none;
}

.btn.btn-default.sm:hover {
	text-decoration: none;
	opacity: 0.8;
}  


.catagory-content {
		 width: auto;
		 height: auto;
		 position: relative;
		 margin: 0;
		padding: 5px;
		 overflow: hidden;
		 display: block;
		 /*background-color: rgba(24,27,27, .90);*/
}

.sidebar-container {
    width: 90%;
	height: auto;
    position: relative;
	overflow: hidden;
	display: block;
	padding: 5px;
	margin: auto;
    }

.sidebar-container p {
	padding: 0 20px 0 20px;
	font-size: 1.15em;
	color: rgba(53,53,53, 1.00);
}
	 

.sidebar-container h1 {
	font-size: 2em;
	font-weight: 300;
	margin-top: 90px;
	padding: 0 20px 0 20px;
	color: rgba(197,197,197,1.00);
}

.sidebar-container h2 {
	font-size: 1.75em;
	font-weight: 300;
	color: rgba(53,53,53,1.00);
	padding: 0 20px 0 20px;
}
	 
	 .sidebar-container h2:first-of-type {
		 position: relative;
		 display: block;
		 padding-top: 40px;
	 }

.panel-bullet-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-right: 10px;
}


.panel-bullet {
	width: 98.5%;
	font-size: 1em;
	line-height: 1.5em;
	color: rgba(53,53,53,1.00);
	postion: relative;
	float: left;
	margin: 5px auto;
	padding: 5px;
}

.block-content {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	margin: auto;
}

.services-header {
	width: 100%;
	display: block;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid rgba(228,228,228,1.00);
	/*box-shadow: 1px 1px 5px rgba(53,53,53,0.40);*/

}
 

.panel-close {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: -145px 30px 0 0;
}

.panel-close img {
	width: 100%;
	height: auto;
	position: relative;
}



.block-content img {
	width: 100%;
	height: auto;
	position: relative;
	
}

.panel-icon {
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	margin: 15px 0 0 20px;

}

.panel-icon img {
	width: 100%;
	height: auto;
	position: relative;
	border: none;
}

h1.panel-headline {
	width: 98%;
	position: relative;
	display: inline-block;
	float: none;
	font-size: 1.7em;
	line-height: 1em;
	margin: 20px 40px 30px 5px;
	text-align: center;
}

.panel-sub-headline {
	width: 60%;
	font-size: 0.65em;
	font-weight: 400;
	color: rgba(23,38,21,1.00);
	text-align: center;
}

.panel-content {
	width: 90%;
	position: relative;
	margin: auto;
}

.block-content p {
	font-size: 1.15em;
	font-weight: 400;
	line-height: 1.45em;
	color: rgba(23,38,21,1.00);
	padding: 10px 20px 0 20px;
	margin: auto;
}
	
	.block-content p:last-of-type {
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(23,38,21,0.8);
	}

	
}

@media only screen and (min-width : 640px)    {
	
	.panel-icon {
		width: 60px;
		height: 60px;
	}
	
	h1.panel-headline {
		font-size: 2.2em;
	}
	
}


@media only screen and (min-width : 1224px)    {

#services-container {
	width: 100%;
	height: auto;
	position: relative;
	/*display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 5px;*/
	overflow: hidden;
}
	
	.panel-close {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	margin: -90px 80px 0 0;
}

.panel-close img {
	width: 100%;
	height: auto;
	position: relative;
}

.btn.btn-default.sm  {
	font-size: 0.85em;
	background-color: rgba(88,88,88,1.00);
	color: rgba(235,235,235,0.8);
	padding: 10px 15px 10px 15px;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	
}

.btn.btn-default.sm:hover {
	text-decoration: none;
	opacity: 0.8;
}  


.catagory-content {
		 width: 24%;
		 height: 100%;
		 position: relative;
		float:left;
		 margin: 0;
		padding: 5px;
		 overflow: hidden;
		 display: block;
		 background-color: rgba(24,27,27, .90);
}

.sidebar-container {
    width: 100%;
	height: auto;
    position: relative;
	overflow: hidden;
	display: block;
	padding: 1px;
	margin-top: 30px;
	margin-bottom: 180px;
    }

.sidebar-container p {
	padding: 0 20px 0 20px;
	font-size: 1em;
	color: rgba(197,197,197, 0.85);
}
	
	
	.sidebar-container p:first-of-type {
		margin-bottom: 35px;
	}
	 

.sidebar-container h1 {
	font-size: 1.2em;
	margin-top: 90px;
	padding: 0 20px 0 20px;
	color: rgba(197,197,197,0.85);
}

.sidebar-container h2 {
	font-size: 1.15em;
	color: rgba(208,217,52,1.00);
	padding: 0 20px 0 20px;
}
	 
	 .sidebar-container h2:first-of-type {
		 position: relative;
		 display: block;
		 padding-top: 40px;
	 }

.panel-bullet-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-right: 10px;
}


.panel-bullet {
	width: 98.5%;
	font-size: 1em;
	line-height: 1.5em;
	color: rgba(197,197,197, 0.85);
	position: relative;
	float: left;
	margin: 5px auto;
	padding: 5px;
}

.block-content {
	width: 75%;
	height: 100%;
	position: relative;
	display: block;
	margin: 0;
	float: right;
}

.services-header {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0;
	margin-top: 30px;
	border-bottom: 1px solid rgba(228,228,228,1.00);
	/*box-shadow: 1px 1px 5px rgba(53,53,53,0.40);*/
}
 

.close-panel {
	width: 75px;
	height: 75px;
	position: relative;
	text-align: center;
	line-height: 0.9em;
	opacity: 0.85;
	border: 1px solid red;

}

.close-panel img {
	width: 50%;
	height: auto;
	position: relative;
}


.close-panel:hover {
	opacity: 1.00;
}

.block-content img {
	width: 100%;
	height: auto;
	position: relative;
	
}

.panel-icon {
	width: 125px;
	height: 125px;
	position: relative;
	float: left;

}

.panel-icon img {
	width: 100%;
	height: auto;
	position: relative;
	border: none;
}

h1.panel-headline {
	width: 70%;
	position: relative;
	float: left;
	font-size: 2.75em;
	font-weight: 500;
	padding: 0 5px 0 5px;
	text-align: left;
}

.panel-sub-headline {
	width: 60%;
	font-size: 0.75em;
	font-weight: 400;
	color: rgba(66,66,66,1.00);
	text-align: left;
}

.panel-content {
	width: 80%;
	position: relative;
	margin: auto;
}

.block-content p.panel-content-view-text {
	font-size: 1.35em;
	font-weight: 400;
	line-height: 1.45em;
	color: rgba(66,66,66,66,1.00);
	padding: 10px 10px 0 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(23,38,21,0.50);
}
	
	.block-content p:last-of-type {
		margin-top: 30px;
		border: none;
	}


}



@media only screen and (min-width : 1423px)    {
	
	.panel-close {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	margin: 50px 80px 0 0;
}
	
}







