/*!
 * SEEK Volunteer Custom Styles
 */


/*========= Bootstrap Customisations =========*/

[class*="span"] {
    min-height: inherit;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 980px;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    background: #eee url("/Assets/gfx/bg-noise_pattern.png");
    margin: 0;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    color: #005580;
    text-decoration: underline;
}

p {
    margin: 0 0 18px;
}

p small {
    font-size: 11px;
    color: #999999;
}

label {
    font-size: 13px;
}

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #fff;
    margin: 32px 0 38px;
    clear: both;
}

.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    color: #999999;
}

h1 {
    font-size: 24px;
    line-height: 36px;
    margin-top: -12px;
    margin-bottom: 12px;
    color: #0D3880;
}

h1 small {
    font-size: 18px;
}

h2 {
    font-size: 18px;
    line-height: 27px;
    margin-top: -6px;
    margin-bottom: 15px;
    color: #F00A81;
}

h2 small {
    font-size: 14px;
}

h3 {
    color: #0D3880;
}

h3 {
    font-size: 14px;
}

h3 small {
    font-size: 12px;
}

h3,
h4,
h5,
h6 {
    line-height: 18px;
}

h4 {
    font-size: 13px;
    color: #F00A81;
}

h4 small {
    font-size: 11px;
    color: #8a8a8a;
}

h5 {
    font-size: 12px;
    margin-bottom: -1px;
}

