@import "custom-list-group.css";

/* Gold button that points to previous version of page */
#oldPage {
	width: 70%;
	background: rgba(255,242,0,1);
	background: -moz-linear-gradient(top, rgba(205, 155, 54, 1) 0%, rgba(223, 191, 127, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,155,54,1)), color-stop(100%, rgba(223,191,127,1)));
	background: -webkit-linear-gradient(top, rgba(205, 155, 54, 1) 0%, rgba(223, 191, 127, 1) 100%);
	background: -o-linear-gradient(top, rgba(205, 155, 54, 1) 0%, rgba(223, 191, 127, 1) 100%);
	background: -ms-linear-gradient(top, rgba(205, 155, 54, 1) 0%, rgba(223, 191, 127, 1) 100%);
	background: linear-gradient(to bottom, rgba(205, 155, 54, 1) 0%, rgba(223, 191, 127, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffdd00', GradientType=0 );
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 4px double #FFF;
	margin: 0 auto;
	font-weight: bold;
}
#oldPage a {
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
	font-size: 1.5em;		
}
#oldPage a:hover,
#oldPage a:active,
.panel-title a:hover,
.panel-title a:active {
	color: #2A356C;
}	

/* Main container */
.container {
	display:table;
	width: 100%;
}
.row {
	height: 100%;
	display: table-row;
}
.col-sm-4 {
	display: table-cell;
}
/* Container background */
#container-1 {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #fefefe 12%, #d1d1d1 42%, #dbdbdb 72%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(12%, #fefefe), color-stop(42%, #d1d1d1), color-stop(72%, #dbdbdb), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #fefefe 0%, #fefefe 12%, #d1d1d1 42%, #dbdbdb 72%, #ffffff 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #fefefe 12%, #d1d1d1 42%, #dbdbdb 72%, #ffffff 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #fefefe 12%, #d1d1d1 42%, #dbdbdb 72%, #ffffff 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #fefefe 12%, #d1d1d1 42%, #dbdbdb 72%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffffff', GradientType=0 );
}

/* Jumbotron--highlight certain paragraphs or use for main content */
.jumbotron p {
	font-size: 1.4em;
}
.jumbotron {
	-webkit-box-shadow: 2px 2px 17px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 17px 10px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 17px 10px rgba(0,0,0,0.15);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
width: 90%; 
margin-left: auto; 
margin-right: auto; 
text-align: left; 
padding: 20px;
background-color: #f3f3f3;
}


/* Navigation */
.nav {
margin-bottom: 15px;
box-shadow:
inset 0 0 0 2px #183a57,
inset 0 0 0 4px #efefef;
background-color: #183a57;
}

.nav .nav {
margin: 2px 8px;
box-shadow:
inset 0 0 0 1px #efefef,
inset 0 0 0 3px #183a57,
inset 0 0 0 4px #efefef;
}

.nav .nav > li > a {
padding: 0.25em 0.25em 0.25em 1em;
}

.nav.nav-red {
background-color: #5E0000;
/* outline-color: #5E0000; */
box-shadow:
inset 0 0 0 2px #5E0000,
inset 0 0 0 4px #efefef;
}

.nav > li { padding: 0 6px;}
.nav > li:first-child {padding-top: 6px;}
.nav > li:last-child {padding-bottom: 6px;}

.nav-pills > li,
.nav-pills > li > a	{
margin-left: auto; 
margin-right: auto;
font-size: 1.1em;
color: #fff;
border-radius: 0;
text-align: left;
}
.nav-pills > li > a:active,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus	{
text-decoration: underline;
background-color: #efefef;
color: #183a57;
}

.nav-pills.nav-red > li > a:active,
.nav-pills.nav-red > li > a:hover,
.nav-pills.nav-red > li > a:focus,
.nav.nav-red .open > a, 
.nav.nav-red .open > a:hover, 
.nav.nav-red .open > a:focus
{
color: #5E0000;
}

.nav .dropdown {
width: 100%;
}

.nav .dropdown .dropdown-menu {
width: 100%;
background-color: #5E0000;
/* border: 2px solid #efefef; */
box-shadow:
inset 0 0 0 2px #5E0000,
inset 0 0 0 4px #efefef;
/* outline: 2px solid #5E0000; */
border-radius: 0;
padding: 0;
}

.nav .dropdown .dropdown-menu a
{
padding-left: 1.5em;
text-indent: -1em;
}

.nav .dropdown .dropdown-menu > li {
padding: 0 6px;
}

.nav .dropdown .dropdown-menu > li:first-child {padding-top: 6px;}
.nav .dropdown .dropdown-menu > li:last-child {padding-bottom: 6px;}

.nav .dropdown .dropdown-menu > li,
.nav .dropdown .dropdown-menu > li > a
{
color: #fff;
}

.nav .dropdown .dropdown-menu > li > a:hover,
.nav .dropdown .dropdown-menu > li > a:focus,
.nav .dropdown .dropdown-menu > li > a:active
{
color: #5E0000;
background-color: #efefef;
}

/* OUI Main Navigation (left side) */
#ouiNavTitle a {
color: #333;
text-decoration: underline;
}
#ouiNavTitle a:hover,
#ouiNavTitle a:active
{
color: blue;
}

