body {
	background:#fff;
}
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* CSS Document */



h1 {
font-family: Georgia, serif;
font-size: 2.5em;
font-weight: bold;
font-style: normal;
color: #fff;
  
}

#wrapper {
  height: auto;
  padding-top: 0;
  padding-bottom:;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 5px solid #c3c3c3;
  border-right: 5px solid #c3c3c3;  
    border-top: 5px solid #c3c3c3; 
    border-bottom: 5px solid #c3c3c3; 
    border-radius: 10px; 
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
    background-color: #fff;
    
  	-webkit-box-shadow: 0px 0px 5px #cccdcf;
	box-shadow: 0px 0px 5px #cccdcf;
}

.content {
  width: auto;
  padding: 20px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  color: #fff;
  position: relative;
  background: #5aa848;
  padding: 20px 50px 20px 36px;
  display: block;
  margin: 0;
  width: 100%;
  height:auto;
  min-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
  
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height:16px;  
  
}

.answers {
	width: 100%;
  font-weight:300;
  background-color: #fff;
  padding: 0px 15px;
  margin: 0px 0px 0px 0px;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease;
  
  
  font-family: Helvetica,Arial,"sans serif";
font-size: 1.1em;
line-height: 1.42857143;
color: #000;
  
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  color:#fff;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
   cursor: pointer;
}


.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}



.questions {
  display: none;
}

.question:hover {
   background-color: #8fc800;
}


.columns {
  min-width: 267px;
  min-height: 115px;
  padding: 0px 0px;
  padding-bottom:10px;
  border-bottom: 1px solid #e1e1e1; 
  margin-bottom:30px;
 
}


.c1 {
  float: left;
  width: 90px;
  height: 90px;
  background-color: black;
  margin-right: 20px; 
  margin-bottom: 6px;

}


.c2 {
margin-left: 110px;
  width: auto;
  height:auto;
}

.sq {
  width:90px;
  height:90px;
}

.badgeright {
  right: 8%;
  position: absolute;
  margin-top: 11px;
  line-height: 100%;
  z-index: 9;

 
}

.btn.btn-link {
	font-weight: 400;
	font-size: 16px;
	background-color: #32345a;
	color:  #fff;
	border: 0;
	border-radius: 0;
	outline: 1px solid;
	outline-offset: 5px;
	outline-color:#32345a;
	margin: 2% 3% 2% 3%;
	padding: 10px 20px;
	text-decoration: none;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn-link:hover {
	background-color:  #fff;
	color: #5aa848;
	outline-offset: 16px;
outline-color: #5aa848;

}




.newfeatures h4  {
	width:auto;
	height: auto;
	min-height: 40px;
	border: 1px solid  #32345a;
	border-bottom:none;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	background: #32345a;
	
	font-family: Georgia, serif;
    font-size: 22px;
    font-style: italic;

	
	}


.newfeatures2 h4 {
	width:auto;
	height: auto;
	min-height: 40px;
	border: 1px solid  #5aa848;
	border-bottom:none;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0; 
    margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	background: #5aa848;
	
	font-family: Georgia, serif;
    font-size: 22px;
    font-style: italic;

	
	}

	
.newfeatures-content {
/* 	min-height: 245px; */
	padding-top: 10px;
	padding-right: 1.8em;
	border: 1px solid #cecece;
	border-top:none;
		-webkit-box-shadow: 0px 0px 3px #cccdcf;
	box-shadow: 0px 0px 3px #cccdcf;
	}

.newfeatures-content{
	background-color: #fff;
}

.newfeatures-content ul {
	 list-style-type: none;
}

.newfeatures-content ul li {
	padding-bottom: 8px;
	border-bottom: 1px solid #efeff0;
	font-size: 13px;
	
}

/* Use the following CSS code if you want to have a class per icon */
/* .newfeatures-content ul { padding-left:20px; list-style:none; }
.newfeatures-content li { margin-bottom: 8px; } */


.newfeatures-content li:before {    
    font-family: 'FontAwesome';
    content: '\f14a';
    margin:0 15px 0 -15px;
	color: #8fc800;
}

.newfeatures-content ul li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    list-style-position: outside;

    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    margin-left: 2.2em;
	text-indent: -1em;
}

.logo {
max-width: 195px;
}


@media (max-width: 767px) {
.logo {
   max-width: 95px;
   margin-left: -30px !important;
}
}

.bluebg {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 12px;
    width: inherit;
    height: inherit;
	background: #32345a;
}

.greenbg {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 22px;
	background: #5aa848;
}

.greybg {
	margin-bottom:17px;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 12px;
	background: #e9e9e9;
}

.whitebg {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 12px;
	background: #fff;
}


.whitebg2 {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 12px;
	background: #fff;
	border-top: 10px solid #5aa848;
}

.white {
 font-family: "Lato", sans-serif;
font-size: 17px;
font-weight: 300;
	color: #fff;
	text-align: center;
}

.white-big {
 font-family: "Lato", sans-serif;
font-size: 19px;
font-weight: 300;
	color: #fff;
	padding-left: 10px;
}

