﻿/* Faudantion Override */
::-webkit-input-placeholder {
  color: #333333;
  }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  }

:-ms-input-placeholder {
  color: #333333;
  }
  
 .server-error
 {
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
	margin-top: -1px;
	padding-left: 0.2rem;
	background: #f04124;
	color: #FFFFFF;
 }
 
.name img 
{
    display: none;
}

.top-bar a:hover 
{
	text-decoration: none;
}

.row
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 40em) 
{
    .title-area {
    }
    
    .name 
    {
    }
    
    .name img {
		height:41px;
		margin-top: 2px;
		margin-left: 2px;
		display: block;
		/*background: white;*/
    }
}

.full-width {
  max-width: 68em;
}

.footer 
{
	margin-top: 10px;
	background-color: #C3C3C3;
	padding: .2rem 1rem .2rem 1rem;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS",helvetica,arial,sans-serif;
	font-size: 11px;
}

.footer i, .footer .icon {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.footer ul {
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.1;
	margin-right: 10px;
}

.footer .country-pages li
{
	min-width: 80px;
	margin-left: 8px;
	font-weight: 310;
	font-size: .8em;
}

.footer .site-map li
{
	min-width: 150px;
	margin-left: 5px;
}

.footer a:hover
{
	color: #e6e7e8;
}

.footer ul li i {
  font-size: 35px;
}

.footer h4 {
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 5px;
}

.footer p, .footer a {
  font-weight: 300;
  font-size: .9em;
  color: #fff;
  margin-bottom: 0px;
}

.footer p 
{
	text-align:left;
	margin-left:10px;
}

@media only screen and (min-width: 40.063em) {
  .footer .columns:nth-child(n+2) {
    border-left: 1px solid #b3b3b3;
  }
}

.footer-links, .footer-member-of {
  list-style-type: none;
}

.footer-links li {
  margin-top: 0em;
}

.footer-member-of li a img
{
	margin-bottom: 5px;
}

.footer-board, .footer-board p
{
	margin-top: 5px;
	font-family: "Trebuchet MS",helvetica,arial,sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-align: center;
}
