#searchTools,
.mobileOnly,
#searcherBtn {
    display: none;
}

.skipToContent {
    margin: 0;
}

.skipToContent a {
    position: absolute;
    top: -2000px;
    overflow: hidden;
    height: 1px;
    width: 1px;
    display: block;
}

.skipToContent a:focus {
    top: 0;
    height: auto;
    width: auto;
    color: #000;
    padding: 3px 5px;
    background: #fff;
}

/* RESET */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td,
embed,
object {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img,
abbr {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
th,
var {
    font-weight: normal;
    font-style: normal;
}
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}
q:before,
q:after {
    content: '';
}
a,
ins {
    text-decoration: none;
}
/* CSS */

body {
    padding: 9px 0 30px 0;
    text-align: center;
    background: #f4f4f4 url(../images/background.jpg) no-repeat top left fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #606060;
}
a {
    color: #0266bb;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

input[type='submit'] {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.threecol td {
    width: 33.33%;
}
a.button {
    background: #f4f4f4 url(../images/white_corner.png) no-repeat top right;
    background-size: auto 100%;
    display: inline-block;
    padding: 6px 42px 6px 10px;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 130%;
}
a.button.reverse {
    background: #f4f4f4 url(../images/white_corner_left.png) no-repeat top left;
    display: inline-block;
    padding: 6px 10px 6px 42px;
}
a:hover {
    color: #000;
}
a.rss {
    display: inline-block;
    background: url(../images/rss_icon.png) no-repeat 0 0;
    padding-left: 18px;
    padding-bottom: 2px;
}
a.pdf {
    display: inline-block;
    background: url(../images/pdf_icon.png) no-repeat 0 0;
    padding-left: 18px;
    padding-bottom: 2px;
}
a.text {
    display: inline-block;
    background: url(../images/text_icon.png) no-repeat 0 0;
    padding-left: 18px;
    padding-bottom: 2px;
}
a.blackLink {
    color: #000;
    font-size: 90%;
}
.call-to-action-btn {
    display: inline-block;
    margin: 1em 0;
    border: solid 3px #2e3192;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
    padding: 0.5em 40px;
}
.call-to-action-btn:hover,
.call-to-action-btn:focus,
.call-to-action-btn:active {
    color: white;
    background-color: #2e3192;
}
#contentMid h1 {
    font-size: 270%;
    color: #000;
    padding-top: 5px;
    margin-bottom: 10px;
    font-family: calibri, arial, helvetica, sans-serif;
}
#contentMid h1 + p > img:first-child {
    margin-top: 20px;
}
h2 {
    font-size: 170%;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
    font-family: calibri, arial, helvetica, sans-serif;
}
#contentMid h2 {
    font-size: 200%;
    color: #0266bb;
    margin-bottom: 10px;
    margin-top: -5px;
    font-family: calibri, arial, helvetica, sans-serif;
}
#contentMid h2.red {
    color: #df5717;
}
h3 {
    font-size: 110%;
    color: #000;
    margin-bottom: 2px;
    font-weight: bold;
}
#contentMid h3 {
    font-size: 130%;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

#contentMid .btn {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 7px 15px;
    background-color: #0266bb;
    color: #fff;
}
#contentMid .btn:hover,
#contentMid .btn:active,
#contentMid .btn:focus {
    background-color: #000;
}
h4 {
    font-size: 100%;
    color: #0266bb;
    margin-bottom: 5px;
    font-weight: bold;
}
p {
    margin-bottom: 12px;
    line-height: 1.3;
}
p.smallText {
    margin-bottom: 13px;
    line-height: 16px;
    font-size: 90%;
}
p.bigNumbers {
    font-weight: bold;
    font-size: 190%;
    color: #0266bb;
    margin-top: -px;
    margin-bottom: 18px;
    font-family: calibri, arial, helvetica, sans-serif;
}
.floatRight {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.floatLeft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.clear {
    clear: both;
}
#wrapper {
    width: 960px;
    padding: 20px;
    margin: auto;
    text-align: left;
    background: #fff;
    position: relative;
}
#search {
    float: right;
}
#search a {
    color: #606060;
    padding: 3px 0 3px 0;
    display: inline-block;
}
#search a.textSize {
    background: url(../images/text_resize.png) no-repeat 0 0;
    padding: 3px 0 3px 35px;
    display: inline-block;
    margin-left: 7px;
}
#search a:hover {
    color: #0266bb;
}
#search label {
    display: none;
}
#search p {
    text-align: right;
}
#searchBox,
#ContentPlaceHolderDefault_Search_1_searchBox {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #606060;
}
#searchBtn,
#ContentPlaceHolderDefault_Search_1_searchBtn,
#ContentPlaceHolderDefault_MainContentArea_loginUser_LoginButton {
    padding: 5px 8px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
    color: #606060;
    font-weight: bold;
    cursor: pointer;
}
#searchBtn:hover,
#ContentPlaceHolderDefault_Search_1_searchBtn:hover,
#ContentPlaceHolderDefault_MainContentArea_loginUser_LoginButton:hover {
    border: 1px solid #0266bb;
    background: #0266bb;
    color: #fff;
}
#logo,
#tagLine {
    margin-bottom: 14px;
}
a#needHelp {
    float: right;
    background: url(http://www.mentalhealthcommission.gov.au/media/115719/need_help_calibri.png) no-repeat top left;
    text-indent: -4000px;
    width: 173px;
    height: 30px;
    margin-top: 10px;
}
a:hover#needHelp {
    background: url(http://www.mentalhealthcommission.gov.au/media/115719/need_help_calibri.png) no-repeat bottom left;
}
#mainMenu {
    background: #2e3192;
    background: -moz-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0266bb), color-stop(47%, #2e3192));
    background: -webkit-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: -o-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: -ms-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: linear-gradient(to right, #0266bb 0%, #2e3192 47%);
    height: 40px;
    margin-right: -20px;
    margin-bottom: 20px;
    z-index: 300;
    position: relative;
}
#mainMenu span {
    background: url(../images/menu_curl.png) no-repeat bottom right;
    width: 53px;
    height: 220px;
    display: block;
    position: absolute;
    right: -53px;
    top: -180px;
}
#mainMenu ul li {
    float: left;
    padding: 4px 0 4px 4px;
    position: relative;
}
#mainMenu ul li a {
    padding: 5px 14px;
    display: inline-block;
    color: #fff;
    font-size: 145%;
    font-family: calibri, arial, helvetica, sans-serif;
}

#mainMenu ul li a:hover,
#mainMenu ul li a.hover {
    background: #fff;
    color: #0266bb;
}
#mainMenu ul li ul {
    position: absolute;
    width: 200px;
    background: #fff;
    padding: 4px 4px 3px 4px;
    border: 1px solid #0266bb;
    border-top: none;
    margin-left: -1px;
    display: none;
}

#mainMenu ul li ul.ddActive {
    display: block;
}

