﻿-------------------------------------------------
	 HIE site redesign
-------------------------------------------------*/

@font-face {
    font-family: 'intro_lightregular';
    src: url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.eot');
    src: url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.eot#iefix') format('embedded-opentype'), url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.woff') format('woff'), url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.ttf') format('truetype'), url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.svg#intro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Intro Light';
    src: url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.eot');
    src: url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.eot#iefix') format('embedded-opentype'), url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.woff') format('woff'), url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.ttf') format('truetype'), url('/public/20190906202931oe_/http://hie.co.uk/assets/fonts/intro_light-webfont.svg#intro_light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------
	HTML reset
-------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, .hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*-------------------------------------------------
	Universal Styles
-------------------------------------------------*/
html, body {
    color: #5a5a5a;
    font-family: Tahoma, Arial, Geneva, sans-serif;
}

body {
    background: #F2F2F2;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
    color: #008ccd;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

    a:hover {
        color: #000;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

p {
    margin: 0 0 10px;
}

ol, ul {
    list-style: none outside none;
}


/*-------------------------------------------------
	Clear fixes
-------------------------------------------------*/
.clear {
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
    clear: both;
    background: black;
    visibility: hidden;
}

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cf {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}
/* End hide from IE-mac */

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address, section {
    display: block;
}

/*-------------------------------------------------
	Core containers
-------------------------------------------------*/

body {
    background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/bg.jpg) repeat center top #ececed;
    width: 100%;
}

/*
#container {
    background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/section-bg.png) repeat-y center top;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    min-width: 940px;
}
*/

#container {
    display: block;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0 0 7px 0 rgba(190,190,190,1);
    box-shadow: 0 0 7px 0 rgba(190,190,190,1);
}

.wrap940 {
    margin: 0 auto;
    width: 940px;
    padding: 0;
    z-index: 1;
    position: relative;
}

#back-to-top {
    margin: 0 auto;
    background: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/hillsfooter.png');
    position: relative;
    width: 920px;
    padding: 10px 10px 275px 10px;
}

    #back-to-top a {
        background: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/backtotop.png') left center no-repeat;
        padding-left: 20px;
        color: #fff;
        position: absolute;
        bottom: 25px;
        left: 40px;
        font-size: 14px;
    }

        #back-to-top a:hover {
            color: #8adcff;
        }

#content-container {
    padding-bottom: 30px;
    float: left;
}

.hgroup {
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
    min-height: 150px !important;
    max-height: 195px !important;
}

.two-col .hgroup {
    float: left;
    margin: 0 20px 20px 0;
}

.hgroup img {
    margin: 0;
    display: block;
}

.hgroup h3 {
    margin: 0;
    padding: 0;
}

    .hgroup h3 a {
        display: block;
    }

        .hgroup h3 a span {
            bottom: 0;
            color: #FFFFFF !important;
            min-height: 38px;
            left: 0;
            line-height: 20px;
            padding: 9px 18px 13px;
            position: absolute;
            width: 150px;
            margin-bottom: 0;
            display: block;
        }

/*-------------------------------------------------
	Footer Css
-------------------------------------------------*/
#footer {
    margin: 0 auto;
    width: 940px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

    #footer h4 {
        color: #5a5a5a;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 15px;
    }

    #footer a.subscribe {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        padding: 0;
        color: #ffffff;
        background-color: #008ccd;
        border-bottom: 3px solid #0064a1;
        font-size: 15px;
        font-weight: 100;
        line-height: 42px;
    }

    #footer a.twitter,
    #footer a.facebook,
    #footer a.linkedIn,
    #footer a.instagram  {
        padding: 3px 0 0 36px;
        font-size: 15px;
        height: 25px;
        float: left;
    }

    #footer a.twitter {
        background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/twitter.gif) no-repeat left top;
        margin-right: 19px;
    }

    #footer a.facebook {
        background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/facebook.gif) no-repeat left top;
    }

    #footer a.linkedIn {
        background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/linkedIn.gif) no-repeat left top;
        margin-right: 10px;
        margin-top: 10px;
    }

    #footer a.instagram {
        background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/instagram.gif) no-repeat left top;
        margin-top: 10px;
    }

    #footer ul {
        float: left;
    }

        #footer ul li {
            display: block;
        }

            #footer ul li.sitemap > ul > li {
                padding-bottom: 6px;
            }

/*-------------------------------------------------
	Column Sizes
-------------------------------------------------*/
.col3, .col4, .col5, .col6, .col7, .col8 {
    float: left;
    margin: 0 20px 20px 0;
    overflow-x: hidden;
}

    .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last {
        margin-right: 0;
    }

      .col3.reset, .col4.reset, .col5.reset, .col6.reset, .col7.reset, .col8.reset {
          clear: left;
      }

.col12 {
    width: 940px;
}

.col8 {
    width: 620px;
}

.col7 {
    width: 540px;
}

.col6 {
    width: 460px;
}

.col5 {
    width: 380px;
}

.col4 {
    width: 300px;
}

.col3 {
    width: 220px;
}

.col2 {
    width: 140px;
}

