/*
	Theme Name: Lifetime Support Authority
	Theme URI: http://studioc.id.au
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Cassandra McNeilly – Studio(c Adelaide
	Author URI: http://studioc.id.au/contact-cass
	Version: 3.1/LSA2.1
	
	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Outreach Pro Blue
		- Outreach Pro Orange
		- Outreach Pro Purple
		- Outreach Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #222;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #d52b1e;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 700;
}




ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #5f5d5c;
	font-size: 18px;
	font-weight: bold;
	border-left: 1px solid #9f9e9d;
	padding-left: 20px;
}

blockquote {
	margin: 10px 0px 40px 0px;
}

blockquote::before {
	content: "\201C";
	display: none;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 45px;
	color: #d52b1e;
}

h2 {
	font-size: 30px;
	color: #d52b1e;
}

h3 {
	font-size: 24px;
	color: #d52b1e;
}

h4 {
	font-size: 20px;
	color: #d52b1e;
}

h5 {
	color: #5f5d5c;
	font-size: 18px;
	line-height: 1.625;
	font-weight: bold;
	border-left: 1px solid #9f9e9d;
	padding-left: 20px;
	margin: 30px 40px 30px 0px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #d52b1e ;
	border: none;
	border-radius: 10px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 25px;
	text-transform: uppercase;
	width: auto;
	text-decoration: none !important;
    margin-top: 8px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e17000;
	color: #fff !important;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1920px;
}

.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding-top: 50px;
}

.outreach-pro-home .site-inner {
	padding: 0px 0;
}

.outreach-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 0px;
	padding: 0px 40px 40px 40px;
	width: 1570px;
}

.outreach-pro-home .content {
	margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.full-width-content .content {
	width: 100% !important;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #D4D4D4;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px 16px 10px 0px;
    border-top: 1px solid #b4b4b4;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 20px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	margin-bottom: 0px;
}

.entry-title {
	font-size: 45px;
	font-weight: 400;
	padding: 0px 40px 0px 40px;
}

.content .entry-title a {
	color: #333;
}

.content .entry-title a:hover {
	color: #6ab446;
}

.widget-title {
	color: #6ab446;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}



a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget li {
	border-bottom: 1px solid #9f9e9d;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #6ab446;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #589b37;
	color: #333;
	min-height: 110px;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 0px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0px;
	width: 300px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding-top: 14px;
	text-align: right;
	width: 1100px;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #000;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 0px 20px 20px 20px;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	background-color: #fff;
	color: #000;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: none;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 14px 20px;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #6ab446;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 0px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #6ab446;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #5f5d5c;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .widget {
	margin: 0;
	padding: 0 40px 40px;
}

.home-top .widget:first-child {
	padding-top: 40px;
}

.home-top .widget.genesis_responsive_slider {
	padding: 0;
}

.outreach-pro-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #fff;
	padding-top: 60px;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999999;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 0px;
}

p.entry-meta a {
	color: #999999;
}

p.entry-meta a:hover {
	color: #333333 !important;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 10px 0 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none !important;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6ab446;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}

.sidebar .widget {
	background-color: #111;
	border-radius: 0px;
	padding: 30px;
	border-top: solid 3px #eaab09;
}
.sidebar li a {
	color: #ccc;
}
.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}
.sidebar .widget li {
    background: transparent url("//lifetimesupport.sa.gov.au/wp-content/uploads/icon-li-side-bullet.png") no-repeat scroll 0px 7px / 12px 12px;
}
.widget ul > li {
    list-style-position: outside;
    padding-left: 16px;
}
.sidebar .menu .current-menu-item > a {
    color: #d52b1e !important;
}
.sidebar .menu .current-menu-item > a:hover {
    color: #e17000 !important;
}
 #ubermenu-nav-sidemenuicons-10 li {
    background: none !important;
}
.ubermenu-sidemenuicons .ubermenu-item-level-0 > .ubermenu-target .ubermenu-icon {
    font-size: 30px;
    float: right;
}
.ubermenu.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target {
    border-bottom: 1px solid #9f9e9d !important;
}
.ubermenu.ubermenu-vertical .ubermenu-item-level-0:last-child > .ubermenu-target {
	border-bottom: none !important;
}
.ubermenu.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target {
    padding: 15px 0px 15px 0px  !important;
}

.ubermenu .ubermenu-custom-content-padded {
	padding: 0px 0px !important; 
}



/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #ccc;
	clear: both;
	font-size: 14px;
	padding: 60px 0 20px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 23%;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	border-top: none;
	box-shadow: none;
	color: #666;
	font-size: 14px;
	padding: 40px 0;
	text-align: left;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Outreach Pro Blue
--------------------------------------------- */

.outreach-pro-blue .content .entry-title a:hover,
.outreach-pro-blue .content #genesis-responsive-slider a,
.outreach-pro-blue .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-blue .widget-title,
.outreach-pro-blue a {
	color: #2483d0;
}

.outreach-pro-blue a:hover {
	color: #1e6dad;
}

.outreach-pro-blue .content #genesis-responsive-slider a:hover,
.outreach-pro-blue .content #genesis-responsive-slider h2 a,
.outreach-pro-blue .footer-widgets .widget-title,
.outreach-pro-blue .genesis-nav-menu a,
.outreach-pro-blue .site-footer a:hover,
.outreach-pro-blue .site-header .widget-title,
.outreach-pro-blue .site-title a,
.outreach-pro-blue .site-title a:hover {
	color: #fff;
}

.outreach-pro-blue .site-footer a {
	color: #666;
}

.outreach-pro-blue .genesis-nav-menu .sub-menu a,
.outreach-pro-blue .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-blue .genesis-nav-menu a:hover,
.outreach-pro-blue .genesis-nav-menu .current-menu-item > a,
.outreach-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-blue .archive-pagination .active a,
.outreach-pro-blue .archive-pagination li a:hover,
.outreach-pro-blue .button,
.outreach-pro-blue .nav-primary,
.outreach-pro-blue button,
.outreach-pro-blue input[type="button"],
.outreach-pro-blue input[type="reset"],
.outreach-pro-blue input[type="submit"] {
	background-color: #2483d0;
	color: #fff;
}

