/* Styling for 
Patriot Systems LTD
Jesse Love 2014
 */

body {
	font: 13px Tahoma, Arial, sans-serif;
	line-height: 15px;
	color: #404042;
	margin: 0;
	padding: 0;
}

@-ms-viewport{
  width: device-width;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding:0;
}
	

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.9em;
	line-height: 110%;
	font-weight: 400;
	color: #555557;
	padding-top: 30px;
	padding-bottom: 18px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2em;
	line-height: 115%;
	font-weight: 300;
	color: #626265;

}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: 300;
	color: #404042;
}


h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.9em;
	font-weight: 300;
	color: #404042;
	letter-spacing: -.5px;
}

h5 {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: 400;
	color: #72776A;
}

h6 {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 400;
	color: #86C521;
}


p {
	font: 14px Tahoma, Arial, sans-serif;
	line-height: 18px;
	color: #424240;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	}
	
a {
	text-decoration:none;
	outline:none;
	color: #80b826;
	text-decoration: none !important;
}
	
a:hover {
	color: #86C521;
}
	


a.alternative {
	color: #424240;
}

a.alternative:hover{
	color: #dbdbdb;
	cursor: pointer;
}

a.alternative:focus{
	color: #dbdbdb;
	cursor: pointer;
}

a.alternative:visited{
	color: #4a4a4a;
}

	

ul {
	list-style: none;
}


.btn{
	 border-radius: 4px;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.42857;
	 margin-bottom: 0px;
	 padding: 6px 12px;
	 text-align: center;
	 vertical-align: middle;
	 white-space: nowrap;
 }
 
 
button, input, select 
{
	cursor: pointer;
	font-family: 13px Century Gothic, sans-serif;
	padding: 7px 12px 7px 12px;
	margin-bottom: 2px;
	margin-top: 2px;
}



input[type="submit"]
{
color: #424240;

background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 0%, #80c217 70%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(0%,#a1d54f), color-stop(70%,#80c217), color-stop(100%,#7cbc0a)); /* 

Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 0%,#80c217 70%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 0%,#80c217 70%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 0%,#80c217 70%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 0%,#80c217 70%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */


border: 1px solid #86C521;
padding: 12px 45px 12px 45px;
font-weight: bold;
}

input[type="submit"]:hover
{
background: #86C521;
color: #E3ECEF;
font-weight: bold;
outline: 0 none;
text-shadow: 1px 1px 1px rgba(66,66,64, 0.6);
}

input[type="radio"], input[type="checkbox"]
{
background: none;
border: none;
width: 13px;
height: 13px;
}

input[type="text"], input[type="password"]  
{
border: 1px solid #494949;
background: none;
}

 input:hover, select:hover {
 border-color: #86C521;  
 }
 
input:focus, select:focus {  
border-color: #86C521; 
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6);
-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6);  /* Firefox 1-3.6 */
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6); /* Safari 3-4, iOS 1-3.2, Android 1.6- */
outline: 0 none;
}  
 	
button  
{
	font-family: 'Roboto Condensed',sans-serif;
	color: #676765;
	text-align: left;
	text-decoration: none;
	width: 100%;
}  

button:focus, button:hover{  
color: #424240;
}  


label {
color: #424240; 
font-size: 15px; 
line-height: 18px;
}








* {
  box-sizing: border-box;
}


.maintrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two equal columns that sits next to each other */
.maintcolumn {
float: left;
  width: 50%;
  padding: 10px;
  height: auto;
}









/* Change the list style to the little Star List Icon */
.patriotlist
{
list-style-image: url(../globalicons/StarList-Icon.png);
}

/* Start of Global Styling for Accordion  */
.ac-container{
	width: 100%;
	min-width: 400px;
	margin: 10px auto 30px auto;
	text-align: left;
	
}
.ac-container label
{
margin: 0px;
    font-family: Century Gothic,sans-serif;
    font-weight: normal;
	padding: 5px 15px;
	position: relative;
	z-index: 20;
	display: block;
	height: 28px;
	cursor: pointer;
	color: #494949;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	line-height: 29px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #7FB540;
	color:  #494949;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: url(../globalicons/ArrowDown-Icon.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../globalicons/ArrowUp-Icon.png);
}
.ac-container input{
	display: none;
}
.ac-container article{

	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: normal;
	color: #4d4d4d;
	line-height: 19px;
	font-size: 13px;
	padding: 2px 8px 2px 8px;
}

.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 180px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 220px;
}
.ac-container input:checked ~ article.ac-large{
	height: 280px;
}

}
/* End of Global Styling for Accordion  */




/* Start of Styling for Module Accordion  */

.module-accordian{
	width: 100%;
	min-width: 240px;
	margin: 35px auto 35px auto;
	text-align: left;
}
.module-accordian label
{
width: auto;
font-family: 'Open Sans',sans-serif;

    font-weight: 500;
	padding: 5px 15px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	color: #7D7971;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	line-height: 30px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #eaeaea;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

.module-accordian label:hover{
	background: #efefef;
}
.module-accordian input:checked + label,
.module-accordian input:checked + label:hover{
	background: #404040;
	color:  #efefef;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.module-accordian label:hover:after,
.module-accordian input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 28px;
	background: url(/images/globalicons/ArrowDown-Icon.png) no-repeat center center;	
}

.module-accordian label h3
{
font-family: 'Roboto Condensed',sans-serif;
	line-height: 30px;
	font-size: 18px;
	font-weight: 500;
	color: inherit;
}

.module-accordian input:checked + label:hover:after{
	background-image: url(/images/globalicons/ArrowUp-Icon.png);
}
.module-accordian input{
	display: none;
}
.module-accordian article{
	background: rgba(255, 255, 255, 0.5);
	margin: -1px 15px auto 15px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.module-accordian article p{
	font-style: normal;
	color: #4d4d4d;
	line-height: 19px;
	font-size: 13px;
	padding: 2px 8px 2px 8px;
}


.module-accordian-OFF article a
{
text-decoration:none; padding: 2px; margin-top: 0; font-size: 13px; color: #4e4e4e;
}


.module-accordian-OFF article a:hover
{
color: #7FB540;
}


.module-accordian article ul
{
list-style-image: url('/images/globalicons/Tick-Icon.png');
}

.module-accordian article ul li
{
	font-weight: lighter;
	color: #494949;
	float: left;
	margin-left: 26px;
	}
	
.listnormal ul li{
float: none;
clear:both;
}

.module-accordian input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.module-accordian input:checked ~ article.ac-small{
	height: 170px;
}
.module-accordian input:checked ~ article.ac-medium{
	height: 220px;
}
.module-accordian input:checked ~ article.ac-large{
	height: 325px;
}

.module-accordian input:checked ~ article.ac-larger{
	height: 380px;
}

.module-accordian input:checked ~ article.ac-largest{
	height: 515px;
}

.module-accordian input:checked ~ article.ac-massive{
	height: 525px;
}

.module-accordian input:checked ~ article.ac-massive-two{
	height: 630px;
}
.module-accordian input:checked ~ article.ac-massive-150{height: 150px;}
.module-accordian input:checked ~ article.ac-massive-250{height: 250px;}
.module-accordian input:checked ~ article.ac-massive-300{height: 300px;}
.module-accordian input:checked ~ article.ac-massive-325{height: 325px;}
.module-accordian input:checked ~ article.ac-massive-350{height: 350px;}
.module-accordian input:checked ~ article.ac-massive-375{height: 375px;}
.module-accordian input:checked ~ article.ac-massive-400{height: 400px;}
.module-accordian input:checked ~ article.ac-massive-425{height: 425px;}
.module-accordian input:checked ~ article.ac-massive-450{height: 450px;}
.module-accordian input:checked ~ article.ac-massive-475{height: 475px;}
.module-accordian input:checked ~ article.ac-massive-500{height: 500px;}
.module-accordian input:checked ~ article.ac-massive-525{height: 525px;}
.module-accordian input:checked ~ article.ac-massive-550{height: 550px;}
.module-accordian input:checked ~ article.ac-massive-575{height: 575px;}
.module-accordian input:checked ~ article.ac-massive-600{height: 600px;}
.module-accordian input:checked ~ article.ac-massive-625{height: 625px;}
.module-accordian input:checked ~ article.ac-massive-650{height: 650px;}
.module-accordian input:checked ~ article.ac-massive-675{height: 675px;}
.module-accordian input:checked ~ article.ac-massive-700{height: 700px;}

/* End of Global Styling for Accordion  */



/* Start of Styling for Module Accordion three  */

.module-accordian-three{
	width: 100%;
	min-width: 240px;
	margin: 35px auto 35px auto;
	text-align: left;
}
.module-accordian-three label
{
width: auto;
font-family: 'Open Sans',sans-serif;

    font-weight: 500;
	padding: 4px 15px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.4);

	line-height: 30px;
	font-size: 16px;
	
	background: #ebebeb;
	color:  #5e5e5e;
	
	border: 1px solid #bad574;
box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}

.module-accordian-three label:hover{
	background: #bad574;
	color: #404042;
}
.module-accordian-three input:checked + label,
.module-accordian-three input:checked + label:hover{

		background: #404042;
	color:  #efefef;
	
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);

}
.module-accordian-three label:hover:after,
.module-accordian-three input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 18px;
	background: url(/images/globalicons/ArrowDown-Icon.png) no-repeat center center;	
}