#mainMenu ul li ul li {
    float: none;
    padding: 0;
    margin: 0 0 1px 0;
}
#mainMenu ul li ul li a {
    padding: 8px 12px;
    display: block !important;
    background: #0266bb url(../images/main_menu_bg.png) no-repeat top left;
    color: #fff;
    font-size: 120%;
}
.subMenu h2 a {
    color: #000;
    display: block;
}
.subMenu ul li a {
    padding: 6px 10px;
    display: block;
    background: #fff;
    color: #0266bb;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 140%;
    line-height: 1.2;
    margin: 0 -8px;
    margin-bottom: 0;
}
.subMenu ul li a.open {
    color: #000;
}
.subMenu ul li ul li a.open {
    font-weight: bold;
}
.subMenu ul li a:hover {
    color: #000;
}
.subMenu ul li.active a {
    background: #0266bb;
    color: #fff;
}
.subMenu ul li ul {
    background: #f4f4f4;
    margin: 0 -8px;
}
.subMenu ul li.active ul {
    background: #fff;
    margin: 0 -8px;
}
.subMenu ul li ul li a {
    display: block;
    background: none;
    color: #606060;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.subMenu ul li.active ul li a {
    background: #fff;
    color: #606060;
}
.subMenu ul li.active ul li a:hover {
    background: #fff;
    color: #000;
}
.subMenu ul li ul li ul a {
    background: #fff !important;
}
.subMenu ul li ul li ul {
    background: #f4f4f4 !important;
    padding: 0 0;
    margin: 0 0 !important;
}
.subMenu ul li ul li ul li.active a {
    background: #0266bb !important;
    color: #fff;
}
.addthis_toolbox {
    text-align: left;
    margin-bottom: 15px;
    clear: both;
}
#pager {
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 300;
    display: none;
}
#pager a {
    background: url(../images/nav_dots.png) no-repeat top;
    width: 10px;
    height: 10px;
    display: inline-block;
    text-indent: -4000px;
    margin-left: 5px;
}
#pager a.activeSlide,
#pager a:hover {
    background: url(../images/nav_dots.png) no-repeat bottom;
}
#carousel {
    /* change to 960 */
    width: 715px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 200;
    /* background: #2e3192 url(../images/blue_grad.png) no-repeat top left; */
    background: #008c44 url(../images/green_grad.png) no-repeat top left;
}
#carousel #slides {
    z-index: 200;
    margin: 5px;
    position: relative;
}
#carousel .slide {
    /* change to 900 */
    background: #fff;
    padding: 25px;
    position: relative;

    width: 655px;

    display: none !important;
}
#carousel .slide #carousel .slide:only-child {
    display: block;
    height: 146px;
}
#carousel .slide:first-child {
    display: block !important;
    left: 0 !important;
}
#carousel .slide .stats {
    padding-top: 10px;
}
#carousel .slide img {
    float: left;
    margin-right: 30px;
    margin-left: 10px;
    margin-bottom: 180px;
    display: inline-block;
}
#carousel .slide span {
    font-size: 125%;
    line-height: 20px;
    z-index: 200;
    font-family: calibri, arial, helvetica, sans-serif;
    padding-top: 30px;
    display: block;
    /*height: 148px;*/
    height: 42px;
    display: none;
}
#carousel .slide span a {
    font-size: 100%;
    line-height: 17px;
    margin-top: 10px;
}
#carousel .pageCurl {
    background: url(../images/green_curl.png) no-repeat bottom;
    position: absolute;
    bottom: 2px;
    right: 5px;
    z-index: 300;
    cursor: pointer;
}
#peopleSlider {
    position: relative;
}
#people .slide {
}
a#previous {
    background: url(../images/arrows.png) no-repeat top left;
    text-indent: -4000px;
    display: block;
    width: 13px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 10px;
}
a:hover#previous {
    background: url(../images/arrows.png) no-repeat bottom left;
}
a#next {
    background: url(../images/arrows.png) no-repeat top right;
    text-indent: -4000px;
    display: block;
    width: 13px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 10px;
}
a:hover#next {
    background: url(../images/arrows.png) no-repeat bottom right;
}
#people {
    margin-left: 20px;
}
#people img {
    margin-left: 3px;
}
#people .slide {
    width: 141px;
    height: 40px;
}
#midColumns .columnInner {
    min-height: 285px;
}
.columnInner h2 a {
    color: #000;
}
#footerColumns .columnInner {
    min-height: 273px;
}
#footerColumns .keyLine.noMargin {
    margin-bottom: 20px !important;
}
.column {
    width: 225px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#contentLeft {
    width: 225px;
    float: left;
    margin-right: 20px;
}
#contentMid {
    width: 470px;
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
}
#contentMid.wide {
    width: 715px;
}
#contentRight {
    width: 225px;
    float: left;
}
#contentRight .column,
#contentLeft .column {
    float: none;
}
.column.blue,
.column.subMenu {
    background: #2e3192 url(../images/blue_grad.png) no-repeat top left;
    padding: 5px;
    width: 215px;
}
.column.green {
    background: #2e3192 url(../images/blue_grad.png) no-repeat top left;
    padding: 5px;
    width: 215px;
}
.column.red {
    background: #c42409 url(../images/red_grad.png) no-repeat top left;
    padding: 5px;
    width: 215px;
}
.column.keyLine {
    border: 1px solid #ccc;
    padding: 4px;
    width: 215px;
}
p.date {
    font-size: 90%;
    margin-bottom: 0;
}
.columnInner {
    background: #fff;
    padding: 15px 15px 2px 15px;
}
.subMenu .columnInner {
    padding: 15px 15px 8px 15px;
}
.subMenu h2 {
    margin-bottom: 5px;
}
.noMargin {
    margin: 0 !important;
}
p.speechBubble {
    dispay: none !important;
    background: #c21c00;
    color: #fff;
    padding: 10px 10px 0 10px;
    font-size: 130%;
    line-height: 21px;
    height: auto;
    margin-bottom: 30px;
    font-family: calibri, arial, helvetica, sans-serif;
    display: block;
    position: relative;
    min-height: 125px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
p.speechBubble span {
    dispay: none !important;
    background: url(../images/speech_bbl_btm.png) no-repeat 0 0;
    display: block;
    width: 225px;
    height: 31px;
    position: absolute;
    bottom: -30px;
    left: 0;
}
p.signOff {
    dispay: none !important;
    margin-top: -10px;
}
.columnInner .textfield,
.text {
    width: 173px;
}
.textfield,
.text {
    padding: 5px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #606060;
}
input.button,
.contourButton {
    background: #f4f4f4 url(../images/white_corner.png) no-repeat top right;
    display: inline-block;
    padding: 6px 42px 5px 10px;
    border: none;
    color: #0266bb;
    cursor: pointer;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 130%;
}
input:hover.button,
.contourButton:hover {
    color: #000;
}
#breadCrumbs {
    background: #f4f4f4;
    padding: 7px 14px 7px 14px;
    clear: both;
    margin-bottom: 20px;
    height: auto;
}
#breadCrumbs ul li {
    background: url(../images/breadcrumb_arrow.png) no-repeat 100% 1px;
    float: none;
    display: inline;
    padding-right: 20px;
    margin-right: 10px;
}
#breadCrumbs ul li {
    float: none;
    display: inline;
}
#breadCrumbs ul li:last-child {
    background: none;
}
#breadCrumbs ul li:last-child a {
    color: #606060;
}
#profiles {
    width: 105%;
    overflow: visible;
}
.profile {
    border: 1px solid #ccc;
    padding: 10px 10px 0 85px;
    position: relative;
    width: 128px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.profile:nth-child(odd) {
    clear: left;
}
.profile p {
    margin-bottom: 4px;
}
.profile img {
    float: left;
    margin-left: -85px;
    margin-top: -10px;
    width: 75px;
    height: auto;
}
.event,
.xsltsearch_result {
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    position: relative;
    margin-bottom: 20px;
}
.event p {
    margin-bottom: 5px;
}
.event a {
    font-weight: bold;
}
.event p.date {
    font-size: 90%;
    margin-bottom: 10px;
}
.keyLine:hover,
.profile:hover,
.event:hover,
.xsltsearch_result:hover {
    box-shadow: 0 0 6px #ccc;
}
#footer {
    background: #f4f4f4 url(../images/white_corner.png) no-repeat top right;
    padding: 7px 42px 7px 14px;
    clear: both;
}
#contentMid ul,
#contentMid ol {
    margin-bottom: 10px;
}
#contentMid ul li {
    padding: 3px 7px 5px 20px;
    margin-left: 7px;
    background: url(../images/breadcrumb_arrow.png) no-repeat 2px 5px;
    line-height: 1.3;
}
#contentMid ol > li {
    padding: 3px 7px 5px 0;
    margin-left: 25px;
    list-style: decimal;
    line-height: 1.3;
}
#contentMid ol.alpha li {
    list-style: lower-alpha;
}
/*
#contentMid ol.largeNumbers > li
{
 font-size:50px;
 color:#ef4023;
 font-family:'RooneyHeavyRegular';
 margin-left:50px;
}
*/

#contentMid ol.largeNumbers > li p
/*#contentMid ol.largeNumbers > li ul*/

 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #606060;
}
#contentMid ul li ul,
#contentMid ol li ol {
    padding: 8px 7px 0 0;
    margin-bottom: 0 !important;
}
#contentMid ul li ul li {
    background: none;
    background: url(../images/breadcrumb_arrow.png) no-repeat 2px 5px;
    padding: 3px 7px 5px 20px;
    margin-left: 0;
}
#contentMid ol li ol li {
    padding: 3px 7px 5px 0;
}
#contentMid ul li ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#contentMid ul.bestDescribes li {
    padding: 3px 0 15px;
    margin-left: 0;
    background: none;
    overflow: hidden;
}
#contentMid ul.bestDescribes li a {
    background: #0266bb;
    color: #fff;
    padding: 12px 40px 0px 20px;
    position: relative;
    height: 68px;
    width: 45%;
    float: left;
    font-size: 1.5em;
    box-sizing: border-box;
    font-family: calibri, arial, helvetica, sans-serif;
}
#contentMid ul.bestDescribes li a:hover {
    background: #0266bb !important;
}
#contentMid ul.bestDescribes li:nth-child(1) a {
    background: #656f57;
    padding-top: 23px;
}
#contentMid ul.bestDescribes li:nth-child(2) a {
    background: #9f8a75;
}
#contentMid ul.bestDescribes li:nth-child(3) a {
    background: #6d7ea4;
}
#contentMid ul.bestDescribes li:nth-child(4) a {
    background: #a2a279;
    padding-top: 23px;
}
#contentMid ul.bestDescribes li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-right: 68px solid #fff;
    border-top: 68px solid transparent;
}
#contentMid ul.bestDescribes li a:first-of-type {
    margin-right: 10%;
}
.pauseButton,
.playButton {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 1000;
}
.pauseButton {
    background: url(../images/play_pause.png) no-repeat bottom left;
}
.playButton {
    background: url(../images/play_pause.png) no-repeat top left;
}
#pageTools {
    float: right;
    margin-left: 20px;
    padding-top: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 200000;
}
#pageTools a {
    display: block;
    margin-left: 8px;
    float: left;
}
#pageTools a.textSize {
    background: url(../images/text_resize.png) no-repeat 0 0;
    width: 32px;
    height: 19px;
    text-indent: -50000px;
}
a.print {
    background: url(../images/print_btn.png) no-repeat 0 0;
    width: 22px;
    height: 19px;
    text-indent: -50000px;
}
.largerText {
    font-size: 150%;
}
p#xsltsearch_navigation {
    position: relative;
    padding: 13px 15px;
    font-size: 150%;
    text-align: center;
}
p#xsltsearch_navigation a,
p#xsltsearch_navigation strong {
    margin: 0 4px;
}
p.xsltsearch_result_title {
    font-size: 140%;
    margin-bottom: 8px;
}
#xsltsearch_summary strong,
.xsltsearch_result strong {
    color: #000;
}
.homeProfile {
    height: 190px;
}
.homeProfile p.smallText {
    font-size: 100%;
}
#people .slide {
    width: 150px;
    overflow: visible;
}
#people .slide a {
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    margin: 0 8px 0 0;
}
#people .slide a img {
    width: 42px;
    height: auto;
    margin-top: -6px;
    position: absolute;
}
#contentMid table {
    margin-bottom: 15px;
    padding: 1px;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
