@charset "UTF-8";
/* CSS Document */
body {
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
    line-height: 1.42857;
}
a {
	color: #003065;
	text-decoration: underline;
}
p {
    margin: 10px 0;
}
ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color:#003065;
	font-size: 28px;
	line-height: 32px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	line-height: 26px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
hr {
    border-color: #666;
}
.row {
	margin: 0px;
}
button.css3button {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #003065;
	padding: 10px;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 0px;
	border: 1px solid #003065;
	cursor: pointer;
	/* -webkit-box-shadow: 2px 2px 6px 0px rgba(150,150,150,1);
	-moz-box-shadow: 2px 2px 6px 0px rgba(150,150,150,1);
	box-shadow: 2px 2px 6px 0px rgba(150,150,150,1); */
}

button.css3button:hover {
	text-decoration:underline;
}
.findAgentBut {
	width: 100%;
}
button.smallerButton {
	font-size: 13px;
	padding: 3px;
}
label {
	font-weight: normal;
}
	
.blightb {
	font-weight: bold;
	color: #3094c6;
}
.bdarkb {
	font-weight: bold;
	color: #003065;
}

.navbar-default {
    background-color: #fff;
    border: none;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-nav {
    float: none;
	clear: both;
	width: 100%;
	margin-top: 10px;
	
}
.navbar-header {
	width: 100%;
	margin-top: 10px;
}
.navbar-header div[class^="col-"] {
	padding: 0;
}
.nav > li {
    background-color: #2a69a4;
	width: 11%;
	height: 32px;
	margin: 0.05%;
}
.nav > li:first-child {
    margin-left: 0px;
}
.nav > li:last-child {
    margin-right: 0px;
	width: 12.5%;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding: 0px;
    padding-top: 10px;
	font-size: 12px;
    line-height: 1.1em;
    text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a#prodBut{
    padding-top: 3px;
}
.navbar-default .navbar-nav > li > a.nav2lines {
    padding-top: 3px;
}
/*.navbar-default .navbar-nav > li > a:hover {
	color: #76B8D9;
}*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3094c6;
    color: #fff;
}

.navbar-default .navbar-nav > li > {
	color: #fff;
}
 .navbar-default .navbar-nav > li:hover {
	background-color: #ed2024;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color:#ed2024;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ed2024;
    color: #fff;
}

.dropdown-menu {
    background-color: #2a69a4;
}
.dropdown-menu > li > a {
    color: #fff;
	font-size: 12px;
    text-transform: uppercase;
	text-decoration: none;
}
.navbar-header .secondaryNav {
	float: right;
	margin-top: 15px;
}
.navbar-header #languages {
	font-size: 16px;
	font-weight: bold;
}
.navbar-header #languages a {
	display: inline-block;
	margin-right: 8px;
	color: #408CC1;
	text-decoration: none;
}
.navbar-header #searchForm {
	float: right;
	margin-top: 15px;
}
.navbar-header #search {
	float: left;
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #E8E7E8;
	height: 20px;
	border: 1px solid #666;
	margin-top: 3px;
	height: 22px;	
}
.navbar-header #tipue_search_input {
	padding: 0px;
	border: none;
	background-color: #E8E7E8;
	font-size: 12px;
	color: #666;
	width: 122px;
	
}
.navbar-header #tipue_search_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #4890C2;
	color: #FFF;
	width: 35px;
	height: 22px;
	margin-top: 3px;
	margin-left: -5px;
	font-size: 12px;
	height: 22px;
}
.navbar-header #privacyLink a{
	margin-top: 20px;
	margin-left: 1px;
	float: left;
	font-size: 12px;
	color: #408CC1;
}
.red-bordered-box {
	border: solid 3px #fc091b;
	margin-top: 4px;
}
.red-bordered-box .red-box {
	background-color: #fc091b;
	color: #fff;
	text-transform: uppercase; 
	font-size: 18px;
	padding: 4px;
}
.red-bordered-box .white-box {
	padding: 4px;
	font-size: 17px;
}
#freeSpecialized {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2668a8;
	text-align: center;
	line-height: 1.1em;
	margin-top: 10px;
}
#freeSpecialized .freeRed {
	color: #ed2024;
	font-size: 64px;
	line-height: 1.0em;
	
}
.homeMsg {
	color: #ed2024;
	font-size: 16px;
	line-height: 1.2em;
	border-top: solid 1px #ed2024;
	padding-top: 5px;
}
.homeMsg.msgBlack, .homeMsg.msgBlack p {
	color: #000000 !important;
}
#homeApplyNowBut {
	font-size: 32px;
	line-height: 1em;
	padding-top: 6px;
	font-weight: bold;
	color: #FFF;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	width: 210px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/Apply-Now-Button2.png);
	background-size:100% auto;
	background-repeat: no-repeat;
}
#applyNav {
	display: none;
}

#applyNav ul {
	list-style-type: none;
	position: absolute;
	left: 190px;
	top: 0px;
	z-index: 500;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1em;
	text-shadow: none;
	text-transform: none;
	background-color: #fff;
	border: 1px solid #FFF;
}
#applyNav ul li {
	background-color: #2a69a4;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #fff;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}
#applyNav ul li a {
	color: #fff;
	text-decoration: none;
	
}

 /* ----- Ribbon ---------------------------------------*/ 
.wrapper {
  font: bold 28px Verdana;
  text-align: center;
  padding-top: 25px;
  color: #FFFFFF;
  margin: 10px auto;
  width: 200px;
  height: 225px;
  background: #ed2024;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         5px 5px 5px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 90;
}


.ribbon-red {
  float: left;
  font: bold 12px Sans-Serif;
  color: #FFFFFF;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 12px 0;
  left: 150px;
  top: 51px;
  width: 220px;
  background-color: #EA1F1F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EA1F1F), to(#F06B6B)); 
  background-image: -webkit-linear-gradient(top, #EA1F1F, #F06B6B); 
  background-image:    -moz-linear-gradient(top, #EA1F1F, #F06B6B); 
  background-image:     -ms-linear-gradient(top, #EA1F1F, #F06B6B); 
  background-image:      -o-linear-gradient(top, #EA1F1F, #F06B6B); 
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-red:before, .ribbon-red:after {
  content: "";
  border-top:   3px solid #8A0000;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before {
  left: 0;
}
.ribbon-red:after {
  right: 0;
}​

.spanish #freeSpecialized{
	 font-size: 24px;
	 line-height: 24px;
 }
.spanish  #freeSpecialized .freeRed{
	  font-size: 40px;
 }
.spanish #freeSpecialized .freeMobile {
	 font-size: 22px;
	 line-height: 25px;
	 
 }
.spanish  #homeApplyNowBut{
	 height: 80px;
	 width: 275px;
	 background-image: url("../images/Apply-Now-ButtonES2.jpg");
	 font-size: 28px;
 }
#cycler{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	overflow: hidden;
}
#cycler img{
	position:absolute;
	z-index:1;
}
#cycler img.active{
	z-index:3;
}
#homeIntro {
	margin-top: 20px;
	font-size: 16px;
}
#homeApplySteps h1 {
	text-align: center;
}
#homeEligSteps h1 {
	text-align: center;
	padding-left: 45px;
}
.applySteps {
	margin-top: 15px;
}
.applySteps ol {
	padding-left: 0px;
}
.steps {
	margin-bottom: 20px;
}
.steps li.numbered{
	position: relative;
	display: block;
	padding: 0.3em;
	*padding: .3em;
	margin: 0.3em 0 0.5em 2em;
	line-height: 1.4em;
	
}
.steps li.numbered:before{
	content: counter(li) ;
	counter-increment: li;
	position: absolute;
	left: -2em;
	top: 1.5em;
	margin-top: -1em;
	background: #003065;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.steps li.numbered:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	z-index: 0;	
}
#homeDownloadAppBut {
	font-size: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#homeDisclaimer {
	font-size: 11px;
	margin-top: 25px;
}
#homeTAF {
	float: right;
}
#homeEligList {
	float: left;
}
.footer {
	/*margin-top: 40px;*/
	margin-top: 10px;
	background-color: #003065;
	/* background-image: url(../images/footer-bg.jpg); */
	background-repeat: no-repeat;
	min-height: 155px;
	background-size:100% auto;
	color: #fff;
	padding-top: 65px;
}
.footer a {
	color: #fff200;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer #footerCopy {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 5px;
	padding-bottom: 10px;
}
.footer #footerCopy img {
	float: left;
	margin: 5px;
	margin-bottom: 40px;
}
.footer #footerNewsLink {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
}
#mobileMenuRow {
	background-color: #2b69a4;
	padding: 7px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mobileMenu {
	font-size: 15px;
	width: 255px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f5f5f5;
	padding: 5px;
	border: 1px solid #666;
}
.serviceGoogleMap {
	float: left;
	width: 400px;
	height: 410px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-bottom: 10px;
}
.serviceDrawnMap {
	margin-bottom: 10px;
}
.certAgent {
	border-radius: 6px;
	color: #FFF;
	
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-top: 5px;
	line-height: 32px;
	/*width: 165px;*/
}
.certAgent a{
	color: #FFF;
	text-decoration: none;
}
.certAgentSpan {
	border-radius: 6px;
	color: #FFF;
	margin-left: 610px;
	background-color: #2767a7;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-top: -20px;
	width: 165px;
	float: left;
}
.certAgentSpan a{
	color: #FFF;
	text-decoration: none;
}
.certAgentSpanLocations {
	border-radius: 6px;
	color: #FFF;
	margin-left: 610px;
	background-color: #2767a7;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-top: -50px;
	width: 165px;
	float: left;
	margin-bottom: 20px;
}
.certAgentSpanLocations a{
	color: #FFF;
	text-decoration: none;
}
.servTitle{
	font-size: 34px;
	color: #3761A3;
	padding-right: 30px;
	font-weight: bold;
	line-height: 38px;
	/*float: left;*/
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.reqd {
	color: #F00;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
#applyPage p, #applyPage td, #applyPage li {
	font-size: 15px;
}
#contactFooter h3 {
	color: #000;
	padding: 0px;
	font-size: 34px;
	font-weight: normal;
}
#contactFooter h1 {
	font-size: 34px;
}
#contactFooter #contactHours td {
	font-size: 18px;
}
#privacyPolicy li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#thankYouNav {
	
}
#thankYouNav div {
	background-color: #2a69a4;
	padding: 4px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	margin-right: 2px;
	margin-top: 2px;
	height: 45px;
	
}
#thankYouNav div a {
	color: #fff;
	text-decoration: none;
}
#thankYouNav div:last-child {
	margin-right: -12px;
}
.videoThumb, .videoThumbXS {
	margin: 10px;
	border: none;
	cursor: pointer;
}

