/* Bootstrap Config
http://getbootstrap.com/customize/?id=b95ab4d46746a1e47c77
desk: 53/30 - 966
tab: 35/30 - 750
*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	line-height: 152.38%;
	color: #666;
	background: #FFF;
	border-top:5px solid #72547D;
}
a {
	color: #0053C9;
	text-decoration: none;
}
a:hover {
	color:#72527E;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	text-decoration: none;
}
ul {
	margin:0 0 0 0px;
}
ol {
	margin:0 0 0 5px;
}
li {
	line-height: inherit;
}
hr {
	border-color:#72527E;
}
h1 {
	color: #72527E;
	font-size: 261.90%;
	font-weight: 300;
	line-height: 100%;
	margin:0;
}
h2 {
	color: #F66B14;
	font-size: 157.14%;
	font-weight: normal;
	line-height: 100%;
	margin:5px 0;
	padding:0;
}
h3 {
/* 	color: #F86B00; */
	color: #BB5100;
	font-size: 90.48%;
	font-weight: 900;
	line-height: 100%;
	margin:10px 0 20px;
	padding:0;
	text-transform: uppercase;
}
h3.create {
}
h3.create.author {
/* 	border-left:2px solid #F86B00; */
	border-left:2px solid #BB5100;
	margin-left:5px;
	padding-left:10px;
}
h4 {
	color: #72527E;
	font-size: 114.29%;
	font-weight: bold;
	line-height: 100%;
	margin:5px 0;
	padding:0;

}
h4.author {
	font-size: 90.48%;
	font-weight: 700;
	margin:0 0 15px;
}
h5 {
	color: #535353;
	font-size: 109.52%;
	font-weight: bold;
	line-height: 100%;
	margin:5px 0;
	padding:0;

}
button.btn,
button.btn.btn-primary,
button.btn.btn-primary.validate,
.pager li>a.btn,
a.btn {
	background: #72537D;
	color:#FFF;
	font-size: 100%;
	padding:6px 14px;
	border-radius: 0;
	border:0;
	font-weight: 600;
	display: inline-block;
	margin-top:10px;
}
button.btn:hover,
button.btn.btn-primary:hover,
button.btn.btn-primary.validate:hover,
.pager li>a.btn:hover,
a.btn:hover {
	color:#EEE;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}
.pager li>a.btn .glyphicon {
	font-size: 80%;
}
div.moduletable div.custom {
	width: 100%;
	padding:0;
	margin:0;
}
blockquote {
	font-size: 94.44%;
	font-weight: 600;
	line-height: 130%;
	margin:20px 0;
}
.img-responsive {
	outline:1px solid #BBB;
	border:1px solid #FFF;
}
span.wf_caption a {
	outline:1px solid #BBB;
	border:1px solid #FFF;
}
span.wf_caption {
	font-size: 73.68%;
	font-weight: 300;
	border-bottom:1px dotted #666;
	padding:3px;
	line-height: 150%;
}

/* Form */
.formControlLabel {
	display: none;
}
.formResponsive .formHorizontal .formControls {
	margin-left:0 !important;
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0px !important;
	display: inline-block;
}
.formResponsive.formVertical .rsform-block {
	margin-bottom: 10px;
	display: block;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive input[type="email"]{
	padding:0px 10px !important;
	width:75%;
	font-size: 66.67% !important;
	line-height: 285% !important;
	height: 41px !important;
	background: #FFF;
	color:#666;
	border-radius:0px;
	margin:0 !important;
	border:1px solid #CCC;
	box-sizing: inherit !important;
}
.formResponsive select {
	border: 0;
	outline: 1px solid #CCC; 
	outline-offset:-1px;
	color:#AAA;	
	padding:0 15px;
}
.formResponsive textarea {
	height:auto;
}
.on-page .formResponsive input[type="text"] {
	font-size: 80%;
	color:#333;
}
.formResponsive input[type="checkbox"] {
	float:none;
	position: relative;
}
.formResponsive label {
	font-weight: normal;
	float:none;
	margin:0 0 0 5px;
	height: auto;
	font-size: 80%;
}
.formResponsive .formHorizontal p.formDescription {
	display: none;
}
fieldset.user input[type="text"], fieldset.user input[type="password"], fieldset.user input[type="email"] {
	margin-bottom:10px;
}
fieldset.user .control-label {
	display:none;
}

/* Pagination */
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pagination ul {
	display: inline;
}
.pagination ul > li {
	display: inline;
	font-size: 82%;
	font-weight: 400;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 4px 10px;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
.pagination ul > li.pagination-start > a, .pagination ul > li.pagination-start > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left-width: 1px;
}
.pagination ul > li.pagination-end > a, .pagination ul > li.pagination-end > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination ul li a [class*="icon-"] {
	opacity: 0.8;
}
.pagination ul li a:hover [class*="icon-"] {
	opacity: 0.8;
}
.display-limit {
	margin: 20px 0px;
	color:#666;
}
.tooltip {
	display: none !important;
}
.pager li {
	font-size: 70%;
	font-weight: normal;
}

/* top */
.top {
	border-bottom:1px solid #CCC;
	position: relative;
}
.navbar-brand {
	display: block;
	border: 0;
	text-shadow: none;
	padding: 0;
	margin:0;
	width:242px;
	height: 121px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.75);
	box-shadow: 1px 2px 2px rgba(0,0,0,.75);
	position: absolute;
	top:-5px;
	z-index: 2000;
}
.navbar-brand img {
	width: 100%;
}
div.moduletable.tagline {
	color:#888;
	font-size: 61.90%;
	line-height: 646.15%;
	text-transform: uppercase;
	padding-left:35px;
	font-weight: 600;
	letter-spacing: 1px;
}
div.moduletable.search {
	border-right:3px solid #FFF;
	border-left:3px solid #FFF;
	position: absolute;
	top:-5px;
	right:5px;
	padding:0;
	width:9.5%;
	text-align: center;
}
div.moduletable.search div.custom {
/* 	border-top:10px solid #F46B29; */
	border-top:10px solid #BB5100;
}
div.moduletable.search a {
/* 	color:#F26A26; */
	color:#BB5100;
	font-size: 61.90%;
	line-height: 569.23%;
	font-weight: 600;
	text-transform: uppercase;
	background:url(../images/icon_search.png) 0 1px no-repeat;
	padding-left:25px;
	letter-spacing: 1px;
}
div.moduletable.search a:hover {
	color:#72527E;
}

/* Navigation */
.navigation {
	position: relative;
	z-index: 200;
	background:#F3F1F3;
	margin:6px 0;
}
.navigation .container {
	padding:0;
	background: #FFF;
}
.navigation .container .row {
	padding:6px 5px;
	margin:-6px 5px;
	background:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.navigation-content {
	padding:0;
}
.navigation .navbar-collapse {
	padding:0;
}
.navigation .navbar-default {
	background: none;
	border:0;
	border-radius: 0;
	box-shadow: none;
}
.navigation .navbar {
	background: rgba(87,66,97,.78);
	padding:0;
	position: relative;
	z-index: 100;
	border-top:5px solid #FFF;
	margin-bottom:-65px;
	top:-65px;
}
.navigation .navbar .nav {
	text-align: center;
}
.navigation .navbar .nav li {
	font-size: 76.19%;
	line-height: 387.5%;
	letter-spacing: 1px;
	padding:0 20px;
	margin:0;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.65);
}
.navigation .navbar .nav li a {
	padding:0;
	color: #FFF;
	font-weight: bold;
}
.navigation .navbar .nav li a:focus {
	background: none;
	outline:none;
}
.navigation .navbar .nav li a:hover {
	background: none;
	color:#F46B29;
}
.navigation .navbar .nav li.active {
	background:url(../images/menu_item_active_bg.png) 50% 0 no-repeat;
}
.navigation .navbar .nav li.active a {
	color:#FFF;
}
.navigation .navbar .nav li.active a:hover {
	color: #F46B29;
}
.navigation .navbar .nav-child {
	position: absolute;
	z-index: 1000;
	opacity:0;
	height: 0;
	min-width: 200px;
	overflow:hidden;
	border:0px;
	border-top:2px solid #FFF;
	box-shadow: 1px 1px 1px #aaa;
	background: rgba(87,66,97,.95);
	padding:0;
	margin:-2px 0 0;
	font-size: 100%;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	text-align: left;
}
.navigation .navbar .nav-child:hover {
	max-height: 999px;
}
.navigation .navbar .nav-child li {
	display: block;
	padding:15px 50px !important;
	font-size: 100%;
	line-height: 150%;
	margin:0;
	border-bottom:1px solid #FFF !important;
	list-style: none;
	text-transform: none;
	letter-spacing: normal;
}
.navigation .navbar .nav-child li:first-child {
}
.navigation .navbar .nav-child li:last-child {
	float:none;
	margin:0;
}
.navigation .navbar .nav-child li.divider {
	display: none;
}
.navigation .navbar .nav-child li a {
	display: block;
	color: #FFF;
	white-space: nowrap;
	padding:0;
	line-height: 150%;
}
.navigation .navbar .nav-child li a:hover {
	color:#FFFF99 !important;
}
.navigation .navbar .nav > li:hover > .nav-child,
.navigation .navbar .nav > li > a:focus + .nav-child {
	opacity:1;
	height:auto;
}
.navigation .navbar .nav-child li:hover {
	background: none;
}
.navigation .navbar .nav > li.active li a {
	color:#FFF;
}
.navigation .navbar .nav > li.active li {
	background: none;
}
.navigation div.moduletable.banner img {
	width: 100%;
}
@media (min-width: 1196px) {
.navigation .container {
	width:1196px;
}
.navigation .navbar .nav li {
	padding:0 25px;
}
}


/* Slideshow */
.slideshow-content {
	padding:0;
}

/* Content */
#main.mainbody {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:4px;
}
.itemid-101 #main.mainbody {
	padding-top:50px;
}
.mainbody div.moduletable.pathway {
	font-size: 73.68%;
	margin:5px 0 40px;
}
.mainbody div.moduletable.pathway .breadcrumb {
	padding:0;
	margin:0;
	background: none;
}
.mainbody div.moduletable.pathway .breadcrumb li {
	background: none !important;
	padding:0 !important;
}
.mainbody div.moduletable.pathway .breadcrumb li a {
	color:#1F1F1F;
}
.mainbody div.moduletable.pathway .breadcrumb li a:hover {
	color:#F26A26;
}
.mainbody div.moduletable.pathway .breadcrumb>li+li:before {
	content:none;
}
.mainbody div.moduletable.pathway .breadcrumb>li:first-child {
	display: none;
}
.mainbody div.moduletable.pathway span.divider {
	padding:0 5px;
	color:#1F1F1F;
}
#pathway {
	padding:0;
	height:76px;
}
#content {
	padding:0;
}
#content .padding {
	margin:0;
	padding:0 45px 40px 0;
}
#content .page-header {
	padding:0;
	margin:0;
	border:0;
}
.itemid-101 #content ul {
	list-style: none;
	padding:0;
	display: inline;
}
.itemid-101 #content ul li {
	display:inline;
	font-size: 76.19%;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 15px;
	line-height: 100%;
}
.itemid-101 #content ul.resources li {
	border-right:2px solid #0053C9;	
}
.itemid-101 #content ul li:first-child {
	border-right:2px solid #0053C9;
}
.itemid-101 #content ul.resources li:first-child {
	padding-left:0;
}
.itemid-101 #content ul.resources li:last-child {
	border-right:0;
}
.itemid-101 #content ul li a {
	line-height: 100%;
	padding:0;
}
div.category-desc,
div.items-leading > div {
	border-bottom:1px solid #72527E;
	padding-bottom:30px;
	margin-bottom:30px;
}
.itemid-274 div.category-desc {
	border:0;
	padding:0;
	margin:0;
}
div.items-leading > div:last-child {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
div[class*='leading-'] h2 {
	font-size: 142.86%;
	margin-bottom:5px;
}
div[class*='leading-'] h2 a {
	color:#F66B14;	
}
div[class*='leading-'] h2 a:hover {
	color:#72527E;
}
div[class*='leading-'] h3 {
	display: none;
}
div[class*='leading-'] .create {
	font-size: 66.66%;
	display: inline-block;
	line-height: 100%;
	margin-bottom:15px;
	color:#000;
}
div[class*='leading-'] .create.author {
	border-left:1px solid #000;
	margin-left:5px;
	padding-left:10px;
}
div[class*='leading-'] .item-image {
	width:43%;
	float:left;
	margin-right:15px;
	margin-top:5px;
}
div[class*='leading-'] .item-image img {
	width: 100%;
}
.item-page .item-image {
	width:95%;
	margin:20px 0;
	float:none !important;
}
.item-page .item-image img {
	width: 100%;
}
#right {
	padding:100px 0 0;
}
#right div.moduletable {
	padding-bottom:20px;
	border-bottom:3px double #CCC;
	margin-bottom:20px;
}
#right div.moduletable h3 {
	font-size: 104.76%;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 15px;
}
#right div.moduletable.share img:hover {
	opacity: .8;
}
#right ul {
	list-style: none;
	padding:0;
}
#right ul li {
	line-height: 120%;
}
#right ul li a {
	padding:0;
}
#right ul li a:hover {
	background: none;
}
/* Level 1 */
#right ul.nav {
	color: #0053C9;
}
#right ul.nav > li {
	font-size: 95.24%;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
