﻿/*** WELCOME

Welcome to RiverSpring, the source of RiverCMS.

-- COLOURS - Maybe Find/Replace these values to embrandify the site?

RED = d11a24 (Links/Buttons)

BLUE = 199dbf (Hover States)

Grey = dcdcdc
Light Grey = f5f5f5

-- SECTIONS -Try CTRL + F these sections for ninja editing:

RESETS
USEFUL
TYPOGRAPHY/CONTENT
STRUCTURE - MASTERPAGE STUFF
STRUCTURE - LAYOUT TEMPLATE STUFF
MODULES - LISTS
MODULES - DETAIL
MODULES - SPECIFICS
FORM BUILDER
CONTACT FORM
SITE MAP
CALLOUTS
NAVIGATION - MAIN
NAVIGATION - SECOND/THIRD LEVEL
RESPONSIVE

================================================== */



/*** RESETS
================================================== */

* {
    padding: 0;
    margin: 0;
}

html {
    color: #000;
    background: #ffffff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

* {
    background-repeat: no-repeat;
}

body {
    margin: 0;
    text-align: center;
    padding: 0;
    font-family: 'Museo-sans', Arial, Verdana, sans serif;
    font-size: 14px;
    color: #000000;
    background-color: #f5f5f5;
}

/*** USEFUL
================================================== */

html {
    min-height: 101%;
}
/* FireFox Page-Shift Fix */
.clear {
    clear: both;
}

.clear_fusion {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.img_left {
    float: left;
    margin: 0 15px 5px 0;
}

.img_right {
    float: right;
    margin: 0 0 5px 15px;
}

.vertical_align {
    display: inline;
    vertical-align: middle;
}

.vertical_align_all * {
    display: inline;
    vertical-align: middle;
}

a img {
    border: 0px none;
}

img {
    border: 0px none;
}

.mobile_only {
    display: none !important;
}


/** tiny mce styles **/
.image_left {
    float: left;
    margin: 10px 25px 25px 0;
}

.image_right {
    float: left;
    margin: 10px 0 25px 25px;
}

.content_table td {
    border: 0px none;
}

.highlighted {
}

input[type=text] {
    padding: 4px;
    border: 1px solid #ddd;
}

/*** TYPOGRAPHY/CONTENT
================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo-sans', Arial, Verdana, sans serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 110%;
}

h1 {
    font-size: 30px;
}

.standard_content_content_inner h1 span, .standard_content_content_inner h2 span, .standard_content_content_inner h3 span {
    color: #000 !important;
}

#pageTitle {
    background-color: #199dbf;
}

    #pageTitle h1 {
        color: #fff;
        width: 978px;
        padding: 30px 0;
        margin: 0 auto;
        font-size: 40px;
    }

.standard_content_content_inner h1 {
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    /* border-bottom: 1px solid #ccc;*/
    padding: 0 0 10px 0;
    margin: 20px 0 20px 0;
    line-height: 125%;
}

h3, .callout_title {
    font-size: 18px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
}

.style1 h3 {
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
}

.style1 h4 {
    color: #199dbf;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
}


h4 {
    font-size: 14px;
    margin: 20px 0 20px 0;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 140%;
}

.grid_8 p {
    border-left: 4px solid #ccc;
    padding: 0 0 15px 18px;
    line-height: 2em;
}

.grid_8 ul, .grid_8 ol, .login_page_wrapper .grid_12 ul {
    padding: 10px 0 10px 15px;
    margin: 0;
    line-height: 140%;
    border-left: 4px solid #ccc;
}

.grid_8 ul, .login_page_wrapper .grid_12 ul {
    /*    list-style-image: url(/AppImages/ul_bullet.gif);*/
    list-style-type: none;
}

ul li, ol li {
    padding-bottom: 10px;
    padding-left: 25px;
    background-image: url(/AppImages/ul_bullet.png);
    list-style-type: none;
}

table {
    width: 100%;
    margin: 20px 0 20px 0;
}

    table tr td, table tr th {
        padding: 5px;
        border: 1px solid #CCCCCC;
    }

    table tr th {
        font-weight: bold;
        font-size: 16px;
        background-color: #CCCCCC;
    }

.grid_8 table p, .grid_8 table ul, .grid_8 table ol {
    border-left: 0;
}

a {
    color: #d11a24;
    text-decoration: none;
}

    a:hover, .selected a {
        color: #d11a24;
        text-decoration: none;
    }

hr {
    border: 0;
    color: #cccccc;
    background: #cccccc;
    height: 1px;
    margin: 15px 0;
}

select {
    border: 1px solid #ccc;
    padding: 3px;
}

/*** BUTTON STYLE ***/
.button,
.button_stretch,
.event_booking_buttons a,
.event_delegate_buttons a,
.field_cont .button_field,
.ql_search_toggle,
.senior_quicklist_knockout .search_button,
.login_page a {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
}

.form_content_wrapper .button_field {
    margin-left: 0;
    margin-right: 5px;
    padding: 10px 20px;
    float: right;
}

.contact_form .form_button a.button:hover,
.button:hover,
.event_booking_buttons a:hover,
event_delegate_buttons a:hover,
.field_cont .button_field:hover,
.button_stretch:hover,
.ql_search_toggle:hover,
.senior_quicklist_knockout .search_button:hover,
.login_page a:hover {
    background-color: #199dbf;
    color: #FFFFFF;
}

.login_page a {
    margin-left: 0;
    margin-right: 20px;
    padding: 0 10px;
}

.searchAll {
    float: left;
    /*display:none;*/
}

.search_button.button {
    float: left;
    margin-top: 0;
    padding: 2px 5px;
}

.ql_search_toggle {
    margin-left: 0;
    margin-top: 5px;
}
/*** BRACH BUTTONS ***/

.pdfbutton, .internatbutton {
    width: 80%;
    border-radius: 8px;
    padding: 8px 0 8px 50px;
    margin-bottom: 8px;
    background-image: url(/AppImages/pdf-icon.png);
    background-repeat: none;
    background-position: 12px 50%;
}

.internatbutton {
    width: 80%;
    border-radius: 8px;
    padding: 8px 0 8px 50px;
    margin-bottom: 8px;
    margin-top: 8px;
    background-image: url(/AppImages/international-icon.png);
    background-repeat: none;
    background-position: 8px 50%;
    background-color: #199dbf;
}

    .internatbutton:hover {
        background-color: #d11a24;
    }

.myifebutton {
    width: 540px;
    display: block;
    padding: 0px 0 40px 100px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 2px solid #ccc;
}

.careerspotbutton {
    width: 640px;
    display: block;
    padding: 0px 0 20px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 2px solid #ccc;
}

    .myifebutton .title, .careerspotbutton .title {
        color: #000;
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
    }

    .myifebutton .summary, .careerspotbutton summary {
        color: #000;
        font-size: 14px;
        line-height: 1.6em;
        color: #000;
    }

a.careerspotbutton {
    color: #000;
}

.myifebutton.opt1 {
    background-image: url(/AppImages/my-ife/my-ife01.png);
}

.myifebutton.opt2 {
    background-image: url(/AppImages/my-ife/my-ife02.png);
}

.myifebutton.opt3 {
    background-image: url(/AppImages/my-ife/my-ife03.png);
}

.myifebutton.opt4 {
    background-image: url(/AppImages/my-ife/my-ife04.png);
}

.myifebutton.opt5 {
    background-image: url(/AppImages/my-ife/my-ife05.png);
}

.myifebutton.opt6 {
    background-image: url(/AppImages/my-ife/my-ife06.png);
}

.myifebutton.opt7 {
    background-image: url(/AppImages/my-ife/my-ife07.png);
}

.myifebutton.opt8 {
    background-image: url(/AppImages/my-ife/my-ife08.png);
}

.myifebutton.opt9 {
    background-image: url(/AppImages/my-ife/my-ife09.png);
}

p.noborder {
    border: none;
    padding-left: 0;
}



.internatbutton:hover, .myifebutton:hover {
    /*background-color:#d11a24;*/
    opacity: 0.8;
}


.grid_4 p, .grid_4 ul {
    border-left: none;
    padding-left: 0;
}

.news_back_button {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 0;
}

    .news_back_button a {
        display: block;
        color: #222;
        background-color: #d11a24;
        padding: 5px;
        margin: 10px 0;
        border-radius: 4px;
        color: #fff;
    }

        .news_back_button a:hover {
            background-color: #199dbf;
            color: #fff;
        }





/*** STRUCTURE - MASTERPAGE STUFF
================================================== */

#wrapper {
    /*width:960px;
	margin: 0 auto;*/
    text-align: left;
    max-width: 1396px;
    margin: 0 auto;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    background-color: #fff;
}

#header {
    padding: 20px 0;
    margin: 0;
}
#header .tagline {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    color: #b2b2b2;
    letter-spacing: 0.04em;
    float: left;
    margin-top: -55px;
    margin-left: 115px;
}
    #header .tagline span {
        font-weight: bold;
        letter-spacing: normal;
        color: #231f20;
    }

.header_search input.search_box {
    width: 150px;
    padding: 5px;
    border: 1px solid #cccccc;
}

.callout {
    margin-bottom: 20px;
}


/**** 978 GRID ADDITIONS *****/
.container_12 {
    /*background-color: #fff;*/
}



/*** STRUCTURE - LAYOUT TEMPLATE STUFF
================================================== */

.content, #content, .page_content /* #content is for the sitemap */ {
    padding: 40px 0;
}

.standard_content_content_inner img {
    max-width: 100%;
    height: auto;
}

.content {
    /*background-color:#ff9900;*/
}

.fullwrap {
    width: 100%;
}

.black {
    background-color: #231f20;
}

.lightgrey {
    background-color: #f5f5f5;
}

.darkgrey {
    background-color: #393637;
}

.midgrey {
    background-color: #dcdcdc;
}

.darkblue {
    background-color: #0c4270;
}

.midblue {
    background-color: #0a76a0;
}

.lightblue {
    background-color: #199dbf;
}


.pre_header {
    height: 34px;
    padding: 10px 0 0 0;
    text-align: right;
}



