/*
Theme Name: redPress
Theme URI: http://www.worktrainweb.com.au
Author: worktrainweb
Author URI: http://www.worktrainweb.com.au
Description: Simple, responsive theme for Wordpress created by worktrainweb.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: redpress

This theme, like WordPress, is licensed under the GPL.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

article p {
	font-size: 15px;
	line-height: 24px;
}

article img {
	border: 1px solid #e0eaf5;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	background: #51247A;
}

html, body {
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #4D4D4D;
	font-style: normal;
    font-weight: 300;
    line-height: 24px;
	padding-top: 75px; /* Navbar */
}

a {
	color: #51247A;
    text-decoration: underline;
}

h3 a{
	
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #962A8B;
	text-decoration: underline;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
	font-size: 30px;	
	margin-bottom: 15px;
    color: #4e2d81;
    font-weight: 400;
    letter-spacing: -.5px;
}

h2 {
	color: #51247A;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 25px;
}

h3 {
	color: #51247A;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 24px;
}

@media screen and (min-width: 768px) { 
	
	body {
		padding-top: 0;
	}
	
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 38px;
	}
}

.arrow{
	width: 61px;
    margin-top: 0px !important;
}

.arrowSmall{
	width: 35px;
    margin-top: 0px !important;
}

.service-links a {
    font-size: 20px;
    line-height: 40px;
    color: #0DBED5;
}

h4 {
	color: #4e2c82;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 24px;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
    margin-bottom: 20px;
    /*line-height: normal;*/
    line-height: 24px;
    color: #51247A;
}

.pum-theme-uqhc .pum-content p {
	color:#fff;
}



code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
	text-align: left;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

ul li{
	line-height: 24px;
	list-style-position: inside;
	color: #51247A;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th, td {
	padding: 1em;
}

caption {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #90C9E2;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #90C9E2;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 35px;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background:#51247A;
    border: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 300;
}

button:hover,
button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #962A8B;
	color: #ffffff;
}

button:active,
.button:active,
.btn:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

.border_r{
	border-right: 1px solid #eceaea;
}

.border_b{
	border-bottom: 1px solid #eceaea;
}



.btn-blue{
	background: #1c77cb !important;
	padding: 15px 25px;
}

.simple-btn {
	background-color: #ffffff;
	color: #1C77CB;
}

.simple-btn:hover {
	background-color: #d6d6d6;
}

.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

.search-field {
	width: 100%;
}

.search-submit {

}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 30px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.site-content ul li, .site-content ol li {
	margin-bottom: 2px;
}

.site-content ul, .site-content ol {
	list-style: disc outside;
	margin-left: 32px;
	line-height: 29px;
	margin-bottom: 19px;
	color: rgb(116, 116, 116);
}

.site-content ol {
list-style-type: decimal;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
}

.site-main {
	padding-bottom: 50px;
}

.page-template-default .site-main {
	padding-bottom: 50px;
    padding-top: 40px;
}

.page-template-default .site-main, .site-main {
	padding-top:25px;
}

.page-template-red-clinic .site-main, .page-template-red-careers .site-main {
	padding-bottom: 0;
}

.main-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;	
}

@media screen and (min-width: 768px) { 

	.site-main {
		padding-top:40px;
	}

}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
	position: fixed;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
    width: 100%;
    z-index: 900;
    border: 0;
    top: 0;
    position: fixed;
}

.admin-bar .site-header {
	top: 45px;
}

@media screen and (min-width: 768px) {
	.admin-bar .site-header {
		top: 0;
	}
}

.header-main {
	min-height: 76px;
	width: 100%;
	margin:0 auto;
	position: relative;
	background: white;
	border-bottom: 1px solid #efecf4;
}

#site-nametext {
	font-size: 14px;
	color: white;
	display: inline-block;
	font-weight: bold;
	
}

#site-nametext span {
	font-weight: normal;
}

#top-banner {
	height: 60px;
	padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
}

#site-logo {
	font-size: 30px;
	padding-right: 15px;
	color: #106DB1;
	z-index: 100;
	padding-left: 10px;
    position: absolute;
    padding-top: 15px;
    padding-left: 20px;
}

#site-logo a {
	display: block;
	outline: none;
}

#site-logo img {
	vertical-align: middle;
	max-width: 180px;
}

#site-name {
	float: none;
	/*margin: 0 auto;
    position: absolute;
    left: 50%;*/
    width: 220px;
    /*margin-left: -110px;*/
    text-align: center;
}

.navbar-header {
	padding-right: 15px;
    padding-left: 15px;
    height: 70px;
}

#key-functions {
	float: none;
    width: 100%;
    display: none;
    text-align: center;
	line-height: 120px;
}

#key-functions i {
	font-size: 17px;
    border-radius: 50%;
    background: #fbfbfb;
    color: #106DB1;
    height: 27px;
    width: 27px;
    line-height: 28px;
    margin-right: 11px;
    opacity: .92;
}

.clear {
	clear: both;
}


/* Search in the header */

.search-toggle {
	cursor: pointer;
	float: right;
	height: 60px;
	margin-right: 28px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #21508E;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	line-height: 45px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 46px;
	right: 0;
	z-index: 2;
}

.search-box {
	background-color: #21508E;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	font-size: 16px;
	padding: 3px 2px 7px 6px;
	width: 100%;
}


/* Call in the header */

.call-toggle {
	cursor: pointer;
	float: right;
	height: 60px;
	text-align: center;
	/*width: 48px;*/
	margin-right: 28px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	display: none;
}

.call-toggle:hover,
.call-toggle.active {
	background-color: #E5C939;
}

.call-toggle a {
	color: white;
	font-size: 14px;
	line-height: 60px;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
}

#phoneicon {
	font-size: 20px;
}

#sitephone {
	display: none;
	font-weight: 400;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
 
 
 .quicklinks {	 
    text-align: center;
 }

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
}

.site-navigation .page_icon {
	display: none;
}

.site-navigation.toggled-on li {
	border-left: none;
	border-right: none;
	height: 50px;
	width: 100%;
	display: inline-block;
	text-align: center;
	line-height: 50px;	
	height: 100%
}


.site-navigation.toggled-on .current_page_item a:after {
    display: none;
}

.primary-navigation.toggled-on a .page_icon {
	display: block;
}

.site-navigation li:first-child {
	border-left: none;
}

.site-navigation.toggled-on ul ul li a {
	padding-left: 20px;
}

.site-navigation.toggled-on ul ul li a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f501";
	display: inline-block;
	font: normal 8px/1 Genericons;
	padding-right: 10px;
}

.site-navigation ul ul {
	/*padding-left: 20px;*/
}

.site-navigation a {
	color: #004f6e;
	display: block;
	text-transform: lowercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.site-navigation.toggled-on a {
	color: rgb(125, 128, 129);
}

.site-navigation li:hover > a {
	color: white;
	text-decoration: none;	
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #004f6e;
}

.site-navigation.toggled-on .current_page_item > a,
.site-navigation.toggled-on .current_page_ancestor > a,
.site-navigation.toggled-on .current-menu-item > a,
.site-navigation.toggled-on .current-menu-ancestor > a {
	background:#00BBD3;
	color: white;
}

.site-navigation.toggled-on .current_page_parent > a {
	background: #FDDD00;
}

.site-navigation.toggled-on li:hover > a {
	color: white;
	background: #FDDD00;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
}

.primary-navigation.toggled-on {
	position: absolute;
    top: 0;
    z-index: 200;
    width: auto;
    background: #FFF;
    border-bottom: 1px solid #DFDFDF;
    margin-top: 98px;
    margin-left: 20px;
    margin-right: 20px;
}

.primary-navigation .nav-menu {
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
	-webkit-box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .52);
	border-bottom: 1px solid #DF9D45;
}

.primary-navigation .current_page_item a:after {
    content: '';
    width: calc(100% - 15px);
    position: absolute;
    bottom: 11px;
    border-width: 0 0 4px;
    border-style: solid;
    left: 8px;
    color: #3fae49;
}

.primary-navigation .current_page_item a {
    color: #3fae49;
}

.primary-navigation.toggled-on ul a {

}

.primary-navigation.toggled-on ul ul a {
	font-weight: normal;
}

.primary-navigation.toggled-on a {
	padding:0;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #EFEFEF;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}


.responsive-menu-title{
	background: #FDDD00;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 9px;
    color: #0593A5;
    display: none;
	
}

.cycloneslider-template-standard {

}

.navbar-toggle .responsive-menu-title  {
	display: block;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    height: 100% !important;
	margin: 0 auto;
	padding: 0;
	border:none;
	max-height: 340px;
    overflow-x: visible;
}

.menu-toggle {
	border-radius: 0;
	cursor: pointer;
	height: 60px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 21px;
	right: 16px;
	text-align: center;
	width: 60px;
	border:5px solid;

}

.toggled-on .menu-toggle{
	margin-top: -98px;
	right: -4px;
	
}

.primary-navigation.toggled-on .menu-toggle {
	background: #FDDD00 !important
}

.primary-navigation.toggled-on .menu-toggle:before {
	color: white !important;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 18px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	/*background-color: #3475A8;*/
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/** PAGE HEADER **/

.page_header {
	background-color: white;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

.banner-main {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
	height: 161px;	
}

.site_banner {
	margin:0 auto;
	position: relative;
	background-color: #cccccc;
	/*padding-bottom: 15px;
	max-width: 1390px;*/
	/*overflow: hidden;
	position: relative;*/
}


.page_banner {
	height: 260px;
	width: 100%;
	background-color: #01529e;	
	margin: 0 auto;
    position: relative;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

#uqhc_about_banner {
	background-image: url(/wp-content/themes/redpress/images/page-banners/about.jpg);
	background-repeat: no-repeat;
}

#uqhc_clinics_banner {
	background-image: url(/wp-content/themes/redpress/images/page-banners/clinics.jpg);
	background-repeat: no-repeat;
}

#uqhc_careers_banner {
	background-image: url(/wp-content/themes/redpress/images/page-banners/careers.jpg);
	background-repeat: no-repeat;
}

#uqhc_staff_travel_banner {
	background-image: url(/wp-content/themes/redpress/images/page-banners/staff-travel.jpg);
	background-repeat: no-repeat;
}

#uqhc_latestnews_banner {
	background-image: url(/wp-content/themes/redpress/images/page-banners/latestnews_banner.jpg);
	background-repeat: no-repeat;
}

#uqhc_studenthealth_banner {
	background-image: url(/wp-content/themes/redpress/images/page-banners/student_health.jpg);
	background-repeat: no-repeat;
}

#uqhc_simple1_banner {
	background-image: url(/wp-content/themes/redpress/images/general-banners/plain_1.jpg);
	background-repeat: no-repeat;
}

