/*************/
/* css reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*******************/
/* layout elements */
/*******************/
html {
    background: #FFF;
}

body {
    background: #F5F5F5 url(images/gif/bg.gif);
    font-family: arial, sans-serif;
}

#top {
    background: #FFF;
    border-bottom: 5px solid #007BA5;
}

.top {
    height: 145px;
    background: url(images/gif/top.gif) no-repeat right 0;
}

.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    background: url(images/gif/left.gif) repeat-y;
    min-height: 580px;
}

#left {
    width: 267px;
    float: left;
    overflow: hidden;
}

.nav {
    width: 265px;
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    border: 1px solid #E9E8E8;
    border-bottom: 0;
}

.nav li {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 2px;
    background: #FFF;
    border-bottom: 1px solid #E9E8E8;
}

.nav a {
    border-left: 5px solid #AEAEAE;
    display: block;
    font-family: arial, sans-serif;
    color: #898989;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 18px;
    text-decoration: none;
}

body.home #nav-home a,
body.businesses #nav-businesses a,
body.shareholders #nav-shareholders a,
body.careers #nav-careers a,
body.contact #nav-contact a,
body.dig #nav-dig a {
    color: #131313;
    border-color: #007DB6;
}

#nav-dig a {
    color: #007DB6;
}

.nav a:hover {
    color: #131313;
    border-color: #131313;
}


#subnav {
    width: 267px;
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background: url(images/gif/subbg.gif) repeat-y;
    overflow: hidden;
}

.ie6 #subnav {
    padding: 3px 0;
}

#subnav li {
    display: block;
    overflow: hidden;
    list-style: none;
    list-style-image: none;
    margin: 0 auto;
    width: 236px;
    padding: 0 0 8px 3px;
}

.ie6 #subnav li {
    padding: 8px 0 8px 3px;
}

#subnav a {
    padding: 6px 20px;
    display: block;
    background: #EDECEC url(images/gif/subnav.gif) no-repeat;
    color: #5C5C5C;
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#subnav a:hover {
    background: #FFF url(images/gif/subnav.gif) no-repeat 0 -73px;
}

#subnav #subtop {
    width: 267px;
    height: 12px;
    background: url(images/gif/subtop.gif) no-repeat;
    padding: 0;
}

.last {
    padding-bottom: 0 !important;
}

#subnav #subbot {
    width: 267px;
    height: 10px;
    background: url(images/gif/subbot.gif) no-repeat;
    padding: 0;
}

.ie6 #subnav #subbot,
.ie6 #subnav #subtop {
    display: none;
}

#right {
    width: 671px;
    float: right;
    overflow: hidden;
    padding: 26px 0 0;
}

.ie #right {
    padding: 40px 0 0;
}

fieldset {
    background: #FFF;
    padding: 4px 18px 12px;
    margin: 0 0 26px;
}

legend {
    margin: 0;
    padding: 0 3px;
}

legend h1 {
    font-family: arial, sans-serif;
    color: #131313;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
}

legend strong {
    color: #007DB6;
}

.ie6 legend {
    margin-top: 0;
    margin-left: 0;
}

.ie fieldset {
    margin: 0 0 26px;
}

.ie legend {
    margin-top: -20px;
    margin-left: -9px;
}

p {
    color: #595959;
    font-size: 14px;
    font-family: arial, sans-serif;
    line-height: 20px;
    margin: 0;
    padding: 0 0 18px;
}

#footer {
    background: #FFF;
    border-top: 5px solid #007BA5;
    overflow: hidden;
}

.footer {
    padding: 22px 0;
    width: 940px;
}

#footer p {
    color: #5C5C5C;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, sans-serif;
    padding: 0;
    margin: 0;
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
}

#footer strong {
    color: #007DB6;
}

a {
    color: #5C5C5C;
}

a:hover {
    color: #000;
}

h2 {
    font-family: arial, sans-serif;
    color: #007DB6;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

div.shareholder {
    overflow: hidden;
    clear: both;
    padding: 5px 0;
}

div.logo {
    float: left;
    width: 240px;
    overflow: hidden;
}

.desc {
    float: left;
    width: 360px;
}

.desc p {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 10px;
}

.desc a {
    color: #007BA5;
    font-weight: bold;
}

.desc a:hover {
    color: #000;
}

.half {
    width: 270px;
    float: left;
}

.map {
    background: url(images/gif/map.gif) no-repeat right 26px;
    overflow: hidden;
    width: 960px;
    min-height: 550px;
}

.ie6 .map {
    height: 580px;
}

h3 {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0;
    font-family: arial, sans-serif;
}

.business {
    padding: 10px 0;
    clear: both;
    overflow: hidden;
}

.business a {
    color: #1182AA;
    font-weight: bold;
    text-decoration: none;
}

.business a:hover {
    color: #000;
}

.right-content {
    overflow: hidden;
    float: right;
    width: 330px;
}

dt {
    float: left;
    width: 90px;
    color: #007DB6;
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 14px;
    padding: 0 0 20px;
    line-height: 18px;
}

dd {
    float: left;
    width: 160px;
    padding: 0 0 20px;
    font-size: 14px;
    font-family: arial, sans-serif;
    line-height: 18px;
    color: #444;
}

strong {
    font-weight: bold;
}

#map {
    width: 320px;
    float: right;
    height: 400px;
    border: 1px solid #888;
    margin-bottom: 25px;
}

ul {
    padding: 0 0 14px 30px;
    font-size: 13px;
    margin: 0;
}

ul li {
    list-style: circle;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 0;
}

ol {
    list-style: decimal;
    padding: 5px 0 10px 30px;
}

ol li {
    line-height: 18px;
    margin: 0 0 4px;
    font-size: 13px;
}

