/**** Global Responsive Styles ****/


/**** All styles refined May 2019 
      == HEADER STYLES
      == TYPOGRAPHY STYLES
      == JUMP LINKS STYLES
      == PULLQUOTE AND BOX STYLES
      == PANEL STYLES
      == FOOTER STYLES 
      == TABLES STYLES 
      == ACCORDIONS STYLES 
      == TABS STYLES 
      == PROMOS STYLES 
      == BUTTONS STYLES 
      == PROMOS STYLES 
      == ALERT STYLES
      == IMAGES STYLES 
      == VIDEO OVERLAY STYLES 
      == PRINT STYLES 

      ==== NAV styles in customnavbar.css
      ==== HOME MARQUEE styles in flexslider.css
      ==== LANDING MARQUEE styles in landingpage.css
      ==== SEC NAV styles in landingpage.css

      
****/

@import url(/global/design/responsive/fonts/fonts.css);


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


a:focus {
  outline: thin dotted;
}

a {
  color: #002855
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Search bar bug fix for screen sizes smaller tha 420px - Arushi update */

@media (max-width: 420px) {
    #search {
        width: 175px!important;
    }
}

/* end update */

#topbanner {
	content: " "; /* Cesar - folllow up */
}
#topbanner, .owl-wrapper-outer {
	margin-top: 8.4em;
}
@media (min-width:860px) {
	#topbanner, .owl-wrapper-outer {
		margin-top: 9.063em;
	}
}
body {
	background: #f7f7f7;
}
.shadow {
	box-shadow: 0px 1px 5px 2px rgba(50, 50, 50, 0.1);
}
section.detailpage {
	padding-top: 10em;
}
section {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.addthis_sharing_toolbox {
	display: none;
}
#sharethis {
	padding-top: 8px;
	float: right;
}

.glyphicon-chevron-right {
color: #F99f00;
}

/***************** header styles  *******************/


h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}


hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

header {
	width: 100%;
	max-width: 1280px;
	max-height: 90px;
	height: auto; /* IE8 fix */
	position: fixed;
	top: 0;
	z-index: 100;
	border-top: 0;
	padding: 20px 20px 30px 20px;
	text-align: left;
	background-color: #f7f7f7;
}
@media (max-width: 767px) {
	header {
		margin-top: 25px;
		padding: 10px;
	}
}

.container {
    background: #ffffff;
    margin: auto;
    max-width: 1280px;
    padding-right: 0;
    padding-left: 0;
}


/*********** main wordmark ***********/
header .wordmark {
	float: left;
	top: 0;
	left: 0;
	text-align: left;
	position: relative;
	margin-top: -5px;
	width: 15%;
	min-width: 190px;
	z-index: 1;
}
header a.wordmark img {
	width: 100%;
	height: 100%;
	max-width: 190px;
	text-align: left;
	margin-bottom: 0;
	max-height:65px; 	
}
@media (max-width: 767px) {
	header .wordmark {
		margin-top: 0px;
		width: 100%;
	}
	header a.wordmark img {
		max-width: 158px;
		width: 48%;
		height: auto;
		max-height:50px;
	}
}

/*********** sub-brand wordmark ***********/
.wordmark-sub {
	border-left: 1px solid #002855;
    padding-left: 25px;
    margin-left: 5px;
}
header .wordmark-sub {
	float: left;
	top: 0;
	left: 0;
	text-align: left;
	position: relative;
	margin-top: -5px;
	min-width: 190px;
	z-index: 1;
}
header a.wordmark-sub img {
	height: 100%;
	text-align: left;
	margin-bottom: 0;
	max-height:65px;  	
}
@media (max-width: 859px) {
	.wordmark-sub  {
		display: none;
	}
}

/** mobile - sub-brand wordmark with hamburger menu **/
.navtop .navbar-brand-sub {
	display: block;
	width: 100%;
	height: 100%;
}
.navtop .navbar-brand-sub img  {
	max-width: 80%;
	height: 15px;
	margin: 15px 0 0 15px;
}
.navtop .topbar-brand img  {
	height: 15px;
	margin: 0 0 0 10px;
}

/** mobile - mobile - sub-brand wordmark NO hamburger menu **/
.topbar-brand-container {
    background-color: #002855;
    width: 100%;
    height: 44px;
    padding: 10px;
}
@media (min-width: 860px) {
	.navtop .navbar-brand-sub,
	.navtop .topbar-brand-container {
		display: none;
	}
    .navtop .navbar-default .dropdown li {
      font-size: 13.2px;
    }
}

@media (min-width: 1060px) {
  .navtop .navbar-default .dropdown li {
    font-size: 16px;
  }
}

/* Adjusts spacing of body section with class inserted via js */
@media (max-width: 859px) {
	section.detailpage.add-space-mobile {
		    padding-top: 12em;
	}
	div#topbanner.add-space-mobile {
		    margin-top: 11.2em;
	}
	.secondary-menu-mobile.add-space-secnav-mobile {
		top: 11.28em;;
	}
}


/*********** site title ***********/
.title {
	font-size: 1.75em;
	font-weight:400;
	line-height: 1.2em;
	color: #002855;
	float:left;
	width: 36%;
	max-width: 375px;
	padding:0 0 0 20px;
	margin: -10px 0 0 5px;
	position: relative;
	background: none;
	border-bottom: 0px none;
	border-left: 1px solid #002855;
	text-align: left;
	min-height: 70px;
}
.title a {
	color: #002855;
	text-decoration: none;
}
@media (max-width: 859px) {				
	.title {
		display: none;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	.title {
		font-size: 1.3em;
		padding-left: 12px;
		margin-left: 10px;
		min-height:60px;
	}
}

@media (min-width:992px) and (max-width: 1151px) {
	.title {
		font-size: 1.5em;
	}
}


/*********** global navigation ***********/
#mini_navbar {
	text-align: right;
	float: right;
	font-size: .9em;
	margin-top: -10px;
	padding-bottom: 8px;
}
#mini_navbar a {
	color: #335379;
}

@media (max-width: 767px) {
	#mini_navbar {
		left: 0px;
		width: 100%;
		top: 0;
		position: absolute;
		float: none;
		margin-top: -25px;
		padding: 3px 10px 4px 0;
		color: #ffffff;
		background: #335379;
		text-shadow: none;
	}
	#mini_navbar a {
		color: #ffffff;
	}
}
/* Phone number global nav add-on */
.nav-addon { 
	margin-right:12px;
	color: #335379;
	font-weight: 600;
}
.nav-addon .glyphicon {
	padding-right: 4px;
}

