/* ================ */
/* REVISED Mar 2015 */
/* ================ */

.centre-child {
	text-align: center;
}

.centre-parent {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

/* Header
-------------------------------------------------- */

header { background: #fff; display: block; }

figure#logo { float: left; }

/* Top links (desktop)
-------------------------------------------------- */

#top_link_2 { height: 28px; display: block; text-align:	}
#top_link_2 ul { display: inline-block; float: none; padding: 5px 0px 5px 0px; margin: 0 auto; }

@media (min-width:992px){
	#top_link_2 { display: block; position: relative; overflow: auto; }	
	#top_link_2 ul { display: block; float: right; margin: 0 auto; }
}

#top_link_1 { display: block; float: right; width: 600px; overflow: hidden;}

#top_link_1 > a, #top_link_1 > span.dropdown > a {
	text-decoration: none; font-weight: bold; color: #73216D;
}

#top_link_1 > a:hover, #top_link_1 > span.dropdown > a:hover {
	color: #8C6E00;
}

#top_link_2 > ul > li { font-size: 12px; list-style-type: none; float:left; margin: 0px 5px }

#top_link_2 a { text-decoration: none; color: #8C6E00; }
#top_link_2 a:hover {	color: #73216D; }

#top_link_1 li.dropdown ul.dropdown-menu li{ clear: both; width: 100%; margin: 2px 0px; padding: 0px 5px;}
#top_link_1 li.dropdown ul.dropdown-menu li.divider { background-color: #CCC; }

#top_link_1 li.dropdown ul.dropdown-menu li a { font-size: 13px; font-weight: normal; margin: 0px; width: 100%; color: #337AB7; }
#top_link_1 li.dropdown ul.dropdown-menu li a:hover { color: #73216D; background: none; }

@media (min-width:992px){
	#top_link_1 { font-size: 14px; text-align: right; }
}

/* search_lang_nav (desktop)
-------------------------------------------------- */
div#search_lang_nav { float: right; margin-bottom: 10px; }
div#siteSearchwrapper { display: inline-block; margin-right: 10px; }
div#topmenu_language { display: inline-block; }
input#sitesearchbox { width: 170px; height: 21px; padding: 1px 0px 0px 5px; font-style: italic; border: 1px solid #CCC; margin: 0 0 0 0; }
input#siteSearchbox_submit { width: 21px; height: 21px; padding: 0px; margin: 0px; border: none; position: relative; top: 7px; }

/* Nav
-------------------------------------------------- */

.navbar {
	margin-bottom:0px !important;
	border-width: 0 0 5px 0;
	border-color: #73216D;
}

@media (min-width:768px){	
	.navbar {
		min-height: 32px !important;
		border-width: 1px 0px 1px 0px;
		border-color: #CCC;
		border-style: solid;
		border-radius: 0px;
		width: 100%;
		-moz-box-shadow: inset 0px 0px 1px #edf9ff;
		-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
		box-shadow: inset 0px 0px 1px #edf9ff;
	}
}

.navbar-nav {
	margin: 0 -15px;
}

