/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/fixed.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */


/* head */
#top-line{
    height:10px;
    background-color:#AFD3E1;
}


#header, #main{
    margin-left: auto;
    margin-right: auto;
    max-width:960px;
}

#logo{
    position: absolute;
    top: 0;
}



/* main menu */
#block-superfish-1  h2.block__title{
    display:none;
}



#superfish-1 li a.active{
    background-color:#163E5D;
}


.sf-menu.sf-style-none a {
    font-size: 14px;
    padding: 15px 30px;
}

#navigation .sf-menu li span.nolink {
    font-size: 14px;
    font-family: 'Trebuchet W01 Regular';
    padding: 40px 10px 0;
    color:#ffffff!important;
}

#navigation .sf-menu li{
    padding: 27px 10px 0 0;
}
.sf-menu li a, .sf-menu li li a{
    font-family: 'Trebuchet W01 Regular';
    color:#ffffff!important;
}
/*highlight*/

.welcome_word{
    font-family: 'Trebuchet W01 Regular';
    line-height:40px;
}

.welcome,.welcome_to{
    color:#7a8e9f;
    font-size:29px;
}

.newzealand, .guidelines{
    color:#194568;
    font-size:52px;
}

.newzealand{
    padding-left:30px;
}

.guidelines{
    padding-left:45px;
}

.welcome_to{
    padding-left:20px;
}


/*tb-megamenu*/

.tb-megamenu {
    background-color: transparent;
    background-image: none;
    filter:none;
}
.tb-megamenu .nav > li > a{
    background:none;
    color: #FFFFFF;
    font-weight: normal;
}

#navigation .block{
    /*margin-top: 18px;*/
}

#tb-megamenu-main-menu ul li.level-1{
    font-family: 'Trebuchet W01 Regular';
    font-size:14px;
}


.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: inherit;
    color: #FFFFFF;

}

.tb-megamenu .nav-collapse .nav > li.active > a:hover, .tb-megamenu .nav-collapse .nav > li.active > a:focus{
    /*background-color: #194568;*/
    color: #FFFFFF;


}


.tb-megamenu .dropdown-menu ul.level-1 {
    background-color: #194568;
}

.tb-megamenu .dropdown-menu {
    background-color: transparent;
    border: medium none;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent!important;
    color: #fff;

}

.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover {
    background-color: transparent!important;
    color: #fff;
    /*height:10px;*/

}
.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.tb-megamenu .dropdown-menu li > a {
    border-top: 0 none;
    color: #fff;
}

.tb-megamenu .dropdown-menu li:hover >a{
    background-color: #708799;

}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;

    outline: 0 none;
    text-decoration: none;
}
.tb-megamenu .dropdown-menu .active ul li > a  ,.tb-megamenu .dropdown-menu .active ul li> a:hover {

    color: #194568;
}
.tb-megamenu .span12.mega-col-nav .mega-inner{
    padding:0;
}
.tb-megamenu .dropdown-menu li a {
    padding: 7px 10px 7px 20px !important;
}
.tb-megamenu-submenu ul.level-2{
    margin-top:6px!important;
}

.tb-megamenu-submenu ul li.level-3{
    background-color: #b0d4e1;

}

.tb-megamenu-submenu ul li.level-3:hover >a {
    background-color: #c1dce7;
}

.tb-megamenu-submenu ul li.level-3 a{
    color:#194568;
}

.tb-megamenu-submenu ul li.level-3 a:hover{
    color:#194568;
}
.tb-megamenu-submenu{
    font-family: Arial,Helvetica,Garuda,sans-serif !important;
    font-size:13px;
}

.tb-megamenu .dropdown-menu li > a {
    line-height: 25px;
}

.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > a:focus {
    /*background-color: #194568!important;*/
    color: #fff;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle{
    background-color: inherit;
    color: #fff;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret, .tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret
{
    background-image: url("/sites/all/themes/ELG/images/drop-arrow.png");
    background-repeat: no-repeat;

    width:13px;
    height:9px;
}

.tb-megamenu .dropdown .caret
{
    background-image: url("/sites/all/themes/ELG/images/drop-arrow.png");
    background-repeat: no-repeat;

    width:13px;
    height:9px;
}

.tb-megamenu .dropdown-submenu > a:after

{
    background-image: url("/sites/all/themes/ELG/images/drop-arrow-right.png");
    background-repeat: no-repeat;

    width:9px;
    height:13px;
}

/*main*/

#main{
    padding:10px;
    padding-bottom:128px;
}



/*footer*/
#footer-top{
    background: url("/sites/all/themes/ELG/images/grass-footer.png") repeat scroll center top transparent;
    bottom: 76px;
    height: 37px;
    left:0;
    position: absolute;
    width: 100%;
    z-index:1; 

}

#footer-top p{
    display:none;
}

#footer .footer{
    background: url("/sites/all/themes/ELG/images/footer-main.jpg") no-repeat scroll center bottom #1c2938;
    bottom: 0;
    left:0;
    padding-top: 27px;
    position:absolute;
    top: auto;
    width:100%;
}	

#block-block-4{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}


.footer_inner .block-title{
    color:#e1e1e1;
    font-size:11px;
    position: relative;
    top: -15px;
}

.footer_inner p{
    color:#747474;
    font-size:10px;
    line-height:12px;
    position: relative;
    top: -18px;
}

#front-page-left{
    /*border-left: 1px solid #F2F2F2;*/
    padding: 30px 0 0 15px;
    max-width:65%;
    float: left;
    margin-top:-96px;

}


/*front page */

#block-block-1{
    padding: 0 0 20px 75px;
}

#block-block-2{
    /*margin-top:-35px;*/

}

#front-page-left .front_section{

}


#block-block-2 p{
    color:#333333;
    font-size:14px;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    line-height:20px;
    border-bottom:solid 1px #afd3e1;
    padding-bottom:15px;

}

#bar{
    background: url("/sites/all/themes/ELG/images/bar.jpg") repeat scroll 0 0 transparent;
    height:24px;
}

#block-views-elg-updates-block {


}

#block-views-elg-updates-block .block-title{
    color:#194568;
    font-family: 'Trebuchet W01 Regular';
    font-size:24px;
    font-weight:normal;
}

#block-views-elg-updates-block .more-link{
    /**/
    /*position: relative;*/
    /* bottom: 130px;*/
    /*left: 110px;*/

}

#block-views-elg-updates-block .more-link a{
    font-size:13px;
    color: #747474;
    text-decoration: none;
}

#block-views-elg-updates-block .view-content{
    margin-top:-20px;

}




#block-views-elg-updates-block .view-content ul{
    font-size:13px;
    color:#194568;
    MARGIN-LEFT: -14PX;

}
a, a:link, a:visited, a:active{
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
#main a:hover, #main a:focus{
    text-decoration:underline!important;
}
#block-views-elg-updates-block .view-content a:hover {
    text-decoration:underline!important;

}

