/*
    1. FILE SPECIFICATIONS:

        1.1 MARC, CAHC and ORC groups (sites) should have an identical copy of this CSS file

    2. TODO notes:

        2.1 Refactoring
        This CSS file needs refactoring.

        2.1.1 Maintainance
        We are using too much nested CSS because which is an anti-pattern.
        This happened due to the fact that the file was like that from the
        start and any additional changes that have been made have just been building
        on this bad pattern. Very hard to maintain.

        2.1.2 Media Queries
        Perhaps too many media makes queries to maintain manualy.

*/

html,
body,
#sb-site,
.sb-slidebar {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    /* Stops horizontal scrolling. */
    min-width: 320px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;

}

a#main-content-anchor:focus {
    outline: none;
    border:none;
    background-color: none;
}

/* ---------- 002 - Site */

#sb-site {
    width: 100%;
    position: relative;
    z-index: 1;
    /* Site sits above Slidebars */
}

legend {
    position: absolute;
    left: -999em;
    top: 0;
}


/* --------------- 003 - Slidebars */

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    /* Enable vertical scrolling on Slidebars when needed. */
    position: fixed;
    top: 0;
    z-index: 0;
    /* Slidebars sit behind sb-site. */
    visibility: hidden;
    /* Initially hide the Slidebars. */
    /* background-color: $primary-color-light; Default Slidebars background colour, overwrite this with your own css. */
}

.sb-left {
    left: 0;
    /* Set Slidebar to the left. */
}

.sb-right {
    right: 0;
    /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute;
    /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
    visibility: visible;
    /* Makes Slidebars visibile when open. */
}

.sb-slidebar.sb-active label {
    display: none;
}

.sb-slidebar.sb-active .search-form {
    background: #e8e8e8;
    padding: 27px 25px 27px 25px;
    position: relative;
}

.sb-slidebar.sb-active .search-form input[type="text"],
.sb-slidebar.sb-active input.ps-input[type="text"] {
    width: 100%;
    font-size: 1em;
    background-color: #e8e8e8;
    color: #676767;
    /* font-weight: bold; */
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
}

aside .seForm--panel input[type="text"].inputBox {
    background: url(sidebar-search.png) 6px center no-repeat #ffffff;
    padding-left: 31px;
    background-size: 20px 20px
}

@media (min-width:992px) {
    aside .seForm--panel input[type="text"].inputBox {
/*        background: url(sidebar-search.png) 98% center no-repeat #ffffff;
        padding-left: 4px;*/
    }
}

.sb-slidebar.sb-active .search-form input.ps-button {
    position: absolute;
    /*background: url(device-search.png) center center no-repeat #ffffff;*/
    border: none;
    text-indent: -999em;
    height: 24px;
    width: 24px;
    top: 29px;
    right: 9px;
}

.sb-slidebar.sb-style-overlay {
    z-index: 9999;
    /* Set z-index high to ensure it overlays any other site elements. */
}


/* BD- Simplified code here */

.sb-slidebar {
    width: 85%;
}

.sb-width-thin {
    width: 55%;
}

.sb-width-wide {
    width: 85%;
}

@media (min-width: 480px) {
    /* Slidebar width on small screens. */
    .sb-slidebar {
        width: 85%;
    }
    .sb-width-thin {
        width: 55%;
    }
    .sb-width-wide {
        width: 85%;
    }
}

@media (min-width: 768px) {
    /* Slidebar width on small screens. */
    .sb-slidebar {
        width: 65%;
    }
    .sb-width-thin {
        width: 40%;
    }
    .sb-width-wide {
        width: 70%;
    }
}

@media (min-width: 992px) {
    /* Slidebar width on medium screens. */
    .sb-slidebar {
        width: 0%;
        display: none;
        /* Hide it */
    }
    .sb-width-thin {
        width: 0%;
    }
    .sb-width-wide {
        width: 0%;
    }
}


/* --------------- 004 - Animation */

.sb-slide,
#sb-site,
.sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden;
    /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}


/* -------------------- 005 - Helper Classes */

.sb-hide {
    display: none;
    /* May be applied to control classes when Slidebars is disabled over a certain width. */
}

.event-date,
.newsDate {
    font-style: italic;
    font-size: 15px;
    font-size: 1.5rem;
}

.event-date .icon-date {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.userLogin--active {
    display: none
}

.opening-block__discount,
.opening-block__support {
    width: 100%;
    color: #ffffff;
    font-family: "Helvetica", Times, serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.35em;
    border-radius: 3px;
    padding: 20px 0;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .opening-block__support,
    .opening-block__discount {
        margin-top: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .opening-block__support {
        margin-bottom: 27px
    }
}

.opening-block__discount:visited,
.opening-block__support:visited {
    color: #ffffff;
}

@media (min-width: 992px) {
    .opening-block__discount,
    .opening-block__support {
        width: 245px;
        display: inline-block;
        margin-right: 23px;
    }
}

.opening-block__discount {
    background: #dd7725;
}

.opening-block__support {
    background: #6d6d6d;
    margin-right: 0px;
}

.opening-block__discount:hover,
.opening-block__support:hover,
.opening-block__discount:focus,
.opening-block__support:focus {
    color: #ffffff;
    background: #d6591b;
}

.opening-block__support:hover,
.opening-block__support:focus {
    background: #525252;
}

@media (min-width: 992px) {
    .opening-block__discount,
    .opening-block__support {
        margin-bottom: 0px;
    }
    .pageSubscribe.toggleContainer {
        margin-bottom: 10px;
    }
}




/* Pagination ========================================================================== */

.seamless-pagination {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 3em;
}

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 5px 5px 0;
}

.simple-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.simple-pagination li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    width:auto;
}

.seamless-pagination-js {
    display: none;
}

input.btn_scPagingNonJS_enabled {
    background: #005581;
    color: #ffffff;
    font-family: "Helvetica", Arial;
}

input.btn_scPagingNonJS_enabled:hover,
input.btn_scPagingNonJS_enabled:focus {
    background-color: #005581;
}

.seamless-pagination-data input.btn_scPagingNonJS_enabled:hover,
.seamless-pagination-data input.btn_scPagingNonJS_enabled:focus {
    background-color: #565656;
}

.simple-pagination li > a,
.simple-pagination li > span,
.button-previous input,
.button-next input {
    position: relative;
    float: left;
    padding: 7px 12px;
    text-decoration: none;
    min-height: 40px;
    /*iOS fix*/
    min-width: 2.5em;
    text-align: center;
    margin-right: 3px;
    border-radius: 2px;
    border-width: 0;
}

.button-previous input,
.button-next input {
    width: 30px;
    text-indent: -1234em;
}

@media (min-width:768px) {
    .button-previous input,
    .button-next input {
        width: 50px;
    }
}

.button-previous input {
    background-position: -19px 12px;
}

.button-next input {
    background-position: -84px 12px;
}

.button-previous input,
.button-next input,
.seamless-pagination-data {
    margin-left: 0;
}

.seamless-pagination-data {
    float: left;
    margin-top: 3px;
}

.seamless-pagination-data span {
    display: inline-block;
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 40px;
    padding: 0 7px 0 10px;
}

.seamless-pagination-data select {
    margin-top: -5px;
}

.seamless-pagination .show-for-small-only {
    /*border: 1px solid #DDD;*/
    overflow: hidden;
    display: inline-block !important;
    border-radius: 2px;
}

@media only screen and (min-width: 768px) {
    .seamless-pagination .show-for-small-only {
        display: none !important;
    }
}

.no-js .seamless-pagination-data {
    margin-left: 0;
    border-radius: 2px;
}

@media only screen and (min-width: 768px) {
    .simple-pagination li > a,
    .simple-pagination li > span,
    .button-previous input,
    .button-next input,
    .seamless-pagination-data {
        min-height: 0;
        /*reset iOS fix*/
        line-height: 1.42857143;
    }
    .simple-pagination ul {
        overflow: hidden;
        border-radius: 2px;
        display: inline-block;
    }
}

.button-previous input[disabled="disabled"],
.button-next input[disabled="disabled"] {
    display: none;
}

.simple-pagination .current,
.simple-pagination li a.prev,
.simple-pagination li a.next,
.button-previous input[type="submit"],
.button-next input[type="submit"] {
    z-index: 2;
    color: white;
    background-color: #009fd9 !important;
    border: 1px solid #009fd9;
    color: #fff !important;
}

.simple-pagination .current:hover,
.simple-pagination li a.prev:hover,
.simple-pagination li a.next:hover,
.button-previous input[type="submit"]:hover,
.button-next input[type="submit"]:hover,
.simple-pagination .current:focus,
.simple-pagination li a.prev:focus,
.simple-pagination li a.next:focus,
.button-previous input[type="submit"]:focus,
.button-next input[type="submit"]:hover {
    background-color: #008cbf !important;
    border: 1px solid #008cbf;
}

.seamless-pagination .button-next,
.seamless-pagination .button-previous {
    position: relative;
    height: 20px;
    width: 20px;
}

.seamless-pagination .button-next input[type="submit"],
.seamless-pagination .button-previous input[type="submit"] {
    padding: 0;
    min-height: 36px;
    margin: 3px;
}

.simple-pagination li a.prev {
    padding-left: 25px;
    background: #009fd9;
    font-weight: bold;
}

.simple-pagination li a.next {
    padding-right: 25px;
    background: #009fd9;
    font-weight: bold;
}

.simple-pagination li a.prev:before,
.seamless-pagination .button-previous:before {
    position: absolute;
    content: ' ';
    left: 10px;
    top: 11px;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}

.simple-pagination li a.next:before,
.seamless-pagination .button-next:before {
    position: absolute;
    content: ' ';
    right: 10px;
    top: 11px;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
}


/*M:1677*/

.seamless-pagination .button-previous:before,
.seamless-pagination .button-next:before {
    z-index: 999;
    top: 15px;
    left: 20px;
    display: none;
}

.seamless-pagination .button-previous input[type="submit"] {
    background: url(page-arrow-left.png) center center no-repeat #006EA7;
}

.seamless-pagination .button-next input[type="submit"] {
    background: url(page-arrow-right.png) center center no-repeat #006EA7;
}

.simple-pagination .current {
    cursor: default;
}

.simple-pagination li > a:hover,
.simple-pagination li > a:focus,
.simple-pagination .current:hover {
    background-color: #cccccc;
    color: white;
    outline: none;
}



.simple-pagination .active .prev,
.simple-pagination .active .next {
    display: none;
}

@media (min-width: 768px) {
    .no-js .seamless-pagination > .non-js.show-for-small-only {
        display: block !important;
    }
    .seamless-pagination-js {
        display: block;
    }
}

.ellipse {
    cursor: default;
}

.page-totals,
.page-total-1,
.non-js.page-total-1,
.seamless-pagination .show-for-small-only.page-total-1 {
    display: none !important;
}

.non-js.show-for-small-only .seamless-pagination-data {
    background: #ffffff;
}

@media (min-width: 768px) {
    .page-totals {
        display: block !important;
        font-size: 1em;
        line-height: 2.25em;
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-totals.page-total-1 {
        display: none !important;
    }
}


/* ##resource availability */

.resource-display {
    margin-bottom: 2em;
}

.rd-name {
    font-family: "Helvetica";
    font-size: 1.75em;
}

.rd-icon-legend {
    margin: 2em 0;
}

.rd-icon-legend span {
    display: block;
    clear: both
}

@media (min-width: 768px) {
    .rd-icon-legend span {
        display: inline-block;
        clear: none;
        margin-right: 60px
    }
}

.rd-available-table {
    position: relative;
}

.rd-available-table th {
    background: #6d6d6d;
    color: #ffffff;
    border: 1px solid #ffffff;
    /*DESK-2422*/
    padding: 15px 5px;
    /*padding: 15px;*/
    white-space: nowrap;
    font-size: 0.75em;
    /*font-size: 1.05em;*/
    font-weight: 800;
    /*End of DESK-2422*/
}

.rd-available-table td {
    background: #f8f8f8;
    border: 1px solid #ffffff;
    padding: 15px;
    vertical-align: center;
    text-align: center;
    white-space: nowrap;
    /*DESK-2422*/
    font-size: 0.8em;
    /*font-size: 0.9em;*/
    /*End of DESK-2422*/
    height: 56px;
}

.rd-times {
    float: left;
    top: 0;
    left: 0;
    width: 122px;
    /*DESK-2422*/
    /*width: 122px;*/
    font-weight: 700;
    /*font-weight: 800;*/
    /*End of DESK-2422*/
}

.rd-dates {
    /*DESK-2422*/
    /*margin-left: 122px;*/
    /*End of DESK-2422*/
    overflow-x: auto;
}

.resource-display .no-result {
    font-size: 1.6em;
    font-size: 1.6rem
}


/* resize for non-retina */

@media only screen and (min-width:992px) {}


/* ==========================================================================
   Site Layout
   ========================================================================== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


/* TEMP*/

#detect {
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    color: #DDD
}


/* resize */

.x-small {
    font-size: .3125em;
    line-height: .50
}

.small {
    font-size: .46875em;
    line-height: .75
}

.standard {
    font-size: .625em;
    line-height: 1
}

.large {
    font-size: .9375em;
    line-height: 1.125
}

.x-large {
    font-size: 1.25em;
    line-height: 1.25
}

.content-wrapper {
    width: 100%;
    position: relative;
}

.container {
    margin: 0 auto;
    /*padding: 0 20px 20px;*/
}

#main-content {
    background-color: #FFF
}

#main-content.home {
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    #main-content.home {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) {
    #main-content {
        width: 992px;
        margin: 0 auto;
    }
    #main-content.home {
        margin-top: -320px;
        z-index: 10;
        position: relative;
    }
}

#main-content > .container {
    background: #FFF;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .container.internal {
        padding-bottom: 40px;
        position: relative;
    }
}


/* small - S3 */

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down {
        display: inherit !important;
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down {
        display: none !important;
    }
}






/* medium - S2*/

@media only screen and (min-width:768px) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down {
        display: none !important;
    }
}


/* large - S1 */

@media only screen and (min-width:992px) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down {
        display: inherit !important;
        display: block;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down {
        display: none !important;
    }
}


/**********************************************************************/
/** Header ************************************************************/
/**********************************************************************/

@media (min-width:992px) {
    body {
        background-color: #003767;
    }
}

.print-header {
    display: none
}

@media (min-width:768px) {
    .skip {
        color: #FFF;
        /*width: 15%;*/
        font-size: 12px;
        font-size: 1.2rem;
        position: absolute;
        top: -9999em;
    }
    .skip:hover,
    .skip:focus {
        color: #333;
        top: -13px;
    }
}

.header-container {
    height: auto;
}

.navbar {
    position: relative;
    position: relative;
    /*margin: 0 0 0 13px;*/
}

@media (min-width:992px) {
    .header-container {}
    .header-container > .container {
        position: relative;
    }
    .navbar {
        /*width: 992px;*/
        /*margin: 0 auto;*/
        width: 100%;
    }
}

header {
    position: relative;
    min-height: 60px;
    margin: 0;
    /* padding-bottom: 15px; */
    padding-top: 10px;
    background: #fff;
}

@media (min-width:992px) {
    header {

        padding-top: 30px;
    }
    header .nav-bar {
        position: relative;
    }
}

header .sitenav {
    overflow: hidden;
    /* required to hide mobile nav */
}

@media (min-width: 768px) and (max-width: 991px) {
    header .sitenav {}
}

@media (min-width:992px) {
    header .sitenav {}
}

header .sitenav > ul {
    margin-top: 0;
    color: #FFF;
    background-color: #3A3A3A;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

@media only screen and (min-width:992px) {
    header .sitenav > ul {
        position: absolute;
        bottom: -41px;
        width: 100%;
        -webkit-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
    }
}

header .sitenav > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
    font-size: 16px;
}

@media only screen and (min-width:992px) {
    header .sitenav > ul li {
        position: relative;
        display: inline-block;
        border-top-width: 0;
        padding: 0;
        font-size: 15px;
    }
}

header .sitenav > ul li a {
    display: block;
    color: #FFF;
    padding: 10px 20px;
    text-decoration: none;
}

@media only screen and (min-width:992px) {
    header .sitenav > ul li a {
        display: inline-block;
        height: 41px;
        line-height: 41px;
        padding: 0 35px;
    }
}

header .sitenav > ul li a:hover,
header .sitenav > ul li a:focus {
    background-color: #006ea7
}

@media only screen and (min-width:992px) {
    header .sitenav > ul li a:hover,
    header .sitenav > ul li a:focus {
        /*background-color:#FFF*/
    }
}

@media only screen and (min-width:992px) {
    .nav-collapse.collapse {
        height: 90px !important;
        overflow: visible !important;
        position: relative;
        z-index: 1;
    }
}

header .logo {
    padding: 11px 0 0 10px;
    width: 66%;
    margin: 0px 0 0 0px;
}

header .logo .cm-logo {
    float: left;
    overflow: hidden;
    width: 40px;
    margin-right: 5px;
}

header .logo .cm-logo img {
    width: 140px
}

header .logo .yfs-logo {
    float: left;
    overflow: hidden;
    width: 143px;
    margin-top: 3px;
}

header .logo .yfs-logo img {
    width: 141px;
    margin-left: -2px
}

@media only screen and (min-width:768px) {
    header .logo {
        position: absolute;
        z-index: 5;
        width: 45%;
        float: left;
    }
    header .logo .cm-logo {
        width: 140px;
        margin: 0
    }
    header .logo .yfs-logo {
        width: 156px;
        margin: 0
    }
    header .logo .yfs-logo img,
    header .logo .cm-logo img {
        width: 100%;
        margin: 0
    }
    .opening-block .col-lg-7 {
        padding-left: 32px;
    }
}

@media only screen and (min-width:992px) {
    header .logo .cm-logo {
        width: auto;
    }
    header .logo .yfs-logo {
        width: auto;
    }
    header .logo {
        padding-left: 0;
    }
    header .site-title {
        position: absolute;
        right: 20px
    }
    header .site-title h2 {
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 2px dotted #c5c5c5;
        font-size: 26px;
        line-height: 1;
        padding-bottom: 12px;
        margin: 62px 0 0
    }
}

header .sitenav-btn {
    margin-top: 15px;
}

.btn-navbar {
    position: absolute;
    padding: 7px 0 7px 10px;
    top: 10px;
    right: 0;
    text-decoration: none;
    color: #818181;
    display:none;
}

a.btn-navbar:hover,
a.btn-navbar:focus {
    opacity: 0.5;
}

