/*
Theme Name: redPress
Theme URI: http://www.worktrainweb.com.au
Author: worktrainweb
Author URI: http://www.worktrainweb.com.au
Description: Simple, custom, responsive theme for Wordpress created by worktrainweb.
Version: 1.2
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/
 *
 * -----------------------------------------------------------------------------
 */
 

.contact-information i{
	color: #106DB1;
}

/* Gravity Form Styles */
	
	.gform_wrapper {
		margin-top: 0;
	}
	
	.gform_wrapper form {
	    padding-top: 0px;
	}
	
	#gform_wrapper_1 ul li.gfield, #gform_wrapper_2 ul li.gfield, #gform_wrapper_3 ul li.gfield {
		margin-top: 12px;
		padding-left: 0;
	}
	
	.gform_wrapper .top_label .gfield_label {
	    color: #272062;
	    font-weight: 500;
	    text-transform: uppercase;
    }
    
    .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;
	}
	
	#gform_wrapper_1 input[type=checkbox], #gform_wrapper_2 input[type=checkbox], #gform_wrapper_3 input[type=checkbox] {
		margin-top: 0;
	}

/* New Navbar Styles */


.a-nostyle{
	color: white;
}

.a-nostyle:hover{
	color: white;
}
.navbar-toggle{
	height: 58px;
    width: 58px;
    padding: 9px 14px;
    margin-right: 10px;
    border: 0px;
    color: #60d4c9;
}

.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 {
	background: #fff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 600;
    width: 100%;
}

.navbar-nav {
	margin: 0;
}

#header_bump {
	margin-top: 75px;
}

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

.navbar {
	border: 0px;
	border-radius: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background: none;
	display: none;
}

#prime-navigation .current_page_item a {

}

#prime-navigation ul ul .current_page_item a, #prime-navigation ul ul .current-menu-item a {
    background: #251f5f;
    color: #ffffff;
}

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

#prime-navigation a {
    color: #271f62;
    display: block;
    line-height: 30px;
    padding: 9px 8px;
    font-weight: bold;
    text-decoration: none;
}

#prime-navigation .dropdown-menu {
	margin-left: 15px;
}

#prime-navigation a:hover, #prime-navigation a:focus, #prime-navigation a:active {
	outline: 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 .navbar-collapse.in ul ul a{
	padding-top: 10px;
	padding-bottom: 
} */

nav{
	width: 100%;
	margin-top: -62px;
}


.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;
}



@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;
	    
	}
	
	nav{
		margin: 0 auto;
	}
	
	.navbar .navbar-nav {
	 	display: inline-block;
	  	vertical-align: top;
	}
	
	.navbar .navbar-collapse {
	  text-align: center;
	}	

	#prime-navigation li {
	    font-family: 'Montserrat', sans-serif;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    padding: 10px 0;
	    cursor: pointer;
	    -webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
		cursor: pointer;
	}
	
	#prime-navigation li .caret {
		display: none;
	}
	
	#prime-navigation li:first-child {
    	padding-left: 0;
    }
    
    #prime-navigation li:last-child {
	
    }
	
	#prime-navigation li a {
		font-size: 10px;
	}
	
	#prime-navigation li:before {
	  content : "";
	  position: absolute;
	  left    : 0;
	      bottom: 15px;
    height: 4px;
    width: 30%;
    /*border-bottom: 3px solid #59c3b7;*/
    margin-left: 9px;
	}
	
	#prime-navigation li:first-child a {
		padding-left: 0;
	}
	
	#prime-navigation li:first-child:before {
		margin-left: 0;	
	}
	
	#prime-navigation li:hover:before {
		border-bottom: 3px solid #59c3b7;
	}
	
	#prime-navigation li:hover > a, #prime-navigation .open a {
		color: #271f62;
	}
	
	#prime-navigation ul ul li:hover > a:after{
		border: none;
	}
	
	#prime-navigation li ul li:before {
		border-bottom: none!important;
	}
	
	.primary-navigation li.focus > a {

	}
	
	#prime-navigation li.active > a {
		color: #271f62;
		background:none;
	}
	
	#prime-navigation li.active:before, #prime-navigation li.current_page_parent:before {
		border-bottom: 3px solid #59c3b7;
	}
	
	#prime-navigation .dropdown-menu li:hover > a {
		background-color: #80d3ca;
	}
	
	#prime-navigation .dropdown-menu{
	    background-color: #e5e4ec;
	    -webkit-box-shadow: none;
		box-shadow: none;
		margin-top: -15px;
		padding: 0;
		min-width: 350px;
	}
	#prime-navigation .dropdown-menu li {
	    margin: 0;
		padding: 0;
		border-bottom: 2px solid #271f62;
		cursor: pointer;
	}
	
	#prime-navigation .dropdown-menu li:last-child {
		border-bottom: none;
	}
	
	#prime-navigation .dropdown-menu li a {

	}
	
	#prime-navigation .dropdown-menu li a:hover {
		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;
	    text-transform: none;
	    font-weight: 500;
		letter-spacing: 0;
	}
	
		
}

@media (min-width: 992px) {

	#prime-navigation li:before {
	  margin-left: 13px;
	}
	
	#prime-navigation .dropdown-menu {
		margin-left: 13px;
	}
	
	#prime-navigation li {
		padding: 10px 5px;
	}
	
	#prime-navigation li a {
    	font-size: 12px;
	}
}

