
.container {
    margin: 1.5em auto;
}

a {
    color: #000;
    text-decoration: underline;
}

header {
    border-bottom: 8px solid #D9D9D9;
    margin-bottom: 2em;
    padding-bottom: 2em;
    overflow: hidden;
}

header nav {
    float: right;
}

header nav ul {
    padding-top: 60px;
    margin: 0;
}

header nav ul li {
    padding-left: 1em;
    display: block;
    float: left;
}

header nav ul li a {
    color: #000;
    padding-right: 18px;
    display: block;
    background: transparent url('../img/arrow-pink-down.png') no-repeat right center;
    text-decoration: none;
}

/*.logo {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 412px;*/
/*    height: 72px;*/
/*    background: transparent url('../img/logo.png') no-repeat left top;*/
/*    text-indent: -10000px;*/
/*    direction: ltr;*/
/*}*/

.hero {
    background: #DA1E5D;
    color: #FFF;
    overflow: hidden;
}

.hero .text {
    padding: 2em;
}

.hero .text p:last-child {
    margin-bottom: 0;
}

.hero .image {
    border-left: 4px solid #FFF;
    float: left;
}

.hero .image img {
    width: 100%;
}

.border {
    border-top: 8px solid #D9D9D9;
    border-bottom: 8px solid #D9D9D9;

    margin: 2em 0;
    padding: 2em 0;
}

.border-bottom {
    border-bottom: 8px solid #D9D9D9;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.border-top {
    border-top: 8px solid #D9D9D9;
    padding-top: 1em;
}

.heading {
    font-size: 18px;
    line-height: 27px;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}

.btn-primary {
    background-color: #DA1E5D;
    background-image: none;
    filter: none;
}

.btn-primary:hover {
    background-color: #821237;
}

textarea, input[type=text], input[type=password] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea {
    width: 400px;
}

footer {
    padding: 1em 0;
}

footer p {
    float: left;
}

.designedby {
    float: right;
    color: #666;
}

.designedby a {
    color: #666;
}

.survey input[type="radio"], .survey input[type="checkbox"] {
    margin-right: 15px;
    margin-left: 10px;
    margin-top: -2px;
}

.survey input[type="checkbox"] {
    margin-top: -1px;
}

.survey td, .survey th {
    text-align: center;
    padding: 5px;
    width: 200px;
    vertical-align: middle;
}

.survey .question {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #CCC;
}

.survey .question-text {
    margin-bottom: 20px;
}

.survey .hidden-question {
    opacity: 0.5;
}

/* Spam control, this should be hidden */
input.reg-telephone {
    display: none;
}

.info h3 {
    cursor: pointer;
}

.logo {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 14px 0 0 0;
}

.logo:hover {
    text-decoration-line: none;
}

.logo h1 {
    color: rgb(218 30 93);
    font-size: 1rem;
    margin: 0;
}

.logo h1 span {
    font-size: 0.75rem;
    color: black;
    font-family: Arial, sans-serif;
    margin:0;
    display: block;
}

@media (min-width: 1280px) {
    .logo h1 {
        font-size: 2rem;
    }
    .logo h1 span {
        font-size: 1rem;
    }
}