.module-accordian-three label h3
{
font-family: 'Roboto Condensed',sans-serif;
	line-height: 30px;
	font-size: 18px;
	font-weight: 500;
	color: inherit;
	padding-top: 9px;
}

.module-accordian-three input:checked + label:hover:after{
	background-image: url(/images/globalicons/ArrowUp-Icon.png);
}
.module-accordian-three input{
	display: none;
}
.module-accordian-three article{
	background: rgba(255, 255, 255, 0.5);
	margin: -1px 15px auto 15px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.module-accordian-three article p{
	font-style: normal;
	color: #4d4d4d;
	line-height: 19px;
	font-size: 13px;
	padding: 2px 8px 2px 8px;
}


.module-accordian-three article a
{
text-decoration:none; padding: 2px; margin-top: 0; font-size: 13px; color: #4e4e4e;
}


.module-accordian-three article a:hover
{
color: #0e2837;
}


.module-accordian-three article ul
{
list-style-image: url('/images/globalicons/Tick-Icon.png');
}

.module-accordian-three article ul li
{
	font-weight: lighter;
	color: #494949;
	float: left;
	margin-left: 26px;
	}
	
.listnormal-three ul li{
float: none;
clear:both;
}

.module-accordian-three input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.module-accordian-three input:checked ~ article.ac-large{
	height: 300px;
}

.module-accordian-three input:checked ~ article.ac-larger{
	height: 450px;
}

.module-accordian-three input:checked ~ article.ac-largest{
	height: 580px;
}

.module-accordian-three input:checked ~ article.ac-massive{
	height: 650px;
}
.module-accordian-three input:checked ~ article.ac-main{
	height: 1375px;
}

.module-accordian-three input:checked ~ article.ac-massive-150{height: 150px;}
.module-accordian-three input:checked ~ article.ac-massive-250{height: 250px;}
.module-accordian-three input:checked ~ article.ac-massive-300{height: 300px;}
.module-accordian-three input:checked ~ article.ac-massive-325{height: 325px;}
.module-accordian-three input:checked ~ article.ac-massive-350{height: 350px;}
.module-accordian-three input:checked ~ article.ac-massive-375{height: 375px;}
.module-accordian-three input:checked ~ article.ac-massive-400{height: 400px;}
.module-accordian-three input:checked ~ article.ac-massive-425{height: 425px;}
.module-accordian-three input:checked ~ article.ac-massive-450{height: 450px;}
.module-accordian-three input:checked ~ article.ac-massive-475{height: 475px;}
.module-accordian-three input:checked ~ article.ac-massive-500{height: 500px;}
.module-accordian-three input:checked ~ article.ac-massive-525{height: 525px;}
.module-accordian-three input:checked ~ article.ac-massive-550{height: 550px;}
.module-accordian-three input:checked ~ article.ac-massive-575{height: 575px;}
.module-accordian-three input:checked ~ article.ac-massive-600{height: 600px;}
.module-accordian-three input:checked ~ article.ac-massive-625{height: 625px;}
.module-accordian-three input:checked ~ article.ac-massive-650{height: 650px;}
.module-accordian-three input:checked ~ article.ac-massive-675{height: 675px;}
.module-accordian-three input:checked ~ article.ac-massive-700{height: 700px;}
.module-accordian-three input:checked ~ article.ac-massive-1400{height: 1400px;}

/* End of Global Styling for Accordion Three */











/* Start of Styling for Module Accordion TWO  */

.module-accordianTwo{
	width: 100%;
	min-width: 240px;
	margin: 35px auto 35px auto;
	text-align: left;
}
.module-accordianTwo label
{
width: auto;
font-family: 'Open Sans',sans-serif;

    font-weight: 500;
	padding: 5px 15px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	color: #7D7971;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	line-height: 30px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #eaeaea;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.module-accordianTwo label:hover{
	background: #efefef;
}
.module-accordianTwo input:checked + label,
.module-accordianTwo input:checked + label:hover{
	background: #404040;
	color:  #efefef;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.module-accordianTwo label:hover:after,
.module-accordianTwo input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 8px;
	background: url(/images/globalicons/ArrowDown-Icon.png) no-repeat center center;	
}

.module-accordianTwo label h3
{
font-family: 'Roboto Condensed',sans-serif;
	line-height: 30px;
	font-size: 18px;
	font-weight: 500;
	color: inherit;
}

.module-accordianTwo input:checked + label:hover:after{
	background-image: url(/images/globalicons/ArrowUp-Icon.png);
}
.module-accordianTwo input{
	display: none;
}
.module-accordianTwo article{
	background: rgba(255, 255, 255, 0.5);
	margin: -1px 15px auto 15px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.module-accordianTwo article p{
	font-style: normal;
	color: #4d4d4d;
	line-height: 19px;
	font-size: 13px;
	padding: 2px 8px 2px 8px;
}


.module-accordianTwo article a
{
text-decoration:none; padding: 2px; margin-top: 0; font-size: 13px; color: #4e4e4e;
}


.module-accordianTwo article a:hover
{
color: #7FB540;
}


.module-accordianTwo article ul
{
list-style-image: url('/images/globalicons/Tick-Icon.png');
}

.module-accordianTwo article ul li
{
	font-weight: lighter;
	color: #494949;
	float: left;
	margin-left: 26px;
	}
	
.module-accordianTwo input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.module-accordianTwo input:checked ~ article.ac-small{
	height: 170px;
}
.module-accordianTwo input:checked ~ article.ac-medium{
	height: 220px;
}
.module-accordianTwo input:checked ~ article.ac-large{
	height: 300px;
}

.module-accordianTwo input:checked ~ article.ac-larger{
	height: 355px;
}

.module-accordianTwo input:checked ~ article.ac-largest{
		height: 478px;
}



/* End of Global Styling for Accordion TWO  */




.classicbutton {
padding: 4px;
margin: 5px;
background: #7e7e7e;
width: 177px;
border-radius: 3px;
color: #f7f7f7;
}

.classicbutton:focus, .classicbutton:hover{  
background:#424240;
color: #efefef;
} 


.classicbutton table{ width: 100%;}






.patriot-feature-table h2 {
font-size: 1.5em;
line-height: 1.6em;
font-weight: 400;
}

.patriot-feature-table h4 {
font-size: 1.1em;
line-height: 1.2em;
}


.patriot-feature-table {
  display: block;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  overflow: auto;
  width: auto;
  text-align: center;
  border: 1px solid #bad574;
  }
  
 .patriot-feature-table th {
    background-color: #bad574;
    color: #424240;
    font-weight: normal;
    padding: 15px 25px;
    text-align: center;
	border: 1px solid #bad574;
  }
 .patriot-feature-table td {
    background-color: none;
      color: #424240;
  border: 1px solid #bad574;
    padding: 3px 7px;
	background-color: #ffffff;
  }
  
  .patriot-feature-table td:first-child { text-align: left; }
		
.patriot-feature-table th { text-align: center; }



























/* Start of Feature and main product tables  */




.btn-custom {
  color: #686a6b;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #666666;
  background: none;
}
.btn-custom:hover {
  color: #424240;
  border: 1px solid #666666;
  background: #9dcf57;
}


.btn-custom-two{
  color: #686a6b;
  font-size: 15px;
  border: 1px solid #666666;
  background: #cfcfcf;
  border-radius: 0px;
  margin-top: 10px;
  font-weight: 400;
}

.btn-custom-two:hover {
  color: #424240;
  border: 1px solid #666666;
  background: #9dcf57;
}



.btn-custom-three{
  color: #616161;
  font-size: 18px;
  border: 1px solid #424240;
  background: none;
  border-radius: 0px;
  margin-top: 10px;
  font-weight: 400;
}



.btn-custom-three:hover {
  color: #79b635;
  border: 1px solid #616161;
  background: #424240;
}


.btn-custom-four {
  color: #d9d9d9;
  font-size: 18px;
  border: 1px solid #8f8f8f;
  background: #424240;
  border-radius: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-custom-four:hover {
  color: #424240;
  border: 1px solid #8f8f8f;
  background: #efefef;
  border-radius: 0px;
}

.btn-custom-five {
  color: #efefef;
  font-size: 18px;
  border: 1px solid #424240;
  background: #424240;
  border-radius: 0px;
  margin: 8px;
}
.btn-custom-five:hover {
  color: #424240;
  border: 1px solid #424240;
  background: #efefef;
  border-radius: 0px;
}


.btn-custom-six{
  color: #424240;
  font-size: 18px;
  border: 1px solid #424240;
  background: none;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 400;
}

.btn-custom-six:hover {
  color: #424240;
  border: 1px solid #424240;
  background: #ffffff;
}


*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


.features-table {
margin-top: 50px;
margin-bottom: 50px;
margin:0;
text-align: center;
overflow: hidden;
}

.features-table ul{
overflow: hidden;
padding: 0;
list-style-type: none;
margin-left: auto;
margin-right: auto;
display: inline-block;
}

.features-table ul li{
float: left;
}

.features-table .header{
 position: relative;
  background: #9dcf57;
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
    border: 1px solid #e3e3e3;
}

.features-table .details {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}

.features-table .title {
  color: #424240;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.PatriotProducts{
width: 330px;
padding: 15px;
position: relative;
padding-bottom: 30px;
}



.PatriotProducts .details ul {
  padding: 0px;
  display: block;
  margin: 0px auto;
  list-style-type: none;

}
.PatriotProducts .details ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #6e7376;
  font-size: 16px;
  line-height: 42px;
  float: none;
}
.PatriotProducts .details ul li:last-child {
  border: none;
}
.PatriotProducts .details ul li i {
  margin-right: 12px;
  color: #bdc3c7;
}
.PatriotProducts .details ul li span {
  color: #34495e;
}




/* Feature Table specific css for tables  */

 .col-w195{
width: 195px;
float: left;
}

 .col-w230{
width: 230px;
float: left;
}

 .col-w300{
width: 310px;
float: left;
}

 .col-w450{
width: 450px;
float: left;
}


.features-table .col-h87{
height: 87px;
}

.features-table .col-h115{
height: 115px;
}


.col-h210{
height: 210px;
}

.col-h280{
height: 280px;
}

.col-h420{
height: 420px;
}

.col-h350{
height: 350px;
}

.col-h370{
height: 370px;
}

.features-table .col-h250{
height: 250px;
}

.features-table .col-main{
padding: 10px;
}


.features-table .feature-header{
position: relative;
text-align: center;
background: #9dcf57;  
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 7px 10px;
  border: 1px solid #e3e3e3;
}

.features-table .feature-header h2 {
  color: #424240;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
}

.features-table .feature-details{
text-align: center;
padding: 10px;
  background: #f6f9fa;
  border: 1px solid #e3e3e3;
}

.features-table .feature-details  img {
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 80px;
  
}




.dottedbox{
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px dotted #666666;
border-bottom: 1px dotted #666666;
}

.dottedboxtoponly{
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px dotted #666666;
border-bottom: none;
}


.mainpoints {

margin-top: 12px;
margin-bottom: 12px;
margin-left: auto;
margin-right: auto;
padding: 0;
overflow: hidden;

}

.mainpoints ul{
overflow: hidden;
list-style-type: none;
margin-left: auto;
margin-right: auto;
  }

.mainpoints-header{
position: relative;
text-align: center;
padding: 7px 10px;
}

.mainpoints-header h2 {
  color: #424240;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-top: 1px;
}

.mainpoints-details{
text-align: center;
padding: 10px;
}

.mainpoints-details  img {
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 40px;
}

.mainpoints-details-two{
text-align: center;
padding: 10px;
background: #ffffff;
height: 287px;
}

.mainpoints-details-two  img {
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}


.imagepoints ul{
padding: 0;
list-style-type: none;
margin-left: auto;
margin-right: auto;
display: inline-block;
}

.imagepoints ul li{
float: left;
width: 33%;
}

.imagepoints-div{
text-align: center;
padding-top: 80px;
padding-left: 10px;
padding-right: 10px;
margin: 0px;
width: 100%;
height: 300px;
  -webkit-background-size: auto 100%;
  -moz-background-size: 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.imagepoints-div  h2 {
  color: #424240;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.imagepoints-div  .btn {
margin-left: auto;
margin-right: auto;
}






.modulepoints {
margin-top: 12px;
margin-bottom: 12px;
margin-left: auto;
margin-right: auto;
padding: 0;
overflow: hidden;
}



.modulepoints .mainpoints-header{
position: relative;
text-align: center;
padding: 7px 10px;
background: #9dcf57;   
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #e3e3e3;
}

.modulepoints .mainpoints-header  img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
  padding-top: 7px;
  width: 90px;
}

.modulepoints .mainpoints-header h2 {
  color: #424240;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  margin-top: 1px;
}

.modulepoints .mainpoints-header a {
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 15px;
  line-height: 22px;
}

.icon-table table{
height: 120px;
display: table;
margin-left: auto;
margin-right: auto;
padding: 0px;
border-collapse: separate;
border-spacing: 0px;
}

.icon-table table tr{

}

.icon-table table td{
   display: table-cell;
    text-align: center;
    vertical-align: middle
}

.icon-table img{
padding: 5px;
margin-left: auto;
margin-right: auto;
}

.modulepoints .mainpoints-details{
text-align: center;
background: #ffffff; 
padding: 7px 10px;
border: 1px solid #e3e3e3;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
height: 285px;
}





/* CSS for main feature table on index page*/



.indexfeatures {
margin-top: 12px;
margin-bottom: 12px;
margin-left: auto;
margin-right: auto;
padding: 0;
overflow: hidden;
}


.indexfeatures ul{
overflow: hidden;
padding: 0;
list-style-type: none;
margin-left: auto;
margin-right: auto;
}

.indexfeatures ul li{
float: left;
display: inline;
}


.indexfeaturesdiv{
width: 100%;
min-width: 500px;
margin: 5px;
height: 220px; 
background: none;
padding: 5px;
border-radius: 11px;
}
  
  
.indexfeaturesdiv .indexfeatures-header{
position: relative;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 140px;
min-width: 490px;
height: 150px;
}

.indexfeaturesdiv .indexfeatures-header h2 {
  color: #424240;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  margin-top: 1px;
}

.indexfeaturesdiv .indexfeatures-details{
text-align: center;
float: left;
margin-top: 10px;
}

.indexfeaturesdiv .indexfeatures-details img {
padding: 10px;
}




/* CSS for text and columns*/

.textimage img{
max-width: 100%;
max-height: 100%;
}

.textimage-coltwo{
margin: 0px;
padding: 0;
}

.textimage-coltwo ul{
padding: 0px;
list-style-type: none;
margin-left: auto;
margin-right: auto;
display: table;
}

.textimage-coltwo ul li{
float: left;
display: inline;
padding: 0px;
margin: 0px;
width: auto;
}

.text-half{
margin: 0px;
background: none;
padding: 30px;
}


.text-half p {
line-height: 25px;
color: #808080;
}

.text-half-withimage{
margin: 0px;
background: none;
padding: 30px;
}

.text-half-withimage h2{
margin-top: 50px;
margin-bottom: 8px;
font-weight: 400;
}

.text-half-withimage p{
font-size: 14px;
line-height: 20px;
color: #666666;
}


.mainthreepoints{
	padding-top: 25px;
}

.mainthreepoints table{
width: 100%;
}

.mainthreepoints table tr td{
width: 33%;
}



/* added in 2018 March*/

.downarrow {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #255668;
}


.text-third{
margin: 0px;
background: none;
padding: 30px;
}

.text-third p {
line-height: 25px;
color: #808080;
}

.text-third-withimage h2{
margin-top: 50px;
margin-bottom: 8px;
font-weight: 400;
}

.text-third-withimage p{
font-size: 14px;
line-height: 20px;
color: #666666;
}


.text-third-withimage{
margin: 0px;
background: none;
padding: 30px;
max-width: 800px;
}





.index-responsive-div  li{
list-style: none;
margin-bottom: 3px;
}

.index-responsive-div  li a{
font-size: 13px;
line-height: 16px;
}


.text-half-withimage-two{
margin: 0px;
background: none;
padding: 30px;
max-width: 650px;
}

.image-half-two{
width: 480px;
margin: 0px;
background: none;
padding: 0px;
}


.linked-box{

 background-color: #ffffff;
  border: 0px;
  margin: 0px;
  transition: 0.5s;
}

.linked-box:hover{
background-color: #b3d576;
}

.linked-box-three{
 background-color: #e9efec;
  margin: 0px;
  border: 0px;
  transition: 0.5s;

}

.linked-box-three:hover{
background-color: #b3d576;
}

.linked-box-four{
 background-color: none;
  margin: 0px;
  border: 0px;
  transition: 0.5s;

}

.linked-box-four:hover{
background-color: #b3d576;
}


  
.linked-box-two{
 background-color: #e9efec;
  margin: 0px;
  border: 0px;
  transition: 0.5s;
}

.linked-box-two:hover{
background-color: #b3d576;
}


.index-div-header {
padding: 0px; margin:0;
height: 320px;
}

.greenborder{
	border: 1px solid #bad574;
}

.ticklistmodule{
display: inline-block;
}

.ticklistmodule ul{
margin-right: 12px;
padding-right: 20px;
margin-top: 6px;	
margin-bottom: 6px;
display: inline-block;
}


.ticklistmodule ul li {
list-style-image: url('https://www.patriotsystems.com/images/globalicons/Tick-Icon.png');
display: list-item;
width: 100%;
}

.ticklistmodule p {
font-size: 16px;
margin: 0px;
padding: 0px;
}



.dynamicdiv .ticklistmodule{
display: inline-block;
}

.dynamicdiv .ticklistmodule ul{
margin-right: 12px;
padding-right: 20px;
margin-top: 6px;	
margin-bottom: 6px;
display: inline-block;
}


.dynamicdiv .ticklistmodule ul li {
list-style-image: url('https://www.patriotsystems.com/images/globalicons/Tick-Icon.png');
display: list-item;
width: 100%;
}

.dynamicdiv .ticklistmodule p {
font-size: 16px;
margin: 0px;
padding: 0px;
}




.listcoltwo{
margin: 0px;
padding: 0;
}


.listcoltwo ul{
padding: 0px;
list-style-type: none;
margin-left: auto;
margin-right: auto;
display: table;
}

.listcoltwo ul li{
float: left;
display: inline;
padding: 0px;
margin: 0px;
width: 50%;
}

.ticklist ul li{
list-style-image: url('/images/globalicons/Tick-Icon.png');	
}

.newsbox{padding: 12px; margin-top: 15px;}


.listcoltwo ul li p{
margin: 10px;
padding: 5px;
}


.dynamictwodiv{padding: 0px; margin: 0px; display: inline-block;}
.dynamicdiv{padding: 0px; margin: 0px; width: 50%; float: left;}



.responsive {
    width: 100%;
    height: auto;
}




/* ------------------------------------------- TESTIMONIALS CSS ------------------------------------------- */

.Patriotmessage p{
font-size: 19px;
line-height: 38px;
color: #255668;	
font-style: normal;
font-weight: 300;
letter-spacing: .5px;
}

.testimonials {
  overflow: hidden;
  position: relative;
}

.testimonials {
  background: #ffffff;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #00000;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}


/* ------------------------------------------- MAIN Styling ------------------------------------------- */

#page-wrap {
height: auto;
margin: 0; padding: 0;
display: block;
}

/* ------------------------------------------- HEADER Specific Styling ------------------------------------------- */

#header-wrap {
margin:0;
padding:0;
z-index: 100;
height: auto; 
margin: 0px;
padding: 0px;
position: relative;
}


#header-main {
background: #5a5757; 
margin: 0; 
padding:0;
}

