body {
	background-color: #f2f2f2 !important;
}

h1, h2, h3 {
	margin-bottom: 20px;
}

.indent {
	margin-left: 2%;
}

.content p {
/*	text-align: justify;*/
	padding-right: 4%;
}

.container {
	background-color:white;
	padding: 0 !important;
}

#brandbar .container {
	background-color: #001A45 !important;
}

.fa-home-welcome {
	float: left !important;
	margin-top: 3px;
}

.welcome {
	padding-top: 2px !important;
}

.content {
	width: 95%;
	margin-left: 4%;
	margin-top:2%;
	margin-bottom:5%;
	 padding-right: 20px;
}

.figure {
	width:100%;
	margin-bottom:30px;
}


footer {
clear: both;
text-align:center;
}

.header img {
	display: none;
}


.navbar {
	margin-bottom: 0px;
}

.blue {
	color:#2C5593;
}

.date {
	font-size:20px;
}

.hero {
	width:100%;
}

figcaption {
	font-size: 12px;
}

figure {
	margin-bottom:30px;
}

/*.fa {
	font-size:40px !important;
	color:#21568C ;
	margin-left: 8%;
}
*/

#socialmedia {
	margin-bottom: 20px;
}

.img-responsive {
	display: inline-block;
}


#connect {
	background: #3498db;
	height: 125px;
	clear: both;
}	

#connect img {
	width: 45px;
	margin-left: 4%;
}

#connect p {
	margin-left: 4%;
	color: white;
	font-weight: bold;
	font-size: 30px;
	padding-top: 10px;
}

/* FIX NAV BAR */

#welcome_container, #languages {
	height: 2em;
}

#brandbar .unicon {
	margin-top: 8px;
	margin-right: 8px;
	padding: 0 !important;
}


@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
}



/* NAV BAR */

@media (min-width: 768px) {
  .navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left:0;
    padding-right:0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-x: visible;
  }

.navbar {
	max-width:300px;
	margin-top:2%;
	margin-right: 0;
	margin-left: 0;
	background:white;
	border: none;
	text-align:left;
}

.navbar ul li {
	border-bottom: #CBCBCB dotted 1px;
}

.navbar-header {
	display:none; 
}
.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header
{float:none !important;}

.navbar-right .dropdown-menu {left:0;right:auto;}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.content {
	width: 76%;
	float: right;
}

.header img {
	display:inline;
}

.titleMobile {
	display: none;
}


#mainnav {
	margin-top: 2%;
	display: inline-block;
	width: 20%;
	float: left;
}

#socialmedia img {
	width: 13%;
	display:inline-block;
	margin-left:7%;
	float: right;
}

#socialmedia {
	overflow:auto;
}

#connect {
	display:none;
}


}

@media (max-width: 768px) {

	#socialmedia {
		display: none;

	}


#box1, #box2 {
	width: 100% !important;
	margin-bottom: 5%;
}


}

.titleMobile h1 {
	margin-bottom:0px;
}

.titleMobile {
/*	margin-left: 4%;*/
}

/* STYLE NAV BAR FOR MOBILE  */


.navbar-header {
	background: #902165;
}

.navbar-default .navbar-toggle {
	border-color: white;
}

.navbar-default .navbar-brand {
	color:white;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}


/* FOOTER */

.footer {
	background: #902165;
	color: white;
	height: 125px;
	padding-top: 5%;
	clear: both;

}

.footer a {
	color: white;
	text-decoration: underline !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d19abb;
}

/* PROMOTIONS */

#box1 {
	width: 48%;
	float:right;
}

#box2 {
	width: 48%;
	float:left;
}

/* Home Logo */

.home-logo {
	margin-left: 4%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.navbar-toggle {
	margin-top: 32px; /*alings the menu icon with the UN logo for mobile version */
}

/* TABLES */

td.day {
  background-color: #F2EFEF !important;
  font-weight: bold;
}


th.center {
	text-align:center;
}

thead {
	background: #4B8ED2;
   color: white;
}


.well {
  padding-bottom: 0;
  padding-top: 9px;
  border-radius: inherit;
}

.fa {
	color: #5a92d6;
	margin-left: 5px;
	margin-right: 5px;
}


.nav li {
	font-weight: bold;
}