/*-------------------------------------------------
	Site header
-------------------------------------------------*/
#header {
    width: 940px;
    margin-bottom: 21px;
    float: left;
}

    #header h1#logo {
        float: left;
        margin: 0;
        position: relative;
        padding: 20px 0 0 0;
    }

        #header h1#logo a {
            background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/highland-and-islands-enterprise.png) no-repeat scroll 0px 0px;
            width: 222px;
            float: left;
            height: 99px;
            position: relative;
            text-indent: -9999px;
        }

    #header h2 {
        float: right;
        position: relative;
        font-size: 24px;
        line-height: 32px;
        color: #61b51a;
        font-family: Tahoma, Arial, Geneva, sans-serif;
        border: 0 none;
        margin: 0;
        padding: 0;
        clear: none;
    }

    #header span {
        color: #162b72;
    }

/*-------------------------------------------------
	Breadcrumbs
-------------------------------------------------*/
#breadcrumbs {
    float: left;
    margin: 0 0 17px;
    width: 940px;
    padding: 0;
    font-size: 11px;
}

#growth-sector #breadcrumbs {
    margin: 0 0 20px;
}

#breadcrumbs span {
    color: #575757;
}


/* signpost grid */
#grid {
    margin-bottom: 50px;
}

    #grid h3 {
        margin: 0;
    }



.divider {
    background: url("/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/section-divider.png") repeat-y scroll center center transparent;
    background-repeat: no-repeat;
    float: left;
    height: 1px;
    width: 100%;
}

.divider.blue {
    margin: 10px 0;
    border-top: 5px solid #008ccd;
}

.map-features {
    float: right;
    width: 300px;
}



/*-------------------------------------------------
	Staff Directory
-------------------------------------------------*/
.staff-search {
    float: left;
    margin-top: 20px;
    clear: both;
    width: 100% !important;
}

.staff-detail, .staff-location {
    margin-bottom: 50px;
}

    .staff-detail .address, .staff-detail .contact-info {
        display: inline-block;
        vertical-align: top;
        float: left;
    }

    .staff-detail .address {
        margin-right: 20px;
        width: 300px;
    }

    .staff-detail .contact-info {
        width: 220px;
    }

    .staff-location a {
        float: right;
    }

    .staff-detail h3 {
        color: #009ddf;
        margin-bottom: 10px;
        padding: 0;
    }

    .staff-detail h4 {
        margin-bottom: 20px;
    }

    .staff-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .staff-detail a.button {
        float: left;
    }

    .staff-detail .contact-info {
        color: #008ccd;
    }

        .staff-detail .contact-info span {
            color: #808080;
            font-weight: bold;
        }

.staff-search p {
    margin-top: 10px;
    clear: both;
}


/* board members */
ul#board-members {
    width: 560px;
    float: left;
}

    ul#board-members li {
        width: 560px;
        float: left;
        padding: 20px 0 0 0;
        background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/grey-underline.gif);
        background-repeat: repeat-x;
        background-position: bottom left;
    }

        ul#board-members li.first {
            padding: 0;
        }

        ul#board-members li.last {
            background: none;
        }

        ul#board-members li div.image {
            width: 166px;
            height: 166px;
            margin-right: 20px;
            display: block;
            float: left;
        }

            ul#board-members li div.image img {
                display: block;
                width: 166px;
            }

        ul#board-members li div.member-info {
            width: 370px;
            float: left;
        }

            ul#board-members li div.member-info h3 {
                margin: 0;
                padding: 0 0 7px 0;
            }

            ul#board-members li div.member-info h4 {
                margin: 0;
                padding: 0 0 15px 0;
            }

/*-------------------------------------------------
	Font styles
-------------------------------------------------*/

h1, h2, h3, h4 {
    font-weight: 100;
    position: relative;
    padding-bottom: 12px;
    clear: both;
    margin-bottom: 20px;
    color: #5a5a5a;
}

h1.light, h2.light, h3.light, h4.light {
    font-family: "intro_lightregular",Tahoma,​Arial,​Geneva,​sans-serif;
}

h3 {
    margin: 20px 0;
    padding: 0;
}

.left h3 {
    margin: 0;
}

h1 {
    font-size: 24px;
}

    h1.webinar-details-header {
        font-size: 20px;
        line-height: 1.2em;
    }

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}


.feature-item h1 {
    margin-bottom: 6px;
}

.sectionHead {
    border-bottom: 5px solid #008ccd;
    line-height: 29px;
    padding-bottom: 7px;
    width: 100% !important;
}

h2.sub-section {
    border-bottom: 1px solid #d6d6d6;
    line-height: 25px;
}

.related-content h2 {
	margin: 17px 0 24px;
	padding: 0 0 5px;
	border-bottom: 5px solid #008ccd;
    font-family: 'Intro_light', Tahoma,​ Arial,​ Geneva,​ sans-serif;
    font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: #1d377f;
}