.outreach-pro-blue .button:hover,
.outreach-pro-blue .site-header,
.outreach-pro-blue button:hover,
.outreach-pro-blue input:hover[type="button"],
.outreach-pro-blue input:hover[type="reset"],
.outreach-pro-blue input:hover[type="submit"] {
	background-color: #1e6dad;
	color: #fff;
}

.outreach-pro-blue .sub-footer {
	background-color: #edf3f4;
}

.outreach-pro-blue,
.outreach-pro-blue .footer-widgets,
.outreach-pro-blue .site-footer {
	background-color: #222e37;
}

.outreach-pro-blue .author-box,
.outreach-pro-blue .nav-secondary .wrap,
.outreach-pro-blue .sidebar .widget  {
	background-color: #17222b;
}

.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #17222b;
	border-color: #2d3b45;
	color: #fff;
}

.outreach-pro-blue .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/* Outreach Pro Orange
--------------------------------------------- */

.outreach-pro-orange .content .entry-title a:hover,
.outreach-pro-orange .content #genesis-responsive-slider a,
.outreach-pro-orange .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-orange .widget-title,
.outreach-pro-orange a {
	color: #ff7b00;
}

.outreach-pro-orange a:hover {
	color: #cb6e23;
}

.outreach-pro-orange .content #genesis-responsive-slider a:hover,
.outreach-pro-orange .content #genesis-responsive-slider h2 a,
.outreach-pro-orange .footer-widgets .widget-title,
.outreach-pro-orange .genesis-nav-menu a,
.outreach-pro-orange .site-footer a:hover,
.outreach-pro-orange .site-header .widget-title,
.outreach-pro-orange .site-title a,
.outreach-pro-orange .site-title a:hover {
	color: #fff;
}

.outreach-pro-orange .site-footer a {
	color: #666;
}

.outreach-pro-orange .genesis-nav-menu .sub-menu a,
.outreach-pro-orange .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-orange .genesis-nav-menu a:hover,
.outreach-pro-orange .genesis-nav-menu .current-menu-item > a,
.outreach-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-orange .archive-pagination .active a,
.outreach-pro-orange .archive-pagination li a:hover,
.outreach-pro-orange .button,
.outreach-pro-orange .nav-primary,
.outreach-pro-orange button,
.outreach-pro-orange input[type="button"],
.outreach-pro-orange input[type="reset"],
.outreach-pro-orange input[type="submit"] {
	background-color: #ff7b00;
	color: #fff;
}

.outreach-pro-orange .button:hover,
.outreach-pro-orange .site-header,
.outreach-pro-orange button:hover,
.outreach-pro-orange input:hover[type="button"],
.outreach-pro-orange input:hover[type="reset"],
.outreach-pro-orange input:hover[type="submit"] {
	background-color: #ef6c00;
	color: #fff;
}

.outreach-pro-orange .sub-footer {
	background-color: #f6f1e9;
}

.outreach-pro-orange,
.outreach-pro-orange .footer-widgets,
.outreach-pro-orange .site-footer {
	background-color: #3c3a36;
}

.outreach-pro-orange .author-box,
.outreach-pro-orange .nav-secondary .wrap,
.outreach-pro-orange .sidebar .widget  {
	background-color: #302e29;
}

.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #302e29;
	border-color: #45433f;
	color: #fff;
}

.outreach-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}


/* Outreach Pro Purple
--------------------------------------------- */

.outreach-pro-purple .content .entry-title a:hover,
.outreach-pro-purple .content #genesis-responsive-slider a,
.outreach-pro-purple .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-purple .widget-title,
.outreach-pro-purple a {
	color: #7b53a1;
}

.outreach-pro-purple a:hover {
	color: #684687;
}

.outreach-pro-purple .content #genesis-responsive-slider a:hover,
.outreach-pro-purple .content #genesis-responsive-slider h2 a,
.outreach-pro-purple .footer-widgets .widget-title,
.outreach-pro-purple .genesis-nav-menu a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-purple .site-footer a:hover,
.outreach-pro-purple .site-header .widget-title,
.outreach-pro-purple .site-title a,
.outreach-pro-purple .site-title a:hover {
	color: #fff;
}

.outreach-pro-purple .site-footer a {
	color: #666;
}

.outreach-pro-purple .genesis-nav-menu .sub-menu a,
.outreach-pro-purple .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-purple .genesis-nav-menu a:hover,
.outreach-pro-purple .genesis-nav-menu .current-menu-item > a,
.outreach-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-purple .archive-pagination .active a,
.outreach-pro-purple .archive-pagination li a:hover,
.outreach-pro-purple .button,
.outreach-pro-purple .nav-primary,
.outreach-pro-purple button,
.outreach-pro-purple input[type="button"],
.outreach-pro-purple input[type="reset"],
.outreach-pro-purple input[type="submit"] {
	background-color: #7b53a1;
	color: #fff;
}

.outreach-pro-purple .button:hover,
.outreach-pro-purple .site-header,
.outreach-pro-purple button:hover,
.outreach-pro-purple input:hover[type="button"],
.outreach-pro-purple input:hover[type="reset"],
.outreach-pro-purple input:hover[type="submit"] {
	background-color: #684687;
	color: #fff;
}

.outreach-pro-purple .sub-footer {
	background-color: #ececec;
}

.outreach-pro-purple .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/* Outreach Pro Red
--------------------------------------------- */

.outreach-pro-red .content .entry-title a:hover,
.outreach-pro-red .content #genesis-responsive-slider a,
.outreach-pro-red .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-red .widget-title,
.outreach-pro-red a {
	color: #df1431;
}

.outreach-pro-red a:hover {
	color: #bc112c;
}

