/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {background: url(../images/page-bg.jpg); 
		font: 14px/21px Georgia, serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #a0511b;
		font-family: Open Sans, Arial, san serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 2em; line-height: 1.429em; margin-bottom: 20px;  z-index: 2; position: relative;}
	h2 { font-size: 1.429em; line-height: 1.429em; margin-bottom: 10px; border-bottom: 1px solid #C4AE64; }
	h3 { font-size: 1.429em; line-height: 1.429em; margin-bottom: 8px;  }
	h4 { font-size: 1.143em; line-height: 1.429em; margin-bottom: 4px; }
	h5 { font-size: 1em; line-height: 1.429em; line-height: 1.286em; }
	h6 { font-size: 1em; line-height: 1.286em; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; line-height: 1.6em; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #c4ae64; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
/* #Boostrap Overrides
================================================== */
.breadcrumb { background: none; padding: 0px;  margin: 15px 0px; display: inline-block; }
.breadcrumb a { color: #c09730;  }
form { margin: 0; }
label { cursor: default;}
input {  }
/* fix for google map info windows */
.gm-style { line-height: initial; }
.gm-style img { max-width: none; }

.lead { font-size: 1.3em; line-height: 1.6em; }
.nav>li>a:hover, .nav>li>a:focus { background: none; }

blockquote { 
	padding: 0px 0px; 
	font-size: 1.286em; 
	line-height: 1.714em; 
	border: none; color: #c29721;  
}

.thumbnails .thumbnail {
	display: inline-block;
	position: relative;
	padding: 0; 
	border: none; 
	box-shadow: none;
	width: auto; 
}
.thumbnails .thumbnail .caption {
	position: absolute;
	bottom: 0px;
	color: #FFF;
	left: 0px;
	padding: 10px;
	background: #c0972e;
}

.gsc-control-cse { 
	border: 0 !important; 
	padding: 0 !important; 
	background: transparent !important; 
}
.gsc-control-cse .gsc-input-box {
	background: #F5F4E4 !important;
	border: 1px solid #c4ae64 !important;	
}
.gsc-control-cse .gsc-input {
	padding-top: 2px;
}
.gsc-control-cse .gsc-input input {
	vertical-align: initial;
	color: #c4ae64 !important;
	background: none !important;

	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	box-shadow: none !important; 

	-webkit-border-radius: 0 !important; 
	-moz-border-radius: 0 !important; 
	border-radius: 0 !important; 
}
.gcsc-branding-img-noclear img {
	max-width: none;
	vertical-align: top;
}


form {
		margin: 0px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #c4ae64;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #666;
		margin: 0;
		display: block;
		margin-bottom: 10px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #c4ae64;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
/* #Links
================================================== */
	a, a:visited { color: #005696; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #3b72ab; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; margin-top: 20px; }
	ul {  margin-left: 20px; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {line-height: 1.6em;  margin-bottom: 8px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
/* #Page Layout 
================================================== */
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.img-right {float: right; text-align: left; margin: 10px 0px 15px 25px; display: table; width: 10px; *min-width: 350px;  }
.img-left {float: left; text-align: left; margin: 10px 25px 15px 0px; display: table; width: 10px; *min-width: 350px; }
.img-right img, .img-left img {max-width: 380px; } 
.img-center { text-align: left; margin: 10px auto 15px auto; }
.caption {padding: 5px 0px; font-size: 90%; }
.video-container {
  	min-width: 350px; 
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p:before, h1:before, h2:before, h3:before, img:after {
  content: "";
  width: 120px;
  display: block;
  overflow: hidden;
}
/* -------- 2.1. Header -------------   */
#header {
	margin: 0px 0px 0px 0px;
	background: #f0e8d6 url(../images/header-bg.jpg);
}
#header #logo { text-align: center; 
}
#header #logo img {
	margin: 15px 0px 15px 0px;
}
#header #header-top {
text-align: right; 
}
#header .search-box { margin-top: 30px;  }

#header .joinus {margin-top: 30px; }
#home .joinus { margin-top: 0px;  }
.joinus { margin-top: 10px; display: inline-block !important;   }

/* --------  2.2. Body Area -------- */

/* Home Page */

#home {
	margin: 10px 0px 0px 0px;
}
#home h1 { border-bottom: 1px solid #c3ae67;  }

#home #content-area {
	float: left; width: 590px; margin-left: 0px; 
}
#home #sidebar {
	float: left; width: 310px; margin-left: 20px; 
}
.home-wrapper {width: 100%; background: #FFF;}
.news {
	background: #f6f4e3 url(../images/news-bg.png) top left no-repeat;
	max-width: 302px;  
	margin: 10px auto 0 auto;
	}
.news .bottom {
	background: #f6f4e3 url(../images/news-bg.png) bottom left no-repeat; height: 10px; 
	}
	.news .date { display: block; }
.news .title { 
	color: #a94c10;
	text-transform: uppercase; 
	font-size: 15px; 
	font-family: Open Sans, San Serif; font-weight: 700; letter-spacing: 0px;
	background: url(../images/news-ribbon.png) no-repeat 25px 0px ; 
	height: 40px; padding: 20px 0px 0px 70px; 
}
.news ul {margin: 0px 18px 18px 18px; }
.news ul li {list-style-type: none; margin: 8px; line-height: 1.2em;  }

.news .more-link { margin: 10px 15px 10px 15px; display: block; }
.news .more-link a {  padding: 6px 15px 15px 10px;  margin-top: 10px; background: url(../images/readmore-arrow.png) no-repeat right 8px ; font-weight: bold;  }


.script-letter {font-family: Parisienne; position: absolute; left: -70px; width: 100px; height: 100px; font-size: 65px; color: #e4dbbf; z-index: 0; top: 10px;  }

.newsletter td {padding: 10px 0px; border-bottom: 1px dotted #C4CBD4; }
.newsletter h3 {font-family: Georgia, Serif; }
.newsletter img {
	width: 75px; height: 75px; 
	padding: 10px; 
	margin: 0px 15px 0px 0px;
	background: url(/giving/gec/images/photo-border-news.png) no-repeat;
}
	
/* Basic Secondary Page */ 
#main-wrapper {background: url(../images/sub-bg.jpg) repeat-x;  padding-top: 1px;}
#main-wrapper .content-box {background: #FFF url(../images/sub-content-bg.jpg) no-repeat top center ; 
}
#main-wrapper #sidebar {
	float: left; width: 220px; margin-left: 20px; 
}
#main-wrapper #content-area {
	float: left; width: 680px; margin-left: 0px; 
}
.breadcrumb {margin-bottom: 4px; }

.border {border: 4px solid #c4ae64;}

.sub-banner { 
	background: #14406C; 
	margin-top: 30px; 
	overflow: hidden; 
	color: #FFF;
	position: relative; 
	}
.sub-banner.basic { background: #14406C;} 
.sub-banner.basic .titlebar { background: none;  } 
.sub-banner h1  { color: #FFF;  margin: 0px 10px; text-transform: uppercase; line-height: 34px; font-size: 28px;}
.sub-banner .breadcrumb { margin:10px 10px 5px 10px; font-family: Open Sans; font-size: 11px; color: #FFF; line-height: 13px; }
.sub-banner .breadcrumb a {  color: #cbe2f3; }
.sub-banner .titlebar {  
height: 70px; position: absolute; bottom: 0px; 
background: url(../images/sub-banner-titlebar.png);  width: 100%; Overflow: hidden;  }
.sub-banner .txt { margin: 40px; font-size: 20px; line-height: 30px;  }

.content-body { position: relative; margin: -20px 0px 20px 0px ;}

.testimonial {
	background: url(../images/testimonial-bg.jpg) no-repeat;
	margin: 10px 0px 20px 0px; 
	width: 220px; 
	}
.testimonial .txt {
	margin: 20px; 	
}	
.testimonial  .quote {font-size: 16px; line-height: 22px; font-style: italic; margin: 10px 0px;}
.testimonial .name {font-family: Open Sans; font-size: 16px; color: #a0511b;  }
.testimonial .title {font-family: Open Sans; font-size: 11px; color: #444; line-height: 12px;  }
.testimonial .bottom {background: url(../images/testimonial-bg.jpg) no-repeat bottom; height: 15px;   }
.testimonial .readmore {   border-top: 1px solid #c3ae67; margin: 10px 15px 0px 15px; display: block; }
.testimonial .readmore a { font-family: Open Sans; text-transform: uppercase; font-size: 16px; color: #A0511B; padding: 6px 10px 6px 6px; display: block;  margin-top: 10px; background: url(../images/readmore-arrow.png) no-repeat right 8px ;  }

.page-sub-nav { width: 100%; clear: both;}
.page-sub-nav.splitcol ul  {  float: left; margin-right: 20px;  }
.page-sub-nav .splitcol-right {margin-right: 0px !important;  } 

.page-sub-nav ul { margin: 0; width: 310px;}
.page-sub-nav ul li {
	list-style-type: none; 
	width: 100%;
	margin: 10px 10px 5px 0px; 
	display: block; 
	background: #EFECD2; overflow: hidden; 
	
}
.page-sub-nav ul li a {font-size: 16px; font-weight: bold;  display: block; margin: 10px;  }
.page-sub-nav ul li img {float: left; margin: 0px 10px 10px 0px; }
.page-sub-nav p { color: #A0511B; }

/* Buttons */

.btn,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"], .btn:visited {
background: #c1ab61; /* Old browsers */
background: -moz-linear-gradient(top, #c1ab61 0%, #a48e42 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1ab61), color-stop(99%,#a48e42)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c1ab61 0%,#a48e42 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c1ab61 0%,#a48e42 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c1ab61 0%,#a48e42 99%); /* IE10+ */
background: linear-gradient(to bottom, #c1ab61 0%,#a48e42 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ab61', endColorstr='#a48e42',GradientType=0 ); /* IE6-9 */
	  color: #FFF;
	  border: none; 
	  outline: 1px solid #c7b377;
	outline-offset: -3px;
	  display: inline-block;
	  font-size: 15px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(0, 0, 0, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 6px 14px;
	  font-family: georgia;
	  border-radius: 0px; 
	   }

	.btn.selected,
	button.selected,
	.btn:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #FFF;
background: #c8b472; /* Old browsers */
background: -moz-linear-gradient(top,  #c8b472 0%, #b7a04d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8b472), color-stop(100%,#b7a04d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c8b472 0%,#b7a04d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c8b472 0%,#b7a04d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c8b472 0%,#b7a04d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c8b472 0%,#b7a04d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8b472', endColorstr='#b7a04d',GradientType=0 ); /* IE6-9 */

	text-decoration: none; 

 }

	.btn:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	{

background: #d3c38f; /* Old browsers */
background: -moz-linear-gradient(top,  #d3c38f 0%, #c6b472 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3c38f), color-stop(100%,#c6b472)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3c38f 0%,#c6b472 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3c38f 0%,#c6b472 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3c38f 0%,#c6b472 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d3c38f 0%,#c6b472 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c38f', endColorstr='#c6b472',GradientType=0 ); /* IE6-9 */
 }
		.btn.blue, .btn.blue:visited {
		color: #FFF; 
			  border: 1px solid #6591a9;
			  	  outline: 1px solid #6591a9;
	outline-offset: -3px;
background: #005493; /* Old browsers */
background: -moz-linear-gradient(top,  #005493 0%, #013963 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005493), color-stop(100%,#013963)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #005493 0%,#013963 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #005493 0%,#013963 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #005493 0%,#013963 100%); /* IE10+ */
background: linear-gradient(to bottom,  #005493 0%,#013963 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005493', endColorstr='#013963',GradientType=0 ); /* IE6-9 */

		}
		
		.btn.blue:hover  {
			  border: 1px solid #6591a9;
			  
background: #0063ae; /* Old browsers */
background: -moz-linear-gradient(top,  #0063ae 0%, #01487f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0063ae), color-stop(100%,#01487f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0063ae 0%,#01487f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0063ae 0%,#01487f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0063ae 0%,#01487f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0063ae 0%,#01487f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ae', endColorstr='#01487f',GradientType=0 ); /* IE6-9 */

		}
		


/* -------- 2.3 Footer -------- */

.footer {
	padding: 1px auto;
	margin: 60px auto 0px auto;	
	border-top: 6px solid #a0511b; 
	background: transparent url(../images/footer-bg.jpg) repeat-x;
}
.footer-buffer {height: 60px; margin-bottom: -60px; }
.footer .title {
	margin: 8px 0px;
	color: #a18b3f;
	font-weight: normal;
	font-family: Open Sans, San Serif;
	line-height: 1.2em;
}
.footer-container {
	background:  url(../images/header-bg.jpg);
}
.footer p { margin: 0; }
.footer .logo {
	background: url(../images/footer-logo-bg.png) no-repeat center top;
	margin: 0px auto;  position: relative; 
	text-align: center; width: 250px;
}
.footer .logo img { margin-top: 50px; }

.footer .buttons, .footer .contact, .footer .meliora-challenge, .footer .ur, .footer .credits {
	margin-top: 30px; 
	margin-bottom: 30px; 
}
.footer .logo a {width: 100%; height: 100%; }
.footer .shadow {background:  url(../images/footer-shadow.png) no-repeat top center; }
.footer .ur  {text-align: center; }
.footer .links {margin: 0; }
.footer .links li {list-style-type: none; margin: 0; padding: 2px 8px; display: inline-block; }
.footer .contact-txt {line-height: 16px; font-size: 85%; }

.footer-logo { position: absolute; width: 40%; margin-left: 30%; top: -60px; z-index: 1000;  }
.footer-main { position: relative; margin-top: 0px; padding: 0; }
.footer-inner {position: relative; }

.subscribe-box {
	width: 250px; height: 275px; 
	background: #EFECD2;
	position: absolute;
	margin: -340px 0px 0px 0px;
	box-shadow: 0px 0px 15px #666;
	border: 4px solid #F6F4E3;
	display: none; 
	z-index: 2000; 
}
.subscribe-box form {
	margin: 20px; 
}
.subscribe-box input.field {width: 200px;}
.subscribe-box .subscribe-close {
	position: absolute;
	right: 6px; top: 3px; 
	width: 20px; height: 20px;
	border: 1px solid #ddce96; text-align: center; 
	font-size: 12px; 
}
/* --- 3. Main Nav Tabs  ------------- */
.nav-wrapper {   background: #a0511b url(../images/nav-bg.png) center; position: relative; z-index: 5000; }

.nav-bar {
  line-height:normal;  
  width: 100%;
  }
.nav-bar select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 21px 0;
}
.nav-bar > ul {
  margin:0;
  padding:0px 0px 0px 0px;
  list-style:none;
  }
.nav-bar > ul > li {
  float:left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 0px;
  display: block; 
  line-height: 20px; 
  }
.nav-bar > ul li a {
  display:block;
  position: relative;
  font-family: Open Sans; 
  text-transform: uppercase; 
  padding:12px 44px 12px 44px;
  text-decoration:none;
  font-weight:normal;
  color:#FFF;
  font-size: 16px;
  letter-spacing: 2px; 
  }
.nav-bar > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav-bar a {float:none;}
/* End IE5-Mac hack */
.nav-bar a:hover {
  color:#f3ded0;
}
.nav-bar #current {
  background-position:0 -150px;
  border-width:0;
  }
.nav-bar #current a {
  background-position:100% -150px;
  }
.nav-bar > ul li:hover {
  background-position:0% -150px;
  color:#f3ded0;
  z-index: 20;
  }
.nav-bar ul li:hover a {
  background-position:100% -150px;
  z-index: 20;
  }  
/* Main Nav Drop Downs */ 
.nav, .nav ul {
background-image: none;
margin: 0px 0px 0px 0px;
}

/* -- 1st Level Drop down --*/
.nav > li > ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 200px;
	font-weight: normal;
	margin: 0px 0px 0px 20px;
	background-color: #f6f4e3;
	padding: 16px;
	z-index: 18;
	box-shadow: 0px 0px 12px #333;
}
.nav li > ul li {
	margin: 0px 0px 0px 0px;
	width: 200px;
	background-image: none;
	float: left;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}
.nav li > ul a {
	background-image: none;
	font-size: 14px;
	font-family: Georgia, Serif;
	padding: 8px;
	text-transform: none;
	letter-spacing: 0px; 
	color: #005696;
}
.nav li > ul a:hover {color: #3b72ab;}

/* -- 2nd Level Drop down, offset --*/
.nav li ul ul {
	margin: 0px 0 0 25px;
	border-top-width: 1px;
	display: block !important; 
	left: 0px !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	height: auto !important;
}
.nav ul li li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: 0em !important;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: 0px !important;

}
.nav li:hover ul ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	display: block !important;
	visibility: visible !important;
	
	}
.nav ul li > ul  li {
	list-style-type: square; float: none; 
	color: #005696;
}
.nav ul li > ul  li a {

	padding: 2px; 
}
.nav ul li:hover, .nav ul li.sfhover {
	color: #005696
}
/*** arrows **/
.nav a.sf-with-ul {
	padding-right: 	36px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	position: relative;
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			15px;
	top:			15px; /* IE6 only */
	width:			12px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -12px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			15px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -12px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul .sf-sub-indicator { display: none; background-position:  -12px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; top:	10px;}
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -12px 0; /* arrow hovers for modern browsers*/
}

/* ----- Mega Drop-Downs ----- */

.mega.splitcol li > ul  { width: 250px !important; float: left; margin-right: 20px; }

/* Products Mega Drop Down */
.nav li .mega {
	width: 820px;
	margin-left: -180px;
	overflow: hidden;
	}
.nav .mega li > ul {
	margin: 10px 0 0 0 !important;
	display: block !important;
	visibility: visible !important;
	border: none;
	width: 520px;
	background: transparent !important;	
	overflow: hidden; 
	float: left; padding: 1px; 
} 	
.nav .mega > li {width: 100%;} 
.nav .mega li > ul  li a { 	padding: 8px ;  }
.nav .mega li > ul  li {
	width: 250px; list-style: none; float: none; 
}
.mega.impact ul li { width: 250px !important;   }
.mega.impact ul { margin-left: 0px;  float: left; width: 250px !important;  margin-top: 10px;  }

.nav .mega .title  {
	font-size: 18px;
	background: transparent;
	color: #a0511b;
	border-bottom: 1px solid #c3ae67;
	font-family: open sans; 
	margin: 10px 0px 0px 10px; 
	}
.nav li ul#products-nav li { width: 100%; }
.nav li ul#products-nav a {	background: none !important;}
.nav li ul#products-nav li a:link, #nav li ul#products-nav li a:visited { background: transparent !important;}
.nav li ul#products-nav li a:hover {color: #014170  !important;}
.nav li ul#products-nav li a {	padding: 4px 16px;}
.nav li ul#products-nav li:hover {background: transparent !important;}



.nav li ul#products-nav li ul li{ width: 150px; }
.nav li ul#products-nav .products-nav-row {
	width: 175px; float: left;
	margin-top: 20px; 
	margin-bottom: 20px; 
}
.nav li ul#products-nav .end {	border-right: 0px; 	}


/* ------ 5. Page Specific   ------------- */
.membership-box { 
	background: #14406c; 
	float: right; 
	color: #FFF; 
	margin: 0px 0px 20px 20px; 		  
	outline: 1px solid #6b7495;
	outline-offset: -4px; 
	overflow: hidden; 
	min-width: 284px;
	}
.membership-box  h2 {color: #fcfbf3; font-size: 18px; margin: 15px 20px 0px 20px; border-color: #6b7495; }
.membership-table { margin: 0px auto; }
.membership-table td {padding: 5px; }

.membership-table p {margin-bottom: 8px;  }

/**********************************
	Text Resizer Buttons
 **********************************/
.textresizer {
	 font-size: 14px; text-align: right;
}
.textresizer.sub {
	margin: 10px 10px 0px 0px ;
}


.textresizer-label	{
		display: inline;
	}
ul.textresizer {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 6px;
	padding: 0px;  
}
	ul.textresizer li 	{
		display: inline;
		margin: 0px;
		margin-right: 5px;
		padding: 0px;
	}

	ul.textresizer a 	{

		padding: 2px 3px;
		font-weight: bold;
		text-decoration: none;
	color: #c18760;
	padding: 0px; 
	display: inline-block;
	text-align: center; line-height: 20px;
	}

	ul.textresizer a:hover 	{
		font-weight: bold;
	}
	ul.textresizer .sm {font-size: 14px; }	
	ul.textresizer .md {font-size: 16px; }
	ul.textresizer .lg {font-size: 18px; }

	ul.textresizer .small-text 	{
		font-size: 14px;
	}

	ul.textresizer .medium-text 	{
		font-size: 16px;
	}

	ul.textresizer .large-text 	{
		font-size: 18px;
	}

	ul.textresizer .larger-text	{
		font-size: 20px;
	}

	/* Style of active button */
	ul.textresizer a.textresizer-active 	{
font-weight: bold; 	color: #A0511B; 
	}
/* End of Text Resizer Buttons */



.grid-pad { padding: 30px 20px 10px 20px; }
.grid-pad-home { padding: 0px; }


/* ----- Mobile Header --------  */

.header-mobile {
	background: #f0e8d6 url(../images/header-bg.jpg);
	text-align: center;
	min-width: 280px; 
	border-bottom: 3px solid #a0511b; 
	width: 100%; 
}
.header-mobile .logo {
	width: 75%; float: left; text-align: left;
}
.header-mobile .logo img { max-height: 50px; }
.header-mobile a { color: #333; }
.header-mobile a:hover, .header-mobile a:active { color: #C0972E; }
.navbar-mobile {
	margin-bottom: -3px;
	overflow: hidden;
	z-index: 2000;
	position: relative;
}
.navbar-mobile ul {	margin: 0; padding: 0; float: left; width: 25%; display: inline-block;}
.navbar-mobile ul li { display: inline-block; margin: 0; padding: 0; }
.navbar-mobile ul li.item1 {width: 50%; }
.navbar-mobile ul li.item2 {width: 50%; }
.navbar-mobile ul li.item3 {width: 33%; }
.navbar-mobile ul li.item4 {width: 34%; }
.navbar-mobile ul > li >  a {
	display: block; 
	padding: 5px 0px; 
	font-size: 14px;
	line-height: 40px; 
	 margin: 0;
	 }
.navbar-mobile ul li:first-child a { }

.navbar-mobile .mobile-home-btn span { 
	width: 30px; height: 30px; 
	display: inline-block; 
	vertical-align: middle; 
	background: url(../images/mobile-nav-icons.png) no-repeat left 0px; 
}
.navbar-mobile .mobile-search-btn span { 
	width: 30px; height: 30px; 
	display: inline-block; vertical-align: middle; 
	background: url(../images/mobile-nav-icons.png) no-repeat left -30px; 
}
.navbar-mobile .mobile-menu-btn span {  
	width: 30px; height: 30px; 
	display: inline-block; vertical-align: middle; 
	background: url(../images/mobile-nav-icons.png) no-repeat left -60px; 
}
.navbar-mobile .highlight {background: #f6f4e3;}

.header-mobile .mobile-nav .title {font-size: 18px;	color: #B4D2EA; margin-top: 15px;  }
.header-mobile .mobile-nav {
	display: none;
	position: absolute; 
	z-index: 2000;
	background: #f6f4e3;
	width: 100%; 
	left: 0;
	text-align: left; 
	border-bottom: #a0511b 3px solid;
	border-top: #a0511b 3px solid;
}
.header-mobile .mobile-nav ul li a, .header-mobile .mobile-nav .top-level {
	display: block; 
	padding: 2px; 
	color: #333;
	text-transform: uppercase; 
	font-size: 17px; 
	font-family: open sans, arial, helvetica, sans-serif;
	font-weight: 300;
	border-left: none;
	margin-top: 4px; 
	margin-bottom: 4px;
	padding-right: 20px;
}
.header-mobile .mobile-nav .top-level {margin-top: 10px;}
.header-mobile .mobile-nav ul {
	list-style-type: none; padding: 25px; margin: 0;
}
.header-mobile .mobile-nav ul li {
	border-bottom: 1px solid #C0972E;
}
.header-mobile .mobile-nav ul li > a {display: block; }
.header-mobile .mobile-nav ul ul {padding: 0px 15px 15px 15px; margin: 0;}
.header-mobile .mobile-nav ul li li a {font-size: 14px; padding: 2px; font-family: Georgia; text-transform: none;}
.header-mobile .mobile-nav ul li li  { border-bottom: 0;}

.header-mobile .mobile-nav  i {background-color: #a0511b !important; 
border: 5px solid #a0511b !important; margin-right: -20px; position: relative;}
.dropdown-menu>li>a {white-space: pre-wrap;}

.dropdown-menu ul { display: block; visibility: visible;}
.dropdown-menu ul li { list-style-type: disc;}

.mobile-nav .dropdown-menu {
	position:         relative;
	top:              0;
	left:             0;
	float:            none;
background: none; 
	border:           none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mobile-nav .dropdown-menu>li>a:hover, .mobile-nav .dropdown-menu>li>a:focus, .mobile-nav .dropdown-submenu:hover>a, .mobile-nav .dropdown-submenu:focus>a {
	text-decoration: underline;
	background-color: transparent;
	background-image: none;
}

.mobile-nav .dropdown-menu>li>a:hover>[class^="icon-"], .mobile-nav .dropdown-menu>li>a:hover>[class*=" icon-"] {
	background-image: url("../images/glyphicons-halflings.png") !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background: #EDEDED; }
.mobile-search { 
	display: none;
	position: absolute; 
	z-index: 2000;
	background: #f6f4e3;
	width: 100%; 
	left: 0;
	text-align: left; 
	border-bottom: #a0511b 3px solid;
	border-top: #a0511b 3px solid;
}
.mobile-search h2 { margin-top: 0; font-size: 18px; }
.mobile-search .mobile-pad { margin: 20px;  }

.info-bar-left { width: 45%; float: left; margin-left: 2%; }
.info-bar-right { width: 50%; float: right; margin-right: 2%; }

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Large desktop */
 @media  (min-width: 1200px) { 

}

@media  (min-width: 1000px) { 
    .container {width: 960px; }
	#main-wrapper #content-area { width: 700px; }
	#home #content-area { width: 630px;  }
}
/* Portrait tablet to landscape and desktop */
 @media  (min-width: 768px) and (max-width: 979px) { 
    .nav-bar ul li  a { padding: 12px 12px; font-size: 14px; }
    .sf-arrows .sf-with-ul { padding-right: 25px; }
	.sf-arrows .sf-with-ul:after {	right: 10px; }
	#home-tabs li a {padding: 0px 8px; }
	#header #univ-logo {margin-top: 35px; }
	#home #content-area { width: 390px;  }
	#main-wrapper #content-area { width: 470px; }

	.img-right { float: none; margin: 0px 0px 10px 0px; }
	.nav li .mega { width: 724px; left: 0;  }
	.mega.impact ul { width: 220px !important; float: left;   }
	.mega.impact ul li { width: 220px !important;   }
	.nav > li > ul {margin: 0; }
	.page-sub-nav ul { width: 100%;}
 }
 
/* Landscape phone to portrait tablet */
 @media  (max-width: 767px) { 
	body { padding: 0px; }
	#logo {text-align: center !important;}
	#header { height: auto; }
    /* ----- Mega Drop-Downs ----- */
    .nav-collapse.in.collapse { height: auto !important; }
    .nav ul li a  { margin-left: 16px;	}
    .nav ul li a.title { margin-left: 0; }
   	.content {margin: 50px auto;}
  	.img-right, .img-left { float: none; margin: 0px 0px 10px 0px; width: auto;   }
  	.img-right img, .img-left img {max-width: 100%;}
  	.video-container {min-width: 100%; }
  	.main-content {padding: 0px 20px; }
  	.sub-banner .titlebar, .sub-title h1 { position: static; margin: 0px 10px 10px 10px; }
  	.sub-banner .titlebar, .sub-banner {  height: auto !important; }
  	.title-line:before {border: none;}
  	.title-line span { padding: 0; }
  	h1, h2, h3, h4, h5 {line-height: 1em;}
    #main-wrapper #sidebar { width: 220px; margin: 20px auto; float: none;  }
	#main-wrapper #content-area { width: 100%; float: none; }
	#home #content-area { width: 100%; float: none; }
	#home #sidebar { width: 100%; float: none;margin: 20px auto;  }
	.sub-banner { 	margin-top: 0px; }
	.footer {padding: 0px 15px; text-align: center;   }
	.footer .links {text-align: center;}
	.grid-pad-home { padding: 0px 10px 0px 20px; }
	.content-body {  margin: 0px 0px 20px 0px ;}
	.grid-pad { padding: 0px 20px 10px 20px; }
  	.img-right, .img-left { float: none; margin: 0px 0px 10px 0px; width: auto;   }
  	.vid-right, .vid-left { float: none; margin: 0px 0px 10px 0px; width: 100%;   }
  	.img-right img, .img-left img {max-width: 100%;}
  	.video-container {min-width: 100%; }
  	.footer-main { padding: 120px 0 0 0 ;  }
  	.footer-logo { width: 100%; margin-left: 0%; }
  	#header .joinus {margin-top: 10px; float: left; }
  	.header-mobile {min-width: 200px; }
  	.page-sub-nav ul { width: 100%;}
}
 
/* Landscape phones and down */
 @media  (max-width: 480px) { 
 	h1 {font-size: 2em; line-height: 1em; }
 	.title-line {font-size: 1.8em; line-height: 1em;}
 	h2 {font-size: 1.3em; line-height: 1em;}
	/* Force table to not be like tables anymore */
	table.responsive-table, table.responsive-table thead, table.responsive-table tbody, table.responsive-table th, table.responsive-table td, table.responsive-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.responsive-table tr { }
	
	table.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		margin-bottom: 20px; 
		position: relative;
		text-align: center;
	}
	table.responsive-table img {display: inline-block !important;}
	table.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.banner-mobile .mobile-banner-nav li {
		width: 49%;
		margin: .5%;
		padding: 0;
		float: left;
		text-align: center;
	}
		#home-tabs {margin-bottom: 10px; }
	 	#home-tabs .tab-arrow {display: none; }
	 	#home-tabs li { padding: 0px; width: 48%;}
	 	#home-tabs li a { line-height: 20px; font-size: 12px; }
	 	#home-tabs .active  {  background: #FFF ;}
	 	.membership-box { float: none; width: 100%; margin-left: 0;   }
	 	
 }

/* #Font-Face
================================================== */


/* #Print Styles
================================================== */ 
@media print {

}