#uqhc_simple2_banner {
	background-image: url(/wp-content/themes/redpress/images/general-banners/plain_2.jpg);
	background-repeat: no-repeat;
}

#uqhc_simple3_banner {
	background-image: url(/wp-content/themes/redpress/images/general-banners/plain_3.jpg);
	background-repeat: no-repeat;
}

#uqhc_simple4_banner {
	background-image: url(/wp-content/themes/redpress/images/general-banners/plain_4.jpg);
	background-repeat: no-repeat;
}

#uqhc_simple5_banner {
	background-image: url(/wp-content/themes/redpress/images/general-banners/plain_5.jpg);
	background-repeat: no-repeat;
}

.cycloneslider-template-standard{
		/*background-color: #03BBD2; */
}

.banner_sep {
	width: 100%;
	height: 5px;
	background: rgba(240, 235, 215, 1);
}

.main-front {
	padding-top: 20px;
	padding-bottom: 40px;	
}

.below_desk {
	display: inline-block;
}

.above_desk {
	display: none;
}

.banner_white {
	background: #2a5b8e;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bannercontain {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	height: 400px;
	background-color: #51247A;
	width: 100%;
	display: table;
}

.banner--dark-tint::before {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner--brand-device::after {
    background: url(/wp-content/themes/redpress/images/banner-overlay.png) right bottom no-repeat;
    background-size: 150px;
    width: 175px;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 150;
    margin-bottom: 0px;
}

.banner__vertically-center {
    display: table-cell;
    vertical-align: middle;
}

.banner_content {
	position: relative;
	z-index: 20;
}

.banner_content .btn {
	background: #4085C6;
	font-weight: 500;
	margin-bottom: 10px;
}

.banner_content .btn:hover,
.banner_content .btn:focus {
	background: #0E6AB0;
}

.banner_head {
    color: #ffffff;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
    bottom: 0;
    text-align: center;
    width: 100%;
    letter-spacing: -.5px;
}

.banner_sub {
	color: #fff;
    padding-top: 15px;
    padding-bottom: 35px;
}

.cycloneslider-template-standard:after {
	height: 0!important;
}

.cycloneslider-template-standard .cycloneslider-slides {
    /*height: 400px !important;*/
}

.staffer-staff-header a{
	color: #4e2c82;
	font-size: 16px;
	line-height: normal;
    padding-bottom: 4px;
}

.staffer-staff-header a:hover, .staffer-staff-header a:focus, .staffer-staff-header a:active {
	color: #1969bf;
	text-decoration: none;
	outline: none;
}

ul.staffer-archive-grid>li.staff-li, ul.staffer-archive-list>li.staff-li {
    text-align: center;
    margin: 15px auto 0px auto;
    min-width: 165px;
}

.staff-li a {
	transition: all .2s ease-in-out;
	display: block;
}

.staff-li a:hover, .staff-li a:active, .staff-li a:focus {
	transform: scale(1.1);
}

.staff-content p{
	font-size: 14px;
}

.single-staff .staff-content img{
	/*border: 1px solid #106DB1;*/
}

.staffer-archive-grid {
	margin: 0;
	padding: 0;
}

.staffer-archive-grid li {
	width: 100%;
	text-align: center;
}

.staffer-archive-grid img {
	width: 85%;
	/*border:1px solid #1C77CB;*/
	border-radius: 150px;
	max-width: 265px;
}

.staffer-staff-title {
    text-align: center;
    color: #358bcb;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.staff-title {
	font-size: 14px;
	margin-top: 10px;
}

.staff-qual {
	font-size: 13px;
    font-weight: bold;
}

.staff-content {
    /*margin: 20px;
    margin-left: 0px !important;*/
}

header.staffer-staff-header {
	margin-top: 20px;
}

ul.staffer-archive-grid, ul.staffer-archive-list {
	margin-bottom: 50px!important;
}

@media screen and (min-width: 550px) {

	.staffer-archive-grid li {
		width: 48%;
	}

}


@media screen and (min-width: 768px) {

	.navbar {
	    padding-top: 15px;
	    padding-bottom: 20px;
	}

	.banner--brand-device::after {
    	background-size: 370px;
    	width: 375px;
	}
	
	.staffer-staff-header a{
		font-size: 20px;
		line-height: normal;
	    padding-bottom: 0;
	}
	
	.staffer-staff-title {
	    font-size: 14px;
	}
	
	header.staffer-staff-header {
		padding-left: 20px;
	    padding-right: 20px;
	}
	
	.staffer-archive-grid img {
		width: 40%;
	}
	
	.header-main {
		min-height: 115px;
		border-bottom: none;
	}
	
	.banner_white { 
	
	}
	.banner_head {
		font-size: 38px;
		line-height: 45px;
	}
	
	.staffer-archive-grid li {
		width: 33%;
	}

	.banner_head {

	}
	.bannercontain {
	 	height: 500px;
	}
}

.key-panel {
	text-align: center;
    padding: 20px 22px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.key-panel .fa {
	color: #ffffff;
    font-size: 57px;
    margin-bottom: 35px;
    background: #106DB1;
    padding: 24px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    line-height: 61px;
    margin-top: 10px;
    border: 1px solid #106DB1;
}

.key-panel img {
    max-width: 100%;
}

h2.keypoint {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.staffer-staff-kheader em {
	display: none;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.pagebanner {
    width: 100%;
}
.pagebanner h1 {
	color: #fff;
}

.pagebanner .bannercontain {
position: relative;
background-size: cover;
background-repeat: no-repeat;
    background-position: center center;
}

.pagebanner, .pagebanner .bannercontain  {
	height: 270px;
}

.single .pagebanner .bannercontain {

}

.pagebanner .banner--brand-device::after {
	background-size: 160px;
}

@media screen and (min-width: 768px) {
	.pagebanner, .pagebanner .bannercontain  {
		height: 380px;
	}
	.pagebanner .banner--brand-device::after {
		background-size: 300px;
	}
	/*.single .pagebanner .bannercontain {
		background-position-y: -80px;
	}*/
}

.content-featured-intro p {
	font-size: 18px;
	font-weight: 400;
}

.content-featured-main.clinicpage {
	padding-top: 20px;
}

.content-featured-main.basepage {
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-featured-main.basepagewithinto {
	padding-top: 30px;
	padding-bottom: 20px;
}

.contentsep {
	padding-top:10px;
	border-bottom: 2px solid #e1deda;
	padding-bottom:10px;
	margin-bottom: 50px;
}

.content-featured-sub {
	    padding-top: 10px;
}

.content-featured-sub p {

}

@media screen and (min-width: 768px) {

.content-featured-sub {
	padding-left: 50px;
	padding-right: 50px;
}

}

.clinic-services {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clinic-service {
	width: 105px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    vertical-align: top;
    display: inline-block;
}

.clinic-service-icon {
	width: 90px;
	height: 90px;
	background-size: cover;
	margin: 0 auto;
}

.clinic-service-desc {
	font-size: 12px;
    font-weight: bold;
    color: #51247A;
    margin-top: 15px;
    line-height: normal;
}

.pagesubbanner {
		width: 100%;
		height: 200px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}

@media screen and (min-width: 768px) {

	.clinic-service {
		margin-left: 30px;
		margin-right: 30px;
    }
    
    .pagesubbanner {
		height: 400px;
	}
}

.general {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-symbols.png);
}

.scope {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-microscope.png);
}

.travel {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-plane.png);
}

.immunisation {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-syringe.png);
}

.doctors {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-doctors.png);
}

.skinchecks {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-magnifying_glass.png);
}

.mentalhealth {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-brain.png);
}

.urgentcare {
	background-image: url(/wp-content/themes/redpress/images/objects/icon-clock.png);
}

.contenttabs_readmore {
	padding-top: 30px;
    padding-bottom: 20px;
}

.pagecontenttabs_container {
    padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

.dark_contenttabs {
	background-color: #f7f5f4;
}

.pagecontenttabs_container p {
	text-align: center;
}

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

.contenttabs_tabs {
	list-style: none;
	text-align: center;
	margin: 0;
	z-index: 20;
	position: relative;
}

.contenttabs_tabs li {
	display: inline-block;
    vertical-align: bottom;
    white-space: normal;
    padding: 20px 0px;
    font-size: 18px;
    margin: 0 15px;
    color: #51247A;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.contenttabs_tabs li:hover, .contenttabs_tabs li:focus {
    border-bottom: 2px solid #8a6bb9;
}

.contenttabs_tabs li.active {
	font-weight: bold;
	border-bottom: 2px solid #51247A;
}

.contenttabs_content {
	border-top: 2px solid #e1deda;
    margin-top: -2px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.tabcontentitem {
	display: none;
	padding-left: 50px;
	padding-right: 50px;
}

.clinic-details {
	background-color: #51247A;
	color: #fff;
	text-align: center;
	padding-top: 30px;
    padding-bottom: 50px;
}

.clinic-details-head {
	padding-bottom: 30px;
	padding-top: 30px;
}

.clinic-details-head h2 {
	color: #fff;
	font-size: 34px;
}

.clinic-details-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.clinic-details-content p, .clinic-details-content a {
	color: #fff;
}

.clinic-details-content p:last-child {
	margin-bottom: 0;
}

#map_wrapper {
	background-color: #f9f9f9;
	height: 350px;
}

#map_wrapper_lrg {
	background-color: #f9f9f9;
	height: 450px;
}

.map_canvas {
    height: 100%;
    width: 100%;
}

.std-page-content {
	text-align: center;
}

.std-page-spacer {
	padding-top: 20px;
}

.std-page-content h2 {
	font-size: 28px;
}

ul.keypoints {
	list-style: none;
	text-align: center;
	/*margin: 0 0 24px 0;*/
	margin: 0 100px 24px 100px;
}

ul.keypoints li {
	color: #51247A;
	padding-bottom: 5px;
	font-weight: 500;
	border-bottom: 1px solid #f7f5f4;
    margin-bottom: 5px;
}

ul.keypoints li:last-child {
	border-bottom:none;
}

.campusclinics_blk {
	margin-top: 30px;
}