.header_search {
    background-color: #fff;
    padding: 2px;
    border-radius: 20px;
    margin-left: 30px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .header_search input.search_box {
        background-color: #fff;
        color: #666;
        width: 130px;
        border: 0;
        height: 20px;
        vertical-align: middle;
        padding: 0;
        font-size: 13px;
        border-radius: 10px;
    }
    .header_search input.search_box::-webkit-input-placeholder {
        font-style: italic;
        color: #ccc;
    }

        .header_search input.search_box:focus {
            outline: none;
        }

    .header_search a.search_button {
        float: left;
        width: 23px;
        height: 21px;
        *zoom: 1;
        vertical-align: middle;
        margin: 0 5px 0 5px;
        padding: 0;
        border: 0;
        border-radius: 10px;
        overflow: hidden;
    }

.pre_header_nav {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

    .pre_header_nav a {
        color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

        .pre_header_nav a:hover {
        }

#header {
    padding: 0;
}

.header_logo {
    display: block;
    margin-top: 15px;
    margin-bottom: -33px;
}


/*** header login ***/
.header_login {
    float: left;
}

    .header_login h2 {
        display: none;
    }

    .header_login h3 {
        float: left;
        margin: 0 20px 0 0;
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        letter-spacing: -0.025em;
    }
    .header_login span {
        float: left;
        color: #fff;
    }
    .header_login > a, .header_login .login_button a {
        background-color: #d11a24;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 3px 10px;
        border-radius: 3px;
        letter-spacing: -0.03em;
        margin-left: 10px;
    }
    .header_login .clear {
        display: none;
    }

    .header_login table {
        width: auto;
        margin: 0;
    }
    .header_login table td {
        padding: 0;
        border: 0;
    }

    .header_login label {
        display: none;
    }

    .header_login label:first-child {
        margin-left: 0;
    }

    .header_login input[type=text],
    .header_login input[type=password] {
        float: left;
        padding: 3px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        width: 90px;
        font-size: 12px;
        margin-right: 7px;
    }
    .header_login input::-webkit-input-placeholder {
        font-style: italic;
        color: #ccc;
    }
    
    .header_login .login_button {
        float: left;
        margin-right: 10px;
    }
    .header_login .login_button input[type=submit] {
        background-color: #d11a24;
        color: #fff;
        border-radius: 4px;
        border: 0px none;
        text-transform: uppercase;
        font-size: 12px;
        padding: 4px 10px;
    }

    .login_options {
        float: right;
        font-size: 12px;
        margin-top: 3px;
    }
    
    .header_login .remember_me {
        float: right;
        margin-left: 10px;
    }
    .header_login .remember_me label {
        float: left;
        display: block;
        color: #d11a24;
        font-weight: normal;
        width: auto;
        font-size: 12px;
        margin-right: 10px;
        cursor: pointer;
    }

    .header_login .remember_me input[type=checkbox] {
        margin-right: 4px;
        vertical-align: middle;
    }

    .login_failure {
        color: #f30000;
        font-size: 12px;
        font-weight: bold;
        bottom: 0;
        left: 0;
    }

    .header_login .validation_summary {
        margin-bottom: 15px;
        font-weight: normal;
        padding: 5px 10px;
        background-color: #FFEEEE;
        border: 1px solid #FFCCCC;
        position: absolute;
        top: 90px;
        right: -20px;
        left: -20px;
        font-size: 12px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        color: #f30000;
        z-index: 1;
    }

    .header_login .validation_summary ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 12px;
        color: #f30000;
    }
/* bespoke page changes */
#yearsWrapper {
    display: block;
    margin-top: 10px;
}

    #yearsWrapper .year {
        margin-bottom: 15px;
    }

        #yearsWrapper .year > a {
            display: block;
            font-size: 30px;
            color: #ffffff;
            background: #0c4270;
            padding: 5px 20px;
            border-radius: 5px 5px 0 0;
        }

        #yearsWrapper .year.year_2013 > a {
            background: #e5e5e5;
            color: #000;
        }

        #yearsWrapper .year.year_2012 > a {
            background: #d11a24;
        }

        #yearsWrapper .year.year_2011 > a {
            background: #199dbf;
        }

        #yearsWrapper .year.year_2010 > a {
            background: #2173a0;
        }

        #yearsWrapper .year.year_2009 > a {
            background: #0c4270;
        }

        #yearsWrapper .year > a:hover {
            opacity: 0.8;
        }

        #yearsWrapper .year .year_more {
            display: none;
            margin-top: 10px;
        }
/** login page ***/
.login_page_wrapper p {
    border-left: 0px none;
    padding-left: 0;
}

.login_page {
    float: left;
    line-height: 30px;
    padding: 0 0 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

    .login_page table td {
        border: 0px none;
        padding: 0;
    }

    .login_page label {
        margin-right: 5px;
        padding: 3px 3px 3px 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 110px;
    }

.remember_me {
    display: inline-block;
}

.login_page input {
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .login_page input[type=submit] {
        background-color: #d11a24;
        color: #FFFFFF;
        padding: 4px 10px;
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: 0px none;
        border-radius: 4px;
        margin: 0 10px 10px 0;
    }

        .login_page input[type=submit]:hover {
            background-color: #199dbf;
            color: #ffffff;
        }


    .login_page input[type=submit] {
        padding: 6px;
        cursor: pointer;
        margin-top: 10px;
    }

.remember_me input {
    border: 0px none;
    padding: 0;
}

.remember_me label {
    width: auto;
}

.password_reset_page {
    width: 978px;
    margin: 0 auto;
}

.reset_password {
    padding: 0 0 40px 0;
    margin: 0;
    border: 0px none;
}

    .reset_password .button_stretch {
        margin: 10px 10px 0 0;
    }

    .reset_password input[type=text] {
        width: 250px;
    }

.warning_password {
    padding: 0px 20px 10px 20px;
    background-color: #d11a24;
    color: #fff !important;
    width: 510px;
    float: left;
    margin-left: 20px;
}

    .warning_password .button {
        color: #fff;
        background-color: #199dbf;
    }

    .warning_password h3 {
        padding-top: 0;
        margin-top: 0;
    }

.update_email {
    padding: 20px;
    background-color: #f5f5f5;
    margin: 0 0 20px;
}

    .update_email label,
    .update_email .form_field {
        display: inline;
    }

    .update_email input[type=text] {
        float: left;
    }

    .update_email .button {
        float: none;
        display: inline-block;
        padding: 5px 10px;
    }

    .update_email ul {
        margin-left: 20px;
        margin-bottom: 15px;
    }
/*** header basket ***/
.header_basket {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 20px;
    display: none;
}

    .header_basket h2 {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: 0px none;
        padding: 0;
        margin: 0 15px 0 0;
    }

    .header_basket .basket div {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .header_basket .button {
        margin-left: 15px;
    }

/*** Home banner ***/
.home_slide {
    height: 357px;
    overflow: hidden;
    /*max-width:1400px;
padding: 0 auto;
    background-color:#d11a24;
    */
}

.banner_item {
    width: 100%;
    height: 357px;
    position: relative;
}

    .banner_item .banner_left {
        position: absolute;
        left: 0;
        right: 50%;
        top: 0;
        bottom: 0;
        overflow: hidden;
        text-align: right;
        transition: right 500ms;
    }

    .banner_item .banner_right {
        position: absolute;
        right: 0;
        left: 50%;
        top: 0;
        bottom: 0;
        background-color: #d11a24;
        padding: 20px;
        transition: left 500ms;
    }

    .banner_item .banner_left img {
        /*width:100%;
    max-width:623px;*/
    }

    .banner_item .banner_right h2 {
        border: 0px none;
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
    }

    .banner_item .banner_right h3 {
        border: 0px none;
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff;
        font-weight: normal;
        font-size: 24px;
    }

    .banner_item .banner_right .button {
        margin: 10px 0 0 0;
    }

    .banner_item .banner_right {
        padding: 110px 35px 0;
        margin: 0;
    }

    .banner_item.career .banner_right {
        background-color: #0a76a0;
    }

    .banner_item.knowledge .banner_right {
        background-color: #199dbf;
    }

    .banner_item.why_join .banner_right {
        background-color: #0c4270;
    }

    .banner_item.branches .banner_left {
        background-color: #199dbf;
    }

    .banner_item.branches .banner_right .button {
        background-color: #199dbf;
    }


.homebanner_nav {
    background-color: #393637;
    height: 42px;
    position: relative;
}

    .homebanner_nav a {
        display: block;
        float: left;
        height: 30px;
        width: 25%;
        *width: 24.99%;
        text-align: center;
        color: #999999;
        padding: 12px 0 0;
        font-weight: bold;
        cursor: pointer;
        font-size: 12px;
    }

        .homebanner_nav a.cycle-pager-active {
            background-color: #272425;
            background-image: url(/AppImages/slide_nav_arrow.gif);
            background-position: center bottom;
            color: #fff;
        }

        
.slider_wrapper {
    overflow: hidden;
}
.slider {
    max-width: 1024px;
    margin: 0 auto;
    overflow: visible;
}
.slider .slick-list {
    overflow: visible;
    width: 1024px;
    margin: 0 auto;
    max-width: 100%;
}
.slider .slick-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    background-color: rgba(255,255,255, .8);
    z-index: 999;
}
.slider .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background-color: rgba(255,255,255, .8);
    z-index: 999;
}
.slider .slide {
    width: 1024px;
    height: 380px;
    position: relative;
    max-width: 100%;
}
.slider .slide .slide-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 342px;
    height: 100%;
    background: #1a90af;
}
.slider .slide .slide-text h2,
.slider .slide .slide-text p {
    padding: 35px 25px;
    margin: 0;
    color: #fff;
}
.slider .slide .slide-text h2 {
    font-weight: 300;
    font-size: 36px;
    background: #199dbf;
    padding-bottom: 22px;
}
.slider .slide .slide-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 140%;
}
.slider .slide .slide-text p strong {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 10px;
}
.slider .slide .slide-text p .button {
    margin-top: 30px;
    margin-left: 0;
}
.slider .slick-prev, .slider .slick-next {
    position: absolute;
    top: 220px;
    left: 0;
    background: #0a76a0;
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}
.slider .slick-prev {
    padding-left: 50px;
}
.slider .slick-next {
    top: 256px;
    padding-right: 50px;
}
    .slider .slick-prev:before {
        content: "";
        float: left;
        background: url(/AppImages/prev.png) no-repeat center #0c4270;
        top: 0;
        left: 0;
        position: absolute;
        width: 36px;
        height: 36px;
    }
    .slider .slick-next:after {
        content: "";
        float: left;
        background: url(/AppImages/next.png) no-repeat center #0c4270;
        top: 0;
        right: 0;
        position: absolute;
        width: 36px;
        height: 36px;
    }
.grid_cont {
    width: 1024px;
    margin: 0 auto;
}
.grid_cont .callout {
    margin-bottom: 0;
}
.grid_cont h3, .grid_cont h4 {
    font-weight: 300;
    letter-spacing: -0.015em;
}
.grid_ot, .grid_tt {
    float: left;
}
.grid_ot {
    width: 321px;
    padding-left: 20px;
}
.grid_tt {
    width: 662px;
    padding-left: 20px;
    padding-bottom: 25px;
}
.grey_wrap {
    background: #f2f2f2;
}
.blue_wrap {
    background: #0a76a0;
}
.lightblue_wrap {
    background: #199dbf;
}
.grid_tt h3, .grid_ot h3 {
    font-size: 37px;
    color: #231f20;
    margin: 50px 0 0 0;
}
    .grid_tt h3 + h4 {
        color: #d11a24;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: -0.01em;
        margin-top: 0;
    }
.grid_tt p, .grid_ot p {
    color: #4d4d4d;
    padding-right: 30px;
    line-height: 140% !important;
}
.grid_ot.become_member {
    background: url(/AppImages/become-member.png) no-repeat 245px 45px #d11a24;
    min-height: 245px;
    width: 312px;
    padding-left: 30px;
}
.grid_ot.become_member p {
    color: #fff;
    padding-right: 30px;
}
.grid_ot.become_member p a {
    color: #fff;
}
.grid_ot h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 55px;
    margin-bottom: 35px
}
.career_development .grid_ot {
    background: #f2f2f2;
    min-height: 185px;
    padding-top: 60px;
}
    .career_development .grid_ot p {
        padding-right: 30px;
    }
    .career_development .grid_ot p a {
        display: block;
    }
