body {
	background: #fff;
	color: #252525;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

/* Link Color */	

a:link,
a:visited {color:#195AAD; text-decoration: underline;}
a:hover {color:#195AAD; text-decoration: none;}
a:active, 
a:focus {color:#195AAD; //outline: #3B3D4A solid 2px; text-decoration: none;}
textarea:focus, select:focus, input:focus, button:focus {outline: 0;}

/* Header */

#header {
	/*background: #fff url('../images/blueShadow_bkgd.gif') repeat-x bottom left;*/ 
	float: left;
	margin: 0 auto;
	padding-bottom: 35px;
	width: 100%;
}

/* Accessibility Options */	

#accessOptions {		
  font-size: 85%;
  margin: 0 auto;
  overflow: hidden;
  padding: 6px 0 6px 0;
  text-align: right;
  width: 75%;
}

#accessOptions span { margin: 0 5px;}

#accessOptions a,
#accessOptions a:visited,
#accessOptions a:hover,
#accessOptions a:focus,
#accessOptions a:active {color: #333;}

/* Login Button */

#accessOptions a.loginBtn,
#accessOptions a.loginBtn:visited {
	background: url('../images/login.png') no-repeat top left;
	color: #B90004; 
	line-height:20px;
	padding-left: 20px;
}	

#accessOptions a.loginBtn:hover,
#accessOptions a.loginBtn:active,
#accessOptions a.loginBtn:focus {
	color: #B90004; 
}	

#banner {
/*	background: linear-gradient(#5384C2, #195AAD);*/
	background: #195AAD;
	background: linear-gradient(#5384C2, #195AAD);
	overflow: hidden; 
	padding: 10px 0; 
	width: 100%;
}

#banner .content, #footer .content {
	margin: 0 auto;
	overflow: hidden; 
	width: 95%;
}

.field-type-image {display: none;}

#header .logoDiv {float: left;}

#header .logoDiv img {display: block; padding: 5px;}
	
#header .media {text-align: right;}	

.social1, .social2 {padding-top: 15px;}