.outreach-pro-red .content #genesis-responsive-slider a:hover,
.outreach-pro-red .content #genesis-responsive-slider h2 a,
.outreach-pro-red .footer-widgets .widget-title,
.outreach-pro-red .genesis-nav-menu a,
.outreach-pro-red .site-footer a:hover,
.outreach-pro-red .site-header .widget-title,
.outreach-pro-red .site-title a,
.outreach-pro-red .site-title a:hover {
	color: #fff;
}

.outreach-pro-red .site-footer a {
	color: #666;
}

.outreach-pro-red .genesis-nav-menu .sub-menu a,
.outreach-pro-red .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-red .genesis-nav-menu a:hover,
.outreach-pro-red .genesis-nav-menu .current-menu-item > a,
.outreach-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-red .archive-pagination .active a,
.outreach-pro-red .archive-pagination li a:hover,
.outreach-pro-red .button,
.outreach-pro-red .nav-primary,
.outreach-pro-red button,
.outreach-pro-red input[type="button"],
.outreach-pro-red input[type="reset"],
.outreach-pro-red input[type="submit"] {
	background-color: #df1431;
	color: #fff;
}

.outreach-pro-red .button:hover,
.outreach-pro-red .site-header,
.outreach-pro-red button:hover,
.outreach-pro-red input:hover[type="button"],
.outreach-pro-red input:hover[type="reset"],
.outreach-pro-red input:hover[type="submit"] {
	background-color: #bc112c;
	color: #fff;
}

.outreach-pro-red .sub-footer {
	background-color: #f6f1e9;
}

.outreach-pro-red,
.outreach-pro-red .footer-widgets,
.outreach-pro-red .site-footer {
	background-color: #3c3a36;
}

.outreach-pro-red .author-box,
.outreach-pro-red .nav-secondary .wrap,
.outreach-pro-red .sidebar .widget {
	background-color: #302e29;
}

.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #302e29;
	border-color: #45433f;
	color: #fff;
}

.outreach-pro-red .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}


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

	.wrap {
		max-width: 100%;
		margin-left: 50px;
		margin-right: 50px;	
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 23%;
	}
	.content {
		width: 1376px;
	}


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

	.wrap {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;	
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 255px;
	}
	.content {
		width: 760px !important;
	}

}



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

	.wrap {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	.content {
		width: 630px !important;
	}
	
	.site-header .widget-area {
		width: 600px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}
	
	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}
	.genesis-nav-menu a {
	    padding: 0px 20px 20px 20px;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0px 15px 20px 15px;
	}
}


@media only screen and (max-width: 1023px) {
	
	.wrap {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100% !important;
	}
	
	.site-header .wrap {
		padding: 0px 5% 0px;
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.site-header .widget-area {
		padding: 0;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0px 15px 20px 15px;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sub-footer-left {
		width: 520px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 860px) {
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.home-bottom .widget {
		text-align: left;
		width: 48%;
	}
	
	.home-bottom .widget:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-bottom .widget:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	
}

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

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #fff;
		line-height: 1;
		padding: 0px 20px 5px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 0px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #5f5d5c;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #fff;
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #fff;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
			
}

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

	.content {
		padding: 0px 30px 30px 30px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

}

/* Custom Genesis Simple Share Fix
--------------------------------------------- */

	.sharrre .share {
		color: #fff !important;
	}

	.share-filled .facebook .count,
	.share-filled .facebook .count:hover 		{ color: #3d5a98 !important; border: 1px solid #3d5a98; }

	.share-filled .googlePlus .count,
	.share-filled .googlePlus .count:hover 	{ color: #dd4c39 !important; border: 1px solid #dd4c39; }

	.share-filled .linkedin .count,
	.share-filled .linkedin .count:hover 		{ color: #035a87 !important; border: 1px solid #035a87; }

	.share-filled .sharrre:hover .count {
	color: #fff !important;
	}


/* Custom Studio C
--------------------------------------------- */
	
/* General
--------------------------------------------- */

	.breadcrumb a {
		text-decoration: underline;
	}
	.site-header a {
		text-decoration: none;
	}
	.content a {
		color: #333;
		text-decoration: underline;
	}
	.border1px {
		height: auto;
		padding: 3px;
		border: 1px solid #ccc;
		background-color: #fff;
	}

.entry-content hr {
    border-top: 1px solid #b4b4b4;
    margin: 25px 0;
    padding: 0 0 0 0;
}
hr {
    display: block;
    height: 1px !important;
    border: 0;
}
.casestudyimg {
	border-top: solid 3px #eaab09;
	border-bottom: solid 3px #eaab09;
	width: 100%;
	margin: 20px 0px 30px 0px !important;
}
#case .one_half {
	padding-right: 15px !important;
}
#case .one_half.last_column {
	padding-left: 15px !important;
	padding-right: 0px !important;
}


/* nav current item highlight - main and children  */
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .current-menu-ancestor > a {
	color: #d52b1e !important;
}



/* Footer
--------------------------------------------- */
	.govsa-footer {
		padding-top: 3px;
	}

	.site-footer {
		color: #FFF !important;
	}
	.site-footer a {
		color: #FFF !important;
		text-decoration: underline;
	}
	.site-footer a:hover {
		color: #aeaeae !important;
		text-decoration: underline;
	}
	.footer-alignment {
		margin:	13px 0px 13px 0px;
	}
	.site-footer .aligncenter {
        margin: 0 auto 10px !important;
	}
	.site-footer .alignleft {
        margin: 0 auto 10px !important;
	}
	.site-footer .one_fourth, .three_fourth {
    	margin-bottom: 0em !important;
	}
	.lois-image {
		border-bottom: solid 15px #eaab09;
		width: 90%;
	}
	.lois-image .aligncenter {
	    margin: 0 auto 0px !important;
	}
	.footer-widgets a {
		text-decoration: underline;
	}
	.footer-widgets .button {
		background-color: #bc5218 !important;
		}
	.footer-widgets .button:hover {
		background-color: #e17000 !important;
	}
	.footer-logo-spacing {
		margin-bottom: 49px;
	}
	.footer-widgets li a {
		text-decoration: none;
	}
	.footer-widgets .widget li {
	    background: transparent url("//lifetimesupport.sa.gov.au/wp-content/uploads/icon-li-side-bullet.png") no-repeat scroll 0px 7px / 12px 12px;
	}
	#menu-footer-menu li > a:hover {
	    color: #e17000 !important;
	}
	.footer-widgets .menu .current-menu-item > a {
	    color: #d52b1e !important;
	}
	.relay {
		border-top: 1px solid #9f9e9d;
		padding-top: 28px;
	}
	.acia-border {
		border: 1px solid #009db9;
	}
	#simple-social-icons-2.widget {
		margin-bottom: 20px;
	}

/* 4 Homepage Highlight Boxes
--------------------------------------------- */

	.home-bottom .widget {
        border-left: solid 3px #eaab09;
    	padding-left: 25px;
    	min-height: 550px;
    	padding-top: 50px;
	}
	.home-bottom .entry-content a {
		text-decoration: underline;
	}
	.home-bottom .entry-title {
	    color: #d52b1e;
	    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 20px !important;
	    font-weight: 700 !important;
	}
	.home-bottom .entry-title {
    	padding: 0px 0px 0px 0px;
	}
	body.gppro-custom .home-bottom {
	    padding-top: 0px !important;
	}

/* Homepage Feature Widgets
--------------------------------------------- */

	.our-participants-style {
		background-color: #ebebeb;
		padding: 80px 0px 50px 0px;
	}
	.our-participants-style h4 {
	    margin: 0 0 0px;
	}

	.our-participants-style .button {
		background-color: #bc5218 !important;
	}
	.our-participants-style .button:hover {
		background-color: #e17000 !important;
	}
	.our-participants-style a {
		color: #fff !important;
	}
	.our-participants-style h2 {
		color: #bc5218;
	}
	.hmpg-profile .widget {
	    margin-bottom: 0px;
		}
	.hmpg-intro {
		text-align: center;
		padding: 60px 0px 40px 0px;
		width: 980px;
		margin: 0px auto;
	}
	.hmpg-intro h1 {
		color: #d52b1e; 
	}
	.hmpg-intro .button {
		background-color: #d52b1e !important;
	}
	.hmpg-intro .button:hover {
		background-color: #e17000 !important;
	}
	.hmpg-intro a {
		color: #fff !important;
	}
	.hmpg-slider .widget {
	    margin-bottom: 0px;
		border-bottom: 1px solid #fff;
	}
	.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    		background: rgb(255, 255, 255) !important;
	}
	.hesperiden .tp-bullet {
    		width: 14px;
    		height: 14px;
    		border: 2px solid rgb(255, 255, 255) !important;
    		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 100%) !important;
	}

