@charset "utf-8";
/*------------------------------------*\
    GLOBALS
\*------------------------------------*/
html, body {
	margin:0;
	padding:0;	
}
body {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	background-color:#f7e5ca;
	
}
#bg_image { 
	position: absolute; 
	top: 30px; 
	left: 0; 
	z-index: -1; 
	width: 100%;
	height: 442px;
	/*min-width: 1000px;*/
	min-width:100%;
	min-height: 442px;
    border-bottom:10px solid #4b4949;

}
/*#floatingContainer { 
	position: relative; 
	width: 100%;  
	z-index: 2; 
}*/

h1, h2, h3, h4, h5, .navbar-collapse > ul > li, #secondary-nav, .btn-blue {
	/* special fonts set here, for nav too */
	font-family:'Noto Serif', Times New Roman, Times, serif;
}
a {
	color:#326493;
}
a:link {
	text-decoration:none;
	color:#326493;
}
a:visited {
	text-decoration:none;
	color:#326493;
}
a:active {
	text-decoration:none;
	color:#326493;
}
a:hover {
	text-decoration:underline;
	color:#326493;
}
:focus {
outline:none !important;	
}

h1 {
	font-size: 1.714em /*24px*/;
	color:#4984a7;
	font-weight:700;
	margin:0 0 15px 0;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
}
h2 {
	font-size: 1.429em /*20px*/;
	color:#4984a7;
	text-transform:uppercase;
	line-height:24px;
}
h3 {
	font-size: 1.286em  /*18px*/;
	color:#333;
	line-height:24px;
}
h4, h5 {
	font-size: 1.143em  /*16px*/;
}
h3.darkBG {
	color:#fefefe;
	display:block;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:0;
}
h3.darkBG a {
	color:#fefefe;
}
h3.darkBG a:hover, h3.darkBG a:active {
	text-decoration:none;
}
h3.lightBlueBG {
	color:#fefefe;
	display:block;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:0;
}
h2, h3, h4, h5 {
	font-weight:400;
	margin:0 0 15px 0;
}

p {
	line-height:24px;
	margin:15px 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin: 0;
}
.padit {
padding-left:15px;
padding-right:15px;	
margin-bottom:15px;
}
.int-padit {
padding-left:15px;
padding-right:0px;	
}
@media (min-width: 769px) {
	
.flexit {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	

}
.fill-height-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 

.fill-height-or-more > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}
/*------------------------------
 BACKGROUNDS & BUTTONS
--------------------------------*/
.tanBG {
	background-color:#f0cfa1;
}
.darkBG {
	background-color:#484545;
}
.blueBG {
	background-color:#4984a7;
}
.lightBlueBG {
	background-color:#6d9ab5;
}
.whiteBG {
	background-color:#ffffff;
}
.whiteBG-block {
	background-color:#ffffff;
	width:100%;
	float:left;
	min-height:25px;
}
/*------------------------------
 BTNS
--------------------------------*/

.btn { 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px;  
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default, a.btn-default {
    background-color: #4984a7;
    border-color: #4984a7;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #3e6f8c;
    border-color: #3e6f8c;
    color: #fff;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-dark, a.btn-dark {
    background-color: #484545;
    border-color: #484545;
    color: #fff;
	height:48px;

}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #484545;
    border-color: #484545;
    color: #fff;
	 -moz-box-shadow:none;
  -webkit-box-shadow:none;
	box-shadow: none;
}
.btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-image: none;
}

.btn-blue, a.btn-blue {
    background-color: #6494b2;
    border-color: #6494b2;
    color: #fff;
	
}
header .btn-blue {
	padding:3px 15px;
	position:absolute;
	right:15px; 
	top:15px;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #4984a7;
    border-color: #4984a7;
    color: #fff;
}
.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-image: none;
}

