@charset "UTF-8";
/*///////////////////////////////////////////////////////*/
/* Main CSS */
/*///////////////////////////////////////////////////////*/
* {
	font: Helvetica, Arial, sans-serif;
}
a  {
	text-decoration: none;
}
a:link {
	color: #464885;
}
a:visited {
	color: #000000;
}
a:hover,a:active,a:focus {
	color: #c33217;
	text-decoration: none;
}
h1   {
	text-align: center;
	color: #464885;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 3em;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
h3 {
	font-size: 2em;
	color: #464885;
	font-weight: 100;
	line-height: 100%;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
}
p  {
	color: #666666;
	font-weight: 200;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
}
#wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
main {
	display: none;
}
#main {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 0px 40px 0px;
}
article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.container-centered {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}
.no-border {
	border-bottom: none;
}
.text-large-left {
	text-align: left;
	line-height: 150%;
}
.bold   {
	font-weight: 600;
}
#intro p {
	font-size: 1.5em;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 175%;
	padding-bottom: 0.2em;
}
.text-left {
	white-space: nowrap;
}
.text-center {
	text-align: center;
}
.text-float {
	float: left;
	width: 50%;
}
.text-clear {
	clear: left;
}
.image-and-caption {
	width: 50%;
	padding-right: 30px;
	float: left;
}
.image-50 {
	width: 50%;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}
.image-100 {
	width: 100%;
	height: auto;
	padding: 0px 0px 10px 0px;
}
.caption-text {
	color: #464885;
	font-style: italic;
}
.inset-slideshow {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	width: 510px;
}
#logo-links-container {
	width: 69.99%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.logo-links-row {
	clear: left;
}
.logo-links-row a {
	display: block;
	width: 33.33%;
	float: left;
}
.logo-link {
	box-sizing: border-box;
	float: left;
	border: 1px solid #ccc;
	width: 90%;
	padding: 2%;
	margin: 5%;
	height: auto;
}
header ul, footer ul, .submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header ul li, footer ul li, .submenu ul li {
	float: left;
}
header li:first-child, footer li:first-child, .submenu li:first-child {
	margin-left: 0;
}
li {
	color: #666666;
	font-weight: 200;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
}
.list-indent  {
	float: none;
	padding-left: 20px;
	width: auto;
}
.list-indent-float {
	float: left;
	width: 76%
}
.line-break {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	padding-top: 20px;
	padding-bottom: 0px;
	clear: left;
}
.spacer {
	min-width: 100%;
	height: 10px;
	clear: left;
}
.no-border {
	border: none;
}
.map {
    width: 750px;
	max-width: 100%;
    height: 500px;
    background-color: #CCC;
  }

@media (max-width:767px){
h1   {
	color: #464885;
	letter-spacing: 1px;
	font-size: 2em;
	padding-top: 0px;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.5em;
}
p  {
	font-weight: 200;
	font-size: 1em;
	line-height: 150%;
}
#main {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px 10px 0px 10px;
}
article {
	padding-bottom: 15px;
}
#intro p {
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 175%;
	padding-bottom: 0.2em;
}
.image-and-caption {
	width: 50%;
	padding-right: 20px;
	float: left;
}
li {
	font-size: 1em;
	line-height: 150%;
}
.line-break {
	padding-top: 0px;
	padding-bottom: 0px;
}
.inset-slideshow {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
}
}

@media (max-width:420px){
.container-centered {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
#intro p {
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 150%;
	padding-bottom: 0em;
}
.text-float {
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.image-50 {
	width: 375px;
	max-width: 100%;
	height: auto;
	margin: auto;
	padding: 0px 0px 20px 0px;
	float: none;
}
.image-and-caption {
	width: 100%;
	padding-right: 0px;
	float: none;
}
#logo-links-container {
	width: 99.99%;
}
.line-break {
	height: auto;
	padding-top: 82px;
	padding-bottom: 0px;
}
.list-indent  {
	padding-left: 40px;
}
}
/*///////////////////////////////////////////////////////*/
/* Navigation CSS */
/*///////////////////////////////////////////////////////*/
.navbar-default .navbar-nav > li > a {
  color: #464885;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c33217;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c33217;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar.navbar-default {
	border-width: 0px;
	border-radius: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 6px #666666;
	box-shadow: 0px 0px 6px #666666;
	opacity: .95;
}
.nav.navbar-nav.navbar-right {
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.navbar-brand {
	max-width: 100%;
	height: auto;
	padding: 13px 0px 0px 20px;
}
.navbar-brand > img {
	width: 249px;
	height: auto;
}
.brand-logo {
	max-width: 100%;
	height: auto;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 12px;
	margin-left: -60px;
	margin-right: 20px;
	height: 45px;
	border: 3px solid transparent;
	border-radius: 7px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #464885;
}
.icon-bar {
	min-height: 4px;
}

@media (max-width:767px){
.menu-dropdown-top {
	border-bottom: 1px solid #cccccc;
	margin-top: -20px;
}
.menu-dropdown {
	border-bottom: 1px solid #cccccc;
}
.menu-dropdown-bottom {
	margin-bottom: -10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #efefef;
}
}

@media (max-width:360px){
.navbar-brand > img {
	width: 200px;
	height: auto;
	padding-top: 5px;
}
}
/*///////////////////////////////////////////////////////*/
/* Submenu CSS */
/*///////////////////////////////////////////////////////*/
#submenu {
	text-align: center;
	width: 100%;
	height: 50px;
	background: #f6f8f7;
	border-bottom: 1px solid #d1d9d8;
	opacity: .95;
	z-index: 1000;
}
#submenu.sticky {
    position: fixed;
    z-index: 1000;
}
#submenu ul {
    display: inline-block;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#submenu li {
	display: inline;
	text-transform: uppercase;
	line-height: 50px;
	float: left;
	padding: 0px 20px;
}
#submenu li a {
	color: #464885;
	display: block;
	letter-spacing: 1px;
}

