.gray-link {
    color: #9e9e9e;
}
.PageHead h1, .PageHead h3 {
    text-align: left;
}
.homeCallToAction.PageHead h1, .homeCallToAction.PageHead h3 {
    text-align: center;
}
.language-bar {
	float: right;
	margin-top: 18px;
}
.language-bar a {
	border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    padding-top: 5px;
    margin-right: 6px;
}
.language-bar a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}
.language-bar a.en {
	
}
.language-bar a.es {
	
}



/* Login screen */
div.tx-felogin-pi1>form>fieldset:first-child {
    margin-top: 30px;
}
div.tx-felogin-pi1>form>fieldset input[name=submit] {
    margin-top: 20px;
}

/* Browser resize fix */

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}

@media screen and (max-width: 992px) {
    .jumbotron h1 {
        font-size: 40px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hero-unit {
        padding: 70px 0 !important;
    }
}

@media (max-width: 767px) {
    .hero-unit {
        padding: 50px 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    ul.navbar-nav.navbar-right > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
}