.btn-viewall, a.btn-viewall {
    background-color: #fff;
    border-color: #4984a7;
    color: #4984a7;
	font-weight:600;
	padding-top:4px;
	padding-bottom:4px;
}
.btn-viewall:hover, .btn-viewall:focus, .btn-viewall:active, .btn-viewall.active, .open .dropdown-toggle.btn-viewall {
    background-color: #fff;
    border-color: #4984a7;
    color: #4984a7;
}
.btn-viewall:active, .btn-viewall.active, .open .dropdown-toggle.btn-viewall {
    background-image: none;
}
.btn-lg-gold, a.btn-lg-gold {
    background-color: #fff;
    border-color: #c89c3c;
    color: #c89c3c;
	font-weight:600;
	padding-top:4px;
	padding-bottom:4px;
	font-size:1.143em /*16px*/;
}
.btn-lg-gold:hover, .btn-lg-gold:focus, .btn-lg-gold:active, .btn-lg-gold.active, .open .dropdown-toggle.btn-lg-gold {
    background-color: #fff;
    border-color: #c89c3c;
    color: #c89c3c;
}
.btn-lg-gold:active, .btn-lg-gold.active, .open .dropdown-toggle.btn-lg-gold {
    background-image: none;
}
.btn-search, a.btn-search {
    background-color: #676464;
    border-color: #676464;
    color: #fff;
	border:0px;
}
.btn-search img {
	max-width:24px;
}

.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .open .dropdown-toggle.btn-search {
    background-color: #676464;
    border-color: #676464;
    color: #fff;
	border:0px;
}
.btn-search:active, .btn-search.active, .open .dropdown-toggle.btn-search {
    background-image: none;
}
/*------------------------------
 HEADER 
--------------------------------*/
#secondary-nav {
	min-height:50px;
}
#secondary-nav > ul {
	margin:0;
	padding:0;
	float:right;
	display:inline-block;
}
#secondary-nav > ul > li {
	list-style:none;
	display:inline-block;
}
#secondary-nav > ul > li:first-child {
	margin-right:10px;
}
#secondary-nav > ul > li:nth-child(2) {
	margin-right:23px;
}
#secondary-nav > ul > li:nth-child(3) a {
	margin-left:10px;
	display:inline-block;
}
#secondary-nav > ul > li:nth-child(3) a img {
	max-width:29px;
}
#searchit {
	background-color: #676464;
}
#searchit input {
	background-color: #676464;
	border-color: #676464;
	-webkit-border-radius: 0px; 
  	-moz-border-radius: 0px; 
  	border-radius: 0px;
	color:#fff;
}
#searchit .form-inline .form-group input {
	width:140px;
	height:50px;
	font-size:1em;
	 -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#searchit .form-control :focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 8px rgba(0, 0, 0, 0.0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 8px rgba(0, 0, 0, 0.0);
}
#searchit .form-control::-webkit-input-placeholder { color: #fff; font-size:1em;}
#searchit .form-control:-moz-placeholder { color: #fff; font-size:1em;}
#searchit .form-control::-moz-placeholder { color: #fff; font-size:1em;}
#searchit .form-control:-ms-input-placeholder { color: #fff; font-size:1em;}
@media (max-width: 767px) {
  #searchit .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #searchit .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #secondary-nav > ul > li:first-child {
	display:none;  
  }
}
header {
text-align:center;	
position:relative;
}
#header-btm-border {
	 height:11px;
	 width:100%;
float:left;
}
#logo-block {
	min-height:137px;
	display:inline-block;
	margin:27px auto -13px auto;
}
#logo {
	display:inline-block;
	float:left;
	margin-right:35px;
}
#logo img{
	max-width:354px;
}
#tagline {
	display:inline-block;
	float:left;
	margin-top:71px;
	max-width:427px;
	
}

/*------------------------------
 HOME
--------------------------------*/
#slideshow {
padding-left:0px;
padding-right:0px;	
margin-bottom:30px;
}
#middle-callout {
	display:block;
	margin-bottom:15px;
}
#notify-callout {
	min-height:25px;
	float:left;
	width:100%;
	margin-bottom:15px;
}
#notify-callout a {
	display:block;
	background-image:url(../images/responsive/retina/icon-notify.png);
	background-repeat:no-repeat;
	background-position:27px center;
	padding-left:80px;
	font-size:1.286em /*18px*/;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
}
#notify-callout a:hover {
	text-decoration:none;
}
.featured-callout-block {
	text-align:center;
	margin-bottom:15px;
}
.featured-callout-block > span {
	display:block;
	padding:15px 15px 0px 15px;
}
.featured-callout-block span h3 {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:600;
	line-height:24px;
}
a.featured-more {
font-weight:700;
font-size:0.857em /*12px*/;	
}
/*------------------------------
 SIDE-CALLOUTS
--------------------------------*/
#home-callout-block > .row, #int-callout-block > .row {
	margin-left:-15px;
}

