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




/* HOME PAGE */
/* some home page stuff (slider, etc) is in stave_home.css */

#home_slides {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px; 
    height: auto;
    width: auto;
}

.rsGCaption {
 display:none;
}
/* ********************************* */


.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;

}


.infoBlockLeft {
  left: 30px;
  right: auto;
}

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 12px;
  margin: 4px 0 0;
  color:#222;
  font-style:italic;
  font-family: "jaf-facitweb", Arial, sans-serif;
}
.infoBlock a {
  color: #cc0033;
  font-size:12px;
  text-decoration: underline;
  font-weight:bold;
}

.infoBlock a:hover {
	color:#fcaf17;
}


@media screen and (min-width: 0px) and (max-width: 800px) {

  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

/* ********************************* */


h1.home-page {
	font-size:24px;
	color:#87b600;
	font-weight:700;
	margin-bottom:2px;
}

h2.home-subtitle {
	font-size:24px;
	color:#004f99;
	font-weight:700;
	margin-top:0;
}

/* steve's letter */
.home-blurb p {
	
	color:#333;
	margin-bottom:16px;
	font-size:18px;
	/* another change */
}


.home-blurb ul {
	list-style:disc;
	font-family:Crimson, "Times New Roman", Times, serif;
	margin-left:24px;
	margin-right:64px;
}

.home-blurb ul li {
	font-size:16px;
	color:#222;
	margin-bottom:8px;
	line-height:120%;
	list-style-type:disc;
}



.home-blurb p > strong {
	font-weight: bold;
	line-height: inherit;
	font-size: 20px;
	color: rgba(5, 4, 4, 1);
	font-style: oblique;	
	/* main paragraph bold */
}

.home-blurb li > strong {
	font-weight: bold;
	line-height: inherit;
	font-size: 20px;
	color: rgba(5, 4, 4, 1);
	font-style: oblique;	/* bullet list bold */
}



.home-col-feature {
	margin:0;
	border:1px solid #ccc;
	background-color:#FFF;
	padding:12px;
	margin:16px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

.home-col-feature .testimonial {
	margin:0;
	border-bottom:none;
	padding:0;
}



.home-col-feature p {
	margin-right:0;
	font-size:18px;
	color:#0C5FAD;
	line-height: 1.4;
	font-style: italic;
}

.home-col-feature img, .home-col-feature .testimonial img {
	max-width:100%;
	display:block;
	float:none;
	margin:2px auto;
}

.action-buttons .ab-blue {
	background-color:#004f99;
}

.royalslider-wrapper-wrapper {
	background-color: #fff;
    padding-top:16px;
    padding-bottom:16px;
}

.royalslider-wrapper {
	width:100%;
	border:none;
	padding:0;
	margin:0 auto 0 auto;
}


#full-width-slider {
  width: 100%;
  color: #000;
}


rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
.bContainer {
  position: relative;
}

.blockHeadline {
  font-size: 42px;
  line-height: 50px;
}
.blockSubHeadline {
  font-size: 32px;
  line-height: 40px
}
.txtCent {
  text-align: center; 
  width: 100%; 
}

.slide1 {
  background: #f06b50;
}
.slide1 .bContainer {
  top: 36%;
}
.slide2 {
    background: #ffbc11;
    color:#000;
}
.slide2 .bContainer {
  top: 24px;
}
.slide2 .txtCent {
  line-height: 44px;
}
.slide2 .blockHeadline {
   line-height: 66px;
}
.slide3 {
    background: #45aab8;
    color:#FFF;
}
.slide3 .bContainer {
   top: 24px;
}
.slide3 span {
  line-height: 44px;
}
.slide4 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.photoCopy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: black;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photoCopy a {
  color: #FFF;
}
.palmImg {
  left: 0;
  top: auto;
  bottom: -60px;
  position: absolute;
}




/**
* Carousel with image and text, custom skinned scrollbar
**/


#carousel-image-and-text {
	width: 884px;
	height: 240px;
	margin: 0 auto;	
	font-family:Crimson, "Times New Roman", Times, serif;
}	

#carousel-image-and-text h4 {
	/* Hmmmmm font-family:Crimson, "Times New Roman", Times, serif; */
}

#carousel-image-and-text .arrow-holder {
	height: 170px;
}		
#carousel-image-and-text .touchcarousel-item {
	margin-right:8px;	
	width: 170px;
	height: 230px;		
}
#carousel-image-and-text .item-block {
	width: 170px;
	height: 230px;
	display: block;
}
#carousel-image-and-text .item-block img,
#carousel-image-and-text .item-block h4, 
#carousel-image-and-text .item-block p {
	float: left;
	position: relative;
	display: block;
	margin: 0;			
}


#carousel-image-and-text .item-block img {
	width: 170px;
	height: 170px;		
	border: 0;
	padding: 0;		
}
#carousel-image-and-text .item-block {			
	text-decoration: none;
	color: inherit;			
}					
#carousel-image-and-text .item-block h4 {
	font-weight: bold;
	font-size:14px;
	color: #000;
	width: 100%;
	text-align:center;
	margin-bottom:6px;
	height: auto;		
	padding: 2px 0 0 6px;
	-webkit-transition: color 0.2s ease-out; 
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;  	
}
#carousel-image-and-text .item-block:hover h4 {	
	color: #1873c9;		
}

#carousel-image-and-text .item-block p {			
	font-size:13px;
	color: #555;		
	width: 158px;
	padding: 0 0 0 6px;
}

#carousel-image-and-text .scrollbar-holder {
	background: #CED7DB;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#carousel-image-and-text .scrollbar {
	background-color: #45a8ce !important;
	bottom: 0;
}



.action-buttons ul, .action-buttons ul li {
	list-style:none;
	list-style-type:none;
}

.action-buttons ul li {
	float:left;
	width:25%;
	background-color:#87b600;
	color:white;
	text-align:center;
	padding:16px 0;
	color:white;
	font-size:22px;
	font-weight:900;
}

.action-buttons ul li.ab-gray {
	background-color:#666666;
}
.action-buttons ul li.ab-gray:hover {
	background-color:#CCCCCC;
}

.action-buttons ul li.ab-green:hover {
	background-color:#CCFF33;
}

.action-buttons ul li.ab-red {
	background-color:#A30B2D;
}

.action-buttons ul li.ab-red:hover {
	background-color:#62071B;
}

.action-buttons ul li a {
	
}


.action-buttons ul li.ab-fourth {
	margin-right:0;
}

/* larger than 360px */
@media screen and (max-width: 960px) {
	.royalslider-wrapper {

	
	}
	
	

}


@media screen and (min-width: 0px) and (max-width: 960px) { 
  .rsContent {
    font-size: 22px;
    line-height: 28px;
  }
  .blockHeadline {
    font-size: 32px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px
  }
  
  #carousel-image-and-text {
		width:96%;
	}
	




}







@media screen and (min-width: 0px) and (max-width: 767px) { 
	#carousel-image-and-text {
		width:96%;
	}
	
	#carousel-image-and-text .arrow-holder {
		display:none;
	}

}


@media screen and (min-width: 0px) and (max-width: 500px) { 
  .royalSlider,
  .rsOverflow {
    height: 330px !important;
  }
  .rsContent {
    font-size: 18px;
    line-height: 26px;
  }
  .blockHeadline {
    font-size: 24px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px
  }
}




@media only screen and (max-width: 500px) {
	
	.action-buttons ul li {
		width:50%;
		padding:8px 5%;
		margin-top:8px;
		height:80px;
	
	}


}


		