/* Header Area
--------------------------------------------- */
	#text-62 {
		display: none;
	}
	#header4 {
		display: none;
	}
	#text-58 .button {
    	background-color: #d52b1e;
    	color: #fff !important;
    	margin-top: 12px;
	}
	#text-58 .button:hover {
    	background-color: #e17000;
    	color: #fff !important;
	}
	#text-57 .widget-title {
    	color: #9f9e9d !important;
    	font-size: 14px;
    	margin-bottom: 10px;
    	text-transform: uppercase;
	}
	#google_language_translator select.goog-te-combo {
    	color: #666666 !important;
	}
	
	.nav-header .responsive-menu-icon::before {
		color: #5f5d5c !important;
	}
	.site-logo {
		padding: 70px 0 0 0;
	}
	.header-set {
		margin-bottom: 40px;
	}
	#header1, #header2, #header3 {
		width: 245px;
		text-align: left;
		border-left: 1px solid #9f9e9d;
		padding-left: 20px;
		padding-top: 20px;
		min-height: 130px;
		margin-bottom: 20px;
	}
	.site-header .widget-area {
	    padding-top: 0px;
	}
	#header1 {
		font-size: 26px;
		line-height: 1.2;
	}
	.site-header .search-form {
	    width: 100%;
	}
	#header3 .aligncenter {
	    margin: 0 auto 10px;
	}

	#header2 .aligncenter {
    	margin: 5px auto 6px;
	}
	#header2 .button {
		background-color: #d52b1e !important;
		margin-top: 0px;
	}
	#header2 .button:hover {
		background-color: #e17000 !important;
		margin-top: 0px;
	}
	#header2 a {
    	color: #FFF !important;
	}
	#header1 {
		padding-top: 15px;
	}
	.site-header .genesis-nav-menu li, .site-header .genesis-nav-menu li ul {
	    padding: 0 85px 0 0 !important;
	}
	body.gppro-custom .nav-header a {
	    padding-bottom: 20px !important;
	    padding-top: 0px !important;
	}
	.responsive-align {
		float: left;
		margin-right: 16px;
	}
	img.responsive-align {
		width: 40px;
		height: 62px;
	}
	.site-header .genesis-nav-menu .sub-menu {
		border-left: none !important;
	}
	.site-header .genesis-nav-menu .sub-menu li {
		border-left: none !important;
	}
	.site-header .genesis-nav-menu li, .site-header .genesis-nav-menu li ul {
		border-left: 1px solid #9f9e9d;
	}

	body.gppro-custom .nav-header .sub-menu a {
		font-size: 16px !important;
	}
	.site-header .genesis-nav-menu .sub-menu a {
	    padding: 8px 20px !important;
	}
	body.gppro-custom .nav-primary .genesis-nav-menu .sub-menu a {
	    line-height: 1.2;
	}
	.ubermenu .ubermenu-target.ubermenu-item-layout-icon_top, .ubermenu .ubermenu-target.ubermenu-item-layout-icon_bottom {
	    padding: 20px 30px 25px 30px !important;
	}
	.ubermenu-main .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target {
	    background-color: #a93e1d !important;
	}
	.ubermenu .ubermenu-retractor {
	    color: #FFF;
	}
	#header1 a {
		color: #333;
		text-decoration: underline;
	}
	.genesis-nav-menu li {
		border-left: 1px solid #9f9e9d;
	}
	.genesis-nav-menu .sub-menu li {
		border-left: none;
	}
	.hmpg-slider li {
		border: none;
	}
	