.btn-navbar .icon-th-menu {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

header .page-tools {
    position: absolute;
    padding: 0 20px 0;
    /*display: inline-block;*/
    right: 0;
    top: 15px;
}

@media only screen and (min-width:992px) {
    header .page-tools {
        border-top-width: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .sharing-social-container {
        right: 55px;
        top: 12px;
        position: absolute;
    }
}

.resize-tools-container {
    display: none;
}

@media only screen and (min-width:992px) {
    header .sharing-social-container,
    header .resize-tools-container,
    header .sharing-container {
        position: absolute;
        right: 15px;
        top: 0;
        text-align: right
    }
    header .sharing-social-container {
        z-index: 2;
        right: 297px;
        overflow: hidden;
        width: 180px;
        /* height: 30px; */
        top: 26px;
    }
    header .resize-tools-container {
        right: 0;
    }
    .no-js .resize-tools-container {
        display: none!important;
    }
/*    .no-js .sharing-social-container {
        right: 45px
    }*/
    .no-js .sharing-container {
        right: -10px
    }
    .accessible-list {
        font-size: 13px;
        font-size: 1.3rem
    }
    .js .accessible-list {
        margin-top: -5px
    }
    .accessible-list li {
        display: inline-block;
    }
    .accessible-list li input {
        border-width: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        display: inline-block;
        line-height: 1.4;
        vertical-align: baseline;
        margin: -0.1em 0 0 5px;
        color: #ffffff;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: 'Helvetica', Arial, sans-serif;
        text-decoration: none
    }
    .js .accessible-list .btnTextIncrease {
        font-weight: 700;
        font-size: 14px;
        margin-top: 0;
        line-height: 1;
    }
    .js .accessible-list .btnTextDecrease {
        font-size: 1.1em;
        font-size: 1.1rem;
    }
    .accessible-list li input:hover,
    .accessible-list li input:focus {
        color: #222;
        text-decoration: underline;
    }
    .accessible-list li.high-contrast input {
        display: inline-block;
        text-transform: none;
        border-left: 1px solid #6dbedd;
        padding-left: 10px;
        margin-left: 10px;
        font-weight: 700;
        color: #ffffff;
        text-decoration: none
    }
    .accessible-list li.high-contrast input:hover,
    .accessible-list li.high-contrast input:focus {
        text-decoration: underline;
        color: #222;
    }
}


/* share-list */

header .sharing-social-container .share-list {
    margin: 0;
    padding: 0;
    font-size: 24px
}

@media only screen and (min-width:992px) {
    .sharing-social-container .share-list,
    .share-list {
        font-size: 16px;
        margin-left: 0
    }
}

.share-list li {
    float: left;
    display: inline-block;
    padding: 0;
    overflow: visible;
    margin-right: 15px;
	height:35px;
}

footer .share-list li {
    margin-top:15px;
}

.share-list li:last-child {
    margin-right: 0;
}

.share-list li.first {
    padding: 0
}

.share-list a {
    text-decoration: none;
    display: inline-block;
}

header .share-list a:hover,
header .share-list a:focus {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    /*opacity: 0.5;*/
}

.shareList a i,
.share-list a i {
    display: block;
    background-color: #333;
    color: #FFF;
    border-radius: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.shareList,
.shareList li {
    list-style: none;
}

@media only screen and (min-width: 992px) {
    aside .shareList li {
        padding-left: 3px;
        margin: 0;
    }
}

.shareList li {
    float: left;
    overflow: hidden;
    padding: 0;
    display: inline-block;
}

.shareList a {
    text-decoration: none;
}

.shareList a:hover,
header .shareList a:focus {
    text-decoration: none;
}

.shareList i {
    display: block;
    background-color: #333;
    color: #FFF;
    border-radius: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.shareList .shareList--pageLinks i {
    border-radius: 50px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 26px;
    margin-right: 0px;
}

.shareList--pageLinks {
    padding: 0;
}

a.svg-icon {
    text-decoration: none;
}


/* logo */

.svg-icon:before,
.svg-icon:after {
    display: inline-block;
    content:'';
}

.logo-placeholders {
    display:inline-block;
    width:440px;
}

.logo-placeholder-small,
.logo-placeholder-large {
    display: inline-block;
    width:100%;
}

.logo-placeholder-small {
    display: none;
    margin-top: 10px;
    margin-left: 15px;
}

.logo-placeholder-large {

}

.active-monash-logo-link {
    text-decoration: none;
    display: inline-block;
    float:left;
}

.monash-logo-divider {
    width: 1px;
    height: 40px;
    float:left;
    border-right:1px dashed #5f82a0;
    margin: 21px 20px 0 20px;
}

.marc-logo-link,
.cahc-logo-link,
.orc-logo-link {
    float:left;
}

 a.orc-logo-link {
    margin-top: -10px;
}

a.marc-logo-link,
a.cahc-logo-link,
a.orc-logo-link,
a.active-monash {
    text-decoration: none;
}

a.active-monash-logo-link:hover,
a.active-monash-logo-link:focus,
a.active-monash-logo-link:active,
a.marc-logo-link:hover,
a.marc-logo-link:focus,
a.marc-logo-link:active,
a.cahc-logo-link:hover,
a.cahc-logo-link:focus,
a.cahc-logo-link:active,
a.orc-logo-link:hover,
a.orc-logo-link:focus,
a.orc-logo-link:active {
    outline: none;
    border:none;
    background-color: transparent;
    opacity: 0.5;

}



/* overwriting Pinterest Code */

.shareList .PIN_1454893654469_button_pin.PIN_1454893654469_round{

    border-radius: 50px !important;
    line-height: 50px !important;
    height: 55px !important;
    width: 55px !important;
    cursor: pointer !important;
    margin-right: 15px;
        height: 16px;
    width: 16px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…UsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) -2px -3px no-repeat;
    background-size: 58px 58px;
    box-shadow: none;
}

.shareList a[data-pin-log="button_pinit_bookmarklet"] {
    background: #cc2127 url(sprite.png) no-repeat 13px -80px !important;
    background-size: 26px 120px !important;
    border-radius: 50px !important;
    line-height: 50px !important;
    height: 50px !important;
    width: 50px !important;
    cursor: pointer !important;
}

.shareList a[data-pin-log="button_pinit_bookmarklet"]:hover,
.shareList a[data-pin-log="button_pinit_bookmarklet"]:focus {
    background-color: #a01a1f !important;
    outline: none;
}

.shareList .shareList--pageLinks i.icon-email {
    font-size: 32px;
}

.shareList .shareList--pageLinks i,
.shareList a[data-pin-log="button_pinit_bookmarklet"] {
    margin-right: 18px!important;
}



span[data-pin-log] {
    width: 55px !important;
    height: 55px !important;
    margin-right: 10px;
    background-position: -2px -3px !important;
    background-size: 60px 58px !important;
}

span[data-pin-log]:hover,
span[data-pin-log]:focus {
    outline: none;
    opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 991px) {
    aside.col-m-4 .shareList .shareList--pageLinks i,
    aside.col-m-4 .shareList a[data-pin-log="button_pinit_bookmarklet"] {
        margin-right: 7px!important;
    }
    aside.col-m-4 .shareList .shareList--pageLinks i.icon-email {
        margin-right: 0!important;
    }
}

@media (min-width: 768px) {
    div[role="main"] .shareList .shareList--pageLinks i,
    div[role="main"] .shareList a[data-pin-log="button_pinit_bookmarklet"] {
        margin-right: 20px!important;
    }
}

.shareList a i.icon-facebook,
.share-list a i.icon-facebook {
    background-color: #1864c2
}

.shareList a i.icon-twitter,
.share-list a i.icon-twitter {
    background-color: #17b5e3
}

.shareList a i.icon-youtube,
.share-list a i.icon-youtube {
    background-color: #cf3427
}

.shareList i.icon-youtube {
    background-color: #cf3427;
}

.shareList i.icon-pinterest {
    background-color: #cc2127;
}

.shareList a:hover i.icon-pinterest,
.shareList a:focus i.icon-pinterest {
    background-color: #a01a1f;
}

.shareList a:hover i.icon-email,
.shareList a:focus i.icon-email {
    background-color: #5c5c5c;
}

.shareList i.icon-email {
    background-color: #717171;
}

/* hover is +40 black */

.shareList a:hover i.icon-facebook,
.shareList a:focus i.icon-facebook,
.share-list a:hover i.icon-facebook,
.share-list a:focus i.icon-facebook {
    background-color: #0e3c74;
}

.shareList a:hover i.icon-twitter,
.shareList a:focus i.icon-twitter,
.share-list a:hover i.icon-twitter,
.share-list a:focus i.icon-twitter {
    background-color: #005b75;
}

.shareList a:hover i.icon-youtube,
.shareList a:focus i.icon-youtube,
.share-list a:hover i.icon-youtube,
.share-list a:focus i.icon-youtube {
    background-color: #7c1f17;
}

header .container {
    padding: 0
}

header ul li {
    margin: 0;
}


/* search tools */

.search-form {
    padding: 16px 20px 20px 20px;
    position: relative;
    clear: both;
    border-bottom: 2px solid #eaeaea;
    padding: 5px 0;

}

.mobileMenu .search-form {
    border-bottom: none;
}

.results0 {
    display: none!important;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* S2 fixes */
    nav.sitenav {
        position: relative;
    }
}

@media only screen and (min-width:992px) {
    .search-form {
        position: absolute;
        width: 292px;
        top: 4px;
        right: 0;
        z-index: 99;
    }
}

.search-form .searchLabel {
    display: none;
    color: #666;
}


/*reset search */

.search-form input[type=submit],
.search-form input[type="text"].ps-input {
    margin: 0;
    padding: 0;
    /*height: 36px;*/
    float: left;
    border-width: 0;
    /*background: #ffffff;*/
    color: #676767;
    box-shadow: none;
    font-weight: 400;
    -webkit-box-shadow: none;
    border-radius: 0px;
}

.search-form input[type=submit] {
    /*width: 20%;*/
    border-radius: 0px;
    text-align: center;
    line-height: 36px;
    /*background: #FFF url("sprite.png") no-repeat 24px 9px;*/
    /*background-size: 26px 120px; M:1574*/
    text-indent: 102%;
    overflow: hidden;
    background-color: transparent;
        right: 0;
    position: absolute;
    top:10px;
}

.search-form input[type=submit]:hover,
.search-form input[type=submit]:focus {
    background-color: transparent;
    outline: none;
    opacity: 0.5;
}


/*.mainMenu .search-form input[type=submit] {
    background-size: 26px 120px;
}
*/
.lt-ie9 .search-form input[type=submit] {
    background-image: url("sprite-IE8.png");
}

.large .search-form input[type=submit],
.x-large .search-form input[type=submit] {
    margin: 0 0 0 -6px
}

.search-form input[type="text"].ps-input {
    display: inline-block;
    width: 80%;
    height: 34px;
    padding: 0;
    font-weight: 400;
    font-size: 1.05em;
    font-size: 1.8rem;
    height:30px;

}


/* update the placeholder text*/

.search-form input[type="text"].ps-input::-webkit-input-placeholder {
    color: #333
}

.search-form input[type="text"].ps-input::-moz-placeholder {
    color: #333
}

.search-form input[type="text"].ps-input:-ms-input-placeholder {
    color: #333
}


/* predictive search */

@media only screen and (min-width:768px) {
    .predictive-results {
        z-index: 999;
        margin: 5px -5px 0;
        display: block;
    }
    .mobileMenu .predictive-results {
        margin: 0 -5px;
        border-top: 6px solid #e5e5e5
    }
    .mobileMenu .predictive-results ul {
        border-top: 6px solid #e5e5e5
    }
    .predictive-results ul {
        margin: 0;
        z-index: 999;
    }
    .predictive-results li {
        border-bottom: 1px solid #e5e5e5
    }
    .predictive-results a {
        display: block;
        padding: 10px 15px;
        color: #424242;
        text-decoration: none;
        background-color: #f8f8f8;
        position: relative;
        z-index: 999;
        border-bottom: 0
    }
    .mobileMenu .predictive-results ul a {
        border-bottom: 0
    }
    .predictive-results a h3 {
        margin: 0;
        font-size: 1.8rem;
        margin-bottom: 15px;
        font-weight: 600;
        font-family: Helvetica, Arial;
        text-transform: none;
        color: #3a3a3a
    }
    .predictive-results a p {
        margin: 0;
        font-size: 1.5em;
        font-size: 1.5rem;
        color: #424242
    }


    .predictive-results a.itemSelected,
    .predictive-results a:hover,
    .predictive-results a:focus {
        color: #FFF;
        outline: none;
    }
    .predictive-results a:hover,
    .predictive-results a:focus,
    .predictive-results a:hover h3
    .predictive-results a:focus h3,
    .predictive-results a:hover p,
    .predictive-results a:focus p {
        color: #3a3a3a;
        background-color: #f8f8f8;
        outline: none;
    }



    .predictive-results a.itemSelected p,
    .predictive-results a.itemSelected h3 {
        color: #3a3a3a;
    }


    .predictive-results a.view-more {
        display: block;
        color: #FFF;
        background: #8a8a8d;
        padding: 10px 15px;
        text-align: center;
        font: 600 1.8em/2.5 'Helvetica', Arial, sans-serif;
        font-size: 1.6rem;
        /* text-transform: uppercase; */
    }
    .predictive-results a.view-more:hover,
    .predictive-results a.view-more:focus {
        text-decoration: none;
        background-color: #494949;
        color: #FFF
    }
    .predictive-results .search-loading,
    .predictive-results .no-results {
        padding: 5px 15px;
        font-size: 1.5em;
        font-size: 1.5rem;
        background-color: #FFF;
        color: #666;
        clear: both
    }
}

@media only screen and (min-width:992px) {
    .predictive-results {
        position: absolute;
        top: 41px;
        z-index: 9999;
        width: 292px;
        margin: 4px 0 0;
/*        -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 4px rgba(0, 0, 0, .2);*/
    }
    .predictive-results a {
        padding: 20px
    }
    .predictive-results ul {
        background-color: #FFF;
    }
    .predictive-results li {
        border-bottom: 1px solid #e5e5e5
    }
    .predictive-results a {
        background-color: #FFF;
    }
    .predictive-results li.view-more-container {
        border-top: none;
    }

    .predictive-results a:hover,
    .predictive-results a:focus,
    .predictive-results a:hover h3,

    .predictive-results a:focus h3,
    .predictive-results a:hover p,
    .predictive-results a:focus p {

        background-color: #f8f8f8;
        outline: none;
    }
    .predictive-results a.view-more {
        border-radius: 0 0 2px 2px;
        -webkit-border-radius: 0 0 2px 2px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 991px) {
    header .sitenav-btn {
        margin-top: 15px;
    }
    header .sitenav ul li a {
        padding-top: 10px;
    }
    header .sitenav ul li.first {
        margin-left: 30px;
    }
    .header-message {
        margin-top: 12px;
        font-size: 30px;
        line-height: 30px;
    }
    header .sitenav-home img,
    header .sitenav-menu img {
        height: 46px;
        margin-top: -1px
    }
}

@media (min-width:992px) {
    header .home-icon {
        display: none;
    }
    header .sitenav-home img,
    header .sitenav-menu img {
        height: 48px;
    }
    header .sitenav-menu {
        display: none
    }
}


/* ==========================================================================
   Website Background image
   ========================================================================== */


/*
Show nothing on mobile

... default image for others? or load via JS? or Device Dependant thingy?
... for now assume handled via the CMS and include inline images

*/

@media (min-width:768px) {
    .background-image {
        min-height: 310px;
        background: transparent url(background-youth.jpg) no-repeat center;
        background-size: 100% 550px;
        z-index: 10;
    }
    .background-mask {}
}

@media (min-width:992px) {
    .slider-container {
        min-height: 320px;
    }
    .background-image {
        min-height: 730px;
        background-size: 1400px 730px;
        background-size: cover;
    }
    .background-mask {
        height: 320px;
        margin: -320px 0 0 0;
        background: transparent url(background-carousel-home.svg);
    }
    .lt-ie9 .background-mask {
        background: transparent url(background-carousel-home.png) no-repeat;
    }
    .flexslider .background-mask {
        margin-top: 410px;
        position: absolute;
        width: 100%;
    }
}


/*************************************************************************/
/* Footer ****************************************************************/
/*************************************************************************/

footer {
    color: #fff;
    border-top: 0;
    background-color: #3a3a3a;
    padding: 35px 0 0 0;
    font-size: 1em;
    clear: both;
    z-index: 10000000;
}

@media only screen and (min-width:768px) {
    footer {
        padding: 35px 0 0;
    }
}

footer [class^="icon-"],
footer [class*=" icon-"] {
    margin-right: 7px;
}

@media only screen and (min-width:992px) {
    footer {
        width: 992px;
        margin: 0 auto;
        padding: 35px 0 0 0;
    }
}

footer .container {
    padding: 0 12px 20px;
}

@media only screen and (min-width:768px) {
    footer .container {
        padding: 0 20px 20px;
    }
}

@media (min-width: 992px) {
    footer .container {
        padding: 0 40px 20px;
    }
}

footer .container .grid {
    padding-top: 10px;
}

@media (min-width: 768px) {
    footer .container .grid {
        padding-top: 40px;
    }
    footer .getTouch h2 {
        border-bottom: 2px solid #4d4d4d;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .talkUs {
        clear: left
    }
}

footer a {
    color: #fff;
    text-decoration: none
}



footer a:hover {
    text-decoration: underline;
    color: #fff
}
footer a:focus {
    text-decoration: none;
    color: #003767;
}

footer a:hover i,
footer a:hover i:before {
    text-decoration: none;
}

/*footer a:visited {
    color: #fff !important;
}*/

@media only screen and (min-width:768px) {
    footer a[href^="tel:"] {
        cursor: default;
        text-decoration: none;
    }
    footer a[href^="tel:"]:hover,
    footer a[href^="tel:"]:focus {
        text-decoration: none;
    }
}

footer h2 {
    font: 400 2.4em/1 'Helvetica', sans-serif;
    font-size: 2.4rem;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    color: #FFF;
}

footer h2.toggler {
    color: #FFF;
    display: block;
    cursor: pointer;
    position: relative;
}


/*
footer .icon-angle-down:before { position:absolute;right:0px;top:0em;display:block;cursor:pointer; }
footer .active .icon-angle-down:before { content: "\e609";}
*/

footer .icon-angle-down:before {
    content: '';
}

footer .icon-angle-down {
    margin-top: -16px!important;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #9C9C9C;
    width: 0;
    height: 0;
}

footer .active .icon-angle-down {
    margin-top: -16px!important;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid #9C9C9C;
    border-top: 0px;
}

@media (min-width: 768px) {
    footer h2.toggler {
        cursor: default;
        border-bottom: 2px solid #4D4D4D;
    }
    footer .toggled {
        /*reset*/
        display: block;
    }
}

footer h3 {
    font: 400 1.8em/1 'Helvetica', sans-serif;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    padding: 0 0 18px 0;
    letter-spacing: 0.0625em;
    color: #fff;
    font-weight: bold;
}

footer h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
    font-size: 1.5rem;
}

footer p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
}

footer h2 + .toggled > p {
    text-align: center
}

footer .get-touch {
    overflow: hidden;
    clear: both;
}

footer .get-touch p {
    font-size: 1.5em;
    font-size: 1.5rem
}

footer .get-touch .toggled {
    padding-top: 20px
}

footer ul,
footer ul li ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-size: 1.4rem
}

footer ul li {
    list-style: none;
    padding: 5px 0 0;
}

@media (min-width: 768px) {
    footer ul li {
        /*margin: 0 0 20px;*/
    }
}

i.icon-location {
    font-size: 1.6em;
    font-size: 1.6rem;
    margin-left: -3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .talk-container {
        clear: left;
    }
    .write-container {
        clear: right;
    }
}

footer ul li li {
    /*padding: 0 0 10px;*/
    margin: 0
}

footer ul.report-list li {
    padding-bottom: 12px
}

.lt-ie9 footer ul li li {
    font-size: 1.4em
}

.lt-ie9 footer ul li li h3 {
    font-size: 1em
}

p.leisure-site-footer-text {
    font-style: italic;
}

.signOff {
    position: relative;
    border-top: 1px solid #4d4d4d;
    margin: 0px;
    padding: 24px 0px 0;
}

.signOff.copyright {
    border-top: 0px;
    padding-top: 0px;
}

.signOff ul {
    width: 100%;
    white-space: nowrap;
}

.signOff ul.shareList {
    position: absolute;
    text-align: right;
    width: auto;
    white-space: nowrap;
    right: -6px;
    bottom: -45px
}

@media (min-width: 768px) {
    .signOff {
        margin: 0 -20px;
        padding: 24px 12px 0;
    }
    .signOff ul {
        overflow: hidden;
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .signOff ul.shareList {
        right: 4px;
        top: -28px
    }
}

@media (min-width: 992px) {
    .signOff ul.shareList {
        right: -8px
    }
    .signOff ul {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .signOff {
        margin: 0;
        padding: 10px 0 0px 0;
    }
}

.signOff li {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 6px 0 0;
    margin: 0 3px 8px 0;
    border-right: 1px solid #CCC;
}

.signOff li.last {
    border-right-width: 0;
    padding-right: 0;
    margin-right: 0
}

.signOff li a {
    display: inline-block;
}

.signOff li.last a {
    border-right-width: 0;
}

.shareList {
    text-align: center;
}

.shareLinks .shareList {
    text-align: left;
    margin-left: 0;
    padding-left: 0px;
}

.shareLinks h2,
.relatedLinks h2,
.photoGallery_container h2,
.related-categories h2,
.related-categories h3 {
    padding-bottom: 0.7em;
    border-bottom: 2px solid #f8f8f8;
    font-size: 26px;
    font-size: 2.6rem;
    /*text-transform: uppercase;*/
    margin-top: 0px;
}

div[role="main"] .relatedLinks h2 {
    text-transform: none
}

.shareLinks,
.relatedLinks,
.photoGallery_container,
.related-categories {
    /*padding-bottom: 1em;*/
}

.col-lg-8 .shareLinks h2,
.col-lg-8 .relatedLinks h2 {
    text-transform: none;
}

.photoGallery_container h2 {
    margin-top: 0px;
    padding-top: 0px;
}


/* add to Calendar */

.add-to-calendar {
    margin: 1em 0 1em;
}

@media only screen and (min-width: 768px) {
    .add-to-calendar.add-to-calendar {
        margin: 1em 0 3em;
    }
}

.add-to-calendar label {
    font-size: 1.7em;
    font-size: 1.7rem
}

.add-to-calendar p,
.add-to-calendar li label {
    font-size: 1.5em;
    font-size: 1.5rem
}

.add-to-calendar input[type="submit"] {
    width: 100%;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0;
    border-radius: 2px;
}

.add-to-calendar label {
    font-weight: 600;
}

.add-to-calendar .occurence-type {
    margin-left: 0;
    margin-bottom: 1em;
}

.add-to-calendar .occurence-type li {
    list-style: none;
}

.add-to-calendar .occurence-type label {
    display: inline;
    margin-left: 5px;
    font-weight: normal;
}

aside .add-to-calendar input[type="submit"] {
    margin: 1em 0 0;
}

footer .shareList li {
    margin: 0;
    padding: 0 0 0 10px;
    border-right-width: 0;
}

footer .shareList li img {
    max-width: 30px;
}

.footer-contacts-placeholder {
    padding: 15px 40px 0 40px;
}

.footer-contacts-placeholder p {
    margin-bottom:20px;
}

.footer-links-placeholder {
    display: inline-block;
    background-color: #2f2f2f;
    width: 100%;
    padding: 30px 50px;
    position: relative;
}

.no-js .footer-links-placeholder {
    padding: 30px 50px 60px 50px;
}

    .footer-links-section {
        display: inline-block;
    }

    .footer-links-logo-section {
        position: absolute;
    }
    .footer-links-main-links-section {
        margin-left: 108px;
            margin-right: 180px;
    }
    .footer-links-social-section {
        position: absolute;
        right: 40px;
        top: 32px;
    }

.footer-links {
    /*display: inline-block;*/
    width:100%;
    margin-bottom: 10px;
}

.footer-contact-item {
    position: relative;
    margin-bottom: 20px;
}

.footer-contact-item a {
    margin-left:30px;
}

.footer-icon {
    display: inline-block;
    position: absolute;
}

.footer-contact-item-text {
    display: inline-block;
    margin-left:30px;
}

footer a:hover span,
footer a:focus span {
    text-decoration: none;
}

.footer-contact-item a span {
    margin-left:0;
}

.city-of-monash-logo-link {
    display: inline-block;
}

a.city-of-monash-logo-link:hover,
a.city-of-monash-logo-link:focus {
    outline: none;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    text-decoration: none;
}

.footer-managed-links ul {
    display: inline-block;
}

.copyright-info-links li,
.footer-managed-links li {
    float: left;
    border-right: 1px solid #bdbdbd;
    padding:0 10px;
}

.copyright-info-links li:first-child,
.footer-managed-links li:first-child {
    padding:0 10px 0 0px;
}

.copyright-info-links li:last-child,
.footer-managed-links li:last-child {
    padding:0 0 0 10px;
    border-right: none;
}


.copyright-info-links,
.copyright-info-links a,
.footer-managed-links a {
    color:#bdbdbd;
}
/*.copyright-info-links a:hover,
.copyright-info-links a:focus {
    color:#bdbdbd;
}*/

.footer-managed-links a:hover,
.footer-managed-links a:focus {
}

a.subscribe-to-enews-link span {
    color: #fff;
    text-decoration: none;
}

a.subscribe-to-enews-link:hover span {
    text-decoration: underline;
}

a.subscribe-to-enews-link:focus span {
    text-decoration: none;
        border: none;
    background: #fffce5;
    outline: 1px dotted #424242;
        color: #003767;
}

/* ==========================================================================
   Site Index
   ========================================================================== */

.introduction {
    position: relative;
    width: 992px;
    margin: 0 auto;
}

.landing-statement {
    display: none
}

.landing-statement p {
    margin: 0;
    padding: 20px;
    color: #FFF;
    border-bottom: 4px solid #004a71;
    border-bottom-color: rgba(0, 74, 113, 0.79);
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .landing-statement {
        display: block;
        width: 306px;
        margin: 146px 20px 30px;
        background-color: #484848;
        background-color: rgba(72, 72, 72, 0.79);
        border-radius: 2px;
        overflow: hidden;
        clear: both;
    }
    .landing-statement p {
        font: 300 2.7em/1.4em 'Helvetica';
        font-size: 2.7rem
    }
}

@media (min-width: 992px) {
    .landing-statement {
        width: 418px;
        margin: 187px 0 44px;
    }
    .landing-statement p {
        font: 300 39px/1.3em 'Helvetica';
        height: 177px;
        display: block;
        padding: 10px 20px;
    }
}


/* opening block */

.opening-block {
    background-color: #009fd9;
    padding: 20px 25px;
}

.opening-block.grid {
    /*margin: 0 -20px;*/
    /*background: url(popular-device.jpg) top center repeat-y;*/
}

@media (max-width: 767px) {
    .opening-block.grid > div {
        /*padding: 0 10px;*/
    }
}

.opening-block h2 {
    padding: 0;
}

@media (min-width: 768px) {
    .opening-block h2 {
        font-size: 2em;
        font-size: 3rem;
        padding: 0 10px 0 0;
        margin-bottom: .75em
    }
}

@media (min-width: 992px) {
    .opening-block.grid {
        /*background: url(popular.png) top center no-repeat;*/
        /*padding: 0 15px;*/
    }
    .opening-block h2 {
        padding: 10px 0 15px 105px;
    }
}


/* Your Monash */

[class*=col-].your-monash {
    padding: 20px;
}

[class*=col-].councillor-aside-container {
    padding-left: 0;
}

@media (min-width: 768px) {
    [class*=col-].your-monash {
        padding: 35px 40px 0;
    }
}

@media (min-width: 992px) {
    [class*=col-].your-monash {
        padding: 45px 50px 0;
    }
    .your-monash .col-lg-6.street-address {
        padding-left: 0;
        padding-right: 2%;
    }
    .your-monash .col-lg-6.my-suburb {
        padding-left: 2%;
        padding-right: 0;
    }
}

.your-monash h2 {
    font-size: 2em;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 20px;
}

.your-monash h2 i {
    display: none
}

@media (min-width: 768px) {
    .your-monash h2 {
        position: relative;
        font-size: 2.4em;
        font-size: 2.4rem;
        line-height: 1.3;
        padding-left: 48px;
        margin-bottom: 20px;
    }
    .your-monash h2 i {
        display: block;
        position: absolute;
        left: -5px;
        top: 8px;
        color: #3989B2;
        font-size: 2.0em;
    }
}

@media (min-width: 992px) {
    .your-monash h2 {
        font-size: 2.7em;
        font-size: 2.7rem;
        padding-left: 85px;
        margin-bottom: 50px;
    }
    .your-monash h2 i {
        top: 0px;
        font-size: 2.7em;
    }
}

.your-monash .button {
    width: 100%
}

.your-monash.se-form-container label {
    font-size: 1.6em;
    font-size: 1.6rem;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 991px) {
    .home .se-form-container input[type="text"],
    .home .chosen-container {
        margin-bottom: 15px
    }
}


/* Frequent Items */

[class*=col-].frequent-item {
    /*is this going to work for IE? */
    list-style: none;
    /*margin: 33px 0 0;*/
    /*padding: 0 10px 30px;*/
}
.frequent-item {
    display: inline-block;
    margin-bottom: 0;
}

@media (min-width:768px) {
    [class*=col-].frequent-item {
        /*padding: 6px 25px 30px;*/
        /*background: url(popular-links.png) top center no-repeat;*/
    }
}

.frequent-item li {
    margin: 0 70px 0 0;
     width: 40%;
    float: left;
}



.frequent-item li:nth-child(2n) {
    float:right;
}

.frequent-item li:nth-child(2n+1) {
    float:left;
}



.frequent-item-link:before {
    display: none;
}

.no-js .frequent-item-link {
    height:100px;
}

/*.frequent-item-link:after {
    position: absolute;
    right: -37px;
    top: 22px;
}*/

.frequent-item li:nth-child(5),
.frequent-item li:nth-child(6) {
    border-bottom:none;
}

.frequent-item li.first {
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.frequent-item li.last {
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
}

.frequent-item li a {
    display: block;
    color: #FFF;
    padding: 16px 10px 15px;
    /*background-color: #7a50a1;*/
    font-size: 1.15em;
    font-size: 1.7rem;
    border-bottom: 2px solid #0094ca;
    text-decoration: none;
    /*font-family: 'Love Ya Like A Sister', cursive;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.frequent-item li a {
    background-color: transparent;
    outline: none;
}

.frequent-item li:nth-child(5) a,
.frequent-item li:nth-child(6) a {
    border-bottom:none;
}


.frequent-item-link:after {
    position: absolute;
    right: -55px;
    top: 23px;
}

@media (min-width: 768px) {
    .frequent-item li a {
        font-size: 1.25em;
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .frequent-item li a {
        padding: 19px 25px 17px;
    }
}

@media (min-width:992px) {
    .frequent-item li a {
        padding: 16px 25px 15px 15px;
    }
}

.frequent-item li a:hover,
.frequent-item li a:focus {
    text-decoration: underline;
}

.frequent-item li a img {
    width: 24px;
    margin-right: 14px;
}

.fav-hasImage .icon-fav-delivery,
.fav-hasImage .icon-fav-planning,
.fav-hasImage .icon-fav-book,
.fav-hasImage .icon-fav-discount,
.fav-hasImage .icon-fav-events,
.icon-join,
.fav-hasImage .icon-fav-location,
.fav-hasImage .icon-fav-music,
.fav-hasImage .icon-fav-payment,
.fav-hasImage .icon-fav-renew,
.fav-hasImage .icon-fav-request,
.fav-hasImage .icon-fav-support,
.fav-hasImage .icon-fav-touch,
.fav-hasImage .icon-fav-waste {
    display: none;
}

.icon-fav-delivery,
.icon-fav-planning,
.icon-fav-book,
.icon-fav-discount,
.icon-fav-events,
.icon-join,
.icon-fav-location,
.icon-fav-music,
.icon-fav-payment,
.icon-fav-renew,
.icon-fav-request,
.icon-fav-support,
.icon-fav-touch,
.icon-fav-waste {
    display: inline-block;
    position: relative;
    line-height: .8em;
    bottom: -2px;
    font-size: 20px;
    width: 24px;
    margin-right: 14px;
}

[class^="icon-fav-"]:before,
[class*="icon-fav-"]:before {
    color: #FFF;
}


/* Icon layout fixes ========================================================================== */

.multiLine-withIcon [class^="icon-"],
.multiLine-withIcon [class*=" icon-"] {
    float: left;
}

.multiLine-withIcon span {
    display: block;
    margin-left: 35px;
}

.iframe-placeholder {
    /*padding:0 15px;*/
}

@media (min-width: 768px) {
    .iframewrap iframe {
            height: 100% !important;
    /* margin: 0 10px; */
    /* min-height: 100% !important; */
    overflow: auto;
    position: relative;
    width: 100% !important;
    overflow: hidden;
        margin-top: 15px;
    }

    .iframewrap {
        margin: 30px 0 30px;
        width: 100%;
        height: 800px;
        display: block;
        /*overflow: hidden;*/
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        /*height: 100% !important;*/
        /*padding: 0 10px;*/
    }
}

@media (max-width: 352px) {
    .iframewrap {
        display: none;
    }
}


















/* Photo Gallery ========================================================================== */

.photoGallery {
    margin: 0;
}

.photoGallery_item {
    list-style: none;
}

.photoGallery_item .file-details {
    display: none;
}

.photoGallery .photoGallery_item a {
    padding-left: 0;
}

.photoGallery .photoGallery_item a:before {
    content: none;
}


/* layout if has .js*/

.js .photoGallery_item {
    display: block;
    overflow: hidden;
    height: 0;
    display: none;
}

.js li.photoGallery_item.photoGallery_item--active {
    display: inline-block;
}

.js .photoGallery_item--active {
    height: auto;
}

.js .photoGallery_itemName {
    display: none;
}

.js .photoGallery_item a {
    display: inline-block;
    text-decoration: none;
    width: 295px;
}

.js .side-column .photoGallery_item a,
.js .side-column .photoGallery_item a img {
    width:100%;
}

.js .side-column li.photoGallery_item.photoGallery_item--active {
    width: 100%;
}

.js .photoGallery_item a:hover,
.js .photoGallery_item a:focus {
    color: #2f2f2f;
    outline: none;
    background-color: transparent;
}

.js .photoGallery_item a:hover .photoGallery_open,
.js .photoGallery_item a:focus .photoGallery_open {
    text-decoration: underline;
}

.photoGallery_open {
    font-size: 14px;
    font-size: 1.4rem;
    color: #484848;
    text-decoration: none;
    margin-top: 1em;
    font-style: italic;
    display: inline-block;
}

a:focus .photoGallery_open {
    color: #484848;
}

.photoGallery_open .icon-fullscreen,
.photoGallery_open .icon-fullscreen:before {
    display: none;
}


/*a:focus .photoGallery_open {
    border: none;
    background: #fffce5;
    text-decoration: underline;
    outline: 1px dotted #424242;
}*/

/* Events and core services */

.home .grid.home-core-services,
.home .grid.home-events {
    margin: 0;
    padding-top: 25px;
    /*padding-bottom: 10px;*/
    padding-top: 55px;
}

.home .events {
    position: relative;
    padding: 0px;
    clear: both;
    padding: 0 40px 40px 40px;
}
.events .img-crop {
float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    overflow: hidden;
    height: 170px;
}

.events .img-crop img {
    width:100%;
}

.home .events h2,
.home-leisure-centres h2 {
    font-size: 28px;
    font-size: 2.8rem;
    /* text-transform: uppercase; */
    margin: 0 0 50px 0;
    line-height: 22px;
    border-left: 4px solid #009FD9;
    padding-left: 15px;
    line-height: .9;
}





.home .events ul {
    list-style: none;
    margin: 10px 0 0 0;
}

.home .events li a {
    display: block;
    position: relative;
    min-height: 111px;
    padding: 15px;
    overflow: hidden;
    color: #424242;
    text-decoration: none;
    text-transform: none;
}

.home .events li a:hover,
.home .events li a:focus {
    background-color: #f4f4f4;
}

.home .events li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    font-family: 'Helvetica', Arial;
    margin: 0 0 0 98px;
    color: #003767;
}

.columnEqualizer_content {
        color: #424242;
}

.home .events li a > div.columnEqualizer_content {
    width: 100%;
    /* ie 10 fix */
}

p.multiLine-withIcon {
    position: relative;
    margin-bottom: 15px;
}

.home-news-date-text {
    font-size: 14px;
    font-size: 1.4rem;
    color:#bac2c7;
}

.home-news-item a,
.home-news-item a:hover,
.home-news-item a:focus,
.home-news-item-title-heading:hover,
.home-news-item-title-heading:focus {
    border:none !important;
}

a:hover .home-news-item-title-heading,
a:focus .home-news-item-title-heading {
    text-decoration: underline;
}

.home-news-item-image {
    position: absolute;
    top: 3px;
        height: 52px;
}

@media (min-width: 768px) {
    .home .events li h3 {
        margin: 25px 0 25px 98px
    }
}

.home .events li p {
    font-size: 1.6em;
    font-size: 1.6rem;
    margin: 0 0 0 98px;
    display: none;
}


.home-news-item-title {
    font-size:18px;
    font-size:1.8rem;
    color: #003767;
}

.home-news-item-title:hover,
.home-news-item-title:focus {

}

a.news-item-link {
    text-decoration: none;
    display: inline-block;
    width:100%;
}

a.news-item-link:hover {
    display: inline-block;
    width:100%;
}

a.news-item-link:hover,
a.news-item-link:focus {
    text-decoration: none;
    /* padding: 20px; */
    background-color: #f8f8f8;
    outline: 22px solid #f8f8f8;
}



@media (min-width: 768px) and (max-width: 991px) {
    .home .events li {
        width: 50%;
        float: left;
    }
    .home .events li.first {}
    .home .events li h3,
    .home .events li p {
        margin-left: 111px;
        margin-top: 0
    }
    .home .events li.first h3,
    .home .events li.first p {
        margin-left: 0;
    }
    .home .events li.first h3 {
        margin-top: 25px
    }
}

.home .events .more-events {
    width: 95%;
    margin: 15px 2.5% 0;
    /* text-transform: uppercase; */
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    background: #0070aa;
    color: #ffffff;
    vertical-align: center;
    display: block;
    background-color: #5e839b;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
}

.home .events .more-events.show-for-small-only,
.home .news .more-news.show-for-small-only {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    top: auto;
    height: auto;
    line-height: 1;
    padding: 15px;
}

.home .events .more-events.show-for-medium-up,
.home .news .more-news.show-for-medium-up {

    padding:10px;
    line-height: 1;
}

.home .events .more-events.show-for-medium-up {
    top:0;
}



.home-core-services [class*=col-],
.home-events [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.home-core-services [class*=col-]:nth-child(1),
.home-events [class*=col-]:nth-child(1) {
    padding-right: 2%;
}

.home-core-services [class*=col-]:nth-child(2),
.home-events [class*=col-]:nth-child(2) {
    padding-left: 2%;
    padding-right: 2%;
}

.home-core-services [class*=col-]:nth-child(3),
.home-events [class*=col-]:nth-child(3) {
    padding-left: 2%;
}

.home-core-services-item-column,
.home-event-item-column {
    margin-bottom:40px;
}

@media (min-width: 768px) {
    .home .events .more-events {
        position: absolute;
        display: inline;

        right: 41px;

        width: auto;
        margin: 0;
    }
}


[class*=col-].listing-content-column {
    padding:0;
}

.home-leisure-centres {
    padding: 55px 40px 55px 40px;
    background-color: #f8f8f8;
}

.home-leisure-centres-intro {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

a.home-leisure-centre-link {
    display: inline-block;
    width:100%;
}

a.home-leisure-centre-link:hover,
a.home-leisure-centre-link:focus {
    opacity: 0.5;
    outline: none;
    border: 0;
    background-color: transparent;
}

.home-leisure-centre {
    vertical-align: bottom;
    height: 75px;
}

/* Quick fixes to align to the bottom all of the images*/
.home-cahc-leisure-centre-link:before,
.home-marc-leisure-centre-link:before,
.home-orc-leisure-centre-link:before {
    float: left;
}

.home-cahc-leisure-centre-link:before {
    margin-top: 11px;
}
.home-marc-leisure-centre-link:before {
    margin-top: 12px;
}
.home-orc-leisure-centre-link:before {
    margin-top: 2px;
}

/* Event list ========================================================================== */

ul.panelList li:before {
    display: none;
}

/* aside */

.freeEvent-container .seForm_label--inline {
    margin-right: 5px;
    text-transform: uppercase;
}

.freeEvent-container .scSearchInputOption label {
    border: 0;
    clip: rect(0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
    speak: normal !important;
}

.eventList {
    margin-top: 2em;
}

.eventList.gmap {
    margin-bottom: 4em
}

.eventList .panelList_item--description {
    margin: -.25em 0 0 93px;
}

ul.eventList,
ul.eventList li {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .eventList .panelList_item--description {
        margin: -.25em 0 0 101px;
    }
}

.eventList .panelList_item a {
    min-height: 244px;
}

.eventList .panelList_item a:hover .date-panel {
    background-color: #fff;
    color: #003767;
}

@media only screen and (min-width: 768px) {
    .eventList .panelList_item a {
        min-height: 224px;
    }
}

/* Event details page */

div[role="main"].main-column.event-details-main-column {
    padding-right: 1.55%;
}

 div[role="main"] + aside[role="complementary"].side-column {
    padding-right: 0;
}

[class*=col-].pageTurner--event {
    padding-right: 1.55%;
    padding-left: 0;
}

/* Fixes to the Map Market layout */

.panelList_item a p:last-child {
    margin-bottom: 0;
}

.gmap-info p,
.gmap-info li,
.gmap-info .panelList_item--categories li,
.gm-style-iw p,
.gm-style-iw li,
.gm-style-iw .panelList_item--categories li {
    font-style: italic;
    font-size: 14px;
    color: #424242;
}

.gm-style-iw a p:hover,
.gm-style-iw a p:focus,
.gm-style-iw a li:hover,
.gm-style-iw a li:focus {
    color: #292929;
}


/* has date */

.gm-style-iw .dateExists h4,
.gm-style-iw .dateExists h3,
.gm-style-iw .dateExists p {
    margin-left: 101px;
}

.gm-style-iw p.panelList_item--categories {
    margin-bottom: 0.5em;
}

.gm-style-iw p .icon-marker,
.gm-style-iw p .icon-tag {
    color: #b5b5b5;
    float: left;
    margin-right: 0
}

.gm-style-iw p.full-address {
    margin-bottom: 0;
}

.gm-style-iw p.full-address span,
.gm-style-iw p.panelList_item--categories span {
    display: block;
    position: relative;
    margin-left: 21px;
    top: -3px;
}


/* GMap fixes */

.panelList_item #mapView a,
.panelList_item .gmap-container a {
    display: inline;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

#mapView .gm-style-iw {
    padding: 5px 0 0 4px;
}

.gm-style-iw h3,
.gm-style-iw h4 {
    font: 700 18px 'Helvetica', Arial, sans-serif
}

.gm-style-iw p {
    font-family: 'Helvetica', Arial, sans-serif
}

.panelList_item .gm-style-iw h3 {
    margin-bottom: 0.65em;
    font-weight: 600;
}

#mapView .gm-style-iw h4 {
    margin-left: 101px;
    margin-bottom: 0.65em;
}

#mapView .gm-style-iw h4 a,
.panelList_item .gm-style-iw h3 a {
    color: #484848;
}

#mapView .gm-style-iw h4 a:hover,
#mapView .gm-style-iw h4 a:focus,
.panelList_item .gm-style-iw h3 a:hover,
.panelList_item .gm-style-iw h3 a:focus {
    color: #2f2f2f;
}

#mapView .gm-style-iw p {
    margin-left: 101px;
}

#mapView .gm-style-iw p.panelList_item--categories {
    margin-bottom: 0.5em;
}

#mapView .gm-style-iw p .icon-marker {
    color: #bbbbbb;
    float: left;
    margin-right: 0;
}

#mapView .gm-style-iw p.full-address span {
    display: block;
    position: relative;
    margin-left: 21px;
    top: -3px;
}

.gmap-marker,
.no-js .gmap {
    display: none
}


/* background hover fix*/

.gmap-info a,
.gm-style-iw a,
.panelList_item #mapView .gm-style-iw a,
.panelList_item .gmap-container .gm-style-iw a {
    display: block;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    -moz-hyphens: manual !important;
    hyphens: manual !important;
    word-break: normal !important;
    word-wrap: normal !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus {
    background-color: #E9F1F5!important;
    color: #333!important
}


/* Top Stories*/

.newsTopStories .panelList_imageCrop {
    width: 100%;
    margin-bottom: 1em;
    overflow: hidden;
    max-height: 215px;
}

@media only screen and (min-width: 768px) {
    .newsTopStories .panelList_imageCrop--left {
        width: 165px;
        margin-bottom: 0;
    }
    .newsTopStories .panelList_imageCrop--left img {
        width: 100%;
    }
}

.newsTopStories .panelList_item {
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .newsTopStories .panelList_item {
        width: 380px;
        float: left;
    }
    .newsTopStories .panelList_item a {
        min-height: 285px;
    }
    .newsTopStories .panelList_item.panelList_item--first {
        width: 520px;
        margin-right: 25px;
    }
    .newsTopStories .panelList_item.panelList_item--first a {
        min-height: 594px;
    }
    .newsTopStories .panelList_item--first .panelList_imageCrop--left {
        width: 100%;
        max-height: 360px;
        border-width: 0;
        margin-bottom: 1em;
    }
    .newsTopStories .panelList_item--published {
        /*margin-bottom: 1.75em;*/
    }
    ul.newsTopStories {
        position: relative;
        overflow: hidden;
    }
    ul.newsTopStories .panelList_item.middle {
        position: absolute;
        top: 0;
        right: 0;
    }
    ul.newsTopStories .panelList_item.last {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .newsList .panelList_item.first {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .home .events li h3 {
        margin: 25px 0;
    }
    .home .events li p {
        margin: 0;
    }
    .home .events li {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333%;
    }
}


/* Home Secondary Grey Panel */


/* News */

.home .news {
    position: relative;
    padding: 55px 40px 36px 40px;
    margin: 0px;
    clear: both;
    background-color: #415a6b;
}

.home .news h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 50px 0;
    border-left: 4px solid #009FD9;
    padding-left: 15px;
    color: #fff;
    line-height: .9;
}

.home .news ul {
    list-style: none;
    margin: 10px 0 0 0;
}

.home .news li a {
    display: block;
    position: relative;
    min-height: 111px;
    padding: 15px;
    overflow: hidden;
    color: #424242;
    text-decoration: none;
}

.home .news li a:hover,
.home .news li a:focus {
    opacity: 0.5;
}

.home .news li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

[class^="icon-"].icon-date {
    margin-right:10px;
}

[class*=col-].main-column.news-list-main-column {
    padding-right: 15px;
}

.newsList [class*=col-].main-column {
    padding-right: 0;
}

@media (min-width: 768px) {
    .home .news li h3 {
        margin: 25px 0 25px 98px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home .news li {
        width: 50%;
        float: left;
        margin-left: 25px;
    }
    /*.home .news li.clear { margin-left:0px;margin-right:25px; }*/
    .home .news li.first h3,
    .home .news li.first p {
        margin-left: 0;
    }
    /*.home .news li.first h3 {margin-top:25px} */
}

.home .news .more-news {
    /* position: absolute; */
    /* right: 40px; */
    top: 55px;
    display: inline-block;
    background: transparent;
    width: auto;
    /* color: #7a50a1; */
    margin: 0;
    background-color: #5e839b;
    border-radius: 0;
    text-transform: none;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 2px 12px;
    height: auto;
    float: right;
}

a.button.more-events-button,
a.button.more-news-button {
    float:right;
    margin-bottom: 0;
}




.home .news .more-news:hover,
.home .events .more-events:hover,
.home .news .more-news:focus,
.home .events .more-events:focus {
    text-decoration: none;
    background-color: #4f6e82;
    outline:none;
}

.more-news-buttons-placeholder {
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    .home .news li h3 {
        margin: 25px 0;
    }
    .home .news li p {
        margin: 0;
    }
    .home .news li {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 5px;
        padding-left: 5px;
        width: 50%;
    }
}


/* Home Secondary Grey Panel */

.secondary-container.grid {
    background-color: #EEE;
    margin: 0 -20px;
}

.secondary-container.grid > [class*=col-] {
    padding: 0;
}

.no-js .secondary-container.grid {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .secondary-container.grid {
        padding: 0 20px 80px;
        margin: 0 -2%
    }
    .no-js .secondary-container.grid {
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .secondary-container.grid {
        padding: 0 50px 80px;
    }
    .no-js .secondary-container.grid {
        padding-bottom: 140px;
    }
}

.secondary-container h2 {
    font: normal 1.8em/1 'Helvetica', Arial, sans-serif;
    font-size: 1.8rem;
    margin: 35px 0 20px;
    color: #545454;
    text-transform: uppercase;
}

.secondary-container.grid .weSpeak,
.secondary-container.grid .ourOther {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .secondary-container h2 {
        font-size: 2em;
        font-size: 2rem;
        /*margin:0 20px 0 13px;*/
    }
    .secondary-container.grid .weSpeak {
        padding-right: 10px;
        padding-left: 0;
    }
    .secondary-container.grid .ourOther {
        padding-right: 0;
        padding-left: 10px;
    }
}

.secondary-container.grid .weSpeak a {
    color: #393939;
    text-decoration: none;
}

.secondary-container.grid .weSpeak a:hover {
    color: #393939;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .secondary-container.grid > .haveSay {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .secondary-container.grid > .news {
        padding-right: 15px;
    }
    .secondary-container.grid > .haveSay {
        padding: 20px 20px 70px 20px;
    }
}

.weSpeak {
    clear: left;
}

.weSpeak .box.box {
    padding: 20px;
    border-top: 4px solid #309637;
}

@media (min-width: 992px) {
    .weSpeak .box.box {
        padding: 25px 30px
    }
}

.ourOther .box {
    padding: 24px 20px;
    border-top: 4px solid #cb7936;
}

.ourOther .box ul li {
    margin: 0;
}

.secondary-container .box {
    background-color: #FFF;
    padding: 15px;
    position: relative;
}

.secondary-container .news .box,
.secondary-container .haveSay .box,
.secondary-container .ourOther .box {
    padding: 10px 0;
}

.ourOther .box a i.icon-link:before {
    color: #eb8a0d;
}

.ourOther .box a:hover i.icon-link:before,
.ourOther .box a:hover i.icon-link {
    text-decoration: none;
}

@media (min-width: 768px) {
    .home .secondary-container .button.small {
        position: absolute;
        right: 0;
        top: -24px;
        width: auto;
        margin: 0;
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
    }
}

.home .news ul,
.home .haveSay ul,
.home .ourOther ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    font-size: 1.6rem;
}

.home .news li,
.home .haveSay li {
    border-top: 2px solid #DDD;
    margin-right: 45px;
}

.home .news li {
    padding-left: 0px;
    padding-right: 0px;
    width: 95%;
}

@media (min-width: 992px) {
    .home .news li {
        width: 45%;
    }
    .home .news li:nth-child(-n+2) {
        border-top: 0px;
    }
}

.home .haveSay li.first {
    border-top-width: 0;
}

.home .news li a,
.home .haveSay li a {
    display: block;
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    color: #484848;
    text-decoration: none;
}

@media (min-width: 768px) {
    .home .news li a,
    .home .haveSay li a {
    }
}

@media (max-width: 991px) {
    .home .news li.first a {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.home .news li a:hover,
.home .news li a:focus,
.home .haveSay li a:hover,
.home .haveSay li a:focus {
    background-color: #e9f1f5;
}

.home .news li h3,
.home .haveSay li h3 {
    font-size: 2em;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}

.home .news li h3 {
    color: #fff;
}

.home .news li p,
.home .haveSay li p {
    margin-bottom: 0;
    font-size: 1.6em;
    font-size: 1.6rem;
}


/* news has image */

@media (min-width: 768px) {
    .news li.has-image h3,
    .news li.has-image p {
        margin-left: 95px;
    }
}

.home-news-placeholder {
    display: inline-block;
    width:100%;
}

.home-news-items {
    float: left;
    display: inline-block;
    width: 100%;
}

.home-news-item a {
    text-decoration: none;
    color:#fff;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}

.home-news-item a:focus,
.home-news-item a:hover {
    /*outline:24px solid #56768c;*/
    /*background-color: #56768c;*/
    /*opacity: 0.5;*/
    background-color: transparent;
    outline: none;
}

.home-news-item {
    float: left;
    display: inline-block;
    width: 45%;
    border-bottom: 2px solid #56768c;
    /*min-height: 75px;*/
    margin-bottom: 20px;
}

.no-js .home-news-item {
    width: 100%;
}

.no-js .home-news-item:nth-child(3) {
    border-bottom: 2px solid #56768c;
}

.home-news-item:nth-child(3),
.home-news-item:nth-child(4) {
    border-bottom: none;
}



.home-news-item-title-heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin-left: 100px;
    margin-bottom: 7px;
}

.home-news-date:before {
    margin-right: 7px;
}

.home-news-item:nth-child(2n) {
    float:right;
}

.home-news-date {
    margin-left:100px;
    margin-bottom: 15px;
}


/*.news .img-crop img { max-height:80px
}*/

.home .haveSay li p {
    font-size: 1.5em;
    font-size: 1.5rem;
}

.home .haveSay li p em {
    padding-right: 20px;
}

.haveSay .icon-date,
.haveSay .icon-comment {
    color: #BBB;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    padding-right: 0.25em;
}

@media (min-width: 768px) {
    .home .ourOther h2 {
        margin-left: 10px;
    }
}

.home .ourOther ul {
    width: 100%;
    padding: 10px 0
}

.home .ourOther li {
    position: relative;
    padding: 5px 25px;
}

.home .ourOther a {
    display: inline-block;
    text-decoration: none;
    color: #404040;
    overflow: hidden;
}

.home .ourOther a:hover,
.home .ourOther a:focus {
    text-decoration: underline;
}

.ourOther .icon-link {
    color: #dd6e0c;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    padding-right: 0.25em;
}


[class*=col-].navigation-items-column {
    padding: 0;
    padding-right: 1.55%;
}

/* ========================================================================== Internal Pages ========================================================================== */


/* main content */

#main-content.internal {
    padding: 0 0 30px;
}

.no-js #main-content.internal {
    padding-bottom: 90px;
}

@media (min-width: 992px) {
    #main-content.internal {
        -webkit-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
        overflow: hidden;
        margin-top: -700px;
        padding: 0px;
    }
    .no-js #main-content.internal {
        padding-bottom: 130px;
    }
}

#main-content.internal > div.grid {
    margin: 0 25px;
}

#main-content.internal > div.grid.main-content-grid {
    margin: 0 25px;
}