/*****************/
/* website forms */
/*****************/
.formrow {
    overflow: hidden;
    clear: both;
    padding: 0 0 20px;
    zoom: 1;
}

.errormessage {
    border: 1px solid #DF8F8F;
    background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
    padding: 8px 8px 8px 33px;
    color: #585B66;
    font-size: 13px;
    margin: 5px 0 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.notice {
    background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
    border: 1px solid #A2B4EE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 8px 8px 33px;
    color: #585B66;
    font-size: 12px;
    margin: 5px 0 10px;
}

.error:focus,
.error {
    border-color: #F00;
}

form {

}

.input {
    width: 400px;
    padding: 7px 0;
    text-indent: 10px;
}

.textarea {
    width: 380px;
    max-width: 380px;
    min-width: 380px;
    padding: 7px 10px;
}

.textarea, .input {
    border: 1px solid #007BA4;
    color: #595959;
    font-size: 13px;
    font-family: arial, sans-serif;
}

label {
    width: 150px;
    display: block;
    float: left;
    font-size: 12px;
    padding: 8px 0 0;
    color: #14316C;
}

.enquiry-label {
    padding: 5px 0 15px;
}

.form h3 {
    color: #14316C;
}

.submitrow .button {
    background: #FFF;
    color: #007BA4;
    padding: 5px 20px;
    border: 1px solid #007BA4;
    cursor: pointer;
}

.submitrow .button:hover {
    background: #007BA4;
    color: #FFF;
}

.download-container,
.t-c {
    width: 128px;
    height: 60px;
    float: left;
    text-align: center;
    padding: 90px 10px 0;
    background: #EEE url(images/png/pdf.png) top center no-repeat;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
}

.download-container:hover,
.t-c:hover {
    background: #DDD url(images/png/pdf.png) top center no-repeat;
    color: #666;
}

.t-c {
    background: #007BA4 url(images/png/pdf.png) top center no-repeat;
    color: #FFF;
}

.t-c:hover {
    background: #006789 url(images/png/pdf.png) top center no-repeat;
    color: #FFF;
}

.download-items {
    padding: 20px;
    clear: both;
}

.download-item {
    background: url(images/png/pdf-small.png) left center no-repeat;
    padding: 20px 0 20px 40px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #666;
    line-height: 20px;
}

.walney-1 .walney-1-box,
.walney-2 .walney-2-box,
.sheringham .sheringham-box {
    background: #BBB url(images/png/pdf.png) top center no-repeat;
    color: #222;
    font-weight: bold;
}

.maparea {
    clear: both;
    overflow: hidden;
    padding: 0 0 20px;
}

.map_info {
    float: left;
    width: 270px;
}

.map_section {
    float: right;
    width: 350px;
    height: 400px;
    background: #AEAEAE;
}

.tab_button {
    background: #007DB6;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    float: left;
    margin: 5px 0 5px 5px;
    text-decoration: none;
}

.tab_button:hover {
    background: #444444;
    color: #E9E8E8;
}

.walney-1-map {
    background: url(images/png/walney_1_map.png) no-repeat center center;
    background-size: auto 100%;
    float: right;
    width: 350px;
    height: 300px;
}

.walney-2-map {
    background: url(images/png/walney_2_map.png) no-repeat center center;
    background-size: auto 100%;
    float: right;
    width: 350px;
    height: 300px;
}

.sheringham-map {
    background: url(images/png/sheringham_map.png) no-repeat center center;
    background-size: auto 100%;
    float: right;
    width: 350px;
    height: 300px;
}

.map-canvas {
    width: 100%;
    height: 400px;
    background: #E9E8E8;
}


.form-other-fieldset {
    padding: 0 15px;
    margin: 0;
}

.form-fieldsset {
    padding: 0 15px;
    margin: -10px 0 30px;
    border: 1px solid #007BA4;
}

.form-legend {
    font-weight: bold;
    padding: 17px 10px 0;
}


#subnav2 {
    width: 267px;
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background: url(images/gif/subbg.gif) repeat-y;
    overflow: hidden;
}

.ie6 #subnav2 {
    padding: 3px 0;
}

#subnav2 li {
    display: block;
    overflow: hidden;
    list-style: none;
    list-style-image: none;
    margin: 0 auto;
    width: 236px;
    padding: 0 0 8px 3px;
}

.ie6 #subnav2 li {
    padding: 8px 0 8px 3px;
}

#subnav2 a {
    padding: 6px 20px;
    display: block;
    background: #EDECEC url(images/gif/subnav.gif) no-repeat;
    color: #5C5C5C;
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#subnav2 a:hover {
    background: #FFF url(images/gif/subnav.gif) no-repeat 0 -73px;
}

#subnav2 #subtop2 {
    width: 267px;
    height: 12px;
    background: url(images/gif/subtop.gif) no-repeat;
    padding: 0;
}

#subnav2 #subbot2 {
    width: 267px;
    height: 10px;
    background: url(images/gif/subbot.gif) no-repeat;
    padding: 0;
}

.ie6 #subnav2 #subbot2,
.ie6 #subnav2 #subtop2 {
    display: none;
}


.left-box {
    width: 190px;
    float: left;
    font-size: 14px;
    padding-left: 10px;
}

.right-box {
    width: 190px;
    margin-right: 10px;
    float: right;
    font-size: 14px;
}

.about-bg {
    padding: 120px 0 0;
    background: url(images/png/about-bg-dtuk.png?v=1) no-repeat center top / contain;
    overflow: hidden;
    min-height: 280px;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0B0B0B;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #CCCCCC; }

.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCCCCC;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
    left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }

    .mfp-img-mobile img.mfp-img {
        padding: 0; }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */ }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