#header-support {
display: inline;
float: right; 
}

#header-right {
display: inline;
float: right; 
padding: 0px; 
margin:25px 45px 0 0;
}


#header-main  h1{
font-family: 'Roboto Condensed',sans-serif;
color: transparent;
font-size: 35px;
}

#headerlogo{
margin-left: 20px; 
margin-top: 10px; 
padding: 5px;
}

#header-right h3 {
	color: #5A5A5A;
	text-align: left;
	text-decoration: none;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16px;
}

.login {
background: url(img/loginicon.png) no-repeat;
background-position: top left;
padding-left: 23px;
margin: 12px 25px 0 0;
float: right;
cursor: pointer:
}

.login  a{
color: #efefef;
	text-align: left;
	text-decoration: none;
		font-family: 'Roboto Condensed',sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer:
}


.login  a:hover {
	color: #86C521;
	}
	
.login a:visited{
	color: none;
	}
	
	
.login:hover {
background-position: top left;
padding-left: 23px;
margin: 12px 25px 0 0;
float: right;
background: url(img/loginiconhover.png) no-repeat;
}


.search {
background: url(img/searchicon.png) no-repeat;
background-position: top left;
padding-left: 23px;
margin: 12px 25px 0 0;
float: right;
cursor: pointer:
}

.search a{
color: #efefef;
	text-align: left;
	text-decoration: none;
		font-family: 'Roboto Condensed',sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer:
}