/* breadcrumbs */

.internal .page-tools {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 20px;
    background-color: #f8f8f8;
}

@media (min-width: 992px) {
    .internal .page-tools {
        width: 992px;
        padding: 20px 30px 18px 24px;
    }
}

.breadcrumbs {
    position: relative;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}

.breadcrumbs > * {
    float: left;
    margin: 0;
}

.breadcrumbs li {
    line-height: 1.1em;
    margin-right: 0.5em;
    word-break:break-all;
    line-height: 1.8;
}

.breadcrumbs li:after {
    content: '/';
}

.breadcrumbs li:last-child:after {
    content: '';
}

.breadcrumbs a {
    text-decoration: none;
    margin-right: .5em;
    line-height: 1.8;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a:focus {
    text-decoration: none;
}

.breadcrumbs a:visited {
    color: #00678c;
}

@media (min-width: 992px) {
    .breadcrumbs {
        font-size: 1.5em;
        font-size: 1.5rem;
    }
}


/* A to Z listing ##az */

p.az {
    font-weight: 700
}

.az-container {
    position: relative;
}

.current-az {
    color: #aeaeae;
    font-family: "Helvetica", sans-serif;
    font-size: 100px;
    font-size: 10rem;
    float: left;
    line-height: 1em;
}



.az-list-item {
    margin: 0px 0 20px 25%;
    width: 75%;
}

.az-list-item a {
    padding: 20px;
    background: #f8f8f8;
    text-decoration: none;
    display: block;
}

.az-list-item a:hover,
.az-list-item a:focus {
    background: #003767;
    color: #ffffff;
    outline: none;
}

.az-list-item a:hover p {
    color: #ffffff;
}

.az-list-item-title {
    border-bottom: 2px solid #e3e3e3;
    font-family: "Helvetica", sans-serif;
    font-size: 18px;
    padding-bottom: 1em;
    font-weight: 700;
    color: #424242;
}

a:hover p.az-list-item-title,
a:hover p
a:focus p.az-list-item-title,
a:focus p {
    color: #ffffff;
}

a:hover p.az-list-item-title,
a:focus p.az-list-item-title {
    border-bottom: 2px solid #1a4b76;
}

.az-wrap {
    list-style: none;
    padding: 00;
    margin: 0;
    display: block;
}

.az-wrap:after {
    clear: both;
    content: "";
    height: 30px;
    display: block;
}

.az-button {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #d7d7d7;
    background: #f1f1f1;
    margin-right: 3px;
    list-style: none;
    font-weight: bold;
}

.az-button a {
    background: #99dff9;
    height: 100%;
    width: 100%;
    color: #003767;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.az-button a:hover,
.az-button a:focus {
    color: #ffffff;
    background: #003767;
    outline: none;
}

ul.az-wrap li:before {
    display: none;
}

.az-list-item p {
    color: #424242;
}

a:hover .az-list-item p {
    color: #fff
}

/* Quick Links ========================================================================== */

.quickLinks h2 {
    font-size: 2.6em;
    font-size: 2.6rem;
    border: 0px;
    margin: 0 0 1em;
    padding: 0 0 0em;
    text-transform: uppercase;
}

.quickLinks ul {
    margin: 0 0 1em;
    /*border-top: 4px solid #038bbd;*/
    list-style-type: none;
    padding: 0;
}

.internal .generic-content .quickLinks li {
    list-style: none;
    font-size: 1.5em;
    font-size: 1.5rem;
    border-bottom: 1px solid white;
    margin: 0;
}

.internal .generic-content .quickLinks li:before {
    content: "";
}

.quickLinks a {
    display: block;
    padding: 15px 20px;
    color: #484848;
    text-decoration: none;
    background-color: #f8f8f8;
}

.quickLinks a:hover,
.quickLinks a:focus {
    color: #ffffff;
    background-color: #8a8a8d;
    font-weight: bold;
    outline: none;
}


/* Generic list ========================================================================== */

.inlineList {
    margin: 0;
    padding: 0;
}

.inlineList li {
    display: inline;
    list-style-type: none;
}


/* generic panel list ========================================================================== */

.panelList {
    margin: 0;
    clear: both;
}

.panelList_item {
    list-style: none;
}

.panelList_item a {
    display: block;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 25px;
    text-decoration: none;
    background-color: #f8f8f8;
}

.panelList_item a:hover,
.panelList_item a:focus {
    background-color: #003767;
    color: #ffffff;
    outline: none;
}

.panelList_item a.document:before {
    left: 10px;
    top: 18px;
    font-size: 14px;
}

.panelList_item a h3 {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #424242;
    text-decoration: none;
    border-bottom: 2px solid #e3e3e3;
    text-transform: none;
    font-family: "Helvetica", Arial, sans-serif;
}

.panelList_item a:hover h3,
.panelList_item a:focus h3 {
    border-color: #1a4b76;
    color: #ffffff;
}

.panelList_item a:hover .icon-date:before {
    color: #ffffff;
}

.panelList_item .document h3 {
    padding-left: 20px;
}

.panelList_item h3 {
    word-break: normal;
}

p.panelList_item--description {
    word-break: normal;
}

.news-item-content-placeholder {
    position: relative;
}

p.panelList_item--published {
    font-style: italic;
    line-height: 1;
    color: #424242;
}

.panelList_item--published i.icon-time {
    color: #bcbcbc;
    margin-right: 10px;
    vertical-align: text-bottom;
    position: relative;
    top: -2px;
}

span.directory-category {
    font-style: italic;
    font-size: 0.9em;
}

.panelList_item--description {
    margin-bottom: 0;
    color: #424242;
}



.panelList_item a:hover .icon-time:before,
a:hover .panelList_item--description,
a:hover p.panelList_item--published {
    color: #ffffff;
}

.panelList_item--categories {
    font-style: italic;
}

.panelList_item--categories .icon-tag {
    color: #bbbbbb;
    margin-right: 5px;
}

.panelList_item a .icon-date:before {
    position: relative;
    top: 2px;
    color: #bbbbbb;
    margin-right: 5px;
}

.no-js .panelList_item .file-info {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.panelList_item--support {
    background: #fbfbfb;
}

.panelList_item--support.toggleContainer {
    margin-bottom: 32px;
}

.panelList_item--support h3 {
    background: #efefef;
    font-family: 'Helvetica', Arial;
    color: #424242;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 0px;
    text-transform: none;
    position: relative;
    font-weight: 700
}

.panelList_item--support h3 i.icon-arrow-down {
    top: 17px;
    right: 18px;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-top: 12px solid #9C9C9C;
}

.toggleContainer--active.panelList_item--support h3 i.icon-arrow-down {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #9C9C9C;
    border-top: 0;
}

.panelList_item--support div {
    padding: 20px;
}

.panelList_item--support a {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: underline;
    display: inline;
}

.panelList_item--support a:hover,
.panelList_item--support a:focus {
    background-color: transparent;
    color: #045c89;
}

.panelList_item--support p {
    line-height: 1.5
}

.panelList_item--support p.panelList_item--published {
    font-style: normal;
}

.panelList_item--support .panelList_item--description {
    margin-bottom: 1em;
    margin-left: 35px;
}

.panelList_item--support .toggleContainer_toggled [class^="icon-"],
.panelList_item--support .toggleContainer_toggled [class*=" icon-"] {
    margin-right: 15px;
    margin-left: -3px;
    width: 25px;
    display: inline-block;
    text-align: center;
}

.panelList_item--support .toggleContainer_toggled .icon-location {
    margin-right: 12px;
}

.panelList_item--support .icon-marker {
    width: 31px;
}

@media only screen and (min-width: 768px) {
    .panelList_imageCrop--right {
        float: right;
        border-left: 20px solid #f8f8f8;
    }
    .panelList_imageCrop--left {
        float: left;
        border-right: 20px solid #f8f8f8;
    }
    .panelList_item a:hover .panelList_imageCrop--right,
    .panelList_item a:focus .panelList_imageCrop--right {
        border-left-color: #003767;
    }
    .panelList_item a:hover .panelList_imageCrop--left,
    .panelList_item a:focus .panelList_imageCrop--left {
        border-right-color: #003767;
    }
}


/**********************************************************************/
/** Landing pages *****************************************************/
/**********************************************************************/

.landing-page-grid div[role="main"] {
    padding-left: 0;
}

.landing-page-grid div[role="main"] + aside[role="complementary"] {
    padding-right: 0;
}

.landingPage {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0;
}

li.landingPage_item:nth-child(2n) {
    /*padding: 0;*/
}

.landingPage_item {
    float: left;
    display: block;
    list-style: none;
    /*padding-right: 30px;*/
    width: 100%;
    margin-top:0;
}

.empty-thumbnail-image-placeholder {
        margin: -25px -20px 20px;

    overflow: hidden;
}

.empty-thumbnail-image-placeholder img {
    width: 100%
}

[class*=col-].landing-page-content {
    padding: 0;
}

[class*=col-].landing-page-content.landing-page-content-no-quicklinks [class*=col-].main-column {
    padding:0;
}

[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:first-child {
    padding-left:0;
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(3n) {
    padding-left: 15px;
}

[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(3n+1) {
    padding-left: 0;
}

/*[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(4n) {
    padding-left: 15px;
}*/

[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(5n) {
    padding-left: 15px;
    padding-right: 15px;
}

/* landing-page-content-default */

[class*=col-].landing-page-content.landing-page-content-default .landingPage_item {
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-default li.landingPage_item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}

/* landing-page-content-default */

[class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks .landingPage_item {
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(1n) {
    padding-left: 0;
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(3n) {
    padding-left: 15px;
    padding-right: 0;
}

[class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(4n) {
    padding-right: 15px;
    padding-left: 0;
}

[class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(5n) {
    padding-left: 15px;
}

/* landing-page-content-with-thumb */

[class*=col-].landing-page-content.landing-page-content-with-thumb li.landingPage_item {
    padding-left: 0;
    padding-right: 15px;
}

[class*=col-].landing-page-content.landing-page-content-with-thumb li.landingPage_item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}

.internal .generic-content .landingPage_item:before {
    content: "";
}

@media (min-width: 768px) {
    .col-lg-8 .landingPage_item {
        width: 50%
    }
}

@media (min-width: 768px) {
    .col-m-12 .landingPage_item {
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-m-12 .landingPage_item {
        width: 33.33333%
    }
}

.landingPage_item a {
    display: block;
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 25px;
    min-height: 240px;
    text-decoration: none;
    background-color: #f8f8f8;
}

.landingPage_item a:hover,
.landingPage_item a:focus {
    outline: none;
}

.landingPage_item--withImage a {
    min-height: 390px;
}

.landingPage_item a:hover,
.landingPage_item a:focus {
    background-color: #003767;
    color: #ffffff;
}

.landingPage_item a .landingPage_image {
    margin: -25px -20px 20px;
    height: 144px;
    overflow: hidden;
}

.landingPage_image img {
/*    width: 90%;
    margin: 5%;*/
}

.landingPage_item a h2 {
    font-weight: 600;
    font-size: 2em;
    font-size: 1.8rem;
    color: #3a3a3a;
    margin: 0 0 20px 0;
    font-family: "Helvetica", Arial, sans-serif;
    /* border-bottom: 2px solid #e8e8e8; */
    padding-bottom: 0;
}

.landingPage_item a p {
    color: #484848;
    margin-bottom: 0;
    font-size: 1em;
    font-size: 1.5rem;
}

.landingPage_item a:hover h2,
.landingPage_item a:hover p,
.landingPage_item a:focus h2,
.landingPage_item a:focus p {
    color: #ffffff;
}


/* ##event-details */

.event-panel {
    background: #f8f8f8;
    padding: 20px 3%;
    margin-bottom: 20px;
}

.event-panel.genericPanel:after {
    display: table;
    content: '';
    clear: both;
}

.event-panel.allDates p {
    margin-bottom: 0.5em
}

.event-panel h3 {
    text-transform: none;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
}

.event-panel__link--book {
    background: #717171;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    display: block;
    width: 50%;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Helvetica;
    font-weight: 600;
}

.event-panel__link--book:hover {
    background: #b9b9b9;
    color: #ffffff;
}

.event-panel--contact a     {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.event-panel--contact [class^=icon-] {
    position: absolute;
    top: 0;
    margin-right: 10px;
}

.image-container.full-width {
    margin-bottom: 2em;
}

@media (min-width: 768px) {
    .image-container.pull-left {
        margin: 0 30px 5px 0;
        padding: 0;
    }
}

a.item-navigation.prev-item,
a.item-navigation.next-item {
    /*width: 100%;*/
    background: #f8f8f8;
    margin: 0 0 20px 0;
    max-height: auto;
    overflow: none;
    display: block;
    text-decoration: none;
}

a.item-navigation.prev-item:focus,
a.item-navigation.next-item:focus,
a.item-navigation.prev-item:hover,
a.item-navigation.next-item:hover {
    outline: none;
}



@media (min-width: 768px) {
    .item-navigation.prev-item,
    .item-navigation.next-item {
        width: 48%;
        float: left;
    }
    .item-navigation.next-item {
        text-align: right;
        margin-left: 4%;
        float: right
    }
    .pageTurner--event .item-navigation.prev-item,
    .pageTurner--event .item-navigation.next-item {
        width: 100%;
        float: none;
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .pageTurner--event .item-navigation.prev-item,
    .pageTurner--event .item-navigation.next-item {
        width: 48%;
        float: left;
    }
    .pageTurner--event .item-navigation.next-item {
        text-align: right;
        margin-left: 4%;
        float: right
    }

}

.item-navigation.prev-item .item-navigation-title:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    position: absolute;
    left: 1em;
    top: .75em;
    content: "";
}

.item-navigation.next-item .item-navigation-title:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff;
    position: absolute;
    right: 1em;
    top: .75em;
    content: "";
}

.item-navigation.prev-item:hover .item-navigation-title,
.item-navigation.next-item:hover .item-navigation-title,
.item-navigation.prev-item:hover .item-navigation-desc,
.item-navigation.next-item:hover .item-navigation-desc,
.item-navigation.prev-item:focus .item-navigation-title,
.item-navigation.next-item:focus .item-navigation-title,
.item-navigation.prev-item:focus .item-navigation-desc,
.item-navigation.next-item:focus .item-navigation-desc {
    background: #008cbf;
    color: #ffffff;
}

[class*=col-].main-column.landing-page-main-column {
    padding-right: 15px;
}

.item-navigation-title {
    background: #009fd9;
    color: #ffffff;
    padding: .5em 2.5em;
    font-family: "Helvetica", Helvetica, serif;
    font-size: 1.35em;
    font-size: 2rem;
    display: block;
    position: relative;
    margin: 0
}

.item-navigation-desc {
    padding: 15px;
    line-height: 1.6em;
    display: block;
    color: #424242;
    margin: 0;
    font-size:14px;
    font-size:1.4rem;
    font-weight: bold;
}

.lastUpdated {
    margin-top: 1em;
    clear: both;
}

.add-to-calendar-body .emails-label,
.add-to-calendar-body .occurence-label,
.add-to-calendar-body .multi-date-label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.add-to-calendar-header .add-to-calendar-button,
.add-to-calendar-header .add-to-calendar-button:hover,
.add-to-calendar-header .add-to-calendar-button:focus {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    text-align: left;
    padding: 10px 20px;
    background: #717171;
    display: block;
    text-decoration: none;
    outline: none;
    font-weight: normal;
}

.add-to-calendar-header .add-to-calendar-button:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;
    overflow: hidden;
    position: absolute;
    top: 18px;
    right: 15px;
}

.no-js .add-to-calendar-header .add-to-calendar-button.js-element {
    display: block;
    position: relative;
    /* overflow: auto; */
    height: auto;
    width: 100%;
    padding: 10px 20px;
    cursor: default;
}
.no-js .add-to-calendar-header .add-to-calendar-button.js-element:after {
    display: none;
}


.add-to-calendar-header.toggleContainer--active .add-to-calendar-button:after {
    border-bottom: 12px solid #fff;
    border-top: 0px solid #fff;
}

.add-to-calendar-header .accordion-opened.styled-button:after {
    background-position: -76px -55px;
}

.add-to-calendar-header .styled-button:hover {
    background-color: #b4b4b4;
}

.add-to-calendar-header h2 {
    margin: 0px;
    position: relative;
    font-size: 2.2em;
    font-size: 2.2rem
}

.add-to-calendar #addToCalenderBody.seForm textarea {
    width: 100%;
    margin-bottom: 1em
}

#addToCalendarBody {
    padding: 25px;
    background: #f8f8f8;
    font-size: 1.5em;
}

#addToCalendarBody .occurence-type,
#addToCalendarBody .occurence-type li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#addToCalendarBody .occurence-type {
    margin: 0 0 1em 0;
}

#addToCalendarBody .occurence-type li label {
    margin-left: 5px;
}

.multi-date-label,
.occurence-label {
    position: absolute;
    left: -999em;
    top: 0px;
}

#addToCalendarBody h3 {
    font-weight: normal;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
}

#addToCalendarBody p {
    margin: 0;
    padding: 1em 0;
    font-size: 0.95em;
}

#addToCalendarBody p:first-child {
    padding-top: 0;
}

#addToCalendarBody textarea,
#addToCalendarBody .multi-date-panel select {
    margin: 0 0 1em 0;
    font-size: 0.9em;
    width: 100%;
}

#addToCalendarBody input[type="submit"] {
    display: block;
    width: 100%;
}

#addToCalendarBody textarea {
    height: 5em;
}

#addToCalendarBody i.success {
    background: url(sprite-common.png) -65px -103px no-repeat transparent;
    display: block;
    float: left;
    height: 50px;
    padding-left: 65px;
    width: 50px;
}