@media (min-width: 1200px) {

	#prime-navigation li a {
    	font-size: 14px;
	}

}    

/* 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;
	
}

	#footer_top {text-align: right;}
	#contact-icon {display: none;}

	.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;
	}
	

.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: 35px;
	padding-bottom: 35px;
	background: #004ea2;
	color: #ffffff;
	width: 100%;
}


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

.footer-menu {
    list-style: none;
    margin-left: auto;
    text-align: center;
}

.footer-menu li {
    list-style: none;
    font-size: 12px;
}

.footer-menu li a {
    color: #ffffff;
    text-decoration: none;
}

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

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

#footer_cr {
	text-align: center;
    font-size: 12px;
    padding-top: 20px;
    line-height: 25px;
}

#footer_cr a {
	color: #ffffff;
	text-decoration: none;
}

#footer_cr a:hover, #footer_cr a:focus {
	outline: none;
	color: #ffffff;	
}

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

}

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;
	hyphens: none;
}

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%;
}

html, body {
	text-rendering: optimizeLegibility;
	height: 100%;
}

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;
	font-weight: 300;
	line-height: 1.3;
	display: flex;
	flex-flow: column;
}

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

strong a {
	color: #271f62;
}

h3 a{
	
}

a:focus,
a:hover,
a:active {
	outline: none;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 38px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 55px;
}

h1:before {
	content: "";
    width: 43px;
    margin-left: -55px;
    position: absolute;
    height: 43px;
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-white.png);
    background-size: cover;
}

h2 {
	color: #271f62;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 55px;
}

h2:before {
	content: "";
    width: 43px;
    margin-left: -55px;
    margin-top: -10px;
    position: absolute;
    height: 43px;
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-purple.png);
    background-size: cover;
}

h3 {
	color: #106DB1;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.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: #83d2c9;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
}

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;
}

strong {
	color: #271f62;
}

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

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

p {
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 400;
}





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 50px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

ul li{
	line-height: 24px;
	list-style-position: inside;
	color: #000000;
	padding-bottom: 5px;
}

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));
}

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;
	width: 100%;
    height: 49px;
    padding: 5px 8px;
}

.search-form {
    padding-top: 20px;
    margin-left: 30px;
}

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;
}

::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 rgb(96, 212, 201);
	border-radius: 0px;
	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: 15px 30px;
	width: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #58c3b9;
	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: 1em;
    text-transform: uppercase;
}

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: #55b9b0;
	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;*/
}

#main {
	padding-bottom: 70px;
}

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

.main-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 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;
    background: #fff;
    position: fixed;
}

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

#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;
	color: #106DB1;
	z-index: 100;
    position: relative;
    padding-top: 12px;
}

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

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

#site-name {
	float: none;
}

.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;
}

#site-branding {
	text-align: right;
}

#site-branding img {
	width: 300px;
	float: right;
	margin-top: -5px;
}

.logo_mobile {
	display: none;
}

.logo_desk {
	display: inline-block;	
}
		
@media (max-width: 768px) {
	#site-branding {
		margin-top: 17px;
	}
	
	#site-branding img {
		width: 150px;
	}
	
	.logo_mobile {
		display: inline-block;
	}
	
	.logo_desk {
		display: none;	
	}
}
		
@media (max-width: 400px) {
	.site-headline {
	    font-size: 30px;
	}
			
    #site-branding img {
		max-width:75%;
	}
}

/**
 * 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 {
	height: 100%;
}

.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;
}


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

.cycloneslider-template-standard{
	height: 100%;
		/*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 top;
	background-size: cover;
	text-align: center;
	height: 100%;
	background-color: #00529e;
}

.banner-keybtn {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner-keybtn a {
	padding: 15px 25px;
	background: #106DB1;
}

.banner_content{
	padding: 40px 25px 15px 25px;
}

.banner_head {
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    /*background: #01529ea8;*/
    background:url(/wp-content/themes/redpress/images/backgrounds/blue-transparent.png) repeat;
    padding-top: 17px;
    padding-bottom: 17px;
}

.banner_subhead {
	text-transform: uppercase;
    color: #0e51a2;
    font-weight: bold;
    font-size: 34px;
    padding-bottom: 10px;
    line-height: 34px;
    padding-top: 4px;
}

.banner_head span {
	color: #8BC63F;
	}
	
.green {
	color: #8BC63F;
	}

.banner_points {
	padding-right: 20px;
}

.banner_points ul {
    padding: 0;
    margin: 0;
}

.banner_points ul li {
    padding: 5px;
    list-style: none;
    color: #106db1;
    font-size: 18px;
}

.banner_points ul li i {
    padding-right: 10px;
    padding-left: 10px;
    color: rgb(243, 126, 132);
}

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

.cycloneslider-template-standard .cycloneslider-slides {
    height: 100%;
    width: 100%;
}


@media screen and (min-width: 768px) {
	
	h1 {
		font-size: 50px;
		margin-left: 30px;
	}
	
	h1:before {
		width: 53px;
		height: 53px;
	}
	
	h2 {
		font-size: 30px;
		margin-left: 30px;
	}
	
	h2:before {
		width: 53px;
		height: 53px;
	}
	
	.header-main {
		padding-top: 50px;
		min-height: 105px;
		border-bottom: none;
	}
	
	.banner_white { 
	
	}
	.banner_head {
		font-size: 38px;
		line-height: 45px;
	}

	.bannercontain {
	 	height: 100%;
	}
}

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

	.banner_head {
		font-size: 38px;
		margin-top: 140px;
	}
}