.grid_ot.qualifications p,
.grid_ot.register p,
.grid_ot.engineer p {
    color: #fff;
}
.grid_ot.qualifications {
    background: url(/AppImages/qualifications.png) no-repeat 235px 45px #156b8d;
}
.grid_ot.register {
    background: url(/AppImages/register.png) no-repeat 235px 45px #107096;
}
.blue_wrap .grid_ot {
    min-height: 280px;
}
.blue_wrap p {
    color: #fff;
    padding-right: 30px;
}
.grid_ot.engineer {
    padding-top: 90px;
    min-height: 190px;
    background: url(/AppImages/engineer.png) no-repeat 45px 45px #0a76a0;
}
.grid_ot.engineer h4 {
    margin-bottom: 9px;
}
.grid_ot.career_spotlight {
    min-height: 490px;
    background: #e0e0e0;
}
.grid_ot.career_spotlight h3 {
    float: left;
}
.grid_ot.career_spotlight h3 + p {
    width: 100%;
    padding-right: 0;
}
.grid_ot.career_spotlight img {
    float: right;
}
.grid_ot.career_spotlight p {
    line-height: 150% !important;
}
.grid_ot.career_spotlight .info {
    font-size: 16px;
    margin-top: 15px;
}
.grid_ot.career_spotlight .info strong {
    font-weight: normal;
    color: #d11a24;
}
.grid_ot.networking {
    background: #d11a24;
    min-height: 490px;
}
.grid_ot.networking h3, .grid_ot.networking p {
    color: #fff;
}
.grid_ot.shop {
    padding-left: 0;
    width: 341px;
}
.grid_hh {
    background: url(/AppImages/shop.png) no-repeat 235px 45px #e0e0e0;
}
.grid_hh p {
    color: #4d4d4d;
    padding-right: 30px;
    line-height: 140% !important;
}
.grid_hh h4 {
    color: #231f20;
    font-weight: 300;
    font-size: 24px;
    margin: 55px 0 35px 0;
}
    .grid_hh {
        padding-left: 30px;
        float: left;
        min-height: 245px;
    }
    .grid_hh.sig {
        background: url(/AppImages/SIG.png) no-repeat 235px 45px #0a76a0;
    }
    .grid_hh.sig h4, .grid_hh.sig p {
        color: #fff;
    }
.twitter_feed {
    background: url(/AppImages/twitter.png) no-repeat 0 center;
    padding: 18px 0 18px 75px;
}
.twitter_feed h3 {
    color: #fff;
    font-size: 24px;
    float: left;
}
.twitter_feed .twitter_item {
    color: #fff;
    font-size: 16px;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}
.twitter_feed .twitter_item span {
    font-size: 13px;
    font-style: italic;
}
.grid_4 .grid_ot, .grid_4 .grid_hh {
    width: auto;
    background-position: 210px 45px;
    margin-bottom: 15px;
    min-height: 0;
    padding-left: 20px;
}
.grid_4 .grid_ot h3, .grid_4 .grid_hh h3 {
    font-weight: 300;
    font-size: 24px;
}
.grid_4 .grid_hh {
    padding-left: 20px;
}
.grid_4 .grid_ot.engineer {
    background-position: 20px 20px;
    padding-top: 50px;
}
.grid_ot.career_spotlight {
    position: relative;
}
.grid_ot.career_spotlight h3 {
    margin-top: 30px;
}
.grid_ot.career_spotlight img {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}
.grid_4 .grid_ot.networking h3 {
    margin-top: 20px;
}

.grid_4 img{
max-width:100%;
}

.pre_footer {
    color: #fff;
    text-align: left;
    max-width: 1396px;
    margin: 0 auto;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.pre_footer .container_12 {
    width: 1024px;
}
.pre_footer .container_12 .grid_12 {
    margin: 0;
}
.pre_footer .container_12 .grid_12 h3 {
    font-weight: 300;
}
    .pre_footer a {
        color: #fff;
    }

        .pre_footer a:hover {
            color: #d1ebf2;
        }

.post_footer {
    background: #e6e6e6;
    color: #fff;
    text-align: left;
    max-width: 1396px;
    margin: 0 auto;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.pre_footer p {
    border-left: none;
    padding-left: 0px;
}

.pre_footer .container_12 .grid_12 {
    width: 918px;
    padding: 20px 0 10px 70px;
    background-image: url(/AppImages/icon_phone.png);
    background-position: 0 20px;
}

.post_footer a {
    color: #333;
}

#footer {
    clear: both;
    padding: 15px 0;
    text-align: left;
    font-size: 13px;
}

    #footer a {
        text-decoration: none;
        margin-right: 12px;
    }
    #footer a.last {
        margin-right: 0;
    }

        #footer a:hover {
            text-decoration: underline;
        }




/*** MODULES - LISTS (Based on 726px wide)
================================================== */


/*** Passowrd request ***/

.section_module {
    background-color: #0a76a0;
    padding: 20px 10px 10px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .section_module table {
        padding: 0;
        margin: 0;
        border: none;
    }

        .section_module table tr td {
            padding: 0;
            margin: 0;
            border: none;
        }

    .section_module .form_field {
        padding-bottom: 8px;
    }

        .section_module .form_field label {
            float: left;
            width: 180px;
            color: #fff;
            padding-top: 5px;
        }

        .section_module .form_field input {
            border: 1px solid #199dbf;
            font-size: 22px;
        }


.module_list_item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #199dbf;
}

.module_list_item_date,
.module_detail_date {
    font-size: 20px;
    color: #199dbf;
    margin-bottom: 10px;
    float: right;
    text-align: right;
    width: 111px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}

.module_list_item_title,
.module_detail_title {
    margin-bottom: 10px;
    padding: 0;
    border: 0px none;
}

    .module_list_item_title a {
        color: #333;
        font-size: 20px;
    }

        .module_list_item_title a:hover {
            color: #d11a24;
        }

.module_list_item_image {
    float: left;
    width: 225px;
}

    .module_list_item_image img {
        width: 200px;
    }

.module_list_item_content p {
    border: none;
    padding-left: 0px;
}

.news_list_item_wrapper .module_list_item {
    padding-bottom: 20px;
    float: left;
}

.ifeblog .news_list_item_wrapper .module_list_item .module_list_item_date {
    font-size: 20px;
}

.ifeblog .module_list_item_title a {
    font-weight: normal;
}

.ifeblog .module_list_item_image {
    display: none;
}

.ifeblog .news_list_item_wrapper .module_list_item .module_list_item_content {
    width: 100%;
    float: left;
}

    .ifeblog .news_list_item_wrapper .module_list_item .module_list_item_content p {
        padding-left: 18px;
        border-left: 4px solid #ccc;
    }

.ifeblog .news_detail_wrapper .module_detail_date {
    width: auto;
}

.news_list_item_wrapper .module_list_item .module_list_item_content h2 {
    margin-top: 0;
}

.news_list_item_wrapper .module_list_item .module_list_item_date {
    float: none;
    color: #199dbf;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0px;
}


/*** Forum ***/

.forum_list_title {
    background-color: #d1ebf2;
}

h3.forum_list_title {
    color: #199dbf;
    font-weight: normal;
    margin-top: 0;
}

#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_Forum1_ctl00_ctl00_pnlForumsList p {
    border: none;
    padding-left: 0px;
}

#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_Forum1_ctl00_pnlForumIntro p {
    border-left: 0;
    padding-bottom: 0;
}

.forum_table {
    margin-left: 0;
}

    .forum_table tr th {
        background-color: #199dbf;
        color: #fff;
        font-size: 14px;
        border: 1px solid #0c4270;
    }

.forum_post_list_header a.forum_back {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    margin-left: 0px;
    display: block;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: 120px;
    position: absolute;
    right: 0;
    top: 45px;
    display: none;
}

.post_author {
    display: block;
    background-color: #d1ebf2;
    padding: 5px;
    color: #199dbf;
    font-weight: bold;
}

.forum_post_list_header {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 0;
}

.forum_make_post {
    margin-bottom: 20px;
}

    .forum_make_post input, .forum_make_post textarea {
        margin: 10px 0;
        width: 100%;
    }

.forum_new_thread {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

    .forum_new_thread:hover {
        background-color: #199dbf;
        color: #ffffff;
    }

.forum_post p, .forum_post_alternate p {
    padding: 5px 0 5px 18px;
    line-height: 140%;
}

/* Forum SIGs */
/* Fire Modelling */
.fire_modelling #pageTitle, .fire_modelling h3.forum_list_title, .fire_modelling h2.forum_list_title, .fire_modelling .forum_table tr th, .fire_modelling .post_author {
    background-color: #0c4270;
    color: #fff;
}

    .fire_modelling h3.forum_list_title a, .fire_modelling h2.forum_list_title a {
        color: #fff;
    }

/* Fire Investigation */
.fire_investigation #pageTitle, .fire_investigation h3.forum_list_title, .fire_investigation h2.forum_list_title, .fire_investigation .forum_table tr th, .fire_investigation .post_author {
    background-color: #0a76a0;
    color: #fff;
}

    .fire_investigation h3.forum_list_title a, .fire_investigation h2.forum_list_title a {
        color: #fff;
    }

/* Heritage Buildings */
.heritage_buildings #pageTitle, .heritage_buildings h3.forum_list_title, .heritage_buildings h2.forum_list_title, .heritage_buildings .forum_table tr th, .heritage_buildings .post_author {
    background-color: #d11a24;
    color: #fff;
}

    .heritage_buildings h3.forum_list_title a, .heritage_buildings h2.forum_list_title a {
        color: #fff;
    }

/* Competency and Ethics */
.competency #pageTitle, .competency h3.forum_list_title, .competency h2.forum_list_title, .competency .forum_table tr th, .competency .post_author {
    background-color: #b60050;
    color: #fff;
}

    .competency h3.forum_list_title a, .competency h2.forum_list_title a {
        color: #fff;
    }

/* Transport */
.transport #pageTitle, .transport h3.forum_list_title, .transport h2.forum_list_title, .transport .forum_table tr th, .transport .post_author {
    background-color: #008c98;
    color: #fff;
}

    .transport h3.forum_list_title a, .transport h2.forum_list_title a {
        color: #fff;
    }
/*** Shop ***/
.cat_wrapper {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 275px;
    float: left;
    padding: 8px;
    margin: 0 23px 20px 0px;
    /*height: 284px;*/
    overflow: hidden;
}

.product_category_image {
    text-align: center;
    height: 200px;
}

.cat_wrapper h2 {
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-bottom: 0;
    color: #000;
}

    .cat_wrapper h2 a {
        color: #000;
    }

        .cat_wrapper h2 a:hover {
            color: #d11a24;
        }

.cat_wrapper p.category_description {
    display: none;
}

.cat_wrapper p.more_link {
    text-align: left;
    border: none;
    padding-left: 0;
    padding-bottom: 5px;
}

    .cat_wrapper p.more_link a {
        /*display: block;*/
        color: #222;
        background-color: #d11a24;
        padding: 5px;
        margin: 10px 0 0 0;
        border-radius: 4px;
        color: #fff;
    }

        .cat_wrapper p.more_link a:hover {
            /*display: block;*/
            background-color: #199dbf;
        }

    .cat_wrapper p.more_link .float_right {
        float: none;
    }

.product_list_item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product_list_item_image {
    width: 200px;
    float: left;
}
.product_list_item_image img{
    max-width:100%;
}
.product_list_item_wrapper {
    float: right;
    width: 425px;
}

    .product_list_item_wrapper p {
        border: none;
        padding-left: 0;
    }

    .product_list_item_wrapper h2 {
        border: none;
        padding-left: 0;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 400;
    }

        .product_list_item_wrapper h2 .price {
            color: #199dbf;
        }



    .product_list_item_wrapper p.more_info a {
        /*display: block;*/
        background-color: #d11a24;
        padding: 5px;
        margin: 10px 0 0 0;
        border-radius: 4px;
        color: #fff;
        line-height: normal;
    }

        .product_list_item_wrapper p.more_info a:hover {
            background-color: #199dbf;
        }

.product_list_item_details h3 {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    font-weight: normal;
    font-size: 18px;
    width: 150px;
    float: left;
}

.product_list_item_details p {
    line-height: 140%;
}

    .product_list_item_details p.more_info a {
        margin-top: 0;
    }