#right ul.nav > li.active > a {
	color:#F96B00;
}
/* Level 2 */
#right ul.nav > li > ul.nav-child {
	border-top:1px solid #CCC;
	margin-top:10px;
	padding:15px 0 5px 5px;
}
#right ul.nav > li > ul.nav-child > li {
	margin-bottom:5px;
}
#right ul.nav > li > ul.nav-child > li.active {
	font-weight: 600;
}
/* Level 3 */
#right ul.nav > li > ul.nav-child > li > ul.nav-child {
	font-size: 94.17%;
	padding:5px 0 5px 10px;;
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li {
	font-weight: normal;
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li:before {
	content:"+ ";
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li.active {
	font-weight: 600;
}
/* Level 4 */
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child {
	font-size: 87.5%;
	padding:5px 0 5px 30px;
	list-style: disc;
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li {
	font-weight: normal;
	margin-bottom:5px;
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li.active {
	font-weight: 600;
}
/* Level 5 */
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child{
	font-size: 92.86%;
	padding:5px 0 5px 10px;
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li{
	font-weight: normal;
	margin-bottom:5px;
}
#right ul.nav > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li > ul.nav-child > li.active {
	font-weight: 600;
}
#right div.moduletable.homelinks {
	border-bottom:0;
	margin:0;
}
#right div.moduletable.homelinks ul {
	list-style: none;
	padding:0;
}
#right div.moduletable.homelinks ul li {
	border-bottom:1px solid #DDD;
	padding-bottom:5px;
	margin-bottom:5px;
}
#right div.moduletable.feature {
	font-size: 71.43%;
	line-height: 130%;
}
#right div.moduletable.feature h3 {
	font-size: 146.67%;
	text-transform: none;
	font-weight: bold;
}
#right div.moduletable.feature img {
	width: 100%;
	margin:0 0 10px;
}
#right div.moduletable.feature a {
	font-weight: 600;
	display: inline-block;
	margin-top:10px;
}
#right div.moduletable.feature.list ul {
	list-style: none;
	padding:0;
	margin-bottom:10px;
}
#right div.moduletable.feature.list ul li {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
#right div.moduletable.feature.list ul li a {
	font-weight: normal;
	margin-top:0;
}
div.moduletable.greatschools {
	color:#000;
}
div.moduletable.greatschools .headerarea {
	border:thin #CCCCCC solid; 
	border-radius: 4px;
	text-align:center; 
	padding:10px 10px 15px;
	font-size: 70%;
	line-height: 120%;
}
div.moduletable.greatschools .headerarea img {
	width: 45%;
	margin-bottom:10px;
}
div.moduletable.greatschools .formarea {
	background-color:#3994D1;
	padding:20px 20px 15px 20px;
	border:0;
	position: relative;
	top:-4px;
}
div.moduletable.greatschools .formarea form {
	border:0;
	margin:0;
	padding:0;
}
div.moduletable.greatschools .formarea select {
	width: 100%;
	margin-bottom:10px;
	border: 0;
	outline: 1px inset black; 
	outline-offset:-1px;
	color:#000;
}
div.moduletable.greatschools .formarea button.btn {
	background:#333;
	color:#FFF;
	border:1px solid #000;
	font-size: 85.7142857%;
	font-weight: normal;
	width: 100%;
	margin:0 0 10px;
}
div.moduletable.greatschools .footerarea {
	color:#FFF;
	font-size: 66.6666666%;
}
div.moduletable.greatschools .footerarea img {
	width:15%;
	float:left;
	margin-right:10px;
}
div.moduletable.greatschools .footerarea span {
	display: block;
	line-height: 120%;
}
div.moduletable.greatschools span.caption {
	display: block;
	line-height: 120%;
	font-size: 76.1904761%;
	color:#666;
}