#contentMid table th {
    font-family: 'rooney';
    padding: 8px 10px;
    font-size: 18px;
    color: #fff;
    background: #0266bb url(../images/main_menu_bg.png) repeat-y top center;
}
#contentMid table tr.subHeader td {
    color: #000;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 90%;
}
#contentMid table td {
    padding: 8px 10px;
    background: #fff;
}
#contentMid table th,
#contentMid table td {
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
.video img {
    padding: 0 !important;
    margin: -25px 20px -25px -25px !important;
}
#carousel #slides .video span {
    padding-top: 0 !important;
}
#carousel #slides .video h2 {
    margin-top: 20px;
    margin-bottom: 5px !important;
    padding: 0;
}
#carousel #slides .video a.button {
    position: absolute;
    left: 26px;
    top: 142px;
    font-size: 16px;
    line-height: 18px;
    background-image: none;
    padding: 6px 10px;
}

#carousel #slides .video a.button:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 31px solid transparent;
    border-left: 31px solid #f4f4f4;
}

.contourFieldSet {
    background: none;
    padding: 0 !important;
}
#contour h4 {
    font-size: 180%;
    color: black;
    margin-bottom: 10px;
    font-family: calibri, arial, helvetica, sans-serif;
    font-weight: normal;
}
legend {
    font-size: 130%;
    color: black;
    margin-bottom: 10px;
    font-weight: normal;
}
#contour {
    margin-bottom: 20px;
}
.contourField.textfield,
.contourField.textarea {
    border: none;
    padding: 0;
    margin: 0 !important;
}
.contourField label {
    padding-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    color: #000;
}
#contour .checkbox label,
#contour .checkbox div {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 5px;
}
#contour input.text {
    width: 300px !important;
    margin: 0 !important;
}
#contour textarea {
    width: 400px !important;
    height: 100px !important;
    margin: 0 !important;
}
.contourField select {
    margin-top: -1px !important;
}
#contour label.fieldLabel {
    margin-bottom: 0;
}
.contourButton {
    background: #f4f4f4 url(../images/white_corner.png) no-repeat top right;
    display: inline-block;
    padding: 6px 42px 6px 10px !important;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 130%;
    line-height: 17px;
    color: #0266bb;
    border: none !important;
    cursor: pointer;
}
#searchTools,
.mobileOnly {
    display: none;
}

.takeTheSurvey {
    float: left;
}
.makeASubmission {
    float: right;
}

@media (max-width: 699px) {
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        background: #fff;
    }
    .mobileOnly {
        display: block;
    }
    .homeProfile {
        height: auto;
    }
    #wrapper {
        width: auto;
        padding: 0;
        margin: 20px 20px 0 20px;
    }
    #breadCrumbs {
        overflow: hidden;
    }
    #header {
        padding: 0;
        margin: 0;
        height: auto;
        position: relative;
    }
    #logo {
        margin-right: 60px;
        margin-top: -15px;
    }
    #tagLine {
        height: 107px;
        margin-bottom: 18px;
        background: url(http://www.mentalhealthcommission.gov.au/media/115714/tagline_mobile_calibri.png) no-repeat top left;
    }
    #tagLine img {
        display: none;
    }
    #logo img,
    #contentMid img {
        max-width: 100%;
        height: auto;
    }
    #mainMenu {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -20px;
        background-size: 100% 100%;
    }
    #mainMenu ul {
        position: absolute;
        display: block;
        bottom: -294px !important;
        left: 20px;
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
        box-shadow: 0 0 6px #ccc;
        display: none;
    }
    #mainMenu ul ul {
        display: none !important;
    }
    #mainMenu ul li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }
    #mainMenu ul li a {
        background: #2e3192;
        background: -moz-linear-gradient(left, #0266bb 0%, #2e3192 47%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0266bb), color-stop(47%, #2e3192));
        background: -webkit-linear-gradient(left, #0266bb 0%, #2e3192 47%);
        background: -o-linear-gradient(left, #0266bb 0%, #2e3192 47%);
        background: -ms-linear-gradient(left, #0266bb 0%, #2e3192 47%);
        background: linear-gradient(to right, #0266bb 0%, #2e3192 47%);
        display: block;
        margin: 0;
        padding: 10px 15px;
        border-top: 1px solid #fff;
    }
    #mainMenu ul li a:hover {
        background: #0266bb;
        color: #fff;
    }
    #mainMenu span {
        right: -20px;
        height: 400px;
        margin-top: -180px;
        background: #fff url(../images/menu_curl_mobile.png) no-repeat bottom left;
    }
    #search,
    #search p {
        float: none;
        text-align: left;
    }
    #search {
        background: #fff;
        padding: 15px 20px 15px 20px;
        margin: 0 -20px 20px -20px;
        display: none;
        position: absolute;
        width: 120%;
        bottom: -161px;
        z-index: 2000;
        border-bottom: 1px solid #ccc;
    }
    #searchTools {
        position: absolute;
        right: 40px;
        bottom: -51px;
        display: block;
        z-index: 2000;
        width: 200px;
        text-align: right;
        font-family: calibri, arial, helvetica, sans-serif;
    }
    #searcherBtn {
        background: url(../images/search_icon.png) no-repeat 0 50%;
        display: inline-block;
        padding: 4px 0 3px 28px;
        font-size: 16px;
        width: 20px;
        overflow: hidden;
        color: #fff;
        position: absolute;
        top: -210px;
        right: -37px;
    }
    #menuBtn {
        background: url(../images/menu_icon.png) no-repeat 0 50%;
        display: inline-block;
        padding: 4px 0 3px 28px;
        font-size: 16px;
        margin-right: 10px;
        margin-left: -10px;
        color: #fff;
    }
    a#needHelp {
        float: none;
        display: block;
        margin-bottom: 5px;
        position: absolute;
        bottom: -55px;
        left: 0;
        width: 133px;
        height: 22px;
        z-index: 2000;
        background-size: 100% auto;
        background: url(http://www.mentalhealthcommission.gov.au/media/115724/need_help_calibri_mobile.png) 0 0;
    }
    a:hover#needHelp {
        background: url(http://www.mentalhealthcommission.gov.au/media/115724/need_help_calibri_mobile.png) 0 0;
    }
    #ContentPlaceHolderDefault_Search_1_searchBox {
        width: 70%;
    }
    #search a,
    a.print {
        display: none !important;
    }
    #contentLeft,
    #contentMid,
    #contentRight {
        display: block;
        background: none;
        height: auto !important;
        margin: 0 0 20px 0;
        width: 100% !important;
    }
    #contentLeft,
    #contentMid,
    #contentRight {
        margin: 0;
    }
    #contentMid iframe {
        width: 100%;
    }
    #contentMid p {
        font-size: 14px;
        line-height: 20px;
    }
    #contentRight .column.keyLine,
    #contentRight .columnInner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 15px;
    }
    #contentRight .column.keyLine:hover {
        box-shadow: none;
    }

    #contentMid ul.bestDescribes li a {
        width: 100%;
        margin-bottom: 10px;
    }
    #contentMid ul.bestDescribes li a:first-of-type {
        margin-right: 0;
    }

    .takeTheSurvey {
        float: left;
    }
    .makeASubmission {
        float: left;
    }

    .column,
    .column.keyline.noMargin {
        display: block;
        background: none;
        height: auto !important;
        margin: 0 0 20px 0;
        width: 100% !important;
    }
    .column.blue,
    .column.green,
    .column.red,
    .column.orange,
    .column.keyline,
    .column.noMargin {
        height: auto !important;
        margin: 0 0 0 0 !important;
    }
    .column.red .columnInner,
    .column.keyline .columnInner,
    #footerColumns .columnInner,
    .column.keyline.noMargin .columnInner,
    #midColumns .columnInner {
        height: auto !important;
        min-height: auto !important;
    }
    .column.blue,
    .column.green,
    .column.red,
    .column.orange {
        padding: 20px 0 0 0;
    }
    #midColumns,
    #footerColumns {
        margin: 0 -20px;
    }
    #midColumns .column.orange .columnInner,
    #midColumns .column.green .columnInner {
        height: 285px !important;
    }
    #midColumns .column.orange .columnInner a {
        right: 20px;
        left: auto;
    }
    .column.blue .columnInner,
    .column.green .columnInner,
    .column.red .columnInner,
    .column.orange .columnInner {
        padding: 15px 20px;
    }
    #midColumns .column.green .columnInner {
        height: auto !important;
    }
    .column.keyLine {
        margin: 0 0 0 0 !important;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    #carousel #slides .video a.button {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }

    #pager,
    .playButton,
    .pauseButton,
    .pageCurl {
        display: none !important;
    }
    #carousel,
    #carousel #slides,
    #carousel .slide {
        width: 100% !important;

        padding: 0 !important;
        margin: 0 !important;
        background: none;
    }
    #carousel .slide img,
    #carousel .slide span {
        float: none !important;
        position: relative !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100%;
        height: auto;
    }
    #carousel #slides a.button {
        display: inline-block;
    }
    #carousel #slides h2 {
        margin-top: 10px;
    }
    p.speechBubble {
        background-image: none;
        min-height: auto;
        padding-bottom: 10px;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    p.speechBubble span {
        background: url(../images/speech_bbl_btm.png) no-repeat 100% 100%;
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -19px;
        left: 0;
    }
    #footer {
        background-image: none;
        line-height: 20px;
        padding: 20px 20px 0 20px;
        padding-top: 20px;
        background: #fff;
        margin: 0 -20px;
        border-top: 1px solid #ccc;
    }
    #footer a {
        display: inline-block;
    }
    #peopleSlider {
        display: none;
    }
    #profiles {
        width: 100%;
    }
    .profile {
        width: auto;
        margin: 0 0 20px 0;
        display: block;
        float: none;
    }
}
@-ms-viewport {
    width: device-width;
}
/*===========================================
  ===== REPORT CARD WEB STYLES =====
  ===========================================*/