.content-map-details {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-clinics-blks-details {
    padding-bottom: 30px;
}

.clinicpreview_top {
	height: 250px;
	width: 100%;
	margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.clinicpreview {
	width: 100%;
	height: 100%;
	background-size: cover;
    background-color: #51247A;
    text-align: center;
    display: table;
    text-decoration: none;
    background-position: center center;
}

.clinicpreview_cont {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 20;
}

.clinicpreview:hover, .clinicpreview:active, .clinicpreview:focus {
	text-decoration: none;
}

.clinicpreview h3 {
	color: #fff;
	padding-bottom: 0;
	font-size: 24px;
    font-weight: 400;
}

.clinicpreview::before {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
	.clinicpreview_top {
		margin-bottom: 15px;
	    margin-top: 15px;
	}
}

.article-meta {
	padding-bottom: 30px;
    font-style: italic;
}

#article-full img {
	width: 100%;
}

figure {
margin-bottom: 20px;
}

figcaption {
	margin-top: 5px;
}

figcaption .caption {
	font-size: 12px;
    color: #828282;
    font-style: italic;
}

.attribution {
	font-size: 12px;
}

.contactus-socialbar {
	font-size: 45px;
	margin-bottom: 40px;
	margin-top: -20px;
	text-align: center;
}

.contactus-socialbar a {
    padding: 10px 20px;
    display: inline-block;	
}
				
.ico-btn-sm {
    display: inline-block;
    background: #4085C6;
    padding: 7px;
    font-size: 15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    vertical-align: top;
    color: #ffffff;
    line-height: 17px;
    margin-top: -5px;
    text-align: center;
    margin-right: 10px;
}
.contact-detail {
    margin-left: 40px;
    margin-top: -25px;
}

.contact-links a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-weight: normal;
    margin-bottom: 5px;
}

.contact-links {
	margin-bottom: 60px;
}

.page-template-red-careers-sub .accordion-items {
	margin:0 auto;
	max-width: 700px;
}

.accordion-items {
	text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.accordion-title {
	font-size: 24px;
    font-weight: 600;
    color: #512579;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
}

.accordion-title:hover {
	background: #f7f5f4;
	cursor: pointer;
}

.accordion-item {
    border-bottom: 1px solid #f7f5f4;
}

.accordion-item:last-child {
	border-bottom:none;
}

.accordion-item-desc {
	margin-top: 10px;
}

.accordion-item-desc ul {
    list-style: none;
    font-weight: 500;
    color: #51247A;
}

.accordion-item-desc ul li {
	color: #51247A;
    padding-top: 5px;
    padding-bottom: 5px;
}

.accordion-item-jobs {
	margin-bottom: 30px;
	margin-top: 30px;
}

.accordion-content {
	display: none;
}

.childnav_blk {
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #f1f1f1;
	height: 100%;
	margin-bottom: 20px;
}

.subnavblk {
	margin-bottom: 20px;
}

.childnav_blk:focus, .childnav_blk:active, .childnav_blk:hover {
	text-decoration: none;
}

.childnav_prev {
	width: 100%;
	height: 200px;
	background-color: #962A8B;
	background-size: cover;
	background-position: center center;
}

.childnav_content {
	padding: 30px 20px;
}

.childnav_container {
	margin-bottom: 60px;
}

.childnav_desc {
	font-weight: normal;
	font-size: 14px;
}

.uqhc_facts {
	margin-top: 30px;
	margin-bottom: 20px;
}

#mobilemenu_back {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007d;
    display: none;
    z-index: 910;
    position: fixed;
    box-sizing: border-box;
}

.popup_on {
    height: 100%;
    overflow: hidden;
    transition: .3s;
}

/* hide close when burger shown */
   .navbar-toggler.collapsed .close-icon {
      display: none;
   }

   .navbar-toggler:not(.collapsed) .navbar-toggler-ico {
      display: none;
   }

.header-meta {
	text-transform: uppercase;
    color: #4085C6;
    font-weight: 200;
    margin-bottom: -15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.subheading {
	margin-bottom: 30px;
	text-align: center;
}


.article-preview {
	width: 100%;
	height: 200px;
	background-size:cover;
	background-position: center center;
	background-color:#f7f5f4;
	display: block;
}

#news-articles .article-preview {
	height: 250px;
}

.article-detail {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	text-align: center;
	padding-left: 30px;
}

.article-detail .pub-date {
	font-size: 12px;
}

.contentarea-top {
	padding-top: 20px;
	padding-bottom: 50px;
}

.contentarea-functions {
	margin-top: 20px;
	margin-bottom: 20px;
}

#home-articles {
	padding-top: 50px;
    padding-bottom: 90px;
}

#recent-articles {
    padding-bottom: 20px;
}

#news-articles {
	
}

#list-articles {
	padding-top: 20px;
	padding-bottom: 40px;
}

.article-blk {
	margin-bottom: 20px;
}

.blog-news-article-blk {
    padding-top: 20px;
    padding-bottom: 40px;
}

.blog-news-article-blk .pub-date {
	font-size: 12px;
}

.news-article-title {
	width: 100%;
    display: inline-block;
    padding-top: 10px;
}

.blog-news-article-excerpt {
	color: #51247A;
	padding-top: 20px;
    font-size: 14px;
        line-height: 22px;
}

.blog-news-bottom-nav {
	padding-bottom: 50px;
	padding-top: 30px;
	display: block;
}

.olderitems {
	float: right;
}

.btn .svg-inline--fa.fa-chevron-right {
	margin-left: 5px;
}

.btn .svg-inline--fa.fa-chevron-left {
	margin-right: 5px;
}

#secondary {
		text-align: center;
}

@media screen and (min-width: 768px) {
	
	#secondary {
		text-align: left;
	}
	
	#recent-articles {
	    padding-bottom: 75px;
	}
	
	.news-article-title {
	    padding-top: 0px;
	}

	.article-detail {
		padding-top: 20px;
		text-align: left;
		padding-left: 0;
	}
	.article-preview {
		height: 300px;
	}
}

.featureblk {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}

#findaclinicblk {
	background-color: #4085C6;
	color: #fff;
}

#findaclinicblk h2 {
	color: #fff;
	padding-bottom: 15px;
	margin-top: 0;
}

#findaclinicblk p {
	color: #fff;
	margin-bottom: 30px;
}

/* Gravity Form Styles */
	
.gform_wrapper form {
	background: #fbfbfb;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    text-align: left;
}

.gform_wrapper .top_label .gfield_label {
	color: #1C77CB;
	font-weight: 200!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
	height: 45px;
	padding: 5px 8px;
}

/* New Navbar Styles */


.a-nostyle{
	color: white;
}

.a-nostyle:hover{
	color: white;
}
.navbar-toggle{
	height: 60px;
    width: 60px;
    padding: 9px 14px;
    margin-right: 10px;
    border: 0px;
    color: #51247A;
	font-size: 20px;
	}
	
	.navbar-toggle:focus {
	    outline: 0;
	    background: none;
	    color: #4e2c82;
	}

.special-h-btn {
	font-size: 23px;
    line-height: normal;
    display: block;
}

.navbar-default .navbar-toggle:hover, #togglenav:hover, #togglesearch:hover {
	background:none;
	color: initial;
}

.navbar-default .navbar-toggle:focus, #togglenav:focus, #togglesearch:focus {
	background:none;
	color: initial;
}

.navbar-header button < #prime-navigation .navbar-collapse.in {
	background-color: #ececee;
}


#nav-cont {
    display: block;
    float: none;
    margin-top: 6px;
}

.navbar-nav {
	margin: 0;
}

#header_bump {
	margin-top: 75px;
}

#bs-navbar {
    background-color: #e7e7e7e6;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: white;
	width: 100%
}

.navbar {
	border: 0px;
	border-radius: 0;
	/*border-bottom: 1px solid #1C77CB; */
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

.navbar-default .navbar-nav > .active > a {
	background:none;
    font-weight: 600!important;
}

#prime-navigation ul ul .current_page_item a {
    background: #51247A;
    color: #ffffff;
    font-weight: normal!important;
}

#prime-navigation ul ul .current_page_item a:after {
    border: none;
}

#prime-navigation a {
    color: #51247A;
    display: block;
    line-height: 30px;
    padding: 9px 14px;
    text-decoration: none;
}

#prime-navigation a:hover, #prime-navigation a:focus, #prime-navigation a:active {
	outline: none;
	text-decoration: none;
}


#prime-navigation .navbar-collapse.in .current_page_item a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    border: none;
	
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color:#1c77cb !important;
	
}

#prime-navigation .navbar-collapse.in a:hover {
	/*color: #3fae49;*/
}

#prime-navigation .dropdown-menu li a {
    padding-left: 30px;
    font-size: 12px;
}

#prime-navigation .dropdown-toggle::after {
	display: none;
}

/*
#prime-navigation .navbar-collapse.in ul ul a{
	padding-top: 10px;
	padding-bottom: 
} */



#prime-navigation li#menu-item-1227, #prime-navigation li#menu-item-1228 {
	margin-left: 10px;
}

#prime-navigation li#menu-item-1227 a, #prime-navigation li#menu-item-1228 a {
	padding: 0px 35px;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #51247A;
    border: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
    margin-right: 5px;
}

#prime-navigation li#menu-item-1852 {
	margin-left: 10px;
}

#prime-navigation li#menu-item-1227 a:hover, #prime-navigation li#menu-item-1227 a:focus, #prime-navigation li#menu-item-1228 a:hover, #prime-navigation li#menu-item-1228 a:focus {
	background: #962A8B;
	color: #fff;
}
	
.site-title {
	font-size: 14px;
	font-weight: normal;
	line-height: 60px;
	margin: 0;
	letter-spacing: 0px;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title img {
    height: 92px;
    vertical-align: top;
    margin-bottom: 15px;
    margin-top: 0px;
}


.site-title a,
.site-title a:hover {
	color: #fff!important;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

#uqhc_about_banner {
	background-position-y: 15px;
}



@media screen and (min-width: 1218px){
	nav{
		width: auto;
		margin-top: 93px;
	}
	

}

@media screen and (min-width: 768px){
	
	.site-title img {
		height: 135px;
	    vertical-align: top;
	    margin-bottom: 0px;
	    margin-top: 15px;
	    
	}
	
	#uqhc_about_banner {
		background-position-y: 0px;
	}

	
	nav{
		margin: 0 auto;
	}
	
	#bs-navbar {
		background: none;
		z-index: 120;
	}
	
	.navbar-nav {
		margin: 0 auto;
	}
	
	.navbar .navbar-collapse {
	  text-align: center;
	}	

	#prime-navigation li {
	    height: 45px;
	    line-height: 45px !important;
	}
	
	#prime-navigation li .caret {
		display: none;
	}
	
	#prime-navigation li:first-child {
    	border-left: none;
    }
    
    #prime-navigation li:last-child {
    	border-right: none;
    }
	
	#prime-navigation li a {
		line-height: 45px;
		font-weight: normal;
		padding: 0px 15px;
	}
	
	#prime-navigation li:hover > a, #prime-navigation .open a {

	}
	
	#prime-navigation ul ul li:hover > a:after{
		border: none;
	}
	
	#prime-navigation li:hover > a, .primary-navigation li.focus > a {
	    background-color: #fbf9f9;
	}
	
	#prime-navigation .dropdown-menu li:hover > a {
		background-color: #962A8B!important;
		color: #fff;
	}
	
	#prime-navigation .current-menu-parent > a {
		font-weight: bold;
		background:none;
	}
	
	.current_page_item.active > a {
	    font-weight: bold!important;
	}
	
	#prime-navigation .dropdown-menu{
	    background-color: #e7e7e7e6;
	    padding-top: 0px;
	    -webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 0;
		white-space: nowrap;
	}
	#prime-navigation .dropdown-menu li {
	
	}
	
	#prime-navigation .dropdown-menu li a {

	}
	
	#prime-navigation .dropdown-menu li a:hover {
		background: #1c77cb;
		color: white;
	}
	
	#prime-navigation .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background: #1c77cb;
	}
	
	#prime-navigation .dropdown-menu li a {
	    padding-left: 14px;
	    font-size: 14px;
	}
	
		
}