/* Home Modules */
#home {
	padding:0;
}
#home div.moduletable.twtr {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 30px 0 50px;
	font-size: 104.76%;
	color:#1F1F1F;	
	line-height: 120%;
}
#home div.moduletable.twtr .abivia-multi-twitter {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 4px 0;
	padding:25px 0;
}
#home div.moduletable.twtr .tweet {
	background:url(../images/twitter_bg.png) 10px 5px no-repeat;
	padding:0 50px;
}
#home div.moduletable.twtr .tweetby {
	display: none;
}
#home div.moduletable.twtr .tweetat {
	display: inline;
}
#home div.moduletable.feature {
	font-size: 71.43%;
	text-align: center;
	padding:0 40px;
	line-height: 130%;
	margin-bottom:50px;
}
#home div.moduletable.feature h3 {
	font-size: 146.67%;
	text-transform: none;
	font-weight: 600;
}
#home div.moduletable.feature img {
	width: 100%;
	margin:0 0 10px;
}
#home div.moduletable.feature a {
	font-weight: 600;
	display: inline-block;
	margin-top:10px;
}
#home div.moduletable.feature.list {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
#home div.moduletable.feature.list ul {
	list-style: none;
	padding:0;
	margin-bottom:0px;
	width:100%;
}
#home div.moduletable.feature.list ul li {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
#home div.moduletable.feature.list ul li a {
	font-weight: normal;
	margin-top:0;
}
#home div.moduletable.feature .avVideo .avPlayerContainer .avPlayerBlock iframe {
	min-width:0 !important;
}