.square-box {
    position: relative;
    overflow: hidden;
	margin-bottom:15px;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
a.square-content{
    position:  absolute;
	display:block;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 0;
    color: white;
}
a.square-content:hover {
	text-decoration:none;
}
a.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
a.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height:14px;
}
a.square-content span img {
	margin-bottom:7px;
	max-height:40px;
}
.col-callout {
	width:50%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
/* Medium Devices, Tablets */
@media only screen and (max-width : 992px) {
.col-callout {
	width:20%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
}
/* Medium Devices, Tablets */
@media only screen and (max-width : 667px) {
.col-callout {
	width:50%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
}
/*------------------------------
 SLICK-NEWS, SLICK-EVENTS
--------------------------------*/
#news-block, #events-block {
	margin-bottom:15px;
	/*min-height:415px;*/
}
/*#events-block {
	 padding-top:6px;
 }*/
a.h-news-title {
	font-size:1.071em /*15px*/;
	color:#494545;
	font-weight:700;
	line-height:15px !important;
	display:block;
}
#news-options {
padding:25px 30px 21px 30px;	
}
#slick-news-nav, #slick-events-nav {
	float:right;
	display:inline-block;
}
.slick-prev-custom, .slick-next-custom {
	display:inline-block;
	background-repeat:no-repeat;
	width: 29px;
	height: 29px;	
}
.slick-prev-custom:hover, .slick-next-custom:hover {
	cursor:pointer;
}

.slick-prev-custom {
	background-image:url(../images/responsive/retina/icon-prev.png);
	margin-right:7px;
}
.slick-next-custom {
	background-image:url(../images/responsive/retina/icon-next.png);	
}

.slick-prev-custom span, .slick-next-custom span {
	display:none;
}
#featured-news-item {
	margin-left:15px;
	margin-right:15px;
	border-bottom:1px solid #bdbbbb;
	padding:20px 15px;
	/*min-height:186px;*/
	min-height:25px;
}
.featured-news-excerpt{
	font-size:0.929em /*13px*/;
	line-height:17px;
	display:block;
	margin-top:10px;

}
.featured-news-excerpt a.more {
	font-weight:700;
}
.slick-news ul, .slick-events ul {
	margin:0;
	padding:0;
}
.slick-news ul > li {
	list-style:none;
	display:block;
	border-bottom:1px solid #bdbbbb;
	padding:15px 15px 15px 15px !important;
	margin-left:15px;
	margin-right:15px;
}

.slick-events ul > li {
	list-style:none;
	display:block;
	border-bottom:1px solid #bdbbbb;
	padding:10px 15px;
	margin-left:15px;
	margin-right:15px;
}
.slick-events ul > li > div {
	padding-left:0;
	padding-right:0;
}
.h-event-date {
	font-weight:700;
	text-align:center;
	font-size:1.143em /*16px*/;
	line-height:17px;
}
.h-event-date span {
	display:block;
	font-size: 1.250em/*20px*/;
}
.h-event-title {
	font-weight:600;
	font-size:0.929em /*13px*/;
}
.h-event-title a {
	color:#494545;
}
#events-options {
padding:20px 30px 16px 30px;	
}
#meeting-block {
	border-top:1px solid #bdbbbb;
	padding: 12px 15px;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}
/*------------------------------
 INT
--------------------------------*/
/*start responsive video/embedded content css*/
.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden; 
max-width: 100%; 
border:1px solid #ccc;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}
#int-page iframe {
border: none !important;	
}
/*end responsive video/embedded content css*/
#int-page {
	padding:30px 15px;
}

#int-page img {
	max-width:100%;
	height:auto;
}

