html{
    font-family: sans-serif, arial;
    line-height: 1.25em;
    overflow: hidden;
}

body {
    background: #efefef;
}
    
.container{
    display: block;
    margin: 0 auto;
    width: 920px;
    padding: 2% 0 3% 0;
}
form{
    display: block;
    margin:0 auto;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    background: #FFFFFF;
}
.header{
    padding: 1px 15px;
    background: #0072bc;
    color: white;
}
h1{
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
h2{
  color: #0072bc;
  font-weight: normal;
}
h3
{
    font-size: 16px;
    font-weight: normal;
}

img.captcha{
float: right;
margin-right: 5%;
}

.required{
    color: red;
}

.powermail_radio  {
      width: 25%;
}

.radio_buttons{
    width: 45% !important;
    display: block !important;
}

.heading{
    color: #000000;
}

.subheading {
    padding: 1% 0 2% 0;
    color: #000000;
    font-weight: normal;
}

.form_header {
    /* text-align: justify; */
    display: block;
    margin: 0 auto;
    text-align: center;
}
.mob_header{
     display: none;   
}
.nhs_logo {
    display: inline-block;
    width: auto;
    height: 110px;
    float: right;
}
.formfield * {
  vertical-align: middle;
}
.form_header:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#reason{
    width: 52%;
    height: 30px;
}
.reason{
    width: 52%;
    height: 30px;
}
select {
    width: 50%;
    height: 30px;   
}
{
    width: 52%;
    height: 30px;
}
.title {
    text-align: left;
    display: inline-block;
    padding: 0 1% 10px 0;
    text-transform: uppercase;
}
.section_header{
    font-size: 18px;
}
.textbox-blue-white-text
{
    padding:2%;
    margin: 1% 0 1% 0;
}
textarea{
    border: 1px solid #dcd9d9;
    border-radius: 2px;
    width: 50%;
    padding: 7px;
    font-family: sans-serif, arial;
    line-height: 1.25em;
    background: rgb(241 244 255);
}
.question-bold
{
    color:white;
    font-weight: bold;
}

.info
{
    color:white;
}

.textbox-blue-white-text li
{
    color:white;
    list-style: circle;
}

.content-review-process, .making-your-request
{
    background-color:#CCC;
    padding:2%;
    margin:1% 0 1% 0;
    border:solid 2px black; 
}

input
{
    display: inline-block !important;
    width:50%;
    border:1px solid #dcd9d9;
    padding: 7px 0;
    border-radius: 2px;
    background: rgb(241 244 255);
}
.styled-select {
    background: #ffffff;
    width: 51.5%;
    border: 1px solid #dcd9d9;
    line-height: 1;
    border-radius: 0;
    height: 34px;
    padding-left: 5px;
    -webkit-appearance: none;
}
.align-inputs
{
  background-color: #FFFFFF;
  padding: 2%;
}

.align-inputs label
{
    display: inline-block;
    width: 400px;
    margin: 2% 0 2% 0px;
    color: black;
}

input[type="submit"]
{
    font-size: 1.5em;
    width:100%;
    background-color:#0072bc;
    color:white;
    border:0;
    padding:1%;
    font-family: sans-serif, arial;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
} 
input:hover[type="submit"]
{
    background-color:#0072bcd9;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    cursor: pointer;
}
.mail-success {
    padding: 2%;
    /* margin: 0 auto; */
    /* border: solid 2px lightblue; */
    background-color: #607D8B;
}
.mail-success p
{
    text-align:center;
    color:white;
}

.mail-success a
{
    color:white;
}

.radio_container{
    display: inline; 
    float: right; 
    width: 470px;
}

@media only screen and (max-width:768px){

  html {
    overflow: scroll !important;
  }

    #reason{
        width: 103%;
    }
    select {
        width: 103%;
    }
    .align-inputs {
        padding: 2% 10%;
        /* width: 96%; */
    }
    .align-inputs label {
        width: 100%;
    }
    .form_header {
        /* text-align: justify; */
        display: none;   
        margin: 0 auto;
        text-align: center;
    }
    .section_header{
        font-size: 15px;
    }
    .mob_header{
        display: block;   
        margin: 0 auto;
        height: 75px;
        text-align: center;
    }
    .container {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    input {
        width: 95%;
    }
    textarea {
        width: 100%;
    }
    .gr8_logo {
        display: inline-block;
        width: 120px;
        height: 120px;
    }
    .checkbox{
        display: block;
    }
    .title {
        text-align: center;
        /* display: inline; */
        padding: 10px 0% 0 0;
    }
    .nhs_logo {
        display: inline-block;
        width: auto;
        height: 100px;
        float: right;
        padding-top: 10px;
        padding-right: 10px;
    }
    .subheading {
        padding: 3% 0 0% 0;
        color: #000000;
        font-weight: normal;
    } 
    .radio_container{
        display: inline; 
        float: none;
        width: 470px;
    }
}
@media only screen and (max-width:425px){
    
    .html{
        background: white;
    }
    .mob_header{
        height: 0px;
    }
    #reason{
        width: 99%;
    }
    select {
        width: 99%;
    }
    .radio{
        width: 25% !important;
        margin-top: 2em;
    }
    .nhs_logo {
        width: auto;
        height: 90px;
    }
    .title {
        display: block;
        padding: 110px 0% 0 0;
    }
    .powermail_radio  {
      width: 25%;
    }
    textarea {
        width: 95%;
    }
    .subheading {
        padding: 3% 0px 0% 5px;
    }
    .align-inputs {
        padding: 2% 2%;
        /* width: 96%; */
    }
    img.captcha{
        float: none;
        margin-right: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    h1{
        font-size: 19px;
    }
}