.front_leftimg{
    background: url("/sites/all/themes/ELG/images/leftimg.png") no-repeat scroll 0 0 transparent;
    bottom: -14px;
    height: 344px;
    margin-bottom: -300px;
    position: relative;
    right: 210px;
    z-index: -1;

}

.front_rightimg{
    background: url("/sites/all/themes/ELG/images/rightimg.jpg") no-repeat scroll 0 0 transparent;
    bottom: 34px;
    height: 344px;
    left: 960px;
    margin-bottom: -300px;
    position: relative;
    z-index: -1;


}

/*breadcrumb*/
.breadcrumb{
    /*margin-left: 7px;*/
    color: #D2D2D2;
    font-size: 11px;
}
.breadcrumb a {
    color: #D2D2D2;
    font-size: 11px;

    padding-right:5px;
}

.breadcrumb ol{
    margin: -35px 0 0;
}

.breadcrumb .nolink{
    font-size: 11px;
    padding:0 4px 0 0;
}

.breadcrumb a:hover, .breadcrumb a:focus{
    color: #D2D2D2;
}

/*content*/

* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#content #page-title{
    border-bottom: 1px solid #AFD3E1;
    color:#194568;
    font-size:40px;
    font-weight:normal;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 685px;
    font-family:'Trebuchet W01 Regular';
    float:left;
}

p, pre{
    margin: 0;
}

article p,article li {
    font-size:13px;
    color:#3f3f3f;
    margin-bottom: 13px;
    line-height: 19px;
}

article h3{
    font-size:17px;
    color:#627E96;
    font-weight:normal;
    margin:0;
    font-family: 'Trebuchet W01 Regular';
}

article{
    width:100%;
}

/*contact us*/
.cup{
    font-size:16px;
    color:#022a49;
}
.cup1{
    font-size:13px;
    color:#022a49;
    font-style: italic;
}

#content .form-item label{
    display:block;
    float:left;
    margin:0 10px 0 0;
    width:200px;
}

#content .form-item input.form-text{
    display:block;
    float:left;
    padding:4px;
    width:430px;
}

.form-text, textarea {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
}

#content .form-item label{
    font-weight:normal;
    font-size:14px;
    color: #3F3F3F;
}

#content .form-item{
    margin:0 0 10px;
    overflow:hidden;
}

.form-textarea-wrapper textarea{
    width: 60.5%;
}

.section-contact-us form{
    padding-top:10px;
    padding-left:40px;
}

.fieldset-description, .description{
    clear: left;
    padding:4px 0;
}

#content .form-item-captcha-response input.form-text{
    display:inline;
    float:none;
    width:auto;
}

.captcha{
    font-size:14px;
    color: #3F3F3F;
}

fieldset{
    border: medium hidden;
    margin: 0;
    padding: 0.5em 0 0;

}
#edit-submit{
    margin-left:210px;
    text-indent: -500px;
    overflow: hidden;
}
#edit-submit{
    background-image:url("/sites/all/themes/ELG/images/submit.png");
    color:transparent;
    height: 35px;
    width:101px;


}
#edit-submit:hover{
    opacity: 0.9;
}
/*sidebar*/

.sidebar-second .region-sidebar-second {
    float: left;
    margin-left: 740px!important;
    margin-right: -200%;
    width: 216px;
}
.sidebar-second .region-sidebar-second img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebars .first{
    margin-top:7px;
}

.complete_button a{
    display:block;
    height:52px;
    overflow:hidden;
    position:relative;
    width:216px;

}

.complete_button a img{
    color:#194568;
    left:0;
    position:absolute;
    top:0;
}

.complete_button a:hover img{
    color:#194568;
    left:0;
    position:absolute;
    top:-52px;
}

.page-node-12 article img{
    /*margin: 0 30px;*/
}

#front-page-right{
    float:right;
        margin-top: -100px;
    max-width:25%;

}

#block-views-exp-guideline-search-page-1{
    width:219px;
    background-color: #F2F2F2;
    margin-right: 25px;
    overflow: hidden;
    padding: 10px;
}

#block-views-exp-guideline-search-page-1 h2{
    font-size:18px;
    color:#194568;
    font-weight:normal;
    margin-bottom: 0em;
    margin-top: 0em;
}

#edit-submit-guideline-search {
    background-image: url("/sites/all/themes/ELG/images/go.png");
    color: transparent;
    height: 31px;
    width: 51px;

}
#views-exposed-form-guideline-search-page-1 .views-exposed-widget{
    float:right;
}
#edit-submit-guideline-search:hover{
    opacity: 0.9;
}
#views-exposed-form-guideline-search-page-1 select{
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    -o-appearance: none;
    appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    width: 200px; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    cursor: pointer;
    /*My custom style for fonts*/
    appearance: none;



}
#views-exposed-form-guideline-search-1-page-1 select{
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    -o-appearance: none;
    appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    width: 200px; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    cursor: pointer;
    /*My custom style for fonts*/
    appearance: none;



}

#views-exposed-form-select-your-role-page select{
    /*border: 0 !important;  Removes border*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    -o-appearance: none;
    appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    width: 200px; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    cursor: pointer;
    /*My custom style for fonts*/
    appearance: none;
    padding: 8px;




}
.ie9 .form-item-field-roles-value #views-exposed-form-select-your-role-page select{

    background:none;
}
div.form-item-field-roles-value{
    position:relative;
    display:inline-block;
    z-index:0;
    overflow:hidden;

}
div select #edit-field-roles-value{
    z-index:1;
}



/*div.form-item-field-roles-value:before {
    display:block;
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    height:32px;
    width:32px;
    margin:2px;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    z-index:5;
        
}*/

select::-ms-expand {
    display: none;
}

select::-moz-focus-inner {
    border: 0;
}

select:focus
{
    outline: none;
}

div.form-item-field-roles-value {

    overflow: hidden;

}

/*#views-exposed-form-guideline-search-page-1 select{
width: 200px;
border: 0px;


}

#views-exposed-form-guideline-search-page-1 select::-ms-expand {
display: none;
}
div.form-item-field-roles-value {
width: 80px;
overflow: hidden;
border: 1px solid black;
}


#views-exposed-form-guideline-search-page-1 #edit-field-roles-value-wrapper{
position:relative;
}
#views-exposed-form-guideline-search-page-1 #edit-field-roles-value{
 -moz-appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    text-indent: 0.01px;
    text-overflow: "";
        -webkit-appearance: none;

}

#views-exposed-form-guideline-search-page-1 #edit-field-areas-value{
 -moz-appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    text-indent: 0.01px;
    text-overflow: "";
        -webkit-appearance: none;
}

#views-exposed-form-select-your-role-page #edit-field-roles-value{
 -moz-appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    text-indent: 0.01px;
    text-overflow: "";
        -webkit-appearance: none;
}
*/

select{
    padding:10px;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    font-size:14px;
    color:#747474;
}
option{
    margin: 7px 10px;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    font-size:14px;
    color:#747474;
}

#edit-submit-guideline-search{
    margin-top: 0.5em;
}
.learner_perspective a {
    display: block!important;
    height: 52px;
    overflow: hidden;
    position: relative;
    width: 216px;
}