/* Main Icon Menu Adjustment
--------------------------------------------- */
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target .ubermenu-icon {
	    font-size: 25px;
	    display: block;
	    text-align: center;
	    width: 100%;
	    padding-bottom: 5px;
	}
	.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title {
	    margin-left: 0 !important;
	    display: block !important;
	    width: 100% !important;
   	    text-align: center !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
		top: auto !important;
		bottom: 8px !important;
		right: 0 !important;
		margin-left: auto;
		width: 100%;
		text-align: center;
		margin-right: auto;
	}
	.ubermenu .ubermenu-target {
		padding-top: 20px !important;
		padding-bottom: 25px !important;
		padding-left: 90px !important;
		padding-right: 90px !important;
	}
	.ubermenu-main .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-target {
	    padding: 8px 20px !important;
	}
	.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left > .ubermenu-column {
		width: 280px !important;
		}
	.nav-secondary {   
		background-color: #bc5218;
	    padding-bottom: 50px;
	}

/* Main Menu Icon Border
--------------------------------------------- */
	.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
	    border-left: 1px solid #fff !important;
	}
	#ubermenu-nav-main-2-secondary .ubermenu-item-level-0:first-child > .ubermenu-target {
	    border-left: 1px solid #fff !important;
	}

/* Genesis Easy Columns Clearfix
--------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Research Page
--------------------------------------------- */

	.gray-bg {
		background-color: #ebebeb;
		padding: 30px 0px 60px;
	}
	.white-bg {
		background-color: #fff;
		padding: 30px 0px 60px;
	}
	.research-projects .widget {
	    margin-bottom: 0px;
	}
	.research-projects .one-half {
		margin-top: 30px;
	}
	.research-logos-width .widget {
	    float: left;
	    margin-left: 2.564102564102564%;
	    width: 31.623931623931625%;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 25px;
		min-height: 450px;
	}
	.research-logos-width .fpa-more-link a {
		text-decoration: underline;
		color: #d52b1e;
	}
	.research-logos-width .fpa-more-link:hover {
		text-decoration: underline;
		color: #333;
	}
	.research-logos-width .widget:nth-child(3n+1) {
	    clear: both;
	    margin-left: 0;
	}
	.research-logos-width .featured-content img {
		-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
		box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
	}
	.research-projects .wrap  {
		padding-left: 40px; 
		padding-right: 40px; 
	}
	.research-logos .wrap {
		padding: 0px 40px 60px; 
	}
	#text-29 {
    		padding-top: 0px;
	}
.researchpriorities .one_third {

}
.researchpriorities h4 {
	    margin: 0 0 0px;
border-top: 1px solid #d52b1e;
padding-top: 10px;
}
.researchpriorities .two_third.last_column {
    margin-bottom: 1em;
}
.logoshadow {
		-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
		box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
	}

/* Sidebar Widgets
--------------------------------------------- */

	.sidebar a {
		text-decoration: underline;
	}
	.sidebar .button {
		background-color: #bc5218 !important;
		}
	.sidebar .button:hover {
		background-color: #e17000 !important;
	}
	.sidebar ul a {
		text-decoration: none;
	}
	.widget li a {
    		display: block;
	}
	.flag a {
		background-image: url(//lifetimesupport.sa.gov.au/wp-content/uploads/aboriginal-flag-26px.gif);
		background-repeat: no-repeat;
		background-position: center right !important;
	}
	.flag-mobile {
		background-image: url(//lifetimesupport.sa.gov.au/wp-content/uploads/aboriginal-flag-26px.gif);
		background-repeat: no-repeat;
		background-position: center right !important;
		width: 220px;
	}
	.flag-width-mobile li a {
    		display: block;
	}
	.flag-width-mobile {
		width: 280px;
	}
	#recent-posts-4 li > a {
	    font-weight: 700;
	}


/* Relocating Entry Title below Header
--------------------------------------------- */
.entry-header-wrapper {
	margin-top: 0px;
	padding: 42px 0;
	background-color: #528a31;
	text-align: left;
}
.entry-header-wrapper .entry-title {
	margin-bottom: 0;
}
.page .entry-header-wrapper + .site-inner, .single .entry-header-wrapper +  .site-inner,
.archive .entry-header-wrapper + .site-inner {
	margin-top: 0px;
}
.entry-header-wrapper .archive-description {
	margin-bottom: 0;
}
.entry-header-wrapper, .entry-header-wrapper h1 {
	color: #fff;
}
.entry-header-wrapper a {
	color: #000;
}

.entry-header-wrapper p.entry-meta {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 10px 0px 0px 40px;
}
.entry-header-wrapper p.entry-meta a {
	color: #ffffff;
}
.entry-header-wrapper p.entry-meta a:hover {
	color: #cccccc !important;
}

@media only screen and (max-width: 1023px) {
	.entry-header-wrapper {
		margin-top: 0;
	}
}

/* Entry Title in Content Area Styling
--------------------------------------------- */
.content .entry-title {
    padding: 0px 40px 0px 0px;
   	font-size: 30px !important;
   	margin: 0 0 10px;
}
.content .entry-title a {
    text-decoration: none;
}

.entry-image-link img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #ffffff;
}
.entry-image-link img:hover {
	border: 1px solid #d52b1e;
	background-color: #d52b1e !important;
}
.content .entry-title {
    width: 100%;
    position: inherit;
    bottom: 0px;
}

