.banner {
    background: url('/images/inner_bg.png');
    height: auto;
    position: static;
}

.content {
    color: #6d6d6d;
}


h3 a {
    color: inherit;
}

p {
    text-align: justify;
    font-size: 12pt;
    margin: 0 0 10px 0;
}


.content ul {
    list-style: none;
    margin-bottom: 40px;
}

.content ul li h3 {
    text-transform: none;
    border-bottom: 3px solid #e5e5e5;
    cursor: pointer;
    color: #02626e;
    font-family: 'Roboto';
    font-size: 14pt;
    padding-bottom: 10px;
    background: none;
    width: 100%;
    margin: 0 0 20px 0;
}


.contactdetails {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding-right: 0;
    margin-bottom: 20px;
}

.contactdetails > div {
    padding:  10px;
    background: #EEEFEF;
}

.contactdetails h3 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.contactdetails h4 {
    border-bottom: thin solid #d7d7d7;
    padding-bottom: 5px;
    color: #303030;
    margin-bottom: 0;
    margin-top: 30px;
}

.contactdetails span {
    color: #006a73;
    font-size: 10pt;
    font-weight: 400;
}

.white-box-padded {
  padding:  16px;
  background: #EEEFEF;
}

iframe {
    margin-bottom: 40px;
}

form {
    padding: 0 !important;
    margin-left: -15px;
}

form button {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    background: #0399AB;
    background-image: url('/images/bullet.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    text-indent: 15px;
    font-weight: 700;
    font-size: 10pt;
    border: none;
}

.content p {
    margin: 0;
    max-width: 75%;
    padding: 20px 20px 20px 0;
    text-align: justify;
}

@media screen and (max-width: 991px){
    .content p {
        max-width: 100%;
        padding: 0 0 20px 0;
    }
    .contactdetails {
        position: static;
        padding: 0;
    }
    .contactdetails h4 {
        margin-top: 0;
    }
    form {
        margin: 0;
    }
    .form-group {
        padding: 0;
    }
}