.hgroup .triangle {
    height: 150px;
    width: 108px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.hgroup .banner {
    height: 150px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 5em 0;
    text-align: center;
}

.hgroup .banner h1 {
    color: white;
}

.hgroup.energy .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/engery-triangle.png');}
.hgroup.life-sciences .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/life-science-triangle.png');}
.hgroup.food-and-drink .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/fooddrink-triangle.png');}
.hgroup.creative-industries .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/creative-industry-triangle.png');}
.hgroup.sustainable-tourism .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/tourism-triangle.png');}
.hgroup.business-services .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/business-triangle.png');}
.hgroup.universities .triangle { background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/university-triangle.png');}

div.panel {
    position: absolute;
}

-/*-------------------------------------------------
-	Colour coded sections
--------------------------------------------------*/
.black h3 a span {
    background-color: rgba(0, 0, 0, 0.25);
    background-color: #000\9;
    filter: alpha(opacity=90);
}

.blue h3 a span {
    background-color: rgba(0, 140, 205, 0.85);
    background-color: #008ccd\9;
    filter: alpha(opacity=90);
}

.green h3 a span {
    background-color: rgba(96, 168, 26, 0.85);
    background-color: #60a81a\9;
    filter: alpha(opacity=90);
}

.life-sciences h3 a span {
    background-image: none;
    background-color: #099185;
    filter: alpha(opacity=90);
    background-color: rgba(9, 145, 133, 0.85);
}

.energy h3 a span {
    background-image: none;
    background-color: #b3cd21;
    filter: alpha(opacity=90);
    background-color: rgba(179, 205, 33, 0.85);
}

.food-and-drink h3 a span {
    background-image: none;
    background-color: #05621f;
    filter: alpha(opacity=90);
    background-color: rgba(5, 98, 31, 0.85);
}

.creative-industries h3 a span {
    background-image: none;
    background-color: #e43a29;
    filter: alpha(opacity=90);
    background-color: rgba(228, 58, 41, 0.85);
}

.sustainable-tourism h3 a span {
    background-image: none;
    background-color: #ed8f0b;
    filter: alpha(opacity=90);
    background-color: rgba(237, 143, 11, 0.85);
}

.business-services h3 a span
{
    background-image: none;
    background-color: #2c539e;
    filter: alpha(opacity=90);
    background-color: rgba(44, 83, 158, 0.85);
}

.universities h3 a span {
    background-image: none;
    background-color: #7b4584;
    filter: alpha(opacity=90);
    background-color: rgba(123, 69, 132, 0.85);
}

div.carousel.large div.panel div.holder.energy {
    background-image: none;
    background-color: #b3cd21;
    filter: alpha(opacity=90);
    background-color: rgba(179, 205, 33, 0.75);
}

div.carousel.large div.panel div.holder.life-sciences {
    background-image: none;
    background-color: #099185;
    filter: alpha(opacity=90);
    background-color: rgba(9, 145, 133, 0.75);
}

div.carousel.large div.panel div.holder.food-and-drink {
    background-image: none;
    background-color: #05621f;
    filter: alpha(opacity=90);
    background-color: rgba(5, 98, 31, 0.75);
}

div.carousel.large div.panel div.holder.creative-industries {
    background-image: none;
    background-color: #e43a29;
    filter: alpha(opacity=90);
    background-color: rgba(228, 58, 41, 0.75);
}

div.carousel.large div.panel div.holder.sustainable-tourism {
    background-image: none;
    background-color: #ed8f0b;
    filter: alpha(opacity=90);
    background-color: rgba(237, 143, 11, 0.75);
}

div.carousel.large div.panel div.holder.business-services {
    background-image: none;
    background-color: #2c539e;
    filter: alpha(opacity=90);
    background-color: rgba(44, 83, 158, 0.75);
}

div.carousel.large div.panel div.holder.universities {
    background-image: none;
    background-color: #7b4584;
    filter: alpha(opacity=90);
    background-color: rgba(123, 69, 132, 0.75);
}

/*buttons*/
div.carousel.large div.panel div.holder.energy a.read-more {
    background-color: #7d9500;
}

div.carousel.large div.panel div.holder.life-sciences a.read-more {
    background-color: #00776c;
}

div.carousel.large div.panel div.holder.food-and-drink a.read-more {
    background-color: #004a06;
}

div.carousel.large div.panel div.holder.creative-industries a.read-more {
    background-color: #cb4941;
}

div.carousel.large div.panel div.holder.sustainable-tourism a.read-more {
    background-color: #cd7400;
}

div.carousel.large div.panel div.holder.business-services a.read-more {
    background-color: #003d85;
}

div.carousel.large div.panel div.holder.universities a.read-more {
    background-color: #622d6b;
}






/*-------------------------------------------------
	Link styles
-------------------------------------------------*/

a.newsletter {
    padding: 0 0 20px 40px;
    line-height: 22px;
    font-size: 16px;
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/newsletter.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin-top: 20px;
    border-bottom: solid 1px #d6d6d6;
}

.newsletter-signup a {
}

p.text-align-right {
    text-align: right;
}

a.button {
    background-color: #008ccd;
    border-bottom: 3px solid #0064a1;
    font-size: 15px;
    font-weight: 100;
    line-height: 42px;
    display: inline-block;
    color: #ffffff;
    padding: 0 1em;
    margin: 2em 0;
    clear: both;
    cursor: pointer;
}

    a.button:hover {
        background-color: #03a9f6;
        color: #fff;
    }

p a.button {
    margin: 0;
}

a.more-info-arrow {
    background-image: url("/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/li-arrow.png");
    background-position: right 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-right: 15px;
}

a.back-link {
    background: url("/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/back-arrow.gif") left center no-repeat;
    padding-left: 15px;
}

/* bullets */
ul.bullets {
    background: #f1f1f1;
    padding: 20px 20px 10px;
    margin: 20px 0;
}
.bullets-large{
            font-size: 16px !important;
        }
    ul.bullets li {
        background: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/bullet-square.gif) no-repeat left 3px;
        padding: 0 0 17px 20px;
    }

        ul.bullets li a {
            font-size: 12px;
        }

.large-li{
	font-size: 16px !important;
}

 /* why?? has this all been reset??? */
ul.bullets-standard {

    list-style: disc; margin-left:30px;
}

    ul.bullets-standard li {

    }


/*-------------------------------------------------
	News and events
-------------------------------------------------*/
ul#projects li,
ul#events li,
ul#news li {
    float: left;
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/grey-underline.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 300px;
    min-height: 50px;
    padding: 20px 0;
}

    ul#projects li span.date,
    ul#news li span.date {
        padding-bottom: 5px;
        display: block;
    }