@media screen and (min-width: 992px) {
	
	.navbar-nav {
		margin:inherit;
	}
	
	.navbar {
	    padding-top: 30px;
	    padding-bottom: 0;
	}
	
	.banner_head {
		font-size: 38px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#prime-navigation li#menu-item-1057 {
		display: none;
	}
}

#gform_wrapper_2 {
	background: #FBFBFB;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    padding: 22px;
}

#gform_wrapper_2 label{
	color: #004f6e;
	}
	
#gform_wrapper_2 h3.gform_title {
    font-weight: 400;
    font-size: 21px;
    margin-top: 0px !important;
    }
    
.uqhclinebreak {
	background-image: linear-gradient(to right, #87c03f 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 11px 3px;
    background-repeat: repeat-x;
    height: 10px;
}    

/* Homepage */

#home-features {
	background-color:#f7f5f4;
	padding-top: 40px;
    padding-bottom: 40px;
}

.feature-blk {
	padding-top:20px;
	padding-bottom:20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.feature-desc {
	vertical-align: top;
	padding-left: 20px;
	color: #51247A;
	width: 82%;
}

.feature-desc-btm {
	line-height: 20px;
    padding-top: 5px;
}

.feature-desc-btm p {
	line-height: inherit;
	margin-bottom: 0;
}

.feature-icon {
	width: 105px;
	height: 75px;
}

.feature-icon img {
	width: 100%;
}

.icon-brain { 
	background-image:url(/wp-content/themes/redpress/images/objects/brain.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-form { 
	background-image:url(/wp-content/themes/redpress/images/objects/form.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-hands { 
	background-image:url(/wp-content/themes/redpress/images/objects/hands.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-primary { 
	background-image: url(/wp-content/themes/redpress/images/objects/icon-syringe.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-pills { 
	background-image: url(/wp-content/themes/redpress/images/objects/icon-pills.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-microscope { 
	background-image: url(/wp-content/themes/redpress/images/objects/icon-microscope.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.std-page-content h2:first-child {
       margin-top: 0;
}

@media screen and (min-width: 992px) {
	.feature-icon {
		width: 220px;
		height: 75px;
	}
}

/* Special Landing Page Styles */
.special_text{
	font-size: 32px;
	color: #00bbd3;
}

.special_text2{
	font-size: 27px;
	color: #00bbd3;
}

.small_heading{
	color: #00BAD2;
	font-weight: bold;
	}
	

.mailing_list_preview_text{
	color: white;
	text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.landing_form input {
	background: #38cadc;
	padding: 12px !important;
    border-radius: 8px;
    color: #008798;
    font-size: 14px !important;
    font-weight: 100;
    padding-left: 10px !important;
    padding-right: 10px!important;
}

.landing_form #gform_submit_button_2{
	background: none;
}

.landing_form label{
	color: #004f6e;
	font-weight: 300 !important;
}

.landing_form .gform_footer {
	text-align: center;
}

.landing_form .validation_error{
	color: #004F6E !important;
	border-top: 1px solid #FFF !important;
	border-bottom: 1px solid #FFF !important;
	font-style: italic !important;
	
}

	.hide-small{ 
		display: none;
	}
	
	.quicklinks img {
	 	max-width: 40%;
	 	margin-bottom: 20px;
 	}
 	
 	.footer-bottom #footer-spark-logo img {
		max-width: 170px;
		
	}
	
	.footer-bottom #footer-uqhc-logo img {
		    max-width: 220px;
			margin-top: 22px;
	}
	
	.footer-bottom #footer-spark-logo {text-align: center;}
	.footer-bottom #footer-uqhc-logo {text-align: center;}
	

.landing_form .gform_confirmation_message{
	padding: 25px;
	text-align: center;
	
}

 .gform_wrapper .landing_form li.gfield.gfield_error {
		background:#FDDD00 !important;	
		margin-top: 0px !important;
	}

.landing_form #gform_submit_button_1 {
	    margin: 0 auto;
		display: block;
	}
.landing_form #gform_submit_button_2 {
	    margin: 0;
		display: none;
	}
.gf_left_third{
	width: 49% !important;
}
	
.gf_middle_third{
	width: 49% !important;
}
	
/* Special Landing Page Styles */



#footer .footer-top {
	padding-top: 60px;
	padding-bottom: 40px;
	width: 100%;
}

.site_acknowledgement {
    text-align: left;
    font-size: 12px;
}

#footer img {
	width: 180px;
}

#footer .footer-bottom {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #51247A;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(90deg, #51247a 0%, #56247a 60%, #61257d 80%, #962a8b 100%);
}

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

#footer .footer-bottom a:hover, #footer .footer-bottom a:focus {
	color: #fff;
}

.footer-menu {
    list-style: none;
    margin-left: 0px;
}

.footer-menu li {
    list-style: none;
    font-size: 12px;
    line-height: normal;
    text-align: center;
}

.footer-menu li a {
    color: #51247A;
    text-decoration: none;
    font-weight: 400;
}

.footer-menu li a svg {
    margin-right: 5px;
    width: 10px!important;
}

#footer .mailing_list_preview_text{
	color: white;
	text-align: center;
    line-height: 25px;
    font-size: 16px;	
}

#footer .footer-top .row {
	text-align: center;
}

.footer-title {
	font-weight: 600;
	color: #51247A;
	padding-bottom: 10px;
}

#footer .footer_dev {
	font-size: 6px;
	color: #51247A;
	    position: absolute;
    bottom: 20px;
    left: 40px;
}

#footer .footer_dev a {
	font-weight: normal;
	color:#51247A;
}

#footer .footer_dev a:focus, #footer .footer_dev a:hover, #footer .footer_dev a:active {
	color:#51247A;
}

h2.dept-title{
    font-size: 26px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 28px;
    color: #1c77cb;
    margin-top: 40px;
    font-weight: 600;

}


#search-h-btn {
	color: white!important;
}

#uqhc_searchbar {
	background: #51247A;
	background: linear-gradient(90deg, #51247a 0%, #56247a 60%, #61257d 80%, #962a8b 100%);
	height: 37px;
	color: #ffffff;
    line-height: 35px;
    text-align: right;
    font-size: 14px;
    display: none;
}

#uqhc_searchbar form {
	display: inline;
}

#uqhc_searchbar i {
	padding-left: 2px;
	padding-right: 5px;
}

#uqhc_searchbar button {
	text-decoration: none;
	color: #ffffff;
	background: none;
    font-size: 14px;
    padding: 0;
    padding-left: 5px;
    float: none;
    display: inline-block;
}

#uqhc_searchbar input {
    font-size: 12px;
	padding: 2px 15px;
	background: #71549c;
    border-radius: 15px;
    max-width: 200px;
    color: #fff;
}

#uqhc_searchbar input::placeholder {
	color: #fff;
}

#uqhc_searchbar label {
    display:inline-block;
    position: relative
}

#uqhc_searchbar .search-submit {
	position: relative;
    left: -35px;
    font-size: 12px;
    top: -1px;
}


#uqhc_searchbar button:hover, #uqhc_searchbar button:active, #uqhc_searchbar button:focus {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

@media screen and (min-width: 768px) {
	#uqhc_searchbar {
		display: block;	
	}
	.footer-menu li {
		text-align: left;
	}
}


.linksmenu {
	list-style: none;
	margin: 0;
}

.base-bottom-nav {
    padding-bottom: 50px;
    padding-top: 30px;
    display: block;
}
	
.footer-menu #menu-item-751, .footer-menu #menu-item-750, .footer-menu #menu-item-948, .footer-menu #menu-item-756, .footer-menu #menu-item-866, .footer-menu #menu-item-865, .footer-menu #menu-item-947 {
	font-weight: bold;
	text-transform: uppercase;
}

.footer-menu a, .footer-menu a:focus, .footer-menu a:hover, .footer-menu a:active {
	outline: none;
}

.staff-phone {
	display: none;
}

.popup_on {
	height: 100%;
	overflow: hidden;
	transition: .3s;
}

.toggleContainer {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    width: 80px;
    height: 75px;
    line-height: 75px;
    color: #4e2c82;
    text-align: center;
    z-index: 100;
 }

.toggleContainer button {
	color: #51247A;
	margin: 0;
} 

#sitemenu-smallarea .toggleContainer button {
	color: #fff;
}
 
.locationContainer {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px!important;
	width: 76px;
	height: 76px;
	line-height: 76px;
	color: #024da1;
	text-align: center;
	margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin-right: 0;
}

.toggleContainer .icon-bar {
	background-color: #51247A;
	width: 26px;
	height: 3px;
	display: block;
}

.toggleContainer .icon-bar + .icon-bar {
    margin-top: 4px;
}

.toggleContainer button:hover, .toggleContainer button:focus, .toggleContainer button:active {
	background: none;
	outline: none;
}

.accordion {
	margin-top: 50px;
}


.content-area {
	padding-top: 0px;
}

.charleft {
	display: none;
}

.hentry {
	margin: 0 auto 20px;
	border-bottom: 1px solid #f1f1f1;
	max-width: 672px;
	/*background-image: linear-gradient(to right, #024da1 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 11px 3px;
    background-repeat: repeat-x;*/
}

.sec_spacer {
	margin-top: 20px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}

#side_content {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sideimg img {
	max-width: 100%;
    border: 1px solid #ada7a7;
}

.sideimg .no-border{
	border: none;
	}