.search  a:hover {
	color: #86C521;
	}
	
.search a:visited{
	color: none;
	}
	
	
	
.search:hover{
background-position: top left;
padding-left: 23px;
margin: 12px 25px 0 0;
background: url(img/searchiconhover.png) no-repeat;

}



/* ------------------------------------------- MAIN CONTENT ( MIDDLE ) Specific Styling ------------------------------------------- */

#mainwrap {
margin: 0; padding: 0;
}
 
/* This is the main content resizing div */

#main-dynamic-casing{
background: none;
width: auto;
min-width: 240px;
height: auto;
margin: 0; 
padding: 0;
}

.index-responsive-div{
max-width: 1150px;
margin: 0px auto 0px auto;
padding: 0px;
}


#maintabtable {
  min-width: 320px;
  padding: 50px 0px 50px 0px;
  margin: 0 auto;
  background: #fff;
}

#maintabtable section {
  display: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}

#maintabtable  input {
  display: none;
}

#maintabtable  label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  color: #bbb;
  border: 1px solid transparent;

 font-family: 'Roboto Condensed',sans-serif;

 width: 32%;
   text-transform: uppercase;
  letter-spacing: -.5px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  margin-top: 1px;
  background: #ffffff;
}


#maintabtable  label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  display: block;
   margin-left: auto;
  margin-right: auto;

}