.pauseButton,
.playButton {
    top: 20px;
    display: none;
}
#mainMenu ul li ul li a {
    background: #2e3192;
    background: -moz-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0266bb), color-stop(47%, #2e3192));
    background: -webkit-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: -o-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: -ms-linear-gradient(left, #0266bb 0%, #2e3192 47%);
    background: linear-gradient(to right, #0266bb 0%, #2e3192 47%);
}
.keyLine,
.reportCard a,
#contentMid.reportCard .expandableBox h3,
.playBtn {
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
#contentMid.reportCard {
    width: 715px;
    margin-right: 0;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#contentMid.reportCard .addthis_toolbox {
    clear: both;
}
#contentMid.reportCard .floatRight {
    margin-left: 20px;
    clear: both;
}
#contentMid.reportCard .floatLeft {
    margin-right: 20px;
}
#contentMid.reportCard p,
#contentMid.reportCard li {
    /*
 font-size: 14px;
 line-height: 20px;
 */
}
#contentMid.reportCard h3 {
    color: #606060;
}
#contentMid.reportCard h3.orange {
    color: #f7931d;
}
#contentMid.reportCard h3.red {
    color: #be1e2d;
}
#contentMid.reportCard h3.green {
    color: #7fb438;
}
#contentMid.reportCard .boxed {
    background: #ffcc06;
    background: -moz-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffcc06), color-stop(46%, #f45c24), color-stop(100%, #ef4023));
    background: -webkit-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -o-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -ms-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: linear-gradient(135deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    padding: 4px;
    margin-top: 24px;
    margin-bottom: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#contentMid.reportCard .boxed.blue {
    background: #2e3192 url(../images/blue_grad.png) no-repeat top left;
    background-size: 100% 100%;
}
#contentMid.reportCard .boxed.green {
    background: #008c44 url(../images/green_grad.png) no-repeat top left;
    background-size: 100% 100%;
}
#contentMid.reportCard .boxed div {
    background: white;
    padding: 12px 12px 1px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#contentMid.reportCard h2 {
    padding: 8px 0;
}
#contentMid.reportCard h4 {
    font-size: 150%;
    color: #0266bb;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: normal;
}
#contentMid.reportCard p.smallText,
#contentMid.reportCard ol.smallText li {
    font-size: 12px;
    line-height: 16px;
}
h2 span.number {
    font-family: calibri, arial, helvetica, sans-serif;
    margin-right: 5px;
    font-size: 40px;
    float: left;
    margin-top: -15px;
    color: #bdbbbc;
}
#contentMid.reportCard .articleTools {
    padding: 20px 0 30px 0;
    clear: both;
}
#contentMid.reportCard .articleTools a,
#contentMid.reportCard .reportSection li a {
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 130%;
}
#contentMid.reportCard .reportSection h3 {
    font-size: 200%;
    font-family: calibri, arial, helvetica, sans-serif;
}
#contentMid.reportCard .reportSection ul li a {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
#contentMid.reportCard .articleTools ul {
    border-top: 1px solid #eee;
    padding: 15px 0 0 0;
    margin: 0;
    clear: both;
}
#contentMid.reportCard .articleTools li {
    background: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 40%;
}
li.nextPage {
    float: right;
    text-align: right;
}
a.backToTop {
    float: right;
    margin-bottom: 15px;
}
.readTheReport {
    padding: 5px 20px 5px 5px;
    font-family: 'RooneyBoldRegular';
    font-size: 240%;
    display: block;
    margin: 30px 0 40px 0;
    border: 1px solid #ccc;
    width: 570px;
}
.readTheReport a {
    color: #008c44;
    display: block;
    height: 243px;
}
.readTheReport a:hover {
    color: #000;
}
.readTheReport a span {
    padding-top: 80px;
    display: block;
}
.readTheReport img {
    float: left;
    width: 180px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 20px;
    background: #008c44 url(../images/green_grad.png) no-repeat top left;
    padding: 5px;
}
.expandableBox {
    border: 1px solid #ccc;
    padding: 0 15px 10px 15px;
    clear: both;
    margin-bottom: 20px;
    background: #fff;
}
#contentMid.reportCard .expandableBox h3 {
    font-family: calibri, arial, helvetica, sans-serif;
    font-weight: normal;
    background: #f4f4f4;
    padding: 10px 15px;
    margin: 0 -15px 20px -15px;
    cursor: pointer;
}
#contentMid.reportCard .expandableBox h3:hover {
    background: #eee;
}
#contentMid.reportCard .expandableBox h3 span {
    float: right;
    display: block;
    content: '';
    color: #0266bb;
}
#contentMid.reportCard .expandableBox h3 span:before {
    content: '-';
}
#contentMid.reportCard .expandableBox.closed h3 span:before {
    content: '+';
}
#contentMid.reportCard .expandableBox.closed * {
    display: none;
}
.expandableBox.closed h3,
.expandableBox.closed span {
    display: block !important;
}
#contentMid.reportCard .expandableBox.closed {
    padding-bottom: 0;
}
#contentMid.reportCard .expandableBox.closed h3 {
    margin-bottom: 0;
}
.reportSection {
    padding: 15px 15px 0 100px;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}