#mini_navbar .glyphicon-earphone {
	color: #f99f00;
}
/* cesar - follow up - hides portion of mini global nav for enhanced mobile display */
@media (max-width: 1259px) {
	.hide-mobile {  
		display: none;
    }	
}


/*********** header search field ***********/
#search {
	width: auto;
	position: relative;
	display: inline-block;
	float: right;
	clear: right;
	padding-bottom: 5px;
	text-align: right;
	z-index: 100;
}
#search .textfield {
	color: #7f93ae;
	background-color: #e5e9ef;
	border: 1px solid #ccd4e0;
	padding: 2px 2px 2px 8px;
	border-radius: 2px;
}
#search .glyphicon {
	color: #7f93ae;
}
#search .input-group .form-control, #search .form-group {
	position: relative
}
.inner-btn {
	position: absolute;
	right: 0;
}
#search .inner-btn > .btn {
	z-index: 10000;
	padding: 5px 0;
	margin: 3px;
	background: none;
	border: none;
	margin-right: 10px;
}
#search .inner-btn > .btn:active, #search .inner-btn > .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	outline: 0;
}
.form-control {
	box-shadow: none;
}
@media (max-width: 767px) {
	#search {
		position: absolute;
		right: 0;
		padding-right:8px;
		padding-top:5px;
	}	
}

/* Google Custom Search Styles */

#search .search-form fieldset {
  display: flex;
}

@media (max-width: 420px) {
  #search .search-form #search-google {
    width: 100px;
  }
}

#search-google {
  border: 1px solid #dfe1e5;
  background: #fff;
  padding: 4px 8px 4px 8px;
}

#search-google:focus {
  border: 1px solid #ccd4e0;
  outline: none;
}

#search-submit-google {
  padding: 4px 24px;
  border-radius: 0;
  border-color: #ccd4e0;
  background-color: #ccd4e0;
}

#search-submit-google:hover {
  border-color: #002855;
  background-color: #002855;
}

#search-submit-google svg {
  fill: #1a3e68;
}

#search-submit-google:hover svg {
  fill: #ffffff;
}

/* Google Public Search Styles */
/* ==============
	Search field and button
   ============== */
#search table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
  	padding-top: 0 !important;
}
#search input.gsc-input {
	background-image: none !important;
}
#search .gsc-input-box {
    padding-top: 0 !important;
	padding-bottom: 0!important;
    border-top-left-radius: 0 !important; 
    border-bottom-left-radius: 0 !important;
}
#search .gsc-search-button {
	margin-left: 0 !important;
}
#search .gsc-search-button-v2 {
	padding: 9px 27px !important;
	border-radius: 0 !important;
	border-color: #ccd4e0 !important;
	background-color: #ccd4e0 !important;
}
#search .gsc-search-button-v2:hover {
	border-color: #002855 !important;
	background-color: #002855 !important;
}
#search .gsc-search-button-v2 svg {
	fill: #1a3e68 !important;
}
#search .gsc-search-button-v2:hover svg {
	fill: #ffffff !important;
}

/*********** Tertiary brand sub header ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ not on home and landing pages ***********/
.subheader-wrapper {
	left: 1%;
	right: 1%;
} 
@media (max-width: 979px) {
	.subheader-wrapper {
		left: 0;
		right: 0;
	} 
}
.subheader-wrapper {
	max-width: 100%;
    margin-top: 148px;
    margin-bottom: -9em;
	height: 56px;
	background-color: #E5E9EF;
}
@media (max-width: 859px) {
	.subheader-wrapper {
		display: none !important;
	}
}
.subheader-tab {
	height: 40px;
	position: relative;
	top: 15px;
}
.subheader-text {
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: .01em;
	color: #002855;
	padding: 0;
	margin-left: 20px;
}
.subheader-text:hover {
	text-decoration: none;
}

/**************** Typography styles *****************/

*, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Proxima-Nova', Helvetica, Arial, Lucida Grande, Lucida Sans, sans-serif;
}
h1 {
	font-weight: 700;
}
p {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.med {
	font-weight: 500;
}
.sb {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}

/* breadcrumb */
.breadcrumb > li + li:before {
	content: "/";
}
.breadcrumb {
	font-size: .8em;
	padding-top: 0;
	margin-bottom: 12px;
}
@media (max-width: 640px) {
	#breadcrumb {
		display: none;
	}
}
h1 {
	font-size: 1.1em;
}
.page-header {
	padding-bottom: 0px;
	margin: 0;
	font-size: 1.5em;
	color: #bc8d00;
}
.page-header h1 {
	margin-top: 0;
	font-weight: 500;
}
.detailpage .page-header h1 {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.4em;
	color: #335379;
	font-weight: 500;
}
.smalltext {
	font-size: .9em;
}
.tinytext {
	font-size: .7em;
	padding-top: 5px;
	color: #999 !important;
}
.nowrap {
	white-space: nowrap;
}
/* right sidebar */
.sidebar .panel-body ul {
	padding-left: 15px;
}
.row h3.rowheader {
	font-size: 1em;
	margin-top: 10px;
}
.panel-body h2 {
	font-size: 1.3em;
	font-weight: 500;
	color: #967100;
	line-height: 1.3em;
}
.panel-body h3 {
	margin-top: 0;
	color: #335379;
	margin-bottom: .625em;
	font-size: 1.3em;
	font-weight: 500;
}

/* fixes bullets that overlap with floated left images */
.tab-content ul, .panel-body ul {
	overflow: hidden;
}
.tab-content ul li, .panel-body ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/bullet_blue.gif);
	margin-left: -20px;
	padding-left: 15px;
}
.sidebar .panel-body ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/bullet_blue.gif);
	margin-left: -15px;
	padding-left: 15px;
}

/* panels - hyperlink colors and treatment */
.panel-body p a, .tab-content p a {
	color: #00829b;
}
.panel-body li a, .tab-content li a, .panel-body #articleList p a {
	color: #4d688c;
}