.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;
}

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


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

.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;
}

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

.toggleContainer {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    width: 80px;
    height: 75px;
    line-height: 75px;
    color: #ffffff;
    text-align: center;
 }
 
.searchContainer {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #024da1;
	text-align: center;
}

.toggleContainer .icon-bar {
	background-color: #00d8c8;
	width: 26px;
	height: 3px;
}

.accordion {
	margin-top: 50px;
}


#content {

}

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

.charleft {
	display: none;
}

.hentry {
	margin: 0 auto 20px;
	border-bottom: 1px solid #d6d5e2;
}

.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;
	}

.key_content {
	width: 100%;
}

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

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

#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;
}

.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;
}

.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;
	 
 }
 
 	#home-welcome {
		background: #fff;
	}
	
	.site-headline p {
	    font-size: 28px;
		font-weight: 500;
		color: #58c3b9;
    	line-height: 34px;
		padding-bottom: 15px;
		padding-top: 5px;
		font-family: 'Montserrat', sans-serif;
    }
    
	.site-headline:before {
	    content: "";
	    width: 43px;
	    margin-left: 0px;
	    position: absolute;
	    height: 43px;
	    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-green.png);
	    background-size: cover;
	}
    
    .page-purple {
	    background: #271f62;
    }
    
    .page-purple p {
	    color: #fff;
    } 
    
    .page-purple a, .page-purple a:hover, .page-purple a:active, .page-purple a:focus {
    	font-weight: bold;
    	color: #fff;
    	cursor: pointer;
    	text-decoration: underline;
    }
 
 @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;	
}

.desk_only {
	display: none;
}

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


/* BANNERS + COMMON */

.pagebanner {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #514d7f;
    background-image:url(/wp-content/themes/redpress/images/banners/banner-overlay.png);
    background-size:cover;
}

.tmcc_orange {
	color: #fcb78b;
}

.tmcc_orange:hover, .tmcc_orange:active, .tmcc_orange:focus {
	color: #e6a981;
}

.tmcc_orange:before {
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-orange.png);
}

.banner_orange {
	background-color: #fcb78b;
}

.tmcc_green {
	color: #57c3b7;
}

.tmcc_green:hover, .tmcc_green:focus, .tmcc_green:active {
	color: #50b3a8;
}

.tmcc_green:before {
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-green.png);
}

.banner_green {
	background-color: #57c3b7;
}

.tmcc_blue {
	color:#62cadb;
}

.tmcc_blue:hover, .tmcc_blue:focus, .tmcc_blue:active {
	color:#58b8c7;
}

.tmcc_blue:before {
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-blue.png);
}

.banner_blue {
	background-color: #62cadb;
}

.tmcc_grey {
	color:#7a98ac;
}

.tmcc_grey:hover, .tmcc_grey:focus, .tmcc_grey:active {
	color:#6e8a9c;
}

.tmcc_grey:before {
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-grey.png);
}

.banner_grey {
	background-color: #7a98ac;
}


.tmcc_red {
	color:#b88589;
}

.tmcc_red:hover, .tmcc_red:focus, .tmcc_red:active {
	color:#9a7073;
}

.tmcc_red:before {
    background-image: url(/wp-content/themes/redpress/images/front-page/special-icon-home.png);
}

.banner_red {
	background-color: #b88589;
}

.tmcc_lightpurple {
	color:#968695;
}

.tmcc_lightpurple:hover, .tmcc_lightpurple:focus, .tmcc_lightpurple:active {
	color:#7b6f7b;
}

.tmcc_lightpurple:before {
    background-image: url(/wp-content/themes/redpress/images/front-page/special-icon-home.png);
}

.banner_lightpurple {
	background-color: #968695;
}

.tmcc_lightgrey {
	color:#a2a9ad;
}

.tmcc_lightgrey:hover, .tmcc_lightgrey:focus, .tmcc_lightgrey:active {
	color:#90979a;
}

.tmcc_lightgrey:before {
    background-image: url(/wp-content/themes/redpress/images/front-page/special-icon-home.png);
}

.banner_lightgrey {
	background-color: #a2a9ad;
}

