.GenericResponsiveTop1 { 
    background-color: #0f345e;
    color: white;
    font-size: 100%;
    padding: 0px;
    height: 142px;
}

.GRMainPage {
    background: #eaa121;
}

.GRMainPage .container {
    background: #ffffff;

}

.GenericResponsiveTop2  {
background:#041e3b;
	
}

.UWMBLogo img {

	margin-top:10px;
	width:185px;
	height:121px;
}

.UWMBName p {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    width: 155px;
    margin: 3px 0 0 20px;
    font-weight: 600;
    }

   .UWMBName {
   	position:relative;
   	top:36px;
   }

   .GRFooter {
    background: #0f345e none repeat scroll 0 0;
    height: 20px;
}

 .AndarImgExLG, .AndarImgLG {
    width:100%;
	height:auto;
	box-sizing:border-box;
}
/*-- hide the Live Unted middle footer --*/
.LUFooterLeft, .LUFooterMiddle, .LUFooterRight {
	display: none;
}
@media screen and (max-width: 480px) {



div.UWMBName p.name {
    float: left;
    font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    color: #fff;
    width: 110px;
    margin: 28px 0 0 0px;
    font-weight: 600;
    }

    .UWMBName p {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    width: 155px;
    margin: 16px 0 0 20px;
    font-weight: 600;
    }

   .UWMBName {
   	display:none;
   }

   .UWMBLogo img {

	margin-top:10px;
	width:92px;
	height:60px;
	}

	.GenericResponsiveTop1 { 
    background-color: #0f345e;
    color: white;
    font-size: 150%;
    padding: 0px;
    height: 84px;
}
/*-- force label to be no more than 50% of screen size so entry box is available --*/
.TranUDFTable .Col-UDF01Label {
	width: 50%;
}

.GenericResponsive1PArea4.col-md-4,
.GenericResponsive1PArea5.col-md-4,
.GenericResponsive1PArea6.col-md-4 {
	display:none;
}
}

/*hide title of article*/
h2.ArticleTitle {display:none;}
/*reduce article image to 80%*/
div[class^=Article] .AndarImgExLG, .AndarImgLG {width:80% !important;}
/*fix radio floating to far right*/
/*fix radio floating to far right*/
#Row386 {margin-left:0;}
#Row386 .col-sm-3 {width:75% ;padding-left:0;}


/*-----------------------------Fix Zip Code field from Survey to look like other fields (label left, field on right)---------------------------------*/
#Row1859 {
  display:flex;
  margin-left:5px;
  
  margin-right: 0;
}
#Row1859 .col-sm-3{
  width:25%;
  max-width: 25%;
  padding-left:0;
 
}
#Row1859 .col-sm-9{
 
  padding-left:10px;
 padding-right:0;
  padding-left:5px;
}

#Row1859 .col-sm-9 input{
 
  width:100%;
  max-width:100%;
  
}

@media only screen and (max-width: 768px) {
  #Row1859 .col-sm-3{
    width:100%;
    max-width:100%;
    padding-left:30px;

  }
  #Row1859 .col-sm-9{

     width:100%;
    max-width:100%;
    padding-left:30px;
  }
}