/* plain panels */
.leftfeatures > .panel-plain p {
	padding-left: 5px;
	padding-right: 5px;
}
.detailpage .maincol .panel-plain > .panel-heading h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
}
.panel-variation-4 > .panel-heading {
	color: #fff;
}
.panel-variation-4 > .panel-heading a {
	color: #ffffff;
}
.panel-variation-4 > .panel-heading a:hover, .panel-variation-3 > .panel-heading a:focus {
	background-color: #335379;
	display: block;
	padding: 7px 15px;
	margin: -7px -15px;
}
.text-muted {
	color: #666;
}
.textbox {
	color: #4C4C4C;
	background-color: #F6F6F6;
	border: 1px solid #B2BDCF;
	padding: 2px;
}
.arrowgold {
	font-size: 1.1em;
	padding-left: 3px;
	color: #deb31a;
}
h2.featurette-heading {
	font-size: 1.9em;
	color: #bc8d00;		/* custom darker gold */
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: normal;
}
@media (max-width: 767px) {
	.page-header {
		border-bottom: 0;
	}
	.page-header h1 {
		margin-bottom: 5px;
	}
}
@media (max-width: 640px) {
	.detailpage .maincol.col-50percent-sm {
		margin-top: 40px;
	}
	.page-header h1, .detailpage .page-header h1 {
		font-size: .90em;
		line-height: 1.2em;
		color: #1a3e68;
		font-weight: normal;
	}
	.panel-plain > .panel-heading h2 {
		font-size: 1.2em;
	}
	.panel-body h3 {
		font-size: 1.1em;
	}
}

@media (max-width: 360px) {
	.page-header h1, .detailpage .page-header h1 {
		margin-bottom: .325em;
	}
	.detailpage .maincol .panel-plain > .panel-heading h2 {
		font-size: 1.1em;
	}
}

@media (max-width: 320px) {
	.page-header h1 {
		margin-top: 0;
	}
}
@media (min-width:767px) {
	.page-header h1 {
		margin-bottom: 10px;
	}
	.page-header h1 .medium {
		color: #335379;
		font-size: 1em;
		font-weight: 200;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.page-header h1 .small {
		color: #7f93ae;
		font-size: .85em;
		line-height: 1.3em;
		font-weight: 200;
	}
}

/* hyperlink styles */
.panel-body p a, 
.panel-body li a, 
.tab-content p a, 
table a {
	color: #1a3e68;
	font-weight: 600;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 40, 85, 0.25); /* Safari */   
	text-decoration-color: rgba(0, 40, 85, 0.25);
}
.panel-body p a:hover, 
.panel-body li a:hover {
	color: #007991;
}
.panel-variation-4 .panel-body p a, 
.panel-variation-4 .panel-body li a {
	color: #1a3e68;
}
a[href^="tel:"] {
  text-decoration: none !important;
}
.sidebar .panel-body ul li a {
  text-decoration: none;
}

/*******************  Jump Links  *******************/

/*** anchor link fix for sticky header and nav  ***/
a[name] {
	padding-top: 160px;  /* fixed header and nav height */
	margin-top: -160px;  /* negative margin to negate padding */
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}
.jumpmenu {
	background-color: #e5e9ef;
	display: block;
	padding: 15px;
	margin-top: 15px;
}
.jumpmenu .col-50percent-sm {
	padding-left: 0;
}
.jumpmenu li {
	font-size: .95em;
}
.jumpmenu p a {
	color: #007389;
}
@media (max-width: 767px) {
	.jumpmenu .col-50percent-sm {
		padding-bottom: 0;
	}
	.jumpmenu ul {
		margin-bottom: 0;
	}
}

/*** back to top ***/
.backtotop {
	font-size: .95em;
	text-transform: uppercase;
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	text-align: right;
}
.backtotop .glyphicon {
	color: #FCB604;		
	font-size: 1.4em;
	line-height: .9em;
	padding-right: 5px;
	vertical-align: text-bottom;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.backtotop .glyphicon:hover, .backtotop .glyphicon:focus {
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
}



/**************** Pullquote styles ******************/

.pullquote_left, .pullquote_right {
	width: 100%;
	max-width: 280px;
	padding: 20px;
	line-height: 1.5em;
	display: block;
	color: #335379;
	border-top: 2px solid #e5c44d;
	border-bottom: 2px solid #e5c44d;
	background-color: #fbf6e5;
}
.pullquote_left {
	margin: 5px 15px 10px 0px;
	float: left;
}
.pullquote_right {
	margin: 5px 0px 10px 15px;
	float: right;
}
.pullquote_left img {
	margin-right: 8px;
}
.pullquote_right img {
	margin-left: 8px;
}
@media (max-width: 480px) {
	.pullquote_left, .pullquote_right {
		float: none;
		max-width: 100%;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.2em;
	}
}



/************* In-body Box Styles ****************/

/* boxed items and pull quotes */
.box_left, .box_right {
	max-width: 300px;
	width: 100% !important;
	font-size: .95em;
	display: block;
	border: 1px solid #e5c44d;
	background-color: #fbf6e5;
	padding: 10px;
	z-index: 1;
	overflow: hidden;
}
.box_wide {
	width: 100%;
	font-size: .95em;
	display: block;
	border: 1px solid #e5c44d;
	background-color: #fbf6e5;
	padding: 15px;
	margin: 15px 0px;
	z-index: 1;
	overflow: hidden;
}
.box_wide h1 {
	font-size: 1.3em;
	margin-bottom: 8px;
	margin-top: 10px;
}
.box_wide h2 {
	margin-top: 5px;
}
.panel-body .box_wide h3 {
	font-size: 1.2em;
}
.panel-body .box_left a, .panel-body .box_right a, .panel-body .box_left p a, .panel-body .box_right p a, .panel-body .pullquote_left a, .panel-body .pullquote_right a, .panel-body p.pullquote_left a, .panel-body p.pullquote_right a {
	color: #007288;
}
.box_left {
	float: left;
	margin: 5px 15px 10px 0px;
}
.box_right {
	float: right;
	margin: 5px 0px 10px 15px;
}
.box_right ul, .box_left ul {
	margin-left: -20px;
}
.panel-body .box_right h2, .panel-body .box_left h2 {
	color: #1a3e68;
}
@media (max-width: 480px) {
	.box_left, .box_right {
		float: none;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
}


/******************* Panel styles *******************/
.panel {
	border-radius: 0 !important; 
}
.panel-heading {
	border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.panel-variation-3 > .panel-heading {
    color: #002855;
    background-color: #f4e5b2;
    border-color: #f0dd99;
}
.panel-variation-3 {
    border-color: #f0dd99;
}
/* rows and columns */
.panel-group .row .rowheader {
	padding-left: 15px;
}
/* plain panels */
.detailpage .maincol .panel-plain > .panel-body {
	padding-top: 0;
}
/* variation 4 panel - set to light blue background, dark blue heading */
.panel-variation-4 {
	border-color: #ccd4e0;
    border-radius: 0;
}
.panel-variation-4 > .panel-heading {
	background-color: #4d688c;
	border-color: #4d688c;
}
.panel-variation-4 .panel-body {
	background-color: #eceff3;
}


.panel-variation-4 > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #4d688c;
}
.panel-variation-4 > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #4d688c;
}


/****************** Footer styles *******************/

footer {
	background-color: #e5e9ef;
	padding: 20px 30px;
}
footer h5 {
	color: #002855;
	font-size: 1.125em;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0 0 5px;
	letter-spacing: .015em;
}
footer p {
	font-size: .9em;
} 
footer ul.list li {
	list-style: none;
	font-size: .9em;
}
footer ul.list li a:before {
	display: inline-block;
	content: "\2022";
	color: #99a9bf; 
	font-weight: 600;
	width: .75em;
	margin-left: -2.75em;
}
@media (max-width: 767px){
	footer .col-33percent-sm {
		margin-top: 20px;
	}
	footer .col-33percent-sm:first-child {
		margin-top: 10px;
	}
}

/******* Footer - Social Media *******/
footer .socialmedia {
	display: inline-block;
}
footer .socialmedia p {
	margin-top: 10px;
}
footer .socialmedia img {
	opacity: .8;
	max-width: 35px;
	max-height: 35px;
	margin: 5px 5px 0 0;
	transition: all 0.3s ease 0s;
}
@media (max-width: 859px) {
	footer .socialmedia img {
		margin: 10px 10px 0 0;
	}
}
footer .socialmedia img:hover, footer .socialmedia img:focus {
	opacity: 1;
}


/******* Bottom Footer *******/
.footer-inner {
	background: #1a3e68;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	margin: 10px -30px -20px;
}
.footer-inner h5 {
	font-size: 1em;
	letter-spacing: .015em;
	text-transform: uppercase;
}
.footer-inner .make-a-gift {
	padding-left: 10px;
}
.footer-inner a,
.footer-inner a:hover,
.footer-inner a:focus {
	color: #ffffff;
}
#footer .col-33percent-sm .col-50percent-sm {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 859px) {
	#footer .col-33percent-sm .col-50percent-sm {
		width: 100%;
		padding-bottom: 0;
	}
	#footer .col-33percent-sm .col-50percent-sm ul.list:first-child {
		margin-bottom: 0;
	}
}