.social1 p {display: inline; font-weight:600; color: #fff; font-size: 110%;}

.social1 ul, .social2 ul  {display: inline;  margin: 0; padding: 0;}

.social1 li a {padding: 5px;}

.social2 li {display: inline; font-size: 110%;}

.social1 a {color: #fff;}

.social2 a {color: #fff; text-decoration: none; padding: 5px;}

.social1 a:hover, .social1 a:active, .social1 a:focus {color: #fff; text-decoration: underline;}
.social2 a:hover, .social2 a:active, .social2 a:focus {color: #fff; text-decoration: underline;}

/* Language Link */

ul.links,
ul.links li  {margin: 0; padding: 0; text-align: center;}

ul.links li a,
ul.links li a:visited {color: #333; text-decoration: none;}
ul.links li a:hover,
ul.links li a:active,
ul.links li a:focus {text-decoration: underline;}

ul.links li.translation_hi,
ul.links li.translation_en{display: inline; font-weight: bold;  position: absolute; top: 12px; right: 4%;}

ul.links li.translation_hi img,
ul.links li.translation_en img {display: inline; max-height: 12px; max-width: 18px;}

ul.links li.print_html,
ul.links li.print_mail,
ul.links li.print_pdf {display: none;}

.submitted {display: none;}

/* Search */

.searchDiv {	
	float: right;
	margin-top: 25px;
	text-align: right;
	width: 34.8%;
	}
	
.searchDiv input{margin: 0; padding: 0;}

.searchDiv input,
.searchDiv input:hover,
.searchDiv input:focus{
	background: #fff url('../images/search_icon.gif') no-repeat 8px 50%; 
	border: 1px solid #89B6DD; 
	border-radius: 5px 0 0 5px; 
	padding: 5px 5px 5px 20px; 
	width: 45%;
	}
	
.searchDiv input.button,
.searchDiv input.button:hover,
.searchDiv input.button:focus{
	background: #123E76 url('../images/gradient_bkgd.gif') repeat-x bottom left; 
	border: 0;
	border-radius: 0 6px 6px 0;
	box-shadow: none;
	color: #fff; 
	padding: 4px;
	width: auto;
}

form select {
	border: 1px solid #89B6DD;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #89B6DD;
	color: #3B3D4A;
    margin: 5px 0 10px 0;
	padding: 4px;
	width: 80% !important;
	}

form input.button{ 	
	background: #195AAD; 
	border: 1px solid #123E76;
	border-radius: 5px;
	box-shadow: none;
	color: #fff; 
	font-weight: bold;
	padding: 4px;
	}

form input.button:hover,
form input.button:active,
form input.button:focus {
	background: #123E76 url('../images/gradient_bkgd.gif') repeat-x bottom left; 
	color: #fff;
	border: 1px solid #123E76;
	border-radius: 5px;
	box-shadow: none;
	color: #fff; 
	font-weight: bold;
	padding: 4px;
	}

/* Headings */
	
h1 {	
	background: url('../images/heading_pointer.gif') no-repeat 0 100%;
	font-size: 120%;
	font-weight: normal;
	line-height: 130%;
	padding-bottom: 10px;
	}	

h2 {
	background: url('../images/heading_pointer.gif') no-repeat 0 100%;
	color: #B90004;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%; 
	padding-bottom: 15px;
	margin-bottom: 5px;
}

h3{color: #333; font:130% 'Century Gothic'; font-weight: bold;}

h4{color: #333; font:120% 'Century Gothic'; font-weight: bold;}

h5{color: #333; font:110% 'Century Gothic'; font-weight: bold;}

h6{color: #333; font:100% 'Century Gothic'; font-weight: bold;}

h3,h4,h5,h6{padding: 10px 0 0 0; margin: 0;}

/* Page Layout */

.col3-layout {clear: both; margin: 0 auto; overflow: hidden; width: 95%;}

.col3-layout .col1{float: left;  width: 49%;}
.col3-layout .col2 {float: left;  width: 25%;}
.col3-layout .col3 {float: left;  width: 25%;}

.col3-layout .col1 .content{padding: 5px 10px 0 0; }
.col3-layout .col1 .content h1,
.col3-layout .col1 .content p {position: relative; top: -15px; }
.col3-layout .col2 .content{padding: 0 15px 0 0;}

.col3-layout .col2 h2 a {color: #B90004; text-decoration: none;}
/*.col3-layout .col2 .expand{float:right; padding: 7px 10px 0 10px;}*/
.col3-layout .col2 .expand{display: none;}
.col3-layout .col2 ul {margin-left: 20px; padding: 0 0 10px 0;}
.col3-layout .col2 p {margin-left: 20px; padding: 0;}

.col3-layout .col1 .content h2, 
.contextual-links-wrapper, 
.contextual-links-processed,
.form-item,
li.node-readmore {display: none;}

/* Main Content */

.mainContent {
  padding: 10px 0 10px 20px; 
}

p {margin: 0; padding: 7px 0;}

ul,
ol
{margin-left: 35px; padding: 7px 0;}

li {margin-bottom: 2px;}

ul li {list-style-image: url('../images/blue_bullet3.gif');}

dd{margin-bottom: 20px;}

ul ul,
ol ol,
ul ol,
ol ul
{padding: 7px 0;}

/* Slide Show */

#slideShow {
	clear: both;
	margin: 0 auto !important; 
	text-align: center !important; 
	/*width: 957px !important;*/
	width: 100% !important;
	overflow: hidden;
}

.slideNav p {right: 2% !important; top: 0px !important; z-index: 99 !important;}

.slideNav img {display: inline; max-height: 18px; max-width: 18px;}

#slideShow #s2 {margin: 0 auto !important; text-align: center !important;}

/* #slideShow #s2 {width: 100% !important;}*/

#slideShow #s2 img {
	display: block; 
	margin: 0 auto; 
	width: 100% !important;
	height: 400px !important;
	text-align: center;
}
 
/* Feedback, Contact, Complaints */
 
#staticContainer a.feedback,
#staticContainer a.feedback:visited,
#staticContainer a.feedback:hover,
#staticContainer a.feedback:active,
#staticContainer a.feedback:focus
 {color: transparent; position:fixed;top:225px;right:0px;background:url('../images/feedback.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}

#staticContainer a.contact,
#staticContainer a.contact:visited,
#staticContainer a.contact:hover,
#staticContainer a.contact:active,
#staticContainer a.contact:focus
 {color: transparent; position:fixed;top:100px;right:0px;background:url('../images/contact.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}

#staticContainer a.complaints,
#staticContainer a.complaints:visited,
#staticContainer a.complaints:hover,
#staticContainer a.complaints:active,
#staticContainer a.complaints:focus
 {color: transparent; position:fixed;top:350px;right:0px;background:url('../images/complaints.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}
 
 
#staticContainer a.cms,
#staticContainer a.cms:visited,
#staticContainer a.cms:hover,
#staticContainer a.cms:active,
#staticContainer a.cms:focus
 {color: transparent; position:fixed;top:475px;right:0px;background:url('../images/cms.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}

#staticContainerhi a.feedback,
#staticContainerhi a.feedback:visited,
#staticContainerhi a.feedback:hover,
#staticContainerhi a.feedback:active,
#staticContainerhi a.feedback:focus
 {color: transparent; position:fixed;top:205px;right:0px;background:url('../images/feedbackHi.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}

#staticContainerhi a.contact,
#staticContainerhi a.contact:visited,
#staticContainerhi a.contact:hover,
#staticContainerhi a.contact:active,
#staticContainerhi a.contact:focus
 {color: transparent; position:fixed;top:100px;right:0px;background:url('../images/contactHi.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}

#staticContainerhi a.complaints,
#staticContainerhi a.complaints:visited,
#staticContainerhi a.complaints:hover,
#staticContainerhi a.complaints:active,
#staticContainerhi a.complaints:focus
 {color: transparent; position:fixed;top:330px;right:0px;background:url('../images/complaintsHI.png') no-repeat top right; float:right;width:29px; height:133px;  z-index: 100; text-decoration: none; text-indent: -99999px;}
 
/* News */

.col3-layout .col3 .content {
	background: #195AAD/* url('../images/gradient_bkgd2.gif') repeat-x bottom left*/;
	padding: 0 0 10px 0;
	position: relative;
}

.newsBlock {padding-bottom: 10px;}

.col3-layout .col3 .content .newsBlock .content {
	background: none;
	}

.newsBlock .title {
	background: #195AAD url('../images/gradient_bkgd.gif') repeat-x top left; 
	color: #fff; 
	padding: 5px 10px;
	text-align: center;
}

.newsBlock h2 {
	background: url('../images/news.png') no-repeat 14% 0;
	color: #fff; 
	line-height: 30px; 
	padding: 0; 
}

.newsList { color: #fff; clear: both; width:100%;}

.newsList ul{
	margin: 0 0 0 10px;
	padding: 0 15px 0 0;
}

.newsList ul .field-content{
	border-bottom: 1px dotted #5384C2;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.newsList ul li{
	list-style-image: url('../images/blue_bullet.gif');
	margin-bottom: 10px;
}

.col3-layout .col3 .content a,
.col3-layout .col3 .content a:visited {color: #fff; text-decoration: none;}

.col3-layout .col3 .content a:hover,
.col3-layout .col3 .content a:active,
.col3-layout .col3 .content a:focus {color: #fff; text-decoration: underline;}

.col3-layout .col3 .content a.more,
.col3-layout .col3 .content a.more:visited{text-decoration: underline;}

.col3-layout .col3 .content a.more:hover,
.col3-layout .col3 .content a.more:active,
.col3-layout .col3 .content a.more:focus {text-decoration: none;}

.col3-layout .col3 .content #userAction {position: absolute; top: 225px; right: 15px;}

.col3-layout .col3 .content #userAction a:link, 
.col3-layout .col3 .content #userAction a:visited {text-decoration: none;}

.col3-layout .col3 .content #userAction img {display: inline; max-height: 18px; max-width: 18px;}

.col3-layout .col3 .content p {padding: 0 10px 0 15px;}

a.more,
a.more:visited{color: #333; font-size: 90%; font-weight: bold; text-decoration: underline;}

a.more:hover,
a.more:active,
a.more:focus {text-decoration: none;}

.col3-layout .col2 .content a.more,
.col3-layout .col2 .content a.more:visited,
.col3-layout .col2 .content a.more:hover,
.col3-layout .col2 .content a.more:active,
.col3-layout .col2 .content a.more:focus {color: #195AAD;}

div.vertical_scroller {
    position: relative;
    height: 170px !important;
    display: block;
    overflow: hidden;
    z-index: 11;
}
        
.scrollingtext {
    overflow: hidden;
    position: absolute;
}

/* Image List */

ul.imgList {margin: 0 auto; padding: 15px 0 0 0; width: 50%; display:inline}

ul.imgList li  {
	float: left; 
	list-style-image: url('../images/transparent.gif'); 
	margin: 3px 1.5%;
	overflow: hidden;
	width: 30%;  
}

ul.imgList li a {
	color: #1E3755; 
	font: 120% 'Century Gothic';   
	font-weight: bold;
	text-decoration: none; width: 100%;}
	
ul.imgList li a img {float: left;  border-right: 3px solid #fff;}

ul.imgList li a span {background: url('../images/blue_dot.gif') repeat-x 0 0; display: block;}
	
ul.imgList li a span span {background: url('../images/blue_dot.gif') repeat-x 0 100%; display: block;}

ul.imgList li a span span span{background: url('../images/blue_dot.gif') repeat-y 0 0; display: block;}

ul.imgList li a span span span span{background: url('../images/blue_dot.gif') repeat-y 100% 0; display: block;}

ul.imgList li a span span span span span{background: url('../images/radius_top.gif') no-repeat top right; display: block;}

ul.imgList li a span span span span span span {background: url('../images/radius_btm.gif') no-repeat bottom right;  color: #1E3755; display: block; overflow: hidden; }

ul.imgList li a span span span span span span span{display: block; padding: 14px 10px;}

ul.imgList li a span span span span span:hover,
ul.imgList li a span span span span span:active,
ul.imgList li a span span span span span:focus{
background: #1E3755 url('../images/radius_top_on.gif') no-repeat top right; 
color: #fff; 
text-decoration: none;
}

ul.imgList li a span span span span span span:hover,
ul.imgList li a span span span span span span:active,
ul.imgList li a span span span span span span:focus{
background: url('../images/radius_btm_on.gif') no-repeat bottom right; 
color: #fff;
text-decoration: none;
}

ul.imgList li p {padding: 5px 0;} 

/* Misc */

.date {color: #000; font-size: 85%; margin-bottom: 5px; margin-right: 10px;}

img {border: 0; height: auto; max-width: 100%; vertical-align: middle;}

.fltLeft {float: left;}

.fltRight {float: right; margin-left: 10px;}

.clr {clear: both;}

.center {text-align: center;}

.right {margin: 0; padding: 0; text-align: right;}

.hidethis {
	left:-10000px;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:auto;
	width:1px;
}

hr {
	border: 0 dotted #BBAE93;
	border-top-width: 1px;
	clear: both; 
	height: 0;
}

.hidden {display: none;}

/* Footer */

#footer {
	background: url('../images/blue_bkgd.gif') repeat-x top left;
	clear: both; 
	font-size: 85%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 100%;
}

#footer .footerLinks ul {margin: 0 0 5px 0; padding: 0;}

#footer .footerLinks ul li {
	display: inline;
	white-space: nowrap;
}
	
#footer .footerLinks ul li a {	
	border-right: 1px solid #C4CFD5;
	padding: 0 0.8em 0 0.4em;
}	

#footer .footerLinks ul li strong{
	border-right: 1px solid #C4CFD5;
	font-weight: bold;
	padding: 0 0.8em 0 0.4em;
}

#footer .footerLinks ul li .last {
	border-right-width: 0;
}

#footer p {display: inline; padding: 10px;}

#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:focus {color: #333;}

.div_1{width:64.5%;float:left;display:inline}
/*.div_1{width:73.5%;float:left;display:inline}*/
.div_2{width:12%;float:left;display:inline;margin: 1.5% 0 0 4%; text-align: center;}
/*.div_2{width:26.5%;float:left;display:inline;margin-top:1.5%}*/
.div_3{width:17.5%;float:left;display:inline;margin-top:1.5%}

.ifram{width: 60%;display:inline;padding:2%}
.newsList_1{width:20%;display:inline;float:right;margin-left:20px;//background-color:#C9181F;text-align:center;margin-right:30px}
.newsList_1 a{color:#195aad;padding:10px 5px;font-weight:bold}
.newsList_2{display:inline;float:left;color:#fff;display:block;padding:5px;width:70%;margin-bottom:2%;text-align:center}
.newsList_2 a{color:#fff;font-size:150%;font-weight:bold}
.newsList_2  span{padding:8px 50px;background-color:#2B8536;}

.field-name-field-link{background-color: rgb(28, 63, 119) !important; height: 50px !important; padding: 0px 0px 80px 0px !important; border: 6px solid rgb(176, 255, 255) !important;}
.field-name-field-link a{color:#fff !important;padding-left:4% !important;}

* {box-sizing: border-box;}
.homePanel1 .col-md-2,
.homePanel2 .col-md-2 {float: left; width: 16.6%;}

.homePanel1 {background: #f2f2f2; margin: 0 auto; padding: 2rem 0; overflow: hidden; width: 100%; }

.homePanel1 .col-md-2 {border: 1px dotted #ccc; background: #fff; color: #195AAD; margin: 0; padding: 0; text-align:center;}

.homePanel1 .col-md-2 h2{background: none; color: #195AAD; font-weight:600; padding: 1rem; margin: 0 0 1rem 0;  padding: 0;}

.homePanel1 .col-md-2 h2 span{border-bottom: 1px dotted #195AAD; display: inline-block; padding-bottom: 1rem;}

.homePanel1 .col-md-2 img  {box-shadow: 0 1px 0.625rem rgba(0, 0, 0, .12), 0 1px 0.625rem rgba(0, 0, 0, .24); 
}

.homePanel1 .col-md-2 a {display: block; padding: 2rem 1rem;}

.homePanel1 .col-md-2 a:hover,
.homePanel1 .col-md-2 a:focus,
.homePanel1 .col-md-2 a:active {
	background: #B90004; 
	color: #fff; 
	display: block; 
	padding: 2rem 1rem; -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	}
	
.homePanel1 .col-md-2 a:hover h2, 
.homePanel1 .col-md-2 a:focus h2,
.homePanel1 .col-md-2 a:active h2  {
	color: #fff; 
	}

.homePanel1 .col-md-2 a:hover span,
.homePanel1 .col-md-2 a:focus span,
.homePanel1 .col-md-2 a:active span  {border-bottom: 1px dotted #fff;}

.homePanel2 {background: #f2f2f2; margin: 0 auto; padding: 2rem 0; overflow: hidden; width: 100%;}

.homePanel2 .col-md-2 {background: #f2f2f2; color: #363636;  text-align:center;}

.homePanel2 .col-md-2 img {border: 1px solid #D9D9D9; border-radius: 50%; padding: 1rem; width: 150px;height: 150px; 	box-shadow: 0 1px 0.625rem rgba(0, 0, 0, .12), 0 1px 0.625rem rgba(0, 0, 0, .24); background: #fff;}

.homePanel2 .col-md-2 h2{background: none; color: #363636; font-weight:600; padding: 1rem; margin: 2rem 0 0 0; padding: 0;}

.homePanel2 .col-md-2 a {display: block; text-decoration:none; padding: 0 1rem;}

.homePanel2 .col-md-2 a:hover span,
.homePanel2 .col-md-2 a:focus span,
.homePanel2 .col-md-2 a:active span  {border-bottom: 1px solid #B90004;}

.homePanel2 .col-md-2 a:hover img,
.homePanel2 .col-md-2 a:focus img,
.homePanel2 .col-md-2 a:active img {box-shadow: 0 1px 0.625rem #B90004, 0 1px 0.625rem #B90004;}

.homePanel2 .col-md-2 a:hover,
.homePanel2 .col-md-2 a:focus,
.homePanel2 .col-md-2 a:active {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	}
	
.search-container {
  display: inline-block;
}

.search-container form {
  text-align: left;
}

.search-container button {
    padding: 6.5px 9px;
    margin-right: 16px;
    background: #195AAD;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: relative;
    top: 2.5px;
}

.search-container input[type=text] {
    font-size: 14px;
    border: 1px solid #89B6DD;
    border-radius: 5px 0 0 5px;
    box-shadow: inset 0 0 5px #89B6DD;
    color: #3B3D4A;
    padding: 5px 7px 7px 10px;
    width: 12em;
}

.search-container button:hover {
  background: #123E76;
}

.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
padding-left: 0;
position: relative;
}

.pagination__item {
background-color: #f7f7f7;
border: 1px solid #bbbbbb;
border-right-width: 0;
list-style: none;
overflow: hidden;
}

.pagination__item:last-child {
border-right-width: 1px;
}

.pagination__link {
color: #464646;
display: block;
height: 25px;
padding: 8px 11px;
min-width: 25px;
text-align: center;
text-decoration: none;
}

.pagination__link:hover {
background-color: #dddddd;
}

.pagination__link--is-disabled {
background-color: #ffffff;
}

.pagination__item--previous-page:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.pagination__item--previous-page .pagination__link {
position: relative;
}

.pagination__item--previous-page .pagination__link::before {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
border-right: 12px solid #464646;
content: '';
display: block;
position: absolute;
top: 12px;
left: 12px;
}

.pagination__item--previous-page .pagination__link--is-disabled {
pointer-events: none;
}

.pagination__item--previous-page .pagination__link--is-disabled::before {
border-right-color: #bbbbbb;
}

.pagination__item--next-page:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.pagination__item--next-page .pagination__link {
position: relative;
}

.pagination__item--next-page .pagination__link::before {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
border-right: 12px solid #464646;
content: '';
display: block;
position: absolute;
top: 12px;
right: 12px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.pagination__item--next-page .pagination__link--is-disabled {
pointer-events: none;
}

.pagination__item--next-page .pagination__link--is-disabled::before {
border-right-color: #bbbbbb;
}

.pagination__item--is-active {
background-color: #195AAD;
color: #ffffff;
}

.pagination__item--is-active .pagination__link {
color: #ffffff;
}

.pagination__item--is-active .pagination__link:hover {
 background-color: #164D94;
}

.pagination__item--is-active .pagination__link::before, .pagination__item--is-active .pagination__link::after {
border-right-color: #ffffff;
}

img.swatch-bharat-logo {
  background-color: white;
  height: 25px;
}