.right span.date {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

ul#projects.wide li,
ul#news.wide li {
    width: 560px;
}

.news-features {
    margin-bottom: 50px;
    float: left;
    width: 100% !important;
    min-height: 140px;
}

    .news-features ul#news li {
        min-height: 140px;
        margin-right: 20px;
        background: none;
        padding-top: 0;
        border-bottom: solid 1px #D6D6D6;
    }

.growth-sector ul#projects li,
.growth-sector ul#news li {
    width: 540px;
    margin-bottom: 20px;
}

    .growth-sector ul#projects li.last,
    .growth-sector ul#news li.last {
        border-bottom: 0 none;
    }

ul#projects h3,
ul#news h3,
ul#events h3 {
    color: #008ccd;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 6px 0;
    margin: 0;
}

.news-features {
    margin-bottom: 15px;
    position: relative;
}

.event-features {
    margin-bottom: 50px;
    position: relative;
}

ul#news.wide li.highlighted {
    padding: 30px 30px 20px 30px;
    width: 500px;
    background: #f1f1f1;
    position: relative;
    left: -30px;
    width: 530px;
}

    ul#news.wide li.highlighted h3 {
        font-size: 20px;
        line-height: 24px;
    }

    ul#news.wide li.highlighted p {
        font-size: 15px;
        line-height: 18px;
        color: #808080;
    }

        ul#news.wide li.highlighted p a {
            font-size: 12px;
            margin-top: 20px;
            display: block;
        }

/* events */
.event-features {
    width: 620px;
    margin-right: 20px;
    float: left;
}

    .event-features ul#events li {
        width: 300px;
        border-bottom: 1px solid #D6D6D6;
        float: left;
        min-height: 153px;
        margin-bottom: 20px;
        margin-right: 20px;
        width: 300px;
        background: none;
        padding-top: 0;
    }

        .event-features ul#events li.btm {
            min-height: 152px;
        }

/* events calendar */
ul#events li .calendar {
    width: 45px;
    float: left;
}

ul#events li .add-to-cal,
ul#events li .date-box {
    width: 35px;
    height: 35px;
    background: #60A81A;
    float: left;
    margin: 0 0 1px 0;
    padding: 5px;
    position: relative;
}

ul#events li .add-to-cal {
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/calendar.gif);
}

    ul#events li .add-to-cal a {
        display: block;
        text-indent: -3000px;
        width: 35px;
        height: 35px;
    }

ul#events .date-box .month,
ul#events .date-box .day {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}

ul#events .date-box .month {
    font-size: 12px;
    padding-bottom: 4px;
}

ul#events .date-box .day {
    font-size: 20px;
}

/* events info box */
ul#events li .event-info {
    float: left;
    position: relative;
    width: 240px;
    margin-left: 15px;
}

ul#events.wide {
    width: auto;
}

    ul#events.wide li {
        width: 560px;
    }

        ul#events.wide li .event-info {
            width: 495px;
        }

ul#events li .event-info span {
    padding-bottom: 6px;
    display: inline-block;
}


/* videos */
ul#videos.wide li {
    width: 560px;
    float: left;
    padding: 25px 0;
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/grey-underline.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

    ul#videos.wide li div.image {
        width: 120px;
        margin-right: 20px;
        float: left;
    }

    ul#videos.wide li div.text {
        width: 400px;
        float: right;
    }

        ul#videos.wide li div.text span.date {
            display: block;
            margin-bottom: 10px;
        }

        ul#videos.wide li div.text h4 {
            margin: 0;
        }

ul#videos.webinars p,
ul#videos.webinars span.date {
    color: #000;
}

ul#videos.webinars span.title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
}

/* NEWS EVENTS VIDEOS RESETS */
ul#projects li.last, ul#videos.wide li.last, ul#events li.last, ul#news li.last {
    margin-right: 0;
    background: none;
}

.event-features ul#events li.btm {
    border: none;
    margin-bottom: -2px;
}



/*-------------------------------------------------
	Key contacts + Related docs + Documents Meetings
-------------------------------------------------*/

ul#related-docs,
ul#key-contacts {
    width: 300px;
    margin-bottom: 40px;
}

    ul#related-docs li,
    ul#key-contacts li {
        background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/forward-arrow.gif);
        background-repeat: no-repeat;
        background-position: 0px 14px;
        padding: 2px 0 2px 15px;
        display: block;
        border-bottom: 1px solid #d6d6d6;
    }

    ul#related-pages li {
        background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/forward-arrow.gif);
        background-repeat: no-repeat;
        background-position: 0px 14px;
        padding: 2px 0 2px 15px;
        display: block;
        border-bottom: 1px solid #d6d6d6;
    }

        ul#key-contacts li.hide {
            display: none;
        }

        ul#related-docs li a,
        ul#key-contacts li a,
        ul#related-pages li a {
            display: block;
            font-size: 13px;
            line-height: normal;
            padding: 8px 0px 8px 0;
        }

            ul#key-contacts li a.active {
                font-weight: bold;
                color: #6C6C6C;
            }

        ul#related-docs li a {
            padding: 8px 50px 8px 0;
            background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/download-icon-invert.gif);
            background-position: 255px 10px;
            background-repeat: no-repeat;
        }

        ul#key-contacts li a span {
            color: #6c6c6c;
        }