/* Table Styling
--------------------------------------------- */
#zaposphere-table-fusion { background: transparent; font:400 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; color:#666; border-collapse:separate; border-spacing:0; margin:20px 0; }
#zaposphere-table-fusion caption { font:600 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; text-transform:none; text-align:left; padding:5px 7px 14px; }
#zaposphere-table-fusion tr:nth-child(odd) { background:transparent; }
#zaposphere-table-fusion tr:nth-child(even) { background:#f5f5f5; }
#zaposphere-table-fusion thead td { font:600 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; color:#D52B1E; text-transform:none; letter-spacing:0; padding:5px 7px; border-bottom:1px solid #b4b4b4; text-align:left; vertical-align:top; }
#zaposphere-table-fusion td { font:400 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; text-align:left; vertical-align:top; padding:5px 7px; color:#333; }
#zaposphere-table-fusion td:first-child { font-weight:bold; border-right:1px solid #b4b4b4; }
#zaposphere-table-fusion thead td p { font:600 1em/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; color:#666; }
#zaposphere-table-fusion td p { font:400 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; color:#000; }
#zaposphere-table-fusion td:first-child p { font-weight:bold; }

#zaposphere-table-fusion img.alignleft {
	margin: 0 10px 24px 0;
}

/* Profile Pages
--------------------------------------------- */

.profiles img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}
.profiles .one-third {
	border-left: solid 3px #eaab09;
	padding-left: 25px;
	min-height: 470px;
	margin-bottom: 30px;
}
.profiles a {
	color: #cc0000 !important;
}
.profiles a:hover {
	color: #333333 !important;
}
.image-profile-scaling {
	width: 50%;
}
.board-profiles img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}
.board-profiles .one-fourth {
	border-left: solid 3px #eaab09;
	padding-left: 25px;
	min-height: auto;
	margin-bottom: 30px;
}
.board-profiles a {
	color: #333333 !important;
}
.board-profiles a:hover {
	color: #cc0000 !important;
}
.board-profiles h4 {
	margin: 0px;
}

.image-popup-scaling {
	width: 50%;
}
.image-popup-scaling-1px {
	width: 50%;
	height: auto;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.imageboard-popup-scaling {
	width: auto;
	max-width: 50% !important;
}
.pum-content p {
    line-height: 1.625;
}
.close-style a {
	color: #d52b1e;
	text-decoration: underline;
}
.close-style a:hover {
	color: #333333 !important;
}
.staff-profiles img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}
.staff-profiles .one-third {
	border-left: solid 3px #eaab09;
	padding-left: 25px;
	min-height: auto;
	margin-bottom: 30px;
}
.staff-profiles a {
	color: #333333 !important;
}
.staff-profiles a:hover {
	color: #cc0000 !important;
}
.staff-profiles h4 {
	margin: 0px;
}
/* Photo Gallery Styling
--------------------------------------------- */
.ngg-gallery-thumbnail:hover {
	background-color: #e17000;
	border: 1px solid #e17000;
	margin: 5px;
}
.ngg-navigation a.next:hover, .ngg-navigation a.page-numbers:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.prev:hover {
	background-color: #e17000 !important;
}
/* Accessibility Styling
--------------------------------------------- */
#skiplinks.wpa-hide-ltr a:active, #skiplinks.wpa-hide-ltr a:focus {
    background-color: #fff !important ;
    box-shadow: none !important;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    left: 10px !important;
    top: 10px !important;
    padding: 10px 20px!important;
}
site-title {
    display: none;
}

/* Custom @media Start Here
--------------------------------------------- */

@media only screen and (max-width: 1970px) {
	.ubermenu .ubermenu-target {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.site-header .widget-area {
	    max-width: 900px;
	    width: 75%;
	}
	.title-area {
		width: 25%;
	}
	.profiles .one-third {
	    min-height: 420px;
	}
}
@media only screen and (max-width: 1840px) {
	.content {
		width: 1236px;
	}
	.profiles .one-third {
	    min-height: 400px;
	}
}
@media only screen and (max-width: 1700px) {
	.content {
		width: 1086px;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 25px;
		min-height: 430px;
	}
	.profiles .one-third {
	    min-height: 380px;
	}
}
@media only screen and (max-width: 1550px) {
	.site-header .widget-area {
	    width: 900px;
	}
	.site-header .genesis-nav-menu li, .site-header .genesis-nav-menu li ul {
	    padding: 0 60px 0 0 !important;
	    border-left: 1px solid #9f9e9d;
	}
	.ubermenu .ubermenu-target {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	.content {
		width: 886px;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 25px;
		min-height: 400px;
	}
	.profiles .one-third {
	    min-height: 390px;
	}
	.board-profiles .one-fourth {
		min-height: 310px;
	}
	.site-logo {
    	padding: 40px 0 0 0;
	}
}
@media only screen and (max-width: 1350px) {
	.lois-image {
		width: 100%;
	}
	.site-header .widget-area {
	    width: 820px;
	}
	.site-header .genesis-nav-menu li, .site-header .genesis-nav-menu li ul {
	    padding: 0 40px 0 0 !important;
	    border-left: 1px solid #9f9e9d;
	}
	.ubermenu .ubermenu-target {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 25px;
		min-height: 380px;
	}
	.entry-title {
	    font-size: 36px;
	}
	.nav-secondary {
	    padding-bottom: 30px;
	}
	.image-profile-scaling {
		width: auto;
	}
	.profiles .one-third {
	    min-height: 390px;
	}
	.staff-profiles .one-third {
		min-height: 250px;
	}
	.board-profiles .one-fourth {
		min-height: 270px;
	}
	body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a {
    	font-size: 18px !important;
	}
}
@media only screen and (max-width: 1180px) {
	.govsa-footer {
    	padding-right: 30px;
	}
		
	.home-bottom .widget {
    	min-height: 630px !important;
	}
	.site-header .genesis-nav-menu li, .site-header .genesis-nav-menu li ul {
	    padding: 0 10px 0 0 !important;
	    border-left: 1px solid #9f9e9d;
	}
	.site-header .widget-area {
	    width: 600px;
	}
	#header1 {
		font-size: 20px;
		line-height: 1.2;
	}
	img.responsive-align {
	    width: 34px;
	    height: 52px;
	    margin-bottom: 7px;
	    display: none;
	}
	.responsive-align {
	    float: none;
	    margin-right: 16px;
	    display: block;
	}
	#header1 {
	    padding-top: 19px;
	}
	#header1, #header2, #header3 {
		width: 180px;
		text-align: left;
		border-left: 1px solid #9f9e9d;
		padding-left: 20px;
		padding-top: 20px;
		min-height: 130px;
		margin-bottom: 20px;
	}
	.header-set {
	    margin-bottom: 20px;
	}
	.our-participants-style .p1 .one-third {
		width: 100%;
	}
	.our-participants-style .p2 .one-third {
		width: 49%;
		margin-left: 0%;
	}
	.our-participants-style .p3 .one-third {
		width: 49%;
		margin-left: 2%;
	}
	.our-participants-style {
		padding: 50px 0px 20px 0px;
	}
	.ubermenu .ubermenu-target {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 25px;
		min-height: 415px;
	}
	.profiles .one-third {
	    min-height: 390px;
	}
	.staff-profiles .one-third {
		min-height: auto;
	}
	.board-profiles .one-fourth {
		min-height: 260px;
	}
	body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a {
    	font-size: 16px !important;
	}
}

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

}


