@font-face {
    font-family: 'Ek Mukta';
    src: url('ek-mukta.regular.ttf');
}

#decisia-template-white {
	background-color: white;
}

.container img {
  height: 100%;
  max-height: 250px;
  width: 100%;
}

.navbar {
	color: white;
	font-family: "Ek Mukta", Arial, sans-serif;
	height: 52.75px
}

.navbar a {
	color: white;
}

.navbar > ul > li {
	display: inline-block;
	width: 200px;
	height: 30px;
	text-align: center;
}

.navbar > ul > li a {
	cursor: pointer;
}


.navbar > ul > li > a {
	font-size: 20px;
	line-height: 30px;
}

.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar li > ul {
	position: absolute;
	display: none;
	background: #052F65;
}

.navbar li:hover > ul {
	display: block;
	z-index: 1;
}

.navbar li > ul {
	width: 250px;
}

.navbar li > ul li {
	padding-left:16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 22.5px;
	font-size: 15px;
	text-align: left;
}

.navbar li > ul li:hover {
	background-color: #1D6077;
}

.navbarcontainer {
	background-color: #052f65;
    margin: auto;
    padding-top: 8px;
    position: relative;
    width: 100%;
}

.navbar > ul {
    border-top: 5px solid #052f65;
    border-bottom: 5px solid #052f65;
	width: 1250px;
	margin: auto;
}

.cHeaderWrapper .uiOutputRichText .container {
	position: relative;
	height: 250px;
}

.bboHeader {
  color: white;
  display: block;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 3vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.footer {
  background-color: #2f2f2f;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-align: center;
  font-family: "Ek Mukta", Arial, sans-serif;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

address {
  display: block;
  font-size: 18px;
  font-style: normal;
}

body {
	background-color: #2f2f2f;
}