.pagebanner_content {
    z-index: 8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.pagebanner_cont {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.page_msg {
    color: #271f62;
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
    padding-bottom: 5px;
}

.tmcc_aboutbanner {
	width: 100%;
    height: 175px;
    background: url(/wp-content/themes/redpress/images/banners/banner-sub-page.png) #59c4b9 center;
    background-size: cover;
    margin-top: 30px;
}

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

	.tmcc_aboutbanner {
	    height: 275px;
	}

}

/* PEOPLE */

.blkmore, .blkmore:hover, .blkmore:active, .blkmore:focus {
	text-decoration: none;
	/*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;*/
}

.blkmore h2 {
    display: inline-block;
}

.blkmore_icon {
    display: inline-block;
    font-size: 30px;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: top;
}

.blkmoretitle {
	margin-bottom: 15px;
	cursor: pointer;
	margin-left: 30px;
}

.blkmorecontent {
	display: none;
	margin-left: 55px;
}

.blkmorecontent ul, .blkmorecontent ol {
    margin: 15px 0 24px 24px;
}	



.blkmorecontent h3, .blkmorecontent p {
	margin-left: 0;
}

.blkmorecontent strong a {
	color: #271f62;
}

.staffer-bg-left {
	float: left;
	width: 25%;
    padding-right: 15px;
}

.staffer-bg-right {
	overflow: auto;
	padding-top: 3px;
}

.staffer-bg-title {
	font-size: 16px;
    font-weight: bold;
    color: #271f62;
}

.staffer-bg-pos {
    color: #271f62;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
}

.staffer-bg-exp {
	display: none;
}

.staffer-bg-list {
	list-style: none;
	margin: 0px;
}

.staffer-bg-link {
	padding-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #271f62;
    text-decoration: none;
}

.staffer-bg-link-ico {
    background-color: #83d2c9;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    margin-right: 3px;
    color: white;
}

.staffer-bg-link:hover, .staffer-bg-link:active, .staffer-bg-link:focus {
	text-decoration: none;
}

.staffer-bg-link span {
	text-decoration: underline;	
}

.staff-li {
    margin: 20px 0;
}


.staffer-bg-image {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100px;
	margin: 7px 15px 7px 0;
    height: auto;
}

.staffer-bg-toggle {
	cursor: pointer;
}

.staffer-bg-bio {
	padding: 10px 0;
	font-size: 13px;
}

.blk_keypartners {
	margin-bottom: 20px;
}

.blk_keypartners a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#blk_keypartners_griff img {
	width: 275px;
}

#blk_keypartners_trans img {
	width: 275px;
}

#blk_keypartners_clin img {
	width: 300px;
}

@media screen and (min-width: 768px) {
	.staffer-bg-image {
		max-width: 150px;
		margin: 7px 30px 7px 0;
	}
	
	.staffer-bg-title {
		font-size: 22px;
	}
	
	.staffer-bg-pos {
		font-size: 22px;
	}
	
	.staffer-bg-bio {
		font-size: 16px;
	}
	.staffer-bg-left {
		width: auto;
		padding-right: 0;	
	}
}

/* PROJECTS */

.pj_head {
	color: #271f62;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 55px;
    text-decoration: none;
}

.pj_head p {
	display: none;
}

.pj_head:before {
	content: "";
    width: 43px;
    margin-left: -55px;
    margin-top: -2px;
    position: absolute;
    height: 43px;
    background-image: url(/wp-content/themes/redpress/images/front-page/special-icon-home.png);
    background-size: cover;
}

.no_icon:before {
	 background-image: none !important;	
}

.blkmoretitle_pj h2:before {
	content: none;
}

.blkmoretitle_pj h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 22px;
    margin-bottom: 20px;
    max-width: 75%;
    vertical-align: top;
}

.blkmoretitle_pj .blkmore_icon {
	font-size: 22px;
}

.blkmoretitle_pj {
	cursor: pointer;
}

.pj_credit {
    margin-top: -10px;
    margin-bottom: 15px;
}

.subpagelist {
	margin-top: 50px;
}

.subpagelk {
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
}

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


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

#hero_message {
	color: #271f62;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 55px;
}

.page_pj_break {
	border-bottom: 1px solid #eeeef3;
	margin-left: 30px;
}

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

	.blkmoretitle_pj h2 {
	    max-width: 80%;
	}

}

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

	.pj_head {
		margin-left: 30px;
		font-size: 30px;
	}

	.pj_head:before {
	    width: 53px;
	    height: 53px;
	    margin-top: -15px;
	}
	
	.page-template-red-worktrans .pj_head:before {
	    margin-top: -9px;
	}	
	
	.blkmoretitle_pj h2 {
		max-width: 90%;
	}
	
	.blkmorecontent {
		margin-left: 30px;
	}
	
	.blkmoretitle {
		margin-left: 0;
	}
	
	#hero_message {
		margin-left: 30px;
	}

}

	.tmcc_overview_diagram {
		text-align: center;
	}

	.tmcc_overview_diagram img {
		width: 100%;
		max-width: 80%;
	}
	
	.page-purple {
	    padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 20px;
	}
	
	.tmcc_overview_diagram area {
		outline-color: transparent;
		outline-style: none;
	}
	
	.page-template-red-about #main, .page-template-red-work #main, .page-template-red-worksub #main, .tax-portfolio_category #main, .post-type-archive-portfolio #main, .page-template-red-workwhelm #main {
	    padding-bottom: 0px;
	}
	
	@media screen and (min-width: 768px) {
		.tmcc_overview_diagram img {
			max-width: none;
		}
	}
	
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
/* TRANS */

.sub_pagenav {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-left: 30px;
}

.sub_pagenav a {
	color: #271f62;
	text-decoration: none;
}

.tmcc_sphead:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 4px;
    width: 15%;
    border-bottom: 3px solid #271f62;
}

.trans_intro {
	margin-bottom: 30px;
}

.trans_intro img {
	max-width: 350px;
}

.tmcc_sphead {
	text-transform: uppercase;
	color: #271f62;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.trans_partners {
    /*margin-bottom: 40px;
    border-bottom: 1px solid #eeeef3;
    padding-bottom: 30px;*/
}

/*.trans_partners img {
	width: 100%;
}*/