/******* Footer - Make a Gift *******/
.make-a-gift {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 5px;
	width: 149px;
	height: 37px;
}
img.make-a-gift {
	transition: all 0.3s ease 0s;
}
img.make-a-gift:hover, img.make-a-gift:focus {
	transform: translateX(-5px);
}
@media (max-width: 480px) {
	.footer-inner .make-a-gift {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding-left: 0;
	}
}
.container.shadow#footer {
	box-shadow: none;
}


/****************** Tables styles *******************/

/* condensed table styles */
.table-condensed {
	margin-bottom: 20px;
	margin-top: 5px;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	border: 1px solid #ccc;
}

.td {
  padding-top: 0px;
}

@media (max-width:767px) {
.table-condensed.pull-right.margin-left {
	float: none !important;
	margin-left: 0;
}
.table-condensed.pull-left.margin-right {
	float: none !important;
	margin-right: 0;
}
}
/* blue color theme */

/* line 947 bootstrap core */
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 1px solid #ccd4e0;
}
/* line 959 bootstrap core */
.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ccd4e0;
}
/* line 990 bootstrap core */
.table-bordered {
	border: 1px solid #ccd4e0;
}
/* line 994 bootstrap core */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ccd4e0;
}
/* line 1008 bootstrap core */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #eceff3;
}
/* line 1013 bootstrap core */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #d6dde6;
}


/**************** Accordions styles *****************/
/* accordion panels */
.maincol .panel-group, .sidebar .panel-group {
	margin-bottom: 20px;
}
.maincol .panel-group .panel + .panel {
	margin-top: -1px;
}


/******************* Tabs styles ********************/
/* tab panels */
.nav-tabs {
	border-bottom: 1px solid #ccd4e0;
}
.nav-tabs > li > a {
	color: #002855;
}
.nav.nav-tabs li a span.glyphicon-chevron-down {
	display: none;
}
.nav-tabs > li > a:hover {
	border-color: #ccd4e0 #ccd4e0 #ccd4e0;
	color: #002855;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #e9cc66;
	text-decoration: underline;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #335379;
	background-color: #ccd4e0;
	border-color: #ccd4e0 #ccd4e0 transparent;
	text-decoration: none;
}
.tab-primary > li > a {
	border-left: 1px solid #ecd47f;
	border-right: 1px solid #ecd47f;
	border-top: 1px solid #ecd47f;
	background-color: #ecd47f;
}
.tab-content h2 {
	color: #967100;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: 0;
}
.tab-content h3 {
	margin-top: 0;
	color: #335379;
	margin-bottom: .625em;
	font-size: 1.3em;
	font-weight: 300;
}
.tab-content {
	padding: 20px;
	border-left: 1px solid #ccd4e0;
	border-right: 1px solid #ccd4e0;
	border-bottom: 1px solid #ccd4e0;
	margin-bottom: 20px;
}
@media (max-width: 480px) {
	.nav.nav-tabs li a {
		font-size: .9em;
		padding: 8px 10px;
		border-radius: 5px 5px 0px 0px;
		margin-right: 0;
	}
	.nav.nav-tabs li.active a span.glyphicon-chevron-down {
		display: inline-block;
		padding-left: 5px;
		font-size: .75em;
	}
	.nav-tabs li {
		float: none;
		border-bottom: 2px solid #fff;
	}
}