.learner_perspective a:hover img{
    color: #194568;
    left: 0;
    position: absolute;
    top: -52px;
}

.learner_perspective a img{
    color: #194568;
    left: 0;
    position: absolute;
    top: 0;
}

.node-type-the-guidelines .field-name-field-guideline-introduction{
    margin-top:62px;
    width:960px;
}


.olp{
    margin:-43px 0 0 418px;
    font-size:24px;
    font-family:'Segoe Print W01 Regular';
    color:#bbbbbb;
    position: relative;
    top: 39px;
}
.lp{

    font-size:24px;
    font-family:'Segoe Print W01 Regular';
    color:#bbbbbb;
    letter-spacing: -0.5px;
    padding-left: 13px;
}

.tp {
    color: #BBBBBB;
    font-family: 'Segoe Print W01 Regular';
    font-size: 24px;
    margin: 0 0 0 169px;
    position: relative;
    top: 39px;

}

.mp{
    margin:-43px 0 0 180px;
    font-size:24px;
    font-family:'Segoe Print W01 Regular';
    color:#bbbbbb;
    position: relative;
    top: 39px;
}
.qp{
    margin:-43px 0 0 485px;
    font-size:24px;
    font-family:'Segoe Print W01 Regular';
    color:#bbbbbb;
    position: relative;
    top: 39px;
    white-space: nowrap;
}
.node-type-the-guidelines .region-sidebar-second{
    margin-top:136px;
}

#block-quicktabs-learner-pespective- .block-title,
#block-quicktabs-teacher-pespective  .block-title,
#block-quicktabs-qa-body-perspective .block-title,
#block-quicktabs-organisation-leader-perspective .block-title,
#block-quicktabs-manager-perspective .block-title
{
    display:none;
}


.node-the-guidelines .field-name-body{

}


#block-quicktabs-teacher-pespective
{
    /*margin-top:-658px;*/
}
#block-quicktabs-learner-pespective-
{
    /*margin-top:-658px;*/
}
#quicktabs-tabpage-teacher_pespective-0,
#quicktabs-tabpage-teacher_pespective-1,
#quicktabs-tabpage-teacher_pespective-2,
#quicktabs-tabpage-teacher_pespective-3
{
    /*margin-top:-615px;*/
}

#quicktabs-tabpage-learner_pespective_-0,
#quicktabs-tabpage-learner_pespective_-1,
#quicktabs-tabpage-learner_pespective_-2,
#quicktabs-tabpage-learner_pespective_-3
{
    /*margin-top:-615px;*/
}
#block-quicktabs-qa-body-perspective
{
    /*margin-top:-658px;*/
}

#quicktabs-tabpage-qa_body_perspective-0,
#quicktabs-tabpage-qa_body_perspective-1,
#quicktabs-tabpage-qa_body_perspective-2,
#quicktabs-tabpage-qa_body_perspective-3
{
    /*margin-top:-615px;*/

}

.node-type-the-guidelines .content_leftimg{
    background:url("/sites/all/themes/ELG/images/left-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: -0.79em;
    margin-bottom: -480px;
    position: relative;
    top: 104px;
    z-index: -1;
}
.node-type-the-guidelines .content_rightimg{
    background: url("/sites/all/themes/ELG/images/right-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: 691px;
    margin-bottom: -480px;
    position: relative;
    top: 144px;
}
#block-quicktabs-organisation-leader-perspective
{
    /*margin-top:-658px;*/
}

#quicktabs-tabpage-organisation_leader_perspective-0,
#quicktabs-tabpage-organisation_leader_perspective-1,
#quicktabs-tabpage-organisation_leader_perspective-2,
#quicktabs-tabpage-organisation_leader_perspective-3
{
    /*margin-top:-615px;*/
}

#block-quicktabs-manager-perspective
{
    /*margin-top:-658px;*/
}

#quicktabs-tabpage-manager_perspective-0,
#quicktabs-tabpage-manager_perspective-1,
#quicktabs-tabpage-manager_perspective-2,
#quicktabs-tabpage-manager_perspective-3
{
    /*margin-top:-615px;*/
}

.quicktabs_main.quicktabs-style-basic{
    border-bottom:medium none;


    border-left:transparent;
    border-right:transparent;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active a {
    color: #194568!important;
}

ul.quicktabs-tabs.quicktabs-style-basic a:hover{
    color: #194568;
}
ul.quicktabs-tabs.quicktabs-style-basic li:hover{
    border-color:transparent;
    border-image: none;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active:hover{
    border-color: #E6E6E6 #E6E6E6 #FFFFFF;
}

ul.quicktabs-tabs.quicktabs-style-basic li{
    margin: 0 -1px 0 0;
    padding: 8px 18px;
    background: url("/sites/all/themes/ELG/images/pers_bar.png") repeat scroll 0 0 transparent;
}

#quicktabs-learner_pespective_ ul.quicktabs-tabs.quicktabs-style-basic li.last{
    margin: 0 -1px 0 4px;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active{
    border-color: #E6E6E6 #E6E6E6 #FFFFFF;
    background-color: #FFFFFF;
    background-image: none;

}

ul.quicktabs-tabs.quicktabs-style-basic{
    border-bottom: 1px solid #E6E6E6;
    /*height: 27px;*/
    /*left: -0.01em;*/
    /*position: relative;*/
    /*width: 690px;*/
    padding: 0 5px 8px 0;
    /*(-bracket-:hack;*/
    height: 17px;
    );


}


ul.quicktabs-style-basic .quicktabs-tabs{
    line-height:0 !important;
}

ul.quicktabs-tabs.quicktabs-style-basic a{
    font-family: 'Trebuchet W01 Regular'!important;
    font-size: 17px !important;
    font-weight: normal !important;
    color:#194568;
}

.quicktabs-style-basic ul{
    padding: 0 0 0 10px;
    margin: 0;
}

.quicktabs-style-basic .node-the-guidelines{
    padding-left:0px;
}

.not-front #main a, .not-front #main a:link, .not-front #main a:visited, .not-front #main a:active{

    color:#194568;
}

ul.quicktabs-tabs.quicktabs-style-basic  a {
    color:#999999!important;
}


.guidelines_content_header{
    font-size:21px;
    font-family: 'Trebuchet W01 Regular';
    color:#194568;
}

.content_L1{
    font-family:'verdana';
    color:#194568;

}

.content_L { 
    display: table;
    margin-top: -19px;
    padding: 0 0 0 52px;
}

.node-type-page .content_leftimg{
    background:url("/sites/all/themes/ELG/images/left-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: -1.5em;

    position: relative;
    top: -10px;
    z-index: -1;
}
.node-type-page .content_rightimg {
    background: url("/sites/all/themes/ELG/images/right-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: 968px;
    margin-bottom: -875px;
    position: relative;
    top: -450px;
    z-index: -1;
}

.node-type-webform .content_leftimg{
    background:url("/sites/all/themes/ELG/images/left-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: -1.5em;

    position: relative;
    top: -10px;
    z-index: -1;
}


.node-type-webform .content_rightimg {
    background: url("/sites/all/themes/ELG/images/right-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: 968px;
    margin-bottom: -875px;
    position: relative;
    top: -450px;
    z-index: -1;
}

.page-about-nz-elg-elg-updates .content_leftimg{
    background:url("/sites/all/themes/ELG/images/left-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: -1.5em;

    position: relative;
    top: -10px;
    z-index: -1;
}


.page-about-nz-elg-elg-updates .content_rightimg {
    background: url("/sites/all/themes/ELG/images/right-shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 440px;
    left: 968px;
    margin-bottom: -875px;
    position: relative;
    top: -450px;
    z-index: -1;
}

.page-about-nz-elg-elg-updates ul li{
    list-style-type:none;
}


.view-elg-updates .date-display-single{
    font-size:11px;
    /*font-style:italic;*/
    color: #3F3F3F;
    margin-left: 7px;
}
.views-field-field-introduction{
    color: #3F3F3F;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 13px;
}
.node-type-elg-updates .date-display-single{
    font-size:12px;
    font-style:italic;
    color: #3F3F3F;


}

/*.page-about-nz-elg .view-elg-updates .views-field-title{*/
/*float:left;*/
/*}*/
/*.page-about-nz-elg .views-field-field-date{*/
/*	width: 100px;*/
/*float: left;*/
/*margin-top: -23px;*/
/*margin-left: 337px;*/
/*	height: 20px;*/
/*	/*font-size:13px;*/*/
/*}*/


.node-type-elg-updates .field-name-body{
    font-size: 14px;
}

.page-about-nz-elg .view-elg-updates ul{
    padding:0;
    margin:0;
}

#edit-submitted-case-study-type-upload {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;

}

#edit-submitted-case-study-type-upload-button{
    background-image: url("/sites/all/themes/ELG/images/upload.png");
    color: transparent;
    height: 35px;
    width: 101px;

}

#edit-submitted-case-study-type-upload-button:hover{
    opacity: 0.9;
}

#edit-submitted-case-study-type-remove-button{
    background-image: url("/sites/all/themes/ELG/images/remove.png");
    color: transparent;
    height: 35px;
    width: 101px;

}
#edit-submitted-case-study-type-remove-button:hover{
    opacity: 0.9;
}

.guideline_search_header{
    color:#747474;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
    width:15em;

}
.guideline_search_help a{
    color:#194568;
    font-size: 13px;
}
.guideline_search_help{
    left: 6px;
    position: relative;
    top: 15px;
    width: 100px;
}

.guideline_search_help img{
    position: relative;
    top: 4px;
}
.guideline_search_help_1 a{
    color:#194568;
    font-size: 13px;
}
.guideline_search_help_1{
    left: 13px;
    position: relative;
    top: 15px;
    width: 100px;
}

.guideline_search_help_1 img{
    display: inline !important;
    position: relative;
    top: 4px;
}



#views-exposed-form-guideline-search-1-page-1 .views-exposed-widget .form-submit{
    margin-top: 0.2em;
}
#block-views-exp-select-your-role-page{
    float: right;
    left: 228px;
    position: relative;
    /*top: 40px;*/
}


#views-exposed-form-select-your-role-page .form-type-select select{
    border:1px solid #f2f2f2;
    width: 175px;
}