.product_image_col {
    width: 226px;
    float: left;
}

    .product_image_col img {
        width: 100% !important;
    }

.product_tabs {
    display: none;
}

.prod_description_left {
    float: right;
    width: 392px;
}

    .prod_description_left p {
        padding-left: 0;
        border: none;
    }

.product_detail_controls {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: right;
}

.product_detail_price {
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}


.product_detail_buttons {
    text-align: right;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.associatedProduct {
    width: 48%;
    margin-right: 2%;
    float: left;
    border-bottom: 1px solid #ccc;
    height: 290px;
}

    .associatedProduct p {
        border-left: 0 !important;
    }

    .associatedProduct a {
        width: 100%;
        float: left;
    }



/*** MODULES - DETAIL (Based on 730px wide)
================================================== */

.module_detail_date /* 130px Wide */ {
    font-size: 16px;
    font-weight: normal;
}

.module_detail_title /* 600px Wide */ {
    float: left;
    width: 600px;
    margin-top: 0px;
    padding-top: 0px;
}

.module_detail_content {
    clear: both;
}

.event_list_item_wrapper {
    border-bottom: 2px solid #ccc;
}

    .event_list_item_wrapper .module_list_item {
        padding-bottom: 20px;
        border-bottom: 0;
    }

    .event_list_item_wrapper p {
        border-left: 4px solid #ccc;
        padding: 0 0 15px 8px;
    }

    .event_list_item_wrapper h2 a {
        font-weight: normal;
    }

    .event_list_item_wrapper .module_list_item_date {
        width: auto;
    }


.module_image_gallery_list {
    width: 300px;
    height: 225px;
    overflow: hidden;
}

.module_image_gallery_item {
    text-align: center;
}

.news_detail_wrapper .module_detail_date {
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
    width: auto;
}

.post_comments h3 {
    margin-top: 0;
}

.add_comment_form {
    margin-bottom: 10px;
}

.add_comment_button a, #divAdmin a {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}

    .add_comment_button a:hover, #divAdmin a:hover {
        background-color: #199dbf;
        color: #ffffff;
    }

/*** MODULES - SPECIFICS
================================================== */

.event_occurrence_list {
    margin: 20px 0;
    padding: 10px;
    background-color: #199dbf;
    color: #fff;
    border-radius: 8px;
}

    .event_occurrence_list h3 {
        margin: 0 0 0 0;
    }



.event_occurrence_item p, .event_occurrence_item ul {
    border-left: none;
    padding-left: 0px;
}

.event_occurrence_list .event_occurrence_item {
    padding-top: 0px;
    margin-top: 0px;
}

    .event_occurrence_list .event_occurrence_item ul {
        list-style-type: none;
        list-style-image: none;
        margin: 0;
    }

        .event_occurrence_list .event_occurrence_item ul li label {
            font-weight: bold;
        }

.event_booking_form {
    padding: 15px;
    margin: 15px 0;
    /*background-color: #f9f9f9;*/
}

    .event_booking_form label {
        clear: both;
        display: block;
        float: left;
        width: 180px;
        margin-right: 20px;
        padding: 5px 0;
        text-align: right;
        margin-bottom: 15px;
        color: #199dbf;
    }

    .event_booking_form input, .event_booking_form textarea {
        display: block;
        float: left;
        width: 50%;
        padding: 5px;
        margin-bottom: 15px;
        border: 1px solid #CCCCCC;
    }

    .event_booking_form i {
        display: block;
        clear: both;
    }

    .event_booking_form textarea {
        width: 83%;
        margin-left: 0px;
    }

    /*** Event Booking form ***/
    .event_booking_header p, .event_booking_form p {
        border: none;
        padding-left: 0px;
    }

.event_table tr th {
    background-color: #199dbf;
    /*color: #fff;*/
    font-size: 14px;
    border: 1px solid #0c4270;
}

.event_booking_wrapper .validation_summary p, .event_booking_wrapper .validation_summary ul {
    color: #fff;
    border: none;
}

.event_booking_wrapper p {
    border: 0px none;
    padding-left: 0;
}

.event_booking_wrapper .validation_summary ul {
    list-style-type: none;
}
.tabs_nav li a {
    background: #dcdcdc !important;
}
.tabs_nav li a.active {
    background: #d11a24 !important;
    color: #fff;
}
.event_delegate_buttons {
    margin-bottom: 20px;
}
.event_booking_form .validation_summary {
    width: 100% !important;
}
.event_booking_form .validation_summary p, .event_booking_form .validation_summary li {
    color: #000 !important;
}
.event_booking_form .form_field {
    float: left;
    min-width: 76%;
}
.event_booking_form input[type=text], .event_booking_form input[type=password], .event_booking_form select {
    max-width: 100% !important;
    width: 270px !important;
}
.event_booking_form select {
    width: 280px !important;
}
.event_booking_form .form_error {
    top: 8px;
}
.ui-dialog {
    border-radius: 0 !important;
}
.ui-dialog .ui-dialog-titlebar {
    border-radius: 0 !important;
    background: #199dbf;
    color: #fff;
    border: 0;
}
.ui-dialog .ui-dialog-content {
    font-size: 12px;
    padding: 10px 0 0 10px !important;
    text-align: left;
    height: 35px !important;
}
.ui-dialog .ui-dialog-content select {
    width: 230px;
}
.ui-dialog .ui-button {
    border-radius: 0 !important;
    background: #199dbf !important;
    border: 0 !important;
}
.ui-dialog .ui-button:last-child {
    background: #d11a24 !important;
}
    .ui-dialog .ui-button span {
        color: #fff;
    }
.ui-dialog .ui-dialog-buttonpane {
    padding: 0 !important;
    margin: 0 !important;
}
.gm-style-iw h4 {
    margin: 5px 0;
}
.gm-style-iw p {
    padding: 0;
    border: 0;
    line-height: 150%;
}

/** FAQ specific **/
.faq_list_items {
    padding-top: 20px;
}

.faq {
    padding: 0;
    margin: 0;
    border-bottom: 0px none;
}

    .faq .question {
        background-image: url(/AppImages/faq_closed.png);
        background-position: left 5px;
        cursor: pointer;
        color: #d11a24;
        padding: 10px 10px 10px 40px;
        margin: 0 0 10px;
        font-size: 18px;
    }

        .faq .question.active {
            background-image: url(/AppImages/faq_open.png);
        }

    .faq .answer {
        padding: 0 0 20px 40px;
    }

        .faq .answer img {
            margin: 20px;
        }

        .faq .answer p {
            border: 0px none;
            padding-left: 0;
        }

/*** Documents
================================================== */

.breadcrumbs {
    display: none;
}

.document_library_content p {
    border: none;
    padding-left: 0;
}

.filteredList {
    clear: both;
    padding: 0;
    margin: 0;
}

    .filteredList h2 {
        display: none;
    }

.search_controls ul {
    padding-left: 0;
    margin: 0;
    border: none;
    list-style-image: none;
    background: none;
}

    .search_controls ul li {
        background: none;
        padding-right: 2px;
    }

.search_section {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin: 0 20px 0 0;
    width: 280px;
}

    .search_section label {
        display: inline-block;
        zoom: 1;
        width: 90px !important;
        padding: 5px 0 0 0;
        margin: 0;
        color: #199dbf;
    }




    .search_section input, .search_section select {
        padding: 5px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        float: none;
        margin: 0;
        vertical-align: bottom;
        width: 160px;
    }

.search_buttons a, .button_reset {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}


    .search_buttons a:hover, .button_reset:hover {
        background-color: #199dbf;
    }

.search_section select {
    width: 170px;
    margin: 0;
}

.search_section .search_field_container {
    float: none !important;
    width: auto !important;
}

.calendar_input {
    width: 93px;
    float: left;
}

    .calendar_input input[type="text"] {
        width: 57px;
    }

    .calendar_input img {
        vertical-align: top;
        margin: 1px 0 0 3px;
    }

.search_reset input {
    display: none;
}

.search_reset {
    text-align: right;
}

.front_end_table {
    margin-top: 0;
}

    .front_end_table tr th {
        background-color: #199dbf;
        color: #fff;
        font-size: 14px;
        border: 1px solid #0c4270;
    }

        .front_end_table tr th a {
            color: #fff;
        }

.pager_pagecount_multiple {
    min-height: 22px;
    background: none;
}

    .pager_pagecount_multiple a.pager_item:hover, .pager_pagecount_multiple a.pager_item.selected {
        text-decoration: none;
        color: #fff;
        background-color: #199dbf;
    }

/*** Vacancies
================================================== */

.vacancy_list_wrapper .module_list_item {
    border-bottom: 0;
}

    .vacancy_list_wrapper .module_list_item h2 a {
		font-size: 28px;
    }

.vacancy_list_wrapper .module_list_item_content {
    padding-left: 18px;
    border-left: 4px solid #ccc;
}

    .vacancy_list_wrapper .module_list_item_content p {
        padding-bottom: 5px;
    }

        .vacancy_list_wrapper .module_list_item_content p strong {
            color: #199dbf;
            font-weight: normal;
        }

.vacancy_detail_wrapper p, .vacancy_footer_wrapper p {
    border: none;
    padding-left: 0;
}

.vacancy_detail_wrapper h2 {
    margin: 0;
}

.vacancy_detail_field p {
    padding-bottom: 0px;
}

.vacancy_package {
    margin-top: 20px;
}

.vacancy_detail_wrapper .buttons {
    text-align: left;
    padding: 10px 0 0 0;
}

    .vacancy_detail_wrapper .buttons a {
        margin-left: 0;
    }

.vacancy_apply p {
    border: none;
    padding-left: 0;
}

.vacancy_apply .form_field, .vacancy_form .checkbox_field {
    position: relative;
    padding-top: 10px;
}

.vacancy_apply .vacancy_form {
    color: #199dbf;
}

.form_field {
    clear: both;
}

.vacancy_form .form_input, .vacancy_form .checkbox input {
    width: 290px !important;
    padding-left: 20px;
    position: absolute;
    left: 160px;
    top: 0;
}

.vacancy_form .checkbox input {
    width: auto !important;
    left: 180px;
}

.vacancy_form .form_field.full .form_input {
    display: block;
    width: 450px !important;
    position: relative;
    left: 0;
    padding: 10px 0 10px 0;
    margin: 0;
}

    .vacancy_form .form_field.full .form_input textarea {
        width: 100%;
    }

.vacancy_form .buttons a {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
}

.vacancy_form .buttons {
    padding-right: 0;
}

    .vacancy_form .buttons a:hover {
        background-color: #199dbf;
    }

.vacancy_form .checkbox_field {
    margin: 0 0 10px 0;
}

/*** E-Alerts
================================================== */

.emailalerts_wrapper h2 {
    margin: 10px 0 0 0;
}

.emailalerts_wrapper table {
    margin: 0 0 10px 0;
}

.alert_field {
    margin-bottom: 10px;
}

    .alert_field label,
    .lf_website span,
    .lf_email span {
        display: block;
        margin-bottom: 3px;
        width: 150px;
        float: left;
        padding-top: 5px;
        color: #199dbf;
    }

.field_cont span + span {
    display: none;
}