#maintabtable  label[for*='1']:before {
  content:url('img/NewStationicon2.png');

}

#maintabtable  label[for*='2']:before {
content:url('img/MigrateStationicon2.png');

}

#maintabtable  label[for*='3']:before {
 content:url('img/UpgradeStationicon2.png');
}


#maintabtable label:hover {
  color: #9dcf57;
  background: #eef8e0;
  cursor: pointer;
}

#maintabtable input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #8fc63c;
  border-bottom: 1px solid #fff;
  background: #9dcf57;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
  min-height: 500px;
}




.responsive-image{
padding: 0px;
margin: 0px;
}

.responsive-image img{
max-width:100%;
}

.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clear: both;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px) scale(2);
  margin-top: 250px;
  clear: both;
  z-index: -9;
}

.parallax__group {
  position: relative;
  transform-style: preserve-3d;
}

/* ------------------------------------------- MAIN CONTENT - INDEX Specific Styling ------------------------------------------- */

#main-content-with-sidebar{
padding: 0px; /* for the category sidebar */
width: auto; min-width: 240px;
background: #ffffff;
margin:0;
}

#main-content-without-sidebar{
padding: 0px; /* for the category sidebar */
width: auto; min-width: 240px;
background: #ffffff;
margin:0;
}

.index-div-one {
padding: 40px; margin:0;
background: #f5f5f5;
height: auto;
}


.index-div-two {
padding: 40px; margin:0;
background: #e9efec;
}

.index-div-three {
padding: 40px; margin:0;
background: #e9efec;
}

.index-div-four {
padding: 40px; margin:0;
background: #ffffff;
}

  
  
.index-div-image{
padding: 0px; margin:0px;
background: #ffffff;

}



.padding5{
	padding: 5px;
}

.responsivelist, .responsivelist1000{
position: relative;
margin: 0;
padding:0;
}


.responsivelist ul, .responsivelist1000 ul{
width: 100%;
list-style: none;
padding: 0;
margin: 0;
position: relative;
border: none;
outline: none;
}

.responsivelist ul li, .responsivelist1000 ul li{
border: none;
outline: none;
width: 50%;
float: left;
display: inline;
padding: 0;
margin:0;
height: auto;
}


.left-list ul {
width: 100%;
display: inline-block;
}

.left-list ul  li{
width: auto;
float: left;
}

.left-list img {
padding: 0px;
margin: 3px;
float: none;
}

.index-dynamic-box {
width: 100%;
margin: 0;
padding: 0;
}




.index-box {
position: relative;
height: 185px;
overflow: hidden;
margin: 0px;
padding:20px 10px;
border-bottom: 2px dashed #E3ECEF;
}


.index-box h3 {
font-family: 'Roboto Condensed',sans-serif;
	font-size: 72px;
	line-height: 80px;
	font-weight: 700;
	text-transform: uppercase;
	color: #D5DDD7;
}


.index-box h4 {
color: #6f7f61;
font-weight: 500;
font-size: 18px;
line-height: 20px;
margin-top: 10px;
}

.index-box img {
float: right;
margin: 3px 18px 0 0;
}

.index-box p{
color: #7E7A7A;
font-size: 14px;
line-height: 16px;
}





.hideatlessthan1600px {
background: #C1E4AE;
}



/* -------------------------------------------------------------- QUOTE FORM ---------------------------------------------  */

.index-box-patriot-product{
margin: 20px 0px 0px 20px; height: 340px; background: #E8E8E8; border: none;
position: relative; display: block;
overflow: hidden;
}

.index-box-patriot-product a{
font-family: 'Roboto Condensed',sans-serif;
}

.patriot-product-list{
width: 33%;
min-width: 300px;
display: inline-block;
margin:0;
padding:0;
}

.index-box-patriot-product ul li{
padding-top: 6px;
padding-bottom: 3px;
}