.node-39 .olp{
    /*top: -3px;*/
}

.node-39 .field-name-field-guideline-introduction{
    /*margin-top: 20px;*/
}

.node-40 .qp{
    /*top: -3px;*/
}

.node-40 .field-name-field-guideline-introduction{
    /*margin-top: 20px;*/
}

#block-views-exp-guideline-search-1-page-1{
    border: 1px solid #dedede;
    width:210px;
    background: none repeat scroll 0 0 #fafcff;
}

#block-views-exp-guideline-search-1-page-1 h2{
    background: none repeat scroll 0 0 #194568;
    border-bottom: 1px solid #1d4771;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    padding: 4px 16px;
    margin-top:0;

}

#views-exposed-form-guideline-search-1-page-1 select
{
    width: 180px;
}


#views-exposed-form-guideline-search-1-page-1 .views-exposed-widget {
    float: right;
}

#edit-submit-guideline-search-1{
    background-image: url("/sites/all/themes/ELG/images/go.png");
    color: transparent;
    height: 31px;
    width: 51px;
}

#edit-submit-guideline-search-1:hover {
    opacity: 0.9;
}

#block-views-exp-guideline-search-2-page-1{
    border: 1px solid #dedede;
    width:210px;
    background: none repeat scroll 0 0 #fafcff;
    margin-top:30px;
}

#block-views-exp-guideline-search-2-page-1 h2{
    background: none repeat scroll 0 0 #194568;
    border-bottom: 1px solid #1d4771;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    padding: 4px 16px;


}

#views-exposed-form-guideline-search-2-page-1 select
{
    width: 180px;
}


#views-exposed-form-guideline-search-2-page-1 .views-exposed-widget {
    float: right;
}

#edit-submit-guideline-search-2{
    background-image: url("/sites/all/themes/ELG/images/go.png");
    color: transparent;
    height: 31px;
    width: 51px;
    margin-top:0.5em;
}

#edit-submit-guideline-search-2:hover {
    opacity: 0.9;
}

#page, .region-bottom{
    /*min-width: 1200px;*/
    min-height: 800px;
    width:100%!important;
    max-width: 960px;
}



.iem7 ul.quicktabs-tabs,
.lt-ie9 ul.quicktabs-tabs,
.lt-ie8 ul.quicktabs-tabs,
.lt-ie7 ul.quicktabs-tabs
{
    height: 25px;
}


#block-block-10 h2{
    font-size:17px;
    color: #194568;
    font-family: 'Trebuchet W01 Regular';
    font-weight: normal;
    background: url("/sites/all/themes/ELG/images/pdf-icon.png") no-repeat scroll 0 50% transparent;
    padding: 5px 0 5px 48px;
    margin:10px;
    border-bottom: 1px solid #DEDEDE;

}

#block-block-10{
    background: none repeat scroll 0 0 #FAFCFF;
    border: 1px solid #DEDEDE;
    width: 210px;
}
#block-block-10 p{
    font-size:12px;
    font-style:italic;
    color: #3F3F3F;
    padding:5px 10px 10px 13px;
    line-height:17px;

}
.all_pers_g{
    margin-top:-5px;
}
.all_pers_g a img{
    left:0;
    position:absolute;
    top:0;
}
.all_pers_g a{
    display:block;
    height:77px;
    overflow:hidden;
    position:relative;
    width:178px;
}

.all_pers_g a:hover img{
    left:0;
    position:absolute;
    top:-78px;
}