/*************** Promo Include styles ***************/
.promo {
	margin-bottom: 20px;
}
.promobox {
	margin-top: 0px;
	background: #f0dd99;
	border: 1px solid #e1bb33;
	height: 125px;
	overflow: hidden;
}
.promobox img.right {
	margin-left: 10px;
	max-width: 100%;
}
.promobox img.left {
	margin-right: 10px;
}
.promobox img {
	max-width: 280px;
	height: auto;
}
.promobox h3 {
	font-size: 1.4em;
	padding-top: 10px;
	margin-bottom: 0px;
}
.promobox h4 {
	font-size: 1.1em;
	padding-bottom: 10px;
	margin-top: 5px;
}
.promobox h3, .promobox h4 {
	color: #335379;
	font-weight: 200;
	padding-left: 10px;
	padding-right: 10px;
}
.promobox h3 a, .promobox h4 a, .promobox p a {
	color: #335379;
}
.promo .row {
	padding-left: 15px;
	padding-right: 15px;
}
.promo .col-33percent {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 768px) {
		.promobox h4 {
			font-size: 1em;
		}
		.promobox img.right {
			margin-right: -50px;
		}
		.promobox img.left {
			margin-left: -50px;
		}
}
@media (min-width: 481px) and (max-width: 768px) {
		.promobox h3 {
			margin-top: 5px;
		}
}
@media (max-width: 480px) {
	.promobox h3 {
		margin-top: 20px;
	}
}
@media (max-width: 320px) {
	.promobox {
		height: auto;
		text-align: center;
	}
	.promobox h3 {
		margin-top: 5px !important;
	}
	.promobox img.right, .promobox img.left {
		float: none;
		margin: auto 0 !important;
	}
}


/****************** Button styles *******************/

.btn-primary {
	color: #4d688c;
	background-color: #f0dd99;
	border-color: #ecd47f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #002855;
	background-color: #f0dd99;
	border-color: #e1bb33;
	text-decoration: underline;
}

/* side bar donate button - added 6/27/18 */
.btn.btn-donate {
	white-space: normal;
	display:block;
}
.btn-donate.btn-lg {
	padding: 9px 20px 7px;
	font-size: 17px;
} 
a.btn-donate {
    color: #335379;
    background-color: rgba(0,141,165,.26);
    border-color: rgba(0,141,165,.35);
	transition: all 0.3s ease 0s;
}
.btn-donate:hover, .btn-donate:focus, .btn-donate:active {
    color: #ffffff;
    background-color: #008da5;
    border-color: #008da5;
}
a.btn-donate:before {
	color:#008dac;
	content: "\e005";
	font-family: 'Glyphicons Halflings';
	font-size:21px;
	padding-right:8px;
	vertical-align:middle;
	
}

a.btn-donate:hover:before, a.btn-donate:active:before, a.btn-donate:focus:before  {
	color:#bfe1e8; 
}

/* Adds sidebar call to action button 10/30/18*/
.sidebar-cta-btn a{
	display: block;
	width: 100%;
	height: 100%;
    color: #335379;
    text-decoration: none;
    padding: 20px;
    background-color: #E5E9EF;
    border: solid 1px #B2BDCF;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 0 !important;
    margin-bottom: 10px;
    cursor: pointer;
}
.sidebar-cta-btn a:hover{
    color: #ffffff;
    background-color: #002855;
    border: solid 1px #002855;
    text-decoration: underline;
}
.sidebar-cta-btn .glyphicon-chevron-right {
    color: #F99f00;
    padding-left: 3px;
    vertical-align: bottom;
    padding-bottom: 4px;
}


@media (min-width:860px) {
	.panel-plain div .btn-donate {
		margin:-10px 0;
	}
}


/****************** Alerts styles *******************/

/* Alerts */
.alert {
	font-size: 1.1em;
}
/* ALERT TYPE: SUCCESS, POSITIVE ANNOUNCEMENT - teal green  */

.alert-success {
	color: #224D4D;
	background-color: #d2ebeb;
	border-color: #1D9999;
}
.alert-success .alert-link {
	color: #224D4D;
}
/* ALERT TYPE: GENERAL INFO, HEALTH NEWS - blue  */

.alert-info {
	color: #335379;
	background-color: #D1E6EF;
	border-color: #75B3CF;
}
.alert-info .alert-link {
	color: #1a3e68;
}
/* ALERT TYPE: NOTICE, CAUTION - gold  */

.alert-warning {
	color: #1a3468;
	background-color: #e5c44d;
	border-color: #deb31a;
}
.alert-warning .alert-link {
	color: #1a3e68;
}
.alert-warning .alert-link:hover {
	color: #335379;
}
/* ALERT TYPE: URGENT, CRITICAL - red  - use sparingly! */

.alert-danger {
	color: #ba0c2f;
	background-color: #f8e6ea;
	border-color: #d8788c;
}
.alert-danger .alert-link {
	color: #BA0C2F;
}

/****************** Modals styles *******************/

.modal-header .close {
	right: 0;
	font-size: 36px;				/* SKB mod 3/29/16 */
}
h4.modal-title {				/* SKB mod 11/9/16 */
	font-size: 1.4em;
	color: #335379;
}
@media (min-width:992px) {
	.modal-dialog {
		width: 1000px;
	}

}


