/* CSS Document */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #636363;
	line-height: 24px;
	margin: 0;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

table.give {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #346c3b;
  border-style: dashed;
  color: #2d2d2d;
}

table.give td, table.give th {
  border-width: 1px;
  border-color: #346c3b;
  border-style: dashed;
  padding: 5px;
}

table.give thead {
  background-color: #346c3b;
}

@media (min-width: 992px) {
  .container {
    width: 978px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 978px;
  }
}

.font-bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.font-cinzel {
	font-family: 'Cinzel', serif;
	font-weight: 700;
}

h1.font-cinzel {
	line-height: 1;
	font-size: 52px;
	margin-top: 0px;
}

h2.font-cinzel {
	line-height: 1;
	font-size: 90px;
	margin-top: 0px;
	text-align: center;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.font24 {
	font-size: 24px;
	line-height: 30px;
}

p.font14 {
	font-size: 14px;
}

p.font18 {
	font-size: 18px;
}

p.font20 {
	font-size: 18px;
	line-height:  28px;
}

p.font22 {
	font-size: 18px;
	line-height: 28px;
}

p.font-semibold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.blue {
	color: #3991d0;
}

.white {
	color: #f6f6f6;
}

.bottom-border {
	border-bottom: #3991d0 solid 2px;
	padding-bottom: 10px;
}

.primary-heading {
	font-size: 24px;
	color: #3991d0;
	border-bottom: #3991d0 solid 2px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.secondary-heading {
	font-size: 18px;
	color: #39393b;
	border-bottom: #39393b solid 2px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.side-heading {
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: #39393b solid 1px;
}

.nav > li > a:focus {
	background-color: transparent;
}

.nav .dropdown > a:focus {
	background-color: transparent;
}

.nav .dropdown > a:hover {
	border-top: #7b4910 solid 8px;
}

.navbar-default {
	background-color: #f79220;
	border: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}

.bio-nav {
	font-size: 18px;
	list-style: none;
	padding: 0 0 0 0;
	margin-bottom: 25px;
}

.bio-nav li a {
	color: #39393b;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	border-bottom: #dadada solid 1px;

}

.bio-nav li:last-child a {
	border-bottom: none;
}

.side-nav {
	font-size: 14.5px;
	font-weight: 700;
	text-align: center;
	background-color: #b5e0f1;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-bottom: 25px;
}

.side-nav li a {
	color: #90aeba;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #a3c7d6 solid 1px;

}

.side-nav li a:hover {
	color: #39393b;
	text-decoration: none;
	background-color: transparent;
}

.side-nav li.active a {
	color: #39393b;
}

.side-nav li:last-child a {
	border-bottom: none;
}

.nav-justified {
	margin: 7.5px 0;
}

.nav-justified > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #f6f6f6;
}

.nav-justified > li > a:hover {
	color: #7b4910;
	padding-top: 6.5px;
	border-top: #7b4910 solid 8px;
	background-color: transparent;
}

.nav-justified > li.active> a {
	color: #7b4910;
	padding-top: 6.5px;
	border-top: #7b4910 solid 8px;
	background-color: transparent;
}

@media (min-width: 768px) {
.nav-justified {
	margin: 0;
}
.nav-justified > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

.jumbotron {
	background-image: url(../img/home-hero-img.jpg);
	color: #f6f6f6;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
	margin-bottom: 30px;
}

.btn {
	border: none;
	font-weight: 700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.btn:hover {
	color: #f6f6f6;
	text-decoration: none;
}

.btn-ltblue {
	background-color: #b5e0f1;
	color: #3991d0;
}

.btn-ltblue:hover{
	background-color: #39393b;
	color: f6f6f6;
	text-decoration: none;
}

.btn-blue {
	background-color: #3991d0;
	color: #f6f6f6;
}

.btn-blue:hover{
	background-color: #39393b;
	color: f6f6f6;
	text-decoration: none;
}

.btn-orange {
	background-color: #f0582a;
	color: #f6f6f6;
}

.btn-orange:hover{
	background-color: #7b4910;
	color: f6f6f6;
	text-decoration: none;
}

.bottom65 {
	margin-bottom: 65px;
}

.bottom20 {
	margin-bottom: 20px;
}

.top50 {
	padding-top: 50px;
}

.top20 {
	margin-top: 20px;
}

.carousel {
	background-color: #f6f6f6;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

footer {
	background-color: #39393b;
	padding-top: 20px;
	padding-bottom: 10px;
}

.top-footer {
	background-color: #b5e0f1;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Logo Hover Effect */
#outer {
    width:30px;
    margin:-2px 0px auto auto;
    height:30px;
    position:relative;
	float: right;
    overflow:hidden;
    transition: width .5s;
}
#outer:hover {
    width:239px;
}


#inner {
    height:100%;
    position:absolute; 
    width:30px;
    left:0px;
    top:0px;
}

#sub {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #858585;
	-webkit-font-smoothing: antialiased;
    height:100%;
    position:absolute;
    right:0px;
    top:2px;
    width:201px;
    opacity:0;    
    transition: opacity .5s;
    z-index:11;
}

#sub a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #858585;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

#outer:hover #sub {
    opacity:1;
}

.footer-nav {
	margin: 0 0 0 0;
	line-height: 22px;
}

.footer-nav > li > a {
	padding: 1.5px 0 1.5px 0;
	color: #39393b;
	font-size: 12px;
	text-transform: uppercase;
}

.footer-nav > li > a:visited {
	background-color: transparent;
	color: #39393b;
	text-decoration: none;
}

.footer-nav > li > a:hover {
	background-color: transparent;
	color: #586369;
	border-right: #586369 solid 10px;
	text-decoration: none;
}

.footer-nav > li > a:active {
	background-color: transparent;
	color: #39393b;
	text-decoration: none;
}

.dropdown-menu {
	border-radius: 0;
	padding: 32px 40px 32px 0;
	margin: 0px 0 0 0;
	background-color: #f8dab8;
}

.dropdown-menu .sub-menu {
    position: absolute;
    visibility: hidden;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.columns-2 {
	min-width: 500px;
}

.dropdown-menu li a {
	padding: 1.5px 0 1.5px 0;
	color: #39393b;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.multi-column-dropdown {
	list-style: none;
	min-width: 240px;
}

.line-right {
	padding-right: 5px;
  margin-right: -1px;
  border-right: 1px solid #d2ba9f;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 22px;
	color: #39393b;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	background-color: transparent;
	color: #ac9a86;
	border-right: #ac9a86 solid 10px;
	text-decoration: none;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.breadcrumb {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	background-color: transparent;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

.paec-active {
	background-color: #346c3b;
	margin-top:4px;
	margin-bottom:4px
}

.paec-active a {
	color: #fff;
}

.paec {
	border:dashed thin;
	margin-top:4px;
	margin-bottom:4px
}

.paec a {
	color: #636363;
}

.paec2 a {
	color: #6c2416;
}

.btn-paec {
	background-color: #f8a529;
	color: #f6f6f6;
	font-size: 18px;
}

.btn-paec:hover{
	background-color: #6a2116;
	color: f6f6f6;
	text-decoration: none;
	font-size: 18px;
}