/* Bottom */
.bottom {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:1px;
	text-align: center;
	padding:30px 0;
}
.bottom ul li {
	display: inline-block;
	border-right:2px solid #0053C9;
	font-size: 114.29%;
	line-height: 100%;
	padding:0 30px;
}
.bottom ul li:last-child {
	border-right:0;
}
.bottom ul li a {
	padding:0;
}
.bottom ul li a:hover {
	background: none;
}

/* Connect */
.connect {
	background: #F3F2F4;
	padding:50px 0;
	margin-bottom:1px;
}
div.moduletable.rsform {
	padding:0;
	
}
div.moduletable.rsform h3 {
	color:#5F4569;
	font-size: 104.76%;
	margin:10px 0 0;
	display: inline-block;
	text-transform: none;
	font-weight: 600;
}
div.moduletable.rsform div.rsform {
	width: 75%;
	padding:0;
	display: inline-block;
	float:right;
}
div.moduletable.rsform div.rsform.contact {
	float:none;
}
div.moduletable.rsform.on-page div.rsform {
	width: 90%;
}
div.moduletable.rsform form {
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	margin:0;
	display: inline-block;
	width:90%;
	position: relative;
}
div.moduletable.rsform .formResponsive .rsform-block-email {
	width:90%;
}
.on-page div.moduletable.rsform form {
	width:100%;
}
div.moduletable.rsform .formResponsive .inputbox {
	width: 100%;
	box-shadow:none;
	background:none;
	border:0;
}
div.moduletable.rsform .formResponsive input.btn {
	position: absolute;
	right:0;
	top:6px;
	background:none;
	border:0;
	border-left:3px double #CCC;
	border-radius: 0;
	box-shadow: none;
	color:#666;
	font-weight: 400;
	text-shadow: none;
	font-size: 60%;
	line-height: 150%;
	text-transform: uppercase;
}
.on-page .formResponsive .formHorizontal .rsform-block-submit {
	position: absolute;
	right:5px;
	top:4px;
}
div.moduletable.connectmod {
	text-align: right;
}
div.moduletable.connectmod h3 {
	color:#5F4569;
	font-size: 104.76%;
	margin:10px 20px 0 0;
	display: inline-block;
	text-transform: none;
	font-weight: 600;
}
div.moduletable.connectmod div.connectmod {
	width: auto;
	padding:0;
	display: inline-block;
	float:none;
}
div.moduletable.connectmod div.connectmod img {
	margin:0 5px 0 0;
}
div.moduletable.connectmod div.connectmod img:hover {
	opacity: .8;
}