/************* Images Responsive Styles *************/
.img-responsive-plain {
	height: auto;
	max-width: 100%;
}
.img-responsive-right {
	display: block;
	height: auto;
	max-width: 100%;
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}
.img-responsive-left {
	display: block;
	height: auto;
	max-width: 100%;
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
p img.img-responsive-left, p img.img-responsive-right {
	margin-top: 5px;
}
@media (max-width: 480px) {
	.img-responsive-left {
		margin-right: 10px;
	}
	.img-responsive-right {
		margin-left: 10px;
	}
}
@media (max-width: 360px) {
	.img-responsive-right, .img-responsive-left {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width:1025px) and (max-width:1279px) {
	.sidebar img.img-responsive-left,
	.sidebar img.img-responsive-right {
		float: none;
		margin-left: 0;
	}
}
@media (min-width:1280px) {
	.sidebar img.img-responsive-left,
	.sidebar img.img-responsive-right {
		max-width: 50%;
		height: auto;
	}
}

/* changed from min-width 480 to 361 to cover iphone 6/6plus */
@media (min-width:361px) and (max-width:530px) {
		.sidebar.col-33percent img.img-responsive-left, .sidebar.col-33percent img.img-responsive-right {
			max-width: 50%;
			height: auto;
		}
		.maincol.col-66percent img.img-responsive-left, .maincol.col-66percent img.img-responsive-right {
			max-width: 60%;
			height: auto;
		}
}

/*************** Image Captions Styles **************/   
.photo_caption_left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.photo_caption_right {
	float: right;
	margin: 0px 0px 10px 15px;
}
@media (max-width: 480px) {
	p.photo_caption_left, p.photo_caption_right, .photo_caption_left, .photo_caption_right {
		max-width: 50% !important;
	}
}
@media (max-width:375px) {
		p.photo_caption_left, p.photo_caption_right, .photo_caption_left, .photo_caption_right {
			float: none;
			max-width: 100% !important;
			margin-left: 0;
			margin-right: 0;
		}
}
.photo_caption_wide {
	margin: 0px 0px 15px 0px;
}
.photo_caption_left, .photo_caption_right, .photo_caption_wide, p.photo_caption_left, p.photo_caption_right, p.photo_caption_wide {
	width: auto;
	display: block;
	font-size: .95em;
	color: #666;
	margin-top: .5em;
	border-bottom: 1px solid #D9DFE6;  /* moved bottom border from mobile to all 4/27/16 */
	margin-bottom: 1em;
	padding-bottom: .625em;
}
.photo_caption_left, .photo_caption_right, p.photo_caption_left, p.photo_caption_right {
	max-width: 50%;		/* changed from 300px 4/22/16 */
}
.photo_caption_wide, p.photo_caption_wide {
	max-width: 100%;
	padding-top: 15px;
}
p.photo_caption_wide:first-child {
	padding-top: 0;
}
p.photo_caption_left img, p.photo_caption_right img, p.photo_caption_wide img, .photo_caption_left img, .photo_caption_right img, .photo_caption_wide img {
	padding-bottom: .325em;
	width: 100% !important;
	height: auto;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.margin-right {
	margin-right: 15px;
}
.margin-left {
	margin-left: 15px;
}
.img-margin-bottom {
	margin-bottom: 8px;
}
.img-caption {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 5px;
}


/**************** Thumbnails Styles *****************/
.thumbnail h2 {
	font-size: 1.2em;
	color: #335379;
	margin-top: 0;
}
/* videos - video box large and standard, video thumbnails, screenshots */

.video-box-large {	/* large - full width video  NEW 8.10.17 SKB */
	width: 100%;
    height: auto;
    margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.video-box {		/* standard video */
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
	max-width: 320px;
	width: 100%;
}
.video-thumbnail {		/* thumbnail video  */
	position: relative;
	width: 100%;
	max-width: 235px;
}

.video-box.pull-left, .video-thumbnail.pull-left {
	margin-right: 15px;
}
.video-box.pull-right, .video-thumbnail.pull-right {
	margin-left: 15px;
}
.video-box img, .video-thumbnail img {		
	width: 100%;
	height: auto;
}
.panel-default .video-thumbnail, .panel-variation .video-thumbnail, .panel-variation-2 .video-thumbnail {
	max-width: 220px;
}
/* for video screenshots */
.video-box img {
	padding-bottom: 3px;
	margin-top: 10px;
	height: auto;
	z-index: 1;
}
.video-thumbnail img, .video-thumbnail iframe {
	padding-bottom: 4px;
}
@media (max-width: 768px) {
	.video-thumbnail {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.video-box, .video-thumbnail {
		max-width: 320px;
	}
}

.video-box iframe, .video-thumbnail iframe {
	width: 100%;
	max-height: 100%;
	/* height: auto;  cesar - testing to see if this resolves video height issue on modal */
}
.video-box iframe {
	margin-top: -10px;
}
.video-box p {
	margin-right: 10px;
}
.video-box-large p { 
	margin-top: .825em;
	border-bottom: 1px solid #d9dfe6;
	padding-bottom: 1.25em;
}
.video-box-large p, .video-box p, .video-thumbnail p {  
	font-size: .9em;
	margin-bottom: 0;
	color: #666;
}
.video-box p.smalltext, .video-thumbnail p.smalltext {
	font-size: .8em;
}

.video-box p a:hover {
	color: #4c6794;
}
.video-thumbnail a p {
	color: #002855;
}

@media (min-width:1280px) {
	.video-box-large {
		min-width:740px;
	}	
}
@media (min-width: 481px) and (max-width: 768px) {
		.video-box, .video-thumbnail {
			max-width: 400px;
		}
}


/*************** Video Overlay Styles ***************/
.overlay {
	background-image: url(/global/images/icons/play-icon.png);
	background-repeat: no-repeat;
	opacity: 0.9;
}
.video-box .overlay {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 65px;
	left: 15%;
}
@media (max-width: 320px) {
	.video-box .overlay {
		top: 50px;
	}
}
.video-thumbnail .overlay {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 45px;
	left: 15%;
}
.flexslider li .slide .overlay {
	width: 30%;
	height: 32%;
	position: absolute;
	top: 40%;
	left: 30%;
}
@media (max-width: 480px) {
		.flexslider li .slide .overlay {
			top: 28%;
			left: 42%;
		}
}
@media (max-width: 320px) {
	.flexslider li .slide .overlay {
		top: 15% !important;
	}
}
.video-box:hover .overlay, .video-box:focus .overlay, .video-thumbnail:hover .overlay, .video-thumbnail:focus .overlay, .slide:hover .overlay, .slide:focus .overlay {
	opacity: 0.7;
}


/*******************  Spacing  *******************/
.right-pad {
	padding-right: 0;
}
.left-pad {
	padding-left: 0;
}
.plain {
	border: none;
}
.top-pad {
	padding-top: .625em;
}
.bottom-pad {
	padding-bottom: .625em;
}
.margin-bottom {
	margin-bottom: 6px;
}
.margintop0 {
	margin-top: 0;
}
.margintop10 {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.right-pad {
		padding-right: 15px;
	}
	.left-pad {
		padding-left: 15px;
	}
	.bottom-pad {
		padding-bottom: 0em;
	}
}
hr {
	border-top: 1px solid #d9dfe6;
}
.bottom-rule {
	border-bottom: 1px solid #D9DFE6;
	padding-bottom: .325em;
	overflow: hidden;
}
/* Badges Carousel Divider */
.featurette-divider {
	margin: 15px 0px 20px 0px;
}

/*******************  Print  *******************/
@media print {
	#mini_navbar {
		display: none;
	}
	#search {
		display: none;
	}
	#header {
		height: 100px;
	}
	#content {
		margin-top: 30px !important;
		width: 100% !important;
	}
	header {
		margin-top: 0px !important;
	  	position: relative;
	}
	section.detailpage {
	    padding-top: 0;
	}
	header a.wordmark {
		color: #FFFFFF !important;
	}
	header .wordmark img {
		width: 210px;
		height: auto;
		vertical-align: top;
	}
	.navbar-wrapper {
		display: none;
	}
	#breadcrumb {
		display: none;
	}
	.sidebar {
		display: none;
	}
	#footer #row2cols3 {
		display: none;
	}
}