.menu-item-heading {padding-left:0.5em;}

.dropdown-menu > li > a {white-space:normal;}

.dropdown-menu li a,
.dropdown-menu li h5
{color: #000; display: block;padding-left: 1em;}

.dropdown-menu li h5 {text-decoration: underline; padding-left:0.75em;}

.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus
{
color: #262626;
background-color: #d9d9d9;
}
.scrollable-menu {
height: auto;
max-height: 450px;
overflow-x: hidden;
}
/* Smaller descriptive text under titles */
.subtitle {
font-size: 0.9em;
}

/* Big banner titles */
.page-header {
border-radius: 2em;
margin-left: auto;
margin-right: auto;
width: 98%;
padding-bottom: 0;

}

.page-header h1,
.page-header h2,
.page-header h3,
#content .page-header h1,
#content .page-header h2,
#content .page-header h3
{
color: #fff;
margin:0;
line-height: 2em;
}

#content a {color: #06c; border: 1px solid transparent; padding: 0 2px;}
#content a:hover, #content a:focus {border-color: #06c;}

/* Used with file superscripts */
.footnotes {
font-style: italic;
}
.footnotes a,
p a {
color: blue; 
}
.footnotes a:hover, 
.footnotes a:active {
text-decoration: underline;
}
.footnotes a,
p a	{
color: blue; 
}
.footnotes a:hover, 
.footnotes a:active,
p a:hover,
p a:active {
text-decoration: underline;
color: blue;
}
/* For accessibility: first link a person can tab to goeso to content part of page. */
/*
#content {
min-height:0px;
max-height: 0px; 
background: transparent;
}
*/

/* For normal bullet lists */
.list-normal {
margin-left: 20px;
padding-left: 20px;
}
.dropdown-menu > li {
color: #333;
}

.btn-info, .btn-info.nohover {
background-color: #183a57;
border: 3px solid #183a57;
}
.btn-info:not(.nohover):hover,
.btn-info:not(.nohover):focus,
.btn-info:not(.nohover):active
{
color: #183a57;
background-color: #f3f3f3;
border-color: #183a57;
}

.btn-info.nohover {
cursor: auto;
}

.btn-primary {
background-color: #183a57;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: blue;
font-weight: bold;
text-decoration: underline;
}
.panel-title > a:hover,
.panel-title > a: active {
color: #183A57;
text-decoration: none;
}
.page-navbar {
padding-bottom: 2px;
margin: 0px 0 20px;
border-bottom: 1px solid #eee;
background-image: url("headerbg.jpg");
background-repeat: repeat-x;
border: 2px solid #000;
color: #fff;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top-left-radius: 2em;
box-shadow: 10px 10px 5px #888888;
width:98%;
margin-left: auto;
margin-right: auto;
}
.column-header {
padding-bottom: 2px;
margin: 0px 0 10px;
border-bottom: 1px solid #eee;
background-image: url("headerbg.jpg");
background-repeat: repeat-x;
border: 2px solid #000;
color: #fff;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top-left-radius: 2em;
box-shadow: 10px 10px 5px #888888;

}
.top-header {
padding-bottom: 9px;
padding-left: 0px;
margin: 0px 0 20px;
border-bottom: 1px solid #eee;
background-image: url("headerbg.jpg");
background-repeat: repeat-x;
border: 2px solid #000;
color: #fff;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top-left-radius: 2em;
box-shadow: 10px 10px 5px #888888;
text-align: center;
width:98%;
margin-left: auto;
margin-right: auto;
}
.quicklinks {
text-align:center;
position: relative;
height: 100%;
padding-right: 0px;
margin: 0px;
float: left;
width: 25%;
}

.quicklinks img {
display: block;
margin: 0 auto;
}

.quicklinks a {
color: #06c;
display: block;
padding: 0.25em;
}

.quicklinks a,
.quicklinks a p {	
border: 2px solid transparent;
}

.quicklinks a p {
min-width: 5em;
margin: 0 auto;
display: inline-block;
padding: 2px 3px;
}
.quicklinks a:hover,
.quicklinks a:focus,
.quicklinks a:hover p,
.quicklinks a:focus p {	
border-color:#06c;
text-decoration: none;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{
top:50%;
left:50%;
/* max-width:400px; */
margin-top:-6px;
margin-left:0px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:-4px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.caret-right {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-left: 4px solid;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
}
.caret-left {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-right: 4px solid;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
}
.caret-large {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 8px solid;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}
.dropdown-menu {
min-width: 200px;
}
.dropdown-menu.columns-2 {
min-width: 600px;
}
.dropdown-menu.columns-3 {
min-width: 800px;
}
.dropdown-menu li a {
padding: 5px 15px;
font-weight: 300;
}
.multi-column-dropdown {
list-style: none;
}

.multi-column-dropdown h3,
.multi-column-dropdown h4 {color: #000;}

.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #333;
white-space: normal;
padding-bottom:10px;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #262626;
background-color: #d9d9d9;
}

@media (max-width: 767px) {
.dropdown-menu.multi-column {
min-width: 240px !important;
overflow-x: hidden;
}
}
.multi-column-dropdown a {
color: #000;
}


.pad-top > [class^="col"] {margin-top: 2em;}