/* Footer Area */
.footer {
	background:#444;
}
.footer .container {
	padding: 50px 0px;
}
.footer div.moduletable.footer-block {
	font-size: 66.67%;
	line-height: 150%;
	color:#FFF;
	padding:0;
}
.footer div.moduletable.footermenu ul.nav {
	-webkit-columns:2 !important;
	-moz-columns:2 !important;
	columns:2 !important;
	margin-top:30px;
}
.footer div.moduletable.footermenu ul.nav li a {
	color:#FFF;
	padding:0;
	font-size: 71.43%;
	line-height: 130%;
}
.footer div.moduletable.footermenu ul.nav li a:hover {
	color:#F26A26;
	background: none;
}

/* Copyright */
.copyright {
	padding: 20px 0;
}
.copyright-content {
	padding:0;
}
.copyright div.moduletable {
	font-size:61.9%;
	line-height: 100%;
	color:#777;
}
.copyright div.moduletable ul li {
	display: inline-block;
}
/*
.copyright div.moduletable ul li:first-child {
	padding-right:10px;
	border-right:1px solid #777; 
	margin-right:3px;
}
.copyright div.moduletable ul li:last-child {
	padding-left:10px;
	border-left:1px solid #777;
}
*/
.copyright div.moduletable ul li a {
	padding:0;
}
.copyright div.moduletable ul li a:hover {
	background: none;
}