/*******************  Responsive media queries  *******************/
@media (max-width: 859px) {
	.leftfeatures.hidden-xs {
		display: none !important;
	}
	.maincol.col-50percent-sm {
		width: 100%;
	}
	.sidebar.col-25percent-sm {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#img-slider .item img {
		max-width: 768px;
		height: auto;
		width: 100%;
	}
}
@media (min-width:860px) and (max-width:991px) {  /*was 768px */
	.leftcol.col-25percent-sm {
		width: 30%;
	}
	.maincol.col-50percent-sm {
		width: 70%;
		padding-right: 15px;
		padding-left: 0px;
	}
	.sidebar.col-25percent-sm {
		width: 70%;
		float: right;
		padding-left: 0px;
		padding-right: 15px;
	}
}
@media (min-width:992px) {
	.maincol.col-50percent-sm {
		padding-left: 5px;
		padding-right: 5px;
	}
	.sidebar.col-33percent {
		padding-left: 5px;
	}
}

@media (min-width:980px) and (max-width:1375px) {  /* modified 10/26/16 to add max-width and header and navbar */
	.container, 
	header, 
	.navtop .navbar {
		max-width: 90%;
	}
}

/* styles to hide or show content for different devices */
@media (max-width: 480px) {
		.hide-mobile {
			display: none;
		}
		.show-mobile {
			display: block;
		}
}
@media (min-width: 481px) {
		.show-desktop {
			display: block;
		}
		.hide-desktop {
			display: none;
		}
}




/* ===========

  BLUE (Update) Alert

=========== */

/**************  GLOBAL ALERTS   **************/
.global-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 1000300;
  background-color: #002855; /** in case of emergency edit this color to #ba0c2f **/
  border: none;
}

.global-alert .alert-warning {
    color: #ffffff !important; /** in case of emergency edit this color to #ffffff **/
    background-color: #002855; /** in case of emergency edit this color to #ba0c2f **/
}

.global-alert .wrapper {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  display: block;
  border: none;
  padding: 40px 80px 35px 35px;
}

.global-alert .alert-dismissable .close {
  right: -41px;
}

.global-alert .wrapper .text {
  font-size: 1.125em !important;
  font-weight: 700 !important;
  text-align: left;
  height: 100%;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  bottom: auto;
  width: calc(100% - 40px);
  text-transform: initial !important;
}

.global-alert .wrapper a {
  position: relative;
  left: 0;
  color: #ffffff !important; /** in case of emergency edit this color to #ffffff **/
  line-height: 1.2 !important;

}

.global-alert .wrapper .text .glyphicon-exclamation-sign {
  color: #ffffff !important; /** in case of emergency edit this color to #ffffff **/
  top: 2px;
  margin-right: 5px;
  margin-bottom: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 25px;
}

.global-alert .wrapper .text .glyphicon-chevron-right {
  font-size: 16px;
  color: white !important;
}

.global-alert .wrapper .close {
  position: relative;
  top: -4px;
  text-shadow: none;
  opacity: 1;
  font-size: 12px;
  color: #ffffff !important; /** in case of emergency edit this color to #ffffff **/
}