.alert_field input[type=text] {
    display: block;
    width: 260px;
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.msg_head {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #d1ebf2 !important;
    margin: 1px;
}

.msg_body {
    padding-top: 0;
}

    .msg_body h2 {
        margin: 0;
    }

    .msg_body .checkbox_field label {
        color: #199dbf;
    }

    .msg_body .checkbox_field {
        margin-bottom: 10px;
    }

    .msg_body p {
        border: none;
        padding-left: 0;
    }

.emailalerts_button {
    background-color: #d11a24;
    color: #FFFFFF;
    padding: 4px 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
}

    .emailalerts_button:hover {
        background-color: #199dbf;
        color: #fff;
    }

.emailalerts_fieldset table tr td {
    border: none;
}


.form_captcha p {
    border: none;
    padding-left: 0;
}

.emailalerts_confirmation {
    font-size: 20px;
}

.email_alerts_confirmation {
    width: 978px;
    margin: 0 auto;
    padding: 10px 0 0;
}


/*** SEARCH RESULTS
================================================== */

.search_results_wrapper {
    width: 978px;
    margin: 0 auto;
}

    .search_results_wrapper p {
        border: none;
        padding-left: 0;
    }

    .search_results_wrapper .search {
        padding: 5px 10px;
        background-color: #f5f5f5;
    }

        .search_results_wrapper .search label {
            padding: 5px 10px 5px 0px;
        }

        .search_results_wrapper .search #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_txtSearch {
            width: 393px;
            padding: 5px;
            border: 1px solid #cccccc;
        }

        .search_results_wrapper .search .button_search {
            background-color: #d11a24;
            color: #FFFFFF;
            padding: 4px 10px;
            margin-left: 5px;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            border: 0px none;
            border-radius: 4px;
            cursor: pointer;
        }

            .search_results_wrapper .search .button_search:hover {
                background-color: #199dbf;
            }

    .search_results_wrapper .search_result_item {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

.search_result_details {
}

.search_result_image {
    margin-right: 0;
    display: none;
}

.search_result_details h2 {
    margin: 0 0 0 0;
    font-size: 18px;
    width: 80%;
    border: none;
}

.search_result_date {
    font-size: 14px;
    color: #199dbf;
    font-weight: normal;
}

.search_type_icon {
    position: absolute;
    top: -4px;
    right: -14px;
    display: none;
}

/*** FORM BUILDER
================================================== */

.form_content_wrapper {
}

.list_field, .checkbox_field, .textbox_field {
    border-top: 0px none;
    padding-top: 0px;
    margin: 0;
}

.list_field {
}

.field_cont {
    clear: both;
    margin: 0;
    padding: 0 0 20px 0;
}

    .field_cont label,
    .lf_website span,
    .lf_email span {
        display: block;
        float: left;
        margin-bottom: 0.5em;
        padding: 0 20px 0 0;
        width: 170px;
        font-weight: bold;
        color: #199dbf;
    }

input[type=checkbox] + label {
    float: none;
}

.list_field > label {
    display: block;
    float: none;
    width: auto;
    color: #333;
    font-weight: bold;
}

.form_content_wrapper .list_field > label {
    width: 170px;
    float: left;
    color: #199dbf;
    margin-top:5px;
}

.list_control label {
    font-weight: normal;
}

.date_picker label {
    width: 185px;
    padding-right: 5px;
}

.field_cont input[type=text],
.field_cont input[type=password],
.field_cont textarea,
textarea {
    display: block;
    width: 55%;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    *padding: 8px 0;
    *text-indent: 8px;
}

textarea,
.field_cont textarea {
    min-height: 150px;
}

.field_cont select {
    width: 55%;
    text-indent: 8px;
    line-height: 1.3em;
    padding: 7px;
}

.field_cont .date_picker input[type=text] {
    width: 100px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    vertical-align: middle;
}

.field_cont .date_picker img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}

.field_cont input:focus, .field_cont textarea:focus {
    border: 1px solid #c4c4c4;
}

.checkbox_list_items, .radio_list_items, .list_control {
    float: none;
}

    .checkbox_field label, .checkbox_field input, .list_control label, .list_control input {
        /*display: inline;
    width: auto;
    padding: 0;*/
    }

.list_control {
    float: left;
    clear: none;
}

    .list_control label {
        float: left !important;
        width:360px;
    }

    .list_control input[type="checkbox"] {
        margin-top: 8px;
        float: left;
    }

.field_cont .list_field:after {
    content: "";
    display: block;
    height: 30px;
}

.field_cont .button_field {
    /*border-radius: 0;  Overiding cms_front_end.css */
    border: 0px none; /* Overiding cms_front_end.css */
}

    .field_cont .button_field:hover {
    }

.ui-tooltip {
    padding: 0px !important;
    height: auto !important;
    box-shadow: none !important;
}

.ui-tooltip-content {
    background-color: #199dbf !important;
    color: #ffffff !important;
    border: 0 !important;
}

.form_price {
    font-size: 22px;
    color: #d11a24;
    margin-left: 10px;
}

.grid_8 .field_cont .list_field label {
    float: left;
    width: 170px;
    color: #199dbf;
    clear: both;
}

.grid_8 .field_cont .list_field span {
    float: left;
}

    .grid_8 .field_cont .list_field span label {
        float: none;
        display: inline-block;
        line-height: 15px;
    }

    .grid_8 .field_cont .list_field span br {
        clear: both;
    }

.field_cont .fb_content_area {
    /*margin-left: 190px;*/
}
.checkbox_field label {
    width: 700px;
    padding-right: 0;
    float: right;
    display: inline;
}
.validation_error {
    float: left;
    margin-left: 190px;
    margin-bottom: 5px;
    clear: both;
}
.checkbox_field .formfield_input input {
    float: left;
    display: block;
    margin-top:2px;
}
.checkbox_field .validation_error {
    margin-left:0;
}
/*** CONTACT FORM
================================================== */
.grid_4 .form_title_wrapper h1 {
    font-size: 24px;
}

.grid_4 .form_callout_wrapper .field_cont {
    padding-bottom: 10px;
}

.grid_4 .fb_content_area {
    margin-left: 0;
}

    .grid_4 .fb_content_area * {
        font-size: 18px;
        margin-bottom: 0;
    }

.contact_form {
    /*float: left;
    width: 405px;
    margin-right: 50px;
    padding: 20px;
    background-color: #F0F0F0;*/
}

    .contact_form .contact_form_instructions {
        margin: 0 0 15px 0;
    }


    .contact_form .field_cont {
        padding-bottom: 0;
    }

    .contact_form .form_field, .contact_form .checkbox_field {
        margin: 8px 0;
        padding: 8px 0;
    }

        .contact_form .form_field label {
            display: block;
            margin-bottom: 3px;
            width: 150px;
            float: left;
            padding-top: 5px;
            color: #199dbf;
            font-weight: bold;
        }

    .contact_form p {
        border: none;
        padding-left: 0;
    }

.form_captcha {
    background-color: #d1ebf2;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    color: #0a76a0;
}

    .form_captcha h2 {
        margin: 0;
        font-size: 16px;
    }

.contact_form .form_field input, .contact_form .form_field textarea, .contact_form .form_captcha input {
    display: block;
    width: 400px;
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.contact_form .form_field textarea {
    width: 413px;
}

    .contact_form .form_field input:focus, .contact_form .form_field textarea:focus, .contact_form .contact_form .form_captcha input:focus {
        border: 1px solid #c4c4c4;
    }

.validation_summary {
    font-weight: normal;
}

.validation_control {
    float: right;
    position: relative;
    bottom: 2px;
    padding: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #d11a24;
    line-height: 1;
    height: 10px;
    color: #fff !important;
}

.contact_form .form_captcha input {
    width: 75px;
    padding: 9px;
}

.contact_form .form_button, .buttons {
    text-align: right;
}



.contact_address_wrapper {
    float: left;
    width: 225px;
}

.grid_4.alpha.contact_address {
    border-right: 1px solid #ccc;
    width: 310px;
    padding-right: 10px;
    margin-right: 0;
}

.contact_address .dynamic_callout_container p {
    line-height: 140%;
}


/*** SITE MAP
================================================== */
.sitemap {
    width: 978px;
    margin: 20px auto;
}

    .sitemap ul {
        list-style-type: none;
        list-style-image: none;
        margin: 0;
    }

        .sitemap ul li {
            margin: 0;
        }

            .sitemap ul li a {
                padding: 4px;
                display: block;
                margin-bottom: 1px;
            }

                .sitemap ul li a:hover {
                    opacity: 0.8;
                }

    .sitemap > ul > li > a {
        display: none;
        background-color: red;
    }

    .sitemap > ul > li > ul > li > a {
        background-color: #d11a24;
        color: #fff;
        padding-left: 10px;
    }

    .sitemap > ul > li > ul > li > ul > li > a {
        background-color: #ddd;
        padding-left: 10px;
        color: #000;
    }

    .sitemap > ul > li > ul > li > ul > li > ul > li > a {
        background-color: #eee;
        padding-left: 30px;
        color: #000;
    }


/**** OTHER CALLOUTS *****/


.dynamic_callout_container p, .callout_branches_home p {
    line-height: 125%;
    border-left: 0;
}

.callout_block {
    background-color: #e5e5e5;
    color: #231f20;
    padding: 15px 10px 25px;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
    clear: both;
}

.callout-half {
    width: 145px;
}

.thinblock {
    background-color: #e5e5e5;
    color: #231f20;
    padding: 5px 10px 15px 15px;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
    background-image: url(/AppImages/callout-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    font-size: 18px;
}

    .thinblock .callout_text {
        position: relative;
        padding-left: 70px;
        margin-bottom: 0px;
    }



    .thinblock .callout_title {
        margin-top: 10px;
    }

    .thinblock .callout_text img, .blue4 .thinblock .callout_text img {
        position: absolute;
        left: 0;
        top: 0;
    }



.callout_block:hover {
    opacity: 0.8;
    color: #231f20;
}

.callout_block:last-child {
    margin-right: 0;
}

.callout_block.red {
    background-color: #d11a24;
    color: #fff;
}

.callout_block.blue {
    background-color: #2173a0;
    color: #fff;
}

.callout_block.blue2 {
    background-color: #199dbf;
    color: #fff;
}

.callout_block.blue3 {
    background-color: #0c4270;
    color: #fff;
}

.callout_block.blue4 {
    background-color: #d1ebf2;
}

.callout_title {
    display: block;
    padding-bottom: 15px;
}

.thinblock .callout_title {
    display: block;
    padding-bottom: 0px;
}






.callout_block .callout_text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 0;
    font-weight: normal;
}

.grid_4 .callout_block .callout_text {
    position: relative;
    padding-left: 70px;
}

    .grid_4 .callout_block .callout_text img {
        position: absolute;
        left: 0;
        top: 0;
    }

.grid_2 .callout_block .callout_text {
    padding-top: 15px;
    float: none;
    padding-left: 0;
}

.callout_branches_home {
    background-color: #d1ebf2;
    background-image: url(/AppImages/callout_branches_home.gif);
    background-position: left top;
    padding: 15px 15px 15px 0;
    background-repeat: repeat-y;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .callout_branches_home h3 {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .callout_branches_home img {
        margin-right: 20px;
    }



.grid_4 .callout_block.blue4 .callout_text {
    color: #000;
    padding: 0;
}

    .grid_4 .callout_block.blue4 .callout_text img {
        display: block;
        position: relative;
        padding: 0;
    }

.addthis_toolbox {
    margin-bottom: 20px;
}

.grid_4 .callout_block.blue4.thinblock {
    background-image: url(/AppImages/callout-arrow-blue.png);
}

    .grid_4 .callout_block.blue4.thinblock .callout_text {
        position: relative;
        padding-left: 70px;
    }

        .grid_4 .callout_block.blue4.thinblock .callout_text img {
            position: absolute;
            left: 0;
            top: 0;
        }

.callout-half, .grid_2.first.last.callout-half, grid_2.last.callout-half {
    width: 145px !important;
}


/*** NAVIGATION - MAIN
================================================== */

/* Default setup is for sliding doors nav */
.nav_wrapper {
    margin-right: 0 !important;
    width: auto !important;
}
.main_nav {
    margin-left: 100px;
    display: block;
}

    .main_nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        list-style-image: none;
    }

        .main_nav ul li {
            float: left;
            position: relative;
            padding-bottom: 0;
            background-image: none;
            padding-left: 0;
        }

            .main_nav ul li a {
                display: block;
                float: left;
                cursor: pointer;
                color: #231f20;
                font-size: 17px;
                padding: 15px 10.5px 20px 11px;
                letter-spacing: -0.01em;
            }

                .main_nav ul li a span {
                    display: block;
                    float: left;
                }

                .main_nav ul li a:hover {
                    background-position: right bottom;
                    background-color: #ffffff;
                }

            .main_nav ul li.selected a {
                background-position: left bottom;
                text-decoration: none;
                background-color: #d11a24;
                color: #fff;
            }

/*** hide mobile nav ***/
#mobileNav,
#toggleMobileNav {
    display: none;
}


/* Panels based on width defined in dynamic master page */

.panel_nav .panel_nav_panel {
    display: none;
    background-color: #ffffff;
    width: 220px;
    padding: 5px;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 500 !important;
    zoom: 1;
    border: 1px solid #ccc;
    border-top: 0;
}

.page_home .panel_nav_panel {
    display: none !important;
}

.panel_nav_sub_panel {
    float: left;
    margin: 0 5px;
}

.panel_nav .panel_nav_sub_panel ul {
    height: auto;
    border: 0px none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: transparent;
}

    .panel_nav .panel_nav_sub_panel ul li {
        float: none !important;
        height: auto;
        padding: 0;
        margin: 0;
        zoom: 1;
        border-left: 0px none;
    }


        .panel_nav .panel_nav_sub_panel ul li:first-child a {
            border: 0px none;
        }

        .panel_nav .panel_nav_sub_panel ul li a {
            clear: both;
            display: block;
            float: none;
            text-align: left;
            height: auto;
            padding: 8px 0;
            margin: 0;
            width: 210px;
            background-image: none;
            background-color: Transparent;
            font-weight: normal;
            font-size: 100%;
            border-top: 1px solid #bfbfbf;
            min-height: 0;
            color: #444;
            text-transform: none;
            border-radius: 0;
        }
            /*.panel_nav .panel_nav_sub_panel ul li:first-child a
{
    border:0px none;
}*/

            .panel_nav .panel_nav_sub_panel ul li a span {
                float: none;
                position: static;
                background-image: none;
                background-color: Transparent;
                padding: 0;
                margin: 0;
            }

            .panel_nav .panel_nav_sub_panel ul li a:hover span, .panel_nav .panel_nav_sub_panel ul li.selected a span {
                color: #d11a24;
            }

        .panel_nav .panel_nav_sub_panel ul li ul a {
            margin-left: 15px;
            width: 155px;
            font-size: 12px;
        }

/*** NAVIGATION - SECOND/THIRD LEVEL
================================================== */

/* Second Level */

.second_level_nav ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 20px 0;
    padding: 0;
    border-left: none;
}

    .second_level_nav ul li {
        padding: 0 0 10px 0;
        background-image: none;
    }

        .second_level_nav ul li a {
            display: block;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #CCCCCC;
            color: #000;
            font-weight: bold;
        }

            .second_level_nav ul li a:hover, .second_level_nav ul li.selected a {
                color: #d11a24;
            }

    /* Third Level */

    .second_level_nav ul ul {
        margin: 0 0 0 20px;
    }

        .second_level_nav ul ul li {
            padding: 10px 0;
        }

    .second_level_nav ul li.selected ul li a {
        color: #000000;
    }

    .second_level_nav ul li ul li:hover > a, .second_level_nav ul li ul li.selected > a {
        color: #d11a24;
    }

    .second_level_nav ul li ul li.selected a {
        /*    color: #199dbf;*/
    }