/* Search */
#finder-search,
#searchForm {
	width: 100%;
	margin-bottom:30px;
	border-bottom:1px solid #CCC;
}
#finder-search .form-control,
#searchForm .form-control {
	height:28px;
}
#finder-search .inputbox,
#searchForm .inputbox {
	width:50%;
	padding:7px;
}
#search-query-explained {
	display: none;
}
#finder-search button,
#searchForm button {
	margin-top:-4px;
}
#finder-search button:hover,
#searchForm button:hover {
}
#finder-search .controls,
#searchForm .controls {
	margin-left:20px;
}
#finder-search .controls label,
#searchForm .controls label {
	display: inline-block;
	margin-right:30px;
	font-weight: normal;
}
#finder-search input[type="radio"],
#searchForm input[type="radio"] {
	margin-top:2px;
}
.search-results {
	margin-right:13px;
}
.search-results .highlight {
	/*background: yellow;*/
	background: none;
	font-weight: inherit;
	padding:0;
}
.search-results h2 {
	font-size: 160%;
	font-weight: normal;
}
.search-results h3 {
	margin-bottom:10px;
}
.search-results .result-text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #CCC;
}
.search-pages-counter {
	font-size: 79% !important;
	margin-top: 15px !important;
}



/* Print Template */
body.contentpane {
	background: #FFF;
}
.contentpane .logo {
	width:auto;
	height:auto;
	margin-top:0px;
}
.contentpane .printlink {
	position: relative;
	top:11px;
	float:right;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.contentpane .printlink a:link,
.contentpane .printlink a:visited {
	font-size: 79%;
	line-height: 245%;
	text-transform: uppercase;	
	color:#959595;
}
@media print {
.contentpane .printlink {
	display: none;
}
}

/* start tablet width styles */
@media (min-width: 768px) and (max-width: 991px) {
.top-content {
	padding:0;
}
.navbar-brand {
	width:187px;
	height:91px;
}
div.moduletable.tagline {
	padding-left:20px;
	font-size: 47.62%;
	line-height: 650%;
}
div.moduletable.search {
	width: 10.5%;
}
div.moduletable.search a {
	font-size: 47.62%;
	line-height: 550%;
	background:url(../images/icon_search.png) 0 0px no-repeat;
}
.navigation .container {
	width:100%;
	margin:0;
}
.navigation .container .row {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	border-left:0;
	border-right:0;
}
.navigation .navbar {
	margin-bottom:-57px;
	top:-57px;
}
.navigation .navbar .nav li {
	padding:0 10px;
	font-size: 66.66%;
}
.navigation .navbar .nav-child li {
	font-size: 115%;
}
.itemid-101 #main.mainbody {
	padding-top:25px;
}
.itemid-101 #content .padding {
	padding-bottom:15px;
}
#home div.moduletable.twtr {
	margin-bottom: 30px;
}
#home div.moduletable.feature {
	padding:0 25px;
	margin-bottom:30px;
}
#home div.moduletable.feature h3 {
	font-size: 138.095238%;
}
#home div.moduletable.feature.list ul li:last-child {
	display: none;
}
.bottom ul li {
	padding:0 20px;
}
div.moduletable.rsform h3 {
	font-size: 85.7142857%;
}
div.moduletable.connectmod h3 {
	font-size: 85.7142857%;
}
div.moduletable.connectmod div.connectmod img {
	width:24px;
}
#right div.moduletable.share img {
	width:40px;
}
div.moduletable.banner img {
	width: 100%;
}

} /* end tablet width styles */