h6 {
    font-size: 11px;
    margin-bottom: -1px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-header {
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
    margin: 18px 0;
}

.page-header h1 {
    line-height: 1;
}

.muted {
    color: #999;
}

.btn,
.button {
    zoom: 1;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 20px;
    color: #111111;
    position: relative;
    display: inline-block;
    border: 3px solid #CFCFCF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 1px #9a9a9a inset;
    -moz-box-shadow: 0 0 0 1px #9a9a9a inset;
    box-shadow: 0 0 0 1px #9a9a9a inset;
    background-color: #cbcbcb;
    background-image: -moz-linear-gradient(center top, #f3f3f3 0, #eaeaea 52%, #cfcfcf 53%, #bcbcbc);
    background-image: -webkit-linear-gradient(top, #f3f3f3 0, #eaeaea 52%, #cfcfcf 53%, #bcbcbc);
    background-image: -o-linear-gradient(top, #f3f3f3 0, #eaeaea 52%, #cfcfcf 53%, #bcbcbc);
    /*Prevent background color leak out*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: none;
    line-height: inherit;
}

.btn:hover {
    background-position: inherit;
}

.btn-primary-large:hover {
    background-position: 0 -18px;
}

.btn:hover,
.btn:active,
.btn.active,
.button:hover,
.button:active,
.button.active {
    background-color: #ebebeb;
    background-image: -moz-linear-gradient(center top, #cfcfcf 0, #bcbcbc 52%, #f3f3f3 53%, #eaeaea);
    background-image: -webkit-linear-gradient(top, #cfcfcf 0, #bcbcbc 52%, #f3f3f3 53%, #eaeaea);
    background-image: -o-linear-gradient(top, #cfcfcf 0, #bcbcbc 52%, #f3f3f3 53%, #eaeaea);
    text-decoration: none;
    color: #111111;
}

.btn:focus {
    outline: 1px dotted #25529C;
    outline-offset: 2px;
}

.btn.btn-primary,
.btn.btn-primary-large {
    background-color: #2956A0;
    background-image: -moz-linear-gradient(center top, #28559f 0%, #25529c 52%, #0b367d 53%, #062c6a);
    background-image: -webkit-linear-gradient(top, #28559f 0pt, #25529c 52%, #0b367d 53%, #062c6a);
    background-image: -o-linear-gradient(top, #28559f 0%, #25529c 52%, #0b367d 53%, #062c6a);
    border: 4px solid #CFCFCF;
    box-shadow: 0 0 0 1px #062b68 inset;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 22px 6px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary-large:hover {
    background-color: #062C6a;
    background-image: -moz-linear-gradient(center top, #062C6A 0pt, #28559f/*#0B367D*/
    52%, #25529C 53%, #2956A0);
    background-image: -o-linear-gradient(top, #062C6A 0pt, #0B367D 52%, #25529C 53%, #2956A0);
    background-image: -webkit-linear-gradient(top, #062C6A 0pt, #0B367D 52%, #25529C 53%, #2956A0);
    -webkit-box-shadow: 0 0 0 1px #2956A0 inset;
    -moz-box-shadow: 0 0 0 1px #2956A0 inset;
    box-shadow: 0 0 0 1px #2956A0 inset;
    color: #ffffff;
}

.btn.btn-large {
    padding: 10px 22px;
    border-width: 3px;
    margin-top: 0;
}

.btn.disabled,
.btn[disabled],
.btn.btn-primary[disabled],
.btn.btn-primary.disabled {
    cursor: auto;
    background: none;
    background-color: #a0a0a0;
    background-image: -moz-linear-gradient(center top, #b1b1b1 0, #afafaf 52%, #a0a0a0 53%, #9b9b9b);
    background-image: -webkit-linear-gradient(top, #b1b1b1 0, #afafaf 52%, #a0a0a0 53%, #9b9b9b);
    background-image: -o-linear-gradient(top, #b1b1b1 0, #afafaf 52%, #a0a0a0 53%, #9b9b9b);
    -webkit-box-shadow: 0 0 0 1px #9b9b9b inset;
    -moz-box-shadow: 0 0 0 1px #9b9b9b inset;
    box-shadow: 0 0 0 1px #9b9b9b inset;
}

.btn-small {
    color: #1a1a1a;
    display: inline-block;
    padding: 2px 30px;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #e2e2e2 53%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0, #e2e2e2 53%);
    background-image: -o-linear-gradient(top, #fcfcfc 0, #e2e2e2 53%);
}

.btn-small:hover,
.btn-small:active,
.btn-small.active {
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #e2e2e2 53%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0, #e2e2e2 53%);
    background-image: -o-linear-gradient(top, #fcfcfc 0, #e2e2e2 53%);
    border-color: #9a9a9a
}

.button-container {
    background: #fff;
    text-align: center;
}

aside .button-container {
    text-align: left;
}

.navbar-inner {
    min-height: 36px;
    background-color: #f00a81;
    background-image: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 0;
    filter: none;
}

.navbar .menulist {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar .menulist > li {
    display: block;
    float: left;
}

.navbar .menulist > li > a {
    float: none;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 20px 5px;
    display: block;
}

.navbar .menulist > li > a:hover,
.navbar .menulist > li:hover > a {
    background-color: #fff;
    color: #222;
    text-decoration: none;
    position: relative;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar .menulist > .active > a,
.navbar .menulist > .active > a:hover {
    color: #222;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar .menulist > li > a:hover,
.navbar .menulist > li:hover > a {
    background-color: #fff;
    color: #222;
    text-decoration: none;
    position: relative;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar .menulist > .active > a,
.navbar .menulist > .active > a:hover {
    color: #222;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dropdown-menu,
.navbar .menulist li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-right-width: 2px;
    border-bottom-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin: 0;
    padding: 17px 15px;
}

.navbar .divider-vertical {
    height: 28px;
    width: 1px;
    overflow: hidden;
    background-color: #780540;
    border-right: 1px solid #f447a1;
    margin: 0 4px;
}

.dropdown-menu a,
ul.menulist li > ul a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    padding: 3px 15px;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a:hover,
ul.menulist li > ul a:hover,
ul.menulist .active > ul a:hover {
    color: #333;
    text-decoration: none;
    background-color: #eee;
    background-image: none;
    filter: none;
    white-space: normal;
}

.dropdown-menu .active > a {
    background-color: #eee;
    background-image: none;
    filter: none;
}

.xmas {
    margin-top: -7px;
}

.nav-pills {
    margin: 0 5px;
}

.nav-pills > li > a {
    display: inline-block;
    padding: 5px 7px;
    color: #8a8a8a;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background-color: #e2e2e2;
    margin-right: -1px;
    background-image: -moz-linear-gradient(top, #f7f7f7 57%, #e7e7e7);
    background-image: -webkit-linear-gradient(top, #f7f7f7 57%, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7 57%, #e7e7e7);
}

.nav-pills > li > a:hover {
    text-decoration: none;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    font-weight: bold;
    cursor: default;
    color: #444;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #e2e2e2, #fcfcfc 25%);
    background-image: -webkit-linear-gradient(top, #e2e2e2, #fcfcfc 25%);
    background-image: -o-linear-gradient(top, #e2e2e2, #fcfcfc 25%);
}

.nav-pills > li:first-child a {
    border-radius: 2px 0 0 2px;
}

.nav-pills > li:last-child a {
    border-radius: 0 2px 2px 0;
}

.nav-pills.bubbles {
    margin: 20px 0;
}

.nav-pills.bubbles > li > a {
    padding: 8px 15px;
    position: relative;
    border-color: #fff;
    border-radius: 2px;
    margin-right: 15px;
    background: none;
    display: block;
}

.nav-pills.bubbles > li > a:hover {
    color: #444;
    border-color: #d7d7d7;
    text-decoration: none;
}

.nav-pills.bubbles > .active > a,
.nav-pills.bubbles > .active > a:hover {
    background: none;
    font-weight: bold;
    cursor: default;
    color: #444;
    border-color: #d7d7d7;
}

.nav-pills.bubbles > .active > a:before,
.nav-pills > .active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #d7d7d7;
    top: 100%;
    left: 50%;
    margin-left: -7px;
}

.nav-pills.bubbles > .active > a:after {
    border-width: 6px;
    border-top-color: #fff;
    margin-left: -6px;
}

.help-block,
.help-inline {
    color: #8a8a8a;
    font-size: 11px;
    line-height: 11px;
}

.nav > li > a {
    display: inline;
}

.terms-toggle.nav > li > a {
    display: block;
}

.nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
    color: #000000;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 13px;
}

.input-append,
.input-prepend {
    font-size: inherit;
}

.accordion {
    margin-bottom: 18px;
}

.accordion-group {
    margin-top: -1px;
}

.accordion-heading {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.accordion-heading h3,
.accordion-heading h4 {
    margin: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 20px 30px;
    font-weight: bold;
    color: #1a1a1a;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    border: 1px solid #cccccc;
    padding: 30px 30px 10px 30px;
    background-image: -webkit-linear-gradient(top, #e1e1e1 0, #eeeeee 15%);
    background-image: -moz-linear-gradient(top, #e1e1e1 0, #eeeeee 15%);
    background-image: -o-linear-gradient(top, #e1e1e1 0, #eeeeee 15%);
}

.label {
    background-color: transparent;
    font-weight: normal;
    display: block;
    text-shadow: none;
}

#newsList .pagination {
    margin-left: -20px;
}

[class^="icon-"],
[class*=" icon-"] {
    background-image: url("/Assets/gfx/glyphicons-halflings.png");
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: url("/Assets/gfx/glyphicons-halflings-white.png");
}

.main-content-news .span4 {
    float: none !important;
}

#event-carousel {
    background: #eeeeee;
    border: 1px solid #d2d3db;
    margin: 10px -21px 20px;
    padding: 10px 16px;
}

#event-carousel ul {
    width: 810px;
    margin: 0 auto;
}

#event-carousel li {
    position: relative;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    width: 79px;
    margin: 0 10px 10px 10px;
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 22px;
}

#event-carousel li.active-tab {
    position: relative;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    color: #f00a81;
}

#event-carousel li.active-tab:after,
#event-carousel li.active-tab:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#event-carousel li.active-tab:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 9px;
    left: 50%;
    margin-left: -9px;
}

#event-carousel li.active-tab:before {
    border-color: rgba(214, 214, 214, 0);
    border-top-color: #d6d6d6;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

#event-carousel li .datewrap {
    display: block;
    padding: 9px 15px;
    text-align: center;
}

#event-carousel li.active-tab .datewrap {
    -webkit-box-shadow: inset 0px 2px 6px 0px rgba(214, 214, 214, .5);
    box-shadow: inset 0px 2px 6px 0px rgba(214, 214, 214, .5);
}

#event-carousel li.active-tab .badge {
    color: #ffffff;
    background-color: #f00a81;
}

#event-carousel li a {
    color: #999999;
}

#event-carousel li.active-tab a {
    color: #f00a81;
}

#event-carousel li a:hover {
    text-decoration: none;
}

#event-carousel .carousel-control {
    background: transparent;
    border: none;
    color: #8a8a8a;
    top: 45%;
    font-size: 30px;
}

.event .date-badge {
    background: #eeeeee;
    font-size: 14px;
    font-weight: bold;
    width: 48px;
    padding: 8px 0 4px 0;
}

.event.detail .date-badge {
    background-color: #ffffff;
}

.event .date-badge .day {
    font-size: 24px;
    font-weight: bold;
    line-height: 16px;
}

.event .date-badge small {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    display: block;
    font-size: 12px;
    padding: 3px 0;
    font-weight: normal;
}

.event .paging-cap {
    margin: -16px -21px 40px;
    padding: 0 20px 13px 0;
}

.event .notice {
    text-align: center;
    font-weight: bold;
}

.event .notice a {
    font-weight: normal;
}

.event.detail .hero {
    position: relative;
    height: 230px;
}

.event.detail .event-banner {
    float: left;
    position: relative;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
    box-shadow: 0 0 3px #000000;
    color: #ffffff !important;
    width: auto !important;
    max-width: 780px;
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: left !important;
    margin: 85px 0 0 100px;
}

.event.detail .date {
    display: block;
    width: 75px;
    float: left;
    color: #f00a81;
}

.newsitem .probono {
    border-top: none;
    padding-top: 23px;
    margin-top: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: right;
}

.newsitem .probono img {
    margin-top: -35px;
    margin-left: 10px;
}


/*============ Masthead =============*/

header .panel-header,
header nav {
    margin-left: -12px;
    margin-right: -12px;
}

header .brand {
    display: block;
    height: 57px;
    width: 503px;
    margin-left: 41px;
}

header .panel-header {
    padding-top: 21px;
    padding-bottom: 21px;
    background: #fff;
}


/*============ Panels =============*/

.panel {
    padding: 38px 20px 32px;
    background-color: #ffffff;
    border: 1px solid #d2d2da;
    margin-bottom: 18px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    box-shadow: 0 2px 2px #d6d6d6;
}

.panel .row {
    margin-left: -22px;
    margin-right: -22px;
}

.panel .flush {
    margin-left: -20px;
    margin-right: -20px;
}


/*============ Nav arrow indicators (bootstrap .navbar additions) =============*/

.navbar .menulist > .active > a:after,
.navbar .menulist > .active > a:before,
.navbar .menulist > .dropdown:hover > a:after,
.navbar .menulist > .dropdown:hover > a:before,
#global.navbar .menulist .active:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.navbar .menulist .active > a:after,
.navbar .menulist .dropdown:hover > a:after {
    border-top-color: #fff;
    border-top-width: 11px;
    border-left-width: 11px;
    border-right-width: 11px;
    border-bottom-width: 0;
    left: 50%;
    margin-left: -11px;
}

.navbar .menulist .active > a:before,
.navbar .menulist .dropdown:hover > a:before {
    border-top-color: #f00a81;
    border-top-width: 16px;
    border-left-width: 16px;
    border-right-width: 16px;
    border-bottom-width: 0;
    left: 50%;
    margin-left: -16px;
}


/*============ Nav dropdown (fallback if js fails) =============*/

.navbar .menulist li,
.navbar .menulist li > a {
    position: relative;
    z-index: 2;
}

.navbar .menulist li > ul {
    position: absolute;
    display: none;
}

.navbar .menulist li:hover > ul {
    display: block;
    z-index: 1;
}


/*============ Main menu dropdown (moved the padding from the nav bar to the top level li to fix the dropdowns from disappearing because of the gap) =============*/

header .navbar .menulist > li {
    padding: 4px;
    border-right: 1px solid #780540;
    border-left: 1px solid #f447a1;
}

header .navbar .menulist > li:first-child {
    border-left: none;
}

header .navbar .menulist > li:last-child {
    border-right: none;
}


/*dropdown*/

.dropdown-menu {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    background: #ffffff url("/Assets/gfx/bg-dropdown.png") scroll no-repeat top center;
    width: 480px;
    color: #333;
    z-index: 1000;
}


/*============ Global Nav (bootstrap .navbar resets) =============*/

#global.navbar {
    margin-bottom: 0;
}

#global .navbar-inner {
    /*background: #404040 url("/Assets/gfx/bg-noise_pattern.png") scroll repeat top left;*/
    background: #e1e1e1;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
}

#global.navbar .btn-group {
    padding: 0px;
    display: none;
    /* Removethis when NZ site is available */
}

#global.navbar .btn {
    /*font-weight: bold;*/
    color: #000000;
    background-color: transparent;
    background-image: none;
    filter: none;
    border: 0px;
    box-shadow: none;
    /*    padding-top: 2px;
    padding-bottom: 1px;*/
    padding: 0px 0px 3px;
    font-size: 14px;
    font-weight: 700;
    /*text-decoration: underline;*/
    margin-top: 4px;
    border-bottom: 3px solid #212121;
}

#global.navbar .btn-group > .btn:first-child {
    margin-left: 0;
    border-right-width: 0;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    /*border-right: 1px solid #404040;*/
    /*padding-right: 9px;*/
}

#global.navbar .btn-group > .btn:last-child {
    border-left-width: 0;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    /*padding-left: 9px;*/
}

#global.navbar .btn-group > .separator {
    margin: 0 9px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
}

#global.navbar .btn.active {
    /*color: #ffffff;
    background-color: #000000;*/
    text-decoration: none;
    font-weight: 400;
    border-bottom: 3px solid transparent;
}

#global.navbar .btn:hover {
    /*color: #000000;
    background-position: 0 0;
    background-color: #b5b5b5;*/
}


#global.navbar .btn.active:hover {
    color: #b20a61;
    text-decoration: none;
}

#global.navbar .menulist {
    float: none;
    text-align: center;
    padding: 2px 0px 0px;
    font-size: 0;
    height: 25px;
}

#global.navbar .menulist > li {
    display: inline-block;
    float: none;
    line-height: 14px;
    /*border-right: 1px solid #b5b5b5;*/
    /*padding-right: 4px;*/
}

#global.navbar .menulist > li:nth-child(3),
#global.navbar .menulist > li:last-child {
    border-right: 0;
    padding-right: 0;
}