/* CU Logo in mobile */
.navbar-brand {	padding: 0px 5px; }
.navbar-brand img {	height: 40px; width: auto; margin-top: 6px; margin-left: 5px;}
.navbar-toggle { background-color: #FFF;}

/* Main Nav menu bar buttons */
.nav > li > a  {
	text-transform: uppercase;
	font-size: 12px; font-weight: bold;
	/*color: #606060 !important;*/
	color: #73216D;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	/* mobile style */
	border-top: 1px solid #EEE;	
	background: top right url(../images/bg_chevron_down.gif) #fff no-repeat; background-size: 35px 31px;
}

@media (min-width:768px){
	.nav > li > a  { border: none; background: none; font-weight: normal}	
}

@media (min-width: 992px) { /* Large font size and padding */
	.nav > li > a  { font-size: 14px; padding: 5px 15px 5px 15px; }
}

/* Hover and opened menu */
.nav > li > a:focus, .nav .open>a, .nav .open>a:focus, .nav > li >a:hover, .nav .open>a:hover  {
	color: #FFF !important;
	background: #6E1E6F !important;
}

div.navbar-collapse { padding-left: 0px !important; padding-right: 0px !important;}
.navbar-nav{ }
.navbar-nav>li{ display: inline;}

/* Drop down menu */

.dropdown-menu { min-width: 240px !important; }

.dropdown-menu-col {padding-left: 0px; padding-right: 0px; padding-top: 5px;}

.dropdown-menu > li > a, .dropdown-menu-col > li > a {
	font-family: 'Roboto Condensed', sans-serif; font-size: 13px; color: #015b86;
	background: none;
		
	/* Duplicate to .dropdown-menu-col */
	line-height: 20px;
	padding: 5px 15px 5px 25px;
	display: block;
}

.dropdown-menu > li, .dropdown-menu-col > li { list-style: none;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu-col > li > a:hover, .dropdown-menu > li > a:focus {
	color: #DB40C7;	background: none; text-decoration: none;
}

li.dropdown-header a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px; color: #8C6E00;
	font-weight: bold !important;
	background: none;
	min-width: 238px;
	/*border: 1px dashed #CCC;*/
	border-bottom: 1px dashed #606060;
	
	/* override for mobile */
	padding: 3px 0px 5px 0px !important;
	
}

@media (min-width:768px){
		
	.dropdown-menu-2-cols {width: 640px;}
	
	.dropdown-menu > li, .dropdown-menu-col > li {
		list-style: none;			
		background: url("../images/bullet.png") no-repeat 8px 3px;
	}
	
	li.dropdown-header {
		background: none;
	}
	
	.dropdown-menu > li > a, .dropdown-menu-col > li > a {
		/* Override */
		padding: 5px 10px 5px 25px;				
		/* Duplicate to .dropdown-menu-col */
		display: block;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		/*white-space: nowrap;*/		
	}
	
	.dropdown-menu > li > a:hover, .dropdown-menu-col > li > a:hover {
		text-decoration: none;
	}
	
	li.dropdown-header > a {
		padding: 2px 0px 10px 0px !important;
		margin: 0px 0px 5px -10px;
	}

}

@media (min-width:992px){		
	.dropdown-menu-2-cols {width: 680px;}
}

li.dropdown-header a:hover {
	color: #DB40C7;
	background: none;
}

span.icon-bar {
	background-color: #999;
}

button.collapsed span.icon-bar {
	background-color: #73216D;
}


/* mobile buttons */

#top_buttons_mobile {
	display: block; overflow: auto;
}
/*
#shortcuts-dropdown-m a.dropdown-toggle { 
	font-weight: bold; color: #73216D !important; background-color: #fff;
}

#shortcuts-dropdown-m a.dropdown-toggle:hover, #shortcuts-dropdown-m a.dropdown-toggle:focus, #shortcuts-dropdown-m.open a.dropdown-toggle { 
	font-weight: bold; color: #fff !important; background-color: #73216D;
}
*/
#search_lang_nav_m {
	min-height: 40px;
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #EEE;
	overflow: auto;
}

#search_lang_nav_m > div:first-child {
	padding-left: 10px; padding-right: 0px;
}

#search_lang_nav_m > div:nth-child(2) {
	height: 30px;
	padding-left: 0px; padding-right: 0px; overflow: hidden;
}

input#sitesearchbox_m {
	padding: 5px; border: 1px solid #CCC; color: #555; height: 30px; border-radius: 5px 0 0 5px; width: 100%;
}

div#topmenu-language-m {
	white-space: nowrap;
}

div#site-search-wrapper-m span.input-group-btn button {
	background-color: #73216D; color: #FFF; height: 32px; margin-top: -2px;
}

#top_buttons_mobile {
	padding: 3px 3px;
	border-top: 1px solid #EEE;
	overflow: auto;
}


/* top link buttons */

ul#top_link_2m, ul#top_link_2m > li {
	list-style: none; padding-left: 0; padding-right: 0; overflow: hidden;
}

ul#top_link_2m > li > a {
	list-style-type: none;
	border-radius: 5px;
	margin: 3px;
	display: block;
	color: #8C6E00;
	background-color: #F3F0E5;
	min-height: 40px;
	overflow: hidden;
	border: 1px solid #DCD3B2;
}

ul#top_link_2m > li > a:hover {
	color: white;	
	background-color: #8C6E00;
}

ul#top_link_2m > li > a > span {
	display: block;
	text-align: center;
	min-width: 80%;
	font-size: 11px;
}



/* Page Footer
-------------------------------------------------- */

footer {
	color:#ffffff; font-family:Arial; font-size: 12px;	line-height: 24px;
	background:#717171 url("../images/tiles2.png") bottom repeat-x; 		
	padding: 10px 0px 40px 0px; margin: 0;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

footer a { text-decoration: none; color:#FFFFFF;}

footer a:hover { color:#F5CF67; }

footer ul { padding: 0; }

footer ul li { list-style-type: none; float:left; margin: 0 5px; }

#footer_statement { clear:both; margin-left: 5px; }get