.index-box-patriot-product h2{
width: 100%;

text-align: center;
font-family: 'Roboto Condensed',sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;



background: #add66f; /* Old browsers */
background: -moz-linear-gradient(top, #add66f 0%, #93ce39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add66f), color-stop(100%,#93ce39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #add66f 0%,#93ce39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #add66f 0%,#93ce39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #add66f 0%,#93ce39 100%); /* IE10+ */
background: linear-gradient(to bottom, #add66f 0%,#93ce39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add66f', endColorstr='#93ce39',GradientType=0 ); /* IE6-9 */
	color: #5a5757;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
		
		


	line-height: 80px;

}

.index-box-patriot-product h3{
line-height: 110%;

}

.index-box-patriot-product p{
text-align: justify;
padding: 12px;
margin: 0px;
font-size: 15px;
}



.index-box-patriot-feature{
width: 80px;
height: 80px;
padding: 7px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
background: #474945;
border: 1px solid #5E5D5B;
text-align: center;
overflow: hidden;
position: relative;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}



.index-box-patriot-feature h5, .index-box-patriot-diagram h5{
font-weight: 700;
color: #fff;
margin:0;
padding: 0;
}

.index-box-patriot-diagram h5{
color: #424240;
}


/* this displays the configuration links in Patriot choice in Products */
.button-with-image {
margin: 14px auto 4px auto;
}

.button-with-image a{
text-decoration: none;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #424240;
font-family: 'Open Sans',sans-serif;
}

.button-with-image a img{
display: inline; float:left; padding-right: 7px; padding-top: 7px;
}

.button-with-image a:visited{
color: #424240;
}

.button-with-image a:hover{
color: #fff;
}



/* this displays the DOWNLOAD DEMO links in Patriot choice in Products */

.bottom-postioned-div {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
	background:  #9AD0EA;

}


.bottom-postioned-div a{
text-decoration: none;
font-size: 22px;
line-height: 40px;
font-weight: 700;
color: #5B5B59;
font-family: 'Roboto Condensed',sans-serif;
}

.bottom-postioned-div a img{ 
display: inline; float:left; padding-right: 10px; margin-left: 25px; margin-top: 7px;
}


.bottom-postioned-div:hover {
background: #60B7E1;
}

.bottom-postioned-div a:visited{
color: #5B5B59;
}

.bottom-postioned-div a:hover{
color: #5B5B59;
}





/* --------------------------------------------------------------- START global button templates ---------------------------------------------------*/

.link-button, .download-file-button, .link-to-file-button, .link-to-page-button, .information-button, .quote-button, .email-button {
height: auto;
min-width: 300px;
margin-top: 15px;
margin-left: 8%;
}  

.support-button{
height: auto;
width: 100%;
margin-top: 15px;
}  


.iconlabel {
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 10px;
    vertical-align: top;
	color: #424242;
}


.icon-support {
	top: 7px;
    background-image: url(img/supportbutton.png);
    height: 24px;
    width: 24px;
	background-repeat: no-repeat;
    display: inline-block;
}
	
.link-button a, .download-file-button a, .link-to-file-button a, .link-to-page-button a, .information-button a, .quote-button a, .email-button a, .support-button a {
font-family: 'Roboto Condensed',sans-serif;
font-weight: 500;
font-size: 19px;
padding-top: 15px;
padding-bottom: 15px;
line-height: 35px;
color: #676765;
text-align: left;
text-decoration: none;
padding-left: 20px;
padding-right: auto;
width: 90%;
margin-left: 10px;
display:block;
}  

.link-button a:visited, .download-file-button a:visited, .link-to-file-button a:visited, .link-to-page-button a:visited, .information-button a:visited, .quote-button a:visited, .email-button a:visited, .support-button a:visited, .videolink-button:visited{
color: #676765;
}  

.link-button a {
border-top: 1px solid #f2fce5;
border-left: 1px solid #f2fce5; 
border-right: 1px solid #cee5ae; 
border-bottom: 1px solid #cee5ae; 
background: #eafcd1 url(img/ButtonlinkRightPaddingIcon.png) no-repeat right;
}

.link-button a:focus, .link-button a:hover{  
background: #9dcf57 url(img/ButtonlinkRightPaddingIcon.png) no-repeat right;
border: 1px solid #eafcd1; 
color: #424240;
}

.videolink-button{
height: auto;
min-width: 300px;
margin-top: 15px;
margin-left: 11px;
}  

.videolink-button a{
font-family: 'Roboto Condensed',sans-serif;
font-weight: 500;
font-size: 19px;
padding-top: 15px;
padding-bottom: 15px;
line-height: 35px;
color: #424240;
text-align: left;
text-decoration: none;
padding-left: 20px;
display:block;
border-top: 1px solid #efb711;
border-left: 1px solid #efb711; 
border-right: 1px solid #efb711; 
border-bottom: 1px solid #efb711; 
width: 98%;
background: #ffc107 url(img/ButtonvideoRightPaddingIcon.png) no-repeat right;
}

.videolink-button a:focus, .videolink-button a:hover{  
background: #f7bc0b url(img/ButtonvideoRightPaddingIcon.png) no-repeat right;
border: 1px solid #efb711; 
color: #212529;
}



.support-button a {
border-top: 1px solid #fbaea3;
border-left: 1px solid #fbaea3; 
border-right: 1px solid #fa9081; 
border-bottom: 1px solid #fa9081; 
background: #fc998b url(img/ButtonSupportRightPaddingIcon.png) no-repeat right;
}

.support-button a:focus, .support-button a:hover{  
background: #fb604c url(img/ButtonSupportRightPaddingIcon.png) no-repeat right;
border: 1px solid #ed503b; 
color: #424240;
}  


.email-button a {
border-top: 1px solid #a1d6ef;
border-left: 1px solid #a1d6ef; 
border-right: 1px solid #6FC7F1; 
border-bottom: 1px solid #6FC7F1; 
border: 1px solid #6FC7F1;
background: #9AD0EA url(img/ButtonemailRightPaddingIcon.png) no-repeat right;
}

.email-button a:focus, .email-button a:hover{  
background: #60B7E1  url(img/ButtonemailRightPaddingIcon.png) no-repeat right;
border: 1px solid #6FC7F1; 
color: #424240;
}  


.download-file-button a  
{
border-top: 1px solid #add66f;
border-right: 1px solid #93ce39; 
border-left: 1px solid #add66f; 
border-bottom: 1px solid #93ce39;  
background: #add66f url(img/DownloadButtonRightPaddingIcon.png) no-repeat right;
}  


.download-file-button  a:focus, .download-file-button  a:hover{  
background: #93ce39 url(img/DownloadButtonRightPaddingIcon.png) no-repeat right;
border: 1px solid #add66f; 
color: #424240;
}  



.link-to-file-button a  
{
border-top: 1px solid #F8F4E8;
border-left: 1px solid #F8F4E8; 
border-right: 1px solid #F5E9C6; 
border-bottom: 1px solid #F5E9C6; 
background: #efd998 url(img/PDFLinkButtonRightPaddingIcon.png) no-repeat right;
}

.link-to-file-button a:focus, .link-to-file-button a:hover{  
background: #E7CB81 url(img/PDFLinkButtonRightPaddingIcon.png) no-repeat right;
border: 1px solid #efd998; 
color: #424240;
}

.link-to-page-button a 
{
border-top: 1px solid #f2fce5;
border-left: 1px solid #f2fce5; 
border-right: 1px solid #cee5ae; 
border-bottom: 1px solid #cee5ae; 
background: #eafcd1 url(img/ButtonlinkRightPaddingIcon.png) no-repeat right;
}

.link-to-page-button a:focus, .link-to-page-button a:hover{  
background: #9dcf57 url(img/ButtonlinkRightPaddingIcon.png) no-repeat right;
border: 1px solid #eafcd1; 
color: #424240;
}



.information-button a
{
border-top: 1px solid #add66f;
border-right: 1px solid #93ce39; 
border-left: 1px solid #add66f; 
border-bottom: 1px solid #93ce39;  
background: #add66f url(img/InfoRightPaddingIcon.png) no-repeat right;
}  


.information-button a:focus, .information-button a:hover{  
background: #93ce39 url(img/InfoButtonRightPaddingIcon.png) no-repeat right;
border: 1px solid #add66f; 
color: #424240;
} 



.quote-button a  
{
border: 1px solid #6FC7F1;
background: #9AD0EA url(img/buttonQouteRightPaddingIcon.png) no-repeat right;
}  


.quote-button a:focus, .quote-button a:hover{  
background: #60B7E1  url(img/ButtonQouteRightPaddingIcon.png) no-repeat right;
border: 1px solid #6FC7F1; 
color: #424240;
}  









/* --------------------------------------------------------------- END global button templates ---------------------------------------------------*/



















/* ------------------------------------------- MAIN MENU NAVIGATION Specific Styling ------------------------------------------- */

/* START Main menu navigation */
#nav-container{
background-color: #5a5757;
}


nav {
	height: auto;
	width: auto;
	position: relative;
	padding: 0;
    text-transform: uppercase;
	color: #5a5757;
	
}
nav ul {
	padding: 0;
	margin: 0;
	height: 45px;
}
nav li {
	display: inline;
	float: left;
	margin-top: 4px;
}

nav a {
	color: #efefef;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding-left: 15px; padding-right: 15px;
	line-height: 40px;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}

nav a:visited {
color: #efefef;
background: none;
}

nav a:hover,nav a:focus,nav a:active {
color: #a3cd39;
background: none;
}


nav a#pull {
	display: none;
}
/* END Main menu navigation */




/* ------------------------------------------- RESPONSIVE Column LISTS ------------------------------------------- */


.colfour, .colthree, .coltwo, .coltwolarger{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
display: inline-table;
width: auto;
}


.colfour ul, .colthree ul, .coltwo ul, .coltwolarger ul{
padding: 0px;
list-style-type: none;
margin-left: auto;
margin-right: auto;
display: table;
}

.colfour ul li, .colthree ul li, .coltwo ul li , .coltwolarger ul li{
float: left;
display: inline;
padding: 0px;
margin: 0px;
}

.coltwo-basic ul{
padding: 0px;
margin-left: 40px;
display: table;
}

.coltwo-basic ul li{
float: left;
}

.coltwo-basic{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
display: inline-table;
}

.colfour ul{
width: 100%;
}

.colfour ul li{
width: 25%;
}

.colthree ul li{
width: 33.3%;
}

.coltwo ul li, .coltwo-basic ul li, .coltwolarger ul li{
width: 50%;
}


.image-half{
width:auto;
max-width: 595px;
margin: 0px;
background: none;
padding: 0px;
}

.image-half img{
bottom: 0px;
}


/* ------------------------------------------- RESPONSIVE HEADER 2019 ------------------------------------------- */

.container{
	width: 1150px;
	margin-right: auto;
	margin-left:auto;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857
}

.container:after {
    clear: both;
}

.container:after, .container:before {
    content: " ";
    display: table;
}


.header_globalnav {
    display: inline-block;
    padding: 9.5px 0px;
}
.header_globalnavlinks {
    display: inline;
}

.header_globalnavlist {
    display: inline-block;
    margin-left: 17px;
}

.header_globalnav .btn {
    margin-left: 17px;
}

.btn.btn--primary {
    color: #424240;
    min-width: 150px;
    background: #c3d5db;
    border-color: #afbec3;
	border-radius: 4px;
	min-height: 29px;
    min-width: auto;
    padding: 4px 25px;
}

.right {
    float: right;
}