ul#documents-meetings {
    width: 300px;
    margin-bottom: 50px;
    float: left;
}

    ul#documents-meetings li {
        width: 300px;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        line-height: 30px;
        min-height: 30px;
    }

        ul#documents-meetings li span,
        ul#documents-meetings li a {
            border-bottom: 1px solid #d6d6d6;
            display: block;
            line-height: 30px;
            height: 30px;
            background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/forward-arrow.gif);
            background-position: 0px 12px;
            background-repeat: no-repeat;
            padding-left: 15px;
            font-size: 13px;
        }

        ul#documents-meetings li ul.sub-pages {
            float: left;
        }

            ul#documents-meetings li ul.sub-pages li {
                background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/forward-arrow.gif);
                background-position: 15px 12px;
                background-repeat: no-repeat;
            }

                ul#documents-meetings li ul.sub-pages li > a {
                    padding: 0 0 0 30px;
                    background-position: 275px 8px;
                    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/download-icon-invert.gif);
                }

/*-------------------------------------------------
	Ajax Pager
-------------------------------------------------*/
.feature-nav {
    position: relative;
    right: 0;
    z-index: 1000;
}

.ajax-pager ul {
    float: right;
}

    .ajax-pager ul li {
        float: left;
    }

        .ajax-pager ul li a {
            color: #fff;
            display: inline-block;
            padding: 0px 10px;
            line-height: 30px;
            height: 30px;
            background: #008ccd;
            margin-left: 1px;
        }

            .ajax-pager ul li a.selected,
            .ajax-pager ul li a:hover {
                background: #66bae1;
            }


/*-------------------------------------------------
	Form styles
-------------------------------------------------*/
table.form {
    margin-bottom: 20px;
}

.form td,
.form p,
.form .edp-form td {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}

.form .edp-form td.europe-scotland {
    width:460px; padding-top:20px
}

.form td .cbPrivacy,
.form td.innovate {
    vertical-align: top;
}

.form td .lblPrivacy {
    display: inline-block; width: 450px;
}

    .form .edp-form td.label {
        width: 260px;
	vertical-align:top;
    }

.form .required {
    color: #8b0000;
    font-size: 12px;
    margin: 0 0 20px 0;
}

    .form .required ul {
        color: #8b0000;
        font-size: 16px;
        margin: 10px 0 0 20px;
    }

        .form .required ul li {
            padding: 5px 0;
            font-size: 12px;
            list-style: disc;
        }

.form td.small {
    font-size: 11px;
    line-height: 16px;
}

.form .divider {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    clear: both;
    float: none;
}

.form table.radiobuttonlist td {
    width: 150px;
}

.form table.tourism-radiobuttonlist > tbody > tr > td:first-child {
    width: 350px;
    padding-right: 20px;
}

.form table.tourism-radiobuttonlist td {
    width: 90px;
}

.form table.checkboxlist td {
    font-size: 14px;
    white-space: nowrap;
}

.form table.grid td {
    vertical-align: top;
}

.form input[type=text] {
    width: 278px;
    padding: 0px 10px;
    margin: 0;
    height: 33px;
    border: solid 1px #d6d6d6;
    font-size: 14px;
    font-style: italic;
    color: #808080;
}

.form input[type="checkbox"] +label {
    margin-left: 1em;
}

.form input[type=text].short {
    width: 150px;
}

.form .dropdown {
    border: solid 1px #d6d6d6;
    font-size: 14px;
    font-style: italic;
    color: #808080;
    padding: 5px 5px 5px;
}

.form .dropdown option {
    padding-left: 10px;
}

.form input[type=text].skinny {
    font-style: normal;
    height: 26px;
    padding: 0 5px;
}

.form textarea.control {
     width: 278px;
     padding: 3px 10px;
}

.form .rbl {
    margin-left: 30px;
}

.form table.checkboxlist td {
    font-size: 13px;
}

.email-signup.form a.button {
    margin: 0;
    margin-left: 10px;
}

.email-signup.form input[type=text] {
    width: 250px;
    height: 42px;
    line-height: 42px;
}

.form textarea {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: solid 1px #d6d6d6;
    font-size: 14px;
    padding: 5px;
    font-style: italic;
    color: #808080;
    min-height:80px;
}

.form input.button-search {
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/search-icon.gif);
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -3000px;
    border: 0;
    float: right;
}

/* reset button styles, in particular for iOS */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
 }