.tmcc_opbtn {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #271f62;
    display: block;
}

.tmcc_opbtn_ico {
	float: left;
	color: #58c3b9;
}

.tmcc_opbtn_desc {
	float: left;
	padding-left: 15px;
	
    max-width: 85%;
}

.tmcc_opps {
	margin-bottom: 30px;
	margin-left: 30px;
}	

/* GENERAL */

.sitearea {
	font-size: 38px;
    margin-left: 55px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
}

.sitearea:before {
    content: "";
    width: 43px;
    margin-left: -55px;
    position: absolute;
    height: 43px;
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-white.png);
    background-size: cover;
    margin-top: 10px;
}	

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

	.sitearea {
		font-size: 50px;
		    margin-left: 30px;
	}
	
	.sitearea:before {
	    width: 53px;
	    height: 53px;
	}

}	

/* Home */

#home-bottom-banner {
	width: 100%;
    height: 450px;
    background: url(/wp-content/themes/redpress/images/banners/home-bottom.jpg) #dddbe8 center;
    background-size: cover;
    background-position: center center;
}

#home-navigation {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#home-navigation li {
	float: left;
    list-style: none;
        height: 150px;
   }

.hn-item {
    z-index: 8;

    top: 0;
    width: 100%;
}

.hn-item a {
height: 100%;
    display: table;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.hn-item a:hover, .hn-item a:active, .hn-item a:focus {
	text-decoration: none;
	cursor: pointer;
}

.hn-item-cont {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 26px;
    padding: 30px;
    line-height: normal;
}

#hn_vis {
	background-color: #fcb78b;
}

#hn_vis:hover {
    background-color: #efad84;
}

#hn_work {
	background-color: #55c4b7;
}

#hn_work:hover {
    background-color: #4eafa3;
}

#hn_news {
	background-color: #7a98ac;
}

#hn_news:hover {
    background-color: #6f8a9c;
}

#hn_colla {
	background-color: #62cadb;
}

#hn_colla:hover {
    background-color: #5ab8c7;
}

.home_keywords {
color: #58c3b9;
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;

    margin-top: 40px;
    margin-bottom: 40px;
}

.home_keywords img {
	width: 100%;	
}

.hkeyword {
display: block;
    margin-left: 34px;
    margin-right: 10px;
    position: relative;
}

.hkeyword:before {
    content: "";
    width: 43px;
    margin-left: -42px;
    position: absolute;
    height: 43px;
    background-image: url(https://www.transformingmaternity.org.au/wp-content/themes/redpress/images/front-page/special-icon-home.png);
    background-size: cover;
}

.hkeyword:first-child {
	margin-left: 0;
}

.hkeyword:first-child:before {
	content: none;
}

#home-welcome {
    padding-top: 50px;
	padding-bottom: 30px;
}

#home-welcome a {
	/*text-decoration: none;
	font-weight: bold;*/
}

/* BANNER  */

.home .header-main {
	background: none;
}

.home #nav-cont {
	background: none;
}

.home .affix#nav-cont {
	background: #fff;
}

.home #prime-navigation a {
	color: #fff;
}

.home #prime-navigation li.active > a {
	color: #fff;
}

.home .affix #prime-navigation li.active > a {
	color:#271f62;
}

.home #prime-navigation .dropdown-menu a {
	color: #271f62;
}

.home #prime-navigation li:hover > a, .home #prime-navigation .open a {
	color: #fff;
}

.home .affix#nav-cont a {
	color: #271f62;
}

.home .affix #prime-navigation li:hover > a, .home .affix #prime-navigation .open a {
	color: #271f62;
}

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

.banner_white {
    background: #2b2b2b;
    opacity: 0.3;
    width: 100%;
    height: 330px;
    position: absolute;
}

@media screen and (min-width: 783px) {
	.banner_white {
	    display: none;
	}

}

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

.site_banner {
	background-color:#271f62;
	width: 100%;
    height: 350px;
    /*background: url(/wp-content/uploads/2019/02/website-HOMEPAGE-banner.jpg);
    background-size: cover;
    position:relative;*/
}

.site_banner_msg {
	    position: relative;
    margin-top: -30px;
    z-index: 100;
}

.site_banner .container, .site_banner .row, .site_banner .col-sm-12 {
	height: 100%;
}

.banner {
	width: 100%;
	height: 430px;
	background-color: #3C3C3C;
	border-bottom: 1px solid #5C5C5C;
	color: white;
	padding-top: 50px;
}