/** POWERNAV - Columns **/
/** Add grid classes on with jquery to make this easier **/
.footer_nav {
    padding-bottom: 20px;
    padding-top: 30px;
}

ul.powernav_col {
    list-style-type: none;
}

.powernav_cols_4 ul.powernav_col {
}

.powernav_cols_5 ul.powernav_col {
}

    .powernav_cols_4 ul.powernav_col.col_4,
    .powernav_cols_5 ul.powernav_col.col_5 {
        border-right: 0px none;
    }



/*** NEW MODULE CALLOUTS ***/
.module_callout {
    margin-bottom: 30px;
}

.module_callout_header,
.module_callout_list_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

    .module_callout_header h2 {
        margin-bottom: 0;
    }

.module_callout_list_item_image {
    margin-bottom: 10px;
    display: none;
}

.module_callout_list_item_summary {
}

.module_callout_list_item.first,
.module_callout_list_item.index_0 {
    padding: 10px;
    background-color: #f5f5f5;
}

    .module_callout_list_item.first .module_callout_list_item_image,
    .module_callout_list_item.index_0 .module_callout_list_item_image {
        display: block;
    }

        .module_callout_list_item.first .module_callout_list_item_image img,
        .module_callout_list_item.index_0 .module_callout_list_item_image img {
            width: 100%;
        }

.module_callout_list_item.last .module_callout_list_item_summary {
    display: none;
}


/*** CALLOUTS - NEWS                                 
================================================== */
.module_callout.news {
}

/*** CALLOUTS - EVENTS
================================================== */
.module_callout.events {
}

/*** CALLOUTS - VACANCIES
================================================== */
.module_callout.vacancies {
}

.site_selection {
    display: none;
}


/*** DIRECTORIES ***/

.sf_listingentrycategories {
/*    margin-left: 10px;*/
    margin-right: 10px;
    float: left;
}
.sf_listingentrycategories label {
    width: auto;
}
.sf_listingentrycategories .chosen-container, .form_field .chosen-container {
    max-width:300px;
}
.sf_listingentrycategories a.chosen-single, .form_field a.chosen-single {
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #bbb;
    height: 20px;
    line-height: 21px;
}
.sf_listingentrycategories .chosen-single > div, .form_field .chosen-single > div {
    top: -3px !important;
}
.sf_listingentrycategories input[type=text], .form_field input[type=text] {
    background-position: right -24px !important;
}
.sf_listingentrycategories .chosen-results, .form_field .chosen-results {
    border-left: 0;
}
.sf_listingentrycategories .chosen-results li, .form_field .chosen-results li {
    background-image: none;
}

.listing_wrapper .ql_searchField {
  position: relative;
  margin-bottom: 18px;
  margin-right: 0;
  width: 100%;
}
.listing_wrapper .ql_searchField.sf_coords, .listing_wrapper .ql_searchField.sf_coords + .search_button,
.listing_wrapper .ql_searchField.sf_name, .listing_wrapper .ql_searchField.sf_organisation {
  display: none;
}
.listing_wrapper .ql_searchField input[type=text] {
  color: #8c8c8c;
  font-size: 18px;
  background: #ffffff;
  border: 0;
  padding: 9px 13px 4px 13px;
  margin-bottom: 0;
  width: 566px;
  float: left;
  border: 2px solid #ededed;
}
.listing_wrapper .ql_searchField label {
  position: absolute;
  left: 0;
  color: #8c8c8c;
  font-size: 18px;
  padding: 11px 13px 6px 15px;
  font-style: italic;
}
.listing_wrapper .ql_searchField .search_button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border: 0;
  background: url(/AppImages/arrowWhite.png) no-repeat center #d11a24;
  float: left;
  margin: 0 0 0 8px;
  padding: 0;
  border-radius: 0;
}
.listing_wrapper .ql_searchField .chosen-container, .form_field .chosen-container {
  width: 100% !important;
  max-width: 100%;
}
.listing_wrapper .chosen-container-single .chosen-search input[type="text"], .form_field .chosen-container-single .chosen-search input[type="text"] {
    line-height: 18px;
    font-size: 18px;
    color: #4d4d4d;
    padding: 5px 10px;
    background: url(/AppImages/search.gif) no-repeat 100% 3px #fff !important;
}
.listing_wrapper .ql_searchField .chosen-container .chosen-single, .form_field .chosen-container .chosen-single {
  border-radius: 0;
  background: url(/AppImages/arrowDown.png) no-repeat 98% center #ededed !important;
  border: 0 !important;
  box-shadow: none;
  font-size: 18px;
  padding: 13px 15px 7px 15px;
  color: #4d4d4d;
  height: 18px;
  line-height: 17px;
}
.listing_wrapper .ql_searchField .chosen-container .chosen-drop, .form_field .chosen-container .chosen-drop {
  background: #ededed !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.listing_wrapper .ql_searchField .chosen-container .chosen-results, .form_field .chosen-container .chosen-results {
    clear: both;
  margin: 0 !important;
  padding: 0 !important;
}
.listing_wrapper .ql_searchField .chosen-container .chosen-results li, .form_field .chosen-container .chosen-results li {
  padding: 10px 15px !important;
  font-size: 18px;
  color: #4d4d4d;
}
.listing_wrapper .ql_searchField .chosen-container .chosen-results li.highlighted, .form_field .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background: #d11a24 !important;
}
.listing_wrapper .ql_searchField .chosen-single div, .form_field .chosen-single div {
  display: none !important;
}
.ql_res_item {
    display: block;
    margin-bottom: 0;
}
.ql_res_item:nth-child(odd) {
    clear: both;
}

    .ql_res_item .module_list_item_title {
        margin: 0 2px 0 0 ;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }

        .ql_res_item .module_list_item_title a {
            font-size: 18px;
        }

    .ql_res_item p {
        border-left: 0;
        padding: 0 0 15px 0;
    }

    .ql_res_item img {
        width: 138px;
        height: 90px;
        float: left;
        margin-right: 15px;
    }

.ql_res_item_content {
    float: left;
}

.ql_res_item p a[data-bind] {
    color: #ffffff;
    background-color: #d11a24;
    padding: 0 5px;
    display: block;
    width: 90px;
    margin-top: 5px;
    border-radius: 5px;
}
.google_map {
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
}
.listing_az {
    display: block;
    padding-bottom: 20px;
}
    .listing_az a {
        float: left;
        *zoom: 1;
        margin: 0 12px 10px 0;
        min-width: 22px;
        padding: 8px;
        height: 22px;
        line-height: 20px;
        background-color: #d11a24;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
    }
    .listing_az a:nth-of-type(13n) {
        margin-right: 0;
    }

.listing_fields_wrapper .field_cont label, .listing_fields_wrapper .field_cont span {
    float: left;
    padding: 3px 0;
}

.listing_summary .listing_primary_image {
    display: none;
}

.ql_res_item_content table {
    font-size: 100%;
    float: left;
    border-right: 1px solid #ccc;
    table-layout: fixed;
}

.ql_res_item_content th {
    background-color: transparent;
    font-size: 100%;
    padding: 0;
    border: 0px none;
    padding: 0 10px 5px 0;
}

.ql_res_item_content td {
    font-size: 100%;
    padding: 0;
    border: 0px none;
}

.ql_res_item_content .more_link {
    background-image: url(/CoreCode/images/arrow_sprites.png) !important;
    padding: 2px 20px 2px 0 !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    background-position: right -87px;
}

.ql_page_next.paginate_enabled_next,
.ql_page_next.paginate_disabled_next,
.ql_page_prev.paginate_enabled_previous,
.ql_page_prev.paginate_disabled_previous {
    background-image: url(/CoreCode/images/arrow_sprites.png) !important;
    padding: 2px 20px 2px 5px !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #d11a24 !important;
    color: #fff !important;
    text-decoration: none;
    background-position: right -20px !important;
    line-height: 19px;
}