.reportSection.last {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#contentMid.reportCard .staticBox h3 {
    font-family: calibri, arial, helvetica, sans-serif;
    font-weight: normal;
    background: #eee;
    padding: 10px 15px;
    margin: 0 0 0 0;
}
#contentMid.reportCard .staticBox {
    padding: 20px 0 10px 0;
}
#contentMid.reportCard .reportSection h3 {
    padding-top: 5px;
}
.reportSection:after {
    clear: both;
    display: block;
    height: 1px;
    content: '';
}
.sectionThumb {
    float: left;
    width: 90px;
    height: 90px;
    background: #fff;
    margin-right: 20px;
    margin-left: -100px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.sectionThumb img {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #2e3192 url(../images/blue_grad.png) no-repeat top left;
    background-size: 100% 100%;
}
.sectionThumb.orange img {
    background: #ffcc06;
    background: -moz-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffcc06), color-stop(46%, #f45c24), color-stop(100%, #ef4023));
    background: -webkit-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -o-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -ms-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: linear-gradient(135deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc06', endColorstr='#EF4023', GradientType=1);
}
.sectionThumb.green img {
    background: #008c44 url(../images/green_grad.png) no-repeat top left;
}
.mediaItem {
    width: 310px;
    float: left;
    margin: 0px 10px 20px 10px;
    border: 1px solid #ccc;
}
.mediaItem iframe {
    width: 100%;
    height: 178px;
    margin-bottom: 10px;
}
.mediaItem img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
}
.mediaItem a.fancybox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.mediaItem a.fancybox .playBtn {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: url(../images/play_btn.png) no-repeat center center;*/
    background: url(../media/92005/play_btn.png) no-repeat center center;
    display: block;
    position: absolute;
    text-align: center;
    text-indent: -50000px;
}
.mediaItem a:hover.fancybox .playBtn {
    box-shadow: inset 0 0 200px #0266bb;
}
.mediaItem .video img {
    padding: 0 !important;
    margin: 0 !important;
}
.mediaItem h4,
.mediaItem p {
    padding: 0 15px;
}
.mediaItem h4 {
    margin-bottom: 10px;
    font-size: 14px;
}
.mediaItem p {
    margin-top: -7px;
    font-size: 12px !important;
}
.subMenu h2 span {
    display: none;
}
.fancybox-inner {
    overflow: hidden !important;
}
#contentMid.reportCard .fullSpread,
#contentMid.reportCard .fullSpread .image {
    position: relative;
}
#contentMid.reportCard .fullSpread h2 {
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 200%;
    position: relative;
}
#contentMid.reportCard .fullSpread img {
    display: block;
    width: 100%;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #2e3192 url(../images/blue_grad.png) no-repeat 0 0;
    background-size: contain;
    margin-bottom: 15px;
}
#contentMid.reportCard .spotlightIssue {
    color: #fff;
    padding: 40px 30px 30px 30px;
    background: #2e3192 url(../images/blue_grad.png) no-repeat 0 0;
    background-size: contain;
    margin-bottom: 30px;
}
#contentMid.reportCard .spotlightIssue h2 {
    color: #fff;
    font-size: 260%;
    font-family: calibri, arial, helvetica, sans-serif;
    margin-bottom: 20px;
}
#contentMid.reportCard .spotlightIssue p {
    color: #fff;
    font-family: calibri, arial, helvetica, sans-serif;
    line-height: 1.1;
    font-size: 250%;
}
#contentMid.reportCard .fullSpread span {
    background: url(../images/blue_curl.png) no-repeat 0 0;
    background-size: contain;
    width: 104px;
    height: 104px;
    display: block;
    text-indent: -500000px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    right: 7px;
}
sup {
    font-size: 60%;
}
#contentMid.reportCard .fullSpread.orange h2,
blockquote.orange,
blockquote span.orange,
#contentMid.reportCard h2.orange {
    color: #ef4023;
}
blockquote span.blue {
    color: #0266bb;
}
blockquote span.green {
    color: #008c44;
}
#contentMid.reportCard .fullSpread.orange img,
#contentMid.reportCard .spotlightIssue.orange {
    background: #ffcc06;
    background: -moz-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffcc06), color-stop(46%, #f45c24), color-stop(100%, #ef4023));
    background: -webkit-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -o-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: -ms-linear-gradient(-45deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    background: linear-gradient(135deg, #ffcc06 0%, #f45c24 46%, #ef4023 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc06', endColorstr='#EF4023', GradientType=1);
}
#contentMid.reportCard .fullSpread.orange span {
    background: url(../images/orange_curl.png) no-repeat 0 0;
    background-size: contain;
}
#contentMid.reportCard .fullSpread.green h2,
#contentMid.reportCard h2.green {
    color: #008c44;
}
#contentMid.reportCard .fullSpread.green img,
#contentMid.reportCard .spotlightIssue.green {
    background: #008c44 url(../images/green_grad.png) no-repeat 0 0;
    background-size: contain;
}
#contentMid.reportCard .fullSpread.green span {
    background: url(../images/green_curl.png) no-repeat 0 0;
    background-size: contain;
}
#contentMid.reportCard blockquote {
    /*font-size: 190%;*/
    font-size: 100%;
    /*line-height: 1.2;*/
    line-height: 140%;
    /*font-family: calibri,arial,helvetica,sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    /*padding: 0;*/
    padding: 0 30px;
    margin: 25px 0 25px 0;
    font-weight: normal;
    color: #606060;
    font-style: italic;
}
#contentMid.reportCard dl dt {
    font-weight: bold;
}
#contentMid.reportCard dl dd {
    margin-bottom: 12px;
}
.standoutBox {
    padding: 15px 15px 15px 15px;
    background: #f4f4f4;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 17px !important;
    line-height: 1.3 !important;
    border-left: 5px solid #0266bb;
}
.reportCard2013Cover {
    float: right;
    width: 230px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 10px;
}
.reportCard2013Cover img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px #aaa;
    margin-bottom: 20px;
}
.standoutBox {
    margin: 15px 0;
    padding: 0 15px 0 15px;
    background: #fff;
    clear: both;
    margin-top: 15px;
}
.standoutBox p {
    font-size: 17px !important;
    line-height: 1.3 !important;
}
.standoutBox img {
    width: 40px;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 10px;
    float: left;
}
.standoutBox ul {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.standoutBox span.offset {
    padding-top: 10px;
    display: inline-block;
}
.standoutBox ul li {
    background: none !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: both;
    font-size: 17px !important;
    line-height: 1.3 !important;
}
.standoutBox ul li:after {
    clear: both;
    display: block;
    content: '';
    zoom: 1;
}
.hash {
    display: block;
    font-size: 15px;
}
.mobileOnly {
    display: none;
}
.addthis_toolbox {
    padding-top: 20px;
}
.profile-picture img {
    width: 200px;
}

#contentMid .reports-by-city-map {
    width: 100%;
    height: 0;
    padding-bottom: 92.11%;
    background-image: url(/media/194058/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
#contentMid .reports-by-city-map--connections {
    padding-bottom: 94.26%;
    background-image: url(/media/259189/map-connections.png);
}
#contentMid .reports-by-city-map > li {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 35px;
    background-image: url(/media/194091/pin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 0.2s ease;
}
#contentMid .reports-by-city-map > li.active {
    z-index: 10;
}
#contentMid .reports-by-city-map > li[class^='location--'] {
    transform: translate(-50%, 0);
}
#contentMid .reports-by-city-map > li.location--thursday-island {
    left: 72.43%;
    bottom: 100.42%;
}
#contentMid .reports-by-city-map > li.location--palmerston {
    left: 43.62%;
    bottom: 95.33%;
}
#contentMid .reports-by-city-map > li.location--nhulunbuy {
    left: 58.13%;
    bottom: 95.97%;
}
#contentMid .reports-by-city-map > li.location--kununurra {
    left: 38.09%;
    bottom: 86.2%;
}
#contentMid .reports-by-city-map > li.location--perth {
    left: 6.07%;
    bottom: 39.24%;
}
#contentMid .reports-by-city-map > li.location--kalgoorlie {
    left: 20.04%;
    bottom: 43.09%;
}
#contentMid .reports-by-city-map > li.location--geraldton {
    left: 2.93%;
    bottom: 48.92%;
}
#contentMid .reports-by-city-map > li.location--melbourne {
    left: 78.4%;
    bottom: 20.41%;
}
#contentMid .reports-by-city-map > li.location--bendigo {
    left: 76.75%;
    bottom: 23.85%;
}
#contentMid .reports-by-city-map > li.location--brisbane {
    left: 98.44%;
    bottom: 52.8%;
}
#contentMid .reports-by-city-map > li.location--gold-coast {
    left: 99.52%;
    bottom: 51.38%;
}
#contentMid .reports-by-city-map > li.location--launceston {
    left: 83.86%;
    bottom: 7.81%;
}
#contentMid .reports-by-city-map > li.location--hobart {
    left: 84.25%;
    bottom: 2.76%;
}
#contentMid .reports-by-city-map > li.location--armidale {
    left: 94.85%;
    bottom: 43.8%;
}
#contentMid .reports-by-city-map > li.location--bathurst {
    left: 89.93%;
    bottom: 34.75%;
}
#contentMid .reports-by-city-map > li.location--townsville {
    left: 83.01%;
    bottom: 76.43%;
}
#contentMid .reports-by-city-map > li.location--mt-isa {
    left: 64.77%;
    bottom: 72.7%;
}
#contentMid .reports-by-city-map > li.location--wollongong {
    left: 93.16%;
    bottom: 30.95%; /* 0.5% minused to reduce pin overlap */
    z-index: 10;
}
#contentMid .reports-by-city-map > li.location--albury-wondoga {
    left: 83.35%;
    bottom: 25.98%;
}
#contentMid .reports-by-city-map > li.location--broken-hill {
    left: 69.7%;
    bottom: 39.33%;
}
#contentMid .reports-by-city-map > li.location--gungahlin {
    left: 88.73%;
    bottom: 29.09%;
}
#contentMid .reports-by-city-map > li.location--adelaide {
    left: 62.63%;
    bottom: 29.89%;
}
#contentMid .reports-by-city-map > li.location--port-lincoln {
    left: 55.77%;
    bottom: 30.57%;
}
#contentMid .reports-by-city-map > li.location--liverpool {
    left: 93.14%;
    bottom: 33.44%; /* 0.5% added to reduce pin overlap */
}
#contentMid .reports-by-city-map > li.location--dandenong {
    left: 79.56%; /* 0.5% added to reduce pin overlap */
    bottom: 20.07%; /* 0.5% added to reduce pin overlap */
}
#contentMid .reports-by-city-map > li.location--safety-beach {
    left: 77.92%; /* 0.5% minused to reduce pin overlap */
    bottom: 19.99%; /* 0.5% minused to reduce pin overlap */
}
#contentMid .reports-by-city-map > li.adelaide {
    left: 62.34%;
    top: 71.06%;
}
#contentMid .reports-by-city-map > li.brisbane {
    left: 97.23%;
    top: 49.54%;
}
#contentMid .reports-by-city-map > li.canberra {
    left: 85.74%;
    top: 71.53%;
}
#contentMid .reports-by-city-map > li.darwin {
    left: 42.77%;
    top: 5.32%;
}
#contentMid .reports-by-city-map > li.hobart {
    left: 79.15%;
    top: 92.73%;
    z-index: 10;
}
#contentMid .reports-by-city-map > li.melbourne {
    left: 76.38%;
    top: 78.47%;
}
#contentMid .reports-by-city-map > li.perth {
    left: 9.15%;
    top: 65.28%;
}
#contentMid .reports-by-city-map > li.sydney {
    left: 91.49%;
    top: 67.13%;
}
#contentMid .reports-by-city-map > li .popup {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    right: 5px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    transform: scale(0.75);
    transform-origin: 100% 100%;
}
#contentMid .reports-by-city-map > li:hover .popup,
#contentMid .reports-by-city-map > li:focus .popup,
#contentMid .reports-by-city-map > li:active .popup {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#contentMid .reports-by-city-map > li .popup.right {
    right: auto;
    left: 12px;
    bottom: 22px;
    transform-origin: 0 100%;
}
#contentMid .reports-by-city-map > li .popup h4,
#contentMid .reports-by-city-map > li .popup p {
    background-color: #f4f4f4;
    margin: 0;
    color: #696969;
    padding: 0.75em 10px;
    font-size: 13px;
    line-height: 1.3;
}
#contentMid .reports-by-city-map > li .popup p {
    padding: 0 0.75em 10px;
    margin: -0.25em 0 0;
}
#contentMid .reports-by-city-map > li .popup ul {
    position: relative;
    margin: 0;
    padding: 3px 0 2px 0;
    background-color: #383f98;
    margin-right: 45px;
}
#contentMid .reports-by-city-map > li .popup ul::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #383f98 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -45px;
}
#contentMid .reports-by-city-map > li .popup ul li {
    margin: 0;
    padding: 2px 10px 3px 10px !important;
    background-image: none;
}
#contentMid .reports-by-city-map > li .popup ul li a {
    color: white;
}

/*
@media screen and (max-width: 469px) {
.map-desktop {
  display:none;
  }
.map-mobile {
  display:block;
  }
}

@media screen and (min-width: 470px) {
.map-desktop {
  display:block;
  }
.map-mobile {
  display:none;
  }
}
*/

@media (max-width: 699px) {
    #contentMid.reportCard .spotlightIssue {
        padding: 25px 25px 15px 25px;
        font-size: 75%;
    }
    #contentMid.reportCard .spotlightIssue h2 {
        margin-bottom: 10px;
    }
    #contentMid.reportCard .fullSpread h2 {
        font-size: 230%;
    }
    #contentMid.reportCard .fullSpread img {
        padding: 5px;
    }
    #contentMid.reportCard .fullSpread span {
        bottom: 3px;
        right: 4px;
        width: 80px;
        height: 80px;
    }
    .subMenu h2 span {
        display: block;
        float: right;
        color: #0266bb;
        cursor: pointer;
        padding: 5px 0;
        width: 33px;
        text-align: center;
        line-height: 1;
        background: #f4f4f4;
        margin-left: 20px;
    }
    .subMenu h2 span:before {
        content: '+' !important;
    }
    .subMenu h2 span.open:before {
        content: '-' !important;
    }
    #secondaryNavigation {
        display: none;
    }
    .subMenu h2 a {
        padding: 0 0 6px 0;
    }
    #breadCrumbs,
    #pageTools {
        display: none;
    }
    .subMenu .columnInner {
        padding: 10px 10px 2px 10px;
    }
    .subMenu ul li a,
    .subMenu ul li ul li a {
        padding: 10px;
    }
    .subMenu ul li ul {
        padding-left: 5px;
    }
    #contentMid.reportCard .articleTools li {
        display: block;
        width: 100%;
    }
    #contentMid.reportCard .articleTools li a {
        background: #eee;
        display: block;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    #contentMid.reportCard .articleTools li.nextPage {
        text-align: left;
        float: none;
        margin-bottom: 10px;
    }
    .sectionThumb {
        margin-right: 10px;
    }
    .mediaItem {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 3px;
    }
    .readTheReport {
        width: 100%;
        height: auto;
    }
    .readTheReport img {
        width: 110px;
        margin-right: 20px;
        margin-bottom: 0;
        max-width: 500px !important;
    }
    .readTheReport a {
        height: 135px;
        display: table;
    }
    .readTheReport a span {
        vertical-align: middle;
        font-size: 80%;
        padding-top: 0;
        display: table-cell;
    }
    .reportCard2013Cover {
        width: 40% !important;
    }
}