.banner_head {
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 85px;
	font-family: 'vagrounded_normal';
	text-shadow: 1px 1px 2px rgb(60, 4, 4);
    text-transform: uppercase;
    font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.banner_sub {
	padding-top: 13px;
    color: #fff;
    font-weight: bold;
    font-family: 'vagrounded_normal';
    text-shadow: 1px 1px 2px rgb(60, 4, 4);
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
}

.banner_points {
	text-align: center;
}

.banner_points ul {
	padding: 0;
	margin: 0;
}

.banner_points ul li {
	list-style: none;
	font-size: 18px;
}

.banner_points ul li i {
	padding-right: 10px;
	padding-left: 10px;
	color: rgb(59, 147, 61);
}

.banner_tip {
  	margin-top: 40px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.banner_tip span {
	display: none;
}

.banner_tip a {
	margin-right: 10px;
    border: 1px solid white;
    padding: 15px 30px;
    color: white;
    font-size: 20px;
}

.banner_tip a:hover, .banner_tip a:focus, .banner_tip a:active {
    background-color: white;
    color: #0059bd;
    text-decoration: none;
}

.banner_address {
  	text-align: center;
  	font-style: italic;
  	text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.banner_tip, .banner_address {
	text-align: center;
}

/*.bannercontain .col-sm-4{
	display: none;
	}
*/
/*	
.bannercontain .banner_sub, .bannercontain .banner_tips, .bannercontain .banner_tip, .bannercontain .banner_address, .bannercontain .banner_points{
	display: none;
	}
*/

/*.bannercontain {
	height: 329px;
}*/

.bannerouter {
    position: relative;
    overflow: hidden;
}

#frontbanner-one {
	background-image:url(/wp-content/uploads/2019/02/website-HOMEPAGE-banner-1.jpg);
	background-repeat: no-repeat;
}

#frontbanner-two {
	background-image:url(/wp-content/uploads/2019/02/website-HOMEPAGE-banner-2.jpg);
	background-repeat: no-repeat;
}
#frontbanner-three {
	background-image:url(/wp-content/uploads/2019/02/website-HOMEPAGE-banner-3.jpg);
	background-repeat: no-repeat;
}

	#frontbanner-one, #frontbanner-two, #frontbanner-three, #frontbanner-four, #frontbanner-five {
		background-position: center center;
	}
	
.cycloneslider-template-standard .cycloneslider-slide {
	height: 100%;
	width: 100%;
}	
	
.cycloneslider-template-standard .cycloneslider-slides {
    height: 100% !important;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
    }

}

/*.bannercontain {
	background-position-x: -520px;
	background-position-y: 0;
}*/




.home_banner_ctn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 340px;
    padding-bottom: 30px;
}

.home_banner_ctn h1 {
	color: #58c3b9;
	font-size: 32px;
}

.home_banner_ctn h1:before {
	    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-green.png);
}

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

	.home header {
	position: absolute;
    background: none;
}

	.home_banner_ctn h1 {
		font-size: 50px;
	}

	.site_banner {
		height: 550px;
	}
	
	.home_banner_ctn {
        width: 470px;
    padding-bottom: 40px;
	}
	
	.site-headline:before {
	    margin-left: -30px;
	}
	
	.site-headline p {
	    font-size: 36px;
    	line-height: 38px;
    	padding-top: 0px;
    }
    
    .home_keywords {

    }
    
    .hn-item {
	    float: left;
	    width: 25%;
	}
	
	#home-navigation li {
		height: 250px;
   }
   
   .hkeyword {
   	display: inline-block;
	   margin-left: 40px;
}

}


/* OUR WORK */

.ourworktitle {
	font-size: 38px;
    margin-left: 55px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
}

.ourworktitle:before {
    content: "";
    width: 43px;
    margin-left: -55px;
    position: absolute;
    height: 43px;
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-white.png);
    background-size: cover;
    margin-top: 10px;
}

.worksubtitle {
	margin-top: -10px;
	font-family: 'Montserrat', sans-serif;
}

.worksubtitle:before {
	display: none;
}

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

	.ourworktitle {
		font-size: 50px;
		    margin-left: 30px;
	}
	
	.ourworktitle:before {
	    width: 53px;
	    height: 53px;
	}

}


.tmcc_dld {
	padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
        margin-top: 15px;
    padding-left: 55px;
    display: block;
}	

.tmcc_dld_ico {
    float: left;
    color: #58c3b9;
    font-size: 42px;
}

.tmcc_dld_cont {
	float: left;
	padding-left: 20px;
	width: 85%;
}

.tmcc_dld_title {
    font-weight: bold;
    color: #271f62;
    padding-top: 1px;
}

.tmcc_dld_desc {
	font-size: 16px;
    text-decoration: underline;
    padding-top: 5px;
}

.page_contact_item {
    color: #ffffff;
    background-color: #6ec7b6;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 40px;
    width: 40px;
    height: 40px;
    padding: 0px!important;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
}

.page_contact_item:hover {
    background-color: #271f62;
    color: #fff;
}

.page_contact {
	margin-top: 20px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	
	.tmcc_dld {
		padding-left: 30px;
		width: 100%;
	}
	
}

.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;
}

.mobilever {
	display: block;
}

.deskver {
	display: none;
}


#footer_top {
	padding-top: 10px;
	padding-bottom: 40px;
	text-align:left;
}

#footer_bottom {
	font-size: 12px;
	text-align: center;
}

.flogos_left img {
	width: 250px;
}

.ft_griffith img {
	width: 165px;
}

.ft_trans {
	padding-left: 20px;
	padding-bottom: 15px;
}

.ft_trans img {
	width: 100%;
}

.flogos_left {
text-align: center;
        height: 110px;
    padding-top: 8px;
}

.flogos_right {
	text-align: center;
	        padding-top: 10px;
}

.footer_partner {
	display: inline-block;
}

.footer_title:before {
content: "";
    width: 25px;
    margin-left: -30px;
    position: absolute;
    height: 25px;
    background-image: url(/wp-content/themes/redpress/images/arrows/arrow-purple.png);
    background-size: cover;
    margin-top: -4px;
}