.form input.button {
    background-color: #008CCD;
    transition: color 0.2s ease-in-out 0s;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    line-height: 42px;
    margin: 20px 0;
    cursor: pointer;
    padding: 5px 15px;
    border: 0;
    border-bottom: 3px solid #0064A1;
}

    .form input.button:hover {
        background-color: #03a9f6;
        color: #fff;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -webkit-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }



.form .count {
    font-size: 11px;
    font-weight: bold;
}



/*-------------------------------------------------
	Tables styles
-------------------------------------------------*/

table.data, table#staff {
    width: 540px;
    margin: 20px 0 40px;
}

    table.data tr.odd, table#staff tr.odd {
        background-color: #f1f1f1;
    }

    table.data td, table#staff td {
        line-height: 18px;
        padding: 15px 0 15px 15px;
    }

        table#staff td.data-doc {
            width: 500px;
        }

        table#staff td.staffName {
            width: 191px;
        }

            table.data td.data-doc a, table#staff td.staffName a {
                font-size: 14px;
            }

        table.data td.more-info, table#staff td.more-info, table.data td.download-doc {
            width: 40px;
            padding: 0 15px 0 0;
        }

    table.data a.more-info, table#staff a.more-info {
        background: url("/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/li-arrow.png") right -1px no-repeat;
        font-weight: bold;
        padding-right: 15px;
        height: 60px;
    }

    table.data a.download-icon {
        background: url("/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/download-icon.gif") left top no-repeat;
        height: 30px;
        width: 30px;
        text-indent: -9999px;
        display: block;
    }

/*-------------------------------------------------
	Growth sectors (plus others for now...)
-------------------------------------------------*/
div.wrap940 div.left {
    width: 300px;
    float: left;
    margin-bottom: 50px;
}

div.wrap940 div.right {
    width: 560px;
    float: right;
    margin-bottom: 50px;
}
    div.wrap940 div.right p {
        font-size: 12px;
        line-height: 20px;
    }
div.wrap940 div.right.wide {
    width: 581px;
}

body.our-priorities div.wrap940 div.right {
    width: 620px;
    float: right;
    margin-bottom: 50px;
}

div.wrap940 div.left h2 {
    margin-bottom: 12px;
}

div.wrap940 div.left h3 {
    margin-bottom: 7px;
}

#tabs .ui-tabs-panel {
    width: 560px;
    min-height: 490px;
}

/*-------------------------------------------------
	Carousels
-------------------------------------------------*/
#slideshow {
    position: relative;
}

div.carousel {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#custom-branch div.carousel {
    float: none !important;
}

body.homepage div.carousel {
    margin-bottom: 0;
}

div.carousel div.left {
    margin: 0;
}

div.carousel div.right {
    margin: 0;
    margin-top: 27px;
}

div.slideshow-container,
div#slideshow-container,
div.panel {
    width: 560px;
    height: 285px;
    position: relative;
}

#notifications div.message {
    height: 30px;
    padding-left: 40px;
    line-height: 30px;
}

#notifications {
    float: left;
    margin: 0 20px 20px 0;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    padding: 0;
    line-height: 30px;
    height: 30px;
    padding: 14px 0;
    position: relative;
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/notification.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    #notifications div.message a {
        color: #6c6c6c;
        height: 30px;
        line-height: normal;
        display: block;
        width: 91%;
    }

.homepage #notifications {
    width: 620px;
}

    .homepage #notifications div.message a {
        width: 500px;
    }

#homepage-newsletter {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding-left: 15px;
    width: 285px;
    float: right;
}

    #homepage-newsletter a.newsletter {
        line-height: 30px;
        height: 30px;
        padding: 14px 0px 14px 40px;
        margin: 0;
        background-position: center left;
        border-bottom: 0;
    }


div.panel div.holder {
    width: 460px;
    padding: 20px;
    min-height: 60px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}

div.panel div.holder {
    /*	background-color: #000; background-color:rgba(0,0,0,0.35); */
    /* default fix for IE, the colored ones will have to get background:none set */
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/trans_0.25.png);
    background-repeat: repeat;
}

    div.panel div.holder a.read-more {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 125px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background: #008ccd;
        color: #fff;
        font-weight: normal;
        font-size: 15px;
    }

        div.panel div.holder a.read-more.video {
            padding-left: 45px;
            background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/hero-video.gif);
            background-repeat: no-repeat;
        }

    div.panel div.holder div.text {
        width: 350px;
    }


div#carousel-container,
div.carousel.large div.slideshow-container,
div.carousel.large div#slideshow-container,
div.carousel.large div.panel {
    width: 940px;
    height: 345px;
    background-repeat: no-repeat;
}

div#carousel-container {
    overflow: hidden;
    float: left;
}

div.carousel.large div.panel div.holder {
    width: 645px;
    min-height: 95px;
    background-color: rgba(0,0,0,0.25);
}

    div.carousel.large div.panel div.holder div.text {
        width: 645px;
    }

div#carousel-container .carousel {
    margin: 0;
    display: none;
}

.notification-pages,
.pager-container {
    width: 62px;
    z-index: 10000;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
}

    .notification-pages .pager a,
    .pager-container .pager a {
        display: block;
        width: 30px;
        height: 30px;
        margin-left: 1px;
        background: #008ccd;
        float: left;
        font-size: 11px;
        color: #fff;
        font-weight: bold;
        line-height: 27px;
        text-align: center;
    }

.notification-pages {
    top: 15px;
    right: 15px;
}

    .notification-pages .pager a {
        background: #008CCD;
    }

        .notification-pages .pager a:hover {
            background-color: #66bae1;
        }

.pager-container .pager a:hover {
    background-color: #99af1c;
}

div.carousel.large .pager-container .pager a {
    background: #008ccd;
}