.breadcrumbs-block {
	font-size:0.857em /*12px*/;
	padding:15px 30px;
}
#int-sm {
	display:inline-block;
	float:right;
	padding-right:15px;
}
.rss-feed {
	float:right;
	clear:both;
	padding-right:15px;
}
#int-sm img, .rss-feed a img{
	max-width:29px !important;
}
#int-sm a {
	display:inline-block;
}
#int-sm a:first-child {
	margin-right:10px;
}
#content {
padding-right:0;	
padding-left:0;
position:relative;
padding-bottom:50px;
}
#breadcrumbs-bottom {
position:absolute;
bottom:0;
left:0;	
}
#sidebar {
	padding-right:30px;
	padding-top:15px;
	font-size: 0.857em/*12px*/;
}

#sidebar .sidebar-title a { 
	color: #484545;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:700;
}
#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
}
#sidebar ul{
	margin: 7px 0 0 0;
	padding: 0;
}
#sidebar ul.secondlevel{
	margin-bottom:40px;	
}
#sidebar li a.current-item {
	color: #484545;	
	font-weight:700;
}
#sidebar li a {
	color: #484545;
}
#sidebar .secondlevel li {
	padding: 0 0 0 0px;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}
/*------------------------------
 FEATURED COLUMN
--------------------------------*/
#content-featured { /* main + featured */
	/*width:465px;
	margin-right:25px;
	float:left;*/
}
#content-left-featured { /* main + right + featured */
	/*width:217px;
	float:left;*/
}
#content-right-featured { /* main + right + featured */
	/*width:217px;
	margin:0 30px 10px 25px;
	float:left;*/
}
#featured-column {
	/*width:220px;*/
	background-color:#f5ecd9;
	/*float: right;*/
	padding-left:0;
	padding-right:0;
}
#featured-column .fc-category { }
#featured-column .fc-heading {
	font-weight:400;
	/*font-family: 'Lato', Arial, sans-serif;*/
	text-transform:uppercase;	
	font-size:16px;
	color:#4d6a87;
	height:34px;
	line-height:34px;
	padding-left:17px;
	background-color:#f0dab6;
	overflow:hidden;
}
#featured-column .fc-viewall {
	font-size:10px;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	color:#4d6a87;
	text-transform:uppercase;
/*	background-image:url(images/featuredcol-div.png);
	background-repeat:no-repeat;*/
	height:24px;
	line-height:24px;
	margin-top:7px;
}
#featured-column .fc-item {
	font-size:11px;
	margin-top:7px;
	padding-left:17px;
	padding-right:13px;
	line-height:14px;
}
#featured-column .fc-item a {
	color:#814006;	
	font-weight: normal;
}

/*------------------------------
 NAVIGATION
--------------------------------*/
/*.mean-container .mean-nav ul li a.mean-expand {
    height: 24px !important;
}
.navbar-collapse{
	max-height:none !important;

}*/
/* 


   5 columns grid for 'md' and 'lg' screens

   @tatygrassini


*/

@media (min-width: 1300px) {
  .col-md-1-5 { width: 20%; min-width:200px;}
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1400px) {
  .col-lg-1-5 { width: 20%; min-width:200px;}
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}


/* Medium Devices, Desktops */

/*.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}



.col-xs-15 {
        width: 20%;
        float: left;
    }

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}*/
.navbar-toggle:before {
    content:"MENU";
    left:-50px;
    top:4px;
    position:absolute;
    width:50px;
	color:#fff;
	font-size:1.286em/*18px*/;
}
.navbar {
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	border: 0;
	margin-bottom: 0;
}

@media (min-width: 1300px) {
	li.dropdown{
	position:relative;	
	}
	.arrow-container {
		width:100%; position:relative;
	}
li.dropdown > div.arrow-container > .menu-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #b0863f;
    display: none;
    height: 0;
    left: 47%;
    position: absolute;
    top: 49px;
    width: 0;
    z-index: 99999;
}
li.dropdown:hover > div.arrow-container > .menu-arrow {
	 display: block;
}
.masthead {
	margin-left:-15px;	
	margin-right:-15px;
}
.navbar {
  	min-height: 40px;
   
}
/*---navbar centering/justify start--*/