#addToCalendarBody ul.errors {
    padding: 0 0 0 20px;
    margin-top: -0.2em;
    color: #ce3f13;
}

#addToCalendarBody ul.errors li a {
    color: #ce3f13;
    text-decoration: none;
}

#addToCalendarBody ul.errors li a:hover,
#addToCalendarBody ul.errors li a:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .home .events li h3 {
        margin: 25px 0
    }
    .home .events li p {
        margin: 0
    }
    .home .events li {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 5px;
        padding-left: 5px;
        width: 33.3333%
    }
}


/* Home Secondary Grey Panel */

.secondary-container.grid {
    background-color: #EEE;
    margin: 0 -20px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .secondary-container.grid {
        padding: 0 20px 80px;
    }
}

@media (min-width: 768px) {
    .secondary-container h2 {
        font-size: 2em;
        font-size: 2rem;
        /*margin:0 20px 0 13px;*/
    }
    .secondary-container.grid > .we-speak {
        padding-right: 15px
    }
    .secondary-container.grid > .our-other {
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .secondary-container.grid > .news {
        padding-right: 15px
    }
    .secondary-container.grid > .have-say {
        padding-left: 15px
    }
}

.we-speak {
    clear: left
}

.secondary-container .box {
    background-color: #FFF;
    padding: 15px;
    position: relative;
}

.home .secondary-container .button.small {
    width: 100%;
    margin: 15px 0 0;
    float: none
}

@media (min-width: 768px) {
    .home .secondary-container .button.small {
        position: absolute;
        right: 0;
        top: 28px;
        width: auto;
        margin: 0;
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
    }
}

.home .news ul,
.home .have-say ul,
.home .our-other ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    font-size: 1.6rem;
}