#side_content img {
	/*padding: 10px;
	border: 1px solid rgb(236, 233, 234);
	box-shadow: 8px 7px 13px rgb(216,216,216);
	background: #FFF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

.key_content {
	width: 100%;
}

.side_content h3 {
	margin-top: 65px;
}

.key_content p {
	line-height: 24px;
}


#openinghours_block {
	color: white;
	font-size: 18px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

#location_block {
	color: white;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}

#sideblueblock .simple-btn {
	margin-top: 20px;
	font-size: 16px;
	padding: 15px;
}

.sidebox_heading {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 30px;
	padding-bottom: 15px;
	color: white;
}

.gp_hours .sidebox_heading {
	color: #1c77cb;
}

.sidebox_subheading {
	font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
    color: #8ac6fd;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fullbtn {
	width: 100%;
	padding: 15px 25px;
	margin-top: 20px;
}

.gp_hours{
	border: 1px solid #1c77cb;
    background: rgb(244, 244, 245);
    padding: 14px;
    border-radius: 7px;
}

.gp_hours strong {
    color: #1c77cb;
    font-weight: 500;
}

.map_img{
	width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 5px;
    background: #f7fffb;
}

.proud{
	color: #1C77CB;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 12px;
    padding-top: 20px;
}

.preview_points li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #106DB1;
  font-size: 28px;
  display: none;
}
	
.preview_points ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.preview_points ul{
	margin-left: 28px;
}

.preview_points h2 {
    color: #1C77CB;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
 }
.preview_points i{
	font-size: 30px;
    padding-right: 26px;
    color: #106DB1;
}
.preview_points ul li{
	font-size: 21px;
    line-height: 43px;
    color: #0074d9;
 }
 
 .feature-bg{
 	background: #fffcfc;
    padding-top: 60px;
    padding-bottom: 50px;
    border-top: 1px #efefef solid;
    text-align: center;
	 
 }
 
 @media screen and (min-width: 783px){
	.feature-bg{
	 }
	 
	 .preview_points li:before {
	 	display: initial;
	}
 }


.gform_wrapper .ginput_complex label {
	margin-top: 2px!important;
	margin-bottom: 10px!important;
}

.gform_wrapper .gfield_select {
	height: 33px;
	border: 1px solid #CCC;
	border-radius: 3px;	
}

/* Site Message */
.site_message {
    background: #c54040;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    display: block;
}

.site_message:hover, .site_message:focus, .site_message:active {
	color: white;
	background: #af3838;
	outline: none;
	text-decoration: none;
}

.desk_only {
	display: none;
}

@media screen and (min-width: 783px) {
	.site_message {
		font-size: 24px;
	}
	
	.mobile_only {
		display: none;
	}
	
	.desk_only {
		display: inline;
	}
}

/* SITE NOTIFICATIONS */
.sitealert_default {
	background: #fffaf0;
    color: #fec848;
}

.sitealert_default p, .sitealert_default a {
	color: #fec848;
}

.sitealert_success {
	background: #f1f9f0;
    color: #7fbb7c;
}

.sitealert_success p, .sitealert_success a {
	color: #7fbb7c;
}

.sitealert_info {
	background: #d7f0fe;
    color: #70cafb;
}

.sitealert_info p, .sitealert_info a {
	color: #70cafb;
}

.sitealert_danger {
	background: #f8f7f6;
    color: #ff0000;
}

.sitealert_danger p, .sitealert_danger a {
	color: #ff4559;
}

.sitealert_container {
	padding: 20px 10px;
}

.sitealert_left {
	float: left;
    font-size: 40px;
}

.sitealert_right {
	float: left;
	width: 70%;
	text-align: left;
	padding-left: 20px;
	padding-top: 8px;
}

.sitealert_right p {
	margin-bottom: 10px;
}

.sitealert_right p a {
    text-decoration: underline;
    font-weight: 500;
}

/* Home Welcome */

.site-f-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 26px;
	color: #106DB1;
	font-weight: 500;
}

.content-featured-main {
    padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.content-subarea {
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.banner-subtxt {
	font-size: 12px;
    color: #322e2f;
    padding: 0px 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bannerkeybtn {
	padding: 15px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    text-align: left;
    display: block;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.bannerkeybtn:hover, .bannerkeybtn:active, .bannerkeybtn:focus {
	text-decoration: none;
	outline: none;
	color: white;
}

#banner-findclinicbtn {
	background: #00b1b0;
}

#banner-stdhealthbtn {
	background: #2eac45;
}

#banner-workusbtn {
	background: #808080;
}

.bannerbtntit {
	padding-right: 40px;
	text-align: center;
}

/* Buttons */

#uqhc_bookblock {
    background: #85c233;
    display: inline-block;
    padding: 10px 25px;
    min-width: 200px;
    right: 0;
    z-index: 400;
    position: absolute;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-bottom-left-radius: 40px;
    outline: none;
}

#uqhc_bookblock:hover, #uqhc_bookblock:active, #uqhc_bookblock:focus {
	background: #7eb731;
	outline: none;
}

@media screen and (min-width: 783px) {
	#uqhc_bookblock {
		top: 0;
		min-width: 300px;
	}
}

#uqhc_findblock {
    background: #004ea2;
    display: inline-block;
    padding: 10px 25px;
    min-width: 200px;
    left: 0;
    z-index: 400;
    position: absolute;
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-align: right;
    border-bottom-right-radius: 40px;	
    outline: none;
}

#uqhc_findblock:hover, #uqhc_findblock:active, #uqhc_findblock:focus {
	background: #014186;
	outline: none;
}

/* Services */

#feature-services {
	padding-top: 30px;
	padding-bottom: 20px;
	background: #faf9fe;
}

.service-box {
	width: 100%;
	margin-bottom: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
}

.service-preview {
	width: 100%;
	height: 130px;
	background: #e0cab3;
}

.service-title {
	font-size: 14px;
	text-align: center;
	padding: 15px 5px;
    color: white;
    font-weight: bold;
}

#service-mc {
	background: #be442f;
}

#service-mc .service-preview {
	background: url('/wp-content/themes/redpress/images/front-page/medicalcentre_front.jpg') no-repeat;
	background-size: cover;
}

#service-ch {
	background: #00aacd;
}

#service-ch .service-preview {
	background: url('/wp-content/themes/redpress/images/front-page/campus_front.jpg') no-repeat;
	background-size: cover;
}

#service-home {
	background: #8cc540;
}

#service-home .service-preview {
	background: url('/wp-content/themes/redpress/images/front-page/home_front.jpg') no-repeat;
	background-size: cover;
}

#service-inn {
	background: #3c3481;
}

#service-inn .service-preview {
	background: url('/wp-content/themes/redpress/images/front-page/innovation_front.jpg') no-repeat;
	background-size: cover;
}

@media screen and (min-width: 783px) {

	#feature-services {
		padding-top: 50px;
	}
	
	.service-title {
		font-size: 18px;
	}
	
	#service-ch .service-title, #service-mc .service-title {
		line-height: 46px;
	}
	
	.service-preview {
		height: 160px;
	}
}

/* Bottom and footer areas */
#features-cont {
	margin-top: 50px;
}

#features-cont-sub {
	margin-top: 50px;
	overflow: scroll;
}



/* Content page */

#uqhc_pagetitle {
    background: #004ea2;
    display: inline-block;
    padding: 10px 20px;
    padding-right: 80px;
    min-width: 250px;
    left: 0;
    bottom: 0;
    z-index: 400;
    position: absolute;
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-align: right;
    border-top-right-radius: 40px;
    outline: none;
    text-transform: uppercase;
}

@media screen and (min-width: 783px) {
	
	#uqhc_pagetitle {
		min-width: 350px;
	}
}

.uqhc_pagelist {
    padding-top: 40px;
    margin-top: 45px;
    background-image: linear-gradient(to right, #87c03f 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 11px 3px;
    background-repeat: repeat-x;
}

.uqhc_pagelistb {
	padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 45px;
}

.uqhc_pagelist_item {
	padding-bottom: 20px;
}

.uqhc_pagelist_title {	
	color: #87c03f;
    font-size: 26px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.uqhc_pagelist_title:hover {
	outline: none;
}

.uqhc_pagelist_title:focus, .uqhc_pagelist_title:active {
	outline: none;
	text-decoration: none;
}

.uqhc_pagelist_title i, .uqhc_keyarrow {	
    font-size: 52px;
    vertical-align: middle;
    padding-right: 10px;
}

.uqhc_pagelist_title span {	
    vertical-align: middle;
}

.uqhc_pagelist_desc {
	padding-left: 60px;
    padding-top: 5px;
    max-width: 590px;
    display: none;
}

.uqhc_pagelist_desc a {
	font-weight: bold;
	color: #87c03f;
	text-decoration: none;
	outline: none;
}

.uqhc_pagelist_desc a:hover {
	
}

.uqhc_pagelist_desc a:focus, .uqhc_pagelist_desc a:active {
	outline: none;
	text-decoration: none;
}

@media screen and (max-width: 783px) {
	.uqhc_pagelist_title {
		font-size: 20px;
	}
	.uqhc_pagelist_title i, .uqhc_keyarrow {
		font-size: 40px;
	}
	.uqhc_pagelist_item {
		padding-bottom: 0;
	}
}

/* Clinic page */

.clinic_banner {
	height: 380px;
	width: 100%;
	background-color: #166ab9;	
	margin: 0 auto;
    position: relative;
	background-position: center top;
    background-size: cover;
    text-align: center;
}

#uqhc_meadowbrook_banner {
	background-image: url(/wp-content/themes/redpress/images/clinic-banners/meadowbrook.jpg);
	background-repeat: no-repeat;
}

#uqhc_annerley_banner {
	background-image: url(/wp-content/themes/redpress/images/clinic-banners/annerley.jpg);
	background-repeat: no-repeat;
}

#uqhc_durack_banner {
	background-image: url(/wp-content/themes/redpress/images/clinic-banners/durack.jpg);
	background-repeat: no-repeat;
}

#uqhc_gatton_banner {
	background-image: url(/wp-content/themes/redpress/images/clinic-banners/gatton.jpg);
	background-repeat: no-repeat;
}

#uqhc_ipswich_banner {
	background-image: url(/wp-content/themes/redpress/images/clinic-banners/ipswich.jpg);
	background-repeat: no-repeat;
}

#uqhc_stlucia_banner {
	background-image: url(/wp-content/themes/redpress/images/clinic-banners/stlucia.jpg);
	background-repeat: no-repeat;
}

/* Website Partners */

#feature-partners {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
    background: #8bc53f;
}

#feature-partners .uq-s-title {
	padding-bottom: 20px;
	color: white;
}

#feature-partners img {
	width: 100%;
	background: white;
	max-width: 330px;
}

.mobilever {
	display: block;
}

.deskver {
	display: none;
}

.news_header a {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 500;
	display: block;
	color: #0e51a2;
	border-bottom: 3px dashed #c0d3ea;
    display: inline-block;
    padding-bottom: 7px;
}

.news_header a:hover, .news_header a:focus, .news_header a:active {
	outline: none;
	text-decoration: none;
	border-bottom: 3px dashed #6990bf;
}

