/* CSS Document for AMR Home - 08 Oct 2016 */

h1, h2, h3 {
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	color: #6666CC;
	font-size: 1.25em;
   	margin-top:0.5em;  margin-bottom:0.5em;
}
h1 {font-size: 1.5em;}

p, li {	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;}

a {
  color: #666688;
  text-decoration: none;
}
a:hover, a:focus {
 /*  color: #23527c;  #AA6633;
  text-decoration: underline; */
  text-decoration: none; color:#666666; border-bottom:1px dotted #999;
}	
.header a{
	color: #EE9966;
}


/* Bootstrap Template overrides */	
.header {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 0;
/*	background-image:url(../images/h1_logo.jpg);  background-repeat: no-repeat; 
	background-size: 212px 34px; */
}

/* size header image small for mobile */
.header img {
    width: 212px;
    height: auto;
}


.marketing {
  margin: 1em 0;  
  padding-right: 0;
  padding-left: 0;  
}	
	
.container {background-image: url(../images/long_pond-tall.jpg); background-position: top; background-repeat: repeat-y; }

/* header was set with .less */ 
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: rgba(102, 102, 136, 0.75)
}

.col-lg-12.sections, .col-lg-3.sections, .col-lg-4.sections, .col-lg-6.sections {
	padding: 0 0 0.5em 0;
}

.section {background-color: rgba(255, 255, 255, 0.75); border: 1px solid #EEEEEE; border-radius: 10px; padding:0.5em;}

.footer {
	font-size:0.75em; 
	color: #EEEEEE;
	padding: 1em 1em 0.25em 1em;
	border-top: none;
	background-color: rgba(51, 51, 51, 0.5); 
	}

.footer a{
	color: #FFFFFF;
}	

/* page specific */

.alth1 {
	display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}	


ul.content-list {
	margin-top:0.4em; margin-bottom:0.4em;
	list-style: none;
	position: relative;
	padding-left: 1.5em;
}
.content-list li:before {
	font-family: 'Glyphicons Halflings';
	content: '\25A0'; 
    font-weight: normal;
    color: #9999CC;
	margin-left: -1em;
	position: absolute;
	margin-top: -3px;
}	
  
    
/* bootstrap responsive changes*/
@media (min-width: 768px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
	.section {min-height: 12em;}
	
	.col-lg-12.sections, .col-lg-3.sections, .col-lg-4.sections, .col-lg-6.sections {
	padding: 0 0.25em 1em 0.25em;
	}

}


/* jumbotron responsive changes*/
@media (min-width: 838px) {
  .container {max-width: 800px;}
}
@media screen and (min-width: 768px) {
	.header, .marketing, .footer {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
/*	.header {background-size: 283px 45px}  */
	.header img {
		width: 282px;
		height: auto;
	}
}