#global.navbar .menulist > li > a {
    display: inline-block;
    padding: 0px;
    font-size: 14px;
    text-shadow: none;
    color: #212121;
    font-weight: 400;
    height: 45px;
    background-color: transparent;
}

#global.navbar .menulist > li > a > span {
    display: inline-block;
    padding: 0px;
    font-size: 14px;
    text-shadow: none;
    color: #212121;
    font-weight: 400;
    background-color: transparent;
    margin: 0px 21px;
/*    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

#global.navbar .menulist > li.active > a > span {
    display: inline-block;
    border-bottom: 2px solid #212121;
    border-top: 2px solid transparent;
    /*border-radius: 6px;*/
    padding: 0 0 2px;
    margin: 0 0 0 17px;
    font-size: 14px;
    text-shadow: none;
    color: #212121;
    font-weight: 400;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#global.navbar .menulist > li:first-child > a > span {
  margin-left: 0px;
}

#global.navbar .menulist > li:last-child > a > span {
  margin-right: 0px;
}

#global.navbar .menulist > li:not(.active) > a:hover > span {
    /*color: #ffffff;
    background: none;
    text-shadow: none;
    border: 2px solid #ffffff;
    padding: 0px 17px;*/
}

#global.navbar .menulist > li > a#seek-jobs:hover > span {
    /*background-color: #0D3880;*/
    color: #2c559c;
}

#global.navbar .menulist > li > a#seek-learning:hover > span{
    /*background-color: #50B848;*/
    color: #316c3e;
}

#global.navbar .menulist > li > a#seek-commercial:hover > span{
    /*background-color: #00A9E0;*/
    color: #006c8f;
}

#global.navbar .menulist .active > a > span,
#global.navbar .menulist .active > a:hover > span {
    background: transparent;
    color: #212121;
    text-shadow: none;
    border-bottom: 2px solid #212121;
    /*border-radius: 6px;*/
    padding: 0 0 2px;
    margin: 0 0 0 17px;
    display: block;
}

/*#global.navbar .menulist .active a:after {
    border-top-color: #f00a81;
    border-top-width: 8px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    top: 21px;
}

#global.navbar .menulist .active a:before {
    border-top-color: #ffffff;
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    top: 23px;
}

#global.navbar .menulist .active:after {
    border-top-color: rgba(0, 0, 0, .16);
    border-top-width: 11px;
    border-left-width: 12px;
    border-right-width: 12px;
    left: 50%;
    margin-left: -12px;
    top: 25px;
}*/


#global.navbar .menulist .active a:after {
    border: 0px;

}

#global.navbar .menulist .active a:before {
    border: 0px;
}

#global.navbar .menulist .active:after {
    border: 0px;
}


/*============ Section Menu =============*/

.subMenu {
    margin-top: -5px;
}

.subMenu .parent-page a {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #1a1a1a;
    display: block;
    font-weight: bold;
}

.subMenu .subMenuNav {
    margin: 0 2px;
    list-style: none;
}

.subMenu .subMenuNav a {
    padding: 2px 2px 2px 18px;
    display: block;
    margin-bottom: 2px;
}

.subMenu .subMenuNav a:hover,
.subMenu .subMenuNav .active a {
    background-color: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
}


/*============ Search Bar Module =============*/


/*Common search bar - home, opportunities, organisations*/

.search-bar {
    background: #eeeeee;
    padding: 21px 19px 7px;
    margin-top: 14px;
    margin-bottom: 35px;
    border-top: 1px solid #cfd0d8;
    border-bottom: 1px solid #cfd0d8;
    position: relative;
    /*z-index: 2;*/
}

.search-bar div {
    float: left;
    display: inline;
    margin-right: 20px;
    font-size: 13px;
    color: #111111;
}


/*labels, button, supporting text*/

.search-bar a.help-block {
    color: #0066cc;
}

#search-button {
    float: left;
    display: inline;
    text-align: center;
    margin-right: 0;
    background: #efefef;
}

#search-home #search-button {
    background: #434343;
}

#search-button .btn.btn-primary {
    margin-top: 19px;
    margin-bottom: 3px;
}

/* input::-webkit-input-placeholder {
    color: #111111;
}

input:-moz-placeholder {
    color: #111111;
}

input:-ms-input-placeholder {
    color: #111111;
} */


/*fields*/

.search-bar fieldset {
    position: relative;
}

.search-bar select {
    margin-top: 0;
}

.search-bar .replace,
.search-bar input,
.adv-option-group .replace,
.adv-option-group input {
    height: 22px;
    line-height: 22px;
    padding: 3px 0 2px 28px;
    margin-bottom: 7px;
    background: #ffffff url("/Assets/gfx/search-fields-small.png") scroll no-repeat 0 0;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.adv-option-group input[type=checkbox] {
    padding: 0;
    line-height: inherit;
    height: auto;
    border: inherit;
}

.search-bar #search-keywords {
    width: 402px;
}

.search-bar #search-keywords input {
    width: 372px;
}

.search-bar #search-location {
    width: 402px;
}

.search-bar #search-location input,
.adv-option-group .location input {
    width: 282px;
    background-position: -629px 0;
}

.search-bar #search-location select {
    width: 100px;
}

.search-bar #search-location .replace {
    padding-left: 10px;
    background-position: 100% 0;
}

.search-bar #search-location .input-append {
    margin-bottom: 0px;
}

.search-bar #search-location .input-append select,
.search-bar #search-location .input-append .replace {
    margin-left: -5px;
    border-radius: 0 4px 4px 0;
}

.search-bar label {
    font-weight: bold;
    color: #666666;
}


/*autocomplete*/

table#search-keywords-autocomplete  {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    z-index: 10000;
    background-color: #ffffff;
    width: 370px;
    border: solid 1px #cccccc;
}

table#search-keywords-autocomplete  th {
    vertical-align: top;
    text-align: right;
    border-right: solid 1px #cccccc;
    color: #777777;
    padding: 10px;
    width: 100px;
}

table#search-keywords-autocomplete  td {
    border-top: solid 1px #cccccc;
    padding: 10px
}

table#search-keywords-autocomplete  ul,
table#search-keywords-autocomplete  li {
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
}

table#search-keywords-autocomplete  li a {
    color: #333333;
    text-decoration: none;
    display: block;
}

table#search-keywords-autocomplete  a:hover {
    color: #FFFFFF;
    background-color: #0099FF;
}


/*============ Search Bar Module overrides =============*/


/*home search bar*/

#search-home.search-bar {
    background: #434343;
    padding: 7px 20px 15px;
    margin: 0;
    height: 73px;
    border: 0;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-bottomleft: 11px;
    border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -moz-border-radiusbottomright: 11px;
    border-bottom-right-radius: 11px;
    box-shadow: 2px 2px 2px #333333 inset;
}

#search-home.search-bar .replace,
#search-home.search-bar input {
    background-image: url("/Assets/gfx/search-fields-dark.png");
    border-color: #ffffff;
    box-shadow: none;
}

#search-home #search-button .btn {
    border: 4px solid #7c7c7c;
}

#search-home.search-bar a.help-block,
#search-home.search-bar label {
    color: #d8d8d8;
}


/*organisations search bar*/

.organisations .search-bar #search-location input {
    width: 372px;
}


/*============ Activity Slideshow Module =============*/

#activity-slider {
    position: relative;
    background: #434343;
    border: 0;
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    border-top-right-radius: 11px;
    width: 980px;
    height: 250px;
    overflow: hidden;
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
}

#activity-slider .slideshow {
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    border-top-right-radius: 11px;
    background: none !important;
    width: 980px;
    height: 250px;
    z-index: 1;
}

#activity-slider .slideshow .item {
    position: relative;
    width: 980px;
    height: 250px;
    background: none !important;
}

#activity-slider img {
    background: none !important;
    width: 980px;
    height: 250px;
    z-index: 1;
}

#activity-slider .caption {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 400px;
    height: 170px;
    padding: 20px 30px 10px 10px;
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    text-align: left;
    z-index: 10;
    border-left: 1px solid #333333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid #333333;
    -webkit-box-shadow: 0 0 2px #111111;
    box-shadow: 0 0 2px #111111;
}

#activity-slider .caption h3 {
    font-size: 28px;
    line-height: 28px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    // height: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 1px;
}

#activity-slider .caption h4 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

#activity-slider .caption p {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    margin: 0 auto;
    width: auto;
}

#activity-slider .caption .video {
    width: 100px;
    height: 42px;
    color: #ffffff;
    background: url(/Assets/gfx/play-off.png) scroll no-repeat top right;
    position: absolute;
    right: 45px;
    bottom: 0;
    padding-top: 12px;
    padding-right: 50px;
    margin-right: -21px;
    text-align: right;
}

#activity-slider a:hover .caption .video {
    background: url(/Assets/gfx/play.png) scroll no-repeat top right;
}

#activity-slider .modal {
    width: 670px;
}


/* #activity-slider .ribbon {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: 420px; 
  height: 210px;
  position: absolute;
  top: 0;
  left: 50px;
  padding: 10px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid #333333;
  -webkit-box-shadow: 0 0 2px #111111;
  box-shadow: 0 0 2px #111111;
  z-index: 1;
} */

.slide-pagination {
    text-align: left;
    width: 310px;
    position: absolute;
    top: 210px;
    left: 60px;
    z-index: 1000000;
}

.slide-pagination a {
    background: url("/Assets/gfx/pagination.png") scroll no-repeat 0 0;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    border: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
}