.home .news ul:after {
    content: "";
    clear: both;
    height: 1px;
    display: block;
}

.home .news li,
.home .have-say li {
    border-top: 2px solid #56768c;
    margin: 0;
}

.home .have-say li.first {
    border-top-width: 0;
}

@media (min-width: 992px) {
    .home .news li.first {
        border-top-width: 0;
    }
}

.home .news li a,
.home .have-say li a {
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #424242;
    text-decoration: none;
}

@media (max-width: 991px) {
    .home .news li.first a,
    .home .have-say li.first a {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.home .news li a:hover,
.home .news li a:focus,
.home .have-say li a:hover,
.home .have-say li a:focus,
.home .out-other li a:hover,
.home .out-other li a:focus {
    /*background-color: #56768c;*/
    background-color: transparent;
}

.home .news li h3,
.home .have-say li h3 {
    font-size: 2em;
    font-size: 2rem;
    text-transform: none;
    font-family: Helvetica;
    margin-top: 0px;
    margin-bottom: 0.5em;
    padding-top: 0px;
    font-weight: 400;
    color: #fff
}

.home .news li p {
    color: #767676;
}

.home .news li p,
.home .have-say li p {
    margin-bottom: 0;
    font-size: 1em;
}

@media (min-width: 768px) {
    .home .news li p,
    .home .have-say li p {
        margin-left: 98px;
    }
}

.news .img-crop img {
}

.home .have-say li p {
    font-size: 1.5em;
    font-size: 1.5rem
}

.home .have-say li p em {
    padding-right: 20px;
}

.home .our-other a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #424242;
    overflow: hidden;
}

.home .our-other a:hover,
.home .our-other a:focus {
    color: #045c89
}


/* ==========================================================================
   Tweaks & Helpers
   ========================================================================== */

.error,
.panelList_item--empty {
    color: #b23200;
}

.hideLast {
    font-style: normal;
}

.hideLast:last-child {
    display: none;
}


/* show/hide js/no-js elements: */

.js .no-js-element,
.hide,
.pagination-nojs,
.js .non-js-element,
.js .seamless-pagination-no-js,
.no-js .non-js .button-previous,
.no-js .non-js .button-next {
    display: none!important
}

.no-js .js-element,
.visuallyhidden,
.visually-hidden,
.icon-description,
.no-js .help-toggle .icon a.icon-info-toggler,
.add-to-calendar label.emails-label,
.sr-only  /* screen readers only */ {
    border: 0;
    clip: rect(0000);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0
}


/* Google Map ========================================================================== */


/* Hide for Mobile
div.gmap { display: none; }*/

div.gmap {
    page-break-inside: avoid;
}

@media screen and (max-width: 767px) {
    div.gmap {
        display: none;
    }
}


/* Back to top ========================================================================== */

#back-to-top {
    width: 90px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 0.8em;
    z-index: 1000;
}

.sb-active #back-to-top {
    display: none;
}


/* hide if nav open */

.no-js #back-to-top {
    position: relative;
    top: -60px;
    height: 0;
}

.js #back-to-top {
    /*M:1898*/
    position: fixed;
    bottom: 20px;
    width: 45px;
    right: 0;
}

@media (min-width: 992px) {
    .js #back-to-top {
        bottom: 60px;
    }
}

#back-to-top i {
    width: 45px;
    height: 60px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#back-to-top i:before {
    font-size: 30px;
}

#back-to-top i span {
    text-transform: uppercase;
    font: 400 12px 'Lato', sans-serif;
    font-size: 1.2rem;
    display: block;
}

#back-to-top i {
    background: #555555;
    border-radius: 1px;
    font-size: 30px;
    color: #FFF;
    line-height: 35px;
}

#back-to-top:hover i,
#back-to-top:focus i{
    background-color: #333333;
}

a#back-to-top:focus {
    outline: none;
}

.js #back-to-top:hover,
.js #back-to-top:focus {
    border-bottom: 0px solid transparent;
    outline: none;
}

#back-to-top > span {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 10px;
    overflow: hidden;
    display: block;
}

.no-js #back-to-top,
.no-js #back-to-top i {
    display: block;
    margin: 0 auto;
}


/* Pagination */

.seamless-pagination {
    position: relative;
    display: block;
    overflow: hidden
}

ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 5px 5px 0
}

.simple-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem
}

.seamless-pagination-js {
    display: none
}

.seamless-pagination-data input[type="submit"] {
    border-width: 0;
    background-color: #FFF;
    color: #045c89;
}

.non-js .seamless-pagination-data input[type="submit"] {
    color: #ffffff;
    background: #009fd9;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 1em;
    margin: 0 5px;
    border: 1px solid #009fd9;
    border-radius: 2px;
    width: auto;
    float: right;
}

.non-js .seamless-pagination-data input[type="submit"]:hover,
.non-js .seamless-pagination-data input[type="submit"]:focus {
    background-color: #008cbf;
    border: 1px solid #008cbf;
}

input.btn_scPagingNonJS_enabled:hover,
input.btn_scPagingNonJS_enabled:focus {
    color: #086a3f;
}

.simple-pagination li>a,
.simple-pagination li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    color: #515151;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    margin-left: -1px;
    min-height: 40px;
    /*iOS fix*/
}

.button-previous input,
.button-next input,
.seamless-pagination-data {
    margin-left: 0
}

.seamless-pagination-data {
    border-width: 0 1px;
    margin-top: 3px;
}

.button-previous input {
    border-width: 0
}

.button-next input {
    border-width: 0
}

.seamless-pagination .show-for-small-only {
    border: 0px;
    background: transparent;
    overflow: hidden;
    display: inline-block;
    border-radius: 2px;
}

@media only screen and (min-width:768px) {
    .container .seamless-pagination .show-for-small-only {
        display: none;
    }
}