#block-block-11 h2,
#block-block-13 h2,
#block-block-15 h2,
#block-block-17 h2,
#block-block-19 h2
{
    font-size:17px;
    color: #194568;
    font-family: 'Trebuchet W01 Regular';
    font-weight: normal;
    background: url("/sites/all/themes/ELG/images/pdf-icon.png") no-repeat scroll 0 50% transparent;
    padding: 5px 0 5px 48px;
    margin:10px;
    border-bottom: 1px solid #DEDEDE;

}

#block-block-11,
#block-block-13,
#block-block-15,
#block-block-17,
#block-block-19
{
    background: none repeat scroll 0 0 #FAFCFF;
    border: 1px solid #DEDEDE;
    width: 210px;
}
#block-block-11 p,
#block-block-13 p,
#block-block-15 p,
#block-block-17 p,
#block-block-19 p
{
    font-size:12px;
    font-style:italic;
    color: #3F3F3F;
    padding:5px 10px 10px 13px;
    line-height:17px;

}
.learner_pers_g,
.manager_pers_g,
.teacher_pers_g
{
    margin-left: 16px;
    margin-bottom: 20px;
}
.learner_pers_g a img,
.manager_pers_g a img,
.teacher_pers_g a img
{
    left:0;
    position:absolute;
    top:0;
}
.learner_pers_g a,
.manager_pers_g a,
.teacher_pers_g a
{
    display:block;
    height:77px;
    overflow:hidden;
    position:relative;
    width:178px;
}

.learner_pers_g a:hover img,
.manager_pers_g a:hover img,
.teacher_pers_g a:hover img
{
    left:0;
    position:absolute;
    top:-78px;
}

#block-block-12 h2,
#block-block-14 h2,
#block-block-16 h2,
#block-block-18 h2,
#block-block-20 h2
{
    font-size:17px;
    color: #194568;
    font-family: 'Trebuchet W01 Regular';
    font-weight: normal;
    background: url("/sites/all/themes/ELG/images/word-icon.png") no-repeat scroll 0 50% transparent;
    padding: 5px 0 5px 48px;
    margin:10px;
    border-bottom: 1px solid #DEDEDE;

}

#block-block-12,
#block-block-14,
#block-block-16,
#block-block-18,
#block-block-20
{
    background: none repeat scroll 0 0 #FAFCFF;
    border: 1px solid #DEDEDE;
    width: 210px;
}
#block-block-12 p,
#block-block-14 p,
#block-block-16 p,
#block-block-18 p,
#block-block-20 p
{
    font-size:12px;
    font-style:italic;
    color: #3F3F3F;
    padding:5px 10px 10px 13px;
    line-height:17px;

}
.learner_pers_w,
.manager_pers_w,
.teacher_pers_w
{
    margin-top:-5px;
}
.learner_pers_w a img,
.manager_pers_w a img,
.teacher_pers_w a img
{
    left:0;
    position:absolute;
    top:0;
}
.learner_pers_w a,
.manager_pers_w a,
.teacher_pers_w a
{
    display:block;
    height:77px;
    overflow:hidden;
    position:relative;
    width:178px;
}

.learner_pers_w a:hover img,
.manager_pers_w a:hover img,
.teacher_pers_w a:hover img
{
    left:0;
    position:absolute;
    top:-79px;
}

.breadcrumb li{
    display: inline;
    padding: 2px;

}

#content ul {
    margin:0;
}

.node-46 table img{
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #CCCCCC;
    height:95px;
    padding:3px;
    width:90px;
}
.node-46 table td{
    padding-right:10px;
}
.node-46 table td:nth-child(2n){
    width:400px;
}

.node-46 table tr{
    height:125px;
}

.node-46 table td:nth-child(2n){
    vertical-align:top;
    padding-top:10px;
}

.node-46 table p{
    line-height:16px;
}

#block-block-19{
    /*margin-bottom:10px;*/
}

.sidebars .block{
    margin-bottom:20px;
}

/*#top-menu-bg{
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}*/
.field-name-field-general-introduction p{
    color: #8F2929;
    font-family: 'Trebuchet W01 Regular';
    font-size: 16px;}

.link_arrow{
    position:relative;
    top:-2px;
    color: #194568;
}

#edit-submitted-case-study-type-upload{
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    -o-appearance: none;
    appearance: none;
    /*background: url("/sites/all/themes/ELG/images/browse-single.png") no-repeat scroll right center #FFFFFF;*/
    border: 0 none !important;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    /*width: 200px;*/
    appearance: none;
}

.node-type-elg-updates .field-name-field-introduction p{
    color:#627E96;
    font-family: 'Trebuchet W01 Regular';
    font-size: 16px;
}

#peopletable  td {
    vertical-align: top;
    /*width:172px;*/
}

#peopletable td:nth-child(odd){
    width: 117px;
}
#peopletable td:nth-child(even){
    width: 259px;
}
#logopart {
    height: 103px;

    /*background-color: red;*/
    margin:0 auto;
    max-width:960px;
    /*border:1px solid;*/

}
#wordpro {
    margin-top: 67px;
    margin-right: 30px;
    float:right;
    font-size: 20px;
    font-family: 'Segoe Print W01 Regular';
    letter-spacing: -0.5px;
}
#navigation li {
    height:38px;
    margin-right: 48px;

}
#navigation li:hover {
    height:38px;
    /*background-color: #194568;*/
}

#navigation li a {
    /*	*/
    margin-top:-6px;
    border:0px solid;
}

#navigation{
    /*margin-left: 110px;*/
    margin: 0 auto;
    padding-left: 72px;
}
#navigation li ul{

    margin-top:6px;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active {
    background-color: transparent;
}

#navigation li ul li{
    height: 38px;
    width: 260px;
    margin-bottom: 15px;
}

#navigation li ul li ul{
    /*width:145px;*/
    margin-left: -2px;
    padding-top: 6px;
    background-color: #B0D4E1;
}

.dropdown-menu {

    box-shadow:none!important;
}
#navigation ul.items-6,#navigation ul.items-4{

    width:190px;	
}
#navigation .menu-pub ul.items-6 li,#navigation ul.items-4 li{

    width:190px;	
}
.aboutmenu li ,.aboutmenu ul{

    width:170px!important;
}

.highlight-left p{

    color: #6c6c6c;
    font-size: 27px;
    font-family: 'Trebuchet W01 Regular';
    line-height: 33px;
    /*font-weight:bold;*/
}
.highlight-left {
    margin: 0 auto;



}
#front-highlight {
    margin: 0 auto;
    margin-top: 51px;
    margin-bottom: 51px;

    height: 142px;
}
.highlight-right{

  float: right;
    margin-top: -128px;
    margin-right: -624px;


}

@media screen and (max-width: 1818px){
    .highlight-right{

  display: none

}

.front_leftimg{

    display:none;
}

.front_rightimg{
    background: url("/sites/all/themes/ELG/images/rightimg.jpg") no-repeat scroll 0 0 transparent;
    bottom: 34px;
    height: 344px;
    left: 958px;
    margin-bottom: -300px;
    position: relative;
    z-index: -1;
    display:none;

}
#front-page-left{
    margin-top:0px;
}