.slide-pagination .activeSlide {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.activity-action {
    float: right;
    margin-top: -17px;
    padding-bottom: 20px;
}


/*============ Browse by Module =====================*/

#browse-by,
.promotional {
    margin: 35px 0 35px;
    padding: 0;
    position: relative;
}


/*tab header*/

#browse-by .browse-header {
    padding: 16px 20px 24px;
    background: url("/Assets/gfx/bg-browse-panel.png") scroll repeat-x 0 100%;
}

#browse-by h3 {
    font-weight: normal;
    color: #0D3880;
    float: left;
    padding-right: 80px;
    font-size: 18px;
    margin: 3px 50px 5px 0;
}

#browse-by ul#myTab {
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#browse-by .nav-tabs a {
    color: #8a8a8a;
    margin-right: 80px;
    border: 0;
    outline: 0;
}

#browse-by .nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    position: relative;
    color: #1a1a1a;
    background: transparent url("/Assets/gfx/bg-active-tab.png") scroll no-repeat 50% 100%;
    padding-bottom: 30px;
    z-index: 1;
}


/*tab content*/

#browse-by .tab-content {
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-bottomleft: 11px;
    border-bottom-left-radius: 11px;
    padding: 0;
    margin: -13px 0 0 0;
    position: relative;
    background: transparent;
    overflow: hidden;
}

#browse-by .count {
    color: #999999;
    font-weight: normal;
}

#browse-by .tab-content a {
    color: #1a1a1a;
}


/*location pane*/

#browse-by #location {
    background: transparent url("/Assets/gfx/bg-browse-panel-content.png") scroll repeat-y -60px 0;
    margin: 0;
    padding: 21px 22px 10px;
    overflow: hidden;
}

#browse-by #location ul {
    margin: 38px 0;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

#browse-by #explore {
    text-align: right;
    padding-left: 18px;
}

#browse-by #explore p {
    font-size: 12px;
    padding-right: 10px;
    margin: -5px 0 4px;
}

#browse-by #explore a {
    color: #0066cc;
}


/*cause pane*/

#browse-by #cause {
    position: relative;
    padding: 0;
    height: 255px;
    overflow: hidden;
}

#browse-by #cause div {
    width: 200px;
    padding: 40px 20px 26px;
    margin: 0;
    float: left;
}

#browse-by #cause div#artculture {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

#browse-by #cause div#animalsenvironment {
    position: absolute;
    top: 108px;
    left: 0;
}

#browse-by #cause div#humanitarianaid {
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 240px;
    height: 60px;
}

#browse-by #cause div#youtheducation {
    border-left: 1px solid #ccc;
    position: absolute;
    top: 108px;
    left: 240px;
    padding-bottom: 45px;
}

#browse-by #cause div#socialservicesjustice {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 480px;
    padding-bottom: 50px;
    width: 216px;
}

#browse-by #cause div#healthwellness {
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 737px;
    height: 114px;
}

#browse-by #cause div#other {
    position: absolute;
    top: 162px;
    left: 737px;
    padding-bottom: 35px;
}


/*type pane*/

#browse-by #type {
    height: 180px;
}

#browse-by #type ul {
    overflow: hidden;
}

#browse-by #type li {
    width: 174px;
    height: 160px;
    list-style-type: none;
    float: left;
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 10px;
}

#browse-by #type li:nth-child(3) {
    width: 178px;
}

#browse-by #type li:first-child {
    margin-left: -1px;
}

#browse-by #type img {
    margin: 8px auto 9px;
}

#browse-by #type a {
    font-weight: bold;
    color: #1a1a1a;
    padding: 0 5px;
}


/*event tab*/

#browse-by #event {
    padding: 0;
}

#browse-by #event .panel-wide {
    background: url("/Assets/gfx/bg-events-hands.png") scroll no-repeat bottom center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0 20px;
    height: 220px;
}

#browse-by #event #vol-events-state,
#browse-by #event #vol-events-national,
#browse-by #event #vol-events-other {
    padding: 20px 10px 0 10px;
    margin-bottom: -12px;
}

#browse-by #event #vol-events-state ul,
#browse-by #event #vol-events-other ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#browse-by #event #vol-events-state li,
#browse-by #event #vol-events-national li,
#browse-by #event #vol-events-other li {
    padding: 0;
    margin-left: 0;
}

#browse-by #event #vol-events-national ul {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
}

#browse-by #event #vol-events-other li {
    font-size: 10.5px;
    margin-bottom: 10px;
}

#browse-by #event #vol-events-other .nav-pills > li a {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 0 2px;
}

#browse-by #event #vol-events-other .nav-pills span {
    background: #ffffff;
    padding: 5px 8px;
    margin: -5px;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0px 16px 16px 0px;
    -moz-border-radius: 0px 16px 16px 0px;
    border-radius: 0px 16px 16px 0px;
}


/*============ Volunteer Teaser =============*/

#teaser {
    margin: 0 auto;
    padding: 0;
    background: #ffffff url("/Assets/gfx/volunteer-collage.jpg") scroll no-repeat 0 0;
    width: 937px;
    height: 185px;
    box-shadow: 0 2px 2px #d6d6d6;
}

#teaser .teaser-msg {
    padding: 35px 20px;
    text-align: center;
}

.teaser-msg h2 {
    font-size: 40px;
    line-height: 58px;
    margin: 0;
}

.teaser-msg p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}


/*============ Event Details =============*/

.event .event-details {
    margin-right: -20px;
}


/*date badge*/

.date-badge {
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px 0 10px 0;
    font-size: 26px;
    color: #f00a81;
    float: left;
    text-align: center;
    font-weight: bold;
    margin: 0;
    -webkit-box-shadow: 1px 1px 1px #ebebeb;
    -moz-box-shadow: 1px 1px 1px #ebebeb;
    box-shadow: 1px 1px 1px #ebebeb;
}

.date-badge p {
    margin-bottom: 0;
}

.date-badge .month {
    text-transform: uppercase;
    font-size: 18px;
}

.date-badge .month,
.date-badge .day {
    display: block;
}

.date-badge .day {
    line-height: 28px;
}

.date-badge em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
}


/*event snapshot on the home page*/

.event-snapshot {
    background-color: #f5f5f5;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.event-snapshot .date {
    width: 100px;
    /*padding:15px 0 40px 90px; /* Month long event */
    padding: 15px 16px 35px 65px;
    /* Standard date */
    border-right: 1px solid #dadada;
    float: left;
    position: relative;
    line-height: 14px;
    margin: 0;
}

.event-snapshot .date b {
    font-size: 36px;
    color: #f00a81;
    position: absolute;
    left: 20px;
    top: 23px;
}

.event-snapshot .date b.month {
    font-size: 32px;
    margin-top: -2px;
}

.event-snapshot header {
    width: 200px;
    padding: 15px 10px 10px 20px;
    float: left;
    margin: 0 !important;
}

.event-snapshot header .byline {
    font-size: 11px;
}

.event-snapshot .snapshot {
    border-top: 1px solid #dadada;
    padding: 7px 10px;
    font-size: 11px;
    margin: -5px 0 0 0;
    clear: left;
}

.well p.pull-right {
    margin-bottom: 0
}

p.view-all {
    margin-bottom: 0;
}


/*============ View Toggles ===============*/

#view-toggle {
    text-align: right;
    margin-top: -6px;
}

#view-toggle h6 {
    display: inline;
    padding-right: 16px;
    line-height: 29px;
}

#view-toggle #view1,
#view-toggle #view2 {
    background: url("/Assets/gfx/view-toggle.png") scroll no-repeat 0 0;
}

#view-toggle #view1.active {
    background-position: -24px 0;
}

#view-toggle #view1:hover {
    background-position: -48px 0;
}

#view-toggle #view1.active:hover {
    background-position: -72px 0;
}

#view-toggle #view2 {
    background-position: 0 -29px;
}

#view-toggle #view2.active {
    background-position: -24px -29px;
}

#view-toggle #view2:hover {
    background-position: -48px -29px;
}

#view-toggle #view2.active:hover {
    background-position: -72px -29px;
}

#view-toggle #view1,
#view-toggle #view2 {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    text-indent: -9999px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 29px;
    box-shadow: none;
}


/*============ Refine Panels ===============*/

#refine-search,
.subMenu {
    background: #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 23px 0 10px;
}

#refine-search h3 {
    margin-left: 15px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: bold;
}

#refine-search h4 {
    border-bottom: 1px solid #cfd0d8;
    margin: 0 0 9px 0;
    padding-bottom: 9px;
}

#refine-search li {
    margin-bottom: 5px;
}

#refine-search a.search-link {
    color: #333;
    font-size: 12px;
}

#refine-search a.search-link:hover {
    text-decoration: none;
}

#refine-search .expandBox {
    position: relative;
    overflow: hidden;
    display: block;
}

#refine-search .boxContent {
    display: table;
}

#refine-search .boxContent input,
#refine-search input {
    margin-right: 5px;
    vertical-align: top !important;
}

#refine-search a.expandLink {
    text-align: left;
    display: block;
    margin-left: 18px;
}

#refine-search .clearAllLink {
    display: block;
    float: right;
    font-size: 12px;
    line-height: 19px;
}

.panelItem {
    margin: 0 20px 35px 15px;
}