.header_tools {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.header_toolslinks {
	padding-inline-start: 5px;
    display: inline;
}

.header_toolslist {
    display: inline-block;
    margin-left: 10px;
}


/* ------------------------------------------- RESPONSIVE Specific Styling ------------------------------------------- */

/* Styling to show all content unless screen on load */
.hideatlessthan1600px, .hideatlessthan1280px, .hideatlessthan960px, .hideatlessthan800px, .hideatlessthan600px, .hideatlessthan320px, #main-sidebar  { display: block; }
.showatlessthan1280px { display: none;}

@media screen and (max-width: 1600px) {
.hideatlessthan1600px {display: none;}
.hideatlessthan1280px { display: block;}
.showatlessthan1280px { display: none;}
}


@media screen and (max-width: 1280px) {
.hideatlessthan1280px { display: none;}
.showatlessthan1280px { display: block;}
.button-with-image a {
font-size: 15px;
}
.parallax__layer--back {
display: none;
}

.responsivelist1000 ul li{
width: 100%;
}

.left-list ul  li{
width: auto;
float: left;
margin: 0px;
padding: 0px;
}

.indexfeaturesdiv{
width: 100%;	
}

.indexfeaturesdiv .indexfeatures-header {
width: 100%;	
}

.indexfeaturesdiv .indexfeatures-details {
width: 130px;
}




.image-half{max-width: 100%; width:100%;}
.image-half img{width: 100%;}

.maintcolumn {
width: 100%;
}



}



@media screen and (max-width: 1120px) {

.coltwolarger ul li{
width: 100%;
}

.dynamicdiv{
width: 100%;
}

h3{
margin-left: 15px;
margin-right: 15px
}

.listcoltwo ul li{
width: 100%;
}

.maintcolumn {
width: 100%;
}


.colfour ul li{
width: 50%;
}

}




@media screen and (max-width: 960px) {
.hideatlessthan960px { display: none;}

.container{
	width: 920px;
}

	
.indexfeaturesdiv .indexfeatures-header {
padding-left: 0px;
margin-left: 0px;
}

.indexfeaturesdiv .indexfeatures-details{
width: 0px;
padding: 0px;
margin: 0px;
}

.indexfeaturesdiv .indexfeatures-details  img {
padding: 0px;
display: none;
}


.parallax__layer--back {
margin-top: 550px;
}

.index-box h3 {
	font-size: 42px;
	line-height: 67px;
}


.index-box h4 {
font-size: 18px;
line-height: 20px;
margin-top: 15px;
}

.index-box-patriot-product h2 {
line-height: 80px;s
font-size: 22px;
}

.button-with-image a {
font-size: 14px;
}

.index-box-patriot-product p {
font-size: 14px;
line-height: 15px;
}




.colfour ul li{
width: 50%;
}
	
.responsiveimage img {width: 100%;}	

nav {
		width: 100%;
		padding: 0;
		margin: 0;
		border:none;
	}
	nav ul {
		display: none;
		height: auto;
		width: 100%;
	}
	
	nav li {
		width: 50%;
		float: left;
		position: relative;
		border-bottom: 1px solid #5a5757;
		display: inline;
  	}

  
	
	 nav a {
	  	text-align: left;
		background: #5a5757;	
padding: 0px auto 0px 25px;
		width: 100%;
  	}
  	
  	nav a:hover {
	  	background:#4A4A45;
		color: #a3cd39;

  	}  	
	
	nav li:first-child {
	  	height: auto;

  	} 
	
	nav li:first-child a:hover {
	  	background:none;
		color: none;

  	}  	
	
	
	nav a#pull {
		display: block;
		background-color: #5a5757;
	
		position: relative;
	}
	nav a#pull:after {
		content:"";
	background: url(img/mainmenudropicon-green.png) no-repeat;
		width: 30px;
		height: 40px;
		color: #5a5757;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 8px;
	}	
	
.coltwo ul li{
width: 100%;
}

.maintcolumn {
width: 100%;
}

.colthree ul li{
width: 33.3%;
}

.coltwo-basic ul li{
width: 100%;
}

}


@media screen and (max-width: 800px) {
	

.parallax__layer--back {
margin-top: 650px;
}

h1 {
font-size: 2.1em;
font-weight: 400;
}

h2 {
font-size: 1.7em;
font-weight: 500;
}

h3 {
font-size: 1.4em;
font-weight: 300;
}

.hideatlessthan800px {
display: none;
}

.responsivelist ul li{
width: 100%;
}

	
.colfour ul li{
width: 50%;
}

.colthree ul li{
width: 100%;
}

.image-half img{
width: 100%;
Height: auto;
}

.maintcolumn {
width: 100%;
}
	
}


@media screen and (max-width: 768px) {
	
	.colthree ul li{
width: 100%;
}

  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}


/* not many at 600 - combine most styling with 480 which is a lot of Andriod and Iphone phone resolution */	
@media screen and (max-width: 600px) {
#main-sidebar  { display: none; width: 0px; }	
#main-content-with-sidebar{ padding-left: 0px; } 
.index-box img { display: none;}

.index-box h3 {
	font-size: 32px;
	line-height: 55px;
}


.index-box h4 {
font-size: 16px;
line-height: 20px;
margin-top: 12px;
}


#header-right {
display: inline;
float: right; 
padding: 0px; 
margin:9px 12px 0 0;
}


.responsivelist ul li{
width: 100%;
}

.image-half img{
width: 100%;
Height: auto;
}



.hideatlessthan600px {
display: none;
}


.contactsdiv {
padding: 5px 10px;
margin: 5px 10px;
height: 300px;
background: none;
}


.colfour ul li{
width: 100%;
}

.colthree ul li{
width: 100%;
}

.coltwo ul li{
width: 100%;
}
	

nav {
		width: 100%;
		padding: 0;
		margin: 0;
		border:none;
	}
	nav ul {
		display: none;
		height: auto;
		width: 100%;
	}
	
nav li {
		width: 100%;
		float: left;
		position: relative;
		border-bottom: 1px solid #5a5757;
		display: inline;
  	}


  	
  	nav a:hover {
	  	background:#4A4A45;
		color: #a3cd39;

  	}  	
	
	
	
		
	
}
	

@media only screen and (max-width : 480px) {

.colfour ul li{
width: 100%;
}

.colthree ul li{
width: 100%;
}

.coltwo ul li{
width: 100%;
}
	
}