/* start nav button styles */
@media (max-width: 767px) {
	
.navbar-toggle {
	border:0 !important;
	border-radius: 0;
	margin:0;
	position: relative;
	top:-34px;
	right:60px;	
	border-right:1px solid #CCC !important;
	padding:0 15px;
}
.itemid-101 .navbar-toggle {
	top:-228px;
}
.navbar-toggle:hover {
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-toggle .icon-bar {
	background: #72527E !important;
	height: 4px;
	width: 25px;
	margin-top:3px;
}
.navbar-toggle .icon-bar:first-child {
	margin-top:0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;	
}
.navbar-collapse {
	border:0;
	background: #72527E;
	position: absolute;
	right:0 !important;
	left:15px !important;
	z-index: 10000;
	width: 100%;
	margin-top:45px;
}
.itemid-101 .navbar-collapse {
	margin-top:-150px;
}
.navbar-collapse .navbar {
	margin-bottom:0;
}
.navbar .nav {
	padding:3px 0 3px !important;
	border:0 !important;
	border-bottom:2px solid #FFF;
	width: 100% !important;
}
.navbar .nav li {
	display: block !important;
	border:0 !important;
	border-top:1px solid #FFF !important;
	width: 100%;
	padding:0 10px !important;
	text-align:left
}
.navbar .nav li:hover,
.navbar .nav li.active {
	background: #72527E;
}
.navbar .nav li a,
.navbar .nav li.active a,
.navbar .nav li a:hover,
.navbar .nav li.active a:hover {
	color:#FFF;
	font-size: 100%;
	padding:0px 25px !important;
	border:0 !important;
}
.navbar .nav-child {
	display: none;
}


} /* end nav button styles */

/* start smartphone width styles */
@media (max-width: 767px) {

.row {
	margin:0;
}
.col-sm-12 {
	padding:0;
}
.top-content {
	padding:0;
}
.navbar-brand {
	width:148px;
	height:74px;
	top:-85px;
}
div.moduletable.tagline {
	font-size: 57.1428571%;
	line-height: 150%;
	text-align: center;
	width:100%;
	margin-top:80px;
	margin-bottom: 10px;
}
div.moduletable.search {
	top:-80px;
	border:0;
}
div.moduletable.search div.custom {
	border:0;
}
div.moduletable.search a {
	color:transparent;
	letter-spacing: -10px;
}
div.moduletable.search a:hover {
	color:transparent;
}
.navigation {
	margin-top:0;
}
.itemid-101 .navigation {
	margin-top:6px;
}

.navigation .container {
	width:100%;
	margin:0;
}
.navigation .container .row {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	border-left:0;
	border-right:0;
}
.navigation .navbar {
	background:none;
	border-top:0;
}
.itemid-101 #main.mainbody {
	padding-top:25px;
}
.itemid-101 #content .padding {
	padding-bottom:15px;
}
.itemid-101 #content ul {
	display: block;
}
.itemid-101 #content ul li {
	font-size: 66.66%;
}
.itemid-101 #content ul li:first-child {
	padding-left:0;
}
.itemid-101 #content ul li:last-child {
	padding-right:0;
}
#content .padding {
	padding-right:0;4
}
h1 {
	font-size: 214.285714%;
}
#right {
	padding-top:0;
}
#right div.moduletable {
	text-align: center;
	margin-bottom: -30px;
	padding-bottom: 0;
}
#right div.moduletable ul li:first-child {
	border-top:1px solid #DDD;
	padding-top:5px;
	margin-top:10px;
}
#right div.moduletable ul li:last-child {
	border:0;
}
#home div.moduletable.twtr .tweet {
	background:url(../images/twitter_bg.png) 50% 0px no-repeat;
	text-align: center;
	padding:25px 0 0;
}
#home div.moduletable.feature {
	padding:0 20px;
	margin-bottom:20px;
}
#home div.moduletable.feature.list {
	border:0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:20px 20px 30px;
}
.bottom {
	padding:15px 0;
}
.bottom ul li {
	display: block;
	border-right:0;
	border-bottom:1px solid #CCC;
	font-size: 100%;
	line-height: 100%;
	padding:10px 0;
	text-align: center;
}
.bottom ul li:last-child {
	border-bottom: 0;
}
.connect {
	padding:20px 0;
}
div.moduletable.rsform,
div.moduletable.connectmod {
	text-align: center;
	padding:0;
	width: 100%;
}
div.moduletable.rsform {
	margin-bottom:15px;
}
div.moduletable.rsform h3,
div.moduletable.connectmod h3 {
	display: block;
	margin-bottom: 5px;
}
div.moduletable.rsform div.rsform {
	width: 100%;
	float:none;
}
div.moduletable.rsform form {
	width: 100%;
}
div.moduletable.rsform .formResponsive .rsform-block-email {
	margin-left:-10px;
}
.footer div.moduletable.footermenu ul.nav {
	-webkit-columns:1 !important;
	-moz-columns:1 !important;
	columns:1 !important;
	margin-top:30px;
}
div.moduletable.banner {
	display: none;
}
#right div.moduletable {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#right ul.nav > li:first-child {
	border-top:0 !important;
}
} /* end smartphone width styles */