.radio-toggle-bg {
    background: #222;
    /* You'll want to see the area being toggled, but feel free to change the color */
    display: block;
    /* ...So that we can set a height and width */
    float: left;
    /* ...So that it doesn't take up the full width of the page */
    height: 7px;
    /* You can change this later if you want */
    position: relative;
    /* Required to allow the switch to move around */
    width: 26px;
    /* This can be changed later as well */
}

.radio-toggle-bg input {
    height: 28px;
    left: 0;
    margin: 0;
    /* Reset the margins and padding */
    opacity: 0;
    /* Invisible! */
    padding: 0;
    position: absolute;
    top: -10px;
    /* Shift vertically */
    width: 36px;
    z-index: 2;
    /* We want the input to be over the span.switch, which we'll give a z-index of 1 */
}

.radio-switch {
    background: #ccc;
    display: block;
    float: left;
    height: 14px;
    left: -1px;
    /* This is the starting point. When adding a border radius, a small bit of the background is shown if we use left: 0;, so -1px is best.*/
    position: relative;
    top: -4px;
    /* ...To keep it centered vertically */
    width: 14px;
    z-index: 1;
    /* Remember, it must be below the invisible inputs */
}

.radio-toggle-bg input:checked~.switch {
    left: -1px;
}


/* initial toggle position */

.radio-toggle-bg input~:checked~.switch {
    left: 13px;
}


/* final relative toggle position */

.radio-toggle-bg input:checked {
    z-index: 0;
}


/*============ Tool Bars & Info Bars ===============*/

.toolbar,
.infobar {
    background: #eeeeee;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    clear: both;
    padding: 10px;
}
.toolbar {
    padding-top: 0;
    padding-bottom: 0;
}

.toolbar.tools-apply {
    padding: 3px 5px;
    margin-top: 32px;
}

.toolbar.tools-search {
    margin-bottom: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.toolbar .share-group {
    width: 200px;
    float: right;
    margin-top: 12px;
}

.infobar.snapshot {
    margin-bottom: 39px;
    padding-bottom: 7px;
}


/*sort*/

.tools-search .sort {
    float: left;
    padding-top: 5px;
}

.tools-search .sort select {
    width: auto;
    height: auto;
    padding: 0;
    margin: -2px 0 0 5px;
    font-size: 12px;
    line-height: 20px;
}


/*============ Paging Module ===============*/

.paging {
    text-align: right;
    font-size: 12px;
}

.paging a {
    padding-left: 36px;
}

.paging-cap {
    border-bottom: 1px solid #d5d5dd;
    margin-bottom: 40px;
    margin-top: -16px;
    padding-bottom: 13px;
}

.organisations.details .paging-cap,
.events.details .paging-cap {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.paging button,
.tools-search .paging a.next,
.tools-search .paging a.prev {
    display: inline-block;
    vertical-align: middle;
    text-indent: -999em;
    text-align: left;
    padding-left: 0;
    width: 23px;
    height: 22px;
    overflow: hidden;
    border: 0;
    background: 0;
}

.paging button.prev,
.tools-search .paging a.prev {
    background: url("/Assets/gfx/bg-pagination.png") scroll no-repeat 0 0;
    margin-right: 5px;
}

.paging button.next,
.tools-search .paging a.next {
    background: url("/Assets/gfx/bg-pagination.png") scroll no-repeat -23px 0;
    margin-left: 5px;
}

.paging [class^="icon-"] {
    background: url("/Assets/gfx/bg-btn-pager.png") scroll no-repeat 0 0;
    width: 10px;
    height: 10px;
    line-height: 8px;
    vertical-align: middle;
}

.paging .icon-triangle-right,
.paging .icon-triangle-left {
    display: none;
}

.browse-paging .icon-triangle-right {
    background-position: -8px 0;
    display: inline-block;
}

.browse-paging a:hover .icon-triangle-right {
    background-position: -8px -12px;
}

.browse-paging .icon-triangle-left {
    margin-left: 0.3em;
    margin-right: 0;
    display: inline-block;
}

.browse-paging a:hover .icon-triangle-left {
    background-position: 0 -12px;
}

.paging-current {
    font-size: 12px;
    width: 30px;
    text-align: center;
    margin: 0 3px !important;
    padding: 2px !important;
    border: 1px solid #cccccc;
    background: #ffffff;
}


/*============ Result Listings ===============*/

.results ol ~ .toolbar {
    margin-bottom: 0;
}

.pub-date {
    color: #f00a81;
    font-size: 11px;
}

.results .pub-date {
    display: block;
    margin-top: -4px;
    line-height: 22px;
}

.organisations .result-block img,
.events .result-block img {
    float: left;
    margin: 5px 10px 10px 0;
}

.result-block {
    border-bottom: 1px solid #d2d2da;
    padding-bottom: 14px;
    margin: 0 0 22px !important;
    min-height: 71px;
}

.newsitem.result-block {
    border-bottom: none;
}

.result-block [class*="span"]:first-child {
    margin-left: 0;
}

.results ol > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.result-id {
    display: none;
}

.result-block .span1 {
    margin-top: -5px;
}


/*zero results*/

.no-results {
    margin-top: 80px;
}

.no-results h1 {
    margin-bottom: 20px;
}

.no-results h2 {
    line-height: 26px;
    margin-bottom: 0;
}

.no-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-results li {
    padding: 0 0 20px 50px;
    position: relative;
}

.no-results .bignumber {
    font-size: 42px;
    color: #cccccc;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}


/*============ Job Ad ===============*/

#job-ad .pub-date {
    text-align: right;
    margin-top: 7px;
}

.details #job-ad,
.divider-right {
    padding: 0 50px 20px 0;
    margin-right: 20px;
}

#express-interest {
    padding: 0 0 46px 0;
}


/*============ Google Maps ==============*/

.info-window {
    padding: 20px 0;
}

.map.canvas {
    /*common map container*/
    border: 1px solid #999999;
}

#mini-map .map.canvas {
    margin: 20px 0;
    width: 213px;
    height: 213px;
}

#mini-map small {
    display: block;
    margin-top: -15px;
    margin-bottom: 36px;
    text-align: right;
}


/*============ Organisation Profile (detail page) ==============*/

.organisations #vcard {
    margin-top: 14px;
    margin-bottom: 75px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #eeeeee;
    height: 149px;
}

.organisations #vcard h1 {
    margin-top: -3px;
    margin-bottom: 13px;
}

#vcard .span3 {
    margin-top: -50px;
}

#vcard .avatar div {
    height: 220px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#vcard .btn-toolbar {
    margin-top: -9px;
    margin-bottom: 0;
}

#vcard .btn-primary,
#vcard .btn-primary.disabled {
    background: url("/Assets/gfx/button-org-opportunities.png") scroll no-repeat 0 0;
    width: 120px;
    color: #ffffff;
    text-shadow: none;
    text-align: left;
    padding: 10px 2px 6px;
    border: none;
}

#vcard .btn-primary:hover {
    text-decoration: none;
}

#vcard .btn-primary.disabled {
    background-image: url("/Assets/gfx/button-org-opportunities-disabled.png");
}

#vcard .btn-primary b {
    display: block;
    width: 25px;
    float: left;
    margin-right: 8px;
    text-align: center;
}


/*============ Share Modules ==============*/


/*share popup (organisation profile page)*/

#share-panel-popup {
    width: 200px;
    padding: 10px 10px 6px 10px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    position: absolute;
    left: 170px;
    top: -8px;
    display: none;
}

#share-panel-popup:after,
#share-panel-popup:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#share-panel-popup:after {
    border-right-color: #ffffff;
    border-width: 5px;
    top: 50%;
    margin-top: -5px;
}

#share-panel-popup:before {
    border-right-color: #c9c9c9;
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}

aside .share-group {
    margin-top: 38px;
}

.share {
    float: right;
}

.share i {
    text-transform: uppercase;
    font-style: normal;
    font-size: 80%;
    line-height: 22px;
}

#share-panel-popup .share i {
    padding-right: 20px;
}