#front-page-right{
   margin-top:0px;

}

}
#front-bu {

    margin:0 auto;
    max-width:960px;
    /*height: 514px;*/
    min-height: 431px;



}



#block-views-elg-updates-block .views-field-title {
    float:left;

}


#block-views-elg-updates-block .view-content a{
    font-size:14px;
    color:#124f78;
    text-decoration: none;

}
#block-views-elg-updates-block .view-content p {
    color:#666666!important;
    font-size:13px;
}
#elgmore {
    width: 100px;
    float: left;
    margin-top: -33px;
    margin-left: 113px;

}
#elgmore a{

    font-size: 13px;
    color: #747474;
}
#footer-copyright {
    margin-top:30px

}
#footer-copyright .whitep {

    color:white;
    font-size:11px
}
#footer-copyright .greyp {
    font-size:8.33px;
    margin-top: 3px;
    color: #747474;
}
#newfooter {

    float: left;
    /* height: 155px; */
    width: 100%;

}

.newfooterinner {

    background: url("/sites/all/themes/ELG/images/footer-main.jpg") no-repeat scroll center bottom #1c2938;
}

.newfootertop {
    margin-top: -135px;
    height:30px;
    background: url("/sites/all/themes/ELG/images/grass-footer.png") repeat scroll center top transparent;
}

.header__logo {
    margin-top: 14px;

}
.page-about-nz-elg .views-field-title {

    float:left;
}
.page-about-nz-elg .view-elg-updates li{
    /*float:right*/
    float:left;
    display:block;
    margin-top: 10px;

}
.page-about-nz-elg .views-field-title span.field-content:before{
    content:"\2022";
    padding-right:5px;
}


.sidebar-second #content {
    float: left;
    width: 700px!important;

}
.page-about-nz-elg .views-field-title a {
    font-size:15px;
    color:#194465!important;
}

.page-about-nz-elg .views-field-field-introduction {
    margin-top: 5px;
    margin-left: 10px;
}

.breadcrumb li {
    color:#d2d2d2!important;

}

.breadcrumb li:first-child a {
    /*background-position: center;*/
    color: transparent!important;
    background: url("/sites/all/themes/ELG/images/breadhome.jpg") no-repeat center ;
}
.breadcrumb a ,.breadcrumb span{


    color:#d2d2d2!important;
}
.breadcrumb {
    color: #3f3f3f;
    margin-top:30px
}
#main {
    /* padding-top: 3em; */
    padding-top:15px!important;
}
#guideline-header p {
    font-size:16px;

    color: #627E96;
    font-family: 'Trebuchet W01 Regular';
}
#guideline-tab p{

}
#guideline-tab .field-item ul{

    max-width: 630px;
}
#guideline-tab {
    margin-top: 35px;
    margin-left: -7px;
    background: url("/sites/all/themes/ELG/images/guideline-backgroud.png") no-repeat ;
    /*width: 700px;*/
    background-position: 0px 25px 
}

ul.quicktabs-tabs.quicktabs-style-basic {


}

#guideline-tab .item-list {

    /*margin-left: 5px;*/
}

.general-block h2 {


    background: url("/sites/all/themes/ELG/images/pdf-icon.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    border-bottom: 1px solid #DEDEDE;
    color: #194568;
    font-family: 'Trebuchet W01 Regular';
    font-size: 17px;
    font-weight: normal;
    margin: 10px;
    padding: 5px 0 5px 48px;

}
.general-block p  {
    color: #3F3F3F;
    font-size: 12px;
    font-style: italic;
    line-height: 17px;
    padding: 5px 10px 10px 13px;
}
.general-block {
    margin: 0 auto;
    margin-top: 28px;

    background: none repeat scroll 0 0 #FAFCFF;
    border: 1px solid #DEDEDE;
    width: 210px;

}

.general-block  h2 {
    font-size: 17px;
    color: #194568;
    font-family: 'Trebuchet W01 Regular';
    font-weight: normal;
    background: url("/sites/all/themes/ELG/images/word-icon.png") no-repeat scroll 0 50% transparent;
    padding: 5px 0 5px 48px;
    margin: 10px;
    border-bottom: 1px solid #DEDEDE;

}
.panels-flexible-region-1-right {
    float: right;
}
.panel-pane.pane-block.pane-views-exp-select-your-role-page {
    margin-left: 46px;
}
#select-role {
    margin-top: 35px;
    /*width:200px;*/
}
#select-role select{
    margin-top: -6px;
    -webkit-appearance: none;
    border: 1px solid #F2F2F2;
    width: 213px;
    -moz-appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    cursor: pointer;
    padding: 8px;
    text-indent: 0.01px;
    text-overflow: "";
}

.panels-flexible-1 .panels-flexible-region-inside {

    padding-left: 0px!important;
}
.quicktabs-wrapper.quicktabs-style-basic.jquery-once-1-processed {
    padding-left: 5px;
}

#content #page-title1 {
    border-bottom: 1px solid #AFD3E1;
    color: #194568;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    font-family: 'Trebuchet W01 Regular';
    float: left;
}
#content #page-title {
    display:none
}
.longline{
    line-height: 1.5em;

}
.container-inline {
    width: 211px;
}
.pane-views-exp-guideline-search-1-page-1 h2 {

    background: none repeat scroll 0 0 #194568;
    border-bottom: 1px solid #1D4771;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    padding: 4px 16px;
    width: 179px;

}
.guidlines-pdf h2 {

    background: url("/sites/all/themes/ELG/images/pdf-icon.png") no-repeat scroll 0 50% transparent;
}
.panel-flexible-inside h3 {
    font-size: 17px;
    color: #627E96;
    font-weight: normal;
    margin: 0;
    font-family: 'Trebuchet W01 Regular';
}

.panel-flexible-inside p, .panel-flexible-inside li {
    font-size: 13px;
    color: #3f3f3f;
    margin-bottom: 13px;
    line-height: 19px;
}

.view-elg-updates li {

    margin-bottom: 0px!important;

}


.instruction {

    font-size: 14px!important;
    width: 670px;
    color: #627E96!important;
    font-family: 'Trebuchet W01 Regular';
}
#top-menu-bg {

    height:38px;
    background:url("/sites/all/themes/ELG/images/topbg.jpg") repeat scroll 0 0 transparent;
}
#menu-bg{

    height:38px;
}
.li-green {

    list-style-image: url("/sites/all/themes/ELG/images/green.jpg")
}
.li-grey {

    list-style-image: url("/sites/all/themes/ELG/images/grey.jpg")
}
.li-dark {

    list-style-image: url("/sites/all/themes/ELG/images/dark.jpg")
}
.li-organ {

    list-style-image: url("/sites/all/themes/ELG/images/organ.jpg")
}
.li-red {

    list-style-image: url("/sites/all/themes/ELG/images/red.jpg")
}
.color-ul {
    margin-left: -12px!important;

}
.news-instroduction p{
    color: #627E96;
    font-family: 'Trebuchet W01 Regular';
    font-size: 16px;

}
.flyer-table {
   
}

