footer{
  border-top: solid 2px #cccccc;
}

.footer-container{
  margin-bottom: 35px;
}

.footer-title {
  margin-top: 35px;
  margin-bottom: 30px;
}

.footer-title p{
  font-size: 20px;
  font-family: Eurostile, sans-serif;
  color: #111111;
  line-height: 0.6;
}

    .footer-title hr {
        width: 85px;
        border-top: 2px solid #d0858b;
    }

.footer-links a{
  font-family: Eurostile, sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
  display: inherit;
}

.help{
  text-align: right;
  font-size: 12px;
  margin: 0;
}

.mailing-data label,
.mailing-data input{
  width: 100%;
}

.mailing-data input{
  border: solid 1px #ccc;
  height: 38px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.mailing-data span{
  color: red;
}

.format{
  font-weight: bold;
}

.radio-btn{
  width: auto !important;
  margin-bottom: 0 !important;
  height: auto !important;
}

.mailing-data button{
  background: #33acb0;
  border: none;
  border-radius: 4px;
  color: #fff;
  margin-top: 15px;
  width: auto;
  font-size: 16px;
  /*height: 33px;*/
  padding-top:8px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
}

#mc-embedded-subscribe{
  background: #33acb0;
  border: none;
  border-radius: 4px;
  color: #fff;
  margin-top: 15px;
  width: auto;
  font-size: 16px;
  /*height: 33px;*/
  padding-top:8px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
}


.footer-bottom-section{
  background:#cfd1d2;
  padding-top:20px;
  padding-bottom: 10px;
  text-align: center;
}

.footer-bottom-section img{
	height: 90px;
}

.footer-bottom-section h1{
  font-size: 24px;
  font-family: Eurostile, serif;
}

.footer-bottom-section p{
  font-size: 14px;
  font-family: Eurostile, serif;
}

.rights-section{
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rights-section p, a{
  font-size: 14px;
  font-family: Eurostile, serif;
  color: #111111;
  margin: 0;
}

.rights-section a:hover{
  color: #111111;
}

.rights-section .links{
  text-align: center;
}

.rights-section p{
  text-align: center;
}

.social-container {
	padding-top:10px;
}

.social-container img {
    height: 40px;
    margin-right: 12px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .rights-section .links {
        text-align: right;
    }

    .rights-section p {
        text-align: left;
    }
}