.article-nav {
	margin-top: 10px;
    margin-bottom: 30px;
}

.article-nav a {
	font-weight: bold;
    color: #0e51a2;
}

.news_preview {
	font-size: 14px;
}

.uq-s-title {
	font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #106DB1;
    font-weight: bold;
}

.latestnews-list {
	list-style:none;
	margin:0;
}

.latestnews-list li {
	margin-bottom: 30px;
	list-style:none;
}

.view_more_news {
	margin-top: 20px;
	margin-bottom: 10px;
}


.site-banner-imgdiv {
	background-color: #03BBD2 !important;

}

/* MAPS AND STAFF PROFILES */


ul.staffer-archive-grid li {
    flex: 0 33.333%;
    border-bottom: none;
}

.cw-staffer-modal .cw-modal-inner {
	padding: 25px 40px;
}

.cw-staffer-modal .cw-modal-close {
    font-size: 34px;
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
    color: #054fa1;
}

.staffer-staff-header .staffer-staff-departments, .staffer-staff-header .staffer-staff-phone, .cw-staffer-modal h5.staff-department {
	display: none;
}

.cw-staffer-modal h5 {
	font-size: 22px!important;
    color: #51247a;
    font-weight: 600;
    padding-top: 8px;
    margin-bottom: 0!important;
}

.cw-staffer-modal .cw-modal-header .section {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0;
    margin-top: -15px;
    flex: none
}

.cw-staffer-modal h5.staff-title {
    font-size: 16px!important;
    font-weight: 200;
    text-align: center;
    color: #51247a;
    padding-top: 8px;
}

.cw-staffer-modal h5.staff-phone {
	font-weight: normal;
	font-size: 16px;
	color: #85c233;
}

.cw-modal-body {
    font-size: 12px;
}

img.alignleft.cw-staffer-max-image {
	margin: 0 auto;
    padding-bottom: 10px;
}

.cw-modal-body p {
	font-size: 14px;
}

#uqhc_map {
	background: #009cdf;
	min-height: 150px;
}

#uqhc_findblock i {
	font-size: 26px;
    vertical-align: text-bottom;
    padding-left: 5px;
}



#uqhc_map_large {

}

#uqhcmap_gatton {
	width: 50px;
	color: red;
	height: 50px;
	position: absolute;
	margin-top: 10px;
}

#uqhcmap_ipswich {
	
}

.cw-staffer-bioside .btn {
	margin-top:20px;
	margin-bottom:20px;
}

.cw-staffer-bioside {
	padding-top: 5px;
}

.cw-staffer-bioside ul {
	margin:0;
	list-style: disc;
    margin-left: 20px;
}

.cw-staffer-bioside ul li {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

@media screen and (min-width: 783px) {
	#uqhc_findblock {
		min-width: 300px;
	}
	
	img.alignleft.cw-staffer-max-image {
		margin: 7px 30px 7px 0;
	    padding-bottom: 10px;
	}
	
	.cw-staffer-imgside {
		float: left;
		width: 30%;
	}
	
	.cw-staffer-bioside {
		padding-left: 20px;
		float: left;
		width: 70%;
	}
	
	.cw-modal-body {
		text-align: left;
		font-size: 14px;
	}
}


.wrap_svl_center_box {
	display: block;
}

body #powerTip {
	background-color: #fff;
}
body #powerTip.n:before {
    border-top: 10px solid rgb(255, 252, 252);
}
body #powerTip.s:before {
    border-bottom: 10px solid #fff;
}
body #powerTip.e:before {
    border-right: 10px solid #fff;
}
body #powerTip.w:before {
    border-left: 10px solid #fff;
    right: -10px
}
body #powerTip.ne:before,body #powerTip.nw:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.se:before,body #powerTip.sw:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
body .box_view_html {
    color: #000;
}
body .box_view_html span.close_ihp svg {
    fill: #000;
}

body .box_view_html {
    color: #000;
    border: 1px solid #004da1;
    border-radius: 12px;
    padding: 10px;
}

body .box_view_html p:last-child {
	margin-bottom: 0;
}

.drag_element {
	cursor: pointer;
}

.wrap_svl {
	float: none;
	max-width: 700px;
}

.wrap_svl_center_box {
    background: -webkit-linear-gradient(right, #8ec640 50%, #009ddd 50%);
    background: -o-linear-gradient(right, tan 50%, green 50%);
    background: -moz-linear-gradient(right, tan 50%, green 50%);
    background: linear-gradient(to right, #8ec640 50%, #009ddd 50%);
}


/* Bottom Area */

.home #features-cont {
	margin-top: 0px;
}

#home-features {
    width: 100%;
    height: auto;
	margin-bottom: 10px;
}

.hfeatureblk {
	width: 100%;
	height: 250px;
	float: none;
	position: relative;
	display: block;
}

.fblklinkhov {
	padding-bottom: 10px;
	display: none;
	width: 100%;
}

.fblkreadmore {
	padding: 8px 20px;
	border: 1px solid white;
	border-radius: 12px;
	display: none;
	text-transform: uppercase;
}

.hfeaturelbl {
	/*background: #00b1b0a3;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    z-index: 100;
}

.fblklink {
	top: 50%;
    position: relative;
    text-align: center;
}

.hfeaturelbl i {
    font-size: 26px;
    vertical-align: text-bottom;
    padding-left: 5px;
}

.fulldesktopmenu {
	display: none;
}

.fulldesktopmenu .hfeatureblk {
    width: 33.33%;
    float: left;
}

@media screen and (min-width: 768px) {
	
	#home-features.fulldesktopmenu {
    	height: 500px;
		width: 100%;
    }
    
    #home-features-sub {
    	height: 250px;
		width: 2100px;
    }
	
	#home-features .hfeatureblk {

	}
	
	#home-features-sub .hfeatureblk {
		width: 350px;
		float: left;
	}
	
	.bannerkeybtn {
		padding: 19px 25px;
		font-size: 12px;
	}
	
	.hfeatureblk:hover .hfeaturehead {
		height: 110px;
	    padding-top: 15px;
	    cursor: pointer;
		margin-top: 140px;
		-webkit-transition: max-height 1s;
		max-height: 110px;
	}
	
	.hfeatureblk:hover .hfeaturelbl {
		display: none;
	}
	
	.hfeatureblk:hover .fblkreadmore, .hfeatureblk:hover .fblklinkhov {
		display: inline-block;
	}
	
}

@media screen and (min-width: 992px) {
	.bannerkeybtn {
	    padding: 15px 25px;
		font-size: 18px;
	}
}

#footer_services_block {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 25px;
}

#footerblkservices {
	max-width: 1170px;
	margin: 0 auto;
}
.footerblkservice {
	position: relative;
	display: block;
	height: 240px;
	margin-right: 25px;
}

#home-connect {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.bookonlinefront {
	border-radius: 30px;
}

#homesocial {
    padding-top: 30px;
    color: #004da1;
}

#homesocial a {
	color: #004da1;
	text-decoration: none;
}

.connectsocbtns {
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 53px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 30px;
}

.connectsoctxt {
	display: inline-block;
}

.connectsocbtns a {

}

.banbtnback {
    display: block;
    right: 0;
    width: 70px;
    height: 100%;
    top: 0;
    position: absolute;
}


/* Mobile Menu and Search */

#mobilemenu {
	position: fixed;
    top: 0;
    right: -100%;
    background: #51247af5;
    box-sizing: border-box;
    display: block;
    width: 52%;
    height: 100%!important;
    max-height: 100%;
    min-height: 100%;
    transition: .3s;
    z-index: 1000;
    border-left: 2px solid #5e3584;
    min-width: 260px;
}

.admin-bar #mobilemenu {
	/*top: 121px;*/
}

#mobilemenu .header-main {
    border-bottom: none;
    background: none;
	z-index: 1000;
}

#mobile-banner {
	padding-right: 0px;
    padding-left: 0px;
}

#sitemenu-smallarea {
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    /*margin-top: -76px;
	padding-top: 76px;*/
}

.admin-bar #mobilemenu .header-main {
    margin-top: 45px;
}

#mobilemenu.collapse.in {
    right: 0!important;
}

#sitemenu-small ul {
	padding: 0;
	margin: 0;
}

#sitemenu-small .caret {
	display: none;
}

#sitemenu-small ul li {
	color: #01529e;
	text-align: center;
	list-style: none;
	float: left;
	transition: .3s;
	width: 50%;
}

#sitemenu-small ul li a {
	text-decoration: none;
	color: #51247A;
	padding: 25px 20px;
	display: block;
	outline: none;
	font-weight: normal;
}

#sitemenu-key .dropdown-toggle::after {
	display: none;
}

#sitemenu-small ul li a:hover, #sitemenu-small ul li a:active, #sitemenu-small ul li a:focus {
	outline: none;
}

#sitemenu-small ul li i {
	font-size: 38px;
}

#sitemenu-small ul li div {
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 10px;
}

#searchwindow {
	position: fixed;
    top: 0;
    right: -100%;
	background: #ffffffe6;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    transition: .3s;
    z-index: 1000;
}

.admin-bar #mobilemenu .header-main, .admin-bar #searchwindow .search-top {
    margin-top: 45px;
}

#searchwindow.collapse.in {
    left: 0!important;
}

.search-top {
	min-height: 75px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.search-top button {
	font-size: 24px;
}

.search-top button:hover, .search-top button:focus, .search-top button:active, .searchContainer button:hover, .searchContainer button:focus, .searchContainer button:active {
	background: none;
	color: #024da1;
}

#sitemenu-key ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sitemenu-key ul li {
    color: #004990;
    text-align: right;
    list-style: none;
    float: none;
    transition: .3s;
    width: 100%;
    border-bottom: 1px solid #402f50;
}

#sitemenu-key ul li.show {
    background: #482469;
}

#sitemenu-key ul li .dropdown-menu {
	position: relative!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #381d52;
    width: 100%;
        float: none;
        transform: none!important;
}

#sitemenu-key ul li a {
	padding: 20px;
	text-decoration: none;
    color: #fff;
    display: block;
    outline: none;
    font-weight: normal;
    font-weight: 300;
}

#sitemenu-key ul li a:active, #sitemenu-key ul li a:focus, #sitemenu-key ul li a:hover {
	background: #482569;
}

#sitemenu-key .dropdown-item:focus, #sitemenu-key.dropdown-item:hover {
	background-color: #4085C6;
}

#sitemenu-key ul li.active a {
	color: #ffffff;
	background-color: #51247A;
}

#sitemenu-key ul li.active ul li a {
	background: none;
	color: #fff;
}