.global-alert .wrapper .close .glyphicon {
  position: relative;
  top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

@media (max-width: 979px) {
  .global-alert .wrapper {
    width: 100%;
    padding: 30px 80px 25px 20px;
  }
}

/**************  END GLOBAL ALERTS   **************/

/************** BOOTSTRAP V3.4.1 UPDATES ***************/


figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input {
  line-height: normal;
}

textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family:"Lucida Grande", "Lucida Sans", Helvetica, Arial, "Verdana", sans-serif;
  /* changed order of fonts 3/27/15 - moved verdana after arial and helvetica for better fit */
  font-size: 16px;		/* was 14px 10/24/14 */
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

button,
input {
  line-height: normal;
}

h6,
.h6 {
  font-size: 14px;  /* was 12px 12/3/14 */
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px; 
  margin: 40px 0 20px;
/*  border-bottom: 1px solid #d9dfe6; Removed 12/2/14*/
}

.page-header h1 .bottom-rule { 
	display:block;
	border-bottom: 1px solid #d9dfe6; 
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

pre.prettyprint {
  margin-bottom: 20px;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-16percent-sm,
.col-25percent-sm,   
.col-33percent-sm,	
.col-42percent-sm,
.col-50percent-sm,  
.col-58percent-sm,
.col-66percent-sm,
.col-75percent-sm,
.col-83percent-sm,
.col-100percent-sm,
.col-16percent,
.col-25percent,
.col-33percent,
.col-42percent,
.col-50percent, 
.col-58percent,
.col-66percent,
.col-75percent,
.col-83percent,
.col-100percent  {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-16percent-sm,
  .col-25percent-sm,
  .col-33percent-sm, 
  .col-42percent-sm,
  .col-50percent-sm, 
  .col-58percent-sm,
  .col-66percent-sm,
  .col-75percent-sm,
  .col-83percent-sm {
    float: left;
  }
  .col-16percent-sm {
    width: 16.666666666666664%;
  }
   .col-25percent-sm {
    width: 25%;
  }
  .col-33percent-sm {		
    width: 33.33333333333333%;
  }
  .col-42percent-sm {
    width: 41.66666666666667%;
  }
  .col-50percent-sm {   
    width: 50%;
  }
  .col-58percent-sm {
    width: 58.333333333333336%;
  }
  .col-66percent-sm {
    width: 66.66666666666666%;
  }
  .col-75percent-sm {
    width: 75%;
  }
  .col-83percent-sm {
    width: 83.33333333333334%;
  }
  .col-100percent-sm {
    width: 100%;
  }
} 

@media (min-width: 992px) {
  .col-16percent,
  .col-25percent,
  .col-33percent,		
  .col-42percent,
  .col-50percent,   
  .col-58percent,
  .col-66percent,
  .col-75percent,
  .col-83percent {
    float: left;
  }

  .col-16percent {
    width: 16.666666666666664%;
  }
  .col-25percent {				
    width: 25%;
  }
  .col-33percent {  		
    width: 33.33333333333333%;
  }
   .col-42percent {
    width: 41.66666666666667%;
  }
  .col-50percent { 
    width: 50%;
  }
  .col-58percent {
    width: 58.333333333333336%;
  }
  .col-66percent {
    width: 66.66666666666666%;
  }
   .col-75percent {
      width: 75%;
  }
   .col-83percent {
    width: 83.33333333333334%;
    }
  .col-100percent {
    width: 100%;
	}
}

table {
  max-width: 100%;
  background-color: transparent;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 8px;							/* changed from 5px 4/28/16 */
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

td.gsc-search-button {
  padding-top: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}


select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}


.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}


.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
@font-face {				/* updated 5/23/18 */
 	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
		 url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
       	 url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
	}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-minus:before {
	content: "\2212";
	padding-right:0.5em;
	font-size:0.8em;
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-briefcase:before {	
  content: "\e139";
}

.glyphicon-calendar:before {	/* updated 10/26/18 SKB */
  content: "\e109";
}

.glyphicon-pushpin:before {		/* updated 10/26/18 SKB */
  content: "\e146";
}

.glyphicon-paperclip:before {	/* updated 10/26/18 SKB */
  content: "\e142";
}

.glyphicon-camera:before {		/* updated 10/26/18 SKB */		
  content: "\e046";
}

.glyphicon-lock:before {		/* updated 10/26/18 SKB */
  content: "\e033";
}

.glyphicon-bell:before {		/* updated 10/26/18 SKB */
  content: "\e123";
}

.glyphicon-fire:before {		/* updated 10/26/18 SKB */
  content: "\e104";
}

.glyphicon-wrench:before {		/* updated 10/26/18 SKB */
  content: "\e136";
}

.glyphicon-grain:before {		/* new 10/26/18 */
    content: "\e239";
}
  
.glyphicon-scale:before {		/* new 10/26/18 */
	content: "\e230";
}

.glyphicon-menu-left:before {  /* new 11/3/16 */
  content: "\e257";
}
.glyphicon-menu-right:before {  /* new 11/3/16 */
  content: "\e258";
}
.glyphicon-menu-down:before {   /* new 11/3/16 */
  content: "\e259";
}
.glyphicon-menu-up:before {     /* new 11/3/16 */
  content: "\e260";
}

.caret {
	border-top: 4px solid #7F93AE; 
}

.caret-up {
	border-bottom: 4px solid #667d9d;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;   /* changed from 3px to 5 px on 10/28/14 */
  clear: both;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.428571429;
  color: #022851;
  white-space: nowrap;
}

@media (min-width: 860px) {
  .dropdown-menu > li > a {
    font-size: 14px;
  }
}

@media (min-width: 1060px) {
  .dropdown-menu > li > a {
    font-size: 16px;
  }
}

@media (min-width: 860px) {	 /* was 768px */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

@media (min-width: 860px) {		 /* was 768px */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}


.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 860px) {   /* was 768px */
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 860px) {   /* was 768px */
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 860px) {		 /* was 768px */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 860px) {   /* was 768px */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 860px) {   /* was 768px */
  .navbar-static-top {
    border-radius: 0;
  }
}

@media (min-width: 860px) {  /* was 768px */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

@media (min-width: 860px) {  /* was 768px */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

@media (min-width: 860px) {   /* was 768px */
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 859px) {		/* was 767px */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
 }

@media (min-width: 860px) {		/* was 768px */ 
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 860px) {		/* was 768px */
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.breadcrumb > .active {
	color: #977000 /* #987000 */;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  /*border: 1px solid #dddddd;
  border-radius: 4px; */
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 400;
}

.panel-title > a {
  color: inherit;
}

/* plain panel */

.panel-plain {
    border: none;
    border-radius: none;
    box-shadow: none;
}

.panel-plain .panel-title {
   font-weight:bold;
}

.panel-plain > .panel-heading h2 {
	color: #335379;
	font-size:1.4em;  /* was 1.5em */
	font-weight:400;
}

.panel-plain > .panel-heading {
	padding-left:0;
}

.panel-plain > .panel-body {
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}

.panel-group .panel-plain .panel-heading + .panel-collapse .panel-body {
	border-top: 0;
}

/* default panel - set to light gold theme */


.panel-default {
  border-color: #f0dd99;
}

.panel-default > .panel-heading {
	color: #002855;
	background-color: #f4e5b2;
	border-color: #f0dd99;
}

.panel-default > .panel-heading a {
	color: #002855;
}

.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus {
	background-color:#f0dd99;
	display:block;
	padding:7px 15px;
	margin:-7px -15px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0dd99;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0dd99;
}

/* variation panel - set to medium blue theme */

.panel-variation {
  border-color: #b2bdcf;
}

.panel-variation > .panel-heading {
	color: #fff;
	background-color: #4d688c;
	border-color: #b2bdcf;
}

.panel-variation > .panel-heading a:hover, .panel-variation > .panel-heading a:focus {
	background-color:#335379;
	display:block;
	padding:7px 15px;
	margin:-7px -15px;
}

.panel-variation > .panel-title > a:hover, .panel-variation > .panel-title > a:focus {
  color: #fff;
}

.panel-variation > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b2bdcf;
}

.panel-variation > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b2bdcf;
}


/* variation 2 panel - set to light blue theme */

.panel-variation-2 {
  border-color: #b2bdcf;
}

.panel-variation-2 > .panel-heading {
	color: #335379;
	background-color: #ccd4e0;
	border-color: #b2bdcf;
}

.panel-variation-2 > .panel-heading a {
	color: #002855;
}

.panel-variation-2 > .panel-heading a:hover, .panel-variation-2 > .panel-heading a:focus {
	background-color: #b2bdcf;
	display:block;
	padding:7px 15px;
	margin:-7px -15px;
}

.panel-variation-2 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b2bdcf;
}

.panel-variation-2 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b2bdcf;
}

/* variation 3 panel - set to medium gold theme */

.panel-variation-3 {
	border-color: #ecd47f;
}

.panel-variation-3 > .panel-heading {
	color: #4c4c4c;
	background-color: #ecd47f;
	border-color: #ecd47f;
}

.panel-variation-3 > .panel-heading a {
	color: #002855;
}

.panel-variation-3 > .panel-heading a:hover, .panel-variation-3 > .panel-heading a:focus {
	background-color:#e9cc66;
	display:block;
	padding:7px 15px;
	margin:-7px -15px;
}

.panel-variation-3 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ecd47f;
}

.panel-variation-3 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ecd47f;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #1a3e68;							/* changed from black 11/10/16 skb */
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;							/* changed from .2 11/10/16 skb */
  filter: alpha(opacity=50);
}

.close:hover,
.close:focus {
  color: #1a3e68;					/* changed from black 11/10/16 skb */
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;						/* changed from .5 11/10/16 skb */
  filter: alpha(opacity=70);
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

.container:after {
    clear: both;
}

@media (min-width: 860px) {		 /* was 768px */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}