.no-js .seamless-pagination-data {
    margin-left: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

@media only screen and (min-width:768px) {
    .simple-pagination li>a,
    .simple-pagination li>span,
    .button-previous input,
    .button-next input,
    .seamless-pagination-data {
        min-height: 0;
        /*reset iOS fix*/
        line-height: 1.42857143;
    }
    .simple-pagination ul {
        overflow: hidden;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        display: inline-block;
    }
}

.button-previous input[disabled="disabled"],
.button-next input[disabled="disabled"] {
    display: none;
}

.simple-pagination li:first-child>a,
.simple-pagination li:first-child>span {
    margin-left: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.simple-pagination li:last-child>a,
.simple-pagination li:last-child>span {
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.simple-pagination .current {
    z-index: 2;
    color: #FFF;
    background-color: #009fd9;
    border-color: #009fd9;
    cursor: default;
}

.simple-pagination li>a:hover,
.simple-pagination li>a:focus {
    color: #424242;
/*    background-color: #008cbf;
    border-color: #008cbf;*/
}

.simple-pagination .active .prev,
.simple-pagination .active .next {
    /*color: #666;
    background-color: #FFF;
    border-color: #DDD;  ... :( */
    display: none
}

.wysiwyg .simple-pagination li:before {
    display: none;
}




@media (min-width: 768px) {
    .no-js .seamless-pagination > .non-js.show-for-small-only {
        display: block!important;
    }
    .seamless-pagination-js {
        display: block
    }
}

.ellipse {
    cursor: default
}

.page-totals,
.page-total-1,
.seamless-pagination .show-for-small-only.page-total-1 {
    display: none!important
}

@media (min-width: 768px) {
    .page-totals {
        display: block!important;
        font-size: 1em;
        line-height: 2.25em;
        position: absolute;
        right: 0;
        top: 0
    }
    .page-totals.page-total-1 {
        display: none!important
    }
}


/*image holders/containers*/

.image-container.col-m-5 {
    padding-left: 0px;
}

.image-container img {
    width: 100%
}

.image-container.pull-right img {
    margin: 0 0 1em 0.5em
}

.img-crop {
    display: block;
    float: left;
    overflow: hidden;
    /* text-align: center; */
    margin-right: 15px;
}


/* assumes*/

.thank-you-message {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 2.5em 0;
    padding: 10px;
    background: #d9ede2;
}

.thank-you-message + div {
    display: none
}


/* generic list*/

.inline-list {
    margin: 0;
    padding: 0
}

.inline-list li {
    display: inline;
    list-style-type: none;
}


/* togglers */

.toggler {
    position: relative;
    display: inline;
}

.toggled {
    display: none
}

.active .toggled {
    display: block
}

@media (min-width: 992px) {
    .toggler {
        color: #666;
    }
    .toggled {
        /*reset*/
        display: block;
    }
}

.toggler span[class^="icon-"] {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -27px;
    font-size: 36px;
}

.carat {
    /*pointing down */
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.active .carat {
    border-top: 0;
    border-bottom: 8px solid;
    content: "";
}

.toggler .carat {
    margin-top: -4px
}


/* scroll-box */

.scroll-box-label {
    font-weight: normal
}

.scroll-box {
    clear: both;
    width: 100%;
    height: 200px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 15px 20px 20px;
    margin-bottom: 2em;
    overflow: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scroll-box h2 {
    margin-top: 0
}


/* Date panels */

.date-panel {
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    font: 400 3.6em/1 'Helvetica', Arial, sans-serif;
    font-size: 3.6rem;
    text-align: center;
    color: #FFF;
    background-color: #003767;
    border-radius: 0 0 10px 0;
}

.date-panel > * {
    display: block;
}

.date-panel strong {
    height: 45px;
    line-height: 55px;
    font-weight: 400;
}

.date-panel span {
    font-size: 13px;
    font-size: 1.3rem;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}



/* ==========================================================================
   Internal Pages
   ========================================================================== */


/* main content */

@media (min-width: 992px) {
    #main-content.internal {
        -webkit-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
        overflow: hidden;
    }
}


/*
.internal .page-tools {clear:both;width:992px;overflow:hidden;padding:20px 30px 18px; margin:0 -30px 30px;background-color:#f8f8f8}
.breadcrumbs{position:relative;list-style:none;font-size:1.4em; font-size:1.4rem;margin:0;}
.breadcrumbs > *{float:left;margin:0}
.breadcrumbs li {line-height:1.1em; margin-right:0.5em}
.breadcrumbs li:after{content:'/'}
.breadcrumbs li:last-child:after{content:''}
.breadcrumbs a{text-decoration:none;margin-right:.5em;}
.breadcrumbs a:hover,.breadcrumbs a:focus{text-decoration:none}

@media (min-width: 992px) {
    .breadcrumbs {font-size:1.5em; font-size:1.5rem;}
}
*/


/* side menu */

.sticky {
    float: none;
    left: auto;
    position: fixed;
    top: 84px;
    width: 277px;
    z-index: 6;
}

@media (min-width: 992px) {
    nav h2 {
        color: #fff;
        margin: 0;
        padding: 10px 25px;
        /* border-bottom: 4px solid #038bbd; */
        /* text-transform: uppercase; */
        background-color: #009fd9;
        font-size: 2.4rem;
        font-weight: 500;
    }
    nav ul.side-menu,
    nav ul.side-menu ul {
        list-style: none;
        background: #FFF;
        margin: 0;
        padding: 0
    }
    nav ul.side-menu {
        margin-bottom: 20px;
        font-size: 1.5em;
        font-size: 1.5rem
    }
    nav ul.side-menu li {
        background-color: #f8f8f8;
        margin: 0px;
    }
    nav ul.side-menu li a {
        border-bottom: 1px solid #FFF;
        color: #424242;
        display: block;
        padding: 15px 25px 15px 25px;
        text-decoration: none;
    }
    nav ul.side-menu li li > a {
        padding-left: 45px;
        position: relative;
        word-break: break-all;
    }
    /*NEED TO FIND CHILD ul.level-1 + li.nav-has-children > ul a {background-color:red}*/
    nav ul.side-menu li li.nav-active-page > a {}
    nav ul.side-menu li li li.nav-active-page > a {}
    nav ul.side-menu li li > a:before {
        position: absolute;
        top: 50%;
        left: 9px;
        margin-top: -10px;
        content: '';
        width: 20px;
        height: 20px;
        background-position: -357px -156px
    }
    nav ul.side-menu li li li > a {
        padding-left: 65px
    }
    nav ul.side-menu li li li > a:before {
        content: none
    }
    nav ul.side-menu li.first a {
        border-top: 0
    }
    nav ul.side-menu li.nav-active-page > a,
    nav ul.side-menu li li.current > a,
    nav ul.side-menu li li li.current > a {
        background-color: #e8e8e8
    }
    nav ul.side-menu li a:hover,
    nav ul.side-menu li a:focus,
    nav ul.side-menu li li.current > a:hover,
    nav ul.side-menu li li li.current > a:hover,
    nav ul.side-menu li li.current > a:focus,
    nav ul.side-menu li li li.current > a:focus {
        color: #FFF;
        background-color: #8a8a8d;
        outline: none;
        font-weight: bold;
    }
}


/* general content */

.internal h1 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 0.75em;
    line-height: 1.2em;
}


/* ==========================================================================
   Request form page
   ========================================================================== */

.error-message {
    color: #BF2C37;
    padding-top: 1em;
    display: none
}

.error-message.active {
    display: block
}

.error-message a {
    color: #BF2C37;
}


/* ==========================================================================
   Help / Tooltips
   ========================================================================== */

.help-toggle {
    width: 100%;
    text-align: right;
    /*padding-bottom:10px       */
}

.help-toggle .icon a.icon-info-toggler {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 23px;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
    color: #a6a6a6;
    font-size: 20px;
    text-decoration: none;
    margin-right: 0;
    background: url(icon-tooltip.png) 0 0 no-repeat;
}

.help-toggle .icon a.icon-info-toggler:hover,
.help-toggle .icon a.icon-info-toggler:focus,
.help-toggle .icon.active a.icon-info-toggler {
    color: #333;
    text-decoration: none
}


/* form help tweaks */

.field-row .help-toggle {
    padding-bottom: 0;
    text-align: left
}

.info-text {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: inherit;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    text-align: left;
}

.help-toggle .info-text {
    border: 0;
    clip: rect(0000);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.active > .info-text {
    position: relative;
    height: auto;
    width: auto;
    clip: auto;
}


/* ==========================================================================
   Lists (DLVs)
   ========================================================================== */

.listing > ul {
    margin: 0 0 3em
}

.listing .item {
    list-style-type: none;
    margin: 0;
    position: relative;
}

.listing .item h3 {
    margin-bottom: 0;
    font-size: 1.6em;
    font-size: 1.6rem
}

.listing .item p {
    margin-bottom: 0.7em
}

.listing .item:last-child {
    border-bottom-width: 0
}

.listing .item-image-holder {
    float: right;
    margin: 0 0 15px 15px
}


/*.listing .item p.timestamp {}*/


/* Search list items */

.newsList .toggleMobileContainer {
    margin-bottom: 1em
}

h2.toggleMobileContainer_toggler {
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 0.5em;
}




/* Synonyms ========================================================================== */


/*set the height for synonym-results*/

.synonym-container {
    margin-bottom: 1em;
    padding-top: 0.5em
}

.synonym-container h3 {
    font-size: 1.6em;
    font-size: 1.6rem;
    margin: 0;
    font-family: "Helvetica", Arial, sans-serif;
    text-transform: none;
}

.synonym-results ul {
    min-height: 0;
    margin-left: 0;
    padding-left: 0;
}

.synonym-results ul ul {
    margin-left: 1.35em
}

.synonym-results li,
.show-more-synonym,
.show-less-synonym {
    font-size: 1.6em;
    font-size: 1.6rem;
}

.show-more-synonym,
.show-less-synonym {
    color: #045c89;
    text-decoration: underline;
    cursor: pointer;
}


/* needs to be changed to a to be focus-able */

.show-more-synonym:hover,
.show-less-synonym:hover {
    text-decoration: none;
}

.synonym-results {
    overflow: hidden;
}

.js .synonym-results li {
    display: none
}

.js li.synonymResults__item--show {
    display: list-item
}


/* Arrow lists ========================================================================== */

.arrows_list {
    margin-left: 0;
}

.arrows_list li {
    list-style: none;
}

.arrows_list li:before {
    content: '>';
    padding-right: 0.5em;
}


/* Search ========================================================================== */

.panelList.searchList {
    margin-top: 3em;
}

.results0 + .panelList.searchList {
    margin-top: 0;
}

.wysiwyg .grid.searchList li:before {
    display: none;
}


/* sort */

.searchSort {
    margin-bottom: 1em;
    margin-top: 1em;
}

@media only screen and (min-width:992px) {
    .searchSort {
        margin-top: .25em;
    }
}

.searchSort--0 {
    display: none
}

.searchSort li {
    font-size: 1.6em;
    font-size: 1.6rem;
    border-right: 1px solid #7d7d7d;
    padding-right: 15px;
    padding-left: 10px;
}

.searchSort li:first-child {
    padding-left: 0;
}

.searchSort li:last-child {
    border-right: 0;
    padding-right: 0;
}

.searchSort a {
    text-decoration: none;
}

.searchSort a:visited {
    color: #00678c;
}

.searchSort a:focus {
    /*text-decoration: underline;*/
}

.searchSort a:hover {
    text-decoration: underline;
}

.searchSort .first a {
    border-left-width: 0;
    padding-left: 0;
    margin-left: 0;
}

.searchSort_link--active {
    color: #3a3a3a !important;
    cursor: default;
    font-weight: bold;
}

.searchSort a.searchSort_link--active:hover,
.searchSort a.searchSort_link--active:focus {
    text-decoration: none;
}

.search-tools-container {
    overflow: hidden;
    clear: both;
}

a:focus p.panelList_item--published,
a:focus p.panelList_item--description {
    color:#fff;
}

/* results-container */

.results-container {
    font-size: 1.6em;
    margin-top: 10px;
}

.results-container {
    float: right;
    clear: both;
}


/* search text highlight */

a .result-text {
    text-decoration: underline;
    font-weight: 600;
    color: #00678c;
}

.panelList_item a:hover .result-text,
.panelList_item a:focus .result-text {
    color: #fff;
}

.dlv-result-list .se-form-container {
    border-top: 1px solid #DDD;
    padding: 10px 0 15px
}

.search-tools-container {
    padding: 0 0 15px;
}

@media only screen and (min-width:992px) {
    .dlv-result-list .se-form-container {
        border-bottom: 1px solid #DDD;
        padding-bottom: 20px
    }
    .search-tools-container {
        border-top: 1px solid #DDD;
        padding: 10px 0 15px;
    }
}

.dlv-result-list.searchs h2 {
    margin: 0;
    display: block;
    padding-right: 30px;
    border-bottom: 1px solid #045c89;
    padding-bottom: 8px
}

@media only screen and (min-width:992px) {
    .dlv-result-list.searchs h2 {
        border-bottom-width: 0;
        padding-bottom: 0
    }
}

.dlv-result-list.searchs .listing .item a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #DDD;
    text-decoration: none
}

.dlv-result-list.searchs .listing .item a.document:before {
    left: 10px;
    top: 18px;
    font-size: 14px;
}

.dlv-result-list.searchs .listing .item a h3 {
    text-decoration: underline;
}

.dlv-result-list.searchs .listing .item .document h3 {
    padding-left: 20px
}

.dlv-result-list.searchs .listing .item a p {
    text-decoration: none;
    color: #666
}

.dlv-result-list.searchs p[data-result-highlight-element="true"] {
    margin-bottom: 0
}

.dlv-result-list.searchs .listing .item a:hover,
.dlv-result-list.searchs .listing .item a:focus {
    background-color: #F1F1F1
}

.no-js .dlv-result-list.searchs .listing .item .file-info {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    font-size: 1.4rem
}

.search-tools-container {
    overflow: hidden;
    clear: both
}

[class*=col-].search-box-column,
[class*=col-].side-menu-column {
    padding-left:0;
    padding-right: 3%;
}


[class*=col-].side-menu-column.landing-page-side-menu-column {
    padding-right: 0;
}

.toggleMobileContainer_toggler.search-box  {
    margin-bottom: 0px;
    background-color: #009fd9;
    color: #fff;
    text-transform: none;
    line-height: 1;
    font-size: 2rem;
    padding: 14px 20px;
    font-weight: bold;
}

.search-box h2.toggleMobileContainer_toggler {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0.5em;
    background-color: #009fd9;
    color: #fff;
    text-transform: none;
    font-size: 2rem;
    padding: 0;
    line-height: 1;
    padding: 14px 20px;
}

/* NOTE: different markup for two search boxes - not good, hard to maintain
(search listing and news listing) */

.seForm label input[type="text"],
.search-box .seForm.seForm--panel label {
    margin-top: 10px;
}

.search-box .seForm_rows--textboxSearch input[type="text"] {
    background-position: 5px -40px;
    padding: 8px 30px;
}

.search-box .seForm_submit input[type="submit"] {
    background-color: #009fd9;
}

aside .search-box .seForm--panel {
    padding: 25px 20px 20px;
    margin-bottom: 2em;
}

.search-box .seForm .chosen-container .chosen-choices {
    padding: 0;
}

.search-box .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 31px !important;
    color: #424242;
}

.search-box .seForm .chosen-container {
    width: 100% !important;
}

.search-box .chosen-container .chosen-results li.active-result {
    font-weight: normal;
}

.search-box .chosen-container .chosen-results li.highlighted {
    background-color: #f8f8f8;
    color: #424242;
    background-image: none;
}

.search-box .seForm_submit input[type="submit"]:hover,
.search-box .seForm_submit input[type="submit"]:focus {
    background-color: #008cbf;
    outline: none;
}

.search-box .seForm input[type="text"] {
    padding: 9px 10px 9px 32px;
}

/*
    Not the best aproach below, but the original markup in the search boxes
    and css is too inconsistent and hard to maintain. Needed to reset current styles.
*/

.news-search-box .chosen-container {
    background-color: transparent !important;
}

ul.chosen-choices {
    background-color: #fff !important;
}

.news-search-box .chosen-container,
.news-search-box input[type="text"].inputBox {
    margin-top: 10px;
}

/*ul.seForm_rows li {
    margin: 0;
}*/

.sort-container li {
    padding-right: 0.5em;
    text-transform: uppercase;
    font-size: 0.75em;
    font-size: 1.1rem;
    padding: 9px 0.5em;
}

.sort-container li.active {
    font-weight: bold;
}

.sort-container a {
    border-left: 1px solid #999;
    padding-left: 0.75em;
}

.sort-container .first a {
    border-left-width: 0
}

.results-container {
    font-size: 1.6rem;
    margin-bottom: 1em;
    line-height: 1.2em;
    padding-top: 0.5em;
}

.results-container {
    float: right
}


/* Help list*/

div > ul.help-list {
    margin: 0;
}

.help-list,
.help-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6
}

.help-list > li > h2 {
    border-top: 1px solid #DDD;
    padding: 16px 0 0;
    display: block;
    margin: 16px 0 0;
}

.lt-ie9 .help-list > li > h2 {
    font-size: 1em
}

.help-list > li > h2 a {}

.help-list > li li:before {
    content: "\2013";
    display: inline-block;
    width: 1em;
    vertical-align: top
}

.nav-has-children > ul.nav-level-1 {
    margin-top: 0.5em;
    margin-left: 0
}

.help-list ul {
    margin-left: 20px;
    padding-bottom: 10px
}

.help-list li a {
    text-decoration: none;
}

.help-list li a:hover,
.help-list li:focus {
    text-decoration: underline
}


/* Related Links*/

.shareLinks {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
}

aside .shareLinks {
    margin-bottom: 20px
}

.related-container {
    clear: both;
    margin-top: 3em;
    border-top: 1px solid #DDD
}

.related-container h2 {
    margin-bottom: 0.5em
}

.related-container ul {
    margin: 0;
}

.related-container li {
    line-height: 1.4em;
    list-style: none outside none;
    padding-bottom: 0.25em
}

.related-container li a.document,
.related-container li a.related-link {
    display: inline-block;
    word-break: break-all
}

.related-link-text {

}

.relatedLinks a {
    padding-left:33px;
}

/* ##related links/categories */

.relatedLinks {
    clear: both;
}

.relatedLinks h3,
.related-categories h3 {
    margin: 1em 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #f8f8f8;
}

.relatedLinks ul,
.relatedLinks li,
.related-categories ul,
.related-categories li {
    list-style: none;
    margin-left: 0px;
}

.relatedLinks ul {
    margin-bottom: 3em
}

.relatedLinks li {
    margin: 1em 0;
}

.related-categories li {
    display: inline-block;
    margin: 0 5px 0px 0;
}

.related-categories li a {
    margin: 0;
    padding: 0.5em;
    background: #eeeeee;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    color: #424242
}

.related-categories li a:hover {
    background: #7a50a1;
    color: #ffffff;
    border: 1px solid #7a50a1;
}


/**********************************************************************/
/** Header ************************************************************/
/**********************************************************************/

.siteMap {
    margin: 0 0 2em 0;
    padding: 0;
}

.siteMap li {
    list-style: none;
    position: relative;
}

.siteMap_levelHeading {
    font-size: 2.4em;
    font-size: 2.4rem;
}

.siteMap_levelHeading a {
    color: #484848;
    text-decoration: none;
}

.siteMap_levelHeading a:hover {
    text-decoration: underline;
}

.siteMap_item {
    font-size: 1.6em;
    font-size: 1.6rem;
    position: relative;
    margin: 5px 0;
}

.siteMap_item a {
    text-decoration: none;
    word-break: break-word;
    margin-left: 15px;
    display: inline-block;
}

.siteMap_item a:hover {
    text-decoration: underline;
}

.siteMap ul {
    margin: 30px 0px;
}

.siteMap ul ul {
    margin: 15px 0 15px 50px;
}

.siteMap ul ul {
    margin: 0 0 0px 50px;
}

.siteMap ul li:before {
    position: absolute;
}

ul.nav-level-0.siteMap > li:before {
    display: none;
}

.siteMap ul.nav-level-1 {
    padding-left:30px;
}


/* Comments ========================================================================== */


/* Not switched to BEM - running out of time */


/* Panel */

.comments-panel {
    margin: 80px 0 40px 0;
    clear: both;
}

.comment-heading h3 {
    text-transform: none;
}

@media (min-width: 768px) {
    .comment-heading h3 {
        font-size: 2.6em;
        font-size: 2.6rem
    }
}

.comments-panel ul,
.comments-panel li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-panel ul {
    margin-top: 20px;
}

.comments-panel li input[type=checkbox] {
    display: inline;
    vertical-align: top;
    margin: .175em 5px 0 0;
}

.comments-panel li select {
    clear: both;
    display: block;
}

.comments-panel .icon-info {
    margin-right: 0
}

ul.comment-content_Details {
    margin: 0 0 1em;
    font-style: italic;
}


/*.comment-content_Details li { font-size: 1.5em; font-size: 1.5rem; color: #6e6e6e; }*/


/* Heading */

.comment-heading {
    border-bottom: 2px solid #f8f8f8;
    margin-bottom: 1.75em;
}

.commentCount {
    display: block;
    position: relative;
    font-size: 1.6em;
    font-size: 1.6rem;
    color: #6e6e6e;
    padding-bottom: 15px;
    background-color: white;
}


/* Comments */

.comments-panel .row-fluid {
    margin-top: -2px;
}

.comment-block {
    border-top: 2px solid #f8f8f8;
    padding-top: 2em;
}

@media (min-width: 768px) {
    .comment-content {
        padding: 0px 0 0px 95px;
    }
}

.comment-content p {
    margin: 0 0 0.5em 0;
}

.nested-comment {
    border-top: 2px solid #f8f8f8;
    padding: 2em 0 2em 60px;
    min-height: 11em;
}

@media (min-width: 768px) {
    .nested-comment {
        padding-left: 60px;
    }
}

.comment {
    padding-bottom: 2em;
    min-height: 9em;
}


/* Avatar */

.comment-block .avatar {
    display: none;
}

@media (min-width: 768px) {
    .comment-block .avatar {
        display: block;
        width: 70px;
        height: 70px;
        color: white;
        background: #0070aa;
        font: 400 32px/70px "Helvetica", Arial, sans-serif;
        text-align: center;
        border-radius: 2px;
        background-clip: padding-box;
    }
    .nested-comment .avatar {
        background-color: #707070;
    }
}


/* form fixes */

.postComment h4 {
    font-size: 2.1em;
    font-size: 2.1rem;
    font-weight: 400;
    margin-top: 0.25em;
}

.seForm .postComment {
    padding: 10px 10px 30px!important;
}

@media (min-width: 768px) {
    .postComment h4 {
        font-size: 2.6em;
        font-size: 2.6rem;
        margin-top: 0;
    }
}

.btn-comment-close {
    clear: both;
    display: block;
    margin: 1em 0;
}

@media (min-width: 768px) {
    .btn-comment-close {
        width: 100%;
        text-align: right;
    }
}

input[type="submit"].btn-comment-close {
    padding: 0.25em 0;
    background-color: transparent;
    font: 1.6em/1.1 'Helvetica', Arial, sans-serif;
    font: 1.6rem/1.1 'Helvetica', Arial, sans-serif;
    text-decoration: underline;
    color: #045c89;
    border-width: 0;
    line-height: 1;
    height: auto;
    text-transform: none
}

input[type="submit"].btn-comment-close:hover,
input[type="submit"].btn-comment-close:focus {
    text-decoration: none;
}

.postComment .captcha img {
    margin-bottom: 1em;
}

.postComment .captcha {
    margin-bottom: 0;
}

.postComment .field_input input[type="checkbox"] + label {
    font-size: 1.6em;
    font-size: 1.6rem;
    width: 80%;
}


/*
.anonymous-title { font-family:"Helvetica", sans-serif;color:#363a3c;font-size:18px;margin-top:30px;text-shadow: rgba(0, 0, 0, .01) 0 0 1px; }
.comment .avatar img, .nested-comment .avatar img { height:70px;width:70px; }

*/


/* Form over writes */

@media (min-width: 768px) {
    .commentForm h4 {
        font-size: 2.4em;
        font-size: 2.4rem;
    }
}

.commentForm .seForm_rows--checkbox input + label {
    font-size: 1.6em;
    font-size: 1.6rem;
}


/* Togglers ========================================================================== */


/* Note need to convert all to BEM - half complete */

.toggleContainer_toggled.seForm:after {
    display: table;
    content: '';
    clear: both;
}

.toggler {
    position: relative;
    display: inline;
}

.toggled,
.toggleContainer_toggled,
.toggleMobilePhoneContainer_toggled,
.toggleMobileContainer_toggled {
    display: none
}

.toggled,
.toggleContainer_toggled {
    display: none
}

.active .toggled,
.toggleContainer--active .toggleContainer_toggled,
.no-js .toggleContainer_toggled {
    display: block!important;
}

.toggleContainer {
    margin-bottom: 22px;
    clear: both;
}

.pageFeedback.toggleContainer {
    margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
    .pageFeedback.toggleContainer {
        margin-bottom: 0px;
    }
}

.toggleContainer h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .toggleContainer h3 {
        font-size: 2em;
        font-size: 2rem;
    }
}

.toggleContainer .seForm_rows--button input {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .toggleContainer .seForm_rows--button input {
        width: auto;
    }
}

.toggleContainer .icon-tick {
    color: #9c9c9c;
    float: left;
    font-size: 2.75em;
    height: 1em;
    margin-right: 0;
    width: 1.3em;
}

.successMessage {
    overflow: hidden
}

aside .successMessage_withIcon {
    margin-bottom: 0;
}

.successMessage_withIcon .icon-tick {
    margin-right: 0;
}

.successMessage .icon-tick + span {
    margin-left: 60px;
    display: block;
    margin-top: 13px;
}

.toggleContainer_toggler {
    display: block;
    position: relative;
    color: #323232;
    background-color: #ffffff;
    padding: 10px 0px;
    text-decoration: none;
}

.toggleContainer_toggler:hover,
.toggleContainer_toggler:focus {
    color: #038bbd;
}

.pageSubscribe h3 a:hover,
.pageSubscribe h3 a:focus,
.pageFeedback h3 a:hover,
.pageFeedback h3 a:focus,
.add-to-calendar h2 a:hover,
.add-to-calendar h2 a:focus  {
    /*border-bottom: 4px solid #7A50A1;*/
    color: #323232;
}

.toggleContainer_toggler [class^="icon-"] {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 24px;
}

.no-js .toggleContainer_toggler [class^="icon-"] {
    display: none;
}

@media only screen and (min-width: 768px) {
    .toggleMobilePhoneContainer_toggled {
        /* reset */
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .toggleMobileContainer_toggled {
        /* reset */
        display: block;
    }
}

.toggleContainer--active .toggled,
.toggleContainer--active .toggleContainer_toggled,
.toggleContainer--active .toggleMobilePhoneContainer_toggled,
.toggleMobileContainer--active .toggled,
.toggleMobileContainer--active .toggleContainer_toggled,
.toggleMobileContainer--active .toggleMobilePhoneContainer_toggled,
.toggleMobileContainer--active .toggleMobileContainer_toggled {
    display: block;
}

.toggleContainer,
.toggleMobileContainer {
    margin-bottom: 10px;
}

.icon-arrow-down {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    width: 0;
    height: 0;
}

.toggleContainer--active .icon-arrow-down,
.toggleMobileContainer--active .icon-arrow-down {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0px;
}

.toggleContainer_toggler .icon-arrow-down,
.toggleMobileContainer_toggler .icon-arrow-down {
    position: absolute;
    top: 15px;
    right: 15px;
    /*border:0px;- BD removed - breaking search toggle */
    margin-right: 0;
    /* M:1158*/
}

.toggleContainer_toggler .icon-arrow-down:before,
.toggleMobileContainer_toggler .icon-arrow-down:before {
    content: "";
}

.toggleContainer--active .toggleContainer_toggler {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.toggleContainer_toggled {
    padding: 30px 20px;
    background-color: #f8f8f8;
}

@media (min-width: 992px) {
    .toggler {
        color: #666;
    }
    .toggled {
        display: block
    }
}

.toggler span[class^="icon-"] {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -27px;
    font-size: 36px;
}

.carat {
    /*pointing down */
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    cursor: pointer;
}

.active .carat {
    border-top: 0;
    border-bottom: 8px solid;
    content: "";
}

.toggler .carat {
    margin-top: -4px;
}

.header_printOnly {
    display: none;
}

/* ==========================================================================
   HIGH CONTRAST
   ========================================================================== */

.black-on-white {}


/*************************************************************************/
/* Grid ******************************************************************/
/*************************************************************************/

.grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.grid:after {
    clear: both;
    content: "";
    display: table
}


.opening-block.grid:after {
    display: none;
}
.grid-pad {
    padding: 15px
}

[class*=col-] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 1%
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.6667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333%
}

.col-xs-5 {
    width: 41.6667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333%
}

.col-xs-8 {
    width: 66.6667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333%
}

.col-xs-11 {
    width: 91.6667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 480px) {
    .col-s-1 {
        width: 8.33333%
    }
    .col-s-2 {
        width: 16.6667%
    }
    .col-s-3 {
        width: 25%
    }
    .col-s-4 {
        width: 33.3333%
    }
    .col-s-5 {
        width: 41.6667%
    }
    .col-s-6 {
        width: 50%
    }
    .col-s-7 {
        width: 58.3333%
    }
    .col-s-8 {
        width: 66.6667%
    }
    .col-s-9 {
        width: 75%
    }
    .col-s-10 {
        width: 83.3333%
    }
    .col-s-11 {
        width: 91.6667%
    }
    .col-s-12 {
        width: 100%
    }
    .grid-pad-s {
        padding: 15px
    }
}

@media only screen and (min-width:768px) {
    .col-m-1 {
        width: 8.33333%
    }
    .col-m-2 {
        width: 16.6667%
    }
    .col-m-3 {
        width: 25%
    }
    .col-m-4 {
        width: 33.3333%
    }
    .col-m-5 {
        width: 41.6667%
    }
    .col-m-6 {
        width: 50%
    }
    .col-m-7 {
        width: 58.3333%
    }
    .col-m-8 {
        width: 66.6667%
    }
    .col-m-9 {
        width: 75%
    }
    .col-m-10 {
        width: 83.3333%
    }
    .col-m-11 {
        width: 91.6667%
    }
    .col-m-12 {
        width: 100%
    }
    .grid-pad-m {
        padding: 15px
    }
}

@media only screen and (min-width:992px) {
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.6667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333%
    }
    .col-lg-5 {
        width: 41.6667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333%
    }
    .col-lg-8 {
        width: 66.6667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333%
    }
    .col-lg-11 {
        width: 91.6667%
    }
    .col-lg-12 {
        width: 100%
    }
    .grid-pad-lg {
        padding: 15px
    }
}

