/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}



/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}



/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}


/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}



/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}



/* Customize container */
@media (min-width: 768px) {
  
	.container {
    max-width: 730px;
  }

}


.container-narrow > hr {
  margin: 30px 0;
}


/* Main marketing message and sign up button */

.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}

.jumbotron .btn-jumbo {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
	margin-top: 10px;	
}

.marketing h2 {
  margin-top: 10px;
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 992px) {

	.pull-right-s { float:right !important; }

	.formbtns{ padding-top:1em; }

	div.fltxt {float: left;width: 30%; padding-top:4px;}

	div.flimg {float: left;width: 8%;}
        
        .jumbo-form-group {padding-top:1em; padding-bottom: 14px;}
        
        h1 { font-size: 24px;}
        
}

@media screen and (max-width: 430px) {

	div.fltxt {float: left;width: 40%; padding-top:4px;}

	div.flimg {float: left;width: 25%;}
        
        h1 { font-size: 16px; font-weight: bold;}
        
}

@media screen and (min-width: 992px) {
  
	/* Remove the padding we set earlier */  
	.header,
	.marketing,	
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
  
	/* Space out the masthead */
  	.header {
		margin-bottom: 30px;
	}
  
	/* Remove the bottom border on the jumbotron for visual effect */
  	.jumbotron {
		position: relative; border-bottom: 0;
	}

	.otheractions {text-align:left!important;}

	div.fltxt {float: left;width: 15%; padding-top:4px;}

	div.flimg {float: left;width: 11%;}	

        .jumbo-form-group {padding-top:1em; padding-bottom: 58px;}
        
}


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

	.footerright div { float:right!important; }

	.footercenter { text-align:center!important; }

}

.otheractions {float: none!important;}

.whttxt {color:white;}

.ltgraytxt {color:rgb(220,220,220);}

.form-group {padding-top:1em;}

.jumbotron {background-color: rgb(102,153,204);}

.logotxt {color:rgb(102,153,204);}

.footer { font-size:10px }

.logoholder img { margin:0px; display:inline;}

.panel { background-color: rgb(240,240,220); margin-top:10px;}

.panel strong { padding-left:1em;}

.panel p { padding-left:2em; padding-right:2em; padding-top:1em; text-align:justify;}

.exampleval { color:#000;}



.header_msgs{
    margin-top: -20px;
}

.header_msg{
    color: rgb(92, 184, 92);    
}

.header_errmsg{
    color: red;
}

.dropdown-menu{    
    width: 100%;
    margin-top: 2.5em;
}

.dashedbtn{
    border: rgb(220,220,220);
    border-style: dashed;  
    border-width: thin;
}

.center-block { float: none; }

.whthelp{
    color:white;    
}

.jumbotron a {
    color:white;    
}

.maincontent-noheader{
    margin-top: 3em;    
}

.answerrow div{
    text-align: right;
}

.questionrow div {
    float: left;
}

.baselinerules{
    padding: 0 1em 0 1em;
}

.headerTitleSm {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.button-row{
    padding-top: 1em;    
}

.button-row input{    
    margin-top: 1em;
}

.button-row a{
    margin-top: 1em;
}

.sixtyPercent{
    width: 60% !important;
}

.page-header{
    margin-top: 0;
    padding-top: 0;
    border-bottom: 0;
}

.remove-block{
    display: inline;    
}

.sectiontitle
{
    color: #000;
    font-weight: bolder;   
    text-decoration: none !important;
}
.sectiontitle:hover, sectiontitle:visited, sectiontitle:link, sectiontitle:active
{
    color: #000;
    font-weight: bolder;   
    text-decoration: none !important;
}

.imagedesc
{
    font-weight: bolder;   
    text-decoration: none !important;
}

 .imagedesc:hover, imagedesc:visited, imagedesc:link, imagedesc:active
{
    font-weight: bolder;   
    text-decoration: none !important;
}

.topbtn{
    position:fixed;
    top:5px;
    right:5px;
    margin:0;
    padding:5px 3px;
}

.sections .btn{
    margin: 2px;
}