#sitemenu-small ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 38px;
    padding-top: 7px;
    width: 100%;
    text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    text-align: center;
    height: 47px;
    display: block;
    font-weight: 900;
    font-size: 30px;
}

#sitemenu-small ul .menu-item-1471 a:before {
	content: "\f059";
}

#sitemenu-small ul .menu-item-918 a:before {
	content: "\f0f8";
}

#sitemenu-small ul .menu-item-919 a:before {
	content: "\f0a1";
}

#sitemenu-small ul .menu-item-920 a:before {
	content: "\f0f0";
}

#sitemenu-small ul .menu-item-921 a:before {
	content: "\f0fa";
}

#sitemenu-small ul .menu-item-922 a:before {
	content: "\f095";
}

#sitemenu-key {
    display: block;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 100px;
}

.quick-menu {
	width: 100%;
    position: absolute;
    bottom: 0;
    background: #0d1666;
    text-align: center;
}

.quick-btn-menu {
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 20px;
	text-decoration: none;
}

.quick-btn-menu:hover, .quick-btn-menu:active, .quick-btn-menu:focus {
	background: #0a1154;
	text-decoration: none;
}

.quick-btn-ico {
	color: #fff;
	font-size: 24px;
}

.quick-btn-txt {
	color: #fff;
	font-weight: 200;
	padding-top: 10px;
}

.mobilearea .menu-item-1227 {
	display: none;
}

#sitemenu-key {
    display: block;
    height: 100%;
    margin-top: 15px;
}

.search-logo {
	text-align: center;
	font-size: 55px;
	color: #024da1;
}

.search-form-cont {
	margin-top: 30px;
    margin-left: 20%;
    margin-right: 20%;
}

.search-form-cont label, .search-form-cont input {
	width: 100%;
}

.search-form label {
	margin-bottom: 15px;
}

.search-form-cont input {
	text-align: center;
	padding: 15px 10px;
	margin: 0;
}

.search-form-cont .search-submit {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#mobilemenu {
		display: none;
	}
}
	

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	padding-top: 15px;
    display: block;
    padding-bottom: 15px;
}

a.post-thumbnail:hover {

}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-edit-link {
	padding: 5px 18px;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #C81D1D;
	background: -moz-linear-gradient(top, #24a1db 0%, #1d85c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DB2424), color-stop(100%,#C81D1D));
	background: -webkit-linear-gradient(top, #DB2424 0%,#C81D1D 100%);
	background: -o-linear-gradient(top, #24a1db 0%,#1d85c8 100%);
	background: -ms-linear-gradient(top, #24a1db 0%,#1d85c8 100%);
	background: linear-gradient(to bottom, #DB2424 0%,#C81D1D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24a1db', endColorstr='#1d85c8',GradientType=0 );
	border: none;
	border-bottom: 3px solid #8E1616;
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;
}

.post-edit-link:hover {
	text-decoration: none;
}

/* CONTACT US */

.contact-title {
	font-size: 24px;
    color: #962A8B;
    font-weight: 600;
    margin-bottom: 10px;
}		

.contact-box {
	border: 1px solid #f1f1f1;
    padding: 20px 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    outline: none;
    color: #231f20;
    height: 100%;
}

.contact-box:hover {
	background: #f9f9f9;
	text-decoration: none;
	outline: none;
}

.contact-box:focus, .contact-box:active {
	text-decoration: none;
	outline: none;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

h2.entry-title {
	margin-top: 10px;
}

.entry-title a {
	color: #8bc53f;
}

.entry-title a:hover {

}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


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

.entry-meta {
	clear: both;
	color: #b3b3b3;
	font-weight: 200;
	line-height: 1.3333333333;
	text-decoration: none;
	margin-bottom: 15px;
}

.entry-meta a {
	color: #b3b3b3;
	text-decoration: none;
}

.entry-meta a:hover {

}

.sticky .entry-date {
	display: none;
}

.byline:after {
	content: "\0020\007c\0020";
}

.cat-links {
	display: none;
	margin-top: 5px;
}

.cat-links a {
	background-color: #8bc53f;
	display: inline-block;
	color: white;
	padding: 5px 8px;
}

.cat-links a:hover {
	color: white;
	background-color: rgb(190, 0, 0);
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: none;
}

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

.site-content footer.entry-meta {
	margin: 24px auto 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: lowercase;
}

.entry-meta .tag-links a:hover {
	background-color: #DAA739;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #DAA739;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	    padding-bottom: 20px;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {

}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: lowercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: lowercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

.more-link {
    color: #024da1;
    font-size: 18px;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

.hentry .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}

.hentry .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
	outline: none;
}

.hentry .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.hentry .mejs-fullscreen-button button:before {
	content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #24890d;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #41a62a;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: lowercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


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

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: lowercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: lowercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	max-width: 474px;
	padding-bottom: 10px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
	padding-top: 10px;
	color: red;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

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

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	/*margin-top: -48px;*/
}


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

.comments-area {
	max-width: 474px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: lowercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: lowercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: lowercase;
}

.comment-form label {
	display: block;
}

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

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: lowercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


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


/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
 
.footer_subhead{
	font-size: 16px;
    margin-bottom: 6px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	font-weight: normal;
}

.widget a:hover {
	color: #C5AA23;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 20px;
	font-weight: 600;
    color: #4e2d81;
    padding-bottom: 10px;
}

.widget-title,
.widget-title a {
	color: #16638E;
}

.widget-title a:hover {
	color: #16638E;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: lowercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

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

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: lowercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: lowercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

.front-date{
	color: #8bc53f;
	font-size: 14px;
	padding-bottom: 10px;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */


	#footer {
		background: #f7f5f4;
		color: #1D1D1D;
		width: 100%;
		margin: 0 auto;
	}
	
	#footer .footer-special{
		color: #0AC0DD;
	    margin-bottom: 0px;
	    margin-top: 20px;
	}
	
	#footer .footer-links{
		color: #AFAFAF;
		margin-bottom: 0px;

	}
	
	#footer .footer-attribution{
		color: #1C77CB;
	}
	
	#footer .footer-attribution a{
		color: #1C77CB;
		text-decoration: none;
	}
	
	#footer .footer-copyright{
		color: #1C77CB;
		margin-bottom: 0px;
	}
	
	#footer .footer-links a{
		color: #AFAFAF;
		text-transform: uppercase;
		text-decoration: underline;
	}
	
	.copysec, .footlogouq {
		margin-top: 20px;
	    margin-bottom: 20px;
	}
	
	.footlogouq a {
		display: block;
	}
	
	.footer_cont {
		max-width: 1055px;
	}
	
	.foot_full  {
		display: none;
	}	
		
	.foot_head {
		font-size: 13px;
		margin-bottom: 6px;
		color: #D9B04C;
		margin-top: 20px;
	}
	
	.foot_list {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
		font-size: 10px;
		margin-bottom: 30px;
	}
	
	.foot_list a {
		text-decoration: none;
		color: #A19F9F;	
	}
	
	.social_plugs {
		width: 185px;
		height: 55px;
		margin: 0 auto;
		padding-top: 20px;		
	}	
	
	.googleSocial {
		width: 72px;
		float: left;
	}
	
	.footer_social {
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;	
	}
	
	.footer_social a {
		text-decoration: none;
		color: #8bc53f;
		font-size: 40px;
	}
	
	.footer_social a:hover, .footer_social a:focus {
		outline: none;
		color: #7cb137;
		text-decoration: none;
	}
	
	.loc_title{
		border-bottom: 1px solid white;
	}
	
	.opening_holder {
		font-size: 14px;
	}
	
	#finder_holder {
		font-size: 18px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.footer_subhead {
		display: block;
		margin-top: 5px;
	}	
	
	.footer_lochead {
		font-size: 24px;
	    padding-bottom: 20px;
	    font-weight: bold;
	}
	
	.footer_lochead span {
		font-weight: normal;
	}
	
	.footer-btns {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	@media screen and (min-width: 768px) {
		#footer .footer-bottom {
			text-align: left;
		}
	}

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

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: lowercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta, .comments-link {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-top: 0px;
		margin-bottom: 0px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}
	
	
	.primary-navigation.toggled-on {
		margin-left: 0px;	
	}	

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
		display: inline-block;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f044";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {

	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 594px) {
	
	#site-logo {
		display: block;
	}
	
	#site-nametext {
		font-size: 20px;
	}
	
	.site-content .entry-header {

	}

	.site-content .has-post-thumbnail .entry-header {
		/*margin-top: -48px;*/
	}
}

@media screen and (min-width: 673px) {

	.search-toggle {
		/*margin-right: 18px;*/
	}

	.search-box .search-field {
		width: 50%;
	}

	.site-content {

	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.image-navigation,
	.page-content {
		padding-right: 30px;
		padding-left: 30px;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		/*margin-top: -48px;*/
	}

	#secondary,
	#supplementary {

	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}
}

@media screen and (min-width: 768px) {

	#main {
		text-align: inherit;
	}

	ul li {
		list-style-position: inherit;
	}	
	
	.foot_full  {
		display: block;
	}	

}