ul.navbar-nav {
    padding: 0 !important;
	margin:0 !important;
    display:table !important;
    width:100% !important;
	max-width:100% !important;
    font-size:0 !important;
	float:none;
	 
}
	

.navbar-default .navbar-nav > li {
    display:table-cell !important;
	float:none;
	
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;


}
/*---navbar centering/justify end--*/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-collapse > ul > li {
	/*width: 20%; /* fallback for non-calc() browsers */
	/*width: calc(100% / 5);*/
	font-weight:400;
	font-size:18px;
	text-align:center;
}
.home-nav > ul > li {
	/*width: 16.6666666%;  fallback for non-calc() browsers */
	/*width: calc(100% / 6);*/
}
.navbar-collapse > ul {
	width:100%;	
}
.navbar-nav > li > a {
	/* removes default padding
	padding: 0;
	*/
}
.nav > li > a {
	/* adjust navbar item height and padding here
	height: 50px;
	padding: 6px 10px 0 10px;
	*/
}

.navbar-default {
	border-color: #fff;
}
.navbar-default .navbar-brand {
	color: #5e5e5e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #fefefe;
}
.navbar-default .navbar-nav > li > a {
	color: #fefefe;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f8d79e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #f8d79e;
	background-color: #b0863f;
	
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #4984a7;
}
.navbar-default .navbar-nav {
	background-color:#4984a7;
}

.navbar-default .navbar-nav > li {
	border-left: 1px solid #a0b5b9;	
	margin-top:5px;
	margin-bottom:5px;
}
.navbar-default .navbar-nav > li:first-child {
	border-left: 0;	
}
.dropdown-menu {
	/* dropdown bg
	background-color: #6C207E;
	*/

}
.dropdown-menu li {
	text-align: left;
}
.dropdown-menu li a {
	text-align: left;
	color: #78370f;
	font-size:0.857em /*12px*/;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}
.dropdown-menu li > ul li a {
	color: #527e9a;
	font-size:0.786em /*11px*/;
}
.dropdown-menu:before,
.dropdown-menu:after {
	display:none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color: #78370f;
	/* dropdown menu styles
	color: #f05d21;
	background-color: transparent;
	*/
}
.dropdown-toggle {
	cursor: pointer;
}

/*------------------------------
 MULTI-LEVEL NAV SUPPPORT
--------------------------------*/
.dropdown {
  	position: relative;
}
.dropdown-toggle:focus {
  	outline: 0;
}
.dropdown-menu {
  	position: absolute;
  	top: 99%;
  	left: 0;
  	z-index: 1000;
  	display: none;
 	float: left;
  	min-width: 160px;
 	padding: 5px 0;
  	margin: 2px 0 0;
  	font-size: 14px;
  	text-align: left;
  	list-style: none;
  	background-color: #fff;
  	-webkit-background-clip: padding-box;
    background-clip: padding-box;
  	/*--custom--*/
  	border: 0px solid #ccc;
  	border: 0px solid rgba(0, 0, 0, .15);
 /*border-top:5px solid #6294b2;
 border-bottom:5px solid #6294b2;
 border-left:0;
 border-right:0;*/
   	-webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	/*--custom--*/
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu .divider {
  	height: 1px;
  	margin: 9px 0;
  	overflow: hidden;
  	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #082d81;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #666;
  	text-decoration: none;
  	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #666;
  	text-decoration: none;
  	background-color:#f5f5f5;
  	/*background-color: #428bca;*/
  	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 	 text-decoration: none;
  	cursor: not-allowed;
  	background-color: transparent;
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  	display: block;
}
.open > a {
  	outline: 0;
}
.dropdown-menu-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu-left {
  	right: auto;
  	left: 0;
}
.dropdown-header {
  	display: block;
  	padding: 3px 20px;
  	font-size: 12px;
  	line-height: 1.42857143;
  	color: #777;
  	white-space: nowrap;
}
.dropdown-backdrop {
  	position: fixed;
  	top: 0;
 	right: 0;
 	bottom: 0;
  	left: 0;
  	z-index: 990;
}
.pull-right > .dropdown-menu {
  	right: 0;
  	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  	content: "";
  	border-top: 0;
  	border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  	top: auto;
  	bottom: 100%;
  	margin-bottom: 1px;
}

/*--CUSTOM MENU STYLES--*/

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
}