.copy-box {
    background: #eeeeee;
    border: 1px solid #cccccc;
    margin: 10px 0 15px;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.copy-box input {
    background: #ffffff url("/Assets/gfx/icon-share-link.png") scroll no-repeat 3px 6px;
    padding: 3px 3px 2px 15px;
    margin: 5px;
    border: 1px solid #cccccc;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    width: 188px;
}

.print {
    background: url("/Assets/gfx/shareicon-print.png") scroll no-repeat 0 0;
    padding: 4px 0 0 30px;
    font-size: 14px;
    width: 50px;
    height: 22px;
    display: block;
    color: #1a1a1a;
    margin-top: -4px;
}


/*============ Panel Caps & Heros ==============*/

.panel-cap {
    background: #eeeeee;
    border-bottom: 1px solid #cccccc;
    margin: -40px -20px 40px;
    padding: 38px 20px 20px;
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    border-top-right-radius: 11px;
}

.hero {
    background: url("/Assets/gfx/hero-bokeh.jpg") scroll no-repeat 0 0;
    height: 233px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.hero img,
.hero q {
    position: absolute;
    top: 0;
    left: 0;
}

.hero q {
    width: 150px;
    height: 145px;
    top: 50px;
    left: 660px;
    display: table-cell;
    vertical-align: middle;
    color: #F00A81;
    font-size: 26px;
    font-weight: bold;
    line-height: 125%;
}

.event.detail .hero {
    padding: 0 0 18px;
    background: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


/*============ Wells ==============*/

.well {
    background-color: #eeeeee;
}

.box {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 2px 2px 0 #dddddd;
    margin-right: 18px;
}

.explainer .box {
    margin-right: auto;
}


/*explainer (about volunteering page)*/

.explainer {
    position: relative;
    padding: 50px 18px 68px;
}

.explainer span {
    display: block;
    position: absolute;
    background: url("/Assets/gfx/bg-knowledge-arrows.gif") no-repeat 0 0;
    top: 13px;
    left: 165px;
    width: 113px;
    height: 27px;
}

.explainer span.arrow-bottom {
    width: 172px;
    height: 39px;
    background-position: -128px 0;
    left: 360px;
    top: 180px;
}


/*======= Case Studies (Volunteer Stories Page)=========*/

.main-content .stories div:first-child {
    margin-left: 20px !important;
}

.stories div.span3 {
    text-align: center;
}

.stories div.span12 {
    margin-top: 30px;
}

.storyimage {
    position: relative;
    margin-bottom: 20px;
    border: 6px solid #dcdcdc;
    background-color: #dcdcdc;
}

.storyimage,
.storyimage img {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 136px;
}

.stories div.span3 .storyimage {
    margin: 0 0 15px 34px;
}

.storyimage:after {
    top: 103%;
    border: 10px solid transparent;
    border-top-color: #dcdcdc;
    border-top-width: 15px;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    pointer-events: none;
}

.storyimage.storyimage-left {
    float: left;
    margin: 5px 20px 20px 0;
}

.storyimage.storyimage-left:after {
    border: 10px solid transparent;
    border-left-color: #dcdcdc;
    border-left-width: 15px;
    left: 103%;
    top: 50%;
    margin: -10px 0 0 0;
}

.more-stories .row {
    margin-top: 15px;
}

.more-stories .storyimage {
    border-width: 3px;
    width: 49px;
}

.more-stories .storyimage img {
    width: 49px;
    height: 49px;
}

.more-stories .storyimage.storyimage-left:after {
    border-width: 5px 5px 5px 7px;
    margin-top: -5px;
}

.more-stories h5 {
    margin-top: 10px;
    font-size: 12px;
}

.more-stories p {
    font-size: 11px;
}

.story h1 {
    display: inline-block;
}

.playlist .cropper {
    margin-top: -21px;
    overflow: hidden;
    height: 145px;
}

.playlist .caption {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}


/*======= Interim Case Studies Overview (REMOVE WHEN PHOTOS ARE READY) =========*/

.main-content .stories {
    margin-left: -20px;
    *zoom: 1;
}

aside .stories {
    margin-left: 20px;
}

.pagination {
    margin-left: 0;
}

.storyimage {
    display: none;
}

.story .storyimage {
    display: block;
}

.stories div.span3 {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 2px 2px 0 #dddddd;
    width: 219px;
    min-height: 160px;
    margin-bottom: 20px;
    margin-left: 20px;
}


/*.stories .row{margin-left:20px !important;}*/


/*======= end interim =========*/


/*======= Volunter Centre Directory Module =========*/


/*tab header*/

ul.nav-pills-bubbles {
    list-style-type: none;
    margin: 0;
}

.nav-pills-bubbles li {
    position: relative;
    top: -4px;
    list-style-type: none;
    margin: 0 20px 6px 0;
    display: inline-block;
    text-align: center;
}

.nav-pills-bubbles li a {
    color: #111111;
    position: relative;
    background: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 2px 5px;
    width: 30px;
    text-align: center;
}

.nav-pills-bubbles li.active {
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 2px;
}

.nav-pills-bubbles li.active:after,
.nav-pills-bubbles li:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav-pills-bubbles li.active:after {
    border-top-color: #ffffff;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.nav-pills-bubbles li.active:before {
    border-top-color: #cccccc;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}


/*tab content*/

#directory .tab-content {
    padding: 21px 0 28px 18px;
}

#directory .box {
    text-align: left;
    font-size: 12px;
    padding: 4px 5px 0;
    width: 200px;
    height: 185px;
    margin: 14px 12px 0 0;
    float: left;
}


/*============ Forms ==============*/

.edukaform ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.edukaform .label {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 7px 0;
}

.edukaform .textarea {
    height: 100px;
}

.edukaform .error {
    margin-left: 5px;
    color: #953B39 !important;
    font-size: 10px;
}

.field-validation-error {
    display: block;
    color: #953b39;
    font-size: 10px;
}

.input-validation-error {
    -webkit-box-shadow: 0 0 10px #d59392 !important;
    -moz-box-shadow: 0 0 10px #d59392 !important;
    box-shadow: 0 0 10px #d59392 !important;
    border-color: #953b39 !important;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #953B39;
    display: block;
}


/*register form*/

#register-content {
    padding: 0 20px 0 0;
}

.register .control-group {
    border-bottom: 1px solid #cccccc;
    padding: 20px 20px 40px 20px;
    margin: 0 -40px 0 -20px;
}

.register h3 {
    margin-bottom: 18px;
}

.register #form0 {
    border-left: 1px solid #cccccc;
    padding: 20px;
}

.register .input-group {
    width: 33%;
    float: left;
}

.register .input-small {
    width: 120px;
}

.register .input-append .datefield,
.register .input-append .add-on {
    margin-bottom: 9px;
}

.register .terms {
    margin-top: 20px;
    padding: 20px;
    clear: both;
    background: #e9e9e9;
    width: 100%;
}

.register input#accept {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.register .check-text {
    display: block;
    float: left;
    width: 315px;
    margin-right: 10px;
    font-size: 11px;
}

.register .whylink {
    display: inline-block;
    width: 200px;
    font-weight: normal;
    font-size: 11px;
    margin-left: 10px;
}

.register .whylink a {
    color: #0066cc;
}

.register .whylink .popover {
    border-color: #f00a81;
}

.required {
    color: #ff0000;
}

.caption a {
    color: #ffffff;
    text-decoration: none;
}


/*advanced search form*/

.adv-option-group h2 {
    border-bottom: 1px solid #cccccc;
}

.adv-option-group span {
    color: #999999;
    font-weight: normal;
    font-size: 12px;
}

.adv-option-group .clear-all {
    float: right;
    margin: -40px 10px 0 0;
}

.adv-option-group ul {
    list-style-type: none;
    margin: 20px -20px 40px 0;
    padding: 0;
}

.adv-option-group .multicolumn li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 2px 0;
    line-height: 12px;
}

.adv-option-group input {
    margin-bottom: 7px;
}

.adv-option-group input[type="checkbox"] {
    background-image: none;
}

.adv-option-group .location input {
    width: 160px;
}

.adv-option-group .location select {
    width: 100px;
}

.adv-option-group .location .replace {
    padding-left: 10px;
    background-position: 100% 0;
}

.adv-option-group .location .input-append select,
.adv-option-group .location .input-append .replace {
    margin-left: -5px;
    border-radius: 0 4px 4px 0;
}

p.helper {
    font-style: italic;
}


/*error form*/

.errorpage form {
    width: 350px;
    float: left;
    margin-left: 40px;
    padding: 0 20px;
}

.eoi-confirm #message {
    padding-right: 50px;
    margin-right: 20px;
}

.errorpage textarea {
    width: 330px;
    height: 100px;
}

.errorpage .errorsend {
    background: url("/Assets/gfx/button-error-send.png") scroll no-repeat 0 0;
    width: 93px;
    height: 35px;
    border: 0;
}

.errorpage input,
.errorpage p {
    margin-bottom: 20px;
}


/*EOI form*/

.eoi .span5 {
    margin-left: 50px;
}

.eoi form h3 {
    color: #f00a81;
    margin: 10px 0 20px 0;
}

.eoi-results-details {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px -1px #dddddd;
    box-shadow: 0 1px 3px -1px #dddddd;
}

.eoi-results-details h3 a {
    color: #0D3880;
}

.eoi .input-group,
.eoi .input-single {
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.eoi .input-single,
#form0 .input-single .controls,
#form0 .input-single .controls textarea,
#eoi-skills {
    width: 94%;
}

#form0 .input-single .controls textarea,
#eoi-skills {
    height: auto;
}

.helper,
.radio-inline label,
.radio-inline div {
    display: inline-block;
}

.radio-inline label {
    width: 300px;
}

.eoi .radio-inline div > input[type="radio"] {
    margin: -3px 0 0 0;
}

.eoi .extra {
    margin-bottom: 40px;
}

#eoi-submit .btn,
.terms .btn {
    margin-top: 0;
}

.eoi .help-block-sm {
    font-size: 11px;
    color: #999999;
}

.eoi .controls,
#form0 .controls {
    position: relative;
    margin: 0;
}

#form0 .controls {
    width: 200px;
}

.eoi .icon-calendar,
.register .icon-calendar {
    background: url("/Assets/gfx/icon-calendar.png") scroll no-repeat 2px 0;
    width: 16px;
    height: 15px;
}

.eoi .alert-error,
#form0 .alert-error {
    margin: 0 0 40px 0;
    color: #953b39;
    background: #ffbdbd;
    border: 1px solid #953b39;
    padding: 10px 10px 5px 10px;
    display: none;
}