.grid-overlay-container {
    max-width: 1140px;
    position: relative;
    width: 100%;
    margin: 0 auto
}

.grid-overlay {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    height: 10000px;
    z-index: 10000
}

.grid-overlay .col-xs-1 > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FBB;
    height: 10000px;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: 0.2
}


/* Fix to get more space between columns */

@media (min-width: 768px) {
    aside[role="complementary"],
    div[role="main"] {
        padding-right: 1.55%;
    }

    div[role="main"].main-column {
        padding: 0;
    }

    aside[role="complementary"] + div[role="main"],
    div[role="main"] + aside[role="complementary"] {
        padding-left: 1.55%;
        padding-right: 1%;
        padding-bottom: 30px;
    }
}


/* Chosen ========================================================================== */


/*!

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

*/


/* @group Base */

.chosen-container {
    position: relative;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 0.5em;
}

.add-to-calendar .chosen-container {
    margin-bottom: 1.5em;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 1px;
    right: 9px;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url("chosen-sprite.png") no-repeat 100% -20px;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0 !important;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    /*updated*/
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 3px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #cecece;
    background-color: white;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    /* updated*/
    margin: 1px 0;
    padding: 3px;
    /*  height: 15px;*/
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #424242;
    line-height: normal;
    border-radius: 0;
}


/* fix for default Select Some Options item */

.chosen-container-multi input[value="Select Some Options"] {
    width: 11em !important;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 0 0 4px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #424242;
    line-height: 13px;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: default;
}

.seForm .chosen-container-multi .chosen-choices li.search-choice {
    margin-right: 2px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}


/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {
    /* updated */
    border: 1px solid rgba(4, 92, 137, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 92, 137, 0.2);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
    background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
    background-image: linear-gradient(#eeeeee 20%, white 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid rgba(4, 92, 137, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url("chosen-sprite.png") no-repeat -30px -20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}


/* @end */


/* qTip2  ========================================================================== */


/*!
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2014 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Sun Mar 16 2014 12:44 EDT-0400
 * Plugins: tips
 * Styles: None
 */

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 260px;
    min-width: 50px;
    /*    font-size: 10.5px; line-height: 12px;*/
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 15px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
}


/* Default close button class */

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}


/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */


/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */


/* Default tooltip style */

.qtip-default {
    /*    border-width: 1px; border-style: solid; border-color: #F1D031;*/
    line-height: 1.2;
    border-radius: 2px;
    background: #003767;
    border: 1px solid transparent;
    border: 1px solid rgba(255, 255, 255, 0);
    color: white;
}

.qtip-default .qtip-titlebar {
    /*background-color: #FFEF93;*/
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #003767;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}

.qtip .qtip-tip {
    margin: 0 5px;
    overflow: hidden;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .qtip .qtip-tip {
        margin: 0 20px;
    }
}


/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */

x:-o-prefocus,
.qtip .qtip-tip {
    visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #003767;
    background: #003767;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0;
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}

.qtip-content .info-text p {
    margin-bottom: 0
}


/* sticky-sidebar ========================================================================== */


/* http://spoiledmilk.com/blog/sticky-sidebar/ */

#sidebar.sticky {
    float: none;
    position: fixed;
    top: 84px;
    z-index: 6;
    left: auto;
    width: 285px;
}


/* FancyBox ========================================================================== */


/*!
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *     http://www.opensource.org/licenses/mit-license.php
 *     http://www.gnu.org/licenses/gpl.html
 */


/*  NOTE  Stripped out old corner rounding stuff Commented out a lot of images Few fixes added (Monash fixes)  */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url("fancybox.png");
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
    /* Monash fixes */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Monash fixes */
    border-radius: 2px;
    background-clip: padding-box;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
    /* Monash fixes */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 2px;
    background-clip: padding-box;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 85px;
    height: 30px;
    background: #FFF;
    cursor: pointer;
    z-index: 1103;
    display: none;
    padding: 5px 0 0 12px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #484848;
    text-decoration: none;
    border-radius: 0 0 0 2px;
}

#fancybox-close .icon-close {
    color: #888888;
    margin-left: 12px;
    font-size: 24px;
    line-height: 0;
    position: relative;
    top: 5px;
    margin-right: 0
}

#fancybox-close .icon-close:hover {
    color: #6e6e6e;
}

#fancybox-error {
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    /*display: block !important;*/
}


/* Monash fix */

#fancybox-left {
    left: 0;
}

#fancybox-right {
    right: 25px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    /*left: -9999px;*/
    width: 65px;
    height: 65px;
    margin-top: -57px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}


/* Monash fix - replacing images with webfont */

#fancybox-left-ico:before,
#fancybox-right-ico:before {
    font-family: 'seamless-ui';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 72px;
    color: white;
    color: rgba(255, 255, 255, 0.5);
    /*background: url(sidebar-search.png) 0 0 no-repeat;*/
}

#fancybox-left-ico:before {
    content: "\e600";
}

#fancybox-right-ico:before {
    content: "\e610";
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    opacity: 0.7;
    /* IE6 */
}

#fancybox-left span {
    left: 10px;
}

#fancybox-right span {
    right: 10px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-title {
    z-index: 1102;
    margin-top: -5px;
    overflow: hidden;
}

.fancybox-title-inside {
    position: relative;
}


/* Monash fixes */

#tip-title {
    margin-top: 0em;
    height: 2.5em;
}

.fancybox-title-inside b {
    font-weight: normal;
}

.fancybox-title-inside i {
    float: right;
    font-style: normal;
    font-size: 1.4rem;
    margin-top: 1.25em;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url("fancy_title_over.png");
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url("fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
    line-height: 29px;
    padding: 0 0 3px 0;
    background: url("fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url("fancybox.png") -55px -90px no-repeat;
}

.fancybox-ie .fancybox-bg {
    background: transparent !important;
}

#fancybox-outer a:focus {
    outline: none;
    background-color: transparent;
    opacity: 0.7;
}




/* Load Last*/


/*@media (min-width: 992px) {*/

.home .secondary-container.grid {
    background: #EEE url(bricks.jpg) repeat left top;
}


/*}*/

.gmap-container {
    height: 555px;
    /*margin-bottom: 20px;*/
    width: 100%;
}

.gmap-target {
    height: 100%;
    width: 100%;
}


/* ##nav styles */


/* ========================================================================== Navigation ========================================================================== */


/* Push menu ========================================================================== */

.sb-active #sb-site {
    /*border-right: 1px solid #FFF;*/
}

#sb-site {
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .sb-active #sb-site {
        border-right-width: 0;
    }
}


/* General styles for all menus */

.mobileMenu {
    background: #0090c5;
}

.mobileMenu ul {
    margin-left: 0;
    clear: both;
}


/* show hide sub menus */

.mobileMenu ul ul {
    position: static;
    display: none;
}

.mobileMenu ul .mobileMenu-child--active > ul {
    display: block;
    margin-bottom: 0;
}

.mobileMenu-child--active .icon-angle-down:before {

}

.mobileMenu .icon-angle-down {
    position: absolute;
    right: -16px;
    top: 4px;
    width: 48px;
    height: 32px;
    /*M:1929*/
    padding: 12px 0 0 13px;
    z-index: 1000;
    cursor: pointer;
    background-color: transparent/*M:1929*/
}

.mobileMenu-child--active .icon-angle-down {
    padding-top: 13px;
}

.mobileMenu .icon-angle-down:before {
    display: block;

}

.mobileMenu-child--active .icon-angle-down:before {

}


/*icon-angle-down*/


/* Level 1 */

.mobileMenu ul a {
    display: block;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #00678c;
    padding: .75em 1em .75em 1.5em;
}

.no-touch .mobileMenu ul a:hover,
.mobileMenu ul a:focus,
.mobileMenu ul a:focus {
    color: white;
    background: #155169;
}


/* Level 2 */

.mobileMenu li li a {
    display: block;
    background: #007aa6;
    padding-left: 3.5em;
    border-bottom: 1px solid #00678c;
}

.no-touch .mobileMenu li li a:hover,
.mobileMenu li li a:focus,
.mobileMenu li li a:focus {
    background: #13495e;
}

.mobileMenu li {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px;
}

.mobileMenu li li {
    font-size: 13px;
    font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
    .mobileMenu li {
        font-size: 1.6em;
        font-size: 1.6rem;
    }
    .mobileMenu li li {
        font-size: 1.5em;
        font-size: 1.5rem;
    }
}

/*************************************************************************/
/* Main menu *************************************************************/
/*************************************************************************/

.main-menu-placeholder {
    position:absolute;
}


.mainMenu_list  {
text-align: left;
    margin: 0;
    width: 982px;
    outline: none;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    z-index: 90;
    margin: 0 auto;
    height: 44px;
}

.mainMenu_list li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    list-style-type: none;
    font-size: 1.6em;
    font-size: 1.6rem;
}


/* 1st level */

.mainMenu_list > li > a {
    display: inline-block;
    width: auto;
    /* height: 41px; */
    line-height: 2.2;
    color: white;
    text-decoration: none;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: "Helvetica", Arial;
    font-size: 16px;
    padding: 10px 25px 9px 25px;
    font-weight: bold;
}

.mainMenu_list> li.nav-active-path > a {
    background: #007aa6;
}

.mainMenu_list > li.mainMenu_list--home > a {

    border-radius: 0 0 0 2px;
    background-clip: padding-box;
    text-align: center;
    padding: 10px 13px 9px 13px;
}

.icon-home:before {
    color: #FFF;
}

.icon-home.icon-home {
    margin-right: 0;
}

.mainMenu_list > li.mainMenu_list--last > a {
    box-shadow: none;
    border-right-width: 0;

    background-clip: padding-box;
}

.mainMenu_list > li:hover > a,
.mainMenu_list > li > a:focus,
.js .mainMenu_list > li.hiHover > a {
    background: #007aa6;
    color: white;
    margin-top: 0;
    border-bottom-width: 0;
    border-radius: 0;
    outline: none;
}


/* layout */

nav.mainMenu li div.dropdown {
position: absolute;
    display: table;
    left: 0;
    top: -999em;
    z-index: 999;
    width: 615px;
    color: #FFF;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    /* padding-top: 10px; */
    border: none;
}

header .mainMenu {
    width: 100%;
    background-color: #009fd9;
    height: 54px;
}

/*M:1715 - from 620*/

.mainMenu_list li .dropdown .nav-item-container {
    background: #155169;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
}

nav.mainMenu li div.dropdown.dropdown--noCustom {
    width: 268px;
}


/*M:1606*/

.mainMenu_list li.nav-section-thirds-3 div.dropdown,
.mainMenu_list li.nav-section-quarters-3 div.dropdown,
.mainMenu_list li.nav-section-quarters-4 div.dropdown {
    left: auto;
    right: 0;
}

.mainMenu_list li div.dropdown > div {
     /* display: block; */
    position: relative;
    width: 50%;
    padding: 15px;
    /* float: left; */
    word-wrap: break-word;
    display: table-cell;
}

nav.mainMenu li div.dropdown.dropdown--noCustom > div {
    width: 100%;
}

.mainMenu_list li div.dropdown > div.nav-item-seq-1 {
    padding-right: 11px;
    background-color: #007aa6;
}

.mainMenu_list li div.dropdown.dropdown--noCustom > div.nav-item-seq-1 {
    padding-right: 15px;
}

.mainMenu_list li div.dropdown > div.nav-item-seq-2 {
    padding-left: 11px;
    padding-top: 25px;
}


/* Hover if:
1. JS is turned off
2. Has Focus
3. Depends on the JS class hiHover (hover intent)*/

.no-js .mainMenu_list li:hover div.dropdown,
.mainMenu_list li:focus div.dropdown,
.js .mainMenu_list li.hiHover div.dropdown {
    top: 54px;
}


/* 2nd Level */

.mainMenu_list li ul a {
    display: inline-block;
    text-decoration: none;
    text-align: left;
    box-shadow: none;
    padding: .6em 1em;
    width: 100%;
    color: white;
    border-bottom: 1px solid #00678c;
    font-family: "Helvetica";
}

.mainMenu_list li ul .mainMenu_list--last a {
    border-bottom-width: 0;
}

@media (min-width:768px) {
    .mainMenu_list li ul .mainMenu_list--last a {
        /*border-bottom: 1px solid #2d6378;*/
        border-bottom: none;
    }
}

.mainMenu_list li ul a:hover,
.mainMenu_list li ul a:focus {
    background-color: #00678c;
    outline: none;
}

.mainMenu_list li ul {
    text-align: left;
    margin-left: 0;
}

.mainMenu_list li li {
    width: 100%;
    float: left;
}

.mainMenu_list li div.nav-items-2 li {
    margin-left: 0;
    float: none;
}


/* custom items in secondary panel */

.mainMenu_list--custom img {
    border: 3px solid #005473;
    width: 100%;
}

.mainMenu--light .mainMenu_list--custom {
    background-color: #13495E;
}

.mainMenu_list li div.dropdown > div.mainMenu--light {
    /*    float:none; position:absolute; left:50%; vertical-align:top; height:100%;*/
    vertical-align: top;
    display: table-cell;
    position: relative;
    padding: 20px 15px 15px;
}

.mainMenu_list--custom,
.mainMenu_list--custom td {
    vertical-align: top;
    background-color: #00678c;
}

.mainMenu_list--custom table img,
.mainMenu_list--custom table.menuCustomTable img {
    width: 80px;
    margin: 0 18px 15px 0;
    border: 2px solid #005473;
}



a.menuCustomList, a.menuCustomList:link, a.menuCustomList:visited {
    color: #003767;
    font-weight: bold;
    background-color: #f8f8f8;
}

a.menuCustomList:hover, a.menuCustomList:focus {
    background-color: #99dff9;
}

/* over write the below colours in the main CSS - _navigation.scss */

.menuCustomTable {
    border: none;
}

.mainMenu_list .menuCustomTable tr {
    border-bottom: 1px solid #005473;
}

.mainMenu_list .mainMenu--light .menuCustomTable tr {
    border-bottom: 1px solid #2b5c6e;
}

.mainMenu_list .menuCustomTable tr:last-child {
    border-bottom-width: 0;
}

.mainMenu_list .menuCustomTable td {
    padding:20px 0 0 0 ;
}

.mainMenu_list .menuCustomTable tr:first-child td {
    padding-top: 0;
}

.menuCustomTable h5,
.menuCustomTable h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: -.1em;
    font-weight: 400;
    text-transform: none;
    font-family: 'Helvetica', Arial, sans-serif;
}

.menuCustomTable h5 a,
.menuCustomTable h4 a {
    color: white;
    text-decoration: none;
}

.menuCustomTable h5 a:hover,
.menuCustomTable h4 a:hover,
.menuCustomTable h5 a:focus,
.menuCustomTable h4 a:focus,
.menuCustomTable p a:hover,
.menuCustomTable p a:focus {
    text-decoration: underline;
    background: transparent
}

.menuCustomTable p {
    color: white;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
}

.menuCustomTable p a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}


.header-elements-placeholder {
    width: 992px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    position: relative;
}


/* The Equalizer - equal height columns */