.ql_page_next.paginate_disabled_next,
.ql_page_prev.paginate_disabled_previous {
    opacity: 0.3;
    cursor: default;
}

.ql_page_prev.paginate_enabled_previous,
.ql_page_prev.paginate_disabled_previous {
    padding: 2px 5px 2px 20px !important;
    background-position: left 8px !important;
}

.dataTables_paginate_wrapper {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.dataTables_paginate_pages {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .dataTables_paginate_pages a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        background-color: #d11a24;
        color: #fff;
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
    }
.listing_summary .field_cont {
	float: left;
	padding-bottom: 0;
}
.listing_summary .lf_fax, .listing_summary .lf_latitude, .listing_summary .lf_longitude {
	display: none;
}

/** CASE STUDIES ***/
.casestudy_field_value {
    padding-bottom: 10px;
}

    .casestudy_field_value label {
        font-weight: bold;
    }

.casestudy_detail_field_summary .casestudy_field_value label,
.casestudy_detail_field_fulldetail .casestudy_field_value label {
    display: none;
}

.module_image_gallery_list {
    margin-bottom: 10px;
}

.casestudy_detail_wrapper .module_image_gallery_nav img {
    width: 71px;
    margin-right: 0;
    margin: 2px;
    cursor: pointer;
}

    .casestudy_detail_wrapper .module_image_gallery_nav img:hover {
        opacity: 0.8;
    }

#module_image_gallery_enlarge {
    cursor: pointer;
}



/*** BRANCHES MAPS ***/
.uk_map_container,
.world_map_container {
    background-color: #8ccedf;
    background-image: url(/AppImages/map_world.gif);
    background-position: center;
    height: 600px;
    width: 978px;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 50px;
    margin-top: 30px;
}

.uk_map_container {
    background-image: url(/AppImages/map_uk.gif);
    background-position: center;
    height: 530px;
    width: 390px;
    padding: 0;
    margin-top: 0;
}

    .uk_map_container h2,
    .world_map_container h2 {
        background-color: #6db9d0;
        color: #fff;
        font-size: 25px;
        border-radius: 0 5px 5px 0;
        border: 0px none;
        padding: 5px 20px;
        margin: 20px 0 0 0;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-weight: bold;
    }

.map_pin {
    position: absolute;
    font-size: 11px;
}

    .map_pin.open {
        z-index: 100;
        width: 105px;
    }

.map_pin_detail {
    display: none;
    width: 105px;
}

.selected_graphic {
    background-image: url(/AppImages/map_target.png);
    width: 226px;
    height: 226px;
    display: none;
    position: absolute;
    margin-left: -105px;
    margin-top: -105px;
    transform: scale(0.2,0.2);
    -webkit-transform: scale(0.2,0.2);
    transition: transform 50ms ease-in;
    -webkit-transition: -webkit-transform 50ms ease-in-out;
}

    .selected_graphic.selected {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transition: transform 50ms ease-in;
        -webkit-transition: -webkit-transform 50ms ease-in-out;
    }

.toggler {
    cursor: pointer;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(/AppImages/map_pin.png);
}

    .toggler:hover {
        background-position: left bottom;
    }

.map_pin_detail em {
    width: 14px;
    height: 14px;
    background-image: url(/AppImages/map_close.gif);
    display: block;
    float: right;
    cursor: pointer;
}

.map_pin_detail {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #8ccedf;
    border: 2px solid rgba(140,206,223,0.7);
    bottom: 50px;
    left: -75px;
    width: 150px;
    z-index: 2;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transition: transform 150ms ease-in-out;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
}

    .map_pin_detail.open {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transition: transform 150ms ease-in;
        -webkit-transition: -webkit-transform 150ms ease-in-out;
    }

    .map_pin_detail h4 {
        margin: 10px 0;
    }
    .map_pin_detail p {
        display: none;
        padding: 10px 0;
        line-height: 12px;
    }

    .map_pin_detail a {
        background-image: url("/AppImages/map_link.gif");
        background-position: right center;
        color: #3F5A87;
        display: block;
        font-size: 11px;
        padding: 0 0 0 3px;
        width: 70px;
    }

    .map_pin_detail .map_point {
        position: absolute;
        width: 19px;
        height: 43px;
        background-image: url(/AppImages/map_point.png);
        bottom: -43px;
        left: 72px;
    }


/*** ECOMMERCE ***/

.basket_page_wrapper {
    padding-bottom: 30px;
}

.basketTotals td {
    padding-left: 0;
    border: 0px none;
}

.checkout_breadcrumbs span {
    display: inline-block;
    margin-right: 10px;
    *display: inline;
    *zoom: 1;
}

.basket_page_wrapper table tr th {
    background-color: #199dbf;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0c4270;
}


.cart_summary {
    position: relative;
}

    .cart_summary .basket {
        position: absolute;
        right: 0;
        top: -27px;
    }

        .cart_summary .basket h2 {
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 4px;
            float: left;
            line-height: 160%;
        }

        .cart_summary .basket div {
            margin: 0 20px;
            float: left;
        }

        .cart_summary .basket a {
            float: left;
        }

.basket_wrapper {
    width: 978px;
    margin: 0 auto;
}

.checkout_breadcrumbs {
    margin: 15px 0;
    color: #199dbf;
}

    .checkout_breadcrumbs p {
        margin-bottom: 0px;
    }

.basket_page_wrapper, .checkoutAddressPage, .checkout_address_content {
    clear: both;
    margin-bottom: 20px;
}
.checkoutAddressPage .delivery_options table table {
    display: none;
}

.checkout_breadcrumbs span a:visited, .checkout_breadcrumbs span a:hover {
    color: #199dbf;
}

.checkoutAddressPage p, .checkout_address_content p, .checkout_address_content h2, .edit_basket_contents, .basket_promotions, .billing_address, .gateway {
    text-align: left;
}

.checkoutAddressPage ul {
    margin-top: 10px;
}
.checkoutAddressPage ul li {
    list-style-type: none;
    padding-left: 0;
    background: none;
}

    .checkoutAddressPage ul li label, .checkout_address_content label, label#ctl00_ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ContentMain_CheckoutAddress1_lblEmail {
        clear: both;
        float: left;
        padding: 3px;
        width: 95px;
        text-align: left;
        margin-left: 0px;
    }

label#ctl00_ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ContentMain_CheckoutAddress1_lblEmail {
    margin-left: 30px !important;
    width: auto;
}

input#ctl00_ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ContentMain_CheckoutAddress1_txtEmail {
    margin-left: 48px;
}

.checkout_address_content label {
    margin-left: 0px;
    width: 500px;
    clear: right;
    padding: 0;
}

.checkoutAddressPage ul li input, .checkoutAddressPage ul li textarea, .checkoutAddressPage ul li select, .checkout_address_content input {
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 5px;
    padding: 3px;
    width: 220px !important;
}

.checkoutAddressPage ul li select {
    width: 228px !important;
}

.edit_basket_contents {
    margin-bottom: 10px;
}

.payment input {
    margin-right: 5px;
    width: 15px !important;
    margin-top: 4px;
}

#h1Multisite {
    display: none;
}

#title h1#h1Multisite {
    display: none !important;
}

p.payment {
    clear: both;
    display: block;
    height: 20px;
}

.basket_promotions label {
    width: auto;
    padding: 3px;
    margin-left: 0;
}

.section_module {
    margin-bottom: 20px;
}

.pay_invoice {
    display: none !important;
    /*Hiding 'pay by invoice' with web config option didn't work for some reason **/
}
/** Delivery Options **/
.delivery_options table td input {
    width: auto !important;
}

.wrapper .delivery_options table td label {
    width: auto;
    padding: 0 0 0 10px;
}

.wrapper .delivery_options table td, .wrapper .delivery_options table th {
    font-size: 14px;
}

.wrapper .delivery_options label table {
    margin-left: -20px;
    width: 110%;
    margin-top: 10px;
}

.wrapper {
    width: 1008px;
    margin: 0 auto;
    padding: 40px 0;
}

    .wrapper .c3 {
        width: 978px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .wrapper .c3 label {
            width: 95px;
            padding: 3px;
        }

        .wrapper .c3 ul li {
            position: relative;
        }

            .wrapper .c3 ul li .valid_message {
                position: absolute;
                right: 10px;
            }

        .wrapper .c3 .buttons {
            width: 330px;
        }

        .wrapper .c3 .inlineForm textarea {
            margin-bottom: 10px;
            width: 330px;
        }

        .wrapper .c3 .totals td {
            border: 0;
        }

            .wrapper .c3 .totals td input {
                float: none;
            }

.checkout_address_content .basketScheme tr th {
    background-color: #199dbf;
    color: #fff;
    font-weight: normal;
}

.basketScheme.basketTotals {
    margin-bottom: 0;
}

.checkout_address_content h2 {
    font-size: 22px;
}

.checkout_address_content .delivery_address_wrapper h3 {
    display: inline;
}

.checkout_address_content .delivery_address_wrapper tr th {
    background: none;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 0;
}

.checkout_address_content .delivery_address_wrapper tr td {
    border: none;
}

.checkout_address_content .billing_address, .checkout_address_content .delivery_address_wrapper {
    float: left;
    margin-right: 20px;
}

.checkout_address_content .list_form {
    clear: both;
    float: left;
}

.member_checkout {
    padding-top: 10px;
}

    .member_checkout li {
        list-style-type: none;
        padding-bottom: 0px;
        height: 31px;
        position: relative;
	padding-left: 0;
	background: none;
    }

    .member_checkout .validation ul {
        margin-bottom: 10px;
    }

        .member_checkout .validation ul li {
            height: auto;
        }

    .member_checkout label {
        width: 110px;
        display: inline-block;
    }

    .member_checkout label, .member_checkout input, .member_checkout select, .member_checkout textarea {
        float: left;
        max-width: 220px;
    }

    .member_checkout select {
        max-width: 228px;
        width: 228px;
        margin-bottom: 5px;
    }

    .member_checkout .seniorAddressForm {
        margin-top: -15px;
    }

.valid_message {
    position: absolute;
    right: 0;
    top: 7px;
}


/** Sigs **/
.sigs_wrapper .description {
    margin: 10px 0 40px 0;
    padding: 1px 20px 20px 20px;
    border-radius: 5px;
    color: #fff;
}

.sigs_wrapper a {
    color: #fff;
}

    .sigs_wrapper a img {
        transition: opacity 500ms;
    }

        .sigs_wrapper a img:hover {
            opacity: 0.8;
        }

.sigs_wrapper .description .button {
    background: #fff;
    font-size: 12px;
}

    .sigs_wrapper .description .button.button_news {
        margin-left: 0;
    }

.sigs_wrapper .fire_modelling .description {
    background: #0c4270;
}

.sigs_wrapper .fire_modelling .button {
    color: #0c4270;
}

.sigs_wrapper .fire_investigation .description {
    background: #0a76a0;
}

.sigs_wrapper .fire_investigation .button {
    color: #0a76a0;
    margin-top: 38px;
}

.sigs_wrapper .heritage_buildings .description {
    background: #d11a24;
}

.sigs_wrapper .heritage_buildings .button {
    color: #d11a24;
}

.sigs_wrapper .competency_ethics .description {
    background: #b60050;
}

.sigs_wrapper .competency_ethics .button {
    color: #b60050;
}

.sigs_wrapper .transport .description {
    background: #008c98;
}

.sigs_wrapper .transport .button {
    color: #008c98;
}

.joinItem {
    list-style-image: none;
    padding-left: 40px;
    display: inline-block;
    background: url(/AppImages/joinItem.gif) no-repeat 0 2px;
    margin-left: -10px;
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
}

    .joinItem.engineer {
        background-image: url(/AppImages/joinItemEngineer.gif);
    }

        .joinItem.engineer a {
            color: #0a76a0;
        }
/*** SOCIAL TABS ***/

.social_tabs {
    position: fixed;
    right: 0;
    top: 150px;
    width: 30px;
    z-index:100;
}

.social_tabs a {
    position: relative;
    left: 2px;
}

.social_tabs a:hover {
    position: relative;
    left: 0px;
}
	
.social_tabs img {
    margin-bottom: 1px;
}
/*** RESPONSIVE - Site specific
================================================== */

@media only screen and (max-width : 1150px) {
    .banner_item .banner_left {
        right: 42%;
    }
    .banner_item .banner_right {
        left: 58%;
    }
}

@media only screen and (min-width : 767px) {
    #mobileNav {
        display: none !important;
    }
}