#dialog-modal {
	display: none;
}
#agentsTable th {
	text-align: left;
	font-size: 12px;
	background-color: #000;
	font-weight: normal;
	color: #fff;
	vertical-align: top;
	padding: 4px;
}
#agentsTable th:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#agentsTable td {
	text-align: left;
	font-size: 12px;
	background-color: #fff;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 4px;
	padding-bottom: 15px;
}
#agentsTable .contactDetails td {
	display: none;
	border: none;
	
}
#agentsTable .contactDetails div {
	float: left;
	margin-left: 40px;
}
#agentsTable .agentContact {
	text-decoration: underline;
	cursor: pointer;
}
.univisionBut {
	margin-top: 15px;
	cursor: pointer;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

@media (min-width: 960px) {
  .container {
    width: 960px;
  }
  
}
@media (max-width: 959px) {
  .navbar-default .navbar-nav > li > a {
	font-size: 11px;
	
  }
  .navbar-default .navbar-nav > li > a#prodBut {
    padding-top: 5px;
  }
  .navbar-header #languages {
	font-size: 13px;
  }
  .navbar-header #languages a {
	margin-right: 4px;
 }
  
  .footer {
	padding-top: 40px;
  }
 .footer #footerNewsLink {
	font-size: 14px;
  }
  #homeEligList {
	margin-top: -40px;
}
.spanish #freeSpecialized{
	 font-size: 22px;
 }