/* homepage - Carousel Tabs */
ul#scroller {
    position: relative;
    float: left;
    width: 940px;
    background-color: #008ccd;
    margin-bottom: 20px;
}

    ul#scroller li {
        display: inline;
        float: left;
        font-size: 14px;
        width: 234px;
        border-right: 1px solid #d6d6d6;
    }

        ul#scroller li a {
            display: block;
            color: #fff;
            padding: 15px 0 14px;
            text-align: left;
            float: left;
            width: 100%;
            text-indent: 17px;
        }

        ul#scroller li:hover a,
        ul#scroller li.active a {
            background: #e6e6e6;
            color: #5a5a5a;
        }

        ul#scroller li.lastTab {
            margin-right: 0;
            border-right: 0;
            width: 235px;
        }

/*-------------------------------------------------
	Helpers + rare css
-------------------------------------------------*/
.follow-on {
    padding: 12px 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    width: 100% !important;
    float: left;
    height: 30px;
}

    .follow-on a {
        float: right;
    }

.map-features .follow-on {
}

    .map-features .follow-on a {
        font-size: 15px;
        line-height: 30px;
    }

.show-more-expand {
    display: none;
}

    .show-more-expand.show {
        display: block;
    }

a.show-fewer-key,
a.show-more-key,
a.show-less,
a.show-more {
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/show-more-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 70px center;
    display: block;
    width: 80px;
    padding-left: 5px;
    height: 17px;
    line-height: 17px;
    background-color: #f9f9f9;
    color: #808080;
    font-size: 11px;
}


a.show-fewer-key,
a.show-more-key {
    margin-bottom: 50px;
    float: right;
}

a.show-fewer-key,
a.show-less {
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/show-more-arrow-up.png);
}

    a.show-more-key.hide,
    a.show-fewer-key.hide {
        display: none;
    }

.mb-50 {
    margin-bottom: 50px;
}


.row {
    padding: 0 0 50px;
    float: left;
    width: 940px;
    position: relative;
}

.row-divider {
    height: 1px;
    clear: both;
    width: 940px;
    float: left;
    border-top: 1px solid #d6d6d6;
    margin: 0 0 29px 0;
}

/* AUTOCOMPLETE */
span.ui-helper-hidden-accessible {
    display: none;
}

ul.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #fff;
    border: solid 1px #e1e1e1;
    border-bottom: 0;
    padding: 0;
    width: 297px;
}

    ul.ui-autocomplete li {
        width: 278px;
        min-height: 20px;
        line-height: normal;
        padding: 10px 10px;
        border-bottom: solid 1px #e1e1e1;
        float: left;
    }

        ul.ui-autocomplete li a {
            cursor: pointer;
            font-size: 13px;
            width: 278px;
            display: block;
        }

        ul.ui-autocomplete li:hover {
            background: #f3f3f3;
        }

            ul.ui-autocomplete li:hover a {
            }

#searchName ul.ui-autocomplete li {
    width: 278px;
}

/* CUSTOM STAFF DISCLOSURE TABLE */
table.salary {
    margin: 20px 0 40px;
    width: 540px;
}

    table.salary th {
        text-align: left;
        line-height: 12px;
        padding: 0 0 8px 8px;
        vertical-align: top;
    }

    table.salary tr.odd {
        background-color: #F1F1F1;
    }

    table.salary td {
        line-height: 18px;
        padding: 15px 0 15px 8px;
        vertical-align: top;
    }

        table.salary td.name {
            width: 90px;
        }

        table.salary td.title {
            width: 135px;
        }

        table.salary td.banding {
            text-align: center;
            padding-left: 0;
        }

/*
* social comments
*/

#comments h2 {
    border-bottom: solid 1px #d6d6d6;
    padding: 0 0 15px 0;
    margin: 0;
}

#comments .comment {
    background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/comment-underline.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 15px 0 17px 0;
}

    #comments .comment a {
        color: #a6d7ef;
        text-decoration: underline;
    }

    #comments .comment .name {
        color: #5a5a5a;
        font-weight: bold;
        font-size: 14px;
        height: 18px;
        display: block;
    }

    #comments .comment .date {
        color: #008ccd;
        font-weight: normal;
        font-size: 11px;
    }

    #comments .comment p {
        font-size: 11px;
        color: #5a5a5a;
        line-height: 15px;
        padding: 0px;
        margin: 0;
    }

    #comments .comment p.replyLink {
        margin-top: 10px;
    }

    #comments .parent, #comments .reply {
        background-color: #f2f2f2;
        background-image: none;
        margin-bottom: 2px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #comments .parent {
        border-left: solid 4px #c9c9c9;
    }

    #comments .reply {
        border-left: solid 8px #c9c9c9;
    }

    #comments .hieComment {
        background-color: #e5f3fa;
        border-left-color: #008ccd;
        padding-left: 16px;
        padding-right: 16px;
    }

    #comments .reply.grey {
        background-image: url(/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/comment-underline.gif);
        background-color: #ffffff;
        border-left-color: #dcdcdc;
    }

    #comments .grey a {
        color: #bfbfbf;
    }

/*
 * Social sharing
 */

.social-share {
    margin: 40px 0 20px 0;
}
.social-share h2 {
    border-bottom: solid 1px #d6d6d6;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.social-share .buttons span.button {
    margin: 0 20px 0 0;
}

.social-share .buttons span.button:after {
    color: #008ccd;
    font-size: 15px;
    position: relative;
    top: -10px;
    left: 5px;
}