@media only screen and (max-width : 767px) {

    .mobile_hidden /* Hides stuff at mobile size - useful for removing callouts etc */ {
        display: none !important;
    }

    .mobile_only /* Shows stuff at mobile size - useful for adding stuff in at mobile level etc */ {
        display: block !important;
    }

    body {
        background-color: #FFFFFF;
    }

    #wrapper {
        border: none;
    }

    #header {
        padding: 0;
        margin: 0;
    }

    .header_search {
        clear: both;
        width: 100%;
        margin-top: 10px;
    }

    /** slide nav hide search ***/
    .header_search {
        display: none;
    }

    .header_logo {
        /* margin-left:40px; */
    }

    .content, #content {
        padding: 0;
    }


    .grid_8 ul, .grid_8 ol {
        padding: 10px 0 10px 0px;
        margin-left: 20px;
        line-height: 140%;
        border-left: none;
    }

    #wrapper {
        padding: 10px;
    }

    #footer {
        text-align: center;
    }

    .header_logo,
    .header_logo img {
        /* width:100px;*/
        max-width: 100% !important;
        height: auto;
        display: block;
    }

    img {
        max-width: 100% !important;
        height: auto;
    }

    .callout-half, .grid_2.first.last.callout-half, grid_2.last.callout-half {
        width: 145px !important;
        float: left !important;
    }

    .callout_branches_home p, .callout_branches_home h3 {
        padding-left: 10px !important;
    }

    .grid_2.first.last.callout-half {
        margin-right: 15px;
    }

    /*** mobile nav button ***/
    .main_nav {
        text-align: center;
        background-color: #cccccc;
        padding: 0px;
    }

    #toggleMobileNav {
        display: block;
        float: left;
        background-color: #d11a24;
        color: #fff;
        padding: 4px 10px;
    }

    #fullNav {
        display: none;
    }

    .panel_nav {
        padding-top: 5px;
    }

    #mobileNav {
        clear: both;
    }

    .main_nav ul li, .main_nav ul li a, .main_nav ul li a span {
        float: none;
        display: block;
    }

        .main_nav ul li a {
            margin: 0 2px;
        }

    .main_nav ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 49%;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .panel_nav_panel {
        display: none !important;
    }


    .main_nav ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: left;
    }

        .main_nav ul li a {
            border-radius: 8px 8px 8px 8px;
        }



    /*** Panel Nav ***/

    .powernav_col {
        width: 44% !important;
        padding: 15px 3%;
        margin: 0 !important;
        ;
        float: left !important;
    }

    .powernav_container .col_1, .powernav_container .col_3, .powernav_container .col_5, .powernav_container .col_7 {
        clear: both;
    }

    /*** Module Lists ***/

    .module_list_item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCCCCC;
    }

    .module_list_item_date /* 126px Wide */ {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
    }

    .module_list_item_title /* 600px Wide */ {
        float: none;
        width: 100%;
    }

    .module_list_item_image {
        float: none;
        width: 100%;
    }

        .module_list_item_image img {
            width: 100%;
            margin-bottom: 5px;
        }


    #toggleSlideNav {
        display: block;
    }

    /*** Module details ***/

    .module_detail_date /* 130px Wide */ {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
    }

    .module_detail_title /* 600px Wide */ {
        float: none;
        width: 100%;
    }

    .module_detail_content {
        clear: both;
    }

    .module_image_gallery {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .module_image_gallery_list {
        width: 100%;
        overflow: hidden;
    }

    .module_image_gallery_item {
        text-align: center;
        width: 100%;
    }

        .module_image_gallery_item img {
            text-align: center;
        }

    /*** Search Results ***/

    .search_results_wrapper {
        padding: 0;
    }

    .refine_search {
        display: none;
    }

    .search_result_item {
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .search_result_details h2 {
        font-size: 16px;
    }

    .search_result_image {
        background-color: #F9F9F9;
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        overflow: hidden;
        border: 0px none;
        margin-bottom: 10px;
    }

        .search_result_image img {
            width: 100%;
            height: auto;
        }

    .search_type_icon {
        position: absolute;
        top: -4px;
        right: -14px;
    }

    /*** Contact Form ***/

    .contact_form .form_field input, .contact_form .form_field textarea, .contact_form .form_captcha input {
        display: block;
        border: 1px solid #cccccc;
    }

    /*** Formbuilder ***/

    .field_cont input[type=text], .field_cont textarea, .field_cont .date_picker input[type=text] {
        width: 100%;
    }

    .field_cont select {
        width: 100%;
    }

    .checkbox_field label, .checkbox_field input, .list_control label, .list_control input {
        display: inline;
        height: 15px;
        padding: 0;
    }

    .grid_8 .field_cont .list_field label {
        width: auto;
        min-width: 150px;
    }

    .ui-tooltip {
        display: none !important;
    }

    .form_content_wrapper .button_field {
        float: left;
    }
    /*** Event Booking Form ***/

    .event_booking_form label {
        clear: both;
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 5px 0;
        text-align: left;
        margin-bottom: 3px;
    }

    .event_booking_form input, .event_booking_form textarea {
        float: none;
        margin-bottom: 15px;
        display: block;
        border: 1px solid #cccccc;
    }



    .pre_header_nav {
        padding-right: 10px;
    }

    .pre_header {
        padding-top: 5px;
    }
    .header_login {
        margin: 0;
        padding: 0 2%;
        display: block;
        float: left;
        width: 96%;
    }

        .header_login .login_button {
            position: relative;
            display: block;
            margin: 0 10px 0 5px;
        }

    .login_form_wrapper {
        padding-bottom: 0;
    }


    #pageTitle h1 {
        color: #fff;
        padding: 15px 10px;
        margin: 0 auto;
        font-size: 20px;
        word-wrap: break-word;
        width: auto;
    }

    .grid_8 p {
        border-left: none;
        padding: 0 0 15px 0;
        line-height: 1.6em;
    }

    .pre_footer, .post_footer {
        border: none;
        width: 100%;
    }

    #footer .right {
        text-align: center;
    }


    .home_slide, .homebanner_nav {
    }
	.home_slide,
	.banner_item {
		height: auto;
	}
	.homebanner_nav {
		display: none;
	}
	.banner_item .banner_left {
		display: none;
	}
	.banner_item .banner_right {
		position: static;
		left: 0;
		padding: 20px 15px 20px;
	}
    .container_12.page_content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pre_footer .grid_12 {
        width: 70%;
        padding: 20px 0 10px 70px;
        background-image: url(/AppImages/icon_phone.png);
        background-position: 10px 20px;
    }

    .pre_footer p {
        border-left: none;
        margin: 0 0 0 0;
        padding: 0 10px 10px 15px;
    }

        .pre_footer p span {
            display: block;
        }

    .pre_footer .container_12 .grid_12 {
        padding: 0;
        margin: 0 0 0 0;
        width: auto;
    }

        .pre_footer .container_12 .grid_12 h3 {
            padding: 20px 0 20px 80px;
            margin: 0 0 20px 0px;
            display: block;
        }

    #header {
        padding: 0;
        height: auto;
    }

    #footer {
        clear: both;
        padding: 15px 5px;
    }

    .careerspotbutton {
        width: 100%;
    }

    .ifeblog .news_list_item_wrapper .module_list_item .module_list_item_content {
        width: 100%;
        float: none;
    }

    .contact_form .form_field input, .contact_form .form_field textarea {
        display: block;
        width: 298px;
        padding: 5px;
        border: 1px solid #dcdcdc;
    }

    .contact_form .form_field textarea {
        width: 310px;
    }

    .myifebutton {
        width: 220px;
        display: block;
        padding: 0px 0 20px 100px;
        margin-bottom: 0px;
        margin-top: 0px;
        border-bottom: 2px solid #ccc;
    }

    .product_list_item_image {
        width: 80%;
    }

    .product_list_item_wrapper {
        float: none;
        width: 80%;
    }

    .product_tabs {
        display: none;
    }

    .header_basket {
        pading-bottom: 10px;
        vertical-align: middle;
    }

        .header_basket h2, .header_basket p {
            display: none;
        }

    .fullwrap.black.pre_header .container_12 .grid_12 {
        padding: 0 0 0 0;
        margin: 5px 0 0 0;
    }


    /*** FLEX BOX ***/
    .flex_container {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
    }

    .flex_priority_0 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        order: 0;
    }

    .flex_priority_1 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        order: 1;
    }

    .flex_priority_2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        order: 2;
    }

    .flex_priority_3 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
    }

    .flex_priority_4 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 4;
        order: 4;
    }
    .pre_footer .container_12 .grid_12 {
        background-position: 20px 20px;
    }
    .pre_footer p {
        display: block !important;
    }
    .slick-slide img {
        min-height: 100%;
        max-width: none !important;
    }
    .grid_cont {
        max-width: 100%;
    }
    .grid_ot, .grid_tt {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        min-height: 0 !important;
        background-position: 90% 20px !important;
    }
    .grid_ot.shop .grid_hh {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 0;
        background-position: 90% 20px !important;
        padding-bottom: 10px;
    }
    .grid_ot h4 {
        margin-top: 40px;
    }
    .grid_ot br {
        display: none;
    }
    .grid_ot.engineer {
        padding-top: 0;
    }
    .twitter_feed {
        background-position: 90% 25px !important;
        padding-left: 20px;
    }
    .twitter_feed .twitter_item {
        margin-top: 0;
        margin-left: 0;
    }

}
@media only screen and (max-width: 414px) {
    .pre_header {
        height: auto;
    }
    .pre_header_nav {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header_login h3 {
        display: none;
    }
    .header_login input[type=text], .header_login input[type=password] {
        width: 87px;
    }
    .header_login input[type=password] {
        margin-right: 0;
    }
    .header_login .login_button {
        position: relative;
        display: block;
        margin: 5px 10px 5px 0;
    }
    .header_login .login_options {
        margin-top: 9px;
    }
    .header_logo {
        margin-bottom: 10px;
    }
    #header .tagline {
        margin-top: -130px;
        margin-left: 85px;
        padding-right: 10px;
    }
    #header .tagline span {
        display: block;
    }
    .main_nav {
        margin-left: 0;
    }
    .slider .slide {
        height: auto;
    }
    .slider .slide img {
        display: none;
    }
    .slider .slide .slide-text {
        position: static;
        width: 100%;
    }
    .slider .slick-prev, .slider .slick-next {
        display: none !important;
    }
    .grid_ot br {
        display: inline;
    }
    .career_development .grid_ot {
        padding-top: 20px;
    }
    .grid_ot.engineer {
        padding-top: 70px;
        background-position: 20px 20px !important;
    }
    .grid_ot.shop .grid_hh {
        padding-left: 20px;
    }
    .twitter_feed {
        padding-right: 20px;
    }
}