.guideline-search h2 {
    background: none repeat scroll 0 0 #194568;
    border-bottom: 1px solid #1D4771;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    padding: 4px 16px;
    width: 179px;

}
.guideline-search{
    margin-top: 21px;
    background: none repeat scroll 0 0 #FAFCFF;
    border: 1px solid #DEDEDE;
    width: 210px;
    height: 200px;
    margin: 0 auto;

}
.guideline-search select{
    margin-left: 8px;
    margin-bottom: 11px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    width: 195px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    appearance: none;
}

#submit-guideline-search {
    margin-top:-3px!important;
    background-image: url("/sites/all/themes/ELG/images/go.png");
    background-repeat: no-repeat;
    color: transparent;
    height: 31px;
    width: 51px;
    float: right;
    margin-right: 14px;

}
.guideline-search a {
    color: #194568;
    font-size: 13px;
    vertical-align: top;

}
.guideline-search  .guideline_help_1 {
    margin-top: 28px;
    margin-left: 12px;
}
.guideline-search-front p{
    color: #747474;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
    width: 15em;
    margin-left: 8px;

}
.guideline-search-front h2 {
    color: #194568;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 8px;
}
.guideline-search-front {
    background-color: #F2F2F2;

    overflow: hidden;
    padding: 10px;
    width: 219px;
    height: 262px;
    margin: 0 auto;
    margin-top: 35px;


}
.guideline-search-front select {
    margin-bottom: 18px;
    width: 200px;
    margin-left: 5px;

    margin-bottom: 11px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;

    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    appearance: none;
}

.guideline-search-front .guideline_help_1 {
    margin-top: 20px;
}
.guideline-search-front .guideline_help_1 a{

    color: #194568;
    font-size: 13px;
    vertical-align: top;
}
.guideline-search-front input {

    margin-top: 16px !important;
}

#prespective-select_msdd ,#areas-select_msdd{
    display:none;
    width: 200px;
    margin-left: 5px;
    margin-bottom: 11px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/sites/all/themes/ELG/images/arrow.png") no-repeat scroll right center #FFFFFF;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    appearance: none;
    font-size:14px;
    z-index:10000;
    position:absolute;
}
#areas-select_msdd{

    margin-top: 54px;
}
#prespective-select_msdd ul {

}

#prespective-select_msdd .divider {

    /*display:none;*/
}

#prespective-select_msdd .ddArrow {
    /*display:none;*/
}
#quicktabs-container-project_history .field-items {

    margin-left: 10px;
}
#backto {
    margin-top: 11px;
    margin-right: 69px;
}
.submit-case {
    margin-top: 21px;
    background: none repeat scroll 0 0 #FAFCFF;
    border: 1px solid #DEDEDE;
    width: 210px;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.submit-case p {
    font-size: 12px;
    margin-left: 15px;
    font-size:bold;
    marign-top:10px;
}

.submit-case img {
    /*margin-left: 15px;*/
}

#webform-client-form-11 textarea {

    width: 430px;
}
.tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse .dropdown-menu {
    /* background-color: #333; */
    background-color: transparent;
}

.tb-megamenu .nav-collapse .dropdown-menu a {

}
.resourcemenu li,.resourcemenu ul {
    width: 170px!important;
}


.select-wrapper{
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    display: inline-block;

    background-color: white;
    background-image: url("/sites/all/themes/ELG/images/arrow.png");
    cursor: pointer;

}
.select-wrapper, .select-wrapper select{
    width: 199px;
    height: 39px;
    line-height: 26px;
    margin-left: 4px;
    margin-bottom: 14px;
}

.select-wrapper .holder{
    display: block;
    margin: 0 35px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: white;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    font-size: 14px;
    color: #747474;
    padding-top: 7px;
    padding-left: 10px;
}
.select-wrapper select{
    margin: 0;
    position: absolute;
    z-index: 2;            
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}


.select-wrapper1 {
    border: 1px solid #F2F2F2;
    margin-left:0px!important;
}

.select-wrapper1 {

    width:210px!important;
}
#pres1 {
    margin-top: 14px;
    height: 53px;
}
.launch-font {
    font-family: 'Segoe Print W01 Regular';
    font-size:15px!important;

}
.launch-font2 {
    color: #002743!important;
    font-family: 'Trebuchet W01 Regular';
    font-size: 15px!important;
    margin-top: -13px;

}

#block-block-27 {

    margin: 0 auto;
    width: 240px;

}
#block-block-27 a {
    font-size: 14px;
    color: #124f78;
    height: 47px;
    display: block;
    overflow: hidden;
    position:relative;
}
#block-block-27 p {
    padding-left: 15px;
    padding-top: 10px;
}
#using-guidelines {

}

#block-block-27 a img{
    left: 0;
    position: absolute;
    top: 0;

}
#block-block-27 a:hover img{
    left: 0;
    position: absolute;
    top: -48px;

}
#hoverbg a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/learners_0.png");
    background-repeat: no-repeat;

}
#hoverbg a:hover {
    background-position: 0px -77px;
}


#hoverbgwl a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/workbook-learner.png");
    background-repeat: no-repeat;

}
#hoverbgwl a:hover {
    background-position: 0px -77px;
}


#hoverbgT a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/teachers.png");
    background-repeat: no-repeat;

}
#hoverbgT a:hover {
    background-position: 0px -77px;
}


#hoverbgWT a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/workbook-teacher.png");
    background-repeat: no-repeat;

}
#hoverbgWT a:hover {
    background-position: 0px -77px;
}

#hoverbgM a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/managers.png");
    background-repeat: no-repeat;

}
#hoverbgM a:hover {
    background-position: 0px -77px;
}



#hoverbgWM a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/workbook-manager.png");
    background-repeat: no-repeat;

}
#hoverbgWM a:hover {
    background-position: 0px -77px;
}



#hoverbgO a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/leaders.png");
    background-repeat: no-repeat;

}
#hoverbgO a:hover {
    background-position: 0px -77px;
}



#hoverbgWO a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/workbook-organisational_0.png");
    background-repeat: no-repeat;

}
#hoverbgWO a:hover {
    background-position: 0px -77px;
}



#hoverbgQ a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/assurance-bodies.png");
    background-repeat: no-repeat;

}
#hoverbgQ a:hover {
    background-position: 0px -77px;
}



#hoverbgQA a {
    display:block;
    width:179px;
    height:77px;
    text-indent: -26px;
    background-image: url("/sites/elg/files/images/workbook-qabody.png");
    background-repeat: no-repeat;

}
#hoverbgQA a:hover {
    background-position: 0px -77px;
}

















#videoshow a:hover{
    background-image: url("/sites/all/themes/ELG/images/video_11.png");
    background-repeat: no-repeat;

}




#videoshow a{
    background-image: url("/sites/all/themes/ELG/images/video_0.png");
    background-repeat: no-repeat;
    display: block;
    width: 292px;
    height: 88px;
    overflow: hidden;
    text-indent: 298px;

}
#videoshow {

    float:right;
}