@media (max-width: 465px) {
    .readTheReport a span {
        vertical-align: middle;
        font-size: 60%;
        padding-top: 0;
        display: table-cell;
    }
    #contentMid.reportCard .staticBox {
        padding-top: 0;
    }
    .reportCard2013Cover {
        float: none;
        width: 100% !important;
        height: auto;
        margin: 10px 0 15px 0 !important;
    }
    .reportCard2013Cover img {
        width: 100% !important;
        height: auto;
    }
    .mobileOnly {
        display: block;
    }
    .desktopOnly {
        display: none;
    }
    #contentMid.reportCard .floatRight.profile-picture {
        margin-left: 0;
    }
    .profile-picture img {
        width: 100%;
    }
}

.columnInner table table,
.columnInner table table td {
    border: none;
    color: #333 !important;
    text-align: left !important;
}
.columnInner table,
.columnInner table tr,
.columnInner table td,
.columnInner tbody {
}
.columnInner table table tr:first-child {
    display: none !important;
}
.columnInner table input {
    padding: 5px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    color: #606060;
    background: #fff !important;
    width: 90% !important;
    margin-left: 10px;
}
.columnInner table label {
    font-size: 12px !important;
    color: #606060 !important;
}
.columnInner #ContentPlaceHolderDefault_loginUser_LoginButton {
    background: #f4f4f4 url(../images/white_corner.png) no-repeat top right !important;
    display: inline-block;
    padding: 6px 42px 5px 10px;
    border: none;
    color: #0266bb;
    cursor: pointer;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 130%;
    width: auto !important;
    margin-left: 0;
}
#carousel.orange {
    background: #ef4023 url(../images/orange_grad.png) no-repeat top left !important;
}

#carousel .pageCurl {
    background: none;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.column.orange
{

  background: #008c44 url(../images/green_grad.png) no-repeat top left;
 padding: 5px;
 width: 215px;
  position: relative;
}

.column.orange .columnInner
{
 background: #fff url(../images/report_card_bg.jpg) no-repeat top right;
}

.column.orange a
{
 position: absolute;
  bottom: 22px;
  color: #fff;
  background-color: #008C44;
  background-image: url(../images/grey_corner.png);
}

.column.orange h2
{
  z-index: 10;
  position: relative;
}


.column.orange img
{
 margin-left: -15px;
  margin-top: -16px;
  z-index: 1;
  position: relative;
  display: none;
}


.column.orange
{
 background: #ef4023 url(../images/orange_grad.png) no-repeat top left;
 padding: 5px;
 width: 215px;
  position: relative;
}

.column.orange .columnInner
{
 background: #fff url(http://www.mentalhealthcommission.gov.au/media/95937/Report-Card-2013-Cover.jpg) no-repeat top right;
}

.column.orange a
{
 position: absolute;
  bottom: 22px;
  color: #fff;
  background-color: #ef4023;
  background-image: url(../images/grey_corner.png);
}


*/

.column.orange {
    background: #ef4023 url(../images/orange_grad.png) no-repeat top left;
    padding: 5px;
    width: 215px;
}
.column.red {
    background: #008c44 url(../images/green_grad.png) no-repeat top left;
}
.approvedUsers li {
    width: 201px;
    float: left;
    text-transform: capitalize;
}
.contourFieldSet label {
    font-weight: normal !important;
}
.contourFieldSet .radiobuttonlist label {
    display: none !important;
}
.contourFieldSet .radiobuttonlist div {
    margin-left: -8px;
}
.contourFieldSet .radiobuttonlist div label {
    display: inline-block !important;
    padding-left: 8px;
}
@media (max-width: 699px) {
    #carousel.orange {
        background: none !important;
    }
    .column.orange {
        padding: 20px 0 0 0 !important;
    }
}

.g-recaptcha {
    transform-origin: 0 0;
    transform: scale(0.6125);
    margin: 1em 0 -2em;
}

#ContentPlaceHolderDefault_EmailSignup_12_txtName,
#ContentPlaceHolderDefault_EmailSignup_12_txtEmail,
#ContentPlaceHolderDefault_MainContentArea_ContentArea_ctl01_EmailSignup2_5_txtName,
#ContentPlaceHolderDefault_MainContentArea_ContentArea_ctl01_EmailSignup2_5_txtEmail,
input[type='text'] {
    padding: 5px;
    border: 1px solid #bbb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 100%;
    color: #606060;
    margin: 5px 0 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    display: block;
}

#ContentPlaceHolderDefault_MainContentArea_ContentArea_ctl01_EmailSignup2_5_btnSubscribe,
#ContentPlaceHolderDefault_EmailSignup_12_btnSubscribe,
input[type='submit'] {
    background: #f4f4f4 url(../images/white_corner.png) no-repeat top right;
    display: inline-block;
    padding: 6px 42px 6px 10px !important;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 130%;
    line-height: 17px;
    color: #0266bb;
    border: none !important;
    cursor: pointer;
    margin: 5px 0 10px 0;
}

#ContentPlaceHolderDefault_MainContentArea_ContentArea_ctl01_EmailSignup2_5_btnSubscribe[disabled],
#ContentPlaceHolderDefault_EmailSignup_12_btnSubscribe[disabled],
input[type='submit'][disabled] {
    color: #606060;
    cursor: default;
}

#contour span.contourError {
    margin-bottom: 10px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
Report Landing
*/

.report-landing .quicklinks {
    position: relative;
    padding-bottom: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}
.report-landing .quicklinks h2 {
    font-size: 72px;
    display: block;
    padding: 18px 0;
    font-weight: bold;
    color: black;
}
.report-landing .quicklinks h4 {
    font-size: 20px;
    float: left;
    padding-top: 10px;
}
.report-landing .quicklinks ul {
    font-size: 18px;
    float: right;
}
.report-landing .quicklinks li {
    float: left;
    padding-left: 81px;
    padding-top: 4px;
    position: relative;
}

.report-landing .quicklinks li:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    top: 3px;
    left: 30px;
    background-size: 42px 42px;
}

