@charset "iso-8859-1";
/* CSS Document */

/* .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}*/
.carousel-control2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	filter: alpha(opacity=50);
	opacity: .3;
	z-index: 20;
}
.carousel-control2.left {
  /*background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control2.right {
  right: 0;
  left: auto;
 /* background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control2:hover,
.carousel-control2:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=40);
  outline: none;
  opacity: .4;
}
.carousel-control2 .icon-prev,
.carousel-control2 .icon-next,
.carousel-control2 .glyphicon-chevron-left,
.carousel-control2 .glyphicon-chevron-right {
	position: absolute;
	top: 30%;
	z-index: 20;
	display: inline-block;
}
.carousel-control2 .icon-prev,
.carousel-control2 .glyphicon-chevron-left {
	left: 30%;
}
.carousel-control2 .icon-next,
.carousel-control2 .glyphicon-chevron-right {
	right: 30%;
}
.carousel-control2 .icon-prev,
.carousel-control2 .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control2 .icon-prev:before {
  content: "\e079";
}
.carousel-control2 .icon-next:before {
  content: "\e080";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators2 li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px none #fff;
	border-radius: 10px;
	background-image: url(../images/general/diamondWhite.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.carousel-indicators2 .active {
	width: 10px;
	height: 10px;
	margin: 0;
	background-image: url(../images/general/diamondGold.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px none #C03;
}
/*.carousel-caption {
	font-family: "Arial";
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #35433c;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
	background-image: url(../images/terrierCarousel/carouselTransBak.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 0px;
	top: 0px;
	margin-top: 20px;
	font-variant: small-caps;
	background-color: Transparent;
}
.carousel-caption p {
	font-size: 2.0em;
	line-height: 1.1em;
	font-weight: 100;
	padding-right: 10px;
	padding-left: 10px;
}
.carousel-caption ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.carousel-caption ul li {
	margin-bottom: 10px;
	background-image: url(../images/terrierCarousel/terrierBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
}
.carousel-strapline {
	font-family: "Arial";
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #35433c;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
	width: 30%;
	background-image: url(../images/terrierCarousel/carouselTransBak.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 0px;
	top: 75%;
	height: 15%;
	margin-top: 20px;
	font-variant: small-caps;
	background-color: Transparent;
	letter-spacing: 0px;
	word-spacing: 0em;
}
.carousel-strapline p {
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 100;
	padding-right: 10px;
	padding-left: 10px;
}
.carousel-strapline ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*.carousel-strapline ul li {
	margin-bottom: 10px;
	background-image: url(../images/general/diamonBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
}*/

.carousel-caption .btn {
  text-shadow: none;
}
.carousel-control2 .glyphicon-chevron-left:before {
	content: " ";
	display:block;
	width:33px;
	height:109px;
	background-repeat: no-repeat;
}
.carousel-control2 .glyphicon-chevron-right:before {
	content: " ";
	display:block;
	width:33px;
	height:109px;
	background-repeat: no-repeat;
}


/* carousel caption width and height */

@media (max-width: 480px) {
.carousel-caption {
	width: 40%;
	height: 80%;
}
}

@media (max-width: 768px) {
.carousel-caption {
	width: 40%;
	height: 80%;
}
}

@media (min-width: 768px) {
.carousel-caption {
	width: 32%;
	height: 65%;
}
}
@media (min-width: 992px) {
.carousel-caption {
	width: 32%;
	height: 68%;
}
}
@media (min-width: 1200px) {
.carousel-caption {
	width: 32%;
	height: 62%;
}
}

/* carousel bullet image */

@media (max-width: 480px) {
.carousel-caption ul li {
	background-image: url(../images/terrierCarousel/terrierBulletSml.png);
	padding-left: 15px;
	margin-bottom: 10px;
}
}

@media (max-width: 768px) {
.carousel-caption ul li {
	background-image: url(../images/terrierCarousel/terrierBulletSml.png);
	padding-left: 15px;
	margin-bottom: 10px;
}
}

@media (min-width: 768px) {
.carousel-caption ul li {
	background-image: url(../images/terrierCarousel/terrierBullet.png);
	padding-left: 20px;
	margin-bottom: 15px;
}
}
@media (min-width: 992px) {
.carousel-caption ul li {
	background-image: url(../images/terrierCarousel/terrierBullet.png);
	padding-left: 20px;
	margin-bottom: 20px;
}
}
@media (min-width: 1200px) {
.carousel-caption ul li {
	background-image: url(../images/terrierCarousel/terrierBullet.png);
	padding-left: 20px;
	margin-bottom: 20px;
}
}
/* carousel caption font sizes */

@media (max-width: 480px) {
.carousel-caption ul {
	font-size: 0.7em;
	padding-left: 5px;
}
}

@media (min-width: 600px) {
.carousel-caption ul {
	font-size: 1.2em;
	padding-left: 5px;
}
}

@media (min-width: 768px) {
.carousel-caption ul {
	font-size: 1.4em;
	padding-left: 10px;
}
}
@media (min-width: 992px) {
.carousel-caption ul {
	font-size: 1.8em;
	padding-left: 10px;
}
}
@media (min-width: 1200px) {
.carousel-caption ul {
	font-size: 2.1em;
	padding-left: 10px;
}
}
/* carousel strapline width and height */

@media (max-width: 480px) {
.carousel-strapline {
	width: 40%;
	height: 10%;
	top: 66%;
	left: 60%;
}
}
@media (max-width: 768px) {
.carousel-strapline {
	width: 40%;
	height: 10%;
	top: 66%;
	left: 60%;
}
}
@media (min-width: 768px) {
.carousel-strapline {
	width: 32%;
	height: 10%;
	top: 75%;
	left: 0px;
}
}
@media (min-width: 992px) {
.carousel-strapline {
	width: 32%;
	height: 10%;
	top: 75%;
	left: 0px;
}
}
@media (min-width: 1200px) {
.carousel-strapline {
	width: 32%;
	height: 10%;
	top: 75%;
	left: 0px;
}
}

/* carousel strapline font sizes */

@media (max-width: 480px) {
.carousel-strapline p {
	font-size: 0.8em;
}
}

@media (max-width: 768px) {
.carousel-strapline p {
	font-size: 0.8em;
}
}

@media (min-width: 768px) {
.carousel-strapline p {
	font-size: 1.0em;
}
}
@media (min-width: 992px) {
.carousel-strapline p {
	font-size: 1.2em;
}
}
@media (min-width: 1200px) {
.carousel-strapline p {
	font-size: 1.2em;
}
}

/* carousel Terrier panel font sizes */
/*
@media (max-width: 480px) {
.homeCol2TEMP h2 {
	font-size: 24px;
}
}

@media (max-width: 768px) {
.homeCol2TEMP h2 {
	font-size:24px;
}
}

@media (min-width: 768px) {
.homeCol2TEMP h2 {
	font-size: 34px;
}
}
@media (min-width: 992px) {
.homeCol2TEMP h2 {
	font-size: 34px;
}
}
@media (min-width: 1200px) {
.homeCol2TEMP h2 {
	font-size: 34px;
}
}

/* carousel Terrier panel font sizes */
/*
@media (max-width: 480px) {
.homeCol2TEMP p {
	font-size: 1.0em;
}
}

@media (max-width: 768px) {
.homeCol2TEMP p {
	font-size: 1.0em;
}
}

@media (min-width: 768px) {
.homeCol2TEMP p {
	font-size: 1.2em;
}
}
@media (min-width: 992px) {
.homeCol2TEMP p {
	font-size: 1.3em;
}
}
@media (min-width: 1200px) {
.homeCol2TEMP p{
	font-size: 1.3em;
}
}

.homeCol2TEMP {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 50;
	background-image: url(../images/terrierCarousel/carouselTransBak.png);
	padding: 10px;
}
.homeCol2TEMP h2 {
	color: #3f5a64;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.homeCol2TEMP p {
	color: #3f5a64;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.homeCol2TEMP p span {
	color: #fbb91b;
	font-weight: bold;
}


.connectBoxTEMP {
	float: left;
	width: 278px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}


.connectBoxImgTEMP {
	background-image: url(../images/homepage/connect.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.connectBoxImgTEMP h2 {
	padding-top: 125px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.2em;
	margin: 0px;
	font-weight: bold;
	background-image: url(../images/explorer9/50PercTransparentBak.png);
	background-repeat: no-repeat;
	background-position: 0px 125px;
	color: #184159;
	
}
.connectBoxImgTEMP h2 span {
	font-size: 0.6em;
}
.connectBoxImgTEMP h2 a {
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	color: #184159;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.connectBoxImgTEMP h2 a:hover {
	color: #688FC7;
}
a .connectBoxTEMP .connectBoxImgTEMP h2 {
	color: #184159;
}
a:hover .connectBoxTEMP .connectBoxImgTEMP h2 {
	color: #688FC7;
}


.connectBoxStrapTEMP {
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #346794),
	color-stop(1, #4A8FCC)
);
background-image: -o-linear-gradient(right, #346794 0%, #4A8FCC 100%);
background-image: -moz-linear-gradient(right, #346794 0%, #4A8FCC 100%);
background-image: -webkit-linear-gradient(right, #346794 0%, #4A8FCC 100%);
background-image: -ms-linear-gradient(right, #346794 0%, #4A8FCC 100%);
background-image: linear-gradient(to right, #346794 0%, #4A8FCC 100%);
}
.connectBoxStrapTEMP h3 {
	color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
}

.controlBoxTEMP {
	float: left;
	min-width: 278px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.controlBoxImgTEMP {
	background-image: url(../images/homepage/control.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.controlBoxImgTEMP h2 {
	padding-top: 134px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/explorer9/50PercTransparentBak.png);
	background-repeat: no-repeat;
	background-position: 0px 134px;
	color: #094322;
	margin: 0px;
}
.controlBoxImgTEMP h2 span {
	font-size: 0.6em;
}
.controlBoxImgTEMP h2 a {
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	color: #094322;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.controlBoxImgTEMP h2 a:hover {
	color: #139148;
}
a .controlBoxTEMP .controlBoxImgTEMP h2 {
	color: #094322;
}
a:hover .controlBoxTEMP .controlBoxImgTEMP h2 {
	color: #139148;
}

.controlBoxStrapTEMP h3 {
	color: #FFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
}
.controlBoxStrapTEMP {
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #187E48),
	color-stop(1, #2DB45C)
);
background-image: -o-linear-gradient(right, #187E48 0%, #2DB45C 100%);
background-image: -moz-linear-gradient(right, #187E48 0%, #2DB45C 100%);
background-image: -webkit-linear-gradient(right, #187E48 0%, #2DB45C 100%);
background-image: -ms-linear-gradient(right, #187E48 0%, #2DB45C 100%);
background-image: linear-gradient(to right, #187E48 0%, #2DB45C 100%);

}
/* carousel caption width and height */
/*
@media (max-width: 480px) {
.boxBackgroundsTEMP {
	margin-top: 10px;
	padding-top: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9c4ce+0,f2f6f9+100 
background: #a9c4ce; /* Old browsers 
background: -moz-linear-gradient(top,  #a9c4ce 0%, #f2f6f9 100%); /* FF3.6-15
background: -webkit-linear-gradient(top,  #a9c4ce 0%,#f2f6f9 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #a9c4ce 0%,#f2f6f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c4ce', endColorstr='#f2f6f9',GradientType=0 ); /* IE6-9 


}
}

@media (max-width: 768px) {
.boxBackgroundsTEMP {
	margin-top: 10px;
	padding-top: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9c4ce+0,f2f6f9+100 
background: #a9c4ce; /* Old browsers 
background: -moz-linear-gradient(top,  #a9c4ce 0%, #f2f6f9 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top,  #a9c4ce 0%,#f2f6f9 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #a9c4ce 0%,#f2f6f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c4ce', endColorstr='#f2f6f9',GradientType=0 ); /* IE6-9 


}
}

@media (min-width: 768px) {
.boxBackgroundsTEMP {
	margin-top: 10px;
	background-color: #fff;
}
}
@media (min-width: 992px) {
.boxBackgroundsTEMP {
	margin-top: 0px;
	background-color: #fff;

}
}
@media (min-width: 1200px) {
.boxBackgroundsTEMP {
	margin-top: 0px;
	background-color: #fff;
}
}
#peglerHomeCarousel .carousel-indicators {
	display: none;
}
