body {
  background-color: #212721;
  margin: 0;
  padding: 30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2 {
  margin: 0;
  color: #ff6900;
  line-height: 1;
}

a {
  text-decoration: none;
  color: white;
}

#fra-links, #other-content, #central-login, #header {
  box-sizing: border-box;
  display: block;
  width: 1170px;
  margin: 0 auto; 
}

#logo {
	background: transparent url("../feedback/img/index-header-logo.svg") no-repeat;
  display: block;
	background-size: 100px;
	padding-left: 130px;
	min-height: 90px;
}

#other-content > div {
  width: 570px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-right: 30px;
  float: left; 
  background-color: rgba(0,0,0,0.5);
  padding: 15px;
  border-radius: 6px;
}

ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

li {
  border-bottom: 1px dotted #505759;
  line-height: 1.5;
}

#fra-links a {
  display: block;
  box-sizing: border-box;
  width: 370px;
  height: 360px;
  margin-right: 30px;
  padding: 15px;
  float: left;
  text-align: center;
}

#fra-links a, #central-login, #other-content > div {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.fa:before {
  width: 340px;
  height: 240px;
  display: block;
  font-size: 160px;
  line-height: 260px;
}

#fra-links a, #central-login {
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-boder-radius: 6px;
  border-radius: 6px;
  border: 2px solid rgba(255,105,0,0);
  background-color: rgba(255,105,0,1.0);
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
} 

#fra-links a:hover, #central-login:hover {
  border: 2px solid rgba(255,255,255,0.8);
}

#fra-links a:nth-child(3) {
  margin-right: 0;
}

#central-login {
  clear: left;
  height: 40px;
  line-height: 36px;
  text-align: center;
  margin-top: 390px;
}

#other-content > div:nth-child(even) {
  margin-right: 0;
}

#other-content:after {
  content: '';
  display: block;
  width: 100%;
  clear: left;
}

@media only screen and (max-width: 1260px) {
  #fra-links, #other-content {
    width: 400px; 
  }
  
  #header {
    width: 370px;
  }
  
  #fra-links a {
    margin: 30px auto 0 !important;
    float: none;
  }
  
  #fra-links a:first-child {
    margin-top: 0 !important;
  }
  
  #central-login {
    margin-top: 30px;
    font-size: 18px;
  }
  
  #central-login, #other-content > div {
    width: 370px;
    margin: 30px auto 0 !important;
    float: none !important;
  }
}