/* .eoi input::-webkit-input-placeholder,
.register input::-webkit-input-placeholder {
    color: #ffffff;
}

.eoi input:-moz-placeholder,
.register input:-moz-placeholder {
    color: #ffffff;
}

.eoi input:-ms-input-placeholder,
.register input:-ms-input-placeholder {
    color: #ffffff;
} */

#EOIQuestionsSection {
    overflow: hidden;
}


/*============ Sitemap ==============*/

.sitemap ul,
.sitemap ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 320px;
}

.sitemap ul ul {
    margin: 10px 0;
}

.sitemap li a {
    display: block;
    padding: 10px;
    margin: 5px;
    background: #efefef;
}

.sitemap ul ul li a {
    background: #ffffff;
}


/*============ Footer =============*/

footer {
    background: #404040 url("/Assets/gfx/bg-noise_pattern.png") scroll repeat top left;
    color: #ffffff;
    font-size: 12px;
    padding: 21px 0 13px;
    margin-top: 17px;
    border-top: 1px solid #000000;
}

footer a,
footer a:hover {
    color: #ffffff;
}

#last-search {
    margin-bottom: 18px;
    border: 1px solid #000000;
    background: #262626;
    color: #ffffff;
    padding: 7px 20px 8px;
    display: block;
    /* Hidden until implemented */
}

#last-search strong {
    padding-right: 10px;
    color: #9a9a9a;
}

#last-search i.search-icon {
    width: 16px;
    height: 17px;
    padding: 0 10px 0 0;
    background: url("/Assets/gfx/search-icon.gif") scroll no-repeat 0 0;
    float: left;
}

#sup-nav {
    margin-bottom: 11px;
}

footer h3 {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    margin-bottom: 20px;
    font-weight: bold;
}

footer nav {
    font-size: 11px;
    border-top: 1px solid #202020;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    padding-top: 17px;
}

footer nav#site-info {
    margin-top: 7px;
    padding-top: 13px;
}

footer nav#site-info,
footer nav#site-info a {
    color: #999999;
}

footer .legal {
    text-align: right;
}


/*============ Snapshot =============*/

.snapshot {
    font-size: 12px;
}

.snapshot span {
    margin-right: 40px;
}

.snapshot span.view-details {
    margin-right: 0;
}

.snapshot .share span {
    margin-right: 0;
}

.snapshot i {
    display: inline-block;
    margin-right: 7px;
    vertical-align: text-top;
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.snapshot #show_hide {
    margin-top: 5px;
}

.icon-activity {
    background-image: url("/Assets/gfx/icons-tag.png");
}

.icon-duration {
    background-image: url("/Assets/gfx/icons-clock.png");
}

.icon-location {
    background-image: url("/Assets/gfx/icons-mappin.png");
}

.icon-volunteers {
    background-image: url("/Assets/gfx/icon-hand.png");
}

.eoi-results-details .snapshot {
    border-top: 1px solid #cccccc;
    margin: 0 -10px 0 -10px;
    padding: 10px 10px 0;
}


/*============ MISC =============*/


/*vertical dividers*/

.organisations #profile,
.eoi-confirm #message,
#browse-by #event .panel-wide,
.details #job-ad,
.divider-right {
    border-right: 1px solid #cccccc;
}

.subdivide {
    border-left: 1px solid #ccc;
    padding-left: 40px;
    margin-left: 40px;
    font-size: 12px;
}


/*horizontal dividers*/

.underline {
    /*for underlining headings. Use <hr /> to separate content*/
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 30px;
}


/*thumbnail panels*/

.thumbnail {
    background: #eee;
    overflow: hidden;
}

.thumbnail figure {
    margin: -4px -4px 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}


/*address columns*/

.office-details {
    padding: 0 0 0 30px;
}

.office-list {
    font-size: 12px;
    color: #999999;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}


/*typography*/

cite,
.fine-print,
figcaption {
    color: #8a8a8a;
}

.fine-print {
    font-size: 11px;
}

figure {
    margin: 0;
    text-align: center;
}

figcaption {
    margin: 15px 0;
}

ol.alpha-list {
    list-style: lower-alpha
}

ol.roman-list {
    list-style: lower-roman
}

h2.underline {
    margin-bottom: 27px;
}

h5.underline {
    margin-bottom: 12px;
}

aside,
#job-ad #opp-supp {
    font-size: 12px;
}

.organisations aside ul a {
    color: #1a1a1a;
}


/*headers*/

[role="main"] header {
    margin-top: -5px;
    margin-bottom: 15px;
}

#job-ad header {
    margin-top: -7px;
    margin-bottom: 32px;
}

header h1,
header h2 {
    margin: 0;
    line-height: 28px
}

header h2 {
    line-height: 22px;
}

.results header h2,
.results header h2 a {
    color: #0D3880;
    text-transform: capitalize;
}

header .byline {
    font-size: 13px;
    color: #1a1a1a;
}

header .byline small {
    font-size: 11px;
}

header p.byline {
    display: block;
    margin-top: -2px;
    margin-bottom: 0;
}

header h1 p.byline {
    margin-top: -15px;
}

header .byline em {
    font-family: Georgia, "Times New Roman", Times, serif;
}


/*notice*/

.notice {
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    border: 4px solid #f00a81;
}