@media screen and (min-width: 768px) {
	
	.copysec, .footlogouq {
		text-align: right;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#footer .mailing_list_preview_text{
		text-align: left;	
	}
	
	#footer .footer-top .row {
		text-align: left;
	}
	
	#footer .footer-top .mail-icon{
	    float: left;
	    margin-right: 11px;
	}
	
	.hide-small{ 
		display: block;
	}
	
	.footer-bottom img {
		max-width: 90%;
		
	}
	
	.footer-bottom #footer-spark-logo img {
		max-width: 170px;
		
	}
	
	.footer-bottom #footer-uqhc-logo img {
		    max-width: 220px;
			margin-top: 22px;
		
	}
	.footer-bottom #footer-uqhc-logo {text-align: left;}
	.footer-bottom #footer-spark-logo {text-align: right;}
	
	
	.quicklinks img {
	 	max-width: 100%;
 	}
	
	.landing_form #gform_submit_button_1 {
		display: none;
	}
	
	.landing_form #gform_submit_button_2 {
		display: block;
	}
	
	.gf_left_third{
		width: 31.9% !important;
	}
		
	.gf_middle_third{
		width: 31.9% !important;
	}

	.search-toggle {
		margin-right: 28px;
	}
	
	#sitephone {
		display: block;
	}
	
	#phoneicon {
		display: none;
	}
	
	.call-toggle {
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 17px;
	}	
	
	.cat-links {
		display: none;
		margin-top: 0;
	}
	
	#prime-navigation a {

	}		

	/* Fixed Header */

	.below_desk {
		display: inline-block;
	}
	
	.above_desk {
		display: none;
	}

	.site-header {
		position: relative;
		border-bottom: 1px solid #f1f1f1;
	}

	.masthead-fixed .site-header {
		top: 0;
	}

	.admin-bar.masthead-fixed .site-header {
		/*top: 32px;*/
	}

	.site-main {
		/*max-width: 1055px;*/
		margin: 0 auto;
		position: relative;
		padding-top: 40px;
	}
	
	#header_bump {
		margin-top: 0;
	}
	#nav-cont {
		float: right;
	}
	
	.affix#nav-cont {
		top: 0px;
	}

	.admin-bar .affix#nav-cont {
		top: 32px;
	}
	
	.affix + #nav_bump {
		margin-top: 60px;
	}
	
	#top-banner {
		height: auto;
		margin-top: 10px;
		margin-bottom: 0px;
		/*padding-left: 15px;
		padding-right: 15px;*/
	}
	
	#site-name {
		line-height:75px;
	}
	
	
	
	.navbar-header {
		margin-top: 20px;
		height: 0;
	}
	
	.navbar-toggle {
		height: 55px;
		width: 55px;
		margin-right: 0px;
	}
	
	.navbar-toggle:focus {
	    outline: 0;
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
		background:#1D8DC0;
	}
	
	#site-name {
		width: 100%;
		text-align: center;
	}
	
	#site-logo {
		padding-left: 0;
		padding-top: 15px;
		position: relative;
	}
	
	#site-logo img {
		max-width: 250px;
	}
	
	#key-functions {
		display: block;
		float: right;
		width: auto;
	}
	
	.dropdown-menu .sub-menu {
	  left: 100%;
	  position: absolute;
	  top: 0;
	  visibility: hidden;
	  margin-top: -1px;
	}
	
	.dropdown-menu li:hover .sub-menu {
	  visibility: visible;
	}
	
	.dropdown:hover .dropdown-menu {
	  display: block;
	  border: none;
	  border-radius: 0;
	}

	/* Primary Navigation */

	#prime-navigation a.special-h-btn {
		display: none;
	}

	.primary-navigation a {
		font-size: 14px;
	}

	.call-toggle{
	    display: none;
    }
    
    .nav-menu {
	    text-align: center;
    }
    
    .site-title{
	    text-align: center;
    }

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		display: inline-block;
		height: 60px;
		line-height: 60px;
		position: relative;
	}

	.primary-navigation a {	
		display: inline-block;
		padding: 0 5px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #06bcd1;
		float: left;
		margin: 0;
		position: absolute;
		top: 49px;
		left: -999em;
		z-index: 99999;
		padding: 5px 0;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		margin-left: 8px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
		/*border-bottom: 1px solid #FFF;*/
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 9px;
		white-space: normal;
		width: 176px;
		color: white;
		background: none;
		font-size: 13px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #24890d;*/
		color: #2569b5;
	}
	
	.primary-navigation ul ul li:hover > a,
	.primary-navigation ul ul li.focus > a {
		/*background-color: #24890d;*/
		color: white;
	}
	
	.primary-navigation li:hover > a:after {
    content: '';
    width: calc(100% - 15px);
    position: absolute;
    bottom: 11px;
    border-width: 0 0 4px;
    border-style: solid;
    left: 8px;
    color: #3fae49;
	}
	
	.sub-menu li:hover a:after{
		border: 0;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background: #32CADC;
		color: white !important;
	}
	
	.primary-navigation ul ul .current_page_item a:after{
		border: 0px;
		
	}
	
	.primary-navigation ul .current_page_item ul a:after{
		border: 0px;
		
	}
	.primary-navigation ul .current_page_item ul a{
		color: white;
		
	}
	

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 23px;
	}

	.primary-navigation .menu-item-has-children > a:before,
	.primary-navigation .page_item_has_children > a:before {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 28px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:before,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:before,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:before,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:before {
		content: "\f501";
		right: 8px;
		top: 30px;
	}
	
	.key_content {
		float: left;
		width: 60%;
	}
	
	#side_content {
		width: 35%;
		float: right;
	}
	
	.siteheadlogo {
		margin-left: -15px;
	}
	
	.site-banner-imgdiv {
		background-position-x: 50%;
		height: 400px;
	}
	
	.footer-logo {
		text-align: left;
	}	
	
	.gform_wrapper .gform_heading {
		text-align: left;
	}
	
	.form-footer .gform_footer, .enquire-today .gform_footer {
		text-align: right;
	}				
	
	.sitetest-content {
		width: 85%;
		float: right;	
	}
	
	.site-testimonials {
		height: auto;
	}
	
	.newsletter-callout .gform_wrapper {
		display: block;
	}
	
	.home-info-callout {
		height: 440px;
		padding: 15px;
	}
	
	.newsletter-callout {
		padding: 35px 0 0 210px;
		pointer-events: none;
		cursor: default;	
	}
	
	.site_banner {
		padding-bottom: 0;
	}
	
	.footer_social {
		text-align: left;
	}
	
	#finder_holder {
    	padding-left: 60px;
	}
	
	.social_plugs {
		margin-top: 20px;
		padding: 0;
		height: auto;
		width: auto;
	}
	
	.cat-links {
		display: none;
		padding-top: 0;
	}	

}

@media screen and (min-width: 810px) {
	
	.primary-navigation {
	    float: none;
	    font-size: 14px;
	    margin: 0 1px 0 0px;
	    padding: 0;
	    text-transform: lowercase;
	    padding-top: 0px;
	    width: 100%;
	    text-align: center;
    }
    
    .call-toggle{
	    display: none;
    }
	
	.site-title {
		max-width: 100%;
		float: none;
		text-align: center
	}

	.primary-navigation a {
		font-size: 13px;
		padding: 0px 7px;
	}

	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
	
	.main-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.call-toggle a {
		line-height: 60px;
	}
	
	.mobilever {
		display: none;
	}
	
	.deskver {
		display: block;
	}						
	
}

@media screen and (min-width: 950px) {
	
	.primary-navigation {
	    font-size: 14px;
	    text-transform: lowercase;
	    padding-top: 94px;
	    width: 100%;
	    text-align: center;
    }
	
	.content-area,
	.content-sidebar {
		padding-top: 0px;
	}
	

	.site-content .has-post-thumbnail .entry-header {
		/*margin-top: -48px;*/
	}

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}

	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		/*margin-top: -72px;*/
	}

	.featured-content {
		margin-bottom: 0;
	}
	
	.home-info-callout {
		height: 440px;
		padding: 15px;
		padding-top: 30px;
	}		
	
}

@media screen and (min-width: 992px) {
	
	#site-logo {
		padding-top: 5px;
		max-width: 280px;
	}
	
	#site-name {
		float: left;
		line-height: 100px;
		position: relative;
		left: 0;
    	width: auto;
    	margin-left: 0;
		text-align: left;
	}
}

@media screen and (min-width: 1008px) {

	.below_desk {
		display: none;
	}
	
	.above_desk {
		display: inline-block;
	}

	#site-nametext {
		font-size: 29px;
	}

	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.site-title {
		font-size: 16px;
	}
	
	.call-toggle a {
		font-size: 20px;
	}		

	.site-content {

	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.content-sidebar {
		margin-left: -29.04761904%;
		width: 29.04761904%;
	}

	.site:before {
		/*background-color: #000;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 182px;
		z-index: 2;*/
	}
	

	.content-area {
		float: left;
		width: 60%;
	}	

	.primary-sidebar {
		padding-top: 10px;
	}

	.site-description {
		display: block;
		margin: 0 0 18px;
	}

	.site-description:empty {
		margin: 0;
	}
	
	.primary-navigation a {
		font-size: 14px;
	}	

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 20px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 14px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-weight: 600;
	    color: #51247A;
	    padding-bottom: 10px;
	}

	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		/*margin-top: -48px;*/
	}

	.image-navigation,
	.page-content {
		padding-right: 15px;
		padding-left: 15px;
	}

	.full-width .image-navigation,
	.full-width .page-content {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1080px) {
	.search-box .search-field {
		width: 324px;
	}

	.site-content,
	.site-main .widecolumn {

	}

	.site:before {
		width: 222px;
	}

	.search-box-wrapper,
	.featured-content {
		padding-left: 222px;
	}
	
	.primary-navigation a {
		font-size: 14px;
		padding: 0 8px;
	}

	#secondary {
		width: 350px;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}

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

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

@media screen and (min-width: 1110px) {
	.image-navigation,
	.page-content {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {

	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content footer.entry-meta {
		margin-right: 54px;
	}

	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
		border-bottom: none;
	}

	.site-title {
		float: left;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}


#prime-navigation .purple-btn a {
	padding: 0px 20px;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #51247A;
    color: #fff;
    /*background: #fff;
    color: #51247A; */
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
    margin-right: 5px;
    border: 2px solid #51247A;
    line-height: 41px;
}

#prime-navigation .purple-btn a:hover, #prime-navigation .purple-btn a:focus {
	background: #51247A;
	color: #fff;
}

#prime-navigation .white-btn a {
	padding: 0px 20px;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ffffff;
    color: #52247a;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
    margin-right: 5px;
    border: 2px solid #51247A;
    line-height: 41px;
}

#prime-navigation .white-btn a:hover, #prime-navigation .white-btn a:focus {
	background: #51247A;
	color: #fff;
}

#prime-navigation .blue-btn a {
	padding: 0px 20px;
    width: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #4085C6;
    color: #fff;
    background: #4085C6;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
    margin-right: 5px;
    line-height: 41px;
}

#prime-navigation .blue-btn a:hover, #prime-navigation .blue-btn a:focus {
	color: #fff;
    background: #0E6AB0;
}

#sitemenu-key ul li.blue-btn a, #sitemenu-key ul li.purple-btn a, #sitemenu-key ul li.white-btn a {
	margin-right:0;
	border:none;
	padding:inital;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0;
    background: #3b1f65;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
	/*#menu-item-21 {
		display: none;
	}*/
	#prime-navigation .blue-btn a, #prime-navigation .purple-btn a, #prime-navigation .white-btn a {
		padding:0px 10px;
	}
}


#uqhc_searchbar {
    height: auto;
    }
	    
#menu-top-bar {
align-items: center;
flex-direction: row;
justify-content: flex-end;
display: flex;
list-style-type: none;
margin-bottom: 0;
}

#menu-top-bar li a{
   color: #fff;
display: block;
font-weight: 400;
-webkit-text-decoration: none;
text-decoration: none;
font-size: .875rem;
padding: .625rem 1rem;
}
.mobilearea-sec {
background: #311649;
}

#menu-top-bar-1 li.active a, #menu-top-bar-1 li.blue-btn a, #menu-top-bar-1 li.purple-btn a, #menu-top-bar-1 li.white-btn a, #menu-top-bar-1 li a {
    background-color: #311649!important;
}