.footer_title {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.footer-first-peoples {
	padding-top: 30px;
	-webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.ir {
    background-repeat: no-repeat;
    text-indent: -9999em;
    display: inline-block;
    text-align: left;
}
						
.footer-first-peoples .aboriginal a {
    background-image: url(/wp-content/themes/redpress/images/logos/aboriginal.svg);
    height: 30px;
    width: 45px;
}
						
.footer-first-peoples .torres-strait-islander a {
    background-image: url(/wp-content/themes/redpress/images/logos/torres-strait-islander.svg);
    height: 30px;
    width: 45px;
}

.footer-first-peoples-title {
	margin-right: 20px;
	font-size: 12px;
}

.aboriginal {
	display: inline-block;
	padding-right: 10px;
}

.torres-strait-islander {
	display: inline-block;
}

.footer-bottom-links {
	list-style: none;
	display: inline-block;
	    padding: 0;
    margin: 0;
    font-size: 12px;
    vertical-align: top;
    margin-left: 50px;
}

.footer-bottom-links li {
	float: left;
	    padding: 0 3px;
	    line-height: normal;
}

.footer-bottom-links li:before {
    content: "\007c";
    display: inline-block;
        padding-right: 10px;
}

.footer-bottom-links li a {
	text-decoration: none;
}

.footer-bottom-links li:first-child:before {
	content: none;
}

.footer-bottom-credit {
	display: none;
}

.footer_copy {
	display: inline-block;
	padding-bottom: 10px;
}

.partners_top_holder {
	padding-left: 10%;
    padding-right: 10%;
}

.partners_bottom_holder {
	padding-left: 10%;
    padding-right: 10%;
}


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

	.partners_top_holder {
		padding-left: 0;
	    padding-right: 0;
	}
	
	.partners_bottom_holder {
		padding-left: 0;
	    padding-right: 0;
	    padding-top: 15px;
	}

	.footer_partner {
		float: left;
		width: 50%;
	}

	.ft_griffith img {
		    width: 150px;
	}
	
	.ft_trans img {
		width: 195px;
	}
	
	.footer_cont {
	padding-top: 50px;
	}

	.flogos_left {
	    width: 280px;
	    float: left;
	    border-right:1px solid #271f62;
    }
    
    .flogos_right {
		float: left;
	    padding-left: 30px;    
	    text-align: left;
	    
    }
    
    .footer_partner {
		width: initial;
	}
	
	.footer_title {
		padding-bottom: 0;
		padding-left: 28px;
	}

	.footer_title:before {
	    margin-left: 0px;
	    left: 0;
   }
   
   #footer_bottom {
	   text-align: left;
   }
   
   .footer_copy {
	   padding-bottom: 0px;
   }
   
   .footer-first-peoples {
       justify-content: normal;
   }

}

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

	.ft_trans {
		padding-left: 25px;
	}
	
	.ft_griffith img {

	}
	
	.ft_trans img {
		width: 250px;
	}

}

/* Overrides */

.grecaptcha-badge { opacity:0;}

#prime-navigation ul li:first-child .dropdown-menu {
	margin-left: 0;
}

p, .spcontent, h3, h4 {
	margin-left: 55px;
}

.ssbp-wrap {
	margin-left: 55px!important;
}

@media screen and (min-width: 768px) {
	p, .spcontent, h3, h4 {
		margin-left: 30px;
	}
	
	.ssbp-wrap {
		margin-left: 30px!important;
	}

}


h3 {
    color: #271f62;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;	

}

li {
	padding-bottom: 10px;
	    line-height: 25px;
    padding-left: 10px;	
}

.gform_wrapper {
	margin-left: 55px!important;
}

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

	.gform_wrapper {
		margin-left: 30px!important;
	}

}

.gform_wrapper h3 {
    margin-left: 0;
    font-weight: bold!important;
    margin-top: 30px;
}

.gform_wrapper .gfield_checkbox li label {
    padding-left: 10px!important;
    font-size: 16px!important;
}

.gform_wrapper .gfield_html p {
	    margin-left: 0;
	    margin-bottom: 0;
}

.gform_wrapper input:not([type=submit]), #gform_wrapper_1 input:not([type=submit]), #gform_wrapper_2 input:not([type=submit]) {
	padding: 8px 10px 7px;
}

.gform_wrapper select, #gform_wrapper_1 select, #gform_wrapper_2 select {
    padding: 8px 10px 7px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0;
    border: 1px solid rgb(96, 212, 201);
    height: 45px;
    margin-bottom: 0;
}

#gform_wrapper_2 #field_2_5 {
	margin-top: 30px;
}

.gform_confirmation_wrapper {
	margin-left: 55px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #272061;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.gform_confirmation_wrapper {
		margin-left: 30px;
	}
}


/* Mobile Menu and Search */

#mobilemenu {
	position: fixed;
    top: 0;
    left: -100%;
	background: #ffffff;
    box-sizing: border-box;
    display: block;
    width: 74%;
    height: 100%!important;
    max-height: 100%;
    min-height: 100%;
    transition: .3s;
    z-index: 1000;
}

#mobilemenu .header-main {
    border-bottom: none;
    background: #ffffff;
	z-index: 1000;
	min-height: 75px;
}

#sitemenu-smallarea {
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

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

#mobilemenu.collapse.in {
    left: 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: #01529e;
	padding: 25px 20px;
	display: block;
	outline: 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: #271f62;
}

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