#submenu li > a:hover,
#submenu li > a:focus {
	color: #c33217;
	background-color: transparent;
}
#submenu .active > a,
#submenu .active > a:hover,
#submenu .active > a:focus {
	color: #c33217;
	background-color: transparent;
}
#submenu .disabled > a,
#submenu .disabled > a:hover,
#submenu .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

@media (max-width:767px){
#submenu {
	height: 30px;
}
#submenu ul {
	height: 30px;
}
#submenu li {
	line-height: 30px;
	padding: 0px 20px;
}
}

@media (max-width:420px){
#submenu li {
	font-size: .9em;
	padding: 0px 10px;
}
}
/*///////////////////////////////////////////////////////*/
/* Slideshow Carousel CSS */
/*///////////////////////////////////////////////////////*/
.main-slideshow {
	display: none;
}
.item .active > img {
	max-height: 100%;
	max-width: 100%;
}
.image-fill {
	width: 100%;
}
.inset-slideshow {
	z-index: 1;
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-indicators li {
	width: 9px;
	height: 9px;
	margin: 0px 2px;
	border-radius: 9px;
	background-color: #fff \0;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}
.carousel-indicators .active {
	width: 9px;
	height: 9px;
	margin: 0;
	background-color: #fff;
}
.color-dots li {
	background-color: #464885 \0;
	background-color: rgba(70, 72, 133, 0);
	border: 1px solid #464885;
}
.color-dots .active {
	background-color: #464885;
}
.adjustment {
	bottom: 42px;
}
.carousel-caption {
	width: 100%;
	height: 50px;
	font-style: italic;
	font-weight: 400;
	text-height: 100%;
	position: relative;
	top: 0px;
	left: auto;
	right: auto;
	margin-right: -1px;
	margin-left: -1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-shadow: none;	/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1.0); */
	margin-top: 30px;
}
.carousel-caption p {
	color: #464885;
	text-align: center;
}
.carousel-caption .btn {
    text-shadow: none;
}
.carousel-control {
	position: absolute;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	/* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
	text-shadow: none;
	filter: alpha(opacity=0);
	opacity: .0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
}

@media (max-width:767px){
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li {
	width: 7px;
	height: 7px;
	margin: 0px 2px;
	border-radius: 7px;
}
.carousel-indicators .active {
	width: 7px;
	height: 7px;
	margin: 0;
}
.adjustment {
	bottom: 45px;
}
}

@media (max-width:420px){
.carousel-indicators {
	bottom: -5px;
}
.carousel-indicators li {
	width: 5px;
	height: 5px;
	margin: 0px 1px;
	border-radius: 5px;
}
.carousel-indicators .active {
	width: 5px;
	height: 5px;
	margin: 0;
}
.adjustment {
	bottom: 45px;
}
}
/*///////////////////////////////////////////////////////*/
/* Accordian CSS */
/*///////////////////////////////////////////////////////*/
.panel-heading {
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.name {
    color: #464885;
    font-weight: 100;
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 100%;
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
    width: 320px;
}
.title {
	color: #999;
	font-variant: small-caps;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 100%;
	float: left;
	margin-left: : 20px;
	padding-left: : 20px;
	white-space: nowrap;
}
.more {
	float: right;
	margin: 0px;
	padding: 0px;
}
.panel-body {
	clear: left;
}
.portrait {
	float: left;
	line-height: normal;
	width: 24%;
	height: auto;
	margin-right: 3%;
	padding-bottom: 15px;
}
.credentials  {
	float: left;
	width: 70%;
	padding-left: 3%;
	font-style: italic;
}
.quote {
	clear: left;
}

@media (max-width:767px){
.name {
	font-size: 1.2em;
}
.title {
	font-size: 1.2em;
}
.more {
	margin: 0px;
}
}

@media (max-width: 580px) {
.panel-heading {
	padding-top: 0px;
}
.name {
	float: none;
}
.title {
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
.panel-body {
	clear: left;
}
.portrait {
	float: none;
	width: 100%;
	height: auto;
	max-width: 160px;
	margin-right: 0%;
	padding-bottom: 15px;
}
.credentials  {
	float: none;
	width: 100%;
	padding-left: 20px;
	font-style: italic;
}
}
/*///////////////////////////////////////////////////////*/
/* Footer CSS */
/*///////////////////////////////////////////////////////*/
footer {
	width: 100%;
	height: 35px;
	padding: 0px 30px;
	background-color: #464885;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
}
.footer-text-large {
	padding-right: 0px;
}
.footer-text-left {
	float: left;
	color: #efefef;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 35px;
	padding-right: 20px;
	margin-top: 0px;
}
.footer-text-left > a {
  color: #efefef;
}
.footer-text-left > a:hover,
.footer-text-left > a:focus {
  color: #c33217;
  background-color: transparent;
}
.footer-text-left > .active > a,
.footer-text-left > .active > a:hover,
.footer-text-left > .active > a:focus {
  color: #c33217;
  background-color: transparent;
}
.footer-text-left > .disabled > a,
.footer-text-left > .disabled > a:hover,
.footer-text-left > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.footer-text-right {
	float: right;
	color: #efefef;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 35px;
	margin-top: 0px;
}

@media (max-width:767px){
footer {
	height: 120px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	position: static;
}
.footer-text-left {
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: auto;
}
.footer-text-large {
	font-size: 1.5em;
}
.footer-text-right {
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: .75em;
	text-align: center;
	line-height: auto;
}
}