.bk {
 font-family: "Lato", sans-serif;
font-size: 1.2em;
font-weight: 300;
	color: #000;
}

.bk-big {
font-family: "Lato", sans-serif;
font-size: 1.6em;
font-weight: 400;
	color: #000;
	padding-left: 10px;
	text-align: center;
}



.footer {
		margin-left: -60px;
		margin-bottom:-150px;
		color:#000000;
		font-size:0.813em;
		width:940px;
		padding:8px 0;
		font-family: Helvetica, Arial, "sans serif";
	}
	.footer td:last-child {
		width:70px;
	}
	.footer .logo img {
		border:1px solid #cccccc;
	}
	
.footer table {
	border-collapse:collapse;
}
.footer td {
}

.footer ul {
		font-family: Helvetica, Arial, "sans serif";
	padding-top:2px;
	font-size:12px;
	float:left;
	margin-left: 0;
}



.footer li:first-child {
	background:transparent none;
	padding:0;
	margin:0;
}

.footer li {
	font-family: Helvetica, Arial, "sans serif";
	font-size:12px;
	float:left;
	padding:0 0 0 6px;
	margin-left:7px;
	background:transparent url(../img/footBar.png) no-repeat left center;
}

.footerBar{
	margin: 0px 6px;
	/*vertical-align:sub;*/
}

.footer a{
	color: #000000;
}

.copyright {
	float:right;
	clear:right;
	margin:0;
	padding:2px 4px 1px 0;
	font-size:10px;
	text-align: right;
}

.copyright2 {
text-align: center;
	margin:0;
	padding:2px 4px 1px 0;
	font-size:12px;
}

.page {
	margin:0 auto;
	width:970px;
}
	
ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    margin-right:15px ;
}


.right{
	float: right;
	margin-top:12px;
	margin-right: -18px;
}

.inner {
	margin-right: -15px !important;
}


.topbar .inner li {
		float: left;
		margin-right: 0;
		padding-left: 5px;
		/*color: #E0F2FF;*/
	}
.topbar .inner a li {
			color:#333;
			text-decoration:none;
			font-size:0.88em;
			margin-top:-3px;
			font-size: 100%;

		}
		
.topbar .inner a:hover{
			text-decoration: underline;
		}

a {
  color: #333;
  text-decoration: none;
}

.topbar {
z-index: 90;
position: relative;
margin-top: 13px;

}


a:hover,
a:focus {
  color: #333;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}	



/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}	

.login {
font-family: Helvetica, Arial, "sans serif";	
font-size: 14px;
font-weight: normal;
margin: 0 5px;
color: #fafafa;
font-style: italic;
}

/* temporary styles added by Kris to override site css */

span.row.username::before {
	display:inherit;
}

.public #loginForm #username,
.public #loginForm #password {
 height:28px;
}

.homePage .main {
margin-top:10px;
border-top:none;

}

.public .footer {
margin:0 auto;
padding:0;

}

.public .bluebg {
margin-top:30px; /* 100px */
}

.public .sample ul {
list-style-image:none !important;
}

.sample ul li {
font-weight:normal;
}

/* 
.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row-public:before, .row-public:after, .modal-footer:before, .modal-footer:after {
display:table;
}
 */

.greybg {
display:table;
padding-top:0;
margin-left:0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.newfeatures {
margin-top:-16px;
}

/* Review styles */

.review-homepage 
{
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3em;
  color: #32345a;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
/* 
  text-align:left;
 */
  }

.source-review-homepage 
{font-family: Georgia, serif;
  font-size: 1.35em;
  font-weight: normal;
  line-height:1.3em;
  color: #5aa848;
  text-align:center;
  font-style:italic;
/* float:right; */
}

/* end review text styles */

.c1 .header, .c2 .header {
  font-family: "Lato", 
  sans-serif; font-weight: 700;
  font-style: normal;
  color: #8fc800;
  font-size: 1.9em;
  line-height: 1em;

}

#wrapper {
  height: auto;
  padding-top: 0;
  padding-bottom:;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #32345a;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  border-radius: 6px; 
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px #cccdcf;    
  -webkit-box-shadow: 0px 0px 5px #cccdcf;
  box-shadow: 0px 0px 5px #cccdcf;
}

@media (min-width: 992px) {
	.container {
    max-width:100%;
	}
	.public .bluebg {
	margin-top:10px;	
	}
}

@media (min-width: 768px) {
	.container {
	max-width:100%;	
	}
	
}

@media (min-width: 1200px) {
	.container {
    max-width:100%;
    }
	.public .bluebg {
	margin-top: 150px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.container {
	max-width:100%;	
	}	
	input[type="text"] {
	font-size:16px;
	background:#eee;
	}
	}

	/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .container {
	max-width:100%;	
	}
	input[type="text"] {
	font-size:16px;
	background:#eee;
	}
}
	
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.public .bluebg {
	margin-top:10px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.public .bluebg {
	margin-top:10px;
	} 
	}