@font-face {
  font-family: 'Open Sans Semibold';
  src: url('../fonts/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Semibold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Semibold.svg#b96880fafbf6b051ff49d9fe8a31137c') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Bold.svg#72800b665ba60a9a58674e2a6befde3a') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-BoldItalic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-BoldItalic.svg#739d871936d0f8f5b026e1e8435da2e7') format('svg'); /* Legacy iOS */
  font-style:   italic;
  font-weight:  700;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Italic.svg#94c33cdd8f8847f3444990ab6c6e6a61') format('svg'); /* Legacy iOS */
  font-style:   italic;
  font-weight:  400;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Semibold', sans-serif; }
h1 { font-size: 3em; color: #40AF49 !important; padding-bottom: 12px; }

p { font: normal 1.4em/1.8em "Open Sans", Arial, sans-serif; padding-bottom: 12px; }

a:hover, a:focus { color: #40AF49; text-decoration: underline; }

blockquote {
  padding: 10px 20px;
  margin: 12px 0;
  font-size: 1.5em;
  border-left: 5px solid #eee;
}

img { border: 2px solid #ccc; }
.navbar-brand img { border: none; }

ul.sitemap li a { color: #00aeef; }
ul.sitemap li a:hover { color: #1B9BFB; text-decoration: underline; }

/* Basic classes for proper positioning of elements */
.left { float: left; margin-right: 42px; margin-left: 6px; }
.right { float: right; margin-left: 42px; margin-right: 6px; }
.center { display: block; margin: 0 auto; clear: both; }
.clear { clear: both; }

* {
	-webkit-transition: all 0.20s;
	-moz-transition: all 0.20s;
	-o-transition: all 0.20s;
	-ms-transition: all 0.20s;
	transition: all 0.20s;
	outline: none;
}

/* Base List Styling */
.cke_editable ul { margin: 6px 0 24px -15px; list-style-type: none; display: inline-block; }
.cke_editable ul li { font: normal 1.4em/1.7em "Open Sans", Arial, sans-serif; padding-bottom: 0.4em; }
.cke_editable ul li:before {
	content: "\25A0";
	position: relative;
	font-size: 1.5em;
	margin-left: -13px;
	left: -0.55em;
	top: 0.03em;
	color: #40AF49;
}
.cke_editable ul ul { margin: 9px 0 -3px -12px; list-style-type: none; display: block; }
.cke_editable ul ul li { font: normal 1em/1.5em "Open Sans", Arial, sans-serif; padding-bottom: 0.6em; }
.cke_editable ul ul li:before {
	content: "\25A1" !important;
	position: relative;
	font-size: 1.5em;
	left: -0.55em;
	top: 0.05em;
	color: #40AF49;
}
.cke_editable ol { margin: 6px 0 24px -15px; display: inline-block; counter-reset: item; }
.cke_editable ol li { font: normal 1.4em/1.8em "Open Sans", Arial, sans-serif; display: block; margin-bottom: 12px; }
.cke_editable ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	margin-left: -18px;
	left: -0.25em;
	top: 0.01em;
	color: #40AF49;
}
.cke_editable ol ol { margin: -6px 0 12px 48px; }
.cke_editable ol ol li { margin-bottom: -6px; }
.cke_editable ol ol li:before {
	content: "\25A1" !important;
	position: relative;
	font-size: 1.5em;
	left: -0.25em;
	top: 0.25em;
	color: #40AF49;
}
.cke_editable ol ul { margin: 0px 0 24px 48px; }
.cke_editable ol ul li { margin-bottom: -6px; }
.cke_editable ol ul li:before {
	content: "\25A1" !important;
	position: relative;
	font-size: 1.5em;
	left: -0.25em;
	top: 0.25em;
	color: #40AF49;
}
.cke_editable ul.gallery-list-albums { margin: 24px 0 6px -28px; }
.cke_editable ul.gallery-list-albums li { margin-bottom: 24px; }
.cke_editable ul.gallery-list-albums li:before { content: ""; }

/* Default classes for all images */
.base_img {
	margin: 24px 0 34px 0;
	max-width: 96% !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6), 0px 0px 0px 8px #fff, 0px 0px 0px 10px rgba(250, 134, 25, 0.48), 6px 6px 12px 8px #9B9797;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6), 0px 0px 0px 8px #fff, 0px 0px 0px 10px rgba(250, 134, 25, 0.48), 6px 6px 12px 8px #9B9797;
}
.base_img_resp { width: 39%; }

/* Overrides for top header */
header .container { padding-bottom: 0; }
.top_header { padding-top: 1.5%; }
.header_tagline {
	color: #999;
	font-size: 1.2em;
	margin-top: -12px;
	margin-right: 0;
	margin-bottom: -39px;
	float: right;
}
.mobile_banner_container { display: none; }
.form-group, .form-control { border-radius: 0; }
.form-control { color: #837E7E; }
.form-control:focus {
	border-color: #45AE4E;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 175, 73, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(64, 175, 73, 0.6);
}
.input-group .form-control { width: 118%; }
input:hover, input:focus, select:hover, textarea:focus {
	opacity: 0.7;
	color: #45AE4E;
	border: 2px solid #45AE4E;
}
input[type="text"]:focus {
	box-shadow: inset 0 1px 2px rgba(255,255,255, .35), 0px 1px 15px rgba(64, 175, 73, 0.5);
	border: 2px solid #45AE4E;
	outline: none;
}
textarea:hover { border: 1px solid #45AE4E; }
#searchbox { margin: 6px -15px 6px 0; }
.btn_search {
	background-color: transparent;
	color: #000;
	border: none;
}
.btn_search:hover {
	background-color: transparent;
	color: #000;
	border: none;
}
.btn_search:active { background-color: transparent; height: 34px; box-shadow: none; }
.btn-success { background-color: transparent; border: none; }
.glyphicon {
	color: #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	z-index: 10;
}
.glyphicon:hover { color: #000; }
.linkback_MCShome {
	font-size: 1.3em;
	float: right;
	color: #40AF49;
	margin-top: 0;
	margin-right: 0;
}

#searchbox_news { margin: 6px -27px 6px 22px; }
.news_searchbar { width: 278px; margin-left: 39px; }
.content_searchresults { margin-top: 48px; }

.searchresults_text { float: left; margin-bottom: 24px; }
.searchresults_pagination {
	display: inline-block;
	float: right;
	font-size: 1.3em;
	line-height: 2.4em;
	padding: 6px;
}

/* Base styles for the responsive Pushy menu */
.menu-btn { display: none; }
.mobile-menu { display: none; }
.full-menu, .full-menu ul { display: block; }
/* Overrides for Nav and UL styles */
.navbar { background-color: transparent; margin: 0 auto; margin-top: 33px; width: 100%; border-radius: 0; }
.navbar .container { padding: 0; }
.full-menu { float: right; margin-right: 0; }
.full-menu li { margin-left: 39px; }
.full-menu > li {
    float: left;
    position: relative;
    display: block;
}
.nav li a { padding: 0; padding-top: 12px; padding-left: 24px; }
.full-menu li a { line-height: 36px; padding-bottom: 12px; }
.full-menu li .dropdown-menu { margin-top: 61px; border-top: none; }
.navbar-inverse .full-menu li a { font-size: 1.5em; color: #030303; }
.full-menu li.selected > a {
	color: #3AB043;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 6px solid #3AB043;
}
.full-menu li > ul li.selected a { padding-bottom: 6px; border-bottom: none; }
.full-menu > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-inverse .full-menu li a:hover {
	color: #3AB043;
}
.full-menu li:hover > a {
	color: #3AB043;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 6px solid #3AB043;	
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-menu {
	background-color: rgba(73, 66, 63, 0.84);
	padding-bottom: 10px;
	border: none;
}
.dropdown-submenu > .dropdown-menu { margin-left: 20px; padding-right: 20px; }
.dropdown-menu li a {
	color: #fff !important;
    font-size: 1em !important;
    line-height: 1.6em;
    margin-left: -39px;
    margin-right: 0px;
    padding: 6px 20px;
    white-space: normal;
}
.dropdown-submenu a:after { border-style: none; }
.full-menu li .dropdown-menu ul {
	background-color: rgba(140, 136, 132, 0.88);
	margin-top: 0;
	margin-left: 139px;
}
.full-menu li .dropdown-menu li:hover a {
	background-color: rgba(140, 136, 132, 0.84);
	padding-bottom: 6px;
    border-bottom: none;
}
.full-menu li .dropdown-menu li:hover ul li a { background-color: transparent; }
.full-menu li .dropdown-menu ul li a:hover { text-decoration: underline; background-color: transparent; }
.full-menu ul ul {
	top: -13px;
	left: 140px;	
}
.full-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    width: 180px;
    margin: 0;
	margin-top: 13px;
	display: block;
}
.sub_menu.closed { display: none; }
.sub_menu.opened { display: block; }

/* Additional hard-coded styling for module pages - Home, News - so 'active' class appears */
.body-home .full-menu > li.menu- a,
.body-news .full-menu > li.menu-news a {
	color: #3AB043;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 6px solid #3AB043;
}
.body-news .full-menu li:hover > ul li a { padding-bottom: 6px; border-bottom: none; }


/* Styling for banner controls */
.slider-wrapper { margin-bottom: -48px !important; }
.nivoSlider { border-bottom: 6px solid #40AF49; }
.nivo-controlNav {
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 64px !important;
	text-align: right;
	right: -40%;
	z-index: 10;
}
.nivo-directionNav { display: none; }

/* Styling for call-to-action buttons on banner */
.slider_btn {
	float: left;
	background-color: rgba(186, 183, 180, 0.48);
	color: #fff;
	font-size: 0.4em;
	line-height: 1.4em;
	width: 130px;
	height: 39px;
	margin-top: -6px;
	margin-right: 120px;
	border: 2px solid #fff;
}
.slider_btn p { color: #fff; font-size: 1.2em; text-align: center; padding: 0 0 0 12px !important; }
.slider_btn:hover { background-color: rgba(94, 88, 88, 0.78); border: 2px solid rgba(47, 44, 44, 0.78); }
.contact_btn { background-color: #40AF49; }
.donate_btn { background-color: #F67F21; }

/* Override for H2 styling to maintain consistency across pages */
.slider-wrapper { margin: 0 auto; width: 100% !important; }
.nivo-caption {
    width: 1175px !important;
    height: 48px;
    right: 0;
    bottom: 12px !important;
    margin: 0 auto;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    line-height: 1.2em;
    overflow: visible !important;
    background-color: transparent !important;
}
.nivo-caption p { padding-right: 570px !important; }
.custom_caption_html {
    width: 100%;
    height: 120px;
    margin-top: 20%;
}
.nivoSlider img { display: none; border: none; }
.banner_caption { float: left; color: #000; margin: -330px 5% 0 6px !important; }
.banner_caption h1 {
	color: #fff !important;
	font-size: 1.6em;
	line-height: 1.2em;
	text-shadow: 2px 2px 6px rgba(32, 32, 31, 0.24);
	padding-right: 390px;
	padding-bottom: 6px;
}
.banner_caption p { font: normal 0.8em/1.5em 'Open Sans', sans-serif; color: #fff !important; text-shadow: 2px 2px 2px rgba(32, 32, 24, 0.48); }
.banner_text_edit_2 { margin-top: -39px !important; }
.slider_btn p.slider_4 { padding-left: 24px !important; }

/* Styling for misc content */

.container_topbar {
	background-color: #40AF49;
	width: 100%;
	height: 66px;
	margin-bottom: -20px;
}
.container_topbar h1 {
	width: 1175px;
	font-family: 'Open Sans';
	font-weight: normal !important;
	font-size: 4em;
	line-height: 1.8em;
	color: #fff !important;
	margin: 0 auto;
	padding-left: 32px;
}
.breadcrumb {
	position:relative;
	font-size: 1.2em;
	margin: 0 auto;
	margin: 20px 0;
	padding-left: 80px;
}
.breadcrumb_inner { width: 1175px; margin: 0 auto; color: #4CAE4C;}
.container { padding-bottom: 24px; }
.container_main { min-height: 700px; }

.leftmenu {
	font: bold 1.1em/1.6em 'Open Sans', sans-serif;
	color: #fff;
	width: 280px;
	height: 200px;
	margin-top: 12px;
	margin-left: 20px;
}
.leftmenu ul { list-style: none; padding: 0; }
.leftmenu ul li.selected {
	background-color: #666666;
	width: 100%;
	height: 39px;
	padding: 10px 0 0 15px;
	font-size: 1.4em;
	text-align: left;
}
.leftmenu ul li.selected a { color: #fff; }
.leftmenu ul li { font-size: 1em; }
.leftmenu ul ul {
	margin-top: 10px;
	margin-left: -15px;
	border: 1px solid #A1A1A1;
}
.leftmenu ul ul li {
	background-color: #F5F5F5;
	font: normal 0.9em/1.6em 'Open Sans', sans-serif;
	height: 48px;
	padding: 12px 0 0 33px;
	border-bottom: 1px solid #E4E4E4;
}
.leftmenu ul ul li.selected {
	background-color: #DDDBDC;
	font: normal 0.9em/1.6em 'Open Sans', sans-serif;
	height: 48px;
	padding: 12px 0 0 33px;
}
.leftmenu ul ul li:hover { background-color: #DDDBDC; }
.leftmenu ul li.selected ul li a { color: #4B4B4B; }
.leftmenu ul ul ul { display: none; }

/* Right-hand Accordion Menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 280px;
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-top: 1px solid #656667;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #666666;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #666666;
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #A1A1A1;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #656667;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #A1A1A1;
  border-left: 1px solid #656667;
  border-right: 1px solid #656667;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #656667;
  background-color: #F4F5F6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a,
#cssmenu ul ul ul li:first-child > a:hover {
  color: #656667;
  font-weight: bold;
  background-color: #BFBFC0;
}
#cssmenu ul ul li:first-child > a { box-shadow: none; font-weight: bold; }
#cssmenu ul ul ul li:first-child > a { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); font-weight: normal; }
#cssmenu ul ul ul li.active:first-child > a { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); font-weight: bold; }
#cssmenu ul ul ul li a { padding-left: 30px; background-color: #DCDCDD; }
/*#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}*/
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a { border-bottom: 1px solid #32373e; }
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a { border-bottom: 0; }
#cssmenu ul ul li.has-sub { background-color: #F4F5F6; }
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after { border-color: #666666; }


/* Feature Boxes */
#ss_container { width: 1182px; }
#service_streams { margin: 39px 0 6px -10px; }
.service_streams { margin-right: 24px; }
.service_streams img { border: none; }
.header_family_support, .header_foster_kinship, .header_residential_care, .header_multicultural_support
{
	background-color: #40AF49;
	color: white;
	font-weight: 700;
	padding-bottom: 1%;
	top: 0;
	background-image: none;
	min-height: 60px;
	padding-top: 0;
	padding-left: 0;
	text-align: center;
	font-size: 1.5em;
}
.header_family_support span, .header_foster_kinship span, .header_residential_care span, .header_multicultural_support span
{
	padding-top: 8%;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 1.2em;
}
.servicestream_link:hover {
	background-color: #434547;
	color: #fff;
	text-decoration: underline;
}

/* News Section Styling */
.news_home { width: 93%; margin-top: 6px; margin-left: -12px; }
.news_header_block, .casestudy_header_block { height: 46px; margin-bottom: 6px; border-bottom: 2px solid #C6C6C6; }
.news_header, .casestudy_header { margin-left: 0px; padding-bottom: 3px; }
.news_header_block h1, .casestudy_header_block h1 { font-size: 2.2em; color: #333333 !important; }
.view_all_right_small {
	color: #999;
	font-style: normal;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 0;
	padding-top: 14px;
}
.news_item { border-bottom: 1px solid #C6C6C6; }
.news_title { font-size: 1.4em; padding-top: 6px; padding-bottom: 3px; }
.news_title_date { font-size: 1.2em !important; margin-top: -6px; }
.news_title_source { float: right; font-size: 1em; margin-top: -57px; }
.news-date {
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	background: #01AEF0;
	width: 39px;
	height: 39px;
	padding: 5px 3px 0 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.news_item p { font-size: 1.1em; width: 570px; padding-bottom: 3px; }
.news_read_more {
	background-color: #fff;
	color: #898888;
	font-size: 1em;
	line-height: 2.7em;
	text-align: center;
	text-transform: uppercase;
	float: right;
	width: 105px;
	height: 30px;
	margin-top: -46px;
	border: 1px solid #C6C6C6;
}
.news_read_more:hover {
	background-color: #EBEBEB;
	color: #898888;
	text-decoration: none;
}
/* News Page Styling */
.newspage_header_block { height: 46px; margin-bottom: 24px; }
.news_page_description { width: 660px; }
.newspage_news_item { border-bottom: 1px solid #C6C6C6; margin-bottom: 9px; }
.newspage_news_title { display: block; font-size: 1.6em; padding-top: 6px; padding-bottom: 3px; }
.newspage_title_source { float: right; font-size: 1em; margin-top: -18px; }
.newspage_news_item p { font-size: 1.3em; width: 640px; padding-bottom: 6px; }
.newspage_news_read_more {
	background-color: #fff;
	color: #898888;
	font-size: 1.1em;
	line-height: 3.4em;
	text-align: center;
	text-transform: uppercase;
	float: right;
	width: 120px;
	height: 39px;
	margin-top: -57px;
	border: 1px solid #C6C6C6;
}
.newspage_news_read_more:hover {
	background-color: #EBEBEB;
	color: #898888;
	text-decoration: none;
}
/* News Article Styling */
.newsarticle_title_date { font-size: 1.2em !important; color: #A6A7A8; margin-top: -6px; }
#news_social_footer {
	width: 100%;
	height: 66px;margin-top: 48px;
	padding: 12px 0;
	border-top: 1px solid #D8D9DA;
	border-bottom: 1px solid #D8D9DA;
}
.socialfooter_newsrtn { float: left; }
.socialfooter_btn {
	background-color: #45AE4E;
	color: #fff;
	font-size: 1.3em;
	line-height: 3.2em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	float: left;
	width: 200px;
	height: 39px;
}
.socialfooter_btn:hover {
	background-color: #56D360;
	color: #fff;
	text-decoration: none;
}
.socialfooter_links { float: right; height: 39px; margin-right: -3px; padding: 4px 0; }
.socialfooter_links p { margin: 3px 12px 0 0; float: left; }
.socialfooter_sociallinks { float: right; }

/* Case Study Section Styling */
.case_study { padding: 6px; padding-right: 0; margin-right: -12px !important; }
.case_study img { margin-bottom: 24px; }
.home_main_section { margin-bottom: 24px; }

/* Bottom Section Styling */
.home_bottom_section { padding-top: 2%; padding-bottom: 0; width: 104%; }
.bottom_section_block { width: 381px; height: 130px; }
.bottomsection_text_block {
	background-color: #333333;
	display: inline-block;
	width: 131px;
	height: 130px;
	text-align: center;
	padding: 39px 12px 0 12px;
}
.bottomsection_text_block:hover {
	background-color: #33933B;
	color: #ccc;
	text-decoration: underline;
	-webkit-box-shadow: inset 0px 0px 32px 6px rgba(38,34,38,0.66);
	-moz-box-shadow: inset 0px 0px 32px 6px rgba(38,34,38,0.66);
	box-shadow: inset 0px 0px 32px 6px rgba(38,34,38,0.66);
}
.bottomsection_text {
	font-family: 'Open Sans Semibold';
	font-size: 1.9em;
	line-height: 1.5em;
	color: #fff;
}
.calltoaction_img { display: inline-block; float: right; width: 250px; height: 130px; }
.calltoaction_img img { border: none; }
/* 'Donate' call to action button that appears in the Contact Us sidebar  */
.side_section_block { width: 280px; height: 105px; margin-top: 20px; margin-left: 57px; }
.sidesection_text_block {
	background-color: #333333;
	display: inline-block;
	width: 78px;
	height: 105px;
	text-align: center;
	padding: 33px 7px 0 7px;
}
.sidesection_text_block:hover {
	background-color: #309338;
	color: #ccc;
	text-decoration: underline;
	-webkit-box-shadow: inset 0px 0px 32px 6px rgba(38,34,38,0.66);
	-moz-box-shadow: inset 0px 0px 32px 6px rgba(38,34,38,0.66);
	box-shadow: inset 0px 0px 32px 6px rgba(38,34,38,0.66);
}
.sidesection_text {
	font-family: 'Open Sans Semibold';
	font-size: 1.4em;
	line-height: 1.5em;
	color: #fff;
}
.side_section_block_img { display: inline-block; float: right; width: 202px; height: 105px; }
.side_section_block_img img { border: none; }

/* Donation Page Styling */
.banner_donation .nivoSlider { border-bottom: none; margin-bottom: 6px; }
input[type="radio"].donate_amount, input[type="checkbox"].donate_amount {
	font-size: 1.2em;
	margin-right: 6px;
}
input[type="radio"].donate_amount + label {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 48px;
}
.btn_donatenow {
	background-color: #45AE4E;
	font: normal 1.5em/1.5em 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	width: 150px;
	height: 42px;
	margin-top: 50px;
	border: none;
}
.btn_donatenow:hover { background-color: #56D360; color: #fff; text-decoration: underline; border: none; opacity: 1; }
#other_amount { height: 24px; margin-left: -28px; }
.donate_payment_methods { margin-top: 24px; }

/* Jobs Page Styling */
.jobs_submit {
	background-color: #40AF49;
	font: normal 0.8em/1.5em 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	width: 105px;
	height: 30px;
	margin-left: 20px;
	border: none;
}
.jobs_submit:hover { background-color: #736F6F; }
.jobs_category { margin-left: 12px; }
#jobs_block {
	background-color: #F5F5F5;
	margin-bottom: 24px;
	padding: 12px 24px;
	padding-bottom: 39px;
}
.cke_editable ul.jobs_details {
	display: inline-block;
	list-style: none;
	margin-left: -50px;
}
.cke_editable ul.jobs_details li, .cke_editable ul.jobs_details_extra li {
	display: inline-block;
	list-style: none;
	font-size: 1.2em;
	color: #8D8D8D;
	line-height: 0.9em;
	height: 15px;
	margin-top: 12px;
	margin-right: 6px;
	padding-left: 22px;
	border-left: 1px solid #8D8D8D;
}
.cke_editable ul.jobs_details li:first-child { border-left: none; }
.cke_editable ul.jobs_details li:before, .cke_editable ul.jobs_details_extra li:before { content: ""; }
.cke_editable ul.jobs_details_extra {
	display: inline-block;
	list-style: none;
	margin-left: -39px;
}
.jobs_read_more {
	background-color: #fff;
	color: #898888;
	font-size: 1em;
	line-height: 2.7em;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 123px;
	height: 30px;
	margin-top: -12px;
	border: 1px solid #C6C6C6;
}
.jobs_read_more:hover {
	background-color: #EBEBEB;
	color: #898888;
	text-decoration: none;
}

/* Contact Page Styling */
.contact_form { margin-left: -15px; }
.btn_contactus {
  background-color: #45AE4E;
  font: normal 1.5em/1.5em 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  width: 150px;
  height: 42px;
  border: none;
}
.btn_contactus:hover { background-color: #56D360; color: #fff; text-decoration: underline; border: none; opacity: 1; }

/* Contact Info Accordion */ 
.accordion {
	width: 98%;
	margin: 48px 0 24px 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.accordion dt {
	background-color: #656667;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	height: 39px;
	border-bottom: 1px solid #DDD;
}
.accordion dd {
	display: none;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}
.accordion dt { cursor: pointer; padding: 8px 15px; margin: 0; }
.accordion dt:before {
	content: "\25B6";
	font-size: 1em;
	line-height: 1.8em;
	padding-right: 5px;
	float: right;
}
.accordion dt:hover { background-color: #333333; }
.accordion dt.accordion-active { background-color: #333333; }
.accordion dt.accordion-active:before {
	content: "\25BE";
	font-size: 1.9em;
	line-height: 0.8em;
	padding-right: 3px;
}
.accordion dt.accordion-active:hover { cursor: default; }

/* Footer Styling */
footer {
	position: relative;
	width: 100%;
	bottom: 0;
	background-color: #40AF49;
	background-image: none;
}
footer .container { padding-bottom: 0; }
#footer { background-image: none; margin-left: -20px; }
.footer_list_heading {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding-bottom: 6px;
}
.footer_list { list-style: none; margin-top: 24px; margin-left: -39px; }
.footer_list li { padding-bottom: 6px; white-space: nowrap; }
.footer_list li a:hover { color: #FFF; text-decoration: underline; }
#footer_copyright {
	background-color: #333333;
	width: 100%;
	height: 39px;
}
.footer_copyright_list {
	list-style: none;
	display: inline-block;
	margin-left: -52px;
	padding-top: 8px;
}
.footer_copyright_list li {
	display: inline;
	font-size: 0.7em;
	margin-left: 10px;
	padding-left: 12px;
	border-left: 1px solid #ccc;
}
.footer_copyright_list li:first-child { margin-left: 0; padding-left: 0; border-left: none; }
.footer_copyright_list li a { color: #ccc; }
.footer_copyright_list li a:hover { color: #40AF49; text-decoration: underline; }
#footer_copyright p {
	color: #ccc;
	font-size: 0.7em;
	float: right;
	padding-top: 12px;
	padding-bottom: 0;
}


/* Styling for CK Editor Custom Content Templates
=============================================================== */

/*-- 2-Column Template --*/
.cke_editable #pagewrap {
	position: relative;
	padding: 12px 0;
	width: 102%;
	margin: 0 auto;
}
.cke_editable header { height: 48px; padding: 0 15px; }
.cke_editable #content { width: 49%; float: left; padding: 5px 15px; }
.cke_editable #content_middle {
	width: 49%;
	float: right;
	padding: 5px 15px;
	margin: 0 0 5px 5px;
}

/* for 980px or less */
@media screen and (max-width: 980px) {
	
	.cke_editable #pagewrap { width: 106%; }
	.cke_editable #content { width: 49%; padding: 1% 4%; }
	.cke_editable #content_middle { width: 49%; padding: 1% 4%; margin: 0 0 5px 0; }

}

/* for 767px or less */
@media screen and (max-width: 767px) {

	.cke_editable #pagewrap { width: 100%; }
	.cke_editable header { height: auto; }
	.cke_editable h1 { font-size: 3em; }
	.cke_editable #content, .cke_editable #content_middle { width: 100%; }

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	.cke_editable #pagewrap { width: 100%; }
	.cke_editable header { height: auto; }
	.cke_editable h1 { font-size: 2em; }
	.cke_editable #content, .cke_editable #content_middle { width: 100%; }

}

.cke_editable header, .cke_editable #content, .cke_editable #content_middle { margin-bottom: 5px; padding: 0; }


/*-- 2nd Tier Landing Page Template --*/
.cke_editable #second_tier_pagewrap {
	position: relative;
	padding: 12px 0;
	width: 100%;
	margin: 0 auto;
}
.cke_editable #second_tier_main_content { width: 100%; }
.cke_editable #second_tier_content_text {  }
.cke_editable #second_tier_content_boxes { width: 100%; }
.cke_editable .second_tier_boxes_left { width: 49%; float: left; }
.cke_editable .second_tier_boxes_right { width: 49%; float: right; }
.second_tier_box {
	background-color: #ddd;
	width: 100%;
	min-height: 190px;
	margin: 24px 0;
	padding: 12px;
}
.second_tier_box img { float: left; margin-top: 10px; margin-left: 10px; border: 2px solid #ccc; }
.second_tier_box h2, .second_tier_box p { padding-right: 20px; padding-left: 150px; }
.second_tier_readmore {
	background-color: #fff;
	color: #898888;
	font-size: 1em;
	line-height: 2.7em;
	text-align: center;
	text-transform: uppercase;
	float: right;
	width: 105px;
	height: 30px;
	margin: -12px 12px 12px 0;
	border: 1px solid #C6C6C6;
}
.second_tier_readmore:hover { background-color: #807D7D; color: #fff; text-decoration: none; }

/* for 1200px or less */
@media screen and (max-width: 1199px) {

	.second_tier_box { min-height: 213px; }

}

/* for 992px or less */
@media screen and (max-width: 991px) {

	.cke_editable .second_tier_boxes_left { width: 100%; float: left; margin-bottom: -24px; }
	.cke_editable .second_tier_boxes_right { width: 100%; float: left; }
	.second_tier_box { min-height: 165px; }

}

/* for 730px or less */
@media screen and (max-width: 729px) {

	.second_tier_box { min-height: 190px; }

}

/* for 555px or less */
@media screen and (max-width: 554px) {

	.second_tier_box { min-height: 215px; }

}



/*-- Case Study Homepage Sidebar Template --*/
#casestudy_main {
	background-color: #EBEBEB;
    height: 100%;
    margin-top: 15px;
    padding-bottom: 66px;
    border: 1px solid #DCDCDC;
}
#casestudy_img {
	background: #EBEBEB url('../../../files/image/casestudy.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 200px;
	min-height: 118px;
	margin-bottom: 33px;
	border: none;
	border-bottom: 3px solid #40AF49;
}
#casestudy_content { padding: 0 39px; }
#casestudy_content p { line-height: 1.5em; padding: 6px 0; }
#casestudy_link {
	background-color: #40AF49;
	color: #fff;
	font-size: 1em;
	line-height: 2.9em;
	text-align: center;
	text-transform: uppercase;
	float: right;
	width: 105px;
	height: 30px;
	margin: 17px 33px 6px 0;
}
#casestudy_link:hover { background-color: #56D360; text-decoration: none;}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#casestudy_main { min-height: 552px; }
	
}


/* Global Media Queries
============================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.left_menu_responsive { width: 100%; margin-left: -20px; }
	
	/* Menu Button */
    .full-menu, .full-menu ul { display: none; }
	.nav_icon {
		position: relative;
		float: right;
		width: 60px;
		height: 45px;
		margin-top: 12px;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
		cursor: pointer;
	}
	.nav_icon:hover { cursor: pointer; }
	.nav_icon span {
		display: block;
		position: absolute;
		background-color: #fff;
		left: 0;
		width: 93%;
		height: 6px;
		border-radius: 9px;
		opacity: 1;
	}
	.nav_icon span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(2) {
		top: 12px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(3) {
		top: 24px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
    .mobile-menu { display: block; }
    .top_header { margin-top: 75px; }
    .menu-btn {
        position: absolute;
        display: block;
        background-color: #3AB043;
        right: 0;
        width: 100%;
        padding: 4px 24px 0;
        font-size: 2em;
        color: #fff;
        text-align: right;
        cursor: pointer;
    }
    .menu-btn:hover { background-color: #309438; color: #FFF; }
    .menu-btn--left { float: left; }
    .menu-btn--right { float: right; }
    .pushy {
        position: fixed;
        width: 480px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background-color: #3AB043;
        font-size: 0.9em;
        font-weight: bold;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    }
    .pushy-right { right: 0; }
    .pushy a {
        display: block;
        color: #b3b3b1;
        padding: 15px 30px;
        border-bottom: 1px solid rgba(35, 78, 108, 0.24);
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-decoration: none;
    }
    .pushy a:hover { background: #00b4ff; color: #FFF; }

    /* Menu Movement Right */
    .pushy-right {
        -webkit-transform: translate3d(480px,0,0);
           -moz-transform: translate3d(480px,0,0);
            -ms-transform: translate3d(480px,0,0);
             -o-transform: translate3d(480px,0,0);
                transform: translate3d(480px,0,0);
    }
    .pushy-right--open {
        right: 0;
        -webkit-transform: translate3d(0,0,0);
           -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
             -o-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }
    .container-push--right, .push-push {
        -webkit-transform: translate3d(-480px,0,0);
           -moz-transform: translate3d(-480px,0,0);
            -ms-transform: translate3d(-480px,0,0);
             -o-transform: translate3d(-480px,0,0);
                transform: translate3d(-480px,0,0);
    }

    /* Menu Transitions */
    .pushy, #container, .push {
        -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
              -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
                  -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
                        transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }

    /* Site Overlay */
    .site-overlay { display: none; }
    .pushy-right--active .site-overlay--right {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
           -moz-animation: fade 500ms;
             -o-animation: fade 500ms;
                animation: fade 500ms;
    }

    @keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-moz-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-webkit-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-o-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }
    
    /* MOBILE NAV
    ================================================== */
    .mobile-menu { list-style: none; list-style-image: none; padding-left: 0; }
    .mobile-menu li { position: relative; margin-bottom: 0; }
    .mobile-menu li a {
        display: block;
        font-size: 1.6rem;
        color: #fff;
        text-decoration: none;
        border-top: solid 1px rgba(0,0,0,0.08);
    }
    .mobile-menu li a:first-child { border-top: none; }
    .mobile-menu li a:hover { background-color: transparent; color: #c7e5c7; }
    .mobile-menu li .caret {
        background: url('../img/ico/mobilenav_arrow_1.png') no-repeat;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 26px;
        height: 26px;
        border: none;
        -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out; 
    }
    .mobile-menu li .caret:hover { cursor: pointer; }
    .mobile-menu li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu li ul {
        background-color: #309037;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border-top: 1px solid #388b3e;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
                transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    .mobile-menu li li { list-style: none; }
    .mobile-menu li li a {
        color: #fff !important;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 9px 75px;
    }
    .mobile-menu ul ul { background-color: #26772c; border-top: 1px solid #298130; }
    .mobile-menu ul ul li a { color: #fff !important; font-size: 1.4rem; padding: 9px 93px; }
    .mobile-menu li li .caret {
        background: url('../img/ico/mobilenav_arrow_2.png') no-repeat;
        position: absolute;
        top: 14px;
        right: 24px;
        width: 15px;
        height: 15px;
    }
    .mobile-menu li li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu .sub_menu.closed { display: none; }
    .mobile-menu .sub_menu.opened { display: block; }
	
	#menu { display: none; }
	.navbar { display: none; }
	.navbar-brand img { margin-left: -12px; }
	.navbar-nav li { margin-right: 5px; }
	.linkback_MCShome { margin-right: 9px; }
	.header_tagline {
		float: right;
		margin-top: -12px;
		margin-right: 6px;
		margin-bottom: 0;
		width: 500px;
		text-align: right;
	}
	.mobile_banner_container { display: none; }
	#searchbox { margin: 6px -12px 6px -20px; }
	.nivo-caption { width: 970px !important; }
	.banner_caption h1 { padding-right: 240px; }
	.nivo-caption p { padding-right: 390px !important; }
	.nivo-controlNav { width: 945px !important; bottom: 64px !important; }
	.banner_caption { margin-top: -28% !important; }
	.slider_btn { margin-top: -6px; }
	.dropdown-menu {
		position: inherit;
		display: block;
		float: none;
		background-color: transparent;
		box-shadow: none;
		border: none;
		min-width: inherit;
	}
	
	.container_topbar h1 { width: 970px; }
    .breadcrumb_inner { width: 970px; color:#01aef0;  }
    .breadcrumb { padding-left: 52px; }
	
	#ss_container { width: 980px; }
	.header_family_services, .header_disability_services, .header_employment_training, .header_aged_care { line-height: 0.9em; }
	.news_item p { font-size: 1.2em; width: 444px; }
	
	.newspage_news_item { width: 140%; }
    .newspage_news_item p { width: 75%; }
	
	.callout_boxes {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.bottom_section_block { margin-bottom: 24px; }	
	.makeadonation_block { width: 314px; margin-left: 7px; }
	.donate_text_block { width: 84px; padding: 39px 0 0 0px; }
	.donate_text { margin-left: 9px; }
	.donate_text a { font-size: 1.2em; line-height: 1em; }
	.donate_pic { margin-right: 0px; margin-left: -66px; width: 200px; }
	.donate_pic img { width: 200px; height: 130px; }
	
	.side_section_block { margin-left: 0; }
	
	footer .container .row { width: 84%; margin: 0 auto; margin-top: -12px; }
	.footer_list { margin-top: 6px; }
	.footer_list_heading  { margin-top: 20px; }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container { width: 90%; }
	.left_menu_responsive { width: 100%; margin-left: -20px; }
	
	/* Menu Button */
    .full-menu, .full-menu ul { display: none; }
	.nav_icon {
		position: relative;
		float: right;
		width: 60px;
		height: 45px;
		margin-top: 12px;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
		cursor: pointer;
	}
	.nav_icon:hover { cursor: pointer; }
	.nav_icon span {
		display: block;
		position: absolute;
		background-color: #fff;
		left: 0;
		width: 93%;
		height: 6px;
		border-radius: 9px;
		opacity: 1;
	}
	.nav_icon span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(2) {
		top: 12px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(3) {
		top: 24px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
    .mobile-menu { display: block; }
    .top_header { margin-top: 75px !important; }
    .menu-btn {
        position: absolute;
        display: block;
        background-color: #3AB043;
        right: 0;
        width: 100%;
        padding: 4px 24px 0;
        font-size: 2em;
        color: #fff;
        text-align: right;
        cursor: pointer;
    }
    .menu-btn:hover { background-color: #309438; color: #FFF; }
    .menu-btn--left { float: left; }
    .menu-btn--right { float: right; }
    .pushy {
        position: fixed;
        width: 480px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background-color: #3AB043;
        font-size: 0.9em;
        font-weight: bold;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    }
    .pushy-right { right: 0; }
    .pushy a {
        display: block;
        color: #b3b3b1;
        padding: 15px 30px;
        border-bottom: 1px solid rgba(35, 78, 108, 0.24);
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-decoration: none;
    }
    .pushy a:hover { background: #00b4ff; color: #FFF; }

    /* Menu Movement Right */
    .pushy-right {
        -webkit-transform: translate3d(480px,0,0);
           -moz-transform: translate3d(480px,0,0);
            -ms-transform: translate3d(480px,0,0);
             -o-transform: translate3d(480px,0,0);
                transform: translate3d(480px,0,0);
    }
    .pushy-right--open {
        right: 0;
        -webkit-transform: translate3d(0,0,0);
           -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
             -o-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }
    .container-push--right, .push-push {
        -webkit-transform: translate3d(-480px,0,0);
           -moz-transform: translate3d(-480px,0,0);
            -ms-transform: translate3d(-480px,0,0);
             -o-transform: translate3d(-480px,0,0);
                transform: translate3d(-480px,0,0);
    }

    /* Menu Transitions */
    .pushy, #container, .push {
        -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
              -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
                  -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
                        transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }

    /* Site Overlay */
    .site-overlay { display: none; }
    .pushy-right--active .site-overlay--right {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
           -moz-animation: fade 500ms;
             -o-animation: fade 500ms;
                animation: fade 500ms;
    }

    @keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-moz-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-webkit-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-o-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }
    
    /* MOBILE NAV
    ================================================== */
    .mobile-menu { list-style: none; list-style-image: none; padding-left: 0; }
    .mobile-menu li { position: relative; margin-bottom: 0; }
    .mobile-menu li a {
        display: block;
        font-size: 1.6rem;
        color: #fff;
        text-decoration: none;
        border-top: solid 1px rgba(0,0,0,0.08);
    }
    .mobile-menu li a:first-child { border-top: none; }
    .mobile-menu li a:hover { background-color: transparent; color: #c7e5c7; }
    .mobile-menu li .caret {
        background: url('../img/ico/mobilenav_arrow_1.png') no-repeat;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 26px;
        height: 26px;
        border: none;
        -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out; 
    }
    .mobile-menu li .caret:hover { cursor: pointer; }
    .mobile-menu li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu li ul {
        background-color: #309037;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border-top: 1px solid #388b3e;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
                transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    .mobile-menu li li { list-style: none; }
    .mobile-menu li li a {
        color: #fff !important;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 9px 75px;
    }
    .mobile-menu ul ul { background-color: #26772c; border-top: 1px solid #298130; }
    .mobile-menu ul ul li a { color: #fff !important; font-size: 1.4rem; padding: 9px 93px; }
    .mobile-menu li li .caret {
        background: url('../img/ico/mobilenav_arrow_2.png') no-repeat;
        position: absolute;
        top: 14px;
        right: 24px;
        width: 15px;
        height: 15px;
    }
    .mobile-menu li li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu .sub_menu.closed { display: none; }
    .mobile-menu .sub_menu.opened { display: block; }
	
	#menu { display: none; }
	.navbar { display: none; }
	.navbar-brand img { margin-left: -3px; }
	.navbar-nav { margin-left: -24px; }
	.navbar-brand { margin-left: -24px; }
	.navbar-nav li { margin-right: -12px; }
	.navbar-inverse .navbar-nav li a { font-size: 1em; }
	.linkback_MCShome { margin-right: 9px; }
	.header_tagline {
		float: right;
		margin-top: -12px;
		margin-right: 6px;
		margin-bottom: 0;
		width: 50%;
		text-align: right;
	}
	.mobile_banner_container { display: none; }
	.banner_caption { margin-top: -30% !important; }
	
	.container_topbar h1 { width: 90%; }
    .breadcrumb_inner { width: 90%; }
    .breadcrumb { padding-left: 33px; }
	
	#searchbox { margin: 6px -12px 6px -20px; }
	.nivo-caption { width: 744px !important; }
	.banner_caption h1 { font-size: 1.3em; padding-right: 120px; }
	.nivo-caption p { font-size: 0.6em; padding-right: 200px !important; }
	.nivo-controlNav { width: 744px !important; bottom: 64px !important; }
	.slider_btn { font-size: 0.8em; margin-top: -6px; }
	.body-home, .container, .row:first-of-type { margin: 0 auto; }
	.home_main_section { padding-top: 0; }
	#ss_container { width: 725px; }
	.dropdown-menu {
		position: inherit;
		display: block;
		float: none;
		background-color: transparent;
		box-shadow: none;
		border: none;
		min-width: inherit;
	}
	.header_family_services, .header_disability_services, .header_employment_training, .header_aged_care { min-height: 48px; font-size: 1.2em; line-height: 1.2em; }
	.news_header_block h1, .casestudy_header_block h1 { font-size: 1.7em; line-height: 1.7em; }
	.news_item p { font-size: 1.2em; width: 309px; }
	.callout_boxes {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-left: -12px;
		text-align: center;
	}
	.bottom_section_block { margin-bottom: 24px; }
	.quote_bottom {
		background-color: #EBEBEB;
		width: 156%;
		height: 130px;
		margin-left: -12px;
		border: 1px solid #D8D7D8;
		display: inline-block;
		float: left;
	}
	.makeadonation_block {
		background-color: #333333;
	    width: 333%;
	    margin-top: 165px;
	    margin-bottom: -20px;
	    margin-left: -512px;
	    height: 130px;
	    display: inline-block;
	    float: left;
	}
	.makeadonation_block:hover { background-color: #A9A6A6; }
	.donate_text_block {
	    width: 430px;
		text-align: center;
		padding: 52px 0 0 20px;
	}
	.donate_text a {
		color: #fff;
		font-size: 2.4em;
	}
	.donate_pic {
		margin-right: 0;
		margin-left: 0;
	}
	
	.side_section_block { margin-left: 0; }
	
	footer .container .row { width: 90%; margin: 0 auto; margin-top: -12px; }
	.footer_list { margin-top: 6px; }
	.footer_list_heading  { margin-top: 20px; }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container { width: 90%; }
	.left_menu_responsive { width: 100%; margin-left: -20px; }
	
	/* Menu Button */
    .full-menu, .full-menu ul { display: none; }
	.nav_icon {
		position: relative;
		float: right;
		width: 60px;
		height: 45px;
		margin-top: 12px;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
		cursor: pointer;
	}
	.nav_icon:hover { cursor: pointer; }
	.nav_icon span {
		display: block;
		position: absolute;
		background-color: #fff;
		left: 0;
		width: 93%;
		height: 6px;
		border-radius: 9px;
		opacity: 1;
	}
	.nav_icon span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(2) {
		top: 12px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(3) {
		top: 24px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
    .mobile-menu { display: block; }
    .top_header { margin-top: 75px !important; }
    .menu-btn {
        position: absolute;
        display: block;
        background-color: #3AB043;
        right: 0;
        width: 100%;
        padding: 4px 24px 0;
        font-size: 2em;
        color: #fff;
        text-align: right;
        cursor: pointer;
    }
    .menu-btn:hover { background-color: #309438; color: #FFF; }
    .menu-btn--left { float: left; }
    .menu-btn--right { float: right; }
    .pushy {
        position: fixed;
        width: 480px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background-color: #3AB043;
        font-size: 0.9em;
        font-weight: bold;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    }
    .pushy-right { right: 0; }
    .pushy a {
        display: block;
        color: #b3b3b1;
        padding: 15px 30px;
        border-bottom: 1px solid rgba(35, 78, 108, 0.24);
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-decoration: none;
    }
    .pushy a:hover { background: #00b4ff; color: #FFF; }

    /* Menu Movement Right */
    .pushy-right {
        -webkit-transform: translate3d(480px,0,0);
           -moz-transform: translate3d(480px,0,0);
            -ms-transform: translate3d(480px,0,0);
             -o-transform: translate3d(480px,0,0);
                transform: translate3d(480px,0,0);
    }
    .pushy-right--open {
        right: 0;
        -webkit-transform: translate3d(0,0,0);
           -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
             -o-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }
    .container-push--right, .push-push {
        -webkit-transform: translate3d(-480px,0,0);
           -moz-transform: translate3d(-480px,0,0);
            -ms-transform: translate3d(-480px,0,0);
             -o-transform: translate3d(-480px,0,0);
                transform: translate3d(-480px,0,0);
    }

    /* Menu Transitions */
    .pushy, #container, .push {
        -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
              -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
                  -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
                        transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }

    /* Site Overlay */
    .site-overlay { display: none; }
    .pushy-right--active .site-overlay--right {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
           -moz-animation: fade 500ms;
             -o-animation: fade 500ms;
                animation: fade 500ms;
    }

    @keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-moz-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-webkit-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-o-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }
    
    /* MOBILE NAV
    ================================================== */
    .mobile-menu { list-style: none; list-style-image: none; padding-left: 0; }
    .mobile-menu li { position: relative; margin-bottom: 0; }
    .mobile-menu li a {
        display: block;
        font-size: 1.6rem;
        color: #fff;
        text-decoration: none;
        border-top: solid 1px rgba(0,0,0,0.08);
    }
    .mobile-menu li a:first-child { border-top: none; }
    .mobile-menu li a:hover { background-color: transparent; color: #c7e5c7; }
    .mobile-menu li .caret {
        background: url('../img/ico/mobilenav_arrow_1.png') no-repeat;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 26px;
        height: 26px;
        border: none;
        -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out; 
    }
    .mobile-menu li .caret:hover { cursor: pointer; }
    .mobile-menu li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu li ul {
        background-color: #309037;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border-top: 1px solid #388b3e;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
                transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    .mobile-menu li li { list-style: none; }
    .mobile-menu li li a {
        color: #fff !important;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 9px 75px;
    }
    .mobile-menu ul ul { background-color: #26772c; border-top: 1px solid #298130; }
    .mobile-menu ul ul li a { color: #fff !important; font-size: 1.4rem; padding: 9px 93px; }
    .mobile-menu li li .caret {
        background: url('../img/ico/mobilenav_arrow_2.png') no-repeat;
        position: absolute;
        top: 14px;
        right: 24px;
        width: 15px;
        height: 15px;
    }
    .mobile-menu li li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu .sub_menu.closed { display: none; }
    .mobile-menu .sub_menu.opened { display: block; }
	
	#menu { display: none; }
	.navbar { display: none; }
	.navbar-brand img { margin-left: -12px; }
	.navbar-brand { margin-top: 6px; }
	.service_streams {
	  margin-bottom: 12px !important;
	  margin-left: -28px !important;
	  width: 107.5%;
	}
	.slicknav_menu { display: block; }
	.linkback_MCShome { margin: -6px 4px 15px 0; }
	.header_tagline {
		text-align: left;
		float: left;
		margin-top: -145px;
		margin-left: 18px;
		width: 93%;
	}
	#searchbox { margin: 75px 0 12px 0; float: left; width: 96%; }
	.glyphicon { right: -33px; }
	.mobile_banner_container {
		display: block;
		margin: 0 auto;
		border-bottom: 6px solid #3AB043;
	}
	.mobile_banner img { width: 100%; border: none; }
	.nivoSlider { background: none !important; border-bottom: none; }
	.slider-wrapper { height: 370px; }
	.nivoSlider img { display: none !important; }
	
	.nivo-caption { width: 93% !important; top: 20px !important; }
	.banner_caption {
		float: none;
		position: relative;
		margin: 0 auto !important;
		width: 100%;
	}
	.banner_caption h1 {
		color: #33B23C !important;
		font-size: 1.4em;
		text-shadow: none;
		text-align: center;
		margin-bottom: 9px;
		padding-right: 0;
	}
	.banner_caption p {
		color: #373737 !important;
		font-size: 0.6em !important;
		text-shadow: none;
		text-align: center;
		width: 84%;
		margin: 0 auto !important;
		padding-right: 0 !important;
	}
	.nivo-caption p { padding-right: 0 !important; padding: 5px !important; }
	.nivo-controlNav {
		position: absolute !important;
		display: block;
		text-align: center;
		right: 0 !important;
		bottom: 20px !important;
		width: 440px !important;
	}
	.nivo-controlNav a { background-image: url(/templates/default/img/nivoslider/bullets_mobile.png) !important; }
	.slider_btn {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		border-color: #3AB043;
	}
	.slider_btn:hover p { color: #fff; }
	.slider_btn p { color: #1d1d1d; }
	
	.body-home, .container, .row:first-of-type { margin: 0 auto; }
	.dropdown-menu {
		position: inherit;
		display: block;
		float: none;
		background-color: transparent;
		box-shadow: none;
		border: none;
		min-width: inherit;
	}
	.dropdown-menu li a { color: #fff; padding-left: 39px; padding-top: 6px; }
	.dropdown-menu li a:hover { width: 98%; }
	
	.container_topbar h1 { width: 90%; }
    .breadcrumb_inner { width: 90%; }
    .breadcrumb { padding-left: 33px; }
    
    #ss_container { width: 107%; }
    .service_streams {
        margin-right: 39px;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        width: 93%;
    }
	.news_home { width: 100%; margin-left: 0; }
    .news_item { min-height: 165px; padding-bottom: 42px; }
    .news_item p { font-size: 1.2em; width: 100%; }
    .news_read_more { margin-top: 0; }
    
    .newspage_news_item { min-height: 165px; padding-bottom: 42px; }
    .newspage_title_source { float: left; width: 100%; margin: 10px 0; }
    .newspage_news_item p { width: 100%; }
    .newspage_news_read_more { margin-top: -9px; }
    
    .side_section_block { margin-left: 0; }
    
    .case_study { margin: 39px 0 0 -9px !important; }
	
	.bottom_section_block { margin: 0 auto 24px; }
	
	footer .container { width: 90%; margin-top: 20px; padding-left: 20px; }
    .footer_list_item { width: 46%; margin-bottom: 12px; }
    .footer_li_right { float: right; }
    
    #footer_copyright { height: 100%; }
    .footer_copyright_list {
        list-style: none;
        display: inline-block;
        margin-top: 12px;
        margin-bottom: 48px;
        margin-left: -57px;
    }
    .footer_copyright_list li:first-child { padding-left: 9px; border-left: 1px solid #ccc; }
    .footer_copyright_list li {
        display: list-item;
        text-align: left;
        margin-bottom: 12px;
        margin-left: 0;
        padding-left: 9px;
        border: none;
        border-left: 1px solid #ccc;
    }
    .footer_copyright_list li a { display: block; font-size: 1.5em; }
    #footer_copyright p {
        font-size: 0.9em;
        bottom: 0;
        position: absolute;
        right: 0;
        margin-right: 48px;
    }
	
	#jobs_block {
	  background-color: #F5F5F5;
	  margin-bottom: 24px;
	  padding: 12px 24px;
	  padding-bottom: 39px;
	}
	.cke_editable ul.jobs_details {
	  display: inline-block;
	  list-style: none;
	  margin-left: -50px;
	}
	.cke_editable ul {
	  margin: 6px 0 24px -15px;
	  list-style:none;
	  list-style-type: none;
	  display: inline-block;
	}
	.cke_editable ul.jobs_details li, .cke_editable ul.jobs_details_extra li {
	  display: inline-block;
	  list-style: none;
	  font-size: 1.2em;
	  color: #8D8D8D;
	  line-height: 0.9em;
	  height: 15px;
	  margin-top: 12px;
	  margin-right: 6px;
	  padding-left: 22px;
	  list-style:none;
	  border-left: 1px solid #8D8D8D;
	}
	.jobs_read_more {
	  background-color: #fff;
	  color: #898888;
	  font-size: 1em;
	  line-height: 2.7em;
	  text-align: center;
	  text-transform: uppercase;
	  float: left;
	  width: 123px;
	  height: 30px;
	  margin-top: -12px;
	  border: 1px solid #C6C6C6;
	}
	.cke_editable ul.jobs_details li, .cke_editable ul.jobs_details_extra li:before { content: ""; }
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 479px) {
    .container { width: 90%; }
    .left_menu_responsive { width: 100%; margin-left: -20px; }
    
    /* Menu Button */
    .full-menu, .full-menu ul { display: none; }
	.nav_icon {
		position: relative;
		float: right;
		width: 60px;
		height: 45px;
		margin-top: 12px;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
		cursor: pointer;
	}
	.nav_icon:hover { cursor: pointer; }
	.nav_icon span {
		display: block;
		position: absolute;
		background-color: #fff;
		left: 0;
		width: 93%;
		height: 6px;
		border-radius: 9px;
		opacity: 1;
	}
	.nav_icon span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(2) {
		top: 12px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
	.nav_icon span:nth-child(3) {
		top: 24px;
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
	}
    .mobile-menu { display: block; }
    .top_header { margin-top: 75px !important; }
    .menu-btn {
        position: absolute;
        display: block;
        background-color: #3AB043;
        right: 0;
        width: 100%;
        padding: 4px 24px 0;
        font-size: 2em;
        color: #fff;
        text-align: right;
        cursor: pointer;
    }
    .menu-btn:hover { background-color: #309438; color: #FFF; }
    .menu-btn--left { float: left; }
    .menu-btn--right { float: right; }
    .pushy {
        position: fixed;
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background-color: #3AB043;
        font-size: 0.9em;
        font-weight: bold;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    }
    .pushy-right { right: 0; }
    .pushy a {
        display: block;
        color: #b3b3b1;
        padding: 15px 30px;
        border-bottom: 1px solid rgba(35, 78, 108, 0.24);
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-decoration: none;
    }
    .pushy a:hover { background: #00b4ff; color: #FFF; }

    /* Menu Movement Right */
    .pushy-right {
        -webkit-transform: translate3d(240px,0,0);
           -moz-transform: translate3d(240px,0,0);
            -ms-transform: translate3d(240px,0,0);
             -o-transform: translate3d(240px,0,0);
                transform: translate3d(240px,0,0);
    }
    .pushy-right--open {
        right: 0;
        -webkit-transform: translate3d(0,0,0);
           -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
             -o-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }
    .container-push--right, .push-push {
        -webkit-transform: translate3d(-240px,0,0);
           -moz-transform: translate3d(-240px,0,0);
            -ms-transform: translate3d(-240px,0,0);
             -o-transform: translate3d(-240px,0,0);
                transform: translate3d(-240px,0,0);
    }

    /* Menu Transitions */
    .pushy, #container, .push {
        -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
              -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
                  -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
                        transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    }

    /* Site Overlay */
    .site-overlay { display: none; }
    .pushy-right--active .site-overlay--right {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
           -moz-animation: fade 500ms;
             -o-animation: fade 500ms;
                animation: fade 500ms;
    }

    @keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-moz-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-webkit-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @-o-keyframes fade {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }
    
    /* MOBILE NAV
    ================================================== */
    .mobile-menu { list-style: none; list-style-image: none; padding-left: 0; }
    .mobile-menu li { position: relative; margin-bottom: 0; }
    .mobile-menu li a {
        display: block;
        font-size: 1.6rem;
        color: #fff;
        text-decoration: none;
        border-top: solid 1px rgba(0,0,0,0.08);
    }
    .mobile-menu li a:first-child { border-top: none; }
    .mobile-menu li a:hover { background-color: transparent; color: #c7e5c7; }
    .mobile-menu li .caret {
        background: url('../img/ico/mobilenav_arrow_1.png') no-repeat;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 26px;
        height: 26px;
        border: none;
        -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out; 
    }
    .mobile-menu li .caret:hover { cursor: pointer; }
    .mobile-menu li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu li ul {
        background-color: #309037;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border-top: 1px solid #388b3e;
        -webkit-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
           -moz-box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
                box-shadow: inset 10px 0 12px -9px rgba(0, 0, 0, .7);
        -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
                transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    .mobile-menu li li { list-style: none; }
    .mobile-menu li li a {
        color: #fff !important;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 9px 75px;
    }
    .mobile-menu ul ul { background-color: #26772c; border-top: 1px solid #298130; }
    .mobile-menu ul ul li a { color: #fff !important; font-size: 1.4rem; padding: 9px 93px; }
    .mobile-menu li li .caret {
        background: url('../img/ico/mobilenav_arrow_2.png') no-repeat;
        position: absolute;
        top: 14px;
        right: 24px;
        width: 15px;
        height: 15px;
    }
    .mobile-menu li li .caret.opened {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mobile-menu .sub_menu.closed { display: none; }
    .mobile-menu .sub_menu.opened { display: block; }
    
    #menu { display: none; }
	.navbar { display: none; }
	.navbar-brand img { margin-left: -12px; }
	.navbar-brand { margin-top: 6px; }
    header .container { width: 90%; }
    .linkback_MCShome { margin: -6px 4px 15px 0; }
	.header_tagline {
		text-align: left;
		float: left;
		margin-top: -165px;
		margin-left: 18px;
		width: 93%;
	}
	#searchbox { margin: 93px 0 12px 0; float: left; width: 96%; }
	.glyphicon { right: 0; }
	.mobile_banner_container {
		display: block;
		margin: 0 auto;
		border-bottom: 6px solid #33B23C;
	}
	.mobile_banner img { width: 100%; border: none; }
	.nivoSlider { background: none !important; border-bottom: none; }
	.slider-wrapper { height: 400px; }
	.nivoSlider img { display: none !important; }
	.nivo-caption { width: 93% !important; top: 20px !important; }
	.banner_caption {
		float: none;
		position: relative;
		margin: 0 auto !important;
		width: 100%;
	}
	.banner_caption h1 {
		color: #33B23C !important;
		font-size: 1.2em;
		text-shadow: none;
		text-align: center;
		margin-bottom: 9px;
		padding-right: 0;
	}
	.banner_caption p {
		color: #373737 !important;
		font-size: 0.6em !important;
		text-shadow: none;
		text-align: center;
		width: 84%;
		margin: 0 auto !important;
		padding-right: 0 !important;
	}
	.nivo-caption p { padding-right: 0 !important; padding: 5px !important; }
	.nivo-controlNav {
		position: absolute !important;
		display: block;
		text-align: center;
		bottom: 20px !important;
		right: 0 !important;
		width: 100% !important;
	}
	.nivo-controlNav a { background-image: url(/templates/default/img/nivoslider/bullets_mobile.png) !important; }
	.slider_btn {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		border-color: #33B23C;
	}
	.slider_btn:hover p { color: #fff; }
	.slider_btn p { color: #1d1d1d; }
	.slider_btn p.slider_1, .slider_btn p.slider_3 { padding-left: 0px !important; }
	/*-- Overrides for Donation Page banner styling --*/
	.banner_donation { display: none; }
	.body-donation .breadcrumb { margin-top: 0; }
	
	.body-home, .container, .row:first-of-type { margin: 0 auto; }
	.dropdown-menu {
		position: inherit;
		display: block;
		float: none;
		background-color: transparent;
		box-shadow: none;
		border: none;
		min-width: inherit;
	}
	.dropdown-menu li a { color: #fff; padding-left: 39px; padding-top: 6px; }
	.dropdown-menu li a:hover { width: 98%; }
    
    .cke_editable h1 { font-size: 2.4em; }
    
    .container_topbar { height: auto; }
    .container_topbar h1 {
        width: 90%;
        font-size: 3.2em;
        line-height: 1.2em;
        padding-top: 9px;
        padding-left: 28px;
    }
    .breadcrumb_inner { width: 90%; }
    .breadcrumb { padding-left: 33px; }
    
    #ss_container { width: 107%; }
    
    .newspage_header_block { margin-bottom: 6px; }
    .news_home { width: 100%; margin-left: 0; }
    .news_item { min-height: 165px; padding-bottom: 42px; }
    .news_title_source {
        margin-top: -6px;
        margin-bottom: 12px;
        float: left;
        width: 100%;
    }
    .news_item p { font-size: 1.2em; width: 100%; }
    .news_read_more { margin-top: 0; }
    
    .case_study { margin-top: 24px; }
    
    .quote_bottom {
        width: 102%;
        height: 520px;
        margin-left: 5px;
    }
    #pic_catherine {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: top;
    }
    #quote { float: left; width: 100%; }
    #quote h1 { font-size: 2.5em; padding-bottom: 6px; line-height: 1.3em; }
    #quote p { font-size: 1.5em; }
    
	.home_bottom_section { margin-top: -24px; padding-top: 0; }
    .bottom_section_block { width: 102%; height: 167px; margin-top: 33px; margin-bottom: 24%; }
    .bottomsection_text_block { width: 100%; height: 48px; }
    .bottomsection_text { font-size: 1.8em; margin-top: -28px !important; line-height: 1.7em; }
    .calltoaction_img { width: 100%; height: 120px; margin-bottom: 48px; }
	.calltoaction_img img { width: 100%; }
	.makeadonation_block { width: 314px; margin-left: 7px; }
	.donate_text_block { width: 84px; padding: 39px 0 0 0px; }
	.donate_text { margin-left: 9px; }
	.donate_text a { font-size: 1.2em; line-height: 1em; }
	.donate_pic { margin-right: 0px; margin-left: -66px; width: 200px; }
    
    .newspage_news_item { min-height: 165px; padding-bottom: 42px; }
    .newspage_title_source { float: left; width: 100%; margin: 10px 0; }
    .newspage_news_item p { width: 100%; }
    .newspage_news_read_more { margin-top: -9px; }
    
    .side_section_block { margin-left: 0; }
    
    footer .container { width: 90%; margin-top: 20px; padding-left: 20px; }
    
    .footer_list_heading { padding-bottom: 0; }
    .footer_list { margin-top: 12px; }
    .footer_list_item { margin-bottom: 12px; }
    
    #footer_copyright { height: 100%; }
    .footer_copyright_list {
        list-style: none;
        display: inline-block;
        margin-top: 12px;
        margin-bottom: 48px;
        margin-left: -48px;
    }
    .footer_copyright_list li:first-child { padding-left: 9px; border-left: 1px solid #ccc; }
    .footer_copyright_list li {
        display: list-item;
        text-align: left;
        margin-bottom: 12px;
        margin-left: 0;
        padding-left: 9px;
        border: none;
        border-left: 1px solid #ccc;
    }
    .footer_copyright_list li a { display: block; font-size: 1.5em; }
    #footer_copyright p {
        float: left;
        font-size: 0.9em;
        bottom: 0;
        position: absolute;
        left: 0;
        margin-left: 33px;
    }
    
}

@media only screen and (max-width: 325px) {
    
   .casestudy_header_block { height: 66px; }

}