#elgvideo {
    border: 1px solid #f1f1f1;
    width:100%;
    height: 370px;
    margin: 0 auto;
    margin-top: 21px;
    margin-bottom: 50px;
}

.image-caption {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 1em !important;
    line-height: 1.3;
    margin: 10px 17px 5px 0px !important;
    padding: 11px 10px 15px 12px;
    text-align: center;
    font-style: italic;

}

.float-left {
    float: left;
}

.caption-word {

    font-size:12px;
}


#peopletable {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:flex-start;
    height:100%
}
.people {
    width:45%;
}
.picture{
    width:100px;
    float:left;
}


@media screen and (max-width: 1200px) {
    .highlight-right {
        display:none;
    }
    .front_leftimg {
        background:none!important;

    }
}
@media screen and (max-width: 950px) {

    #navigation li {

        margin-right: 0px;
        height:35px;
    }
    #navigation{

        padding-left: 5px!important;
    }

    .panels-flexible-region-8-center,panels-flexible-region-elg-center{
        width:68%;
    }

}
.error, .messages--error{

}

#block-block-28{
    display:none
}
#mainsidebar {

    display:none;
}
#block-block-22{
    margin: 0 auto;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}


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


    #logo {

        display: block;
        width: 243px;
        float: none;
        margin: 0 auto;
        position: relative;
        padding-top:20px;
    }
    #logo img {
        text-align: center;
        margin: 0 auto;
        width: 207px;
        display: block;
    }
    #wordpro{
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;

    }
    #logopart {
        height:175px;
    }


    #block-tb-megamenu-main-menu{
        display:none;
    }
    #block-block-28{
        display:block
    }


    #front-highlight {
        margin: 0 auto;
        margin-top: 51px;
        margin-bottom: 122px;
        height:100%;
    }
    #videoshow{
        float:left;
    }
    #videoshow a{
        margin-top:20px;
    }
}

/*main menu */

@media screen and (max-width: 578px) {
    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidebar a:hover {
        color: #f1f1f1;
    }

    .sidebar .closebtn {
        position: absolute;
        top: 35px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .openbtn {
        font-size: 16px;
        cursor: pointer;
        background-color: #02435f;
        color: white;
        padding: 7px 13px;
        border: none;
        float: right;
        margin-top: -80px;

    }

    .openbtn:hover {
        background-color: #444;
    }

    #mainsidebar {
        transition: margin-left .5s;
        padding: 16px;
        display:block;
    }

    #mySidebar > ul{
        margin-left:-35px;
    }
    #mySidebar > ul li a{
        line-height:20px;
        font-size:12px;
    }
    #mySidebar > ul > ul{
        margin-left: -15px;
        margin-bottom:10px;
    }


}

@media screen and (max-width: 992px) {
    #front-page-left{
        max-width:100%;
    }

    #front-page-right {
        float: left;
        max-width: 100%;
        width:100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .newfootertop{
        display:none;
    }
    .quicktabs_main.quicktabs-style-basic {

        background-color:white!important;
    }
    #guideline-tab{
        background:none;
    }

}
@media screen and (max-width: 785px){
    #front-highlight{
        margin: 0 auto;
        margin-top: 51px;
        margin-bottom: 122px;
        height: 100%;
    }
}
    .panels-flexible-region-1-center,
    .panels-flexible-region-2-center,
    .panels-flexible-region-3-center,
    .panels-flexible-region-7-center,
    .panels-flexible-region-4-center,
    .panels-flexible-region-8-center,
    .panels-flexible-region-10-center,
    .panels-flexible-region-elg-center,
.panels-flexible-region-21-center,
.panels-flexible-region-23-center,
.panels-flexible-region-12-center,
.panels-flexible-region-16-center,
  .panels-flexible-region-17-center,
    .panels-flexible-region-18-center,
        .panels-flexible-region-19-center,
         .panels-flexible-region-20-center,
.panels-flexible-region-15-center
    {
        width:70%;
    }
    .panels-flexible-region-1-right,
    .panels-flexible-region-2-right,
    .panels-flexible-region-3-right,
    .panels-flexible-region-7-right,
    .panels-flexible-region-4-right,
    .panels-flexible-region-8-right,
    .panels-flexible-region-10-right,
    .panels-flexible-region-elg-right,
    .panels-flexible-region-23-right,
     .panels-flexible-region-21-right,
      .panels-flexible-region-12-right,
      .panels-flexible-region-16-right,
        .panels-flexible-region-17-right,
         .panels-flexible-region-18-right,
            .panels-flexible-region-19-right,
                   .panels-flexible-region-20-right,
       .panels-flexible-region-15-right
    {
        width:30%;
        float:left;
    }

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

    .panels-flexible-region-1-center,
    .panels-flexible-region-2-center,
    .panels-flexible-region-3-center,
    .panels-flexible-region-7-center,
    .panels-flexible-region-4-center,
    .panels-flexible-region-8-center,
    .panels-flexible-region-10-center,
    .panels-flexible-region-elg-center,
.panels-flexible-region-21-center,
.panels-flexible-region-23-center,
.panels-flexible-region-12-center,
.panels-flexible-region-16-center,
  .panels-flexible-region-17-center,
     .panels-flexible-region-19-center,
    .panels-flexible-region-18-center,
           .panels-flexible-region-20-center,
.panels-flexible-region-15-center
    {
        width:100%;
    }
    .panels-flexible-region-1-right,
    .panels-flexible-region-2-right,
    .panels-flexible-region-3-right,
    .panels-flexible-region-7-right,
    .panels-flexible-region-4-right,
    .panels-flexible-region-8-right,
    .panels-flexible-region-10-right,
    .panels-flexible-region-elg-right,
    .panels-flexible-region-23-right,
     .panels-flexible-region-21-right,
      .panels-flexible-region-12-right,
        .panels-flexible-region-16-right,
          .panels-flexible-region-17-right,
            .panels-flexible-region-18-right,
               .panels-flexible-region-19-right,
                      .panels-flexible-region-20-right,
             .panels-flexible-region-15-right
    {
        width:100%;
        float:left;
    }
    #pres1{
        width: 220px;
        margin: 0 auto;
    }
    #content #page-title1 {

        font-size: 25px;
    }

    .people {
        width: 100%;
        margin-left: 17px;
        margin-bottom: 30px;
    }

}

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

    ul.quicktabs-tabs.quicktabs-style-basic li{
        display:block;
        width:85%;
        margin-bottom:20px;
    }
    ul.quicktabs-tabs.quicktabs-style-basic{
        height:100%;
    }

    ul.quicktabs-tabs.quicktabs-style-basic li.active {
        border: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        background-color: #fff;
    }
    ul.quicktabs-tabs.quicktabs-style-basic li{
        border-bottom: 1px solid #e5e5e5;
    }
    ul.quicktabs-tabs.quicktabs-style-basic a {

        display: block;
        width: 100%;
        text-align:center;
    }
}



.reference li a{
    
    text-decoration:underline;
}