.spanish  #freeSpecialized .freeRed{
	  font-size: 30px;
 }
 .spanish .red-bordered-box .red-box {
	font-size: 14px;
}
.spanish .red-bordered-box .white-box {
	font-size: 14px;
}
}
@media (max-width: 767px) {
	div[class^="col-"] {
		padding-left: 7px;
		padding-right: 7px;
	}
	.container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-header .secondaryNav {
	float: none;
	margin-top: 15px;
	}
	.navbar-header #languages {
		text-align: center;
	}
	.navbar-header #searchForm {
		float: none;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		width: 250px;
	}
	.navbar-header #tipue_search_input {
		width: 200px;		
	}
	#freeSpecialized {
		font-size: 24px;
		line-height: 1.3em;
		margin-top: 0px;
	}
	#freeSpecialized .freeRed {
		font-size: 24px;
		line-height: 1.3em;
	}
	.spanish #freeSpecialized {
		font-size: 12px;
		line-height: 1.3em;
		margin-top: 0px;
	}
	.spanish #freeSpecialized .freeRed {
		font-size: 14px;
		line-height: 1.3em;
	}
	#homeApplyNowBut {
		font-size: 20px;
		line-height: 1em;
		padding-top: 6px;
		margin-top: 15px;
		height: 45px;
		width: 120px;
	}
	.spanish #homeApplyNowBut {
		font-size: 16px;
		padding-top: 6px;
		height: 75px;
	}
	 /* ----- Ribbon ---------------------------------------*/ 
	.wrapper {
	font: bold 21px Verdana;
	text-align: center;
	padding-top: .5em;
	color: #CCCCCC;
	margin: 5px auto;
	width: 135px;
	height: 145px;
	background: #ed2024;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 4px rgba(0,0,0,0.3);
	box-shadow:         3px 3px 3px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90;
	}

	.ribbon-wrapper-red {
	width: 55px;
	height: 58px;
	overflow: hidden;
	position: relative;
	top: 3px;
	right: 5px;
	z-index: 90;
	}

	.ribbon-red {
	float: left;
	font: bold 8px Sans-Serif;
	color: #CCCCCC;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 12px 0;
	left: 150px;
	top: 51px;
	width: 220px;
	background-color: #EA1F1F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EA1F1F), to(#F06B6B)); 
	background-image: -webkit-linear-gradient(top, #EA1F1F, #F06B6B); 
	background-image:    -moz-linear-gradient(top, #EA1F1F, #F06B6B); 
	background-image:     -ms-linear-gradient(top, #EA1F1F, #F06B6B); 
	background-image:      -o-linear-gradient(top, #EA1F1F, #F06B6B); 
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	}

	.ribbon-red:before, .ribbon-red:after {
	content: "";
	border-top:   3px solid #8A0000;   
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
	}	
	
	#homeIntro {
	 	font-size: 100%;
	}
	#homeEligList {
	margin-top: 0px;
}
	#homeEligSteps h1 {
		padding-left: 0px;
		margin-top: 40px;
	}
	.steps li.numbered{
		margin-left: 0.1em;
	}	
	#homeDisclaimer {
		margin-top: 10px;
	}
	.footer {
		margin-top: 25px;
		padding-top: 30px;
    }
	.footer #footerCopy {
		margin-top: 15px;
	}
	#applyNav ul {
		left: 130px;
		top: -30px;
		font-size: 18px;
	}
	.applySteps ol {
    padding-left: 30px;
	}
	#applyPage .findAgentBut {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 460px) {
	#freeSpecialized {
		font-size: 12px;
		line-height: 1.3em;
		margin-top: 0px;
	}
	#freeSpecialized .freeRed {
		font-size: 14px;
		line-height: 1.3em;
	}
	#homeApplyNowBut {
		font-size: 14px;
		line-height: 1em;
		padding-top: 6px;
		margin-top: 5px;
		height: 35px;
		width: 110px;
	}
	#applyNav ul {
		left: 130px;
		top: -35px;
		font-size: 14px;	
	}
	#applyNav ul li {
		padding: 6px;
		padding-left: 10px;
		padding-right: 10px;	
	}
	.spanish #freeSpecialized {
		font-size: 12px;
		line-height: 1.3em;
		margin-top: 0px;
	}
	.spanish #freeSpecialized .freeRed {
		font-size: 14px;
		line-height: 1.3em;
	}
	.spanish #homeApplyNowBut {
		font-size: 14px;
		padding-top: 6px;
		margin-top: 5px;
		height: 75px;
		width: 100px;
	}
	
	 /* ----- Ribbon ---------------------------------------*/ 
	.wrapper {
	font: bold 14px Verdana;
	text-align: center;
	padding-top: .25em;
	color: #CCCCCC;
	margin: 5px auto;
	width: 100px;
	height: 105px;
	background: #ed2024;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 2px rgba(0,0,0,0.3);
	box-shadow:         2px 2px 2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90;
	}

	.ribbon-wrapper-red {
	width: 35px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 90;
	}

	.ribbon-red {
	float: left;
	font: bold 26px Sans-Serif;
	color: #CCCCCC;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 5px 0;
	left: 150px;
	top: 51px;
	width: 220px;
	background-color: #EA1F1F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EA1F1F), to(#F06B6B)); 
	background-image: -webkit-linear-gradient(top, #EA1F1F, #F06B6B); 
	background-image:    -moz-linear-gradient(top, #EA1F1F, #F06B6B); 
	background-image:     -ms-linear-gradient(top, #EA1F1F, #F06B6B); 
	background-image:      -o-linear-gradient(top, #EA1F1F, #F06B6B); 
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	}

	.ribbon-red:before, .ribbon-red:after {
	content: "";
	border-top:   3px solid #8A0000;   
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
	}	
	#homeEligList {
	margin-top: -20px;
}
	
}
@media (max-width: 340px) {
	.navbar-header #languages {
	font-size: 12px;
  }
  .navbar-header #languages a {
	margin-right: 2px;
 }
}
 

.navbar-header .graybkg {
	background-color:#eeeeee;
}

#outer
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
	padding: 10px;
}

.inner a {
	color: #003065;
	font-weight: 600;
	font-size: 20px;
}