.report-landing .quicklinks li.download:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjkzNzZBNUEwRDIwMTFFNzk2RjlERjVGNDk5MzY0QTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjkzNzZBNUIwRDIwMTFFNzk2RjlERjVGNDk5MzY0QTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOTM3NkE1ODBEMjAxMUU3OTZGOURGNUY0OTkzNjRBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTM3NkE1OTBEMjAxMUU3OTZGOURGNUY0OTkzNjRBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjq1rwAAAAIxSURBVHja7Jk7SwNBEMfvTATFYKmgoH4Aq9iYQkQjaCMqaCGK8W1j5TeIgp2lSEihERFtBMUyJq2NlYrYaARRApbGdxL/CxM4Qu6x91hPuIEfc7nH3j+zt7Nzt3KxWJS0zLeU7IULgTxhxgLgBhyUH8jH+gw14NcROQGXYJuSPZYFaTMX+jVEDsPtgW9wDD5ANWf7rLveAOuVFpCi7bQtQiFyDG6FfobQPRcaf8jIfeJgnrZNia1S2d8G2kFOSySH1ZNfpggzsT12CGX7Zeo6O0wmvwuCZZG1JLRAImXJXmsGtyBMv88oq5gW6pTJimgqxYbdIrQk8Eexj4ltBe8gqRdZUUJLz/o4GAWLYAE0gEMjkfULEvpCPqpz3gbExpFpNv9K6Dq4pCm4UHbsk/axyaWJpts/i+gj2Kp0oDTXI5IxuBq1ekL0qDdtnlBPqNuNe9RjdM7CTVMRzFu0yJTkd8C2o0JhA6DLYoCeRQhlEV2jfGcmouxxu3e865GgX2mW4anwvVHvCRWZnubgIhbSUyONeMdHfb8N6elJhNAZsKp4ATSTnu5EpKcc3JWXnjyhLq+epiymp4So6qnbYoCyotJT1GL19CAqPV27JT3Jkr2fHXkiLvMK/RfpKUPdG0DXBp0WgXt0wNVRQZ6pGDm15RtcPAJ3BL7AqWRusUHPWNu1YJDaHsIYOOESSmIn6Y3R53BQ2XfTCETuqz68BhfEOiVrC2KqzRPnEJnSOvFXgAEAj3+jgOLFZAAAAAAASUVORK5CYII=');
}
.report-landing .quicklinks li.online:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYtJREFUeNpi/P//PwM5QDBzJzeQOgTEhkDMSKQ2kGXngdju/XT3r+TYy8JAPigCYiOoo18TqUcU5FggTgfiPno7mBtKXwTiXUTqcYM6WIxcSylxMAzkQjFdADUcTE6SGFAHLwZmoDlEZtQUSh3MxDDEAKNAxg5QKLcAsQ6JIS4N1XMaiN8RqUcIiE2B+AIQvwTin0D8G0fMcyDxfwDxVVDJApLYDcQOQPwNWk6SAkBlqRYZelShmJSU4A/EmiAH2wPxWiAuAabFB4MxGQDTvgKQ6gHiICZYLTVYHYvmNsYhl+lGHTzq4KHuYBYcxcgBKlXblIBSYOlwnNi2BKj5xzbQxS/RIQz0mdZoGh518KiD6Vus1ZLR1KQ2WAvM/NeJLdbigVh5gB18B4iJdnAjELMPsIP3kVIOLx7NdKMOHnUwfcvhZ0CKb4DdlgTM/KuILdZOAvHfAXbwS1KKtcDRNDzq4FEH0waAhls/AWkQBg2B/hik7gQNvRqAiloWaCiDylzvQR64n0FuBQgwAHoYVuaklVgBAAAAAElFTkSuQmCC');
}
.report-landing .quicklinks li.previous:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjkzNzZBNTYwRDIwMTFFNzk2RjlERjVGNDk5MzY0QTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjkzNzZBNTcwRDIwMTFFNzk2RjlERjVGNDk5MzY0QTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOTM3NkE1NDBEMjAxMUU3OTZGOURGNUY0OTkzNjRBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTM3NkE1NTBEMjAxMUU3OTZGOURGNUY0OTkzNjRBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsXeqzgAAAH0SURBVHja7Jm9S8NAGIeTtrZ0kfo1uQjqpJvi4iQ46eIXuqiIUj9Q0H9BkOLooEOlDnYXHXSqIuKkLg4O6iYoONWCn9W28ffaNyChjYltzxbv4OEgvUuevMnd5b2qmqYppVAcSokUKZrv4nJO7Wf7rQ8MAQ94N7lRN7gGK+DWrkAy2GlNNMvxMBixec0F0A5OChLRDMf6WZIuOMrR9GbpnwJRMAhWwQZoFiXaxfU8P1IrZY1vsAPUgjsRopVcR22e657rbnAKaqx0MhkjCj/JG3CZSfRDP4dN0Teug3kOJr16s5lEf7tUbYEY47BxHo2D4jb0oSc6DepBlZloyqboHpO36QmvRRuLJkm0BcyBVg5zI7fb5bvyFHAed0KGon8G/JBOmA0mGqlj3469ggfQAFRBC08TWAZXZqL6MroDeoFPkFwSPIJt0GNletIMoz0meBl/LpWPEpf8zJOiUlSKSlEpKkWlqBT916LOHLPPnPOmHzLUrzYkGrfzAVuAEjcRLtP3DEj0Arwo6d073x+IHnE9YEiVKziHeyJHimIEBMASOAQzSnp7xisgC6V0/JwTvUXIUd4WAnVgndsEkEYfqI7JiN6JduLGi2wMhSDpN76XE2ATDINqzkpFDTDaS0iwTzlHOgzJY72BKv8VkaJFXj4FGACvsXCeP72+uwAAAABJRU5ErkJggg==');
}
.report-landing .quicklinks li.companion:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjkzNzZBNTIwRDIwMTFFNzk2RjlERjVGNDk5MzY0QTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjkzNzZBNTMwRDIwMTFFNzk2RjlERjVGNDk5MzY0QTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDVFNjRGRjBEMUUxMUU3OTZGOURGNUY0OTkzNjRBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDVFNjUwMDBEMUUxMUU3OTZGOURGNUY0OTkzNjRBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoPa7QUAAAP2SURBVHja7Jl5SBVRFMbdWkxLibRF2rFCMySxXcmQ/skMIqKyFUH/KVpIWsBWwwxbtCiE9gUDowSJome0YBkWWIZGtpitGhqGkUulfRe+gWF6896dcZ4mdeHHuc7Me++bc+8959yre3t7u1t3aB5u3aR1G6HuHkk2pe8DEkAw+AHaLPoNT+AFisFl7c1fObFSX+JFO4xfNMTFjrkJYs18UAgdDU5SZCbIBX4WTgsxOs0gFcSBXWCbGaHiDaPp0RQXenMxaASJZoQKr/mz/87Fw/4N1IH+Zld9WydGgB5mF6kYeqMRfzCYAgaBn+ANeMBhdRplzL6hl4FnB3Ch6a3aTFfOcVmhA0EZCATl4Dz4xOkSAlaCjWAcmGvg96M9kwuXwGYgnlZZkZkOUOR2MB7sBWfAKXoxAFxl+Ek0IHQSSAavITgPjOiIUBFTxVvXMAbqtfW0qwwIzWTY+ggWgCqIvQXCzQgNpi1w8twL8AFMB71klWLIL4IgdGeDZ2AmKIXYMhBpRGhf2jqJZ2toextdLBBrA2K+C3FFIAyUQOxCWaFfaGXqgJFMmY1mVzfEPgJR6M7gpSyIjZIR+p420slz/sw6ZVZUXhB7D+YS43WEjNB6UMsw5Oj5UNpyC8NniDLtZMPTfdowB88o94otKWKTC+Mp9JzwrKzQfNrTOgtFpNRj7N+1yJubaA9jGjTLCj0LjoBwVlnxqnspKi8uBRUWeFMspmngOkQ+NJrr1zBWZoE8xsoJYB8Lmxhwx2JvZpjd3GWDp6Cn5vpWq0TCmyJFzwEiTN02WpRMZMERqFqJ6rJNTIW3oBWIoarugFalAttjpHqax+LDT3Nd2U1WsB6dSpT2GCwCzw16czjMcpHz4c18rVC9YnaWarVfY65vAJ9VK1tkoQjmd18QRIERfGYM+Kr6TmdF+lra3fbqUU/2tdkkjnY+uOIkxRZoKqJ0sJkvq/5sq14dAG8GsAJrYBj8o3pqYH+o5l4Mrc3EPFMWQYTqmi/r1nqdzyTRpmHY2+151MZhElvm/eAEC5BQDq2Ye99BH0mRYmqMYl9sWy6Afiy6RTtux5veMDs5qkf1tiKvOIHFBm0DUbcbHVjBkzUJoFAlWN1WcAqmw5tNjvZM1TwxWQbGghbiZidmyuw02zgfxdTypi1SLU5t26GUdDKbOzG8OZ19SodhT+DmMQferP2bjx23qDaQbl0hVMTQUh6O6SWWeC7aXHizsquE+rDaEjvXJlofnXR5SObsyVWtlBvDNP6dyoOyg9zZZnNflA9vlnSlUOUEL5Ul4Woml3WgkmXjS1WgdxxKVEfjndE8eNAgaoMnIhnAmy1SQv//++ZfFfpbgAEA99X+90lppeoAAAAASUVORK5CYII=');
}
.report-landing .quicklinks:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: rgba(220, 243, 252, 1);
    background: -moz-linear-gradient(-45deg, rgba(220, 243, 252, 1) 0%, rgba(23, 76, 167, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(220, 243, 252, 1)), color-stop(100%, rgba(23, 76, 167, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(220, 243, 252, 1) 0%, rgba(23, 76, 167, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(220, 243, 252, 1) 0%, rgba(23, 76, 167, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(220, 243, 252, 1) 0%, rgba(23, 76, 167, 1) 100%);
    background: linear-gradient(135deg, rgba(220, 243, 252, 1) 0%, rgba(23, 76, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf3fc', endColorstr='#174ca7', GradientType=1 );
}

.report-landing .intro {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    max-width: 740px;
}

.report-landing .chapters-accordion {
    margin: 0 0 30px;
}

.report-landing .chapters-accordion > li {
    list-style: none;
    margin: 0;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.report-landing .chapters-accordion > li input[type='checkbox'] + h3:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABSCAIAAABIThTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxOTkxOTk1Yi0xZTI2LTQxMTYtOTg1ZC00ZDhiYjk2OTcwY2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjNBNkYyNzAxNjM5MTFFN0IyN0RCRjdGQTA1OTI4OTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjNBNkYyNkYxNjM5MTFFN0IyN0RCRjdGQTA1OTI4OTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphZjVhYjlhYS1lNWM4LTRiOWQtYTdiOC0xMDYwNTgxOWI4ZWIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTk5MTk5NWItMWUyNi00MTE2LTk4NWQtNGQ4YmI5Njk3MGNiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cBHSqgAAArdJREFUeNrk221ygjAQBuDg+L89Q69UexWP0JkeuD8lJbub3YTiFxhIeO2MImDM0yz5lO73+8Pxw/NTzxv0pnOu996ODi/J23R7OK3jjeHZ807PJ/HOjvZT4l7+4p7skCXle/o8JRhychnO9PoVdAKl308nRXnwdM4I8n76OQCa307n41JzyN9aZqEuNQ+bx9JmLaIVzZr53PwpZmLXYNakipq/zhHpju2YU+oiswV5e+ZwbKZZgnzKrIZqzW62ObIfNbOzeTMH+RKzl4agKTOX9tpmvSy3MlNNfttszhea9f+4jVmv7dbM0r2ZaR4eB0Azl7ZkFccspY1m5s7p82aqits1Z1XaM2Z3xyyDPjNniW9ttiqtHrMPh8qapUqryuw0hRtmejvbHEob0KwDz83MPj1hLbP0ycdmL1++V7O221hmbrdLmWkjmKfmBrc0awOGZU6u7Wtmy5YfT2I1a5aa/ElzOvlOk9uTZpk/GfVJqzDHdruI2VVrtoHnVbNR92PWKg3LHBeDSpinVye7Gsw8hSi5Wc8cv2UrMwc5nJnYeGYdeHL+OhAzd1fEPFXgidmozZs1yLHMHORwZgvy8YiiqFk+vplZghzNrCOwl5svseav0czXNpxZgxzLzJ1TOHP6a4ZS5qRiq8WsS3//zELdp1mDHMvMQb7AHPZPmr12+Co02zz5q82uZjM3YHDmWJMvMyc/FGvDHIMczCwjsEjNb8bYr5n65Hhmabfnm8P+9swyYTzfnN9t0IpZ++R3bq7amdll69u3brrZlVkasEdvKNuLebQ8gGKONTmYWZcHsMwc5HBm7ZNjmWNNDmbmPjmcWTqnaOY0yIHMGuRYZp1CxDI7W+hFMufXNow5ubaRzNpLwzLHdhvM7GxVBMkcpxnAzNaAQZmtuwJlltJGMwc2oHl4/AkwAL4CWBZkUOMoAAAAAElFTkSuQmCC');
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.report-landing .chapters-accordion > li:hover input[type='checkbox'] + h3:after {
    width: 20px;
    height: 20px;
}

.report-landing .chapters-accordion li > input[type='checkbox']:checked + h3:after {
    width: 0;
    height: 0;
}

.report-landing .chapters-accordion li > input[type='checkbox'] + h3 label:before {
    content: '';
    width: 0;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 49px;
    right: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.report-landing .chapters-accordion li > input[type='checkbox']:checked + h3 label:before {
    width: 20px;
    right: 20px;
    opacity: 1;
}

.report-landing .chapters-accordion li:hover > input[type='checkbox']:checked + h3 label:hover:before {
    background-color: #0266bb;
}

.report-landing .chapters-accordion li h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    color: #000;
    font-family: calibri, arial, helvetica, sans-serif;
    font-weight: normal;
}

.report-landing .chapters-accordion li h3 label {
    position: relative;
    color: #000;
    font-weight: bold;
    display: block;
    padding: 35px 25% 35px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.report-landing .chapters-accordion li h3 label:hover {
    color: #0266bb;
}

.report-landing .chapters-accordion li h3 label span {
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    color: #000;
}

/*.report-landing .chapters-accordion li h3 label:before,
.report-landing .chapters-accordion li h3 label:after {
    display: block;
    position: absolute;
    content: '';
    background: #0266BB;
    transition: all .1s ease;
}

.report-landing .chapters-accordion li > input[type="checkbox"]:focus + h3 label:before,
.report-landing .chapters-accordion li > input[type="checkbox"]:focus + h3 label:after,
.report-landing .chapters-accordion li > input[type="checkbox"]:active + h3 label:before,
.report-landing .chapters-accordion li > input[type="checkbox"]:active + h3 label:after,
.report-landing .chapters-accordion li > input[type="checkbox"]:hover + h3 label:before,
.report-landing .chapters-accordion li > input[type="checkbox"]:hover + h3 label:after {
    background: #000 !important;
}

.report-landing .chapters-accordion li h3 label:before {
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 32px;
    height: 4px;
}

.report-landing .chapters-accordion li h3 label:after {
    right: 14px;
    top: 50%;
    margin-top: -18px;
    width: 4px;
    height: 32px;
    max-height: 52px;
}*/

/*.report-landing .chapters-accordion li > input[type="checkbox"]:checked + h3 label:after {
    max-height: 4px;
    margin-top: -4px;
}

.report-landing .chapters-accordion li > input[type="checkbox"].checked + h3 label:after {
    max-height: 4px;
    margin-top: -4px;
}*/

.report-landing .chapters-accordion li.green h3 label strong {
    color: #009b74;
}

.report-landing .chapters-accordion li.blue h3 label strong {
    color: #593160;
}

.report-landing .chapters-accordion li.lime h3 label strong {
    color: #889835;
}

.report-landing .chapters-accordion li > div {
    position: relative;
    clear: both;
    transition: all 0.4s ease;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 20px;
}

.report-landing .chapters-accordion li > div .expand {
    padding: 0 0 20px;
}

.report-landing .chapters-accordion li > input[type='checkbox']:checked ~ div {
    max-height: 1000px;
    opacity: 1;
    padding-bottom: 30px;
}

.report-landing .chapters-accordion li > input[type='checkbox'].checked ~ div {
    max-height: 1000px;
    opacity: 1;
    padding-bottom: 30px;
}

.report-landing .chapters-accordion li > div p {
    max-width: 740px;
}

.report-landing .chapters-accordion li > div li {
    padding: 0 0 5px 20px;
    position: relative;
}
.report-landing .chapters-accordion li > div li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
}

@media (max-width: 699px) {
    .report-landing .quicklinks h2 {
        font-size: 30px;
    }
    .report-landing .quicklinks h4 {
        padding-top: 0;
        float: none;
    }
    .report-landing .quicklinks ul {
        float: none;
    }
    .report-landing .quicklinks li {
        float: none;
        padding-left: 0;
        padding-top: 10px;
    }
    .report-landing .quicklinks li:after {
        display: none;
    }
    .report-landing .quicklinks li br {
        display: none;
    }
}

/*start fellowships*/
.filter-row {
    overflow: hidden;
}
.filter-row .row-bounds {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}
.filter-row .row-bounds img {
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.filter-row .search {
    position: relative;
    display: block;
}
.filter-row .input-text {
    padding: 5px 10px 5px 22px;
    color: #000;
    font-size: 12px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    outline: 0;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filter-row .input-text:focus {
}
.filter-row .input-text::-webkit-input-placeholder {
    color: rgba(1, 1, 1, 0.5) !important;
}
.filter-row .input-text::-moz-placeholder {
    color: rgba(1, 1, 1, 0.5) !important;
}
.filter-row .input-text:-ms-input-placeholder {
    color: rgba(1, 1, 1, 0.5) !important;
}
.filter-row .filters {
    float: right;
    width: 49%;
    max-width: 134px;
    display: none;
}
@media screen and (min-width: 641px) {
    .filter-row .input-text {
        width: 49%;
    }
    .filter-row .filters {
        display: block;
    }
}

#contentMid .customers-row {
    margin-right: -1%;
    margin-left: -1%;
}
#contentMid .customers-row .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    /*-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;*/
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    &:after {
        content: '';
        flex: auto;
    }
}
#contentMid .customers-row .cols img {
    position: static;
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
    background-color: #ddd;
}
#contentMid .customers-row .cols a {
    background-color: #f4f4f4;
    position: relative;
    display: block;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline;
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
}
#contentMid .customers-row .row-bounds {
    padding-bottom: 0;
}
#contentMid .customers-row .cols a:hover h2,
#contentMid .customers-row .cols a:focus h2,
#contentMid .customers-row .cols a:active h2 {
    color: #000;
}
#contentMid .customers-row .cols a:hover span,
#contentMid .customers-row .cols a:focus span,
#contentMid .customers-row .cols a:active span {
    color: #000;
}
#contentMid .customers-row .cols a.hidden,
#contentMid .customers-row .cols a.exp-hide {
    display: none;
}
#contentMid .customers-row .cols h2 {
    font-weight: bold;
    font-size: 16px;
    padding: 20px 20px 0;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contentMid .customers-row .cols p {
    color: #797979;
    font-size: 12px;
    padding: 0 20px 5px;
    margin: 0;
}
#contentMid .customers-row .cols small,
#contentMid .customers-row .cols span {
    color: #606060;
    font-size: 10px;
    display: block;
    padding: 0 20px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contentMid .customers-row .cols span {
    padding-top: 5px;
    padding-bottom: 0;
    color: #0166bb;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1061px) {
    #contentMid .customers-row .cols a {
        width: 23%;
        margin-bottom: 2%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }
    #contentMid .customers-row .row-bounds {
        padding-bottom: 60px;
    }
}