@media (min-width: 768px) {
    .columnEqualizer_row {
        display: table;
        width: 100%;
        clear: both;
    }
    .columnEqualizer_cell {
        display: table-cell!important;
        float: none;
        vertical-align: top;
    }
    .columnEqualizer_cell h2 {
        /*position: absolute;
        top: -80px;*/
        left: 0;
    }
    .flexbox .columnEqualizer_row {
        /* these !importants are a bad way to do it – overwriting grid stuff*/
        display: -webkit-flexbox!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: flex!important;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flexbox .columnEqualizer_cell,
    .flexbox .columnEqualizer_child {
        position: relative;
        /* these !importants are a bad way to do it – overwriting grid stuff*/
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


/*fixes*/


/*MONASH-1733, MONASH-1732*/

@media (max-width: 991px) {
    footer .signOff ul {
        white-space: normal;
    }
}


/*MONASH-1666*/

@media (min-width: 769px) {
    .pageFeedback .seForm_rows--captcha input[type="text"],
    .pageFeedback .captcha input[type="text"],
    .pageFeedback .seForm select {
        width: 50%;
    }
    .pageFeedback input[type="submit"] {
        padding: 0 1.8em;
    }
}


/*MONASH-1616*/

.comments-panel .seForm textarea {
    margin-bottom: 1.5em;
}


/* M:1197*/

@media (max-width: 767px) {
    .bodyContent_generic div > img {
        max-width: 100%
    }
}


/* M:12287*/

.panelList_item a[href^="mailto"],
.panelList_item a[href^="http"] {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.panelList_item .multiLine-withIcon {
    display: block;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.panelList_item .multiLine-withIcon span {
    float: left;
    width: 80%;
    margin-left: 0
}

@media only screen and (min-width: 768px) {
    .panelList_item .multiLine-withIcon span {
        width: 90%
    }
}

.panelList_item .icon-tag {
    position: relative;
    top: 4px
}

.panelList_item .icon-phone,
.panelList_item .icon-facebook {
    position: relative;
    top: 3px
}

.panelList_item .icon-earth,
.panelList_item .icon-email,
.panelList_item .icon-location,
.panelList_item .icon-phone,
.panelList_item .icon-time {
    position: relative;
    top: 2px
}


/* M:1799*/

.writeUs_email a:hover {
    text-decoration: none
}

.writeUs_email a:hover span {
    text-decoration: underline
}

.x-large .writeUs_email span,
.large .writeUs_email span {
    float: left;
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.x-large .signOff ul,
.large .signOff ul {
    white-space: normal
}

.x-large .frequent-item [class^="icon-"],
.x-large .frequent-item img {
    display: none
}

.x-large .item-navigation-desc,
.large .item-navigation-desc {
    height: auto!important
}


/*fix to stop images breaking out*/

div[role="main"] img {
    max-width: 100%
}

div[role="main"] .gmap-container img {
    width: 100%;
}

div[role="main"].full-width-content {
    padding-right: 0;
}

/**********************************************************************/
/** Toggle panel ******************************************************/
/**********************************************************************/

.pageSubscribe h3 a,
.pageFeedback h3 a,
.pageSubscribe h3 a:hover,
.pageSubscribe h3 a:focus,
.pageFeedback h3 a:hover,
.pageFeedback h3 a:focus {
    border-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom: 0;
}

.add-to-calendar-header.add-to-calendar h2 a,
.pageSubscribe h3 a {
    background-color: #003767;
}
.pageSubscribe h3 a:hover,
.pageSubscribe h3 a:focus,
.add-to-calendar-header.add-to-calendar h2 a:hover,
.add-to-calendar-header.add-to-calendar h2 a:focus {
    background-color: #00294d;
    outline: none;
    text-decoration: none;
}

.no-js .pageSubscribe h3 a:hover,
.no-js .pageSubscribe h3 a:focus,
.no-js .add-to-calendar-header.add-to-calendar h2 a:hover,
.no-js .add-to-calendar-header.add-to-calendar h2 a:focus {
    background-color: #003767;
    cursor:default;
}

.no-js .add-to-calendar-header .add-to-calendar-button:after {
    display: none;
}

.pageFeedback h3 a {
    background-color: #8a8a8d;
}


.pageFeedback h3 a:hover,
.pageFeedback h3 a:focus {
    background-color: #707073;
    outline: none;
    text-decoration: none;
}

.pageSubscribe h3 {
    border-bottom: 0;
    color: #fff;
}




/*************************************************************************/
/* Chosen plugin fixes ***************************************************/
/*************************************************************************/

/* TODO: remove !important if you can */

.chosen-container,
.form-control .chosen-container,
.seForm .chosen-container {
    width: 80% !important;
}

.add-to-calendar .chosen-container {
    width: 100% !important;
}

.chosen-choices input {
    width: 80% !important;
}

.chosen-container,
.input-container .chosen-container,
.chosen-container-multi .chosen-choices,
.input-container .chosen-container-multi .chosen-choices {
    background: none !important;
    /*background-color: #fff !important;*/
}

.chosen-container {
    margin-bottom: 20px !important;
}

.form-fieldset .chosen-container-multi .chosen-choices {
    border: 1px solid #8a8a8d;
}

.seForm .chosen-single {
    background: none;
    /*border-radius: 2px !important;*/
    background: none !important;
    background-color: #fff !important;
}

a.chosen-single > span {
    margin-top: 3px;
}

.seForm .chosen-container-single .chosen-single {
    border-radius:0;
}



.seForm .chosen-container-single .chosen-single div b {
    margin-top:15px;
}

.seForm .chosen-container-single .chosen-single div b
.seForm .chosen-container-single .chosen-single div {
    margin-right: 10px;
}

.chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 40px !important;
    padding:5px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 36px !important;
    color: #3E3E3E !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
        margin: 8px 5px 5px 0 !important;
}

.seForm .chosen-drop,
.seForm .chosen-container .chosen-choices,
.seForm .chosen-container .chosen-single {
    box-shadow: none;
    border: 1px solid #8a8a8d;
    background-image: none;
    background-color: #fff !important;
}

.seForm .chosen-container.chosen-container-active .chosen-choices {
    box-shadow: none;
    border: 1px solid #8a8a8d;
}

.seForm .chosen-container-active .chosen-drop,
.seForm .chosen-container-active .chosen-single,
.seForm .chosen-container-active .chosen-choices,
.search-box-placeholder .chosen-container-active .chosen-choices {
    border: 1px solid #8a8a8d;
    box-shadow: none;
    /*height: 38px !important;*/
}


.seForm .chosen-container-single .chosen-search input[type=text] {
    padding: 7px 20px 7px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    background:none;
    background-image: none !important;
}

.chosen-search input[type="text"] {
    display: inline-block;
    background-image: url("spritemap.png") !important;
    background-image: url("spritemap.svg") !important;
    background-repeat: no-repeat;
    content: '';
}


.wysiwyg .chosen-choices li:before,
.wysiwyg .chosen-results li:before,
.wysiwyg .chosen-results li.active-result:before {
    display: none;
}

/**/
/**/
/**/

.splash-item-social-icons {
    margin-left:25px;
}

.marc-splash-item-angled-border,
.orc-splash-item-angled-border,
.cahc-splash-item-angled-border {
    display: none;
}

/*a{
    text-decoration: none;
        float: left;
    margin-right: 10px;
}
*/
.share-list a i {
    content: '';
    width: 30px;
    height: 30px;
    /*border-radius: 15px;*/
    display: inline-block;
    background-color: #1864c2;
    color: #FFF;
    /*padding: 8px 0 0 0;*/
    text-align: center;
    vertical-align: middle;
}

.share-list a i.fa-facebook {
    background-color: #1864c2;
}

.share-list a i.fa-twitter {
    background-color: #17b5e3;
}
.share-list a i.fa-instagram {
    background-color: #125688;
}
.share-list a i.fa-youtube {
    background-color: #cf3427;
}

i:before {
    /*content:'';*/
}

.share-list a:hover i.fa-facebook,
.share-list a:focus i.fa-facebook {
    background-color: #1457a8;
}
.share-list a:hover i.fa-twitter,
.share-list a:focus i.fa-twitter {
    background-color: #149fc9;
}
.share-list a:hover i.fa-instagram,
.share-list a:focus i.fa-instagram {
    background-color: #0e466e;
}
.share-list a:hover i.fa-youtube,
.share-list a:focus i.fa-youtube {
    background-color: #b52f22;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #676767;
}

footer .share-list a {
    outline: none;
    background-color: transparent;
    border:none;
}

.footer-contacts-section {
    margin-bottom:40px;
}

/* Councilor / trainer details page  */

.councillor_details--Contact {
    margin-bottom: 30px;
}
.councillor_details--Contact:empty {
    display: none;
}

.councillor_details--Image {
    width: 100%;
    max-width: 100%;
    margin-bottom:30px;
}

.councillor_details--Share {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.councillor_details--Share:empty {
    display: none;
}


/* generic labels and text */

.label-text-container {
    margin-bottom: 8px;
}

.generic-text {

}

.generic-text-icon {
    margin-right: 4px;
    position: absolute;
}

.generic-text-value {
    margin-left: 30px;
}

/* home carousel / flexslider */

#home-slider-ul .banner-content h3 {
    font-size: 34px;
    font-size: 3.4rem;
}

.flex-pauseplay a {
    top: 514px;
    height: 19px;
    margin-left: -33px;
}

.flex-control-nav {
    top: 521px;
    margin-left: -182px;
}

a.flex-play:focus,
a.flex-pause:focus {
    background-color: transparent;
    outline: none;
    opacity: 0.5;
}

.banner-content {
    width: 500px;
    background: none;
    background-color: rgba(27,40,51,0.90);
    padding: 15px 20px;
}

.banner-content p {
    display: none;
}

/* secured content */

[class*=col-].secured-content-column {
    padding: 0;
}

.seForm input[type="password"] {
    width:80%;
}

/*

The current CSS already had the below approach (media queries)
which is not now we do in newer pojects. However keping the same
approach just for consistency sake.

*/

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/** SIZE - 3 **********************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

@media (max-width: 767px) {

    .btn-navbar {
        display: block;
    }

    .logo-placeholder-small  {
        display: inline-block;
    }

    .logo-placeholder-large {
        display: none;
    }

    .monash-logo-divider {
        height: 23px;
        margin: 10px 10px 0 10px;
    }

    .footer-contacts-section {

    }

    .header-elements-placeholder {
        width:100%;
    }

    .footer-links-social-section,
    .footer-links-main-links-section,
    .footer-links-logo-section {
        position: relative;
        display: block;
        margin:0;
    }

    .footer-links-social-section {
        right: auto;
    }

    .copyright-info-links li,
    .footer-managed-links li {
        float: left;
        /* border-right: 1px solid #bdbdbd; */
        /* padding: 0 10px; */
        display: inline-block;
        width: 100%;
        padding: 0;
        border:none;
    }

    .copyright-info-links li:last-child,
    .footer-managed-links li:last-child {
        border-right: none;
        padding: 0;
        border:none;
    }

    .frequent-item li {
        margin: 0;
        width: 100%;
        float: none;
    }

    .frequent-item li a {
        padding: 19px 80px 19px 25px;
        border-bottom: 2px solid #0094ca;
    }

    .frequent-item li:nth-child(5) a,
    .frequent-item li:nth-child(6) a {
        border-bottom: 2px solid #0094ca;
    }

/*    .frequent-item li:last-child a {
        border-bottom: none;
    }*/

    .frequent-item-link:after {
        position: absolute;
        right: 15px;
    }

    .opening-block {
        padding: 0;
    }

    .home-core-services [class*=col-]:nth-child(1),
    .home-events [class*=col-]:nth-child(1) {
        padding-right: 0;
    }

    .home-core-services [class*=col-]:nth-child(2),
    .home-events [class*=col-]:nth-child(2) {
        padding-left:0 !important;
         padding-right: 0;
    }

    .home-core-services [class*=col-]:nth-child(3),
    .home-events [class*=col-]:nth-child(3) {
        padding-left:0;
        padding-right: 0 !important;
    }

    .home .events {
        padding:0 15px 15px 15px;
    }

    .no-js .frequent-item-link {
        height:auto;
    }

    .events .img-crop  {
        height: auto !important;
    }

    .home-news-item {
        float: left;
        display: inline-block;
        width: 100%;
        min-height: 72px;
        margin-bottom: 20px;
    }

    .home-news-item:nth-child(3) {

        border-bottom: 2px solid #56768c;
    }

    .home-news-item-title-heading {

    }

    .home-news-item:nth-child(2n) {
        float:left;
    }

    .home .news {
        padding: 55px 15px 15px 15px;
    }

    .home .grid.home-core-services,
    .home .grid.home-events {
        padding-bottom: 0;
    }

    .home-leisure-centres {
        padding: 55px 15px 55px 15px;
    }

    .home-leisure-centre-link:before {
        float:none;
        transform: scale(1) !important;
        transform-origin: 0 bottom;
    }

    #main-content.internal > div.grid.main-content-grid {
        margin: 0 15px;
    }

    [class*=col-].image-container {
            padding: 0;
    }

/*    [class*=col-].landing-page-content.landing-page-content-with-thumb li.landingPage_item:nth-child(2n) {
        padding: 0 !important;
    }
*/
    li.landingPage_item {
        padding: 0 !important;
    }

    .landing-page-content-no-quicklinks li.landingPage_item:nth-child(2n),
    .landing-page-content-no-quicklinks li.landingPage_item {
        padding: 0;
    }

    .landing-page-content-no-quicklinks li.landingPage_item {
        padding-right: 0;
    }

    [class*=col-].landing-page-content.landing-page-content-default .landingPage_item {
        padding-right: 0;
    }

    [class*=col-].landing-page-content.landing-page-content-default li.landingPage_item:nth-child(2n) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* landing-page-content-with-thumbs-no-quicklinks */

    [class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(2n+1) {
        padding-right: 0 !important;
    }

    [class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(3n+1) {
        padding-left:0 !important;
    }

    a.next-item {
        text-align: right;
    }

    [class*=col-].councillor-aside-container {
        padding-right: 0 !important;
    }

    div[role="main"].main-column.event-details-main-column {
        padding-right: 0 !important;
    }

    [class*=col-].pageTurner--event {
        padding-right: 0 !important;
        padding-left: 0;
    }

    .panelList_item--first a {
        height: auto !important;
    }

    .toggleContainer .chosen-container {
        width: 100% !important;
    }

    a.orc-logo-link {
        margin-top: -6px;
    }

    .current-az {
        font-size: 70px !important;
        font-size: 7rem !important;
    }

    .seForm input[type="password"] {
        width:100%;
    }

    [class*=col-].navigation-items-column {
        padding-right: 0;
    }

    .search-form {
        border-bottom:none;
    }
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/** SIZE - 2 **********************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

@media (max-width: 991px) {

    .header-elements-placeholder {
        width:100%;
    }

    .btn-navbar {
        display: block;
    }

    .logo-placeholders {
        width:260px;
    }

    .logo-placeholder-small  {
        display: block;
    }

    .logo-placeholder-large {
        display: none;
    }

    .monash-logo-divider {
        height: 23px;
        margin: 10px 10px 0 10px;
    }

    .footer-links-placeholder {
        padding: 30px 10px 60px 10px;
    }

    .footer-contacts-section {

    }

    .footer-contacts-placeholder {
        padding: 15px 10px 0 10px;
    }

    .footer-links-section {
        display: inline-block;
        width:100%;

    }

    .footer-links-logo-section {
        margin-bottom: 20px;
    }

    .footer-links-section  {
        float:none;
    }

    .page-tools {
        /*display: none;*/
    }

    .page-tools .search-form {
        display: none;
    }

    .footer-links-social-section {
        position: relative;
        right:0;
    }

    .frequent-item li {
        margin: 0;
        width: 100%;
        float: none;
    }

    .frequent-item li a {
        margin: 0;
        padding: 19px 80px 19px 15px;
    }

    .frequent-item-link:after {
        position: absolute;
        right: 15px;
    }


    .frequent-item li:nth-child(5) a {
        border-bottom: 2px solid #0094ca;
    }

    .home-core-services [class*=col-]:nth-child(2),
    .home-events [class*=col-]:nth-child(2) {
        padding-left: 2%;
        padding-right:0;
    }

    .home-core-services [class*=col-]:nth-child(3),
    .home-events [class*=col-]:nth-child(3) {
        padding-left:0;
        padding-right: 2%;
    }

    .events .img-crop  {
        height: 200px;
    }

    .home-leisure-centre {
        margin-bottom: 30px;
    }

    .home-leisure-centre-link:before {
        float:left;
        transform: scale(0.7);
        transform-origin: 0 bottom;
    }

    [class*=col-].landing-page-content {
        padding: 0;
    }



    [class*=col-].main-column,
    aside[role="complementary"] + div[role="main"] {
            padding: 0;
    }

    div[role="main"] + aside[role="complementary"] {
        padding: 0;
    }

    [class*=col-].search-box-column {
        padding-right: 0;
    }

    .internal .page-tools {
        padding: 20px 15px 18px 15px;
    }

    #main-content.internal > div.grid {
        margin: 0 15px;
    }

    [class*=col-].main-column.landing-page-main-column {
        padding-right: 0;
    }

    /* landing page */

    .landing-page-grid div[role="main"] {
        padding-left: 0;
        padding-right: 0;
    }

    /* landing-page-content-default */

/*    .landing-page-content-no-quicklinks li.landingPage_item {
        padding-right: 30px;
    }*/

    [class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks .landingPage_item {
        padding-right: 15px;
    }

    [class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 15px;
    }

    [class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(3n+1) {
        padding-left: 15px;
    }

    [class*=col-].landing-page-content.landing-page-content-with-thumbs-no-quicklinks li.landingPage_item:nth-child(3n) {
        padding-right: 15px;
    }

    /* landing-page-content-with-thumb */


    [class*=col-].landing-page-content.landing-page-content-with-thumb li.landingPage_item {
        padding-left: 0;
        padding-right: 15px;
    }

    [class*=col-].landing-page-content.landing-page-content-with-thumb li.landingPage_item:nth-child(2n) {
        /*padding-left: 15px !important;*/
        padding-right: 0 !important;
    }

    /* landing-page-content-no-quicklinks */

    [class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item {
        padding-left: 0;
        padding-right: 15px;
    }

    [class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(2n) {
        padding-left: 15px;
        padding-right: 0;
    }

    [class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(3n) {
        padding-left: 0;
        padding-right: 15px;
    }

    [class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(2n+1) {
        padding-left: 0;
    }

    /*[class*=col-].landing-page-content.landing-page-content-no-quicklinks li.landingPage_item:nth-child(3n+1) {
        padding-left: 15px;
    }*/


    [class*=col-].councillor-aside-container {
        padding-right: 3%;
    }

    div[role="main"].main-column.event-details-main-column {
        padding-right: 3%;
    }

    [class*=col-].pageTurner--event {
        padding-right: 3%;
        padding-left: 0;
    }

    /* flexslider */

    .flex-pauseplay a {
        top: 323px;
        margin-left: 114px;
    }

    .flex-control-nav {
        top: 330px;
        margin-left: 114px;
    }

     a.orc-logo-link {
            margin-top: -6px;
    }

    .current-az {
        font-size: 100px;
        font-size: 10rem;
    }

    .frequent-item li:last-child a {
        border-bottom: none;
    }

}




/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/** PRINT STYLES ******************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


@media print {

    /* Reset */

    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        height:auto;
        float: none;
        line-height: normal;
        box-sizing: auto;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1cm;
    }

    p,
    h1,
    h2,
    h3,
    h4 {
        orphans: 0;
        widows: 0;
        page-break-inside: avoid;
        /*page-break-after: avoid;*/
        display: block;
        line-height: 1;
    }

    .landingPage_item a .landingPage_image {
        height: auto!important;
        width: auto!important
    }

    .landingPage_image img {
        width: auto!important
    }

    /*************************************************************************/
    /* Header ****************************************************************/
    /*************************************************************************/

    .header_printOnly {
        position: relative;
        display: block;
        clear: both;
        margin-bottom: 1em;
    }

    .header_printOnly--logo {
        margin: 0;
    }

    .header_printOnly--copyright {
        display: none !important;
        position: absolute;
        right: 1em;
        top: 1em;
        text-align: right;
        font-size: 14px;
    }

    .home .news li {
        position: relative!important;
        width: 100%!important;
        height: auto!important;
    }

    .banner-content {
        margin: 5px 0px!important;
        display: block!important;
        width: 100%!important;
        position: relative!important;
    }

    .opening-block h2 {
        padding: 0!important;
    }

    #main-content.home {
        margin: 0px!important;
    }

    body, h1, h2, h3, ol, ul, div, p, .document-container, div.body-content {
      height: auto;
      position: relative;
    }

    body {
        margin: 0px 0px 0px 0px;
    }


/*    @media print {
        html, body {
            height: 99%;
        }
    }*/

    /*************************************************************************/
    /* Fixes, overrides ******************************************************/
    /*************************************************************************/

    /* fixing cutting pages */

    div, body
    {
      /*display: inline !important;*/
      overflow-y:visible !important;
      overflow: visible !important;
    }

    div[style="display:none;"],
    div[style="display:none"]  {
        display: none !important;
    }

    /* hide */

    .flexslider,
    header,
    footer,
    aside,
    .background-image,
    .background-mask,
    .call-out-box,
    .skip,
    .seamless-pagination,
    .related-container,
    .search-tools-container,
    #back-to-top,
    .shareLinks,
    .related-categories,
    .pageFeedback,
    .pageSubscribe,
    .item-navigation,
    .tabbedArea,
    .icon-arrow-down,
    .panelList_imageCrop--right,
    .switchView,
    .show-for-medium-down.frequent-item,
    .mobileMenu,
    .home a.button,
    .yourMonash,
    .home .events .img-crop,
    .home .events ul.show-for-medium,
    .home .events ul.show-for-small-down,
    .photoGallery_container,
    .add-to-calendar,
    .relatedLinks,
    input[type="submit"],
    input[type="button"],
    button,
    a.button,
    .logo-placeholder-large,
    #fancybox-overlay,
    #fancybox-left,
    #fancybox-right,
    div.gmap {
        display: none !important;
    }

    .home .events li p {
        margin-left: 98px;
    }

    /* show */

    .toggleMobileContainer_toggled,
    .home .landing-statement,
    .toggleContainer_toggled {
        display: block !important;
        height: auto!important;
        width: auto!important;
        position: relative!important;
    }

    /*fix*/
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    [class*="col-"] {
        width: 100%;
        padding: 0;
    }
    .image-container img {
        width: auto !important;
    }
    .internal .page-tools {
        margin-bottom: 0;
    }
    #sb-site {
        min-height: 0 !important;
    }

    .eventList .panelList_item a {
        min-height: auto;
    }

    html,
    body {
      min-height: auto;
      height: 100%
    }

    html,
    body,
    h1,
    h2,
    h3,
    ol,
    ul,
    div,
    p,
    .document-container,
    div.body-content {
        width: auto;
        border: 0;
        padding: 0;
        float: none;
        position: static;
        height: 100%
    }

    .breadcrumbs,
    .internal .page-tools {
        display: block !important;
        padding: 0;
        margin-top: 1em;
        margin-left: -7px;
    }

    #main-content.internal > div.grid {
        /*display: inline-block !important;*/
        margin:0 !important ;
    }

    .image-container.full-width {
            margin-bottom: 2em;
            display: inline-block !important;
    }

    [class*=col-] {
        padding:0 !important;
    }

    .newsTopStories .panelList_imageCrop {
        display: inline-block !important;
        max-height: none;
    }

    .panelList_item a {
        height: auto !important
    }

    .col-lg-8 .landingPage_item {
        width: 100%;
    }

    .landingPage_item a .landingPage_image {
        display: inline-block !important;
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .landingPage_item,
    .panelList_item a,
    .landingPage_item a {
        padding:0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 0;
    }

    .internal h1 {
        width: 100%;
        display: block;
    }

    .eventList .panelList_item a {
        width: 100%;
        display: inline-block;
        min-height: 145px;
    }

    .panelList_item h3 {
        display: inline-block;
        width: 100%
    }

    ul.eventList li {
        display: block;
    }

    ul li {
        display: block !important;
        page-break-inside: avoid;
    }

    .eventList .panelList_item a,
    ul li a {
        /*display: inline !important;*/
    }

    li.panelList_item {
        list-style: none;
        margin-bottom: 4rem !important;
        min-height: 120px;
    }

    .internal h1 {
        border: none !important;
    }

    .eventList .panelList_item--description {
            margin: 10px 0 0 93px;
    }

    .panelList_item a h3 {
        display: block;
        padding-bottom: 1em;
    }

    .date-panel {
        display: block !important;
        position: relative;
    }

    .eventList .panelList_item--description {
        margin:0 !important;
    }

    .date-panel span {
        text-align: left;
    }

    .date-panel strong {
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0 !important;
        margin-bottom: 1em !important;
        border: none !important;
    }

    .wysiwyg {
        display: block !important;
    }

    .internal .page-tools {
            padding: 1em !important;
            margin-top: 1em;
    }

    .internal h1 {
        padding-bottom: 1em;
        margin-bottom: 1em !important;
        line-height: 1em;
        clear: both;
    }

    h3 {
        margin-bottom:1em !important;
    }

    img {
        margin-bottom: 1em !important;
    }

    .az-wrap {
        display: none !important;
    }

    .councillor_details--Name.show-for-small-only {
        display: none !important;
    }

    .councillor_details--Share,
    .generic-text-icon {
        display: none !important;
    }

    .generic-text-value {
        margin-left: 0 !important;
    }

    a:after{
          content:" (" attr(href) ") ";
          font-size:0.8em;
          font-weight:normal;
          margin-bottom:0;
          display: inline-block;
            width: 100%;
        }

    .breadcrumbs a:after {
        display: none;
    }

    .landingPage_item {
        float:none;
    }

    .empty-thumbnail-image-placeholder {
        display: block;
        margin:1em;
    }

    .landingPage_item,
    .panelList_item a,
    .landingPage_item a {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 1em !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
        border: none !important;
        height: auto !important;
        margin-bottom: 1em  !important;
    }

    .col-m-12 .landingPage_item {
        width:100% !important;
    }

    ul.landingPage {
        height: 100%
    }

    .landingPage_image img {
        width: 50% !important;
    }

    .empty-thumbnail-image-placeholder {
        display: none;
    }

    .frequent-item li a {
        padding: 0 !important;
        height: auto !important;
        border: none !important;
        margin-bottom: 1em !important;
        border: none !important;
    }

    .opening-block.grid {
        padding: 0 !important;
    }

    .frequent-item li {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .frequent-item {
         display: block;
        margin-bottom: 0;
        width: 100%;
        float: none;
    }

    .home .grid.home-core-services {
        padding-top: 1em;
    }

    .home .events {
        padding: 0 !important;
    }

    .home .events h2,
    .home-leisure-centres h2 {
        padding: 0 !important;
    }

    a.news-item-link {
        height: auto !important;
    }

    .home .news {
        padding: 0 !important;
    }

    .home-news-date,
    .home .news h2 {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 1em !important;
    }

    .img-crop {
        display: block;
        float: none;
        overflow: hidden;

        margin-right: 15px;
        float: none;
        clear: both;
        position: relative;
    }

    .home-news-item-title-heading {
        height: auto !important;
    }

    .home-news-date:before,
    .slider-container {
        display: none !important;
    }

    .home-news-item {
            width: 100%;
    border: none !important;

    }

    .home-news-date:before {
        display: none !important;
    }

    .home-leisure-centres {
        padding: 0;
    }

    .newsTopStories .panelList_imageCrop {
        display: none !important;
    }

    .landingPage_item a .landingPage_image {
        display: none !important;
    }

    [class*=col-] {
        float:none !important;
    }

    .image-container.pull-left {
        display: block !important;
        float:none !important;
        width: 50% !important;
        margin:0;
        margin-bottom: 1em;
    }

}