/*------------------------------
 FORM STYLES (Bootstrap))
--------------------------------*/

.form-control {
	width: 75%;
}
.form-group span.required {
	color: red;
}
.recaptcha {
	margin-top:15px;
}
.form-group input.error, 
.form-group select.error, 
.form-group textarea.error { 
	border: .1em solid red; 
}
.form-group label.error {
	font-weight: normal;
	color: red;
	margin: 0 0 0 0;
}
.form-group .fb-custom-error {
	display:none;
}

/*------------------------------
 FOOTER
--------------------------------*/
footer {
	font-size:0.786em /*11px*/;
	color:#834b19;
	
	margin-top:20px !important;
}
footer h3.darkBG {
	margin-left:-15px;
	margin-right:-15px;
	font-size:1.636em /*18px*/;
}
footer p {
	line-height:16px;
}
#footer-social {
	margin:15px 0 -10px 0;
	padding:0;
	display:inline-block;
}
#footer-social li {
	list-style:none;
	margin-bottom:10px;
	margin-right:10px;
	display:inline-block;
	float:left;
}
#footer-social li:nth-child(3) {
	clear:left;
}

#footer-social li a img {
	max-width: 38px;
}
#copyright {
	font-size: 0.786em/*11px*/;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px !important;
}
/*------------------------------
 MEDIA QUERIES
--------------------------------*/

@media (min-width: 1200px) {
	.container {
		/* this should be set to width of container if default not used*/
		width: 1170px;
		
	}
}
@media (max-width: 1170px) {
.container {
		width: auto;
		
	}
	.featured-callout-block span h3 {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:600;
	line-height:24px;
	font-size:1.143em /*16px*/;
}
}
@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fefefe;
}
.navbar-default .navbar-nav > li > a {
	color: #fefefe;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f8d79e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #f8d79e;
	background-color: #b0863f;
	
}
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
.yamm .dropdown {
  position: static;
}
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
.open > .dropdown-menu {
    display: block;
}
.navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
}
.dropdown-menu.pull-right {
	float:none !important;
}
/*#logo-block {
	margin-bottom:-35px;
}
#logo {
	display:inline-block;
	float:left;
	margin-right:35px;
	width:40%;
}
#tagline {
	display:inline-block;
	float:left;
	margin-top:61px;
	width:50%;
	
}
#logo img, #tagline img{
	width:100%;
}*/
}

@media screen and (max-width: 992px) {
	.container {
		width: 100%;
	}
	./*navbar {
		display: none;
	}
    .collapse.in{
          display:block !important;
    } */
	/*#slideshow .cycle-slideshow {
		margin:auto;	
	}*/
/*	#middle-block {
width:68% !important;	
}
#home-callout-block {
width:32% !important;	
}
#middle-callout img{
	width:100%;
	max-width:100%;
}*/
}

@media screen and (max-width: 768px) {
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}
	img {
		max-width: 100%;
		height:auto;
	}
	
	.navbar-nav {
		padding:0;	
		margin:0;
	}
	.navbar-nav > li >a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav > li > a {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.form-control {
		width: 100%;
	}
	

}
@media screen and (max-width: 767px) {
/*#logo-block {
	margin-bottom:0px;
}
#logo {
	display:inline-block;
	float:none;
	margin-right:auto;
	margin-left:auto;
	width:75%;
}
#tagline {
	display:inline-block;
	float:none;
	margin-top:0;
	width:100%;
	
}*/
}
@media screen and (max-width: 667px) {

}

@media screen and (max-width: 325px) {
	
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
#notify-callout a {
	background-image:url(../images/responsive/retina/icon-notify_2x.png);
	background-size: 60px 46px;	
}

.slick-prev-custom {
	background-image:url(../images/responsive/retina/icon-prev_2x.png);
	background-size: 29px 29px;	
}
.slick-next-custom {
	background-image:url(../images/responsive/retina/icon-next_2x.png);
	background-size: 29px 29px;	
}
}