#contentMid .customer-row {
    background-color: #f4f4f4;
    margin-bottom: 30px;
}
#contentMid .customer-row .cols img {
    position: static;
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
    background-color: #ddd;
}
#contentMid .customer-row .col {
    background-color: #f4f4f4;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contentMid .customer-row .col:last-child {
    padding: 30px 20px;
}

#contentMid .customer-row .cols h1 {
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contentMid .customer-row .cols p {
    color: #797979;
    font-size: 16px;
    padding: 10px 0 5px;
    margin: 0;
}
#contentMid .customer-row .cols small {
    color: #606060;
    font-size: 10px;
    display: block;
    padding: 0 0 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 600px) {
    #contentMid .customer-row .cols {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;

        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    #contentMid .customer-row .col {
        width: 50%;
        display: inline;
    }
}

.fellowshipsContent p {
    max-width: 600px;
}

.next-row {
    position: relative;
}
.next-row h5 {
    color: #0166bb;
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
    max-width: 310px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.next-row .col {
    float: left;
    width: 50%;
    display: inline-block;
    position: relative;
}
.next-row .col:before {
    content: '.';
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    display: inherit;
    text-indent: -9999px;
}
.next-row .case-link {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.next-row .case-link:hover h5,
.next-row .case-link:focus h5 {
    color: #000;
}
.next-row .case-link g {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.next-row .case-link:hover g,
.next-row .case-link:focus g {
    fill: #000;
}
.next-row .case-link:before,
.next-row .case-link:after {
    content: '';
    display: table;
}
.next-row .case-link:after {
    clear: both;
}
.next-row .case-link svg {
    width: 7px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.next-row .col:last-child .case-link {
    text-align: right;
}
.next-row .col:last-child .case-link h5 {
    float: right;
}
.next-row .col:last-child .case-link svg {
    left: auto;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media screen and (min-width: 641px) {
    .next-row .case-link {
        padding: 40px 20px 40px 84px;
    }
    .next-row .case-link .img {
        width: 50px;
        height: 50px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -25px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }
    .next-row h5 {
        font-size: 14px;
    }
    .next-row .col:last-child .case-link {
        padding: 40px 84px 40px 20px;
    }
    .next-row .col:last-child .case-link .img {
        left: auto;
        right: 20px;
    }
}
select {
    border: 1px solid #bbb;
}

#chkRoles {
    margin: 10px 0;
    display: block;
}

#chkRoles label {
    margin-left: 10px;
}

#contentMid select {
    width: 100%;
    margin: 5px 0 15px;
    max-width: 100px;
    display: block;
}

a.button.button_dark {
    background-color: #2e3092;
    color: #fff;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