.notice:after,
.notice:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notice:after {
    border-right-color: #ffffff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}

.notice:before {
    border-right-color: #f00a81;
    border-width: 16px;
    top: 50%;
    margin-top: -16px;
}


/*About SEEK*/

.internal .content-banner {
    background: #efefef;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px 0;
}

.internal .logos {
    text-align: center;
    padding-top: 0;
}

.internal .logos img {
    margin: 20px 0;
}

.internal .boxleft {
    padding: 0 30px;
    width: 250px;
    margin: 0 0 0 20px;
}

.internal .midbox {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 30px;
    margin: 0;
    width: 250px;
}

.internal .boxright {
    padding: 0 30px;
    width: 250px;
    margin: 0 10px 0 0;
}

.localvrc {
    font-size: 80%;
}

.view {
    text-align: right;
    padding-left: 55px;
    padding-top: 7px;
}

.icon-wheelchair {
    width: 14px;
    height: 14px;
    background: url("/Assets/gfx/icon-wheelchair.png") scroll no-repeat 0 0;
}

.widen-search-container {
    margin-top: 10px;
}


/* Display of the Day Styles */

.display-block {
    min-height: 20px;
    padding: 19px 0;
    margin: 0 19px;
    border-top: 1px solid #dadada;
}

.display-block h2 {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    background: #ececec;
    color: #999999;
    text-align: center;
    padding: 10px;
    line-height: 12px;
    margin: -35px auto 2px auto;
    width: 160px;
}

.display-block.opportunity .event-snapshot {
    background-color: #ffffff;
    border: 1px solid #dadada;
    margin-bottom: 10px;
    -webkit-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
    height: 112px;
    position: relative;
}

.display-block.opportunity .event-snapshot header {
    width: auto;
    float: none;
}

.display-block.opportunity .event-snapshot .avatar {
    float: right;
    width: 60px;
    height: 60px;
    margin-top: -5px;
}

.display-block.opportunity .event-snapshot .snapshot {
    border-top: none;
    padding: 7px 0 0 53px;
    height: 34px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.display-block.opportunity .event-snapshot .snapshot .group {
    padding-left: 53px;
}

.display-block.opportunity .tag {
    background: url(/Assets/gfx/featured-tag.png) scroll no-repeat 0 0;
    width: 27px;
    height: 37px;
    float: left;
    margin: -1px 13px 13px 13px;
    padding-top: 8px;
    text-align: center;
    color: #ffffff;
}

.blue-arrow {
    display: block;
    width: 38px;
    height: 34px;
    background: url(/Assets/gfx/corner-tab-next.png) scroll no-repeat 0 0;
    text-indent: -9999px;
}


/* VolPro Styles */

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #0066CC;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-link:hover {
    background: transparent;
    color: #005580;
    text-decoration: underline;
}

.details .toolbar.tools-apply {
    text-align: center;
}

.details .toolbar.tools-apply .widget-group {
    margin-top: 2px;
    margin-left: 10px;
}

.organisations .btn-toolbar .widget-group {
    margin-top: 4px;
}

.widen-search-container {
    margin-top: 10px;
}

.byline a {
    color: #111111;
}


/* iOS Style Toggle*/

.switch {
    display: inline-block;
    width: 55px;
    height: 20px;
    position: relative;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
    background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fff));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #fff);
    background-image: -o-linear-gradient(top, #e6e6e6, #fff);
    background-image: linear-gradient(top, #e6e6e6, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
    border-color: #fff #fff #d9d9d9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    padding: 0;
    outline: 0;
    overflow: hidden;
    cursor: pointer
}

.switch:hover,
.switch:active,
.switch.active,
.switch.disabled,
.switch[disabled] {
    background-color: #fff;
    *background-color: #f2f2f2
}

.switch:active,
.switch.active {
    background-color: #e6e6e6 \9
}

.switch>.switch-track {
    display: block;
    width: 11px;
    height: 22px;
    position: absolute;
    z-index: 1;
    border: 0;
    -webkit-border-radius: 11px 0 0 11px;
    -moz-border-radius: 11px 0 0 11px;
    border-radius: 11px 0 0 11px;
    background-color: #0069cc;
    background-image: -moz-linear-gradient(top, #05c, #08c);
    background-image: -ms-linear-gradient(top, #05c, #08c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05c), to(#08c));
    background-image: -webkit-linear-gradient(top, #05c, #08c);
    background-image: -o-linear-gradient(top, #05c, #08c);
    background-image: linear-gradient(top, #05c, #08c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0055cc', endColorstr='#0088cc', GradientType=0);
    border-color: #08c #08c #005580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #08c;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: width .15s linear, opacity .15s linear;
    -moz-transition: width .15s linear, opacity .15s linear;
    -ms-transition: width .15s linear, opacity .15s linear;
    -o-transition: width .15s linear, opacity .15s linear;
    transition: width .15s linear, opacity .15s linear
}

.switch>.switch-track:hover,
.switch>.switch-track:active,
.switch>.switch-track.active,
.switch>.switch-track.disabled,
.switch>.switch-track[disabled] {
    background-color: #08c;
    *background-color: #0077b3
}

.switch>.switch-track:active,
.switch>.switch-track.active {
    background-color: #069 \9
}

.switch.switch-warning>.switch-track {
    background-color: #f9a123;
    background-image: -moz-linear-gradient(top, #f89406, #fbb450);
    background-image: -ms-linear-gradient(top, #f89406, #fbb450);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
    background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
    background-image: -o-linear-gradient(top, #f89406, #fbb450);
    background-image: linear-gradient(top, #f89406, #fbb450);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f89406', endColorstr='#fbb450', GradientType=0);
    border-color: #fbb450 #fbb450 #f89406;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #fbb450
}

.switch.switch-warning>.switch-track:hover,
.switch.switch-warning>.switch-track:active,
.switch.switch-warning>.switch-track.active,
.switch.switch-warning>.switch-track.disabled,
.switch.switch-warning>.switch-track[disabled] {
    background-color: #fbb450;
    *background-color: #faa937
}

.switch.switch-warning>.switch-track:active,
.switch.switch-warning>.switch-track.active {
    background-color: #fa9f1e \9
}

.switch.switch-danger>.switch-track {
    background-color: #d14641;
    background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -ms-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
    background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: linear-gradient(top, #bd362f, #ee5f5b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bd362f', endColorstr='#ee5f5b', GradientType=0);
    border-color: #ee5f5b #ee5f5b #e51d18;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #ee5f5b
}

.switch.switch-danger>.switch-track:hover,
.switch.switch-danger>.switch-track:active,
.switch.switch-danger>.switch-track.active,
.switch.switch-danger>.switch-track.disabled,
.switch.switch-danger>.switch-track[disabled] {
    background-color: #ee5f5b;
    *background-color: #ec4844
}

.switch.switch-danger>.switch-track:active,
.switch.switch-danger>.switch-track.active {
    background-color: #e9322d \9
}

.switch.switch-success>.switch-track {
    background-color: #58b058;
    background-image: -moz-linear-gradient(top, #51a351, #62c462);
    background-image: -ms-linear-gradient(top, #51a351, #62c462);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
    background-image: -webkit-linear-gradient(top, #51a351, #62c462);
    background-image: -o-linear-gradient(top, #51a351, #62c462);
    background-image: linear-gradient(top, #51a351, #62c462);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#51a351', endColorstr='#62c462', GradientType=0);
    border-color: #62c462 #62c462 #3b9e3b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #62c462
}

.switch.switch-success>.switch-track:hover,
.switch.switch-success>.switch-track:active,
.switch.switch-success>.switch-track.active,
.switch.switch-success>.switch-track.disabled,
.switch.switch-success>.switch-track[disabled] {
    background-color: #62c462;
    *background-color: #4fbd4f
}

.switch.switch-success>.switch-track:active,
.switch.switch-success>.switch-track.active {
    background-color: #42b142 \9
}

.switch.switch-info>.switch-track {
    background-color: #41a7c5;
    background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: -ms-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
    background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: linear-gradient(top, #2f96b4, #5bc0de);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2f96b4', endColorstr='#5bc0de', GradientType=0);
    border-color: #5bc0de #5bc0de #28a1c5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #5bc0de
}

.switch.switch-info>.switch-track:hover,
.switch.switch-info>.switch-track:active,
.switch.switch-info>.switch-track.active,
.switch.switch-info>.switch-track.disabled,
.switch.switch-info>.switch-track[disabled] {
    background-color: #5bc0de;
    *background-color: #46b8da
}

.switch.switch-info>.switch-track:active,
.switch.switch-info>.switch-track.active {
    background-color: #31b0d5 \9
}

.switch.switch-inverse>.switch-track {
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #222, #555);
    background-image: -ms-linear-gradient(top, #222, #555);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#555));
    background-image: -webkit-linear-gradient(top, #222, #555);
    background-image: -o-linear-gradient(top, #222, #555);
    background-image: linear-gradient(top, #222, #555);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#555555', GradientType=0);
    border-color: #555 #555 #2f2f2f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #555
}

.switch.switch-inverse>.switch-track:hover,
.switch.switch-inverse>.switch-track:active,
.switch.switch-inverse>.switch-track.active,
.switch.switch-inverse>.switch-track.disabled,
.switch.switch-inverse>.switch-track[disabled] {
    background-color: #555;
    *background-color: #484848
}

.switch.switch-inverse>.switch-track:active,
.switch.switch-inverse>.switch-track.active {
    background-color: #3b3b3b \9
}

.switch.active>.switch-track {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 66px
}

.switch>.switch-thumb {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 3;
    top: 0;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *background-color: #e6e6e6;
    border: 1px solid #999;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -webkit-transition: left .15s linear;
    -moz-transition: left .15s linear;
    -ms-transition: left .15s linear;
    -o-transition: left .15s linear;
    transition: left .15s linear
}

.switch>.switch-thumb:hover,
.switch>.switch-thumb:active,
.switch>.switch-thumb.active,
.switch>.switch-thumb.disabled,
.switch>.switch-thumb[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.switch>.switch-thumb:active,
.switch>.switch-thumb.active {
    background-color: #ccc \9
}

.switch>.switch-thumb:hover {
    background-position: 0 -15px;
    -webkit-transition: left .15s linear, background-position .1s linear;
    -moz-transition: left .15s linear, background-position .1s linear;
    -ms-transition: left .15s linear, background-position .1s linear;
    -o-transition: left .15s linear, background-position .1s linear;
    transition: left .15s linear, background-position .1s linear
}

.switch>.switch-thumb:before,
.switch>.switch-thumb:after {
    display: block;
    width: 41px;
    height: 18px;
    position: absolute;
    z-index: -1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-align: center
}

.switch>.switch-thumb:before {
    content: attr(data-on);
    left: -33px;
    text-indent: -6px;
    color: #fff
}

.switch>.switch-thumb:after {
    content: attr(data-off);
    left: 11px;
    text-indent: 6px;
    color: #555
}

.switch.active>.switch-thumb {
    left: 36px
}

.switch>input[type="checkbox"] {
    display: none
}


/* Extra nav au/nz styles */

#global.navbar .btn-group {
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 27px;
    margin: 0;
    overflow: hidden;
}

.navbar .container {
    width: 980px;
    position: relative;
}


/* Top Modal Bar */

.promobar {
    background: #f00a81;
    text-align: center;
    /*  padding: 15px;*/
    color: #fff;
    font-size: 18px;
    display: table;
    width: 100%;
    height: 57px;
    font-size: 18px;
}

.promobar .container-fluid {
    display: table-cell;
    vertical-align: middle;
}

.promobar .close {
    line-height: 0px;
    font-size: 18px;
    position: relative;
    top: 10px;
}

.promobar .close span {
    font-weight: 400;
    font-size: 12px;
    top: -2px;
    position: relative;
}

.promolink {
    color: #fff;
    margin-left: 20px;
}

.promolink:hover {
    color: #fff;
}

.makeitcount .span6 {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 2px 2px 0 #dddddd;
    min-height: 250px;
    margin-bottom: 20px;
    display: table;
}

.makeitcount .span6 p {
    margin: 0;
}

.table-cell {
    display: table-cell;
}

.valign-middle {
    vertical-align: middle;
}

/* Corporate Volunteering marketing page */

#corporate-upsell {
    text-align: center;
    padding-bottom: 60px;
}

#corporate-upsell .lnr {
    display: block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
    font-size: 80px;
    margin: 0 auto 20px;
}

#corporate-upsell h1 {
    font-size: 36px;
    line-height: 1.4;
    margin: 20px auto 60px;
    max-width: 700px;
}

#corporate-upsell li {
    font-size: 18px;
    line-height: 24px;
}

#corporate-enquiry li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
}

/* eoi confirm modal */
.modal--980 * {
    box-sizing: border-box;
}
.modal--980 {
    margin: 0;
    transform: translateY(-50%) translateX(-50%);
    width: 980px;
}

.modal--980 .row {
    margin-left: -15px;
    margin-right: -15px;
}

.modal--980 .span4 {
    margin: 0;
    padding: 0 15px;
    width: 33.33333333%
}
.modal--980 .span8 {
    margin: 0;
    padding: 0 15px;
    width: 66.66666666%;
}

@media (max-width: 767px) {
    .modal--980 {
        width: 480px;
    }
    .modal--980 .span4,
    .modal--980 .span8 {
        margin: 0;
        width: 100%;
    }
    .modal--980 .row {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .modal.fade.modal--980 {
        left: 50%;
        top: 50%;
        width: 100%;
    }
}