.social-share .buttons .st_linkedin_large:after{
    content: "LinkedIn";
}

.social-share .buttons .st_twitter_large:after{
    content: "Twitter";
}

.social-share .buttons .st_googleplus_large:after{
    content: "Google +";
}

.social-share .buttons .st_sharethis_large:after{
    content: "More options";
}

/* MAPS */
.short .fancybox-wrap iframe,
.short .fancybox-wrap {
    width: 700px !important;
}

/* FAQ */
.question {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

/*
 * Cookie link for sub templates.
 */
.cookie-sub-link {
    padding-top: 1em;
    float: right;
    font-size: 12px;
}

table.event-submission tr td h2 {
    margin-bottom: 0;
}

table.event-submission tr td input.short {
    width: 80px;
}

/*
 * Countdown widget
 */

#countdown {
    height: 55px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    float: left;
    width: 940px;
    margin-bottom: 20px;
}

#countdown ul li {
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #d6d6d6;
    font-size: 11px;
    padding: 0 18px;
    line-height: 16px;
    font-weight: bold;
}

#countdown ul li a {
    color: #5A5A5A;
}

#countdown ul li img {
     vertical-align: middle;
    margin-left: 10px;
}

#countdown ul li.first {

    padding: 0 40px 0 0;
}


/*
 * Cookie bar messsage
 */

#cookie {
    background-color: #008ccd;
    color: #fff;
    position:fixed;
    z-index:150;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    font-size: 12px;
}

#cookie .container {
    margin: 0 auto;
    position: relative;
    width: 940px;
    padding: 15px 0 0 0;
}

#cookie .container a {
    color: #fff;
    text-decoration: underline;
}

#cookie .container a:hover {
     text-decoration: none;
}

#cookie .container a.cookiebar-close {
    display: inline-block;
    font-size: 14px;
    background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/btn_CookieClose.png');
    background-repeat: no-repeat;
    padding: 7px 3px 10px 36px;
    color: #fff;
    float: right;
    border: 1px solid #008ccd;
    text-decoration: none;
}

#cookie .container a.cookiebar-close:hover {
    border: 1px solid #fff;
    cursor: pointer;
}

.clearfix {
    clear: both;
}

#pnlBackLink {
    margin: 10px 0;
}

#pnlBackLink hr.divider-dotted {
    background: url("/public/20190906202931oe_/http://hie.co.uk/assets/images/framework/section-divider-dotted.png") repeat-y scroll center center transparent;
    background-repeat: no-repeat;
    height: 1px;
    width: 100%;
    border: 0;
    margin: 2em 0;
}

/*Board members list two column styles - 06/15*/

#board-members-two-col .row {
    float: none;
    width: auto;
}

#board-members-two-col .image {
    margin: 20px 0;
}


#board-members-two-col .member-info {
    padding-right: 20px;
}

#accelerator .input-group,label  {
    display: inline-block !important;
}
#accelerator input[type=radio]{
    display: inline-block;
}

/*Community Broadband Contact list widget - 03/16*/

.person img {
    margin: 1.5em 0;
}

.person a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
}

.person a {
    display: block;
    margin: 1em 0;
    position: relative;
    padding: .5em 2.5em;
    min-height: 27px;
}

.person strong {
    color: #878787;
}

.person .tel {
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/tel-icon.png');
}
.person .email {
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/email-icon.png');
}

/*Exporting*/

.export-signposts .signpost {
    position: relative;
    display: block;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .export-signposts .signpost span {
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        width: 200px;
        min-height: 38px;
        padding: 9px 18px 12px;
        background-color: rgba(96, 168, 26, 0.85);
        background-color: #60a81a\9;
        filter: alpha(opacity=90);
        font-size: 32px;
        line-height: 36px;
        color: white;
    }

// .export-signposts .signpost {
//     background-color: #60a81a;
//     width: 100%;
//     color: white;
//     font-size: 3em;
//     line-height: 1em;
//     display: block;
//     height: 300px;
//     padding: 6em 3em 0 1em;

// }
//     .export-signposts .signpost span {
//         bottom: 0;
//         color: #FFFFFF;
//         min-height: 38px;
//         background-color: rgba(96, 168, 26, 0.85);
//         left: 0;
//         padding: 9px 18px 13px;
//         position: absolute;
//         width: 250px;
//         margin-bottom: 0;
//         display: block;
//     }

#MeetTheAdvisers .accordion a {
    font-weight: bold;
    background: url('/public/20190906202931oe_/http://hie.co.uk/assets/images/icons/forward-arrow.gif') no-repeat;
    padding: 0 1em;
}

#MeetTheAdvisers .accordion a > b {
    color: #000000;
}

.white p {
    color: #fff !important;
}

.fancybox-slide--iframe .fancybox-content {
	width  : 80%;
	height : 80%;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}

.contact-block p {
    margin: 0 !important;
    font-family: 'Intro Light', Arial, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    color: #203077 !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

.contact-block .tel {
    font-size: 30px !important;
    color: #68b81b !important;
}

.contact-block [role="button"] {
    margin: 0 0 0 20px;
    padding: 12px 25px;
    border: none;
    border-bottom: 3px solid #0064a1;
    background-color: #008ccd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: white;
    cursor: pointer;
}
.contact-block .contact-info {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5em;
}

/*end*/