ul.lightbox-image-screenshots
{
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

ul.lightbox-image-screenshots li
{
float: left;
margin: 5px;
display: inline;
}






/* -----------------------------------------------------  This is the styling for the Quote Form ------------------------------------------------- */

.quoteform 
{
margin: 0px;
padding: 0;
display: inline-block;
}

.quoteform * {
border: none;
}

.quoteform p
{
display: inline;
}



.quoteform label 
{
display: inline;
float: left;
font: 13px Century Gothic, sans-serif;
line-height: 35px;
text-align: right;
margin-right: 8px;
width: 72px;
color: #4d4d4d;
margin-bottom: 8px;

}

.quoteform input
{
font: 13px Century Gothic, sans-serif;
margin-bottom: 8px;
background: #fff;
}

.quoteform input[type="text"] {  
display: inline;
float: left;
border: 1px solid #ccc;  
-moz-border-radius: 4px;  
-webkit-border-radius:4px; 
color: #4d4d4d; 
padding: 8px;
width: 183px;
background: #fff;
}  

  
  
.quoteform select {  
display: inline;
float: left;
border: 1px solid #ccc;  
-moz-border-radius: 4px;  
-webkit-border-radius:4px; 
color: #4d4d4d; 
padding: 8px;
width: 160px;
}  



.quoteform input[type="checkbox"] {  
width: 30px;
height: 30px;
}  


.quoteform  input:hover, select:hover {  
border-color: #95DB23;  
}

  
.quoteform  input:focus, select:focus {  
border-color: rgba(149, 219, 35, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6);
outline: 0 none;
}  





	
.quoteform  input[type="submit"]  
{

font-family: 'Roboto Condensed',sans-serif;
font-weight: 500;
font-size: 24px;
margin-top: 25px;
margin-bottom: 25px;
line-height: 55px;
color: #676765;
text-align: left;
text-decoration: none;

border: 1px solid #6FC7F1;

padding-left: 20px;
padding-right: 60px;
width: 100%;

background: #9AD0EA url(img/buttonQouteRightPaddingIcon.png) no-repeat right;
box-shadow: none;
}  


.quoteform input[type="submit"]:hover{  
background: #60B7E1 url(img/ButtonQouteRightPaddingIcon.png) no-repeat right;
border: 1px solid #6FC7F1; 
color: #424240;
text-decoration: none;
box-shadow: none;
text-shadow: none;
outline: none;
font-weight: 500;
box-shadow: none;
}  







.patriot-choice 
{
    display: inline-block;
	width: 100%;
	margin: 20px 0 25px 0;
	padding:0;
	background: #fff;
	height: auto;
}






.patriot-choice input[type="radio"] 
{
    display: none;
}

.patriot-choice label 
{
width: 100%;
margin: 0;
padding: 0;
text-align: center;
  font-family: 'Roboto Condensed',sans-serif;
	cursor: pointer;
    
}

.patriot-choice input[type="radio"] + label {
  font-size: 22px;
	font-weight: 700;
background: #D7D7D7;
	color: #BDBDBB;
	line-height: 80px;
}

.patriot-choice input[type="radio"]:hover{

	background: #93ce39;

	color: #424240;
}

.patriot-choice input[type="radio"]:checked + label { 

	background: #add66f; /* Old browsers */
background: -moz-linear-gradient(top, #add66f 0%, #93ce39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add66f), color-stop(100%,#93ce39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #add66f 0%,#93ce39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #add66f 0%,#93ce39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #add66f 0%,#93ce39 100%); /* IE10+ */
background: linear-gradient(to bottom, #add66f 0%,#93ce39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add66f', endColorstr='#93ce39',GradientType=0 ); /* IE6-9 */
	color: #424240;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}





.ui-autocomplete 
{
    list-style: none;
  font: 13px Century Gothic, sans-serif;
  border: 1px solid #efefef;
  text-align: left;
  width: 200px;
  background: #ffffff;
  padding: 8px;
  line-height: 200%; 
  z-index: 900;
}



























.module-choice {
	width: 25px;
	position: relative;
}

.module-choice input[type="checkbox"]
{   
 visibility: hidden;
}

/**
* Create the box for the checkbox
*/
 
 
.module-choice label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 6px;
  	left: 20px;
	background: #eee;
	border:1px solid #ddd;
	float: left;
	display: inline;
}


/**
 * Display the tick inside the checkbox
 */
.module-choice label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.module-choice label:hover::after {
opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.module-choice input[type=checkbox]:checked + label:after {
opacity: 1;
border-color: #AEE221;
}


.module-choice input[type=checkbox]:checked + label {
background: #4d4d4d;
}





.hidden
{
display: none;
}




.moduletable 
{
width: 100%;
}

.moduletablecheckbox 
{
width: 70px;
}


.moduletableinner 
{
 background: #ffffff; 
 padding: 6px 6px 1px 6px; 
 height: auto; 
 margin: 0px 20px 0px 60px;
 border-radius: 3px
}

.whiteinner 
{
 background: #A0CCE2;
 padding: 15px 15px 3px 15px; 
 height: auto; 
 margin: 3px 10px 3px 10px;
 border-radius: 3px
}

.whiteinner label
{
width: auto;
}

.whiteinner input[type="text"]
{
width: 40px;
}

.whiteinner input[type="text"]:hover, .whiteinner input[type="text"]:focus, .whiteinner select:hover, .whiteinner select:focus{
border: 1px solid #424240;
box-shadow: none;

}


.whiteinner select 
{
width: 80px;
}





.tooltip 
{
display: inline;
margin-left: 25px;
}


table.cctv-table{
width: 100%;
}

table.cctv-table th{
text-align: center;
}

table.cctv-table td{
text-align: center;
font-size: 18px;
}



table.cctv-table td:first-child{
text-align: right;
font-size: 15px;
}


.sarlist ul li {
width: 250px;
float: left;
padding-left: 3px;
padding-right: 3px;
}



.ticklistdark ul li{
list-style-image: url('https://www.patriotsystems.com/images/globalicons/Tick-Icondark.png');
display: list-item;
width: 100%;
}

.ticklistlight ul li {
list-style-image: url('https://www.patriotsystems.com/images/globalicons/Tick-Icon.png');
display: list-item;
width: 100%;
}

.ticklistlight h5 {
font-size: 16px;
}

.ticklistdark h5 {
font-size: 16px;
}





/* ------------------------------------------- FOOTER Specific Styling ------------------------------------------- */


.footerwrap {
margin: 0;
background: #323230;
padding: 0px;
padding-top: 17px; padding-bottom: 17px; 
padding-left: 30px;
padding-right: 30px;
}

.footerelements{padding: 8px;}

.footerelements ul {list-style-type: none; margin-left: -30px;}

.footerelements ul li {float: none; width: auto; display: block;}

.footerelements  a{
color: #95b759;
font-size: 13px;
}

.footerelements  a:hover{
color: #ACD661;
cursor: pointer;
}

.footerelements h2 {
	color: #efefef;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 110%;
	padding-bottom: 8px;
}


.footerelements h3 {
	color: #efefef;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 110%;
	padding-bottom: 8px;
}

.footerelements p {
font-size: 12px;
color:  #cdd0c5;

}


/*---------------------------------------------------- END OF Footer css -------------------------------------------------------*/



/* -----------------------------------------------------  This is the styling for the Contacts Page ------------------------------------------------- */

.contactsdiv {
padding: 10px 18px;
border-radius: 5px;
border: none;
margin: 10px 20px;
height: 360px;
background: none;
width: 100%;
min-width: 250px;
}

.contactsdiv  h1 {
font-size: 4em;
font-weight: 600;
text-align: center;
line-height: 110%;
padding: 5px;

}

.contactsdiv  h3 {
text-align: left;
}

.contactsdiv  h4 {
color: #a5cd39;
font-weight: 400;
padding: 5px;
text-align: left;
}

.contactsdiv  p {
color: #424240;
font-weight: 400;
padding: 5px;
text-align: left;
}

/*---------------------------------------------------- END OF Contacts Page css -------------------------------------------------------*/


/* START Removes dotted line around anchors */
a {
   outline: 0;
}

input::-moz-focus-inner { 
  border: 0; 
}
/* END Removes dotted line around anchors */


table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* START CLEAR FIX for use with class with a div to clear end of floating divs */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}    

/* END CLEAR FIX for use with class with a div to clear end of floating divs */



.roundedborderfive {
  -webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 5px;  /* Firefox 1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.boxshadowthreedark {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(64, 64, 66, 0.6);
-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(64, 64, 66, 0.6);  /* Firefox 1-3.6 */
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(64, 64, 66, 0.6); /* Safari 3-4, iOS 1-3.2, Android 1.6- */
}

.boxshadowthreegreen {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6);
-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6);  /* Firefox 1-3.6 */
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(149, 219, 35, 0.6); /* Safari 3-4, iOS 1-3.2, Android 1.6- */
}





/*---------------------------------------------------- Added in 2020 -------------------------------------------------------*/

.modulebuttonindex{
padding: 10px; 
margin: 5px; 
border: 1px solid #404042;
background: #404042;
}

.modulebuttonindex hover{
padding: 10px; 
border: 1px solid #a09c9c;
background: #a09c9c;
}

.modulebuttonindex a {

font-family: 'Open Sans', sans-serif;
font-size: 1.7em;
line-height: 1.9em;
font-weight: 300;
color: #ffffff;
letter-spacing: -.5px;
}

.modulebuttonindex a hover{

color: #404042;
}


.testmode a {
color: #404042;
font-size: 17px;
Font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}

.testmode a:hover{
color: #e1b815;
}


.hardwaretable table{
border-collapse:collapse;
border-spacing:0;
}

.hardwaretable table tr{
background-color:#d7e3bd;
}

.hardwaretable table tr td{
border: 1px solid #839c4b;
background-color:#d7e3bd;
padding: 5px;
font-weight: bold;
}