@media only screen and (max-width: 1023px) {
	.footer-widgets {
   	    padding: 60px 0 10px;
	}
	.home-bottom .widget {
    	min-height: 700px !important;
	}
	.hmpg-intro {
		padding: 45px 0px 25px 0px;
		width: auto;
	}
	.site-header .widget-area {
	    width: 100%;
	}
	#header1, #header2, #header3 {
		width: 100%;
		text-align: left;
		border-left: 1px solid #9f9e9d;
		padding-left: 20px;
		padding-top: 0px;
		min-height: 110px;
		margin-bottom: 20px;
	}
	.header-set {
	    margin-bottom: 10px;
	}
	.site-logo {
	    padding: 28px 0;
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target .ubermenu-icon {
	    font-size: 25px;
		width: 1.3em;
		text-align: center;
		line-height: 1em;
	    padding-bottom: 0px	!important;
	   	display: inline-block !important;

	}
	.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title {
		margin-left: .6em !important;
		display: inline-block !important;
	    width: auto !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
		position: absolute;
		right: 10px !important;
		top: 50%;
		margin-top: -6px;
		content: "\f107";
		display: inline-block !important;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		color: inherit;
		bottom: 17px !important;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: auto;
	}
	.ubermenu .ubermenu-target {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    	min-width: 100% !important;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 15px;
		min-height: 415px;
	}
	body.gppro-custom .nav-primary .genesis-nav-menu {
	    text-align: center !important;
	}
	.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
	    border-left: none !important;
	}
	#ubermenu-nav-main-2-secondary .ubermenu-item-level-0:first-child > .ubermenu-target {
	    border-left: none !important;
	}
	.entry-title {
	    font-size: 28px;
	}
	.nav-secondary {
	    padding-bottom: 0px;
	    display: none;
	}
	.profiles .one-third {
	    min-height: 370px;
	}
	.staff-profiles .one-third {
		min-height: 250px;
	}
}
@media only screen and (max-width: 860px) {
	.home-bottom .widget {
    	min-height: 550px !important;
	}
	.header-set .one-third {
		width: 31.623931623931625% !important;
	}
	.our-participants-style .p1 .one-third {
		width: 100%;
	}
	.our-participants-style .p2 .one-third {
		width: 100%;
		margin-left: 0%;
	}
	.our-participants-style .p3 .one-third {
		width: 100%;
		margin-left: 0%;
	}
	.research-logos-width .widget {
		border-left: solid 3px #eaab09;
		padding-left: 15px;
		min-height: 475px;
	}
	.home-bottom #featured-page-advanced-4, .home-bottom #featured-page-advanced-5, .home-bottom #featured-page-advanced-14, .home-bottom #featured-page-advanced-16 {
	    padding-top: 0px;
	}
	.profiles .one-third {
		border-left: none;
		padding-left: 0px;
		min-height: auto;
	}
	.board-profiles .one-fourth {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.board-profiles	.one-fourth:nth-of-type(2n+1) { 
		clear: both; 
		margin-left: 0; 
	}	
	.board-profiles .one-fourth .first {
	    clear: both;
	    margin-left: 0 !important;
	}
	.staff-profiles .one-third {
		border-left: none;
		padding-left: 0px;
		min-height: auto;
	}
	.board-profiles .one-fourth {
		min-height: 400px;
	}
}
@media only screen and (max-width: 736px) {
	#popmake-3909, #popmake-3756, #popmake-3754, #popmake-3751, #popmake-3749, #popmake-3747, #popmake-3745, #popmake-3741, #popmake-3730, #popmake-3728, #popmake-3726, #popmake-3724, #popmake-3722, #popmake-3720, #popmake-3718, #popmake-3715, #popmake-3683, #popmake-5704, #popmake-5705, #popmake-5706, #popmake-5702, #popmake-5633, #popmake-5631, #popmake-5630, #popmake-5628, #popmake-5624, #popmake-5623, #popmake-5622, #popmake-5621, #popmake-5526, #popmake-5557, #popmake-5556, #popmake-5555, #popmake-5544, #popmake-5543, #popmake-5542, #popmake-5541, #popmake-5540, #popmake-5539, #popmake-5538, #popmake-5537, #popmake-5536, #popmake-5535, #popmake-5530, #popmake-5529, #popmake-5528, #popmake-5527, #popmake-5519, #popmake-5407, #popmake-5405, #popmake-5403, #popmake-5401, #popmake-5399, #popmake-5397, #popmake-4620, #popmake-4616, #popmake-4614, #popmake-5409, #popmake-5874, #popmake-5875, #popmake-5876, #popmake-5877, #popmake-6038, #popmake-6039, #popmake-6040, #popmake-6041, #popmake-6042, #popmake-6043, #popmake-6100, #popmake-6119, #popmake-6118, #popmake-6117, #popmake-6116, #popmake-6673, #popmake-6674, #popmake-6689, #popmake-6688, #popmake-6687, #popmake-9169, #popmake-9181, #popmake-9188, #popmake-9191, #popmake-9201, #popmake-9205, #popmake-9208, #popmake-9213, #popmake-9216, #popmake-9219, #popmake-9222, #popmake-9225, #popmake-9228,#popmake-9231, #popmake-9234, #popmake-9237, #popmake-9244, #popmake-9248, #popmake-9252, #popmake-9255, #popmake-9409, #popmake-9412, #popmake-9416, #popmake-9419, #popmake-9423, #popmake-9426, #popmake-9431, #popmake-9438, #popmake-9443, #popmake-9448, #popmake-9454, #popmake-9458, #popmake-9462, #popmake-9467, #popmake-9472, #popmake-9475, #popmake-9479, #popmake-9485, #popmake-9490, #popmake-9493, #popmake-9498, #popmake-9503, #popmake-9508, #popmake-9513, #popmake-9518, #popmake-9527 {
		top: 30px !important; position: static !important;
 	}
}
@media only screen and (max-width: 600px) {
	body.gppro-custom .site-footer {
   	   	padding-top: 25px !important;
	}
	.home-bottom .widget {
    	min-height: 630px !important;
	}
	.site-header .widget-area {
    	width: 100%;
	}
	#header2 {
		text-align: left;
		padding-left: 20px;
	}
	#header2 .button {
		padding: 8px 25px;
	}
	#header1 {
		font-size: 14px;
		line-height: 1.2;
	}
	#header1 .button {
    	padding: 8px 15px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 6px 40px !important;
	}
	.research-logos-width .widget {
	    float: left;
	    margin-left: 0%;
	    width: 100%;
	}
	.research-logos-width .widget {
	    border-left: none;
	    padding-left: 0px;
	    min-height: 100% !important;
	    margin-bottom: 10px;
	}
	.research-logos .wrap {
	    padding: 0px 5% 0px 5%;
	}

	.gray-bg {
	    padding: 10px 0px 25px;
	}
	.white-bg {
	    padding: 10px 0px 35px;
	}
	.research-projects .wrap {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	#text-27 {
	    padding-bottom: 20px;
	}
	.entry-header-wrapper {
		padding: 25px 0 !important;
	}
	.image-popup-scaling {
		width: 100%;
	}
	.imageboard-popup-scaling {
		width: 100%;
		max-width: 100% !important;
	}
	.board-profiles .one-fourth {
		min-height: 310px;
	}
	#text-29 {
    		padding-top: 40px;
	}
	.casestudyimg {
		border-top: solid 3px #eaab09;
		border-bottom: solid 3px #eaab09;
		width: 100%;
		margin: 0px 0px 10px 0px !important;
	}
	#case .one_half {
		padding-right: 0px !important;
	}
	#case .one_half.last_column {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
	#header1 {
    	display: none;
	}
	.header-set .one-third {
    	width: 50% !important;
	}
	.site-logo img {
    	max-width: 150px !important;
	}
	.site-logo {
    	padding: 20px 0 20px 0;
	}
	#header4 {
		display: inherit;
	}
	#text-19 {
		display: none;
	}
	#text-62 {
		display: inherit;
	}
	.site-header .search-form {
	    margin: 10px auto 0px auto;
	}
	#header2, #header3 {
    	min-height: 80px;
    	margin-bottom: 0px;
	}
	.tel-size {
    	margin: 0 0 12px !important;
    	padding: 0;
    	font-size: 20px;
		color: #333 !important;
	}
	#header2 .tel-size a {
    	color: #333 !important;
    	text-decoration: underline;
	}

}	
@media only screen and (max-width: 480px) {
	.home-bottom .widget {
        border-left: none;
    	padding-left: 0px;
    	min-height: 100% !important;
	}
	#header2 .button {
		padding: 8px 25px;
	}
	#header1 {
		width: 100%;
		text-align: left;
		border-left: 1px solid #9f9e9d;
		padding-left: 20px;
		padding-top: 0px;
		min-height: 50px;
		margin-bottom: 20px;
	}
	#header2 {
		width: 50%;
		text-align: left;
		border-left: 1px solid #9f9e9d;
		padding-left: 20px;
		padding-top: 0px;
		min-height: 80px;
		margin-bottom: 0px;
	}
	#header3 {
		width: 50%;
		text-align: left;
		border-left: 1px solid #9f9e9d;
		padding-left: 20px;
		padding-top: 0px;
		min-height: 80px;
		margin-bottom: 0px;
	}
	.mobile1 .one-third {
		width: 50% !important;
	}
	.mobile2 .one-third {
		width: 50% !important;
	}
	.mobile3 .one-third {
		width: 50% !important;
	}
	img.responsive-align {
	    display: none;
	}
	#header2 .aligncenter {
	    display: none;
	}
	#text-18 {
		width: 50% !important;
		float: left;
	}
	#search-3 {
		width: 100% !important;
		float: left;
		padding-left: 0px
	}
	.entry-header-wrapper {
		padding: 20px 0 !important;
	}
	.entry-title {
		font-size: 20px;
	}
	.home-bottom .widget {
	    padding-top: 20px !important;
	}
	.profiles .one-third {
	    margin-bottom: 20px;
	}
	.board-profiles .one-fourth {
		margin-bottom: 20px;
	}
	.board-profiles .one-fourth {
		border-left: none;
		padding-left: 0px;
		min-height: auto;
	}
	.board-profiles .one-fourth {
		width: 100%;
		float: left;
		margin-left: 0%;
	}
	.staff-profiles .one-third {
	    margin-bottom: 20px;
	}
	.board-profiles .one-fourth {
	    margin-bottom: 20px;
	}
}	
@media only screen and (max-width: 360px) {
	.tel-size {
    	font-size: 18px;
    	margin: 0 0 14px !important;
	}
	#header2 .button {
		padding: 8px 20px;
	}
}