#mobilemenu .blkmorenav_icon {
	display: none;
}

#mobilemenu .menu-item-has-children a.dropdown-toggle .blkmorenav_icon {
	display: inline-block;
    padding-left: 10px;
    font-weight: bold;
}

#mobilemenu .menu-item-has-children .caret {
	display: none;
}

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

#sitemenu-key ul li {
    color: #60d4c9;
    text-align: left;
    list-style: none;
    float: none;
    transition: .3s;
    width: 100%;
    border-top: 1px solid #edf0f3;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
}

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

#sitemenu-key ul li a {
	padding: 25px 20px;
	text-decoration: none;
    color: #271f62;
    display: block;
    outline: none;
}

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

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

#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-923 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%;
}

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

.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;
    margin-left: 55px;
}

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: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #58c3b9;
	border: none;
	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;
}

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

	.post-thumbnail {
		margin-left: 30px;
	}

}

/* CONTACT US */

.contact-title {
    font-size: 20px;
    color: #004ea2;
}		

.contact-box {
	border: 2px dashed #004da1;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    outline: none;
    color: #231f20;
}

.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 {

}

.entry-title a {
	color: #271f62;
	text-decoration: none;
}

.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;
	margin-left: 55px;
}

.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;
}

@media screen and (min-width: 768px) {
	.entry-meta {
		margin-left: 30px;
	}
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #271f62;
	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: #83d3c9;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #271f62;
	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: #83d3c9;
}

.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-contentold a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-contentold 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 30px;
}

.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: #271f62;
	display: block;
	font-size: 16px;
	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;
	text-decoration: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #271f61;
}

/* 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%;
	border-bottom: none;
}


/**
 * 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
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* 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-size: 12px!important;
	white-space: nowrap;
}

.widget a:hover {
	color: #666;
}

.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;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	color: #25215e;
	font-size: 19px;	
}

.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: #f0eff4;
		color: #271f62;
		width: 100%;
		margin-top: 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;
	}
	
	
	.footer_cont {
		padding-top: 30px;
		padding-bottom:50px;
	}
	
	.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;
	}
	

/**
 * 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) {
			#footer_top{
		text-align: left;
	}
	
	
	#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;
	}
	#contact-icon {display: inline-block;}
	
	ul li {
		list-style-position: inherit;
	}
	
	.foot_full  {
		display: block;
	}	

}


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

	
	#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;
	}

	.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: 45px;
	}
	
	#header_bump {
		margin-top: 0;
	}
	
	.affix-top#nav-cont {
		background: none;
		border-bottom: none;
	}
	
	.affix#nav-cont {
		top: 0px;
		border-bottom: 1px solid #f0eff4;
		background: #fff;
	    -webkit-transition: 600ms linear;
	    -ms-transition: 600ms linear;
	    transition: 600ms linear;
	}

	.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 {
		display: block;
	}
	
	.navbar-header {
		margin-top: 20px;
		height: 0;
	}
	
	.navbar-toggle {
		height: 55px;
		width: 55px;
		margin-right: 0px;
	}

	/* 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 {
		float: left;
		line-height: 100px;
		position: relative;
		left: 0;
    	width: auto;
    	margin-left: 0;
		text-align: left;
	}
	
	#site-logo {
		padding-left: 0;
	}
	
	#site-logo img {
		max-width: 280px;
		vertical-align: top;
	}
	
	#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;
	}
	
	
	#menu-item-860, #menu-item-861, #menu-item-1869 {
    color: #00778b;
    background-color: #6ec7b6;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-top: 21px;
    padding: 0px!important;
    text-align: center;
	}
	
	.home .affix#nav-cont #menu-item-860 a, .home .affix#nav-cont #menu-item-861 a, .home .affix#nav-cont #menu-item-1869 a {
		color: #fff;
	}
	
	#menu-item-860, #menu-item-861 {
		margin-right: 8px;
	}
	#menu-item-860 a, #menu-item-861 a, #menu-item-1869 a {
    color: #fff;
    padding: 0;
    line-height: 25px;
	}
	
	#menu-item-860:hover, #menu-item-861:hover, #menu-item-1869:hover {
		background-color: #271f62;
	}
	
	#menu-item-860:hover a, #menu-item-861:hover a, #menu-item-1869:hover a {
		color: #fff!important;
	}
	
	#menu-item-860:hover:before, #menu-item-861:hover:before, #menu-item-1869:hover:before {
		border-bottom:none!important;
	}
	
	#menu-item-861 a {
	 line-height: 29px;
	 }
	
	.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;
	}
	
	.prices_box {
		position: absolute;
		z-index: 800;
		top: -295px;
		margin:0;
	}
	
	.liveprice_box {
		top: -311px;
		right: 10px;
		width: 260px;
		position: absolute;
		z-index: 800;
		margin: 0;
	}
	
	.home_money_area {
		display: block;
	}	
	
	.prices_box_2 {
		width: 100%;
	}
	
	.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: 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%;
	}	

	#secondary {
		background-color: transparent;
		border: 0;
		clear: none;
		float: right;
		margin: 0 0 0 -100%;
		min-height: 100vh;
		width: 122px;
	}

	.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-size: 24px;
		font-weight: 400;
		line-height: 1.6363636363;
		margin-bottom: 5px;
	}

	.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-contentold 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;
	}
}

