/*
Theme Name:     Genesis Columbia Basin Trust Subtheme
Theme URI:      http://studiopress.com/
Description:    A Genesis Child Theme
Author:         Pathwise Solutions
Author URI:     http://pathwisesolutions.com/
Template:       genesis
Version:        1.1.1
*/

/* START GENESIS THEME */

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1020px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

@media only screen and (max-width: 880px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/*END GENESIS THEME*/


/*
Colours
------------------------------------------------------------
#006298 Header Top Bar Dark Blue
#53c7da Header Bottom Bar Blue
#00aec7 Feature Box Light Blue
#00aec7 Horizontal Rule Blue
#d1d0d0 Search Box background
#00aec7 Search Box Icon
#99d6ea Menu Active/Hover Background
#00aec7 H1
#006298 H2, H3, H4
#5ea053 Green Bullet
#00aec7 Footer Left Background
#76c9e7 Footer Right Background
#4c86ae Header Right Background
#68b467 Home Header Right Back ground
#b7e2f0 Header left Background
*/


/* Import Genesis Parent Styles
------------------------------------------------------------ */

/*@import url(../genesis/style.css);*/

.screen-reader-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}


body {
	background: #ffffff;
    color: #333;
    font-family: arial, sans-serif;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px; line-height: 2.2rem;
}

a > img {
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

a:hover > img {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	cursor: pointer;
}

.more-link:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

table {
	color: #333;
    font-family: arial, sans-serif;
    font-size: 16px; font-size: 1.6rem;
    line-height: 22px; line-height: 2.2rem;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.navbar > .wrap,
.nav-primary > .wrap,
.home .site-inner > .wrap,
.ez-fat-footer-container > .wrap,
.site-footer > .wrap {
	padding-left: 75px;
	padding-right: 75px;
}

.content {
	float: left;
	padding-left: 75px;
}

.sidebar-primary {
	float: right;
	border-left: 1px solid #00aec7;
	margin-right: -1px;
	padding-left: 15px;
	padding-right: 75px;
}

@media only screen and (max-width: 1200px) {
	.navbar > .wrap,
	.nav-primary > .wrap,
	.home .site-inner > .wrap,
	.ez-fat-footer-container > .wrap,
	.site-footer > .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content { padding-left: 20px; }

	.sidebar-primary {
		padding-left: 15px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 960px) {
	.content {padding-left: 0; }

	.sidebar-primary {
		border-left: none;
		margin-right: 0px;
		padding-left: 0;
		padding-right: 0;
	}
}


/* Blue bar, Navbar
------------------------------------------------------------ */

.navbar {
	background-color: #006298;
	height: 50px;
	text-align: right;
}

@media screen and (max-width: 839px) {
  .navbar {
    height: auto;
    text-align: center;
    padding: 10px 2.5%;
  }
}

/* Our Trust Global Logo - Navbar Widget Area
------------------------------------------------------------ */

.ourtrust-logo {
	float: left;
    padding: 6px 0;
}

.ourtrust-logo a {
	display: block;
}

.ourtrust-logo img {
	margin-bottom: 0;
}

@media screen and (max-width: 839px) {

  .ourtrust-logo {
    display: block;
    float: none;
  	width: 100%;
    text-align: center;
  }

  .ourtrust-logo img {
  	margin-bottom: 0;
  }

}


/* Button - Get Our E-News
------------------------------------------------------------ */

.btn--news {
  display: block;
  float: right;
  margin-top: 13px;
  margin-right: 30px;
}

.btn--news a {
  display: block;
  background-color: #00aec7;
  color: #fff;
  position: relative;
  padding: 3px 22px 2px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.btn--news a:hover {
  background-color: #5ea053;
}

@media screen and (max-width: 839px) {
  .btn--news {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    float: right;
    clear: both;
  }
}

@media screen and (max-width: 479px) {
  .btn--news {
    float: none;
    text-align: center;
  }
}


/* Social Icons - Navbar Widget Area
------------------------------------------------------------ */

.social-icons {
	margin: 0 auto;
	float: right;
  display: block;
  margin-right: 20px;
}

.social-icons a,
.social-icons a:visited {
	color: #00aec7;
	position: relative;
	padding: 10px 24px 10px 24px;
	font-size: 18px;
	font-size: 1.8rem;
	top: -2px;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5;
}

.social-icons a:hover,
.social-icons a:active {
	color: #5ea053;
}

@media screen and (max-width: 839px) {
  .social-icons {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {

	.social-icons {
    display: block;
    float: none;
    text-align: center;
  }

	.social-icons a,
	.social-icons a:visited {
		padding: 10px 24px 10px 24px;
	}
}




/* Search Widget - Navbar Right
------------------------------------------------------------ */

.navbar .widget_search {
	float: right;
	width: 300px;
	padding: 10px 0 0;
}

.widget_search .widget-wrap .search-input-wrap:after {
	position: absolute;
	background-color: #00aec7;
	color: #d1d0d0;
	font-family: 'FontAwesome', 'Maven Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
    bottom: 0;
    left: 0;
    content: "\f002";
    float: left;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0px 8px;
    -webkit-border-radius: 8px 0 0 8px;
    padding: 6px 16px 0px;
    height: 32px;
}

.widget_search .widget-wrap .search-input-wrap {
	position: relative;
	display: block;
	color: #006298;
	background-color: #d1d0d0;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.widget_search input {
	position: relative;
	color: #006298;
	background-color: #d1d0d0;
	border-color: #d1d0d0;
	font-family: 'FontAwesome', 'Maven Pro', sans-serif;
	font-size: 16px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 20px; line-height: 2rem;
	text-transform: uppercase;
	float: left;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	padding: 0;
	padding-left: 60px;
	height: 32px;
	width: 100%;
}

.widget_search input::-webkit-input-placeholder,
.widget_search input :-moz-placeholder,
.widget_search input ::-moz-placeholder,
.widget_search input :-ms-input-placeholder {
	color: #006298;
}

.widget_search input[type="submit"] {
	display: none;
}

@media screen and (max-width: 839px) {
  .navbar .widget_search {
    display: block;
    float: none;
  	width: 100%;
    text-align: center;
    padding: 10px 0 10px;
  }
}

@media only screen and (max-width: 479px) {
	.navbar .widget_search {
		/*float: none;
		width: auto;
		text-align: center;
		padding: 10px 0 0;*/
	}

	.navbar .widget_search input {
		min-width: 100%;
		width: 100%;
	}
}

/* Side bar override */
.sidebar .search-form {
 	padding: 0;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
	background: transparent;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 500;
	line-height: 16px; line-height: 1.6rem;
	margin: 20px 0 15px;
}

.nav-primary {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu {
	text-align: right;
}

.nav-primary .genesis-nav-menu > .menu-item {
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .menu-item a {
	border-right: 2px solid #00AEC7;
	padding: 8px 20px 8px 20px;
	color: #006298;
    font-weight: 500;
	text-decoration: none;
	display: block;
}

.nav-primary .genesis-nav-menu > .menu-item:last-of-type > a {
	border-color: #fff;
}

.nav-primary .genesis-nav-menu .menu-item a:hover,
.nav-primary .genesis-nav-menu .menu-item a:active {
	background: #99D6EA;
	border-top-color: #99D6EA;
	border-left-color: #99D6EA;
	border-bottom-color: #99D6EA;
	color: #006298;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu {
	width: 250px;
	border-top: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	font-size: 16px; font-size: 1.6rem;
	text-transform: none;
	padding: 12px 18px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #006298;
    text-decoration: none;
}


/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
	background: #333333;
	border-top: 0 solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0 solid #000000;
	border-right: 0 solid #000000;
	margin: 0 0 0 0;
	color: #AAAAAA;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1em;
	clear: both;
}

.menu-secondary {
	margin: 0 auto;
	padding: 0;
	float: none;
	overflow: hidden;
	display: block;
	clear: both;
}

.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-secondary li {
	float: left;
	list-style-type: none;
}

.menu-secondary a,
.menu-secondary a:visited {
	background: #333333;
	border-top: 0 solid #000000;
	border-bottom: 0 solid #000000;
	border-left: 0 solid #000000;
	border-right: 0 solid #000000;
	margin: 0 0 0 0;
	padding: 17px 15px 17px 15px;
	color: #AAAAAA;
	text-decoration: none;
	display: block;
	position: relative;
}

.menu-secondary li a:active,
.menu-secondary li a:hover {
	background: #000000;
	border-top: 0 solid #000000;
	border-bottom: 0 solid #000000;
	border-left: 0 solid #000000;
	border-right: 0 solid #000000;
	color: #BBBBBB;
	text-decoration: none;
}

.menu-secondary li.current_page_item a,
.menu-secondary li.current-cat a,
.menu-secondary li.current-menu-item a,
.menu-secondary li.current_page_item a:visited,
.menu-secondary li.current-cat a:visited,
.menu-secondary li.current-menu-item a:visited {
	background: #333333;
	border-top: 0 solid #000000;
	border-bottom: 0 solid #000000;
	border-left: 0 solid #000000;
	border-right: 0 solid #000000;
	color: #BBBBBB;
	text-decoration: none;
}

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: #333333;
	width: 170px;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0 0 0 0;
	padding: 17px 15px 17px 15px;
	color: #AAAAAA;
	font-size: 16px; font-size: 1.6rem;
	text-decoration: none;
	float: none;
	position: relative;
}

.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background: #000000;
	color: #BBBBBB;
	text-decoration: none;
}

.menu-secondary li ul {
	width: 205px;
	height: auto;
	margin: 0;
	z-index: 9999;
	left: -9999px;
	position: absolute;
}

.menu-secondary li ul ul {
	margin: -51px 0 0 201px;
}

.menu-secondary li a.sf-with-ul {
	padding-right: 15px;
}

.menu-secondary.sf-arrows .sf-with-ul:after {
	content: '';
}

/* Vertical Toggle Menu
------------------------------------------------------------ */

.responsive-primary-menu-container {
	background: #2A86D1;
	border-bottom: 1px solid #267ABE;
	width: 100%;
	margin-bottom: 10px; /* Add white space between nav and site header */
	padding: 14px 0 10px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.responsive-primary-menu-container h3 {
	margin: 0;
	padding-left: 15px;
	color: #C0DBF1;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	float: left;
}

.responsive-primary-menu-container .responsive-menu-icon {
	padding: 0 15px 0 0;
	float: right;
}
.responsive-primary-menu-container .responsive-icon-bar {
	display: block;
	width: 18px;
	height: 3px;
	background: #C0DBF1;
	margin: 1px 0;
	float: right;
	clear: both;
	border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.responsive-secondary-menu-container {
	background: #333333;
	border-bottom: 1px solid #000000;
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.responsive-secondary-menu-container .responsive-menu-icon {
	padding: 5px 15px 0 0;
	float: right;
}
.responsive-secondary-menu-container .responsive-icon-bar {
	display: block;
	width: 18px;
	height: 3px;
	background: #AAAAAA;
	margin: 1px 0;
	float: right;
	clear: both;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}


/* Responsive Dropdown Navbars
------------------------------------------------------------ */

#dropdown-nav-wrap,
#dropdown-subnav-wrap {
	display: none;
}

#dropdown-nav,
#dropdown-subnav {
	overflow: hidden;
}

#dropdown-nav {
	background: #FFFFFF;
	border-top: 0 solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
}

.nav-chosen-select,
.subnav-chosen-select {
	background: transparent;
	border: 0;
	width: 100%;
	padding: 15px;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.nav-chosen-select {
	color: #006298;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.nav-chosen-select option {
	color: #006298;
}

#dropdown-nav .responsive-menu-icon,
#dropdown-subnav .responsive-menu-icon {
	padding-right: 15px;
	float: right;
}

#dropdown-nav .responsive-icon-bar,
#dropdown-subnav .responsive-icon-bar {
	width: 18px;
	height: 3px;
	margin: 1px 0;
	float: right;
	clear: both;
	display: block;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#dropdown-nav .responsive-menu-icon {
	margin-top: -32px;
}

#dropdown-nav .responsive-icon-bar {
	background: #006298;
}

#dropdown-subnav {
	background: #333333;
	border-top: 0 solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0 solid #000000;
	border-right: 0 solid #000000;
}

.subnav-chosen-select {
	color: #AAAAAA;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.subnav-chosen-select option {
	color: #AAAAAA;
}

#dropdown-subnav .responsive-menu-icon {
	margin-top: -32px;
}

#dropdown-subnav .responsive-icon-bar {
	background: #AAAAAA;
}


/* Widget Nav Menu
 * Appears in Primary Sidebar used for displaying submenus
------------------------------------------------------------ */

.sidebar-primary .widget_nav_menu .widget-title {
	display: none; /* Hide menu title, but leave available in admin area */
}

.sidebar-primary .menu .menu-item {
	padding-bottom: 0;
}

.sidebar-primary .menu .menu-item:before {
    content: "";
    color: #5ea053;
    padding-right: 0px;
}

.sidebar-primary .menu .menu-item a {
	display: block;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	margin: -6px -10px 10px -10px;
	transition: background-color .2s, color .2s;
}

.sidebar-primary .menu .sub-menu {
	margin-left: 5px;
	padding-left: 20px;
	border-left: 2px solid #00aec7;
}

.sidebar-primary .menu .sub-menu .menu-item a {
	text-transform: none;
	margin-bottom: 10px;
}

.sidebar-primary .menu-item a:hover,
.sidebar-primary .menu-item a:active,
.sidebar-primary .current-menu-item > a:hover,
.sidebar-primary .current-menu-item > a:active {
	background-color: #00aec7;
	color: #fff;
	text-decoration: none;
}

.sidebar-primary .current-menu-item > a,
.sidebar-primary .current-menu-item > a:visited {
	background-color: #83BC4C;
	color: #fff;
}

/* Nav Menu Responsive Styles */

@media only screen and (min-width: 840px) and (max-width: 1210px) {
	.nav-primary .genesis-nav-menu .menu-item a {
		padding: 8px 10px 8px 10px;
	}
}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

	body.override .menu-primary, body.override .menu-secondary { width: 100%; }
	.site-header .genesis-nav-menu { width: auto; max-width: 0; }

}


@media only screen and (max-width: 839px) {

	body.override .menu-primary,
	body.override .menu-secondary,
	.site-header .genesis-nav-menu {
		width: 100%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	ul.menu-primary,
	ul.menu-secondary,
	.site-header ul.genesis-nav-menu,
	.site-header .genesis-nav-menu li {
		float: none;
		text-align: center;
	}

	.menu-primary li,
	.menu-secondary li,
	.site-header .genesis-nav-menu li {
		display: inline-block; float: none;
	}

	.menu-primary li li,
	.menu-secondary li li,
	.site-header .genesis-nav-menu li li {
		text-align: left;
	}

}

@media only screen and (max-width: 839px) {
	.admin-bar .nav-primary {
	  	margin: 20px 0 !important;
	}

	.nav-primary {
		position: relative;
	}

	.nav-primary,
	.nav-secondary {
		display: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}


/*@media only screen and (max-width: 479px)*/
@media only screen and (max-width: 839px) {

	.responsive-primary-menu-container,
	.responsive-secondary-menu-container { display: block; }

	.nav-primary,
	.nav-secondary {
		display: none;
	}

	.nav-primary {
		border-bottom: 1px solid #2A86D1;
		padding-bottom: 20px;
	}

	.nav-secondary,
	.site-header .genesis-nav-menu { height: 100%; border-bottom: 0; }

	.menu-primary,
	.menu-secondary,
	.site-header .menu,
	.menu-primary li,
	.menu-secondary li,
	.site-header .genesis-nav-menu li,
	.menu-primary li ul,
	.menu-secondary li ul,
	.site-header .genesis-nav-menu li ul {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	.site-header .genesis-nav-menu li ul {
		display: block;
		visibility: visible;
		height: 100%;
		left: 0;
		position: relative;
	}

	/*Remove hover effect on small screens */
	.genesis-nav-menu .sub-menu {
		position: relative;
	    left: 0;
	    opacity: 1;
  		width: 100%;
    	z-index: 99;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
	}

	.menu-primary a,
	.menu-primary a:visited {
		border-right: 0 !important;
		border-bottom: 0 solid #FFFFFF !important;
	}

	.menu-secondary a,
	.menu-secondary a:visited {
		border-right: 0 !important;
		border-bottom: 1px solid #000000 !important;
	}

	.site-header .genesis-nav-menu a,
	.site-header .genesis-nav-menu a:visited {
		border-right: 0 !important;
		border-bottom: 0 solid #DDDDDD !important;
	}

	.menu-primary li li, .menu-secondary li li,
	.site-header .genesis-nav-menu li li {
	 text-align: center;
	}

	.menu-primary li li a, .menu-primary li li a:link,
	.menu-primary li li a:visited, .menu-secondary li li a,
	.menu-secondary li li a:link, .menu-secondary li li a:visited,
	.site-header .genesis-nav-menu li li a,
	.site-header .genesis-nav-menu li li a:link,
	.site-header .genesis-nav-menu li li a:visited { width: auto; }

	.menu-primary li ul ul, .menu-secondary li ul ul,
	.site-header .genesis-nav-menu li ul ul {
		margin: 0;
	}

	ul.genesis-nav-menu, .genesis-nav-menu li  {
		text-align: left !important;
	}

	.genesis-nav-menu .sub-menu a::before {
		content: "- ";
	}

	.menu-primary li:hover ul ul,
	.menu-secondary li:hover ul ul {
		left: 0;
	}

	.menu-primary .sub-menu a,
	.menu-primary .sub-menu a:link {
		padding: 10px 20px;
	}

	.menu-primary .sub-menu li li a,
	.menu-primary .sub-menu li li a:link {
		padding: 10px 30px;
	}

	.menu-primary .sub-menu li li ul li a,
	.menu-primary .sub-menu li li ul li a:link {
		padding: 10px 40px;
	}

	.menu-secondary .sub-menu a,
	.menu-secondary .sub-menu a:link {
		padding: 10px 20px;
	}

	.menu-secondary .sub-menu li li a,
	.menu-secondary .sub-menu li li a:link {
		padding: 10px 30px;
	}

	.menu-secondary .sub-menu li li ul li a, .menu-secondary .sub-menu li li ul li a:link {
		padding: 10px 40px;
	}


	.responsive-primary-menu-container,
	.responsive-secondary-menu-container,
	.mobile-primary-toggle,
	.mobile-secondary-toggle {
		display: block;
	}

}


/* Header
------------------------------------------------------------ */

.home .site-header-container {
	margin-bottom: 30px;
}

.site-header {
	background-color: transparent;
	background-image: url("images/header-background-inner.png");
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 80px; /*Override genesis min-height*/
	height: 80px;
}

.site-header > .wrap {
    padding: 0 0;
}

.home .site-header {
	background-image: url("images/header-background.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}

.home .site-header > .wrap {
    padding: 0 0; /*Override Genesis default */
}

.ader .wrap {
    padding: 0 0; /* Remove default padding from Genesis theme*/
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.home .site-header {
		background-size: cover;
		background-position: 46% 0;
	}
}

@media only screen and (max-width: 479px) {
	.home .site-header {
		background-size: cover;
		background-position: 43% 0;
	}
}

/* Logo - Image Header - Partial Width
------------------------------------------------------------ */

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: -5px;
	padding: 0 0;
	width: 360px;
	position: relative; /* Use for absolute positioning on logo contain within wrap */
	z-index: 1; /* Bring logo in front of banner pic */
}

.home .title-area {
	margin-top: 0;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:visited,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat top left;
	float: left;
	min-height: 126px; /* Height required to display entir logo */
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.title-area {
		margin-left: -60px;
	}
}

@media screen and (max-width: 800px) {
	.title-area {
		margin-left: 0;
	}
}

@media screen and (max-width: 479px) {

	.title-area {
		margin-top: 0;
	}

	.header-image .site-title > a,
	.header-image .site-title > a:visited {
		background-size: contain;
	}
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
	direction: ltr;
}

/* Header Widget Area - Header Right (Displays on Front page only)
------------------------------------------------------------ */

.site-header {
	position: relative;
    border-bottom: none;
}

.site-header .widget-area {
	position: absolute;
	top: 0;
	width: 1200px;
	height: 300px;
}

.site-header .banner-pic {
	position: absolute;
	z-index: 0;
	top: 8px;
	margin-left: 75px;
}

.site-header .banner-pic img {
	max-width: initial; /* Override default max-wodth: 100% */
}

.site-header .banner-read-more {
	position: absolute;
	float: left;
	text-align: left;
	width: 230px;

	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	font-size: 26px;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 3rem;
	margin: 180px 0 0 130px;
	z-index: 2; /* Bring read more text in front of banner pic */
}

.site-header .banner-read-more a,
.site-header .banner-read-more a:visited {
	display: inline-block;
    background-color: #045A8B;
    border: #fff 1px solid;
    color: #fff;
    font-size: 14px; font-size: 1.3rem;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 12px;
    width: 100px;
    text-decoration: none;
    -moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}


.site-header .banner-read-more a:hover {
	text-decoration: none;
	background-color: green;
}

/* Subsite homepage title and descrioption text (homepage only) */
.site-header .banner-subsite-text {
	position: absolute;
	float: left;
	text-align: left;
	width: auto;
	padding-top: 40px;
	padding-left: 180px;

	color: #ffffff;
	font-family: 'Maven Pro', sans-serif;
}

.site-header .banner-subsite-text h1,
.site-header .banner-subsite-text h2 {
	color: #ffffff;
	font-family: 'Maven Pro', sans-serif;
}

.site-header .banner-subsite-text h1 {
	font-size: 120px;
	font-size: 12.5rem;
	letter-spacing: -4.5px;
	font-weight: 600;
}

.site-header .banner-subsite-text h2 {
	font-size: 27px;
    font-size: 2.7rem;
    font-weight: lighter;
    letter-spacing: 0;
    margin-top: -25px;
  	text-transform: uppercase;
	text-indent: 10px;
}


@media only screen and (max-width: 1200px) {
	.site-header .widget-area {
		width: 960px;
	}

	.site-header .banner-pic {
		margin-left: -40px;
	}

	.site-header .banner-read-more {
		margin: 180px 0 0 40px;
	}

	.site-header .banner-subsite-text {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 960px) {
	.site-header .widget-area {
		width: 960px;
	}

	.site-header .banner-pic {
		margin-left: -125px;
	}

	.site-header .banner-subsite-text {
		padding-left: 20px;
	}

}

@media only screen and (max-width: 800px) {
	.site-header .widget-area {
		width: 100%;
	}

	.site-header .banner-subsite-text {
		position: relative;
		float: none;
		text-align: center;
		padding-top: 80px;
		padding-left: 0;
		width: 100%;
	}

	.site-header .banner-subsite-text h1 {
		font-size: 9rem;
	}

	.site-header .banner-subsite-text h2 {
		font-size: 2rem;
		margin-top: -20px;
	}

}

@media only screen and (max-width: 460px) {

	.site-header .banner-subsite-text h1 {
		font-size: 7.5rem;
	}

	.site-header .banner-subsite-text h2 {
		font-size: 1.7rem;
		margin-top: -20px;
	}

}


/* Inner
------------------------------------------------------------ */

.site-inner {
	background: transparent;
	margin: 0 auto 20px;
	padding-top: 0;
	overflow: hidden;
	clear: both;
	width: auto;
	max-width: inherit; /*Using this as a full width wrapper */
}


/* Breadcrumb/Taxonomy Description
------------------------------------------------------------ */

.breadcrumb {
	background: #FFFFFF;
	border-top: 0 solid #C0DBF1;
	border-bottom: 0 solid #C0DBF1;
	border-left: 0 solid #C0DBF1;
	border-right: 0 solid #C0DBF1;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0 0 0 0;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-weight: 500;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: #00AEC7;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.breadcrumb a:hover {
	color: #333333;
	text-decoration: underline;
}

.taxonomy-description,
.author-description {
	background: #F5F5F5;
	border-top: 0 solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	margin: -10px 0 30px;
	padding: 0;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.content .taxonomy-description h1,
.content .author-description h1 {
	background: #333333;
	border-top: 0 solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	margin: 0;
	padding: 13px 20px 11px 25px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 300;
}

.content .taxonomy-description p,
.content .author-description p {
	padding: 25px 25px 25px 25px;
}

.content .taxonomy-description a, .content .taxonomy-description a:visited,
.content .author-description a, .content .author-description a:visited {
	color: #3B8DBD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.content .taxonomy-description a:hover,
.content .author-description a:hover {
	color: #333333;
	text-decoration: none;
}

/* Content Post, Entry, Page
------------------------------------------------------------ */

.content .post,
.content .entry {
	background: #FFFFFF;
	border-top: 0 solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	margin: 0 0 40px;
	padding: 0 0 0 0;
}

.content .page {
	background: transparent;
	border-top: 0 solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	margin: 0 0 0;
	padding: 0 0 0 0;
}

.site-inner p {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 400;
	line-height: 16px; line-height: 1.6em;
	margin-bottom: 20px;
}

.site-inner a {
	color: #006298;
	text-decoration: underline;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.site-inner a:hover {
	color: #333333;
	text-decoration: underline;
}

.site-inner a:active {
	color: #222222;
	text-decoration: underline;
}

.site-inner ul,
.site-inner ol {
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 16px; font-size: 1.6rem;
    line-height: 16px; line-height: 1.6em;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px;
}

.site-inner ul ul,
.site-inner ol ol,
.entry-content ol ol,
.entry-content ul ul {
    line-height: 16px; line-height: 1.6em;
	margin: .2em 0 .3em;
	margin-bottom: .3em;
    padding: 0;
}

.site-inner ol {
    padding-left: 0px;
}

.site-inner .content ul li {
    padding-left: 20px;
    text-indent: -22px;
    margin-bottom: .5em;
    list-style-type: none;
    margin-left: 30px;
    padding: 0;
}

.site-inner .content ul ul li,
.site-inner .content ol ol li,
.site-inner .content ul ol li,
.site-inner .content ol ul li {
    margin-bottom: .15em;
}

.site-inner .content ul li:before {
    content: "■";
    color: #5ea053;
    padding-right: 10px;
}

/* Disable default for certain items in content */
.site-inner .content .h5p-content ul li {
	text-indent: 0;
}

.site-inner .content .h5p-content ul li:before {
	content: "";
	padding-right: 0;
}
/*END Fix*/

.site-inner ol li {
    margin-bottom: .5em;
}

.site-inner .content ol li {
    margin-left: 35px;
}

.site-inner ul ul,
.site-inner ol ol {
    padding: 0;
}

.site-inner hr {
	margin: 40px 0 30px;
}

.site-inner blockquote {
	background: #FFFFFF;
	border-top: 0 solid #C0DBF1;
	border-bottom: 1px solid #C0DBF1;
	border-left: 0 solid #C0DBF1;
	border-right: 0 solid #C0DBF1;
	margin: 5px 5px 20px 30px;
	padding: 25px 30px 5px;
}

.site-inner blockquote p {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	font-style: italic;
}

.site-inner blockquote a,
.site-inner blockquote a:visited {
	color: #006298;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.site-inner blockquote a:hover {
	color: #333333;
	text-decoration: underline;
}

.site-inner .legal-type,
.content .legal-type {
	font-size: 8px; font-size: 0.8rem;
}

.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Content Headlines
------------------------------------------------------------ */

.dynamik-page-builder .site-inner h1,
.dynamik-page-builder .site-inner h2,
.dynamik-page-builder .site-inner h3,
.dynamik-page-builder .site-inner h4,
.dynamik-page-builder .site-inner h5,
.dynamik-page-builder .site-inner h6,
.content .post h1,
.content .post h2,
.content .post h3,
.content .post h4,
.content .post h5,
.content .post h6,
.content .page h1,
.content .page h2,
.content .page h3,
.content .page h4,
.content .page h5,
.content .page h6,
.content h1.entry-title,
.content .entry-content h1,
.content h2.entry-title,
.content .entry-content h2,
.content .entry-content h3,
.content .entry-content h4,
.content .entry-content h5,
.content .entry-content h6,
body.search .content h1.archive-title {
	margin: 0 0 10px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 1.25;
	font-weight: 600;
}

.site-inner h1,
.content .post h1,
.content .page h1,
.content h1.entry-title,
.content .entry-content h1,
body.search .content h1.archive-title {
	color: #00AEC7;
	font-size: 36px; font-size: 3.6rem;
}

.content .post h1 a,
.content .post h1 a:visited,
.content .page h1 a,
.content .page h1 a:visited,
.content h1.entry-title a,
.content h1.entry-title a:visited
.content .post h2 a,
.content .post h2 a:visited,
.content .page h2 a,
.content .page h2 a:visited,
.content h2.entry-title a,
.content h2.entry-title a:visited {
	color: #006298;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.content .post h1 a:hover,
.content .page h1 a:hover,
.content h1.entry-title a:hover
.content .post h2 a:hover,
.content .page h2 a:hover,
.content h2.entry-title a:hover,
.archive .content h1.entry-title a:hover {
	color: #3B8DBD;
	text-decoration: underline;
}

.site-inner h2,
.content .post h2,
.content .page h2,
.content h2.entry-title,
.content .entry-content h2,
.archive .content h1.entry-title,
.blog .content h1.entry-title {
	color: #006298;
	font-size: 24px; font-size: 2.4rem;
}

.site-inner h3,
.content .post h3,
.content .page h3,
.content .entry-content h3 {
	color: #006298;
	font-size: 20px; font-size: 2rem;
}

.site-inner h4,
.content .post h4,
.content .page h4,
.content .entry-content h4 {
	color: #006298;
	font-size: 18px; font-size: 1.8rem;
}

.site-inner h5,
.content .post h5,
.content .page h5,
.content .entry-content h5 {
	color: #333;
	font-size: 18px; font-size: 1.8rem;
}

.site-inner h6,
.content .post h6,
.content .page h6,
.content .entry-content h6 {
	color: #636363;
	font-size: 18px; font-size: 1.8rem;
}


/* EZ Widget Area Class
------------------------------------------------------------ */

.ez-widget-area {
	margin-bottom: 0;
}

.ez-widget-area h3 {
	text-align: left;
}

.ez-widget-area h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-weight: 300;
}

.ez-widget-area ul,
.ez-widget-area ol {
	margin: 0;
	padding: 0 0 15px 0;
}

.ez-widget-area ul li,
.ez-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 29px; line-height: 2.9rem
}

.ez-widget-area ul li {
	list-style-type: square;
}

.ez-widget-area ul ul,
.ez-widget-area ol ol {
	padding: 0;
}


/* EZ Home Widget Areas
------------------------------------------------------------ */

#home-hook-wrap {
	background: #FFFFFF;
	border-top: 0 solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	clear: both;
}

#ez-home-container-wrap .post {
	margin: 0 0 20px;
}

#ez-home-container-wrap .post p {
	margin: 0 0 25px;
}

#ez-home-container-wrap .page p {
	margin: 0 0 25px;
}

#ez-home-container-wrap .post p.entry-header .entry-meta,
#ez-home-container-wrap .page p.byline {
	margin: -5px 0 15px;
}

#ez-home-container-wrap .ez-widget-area img.wp-post-image {
	margin-bottom: 10px !important;
}

#ez-home-container-wrap .ez-widget-area h4,
#ez-home-slider-container-wrap .ez-widget-area h4 {
	border-bottom: 0 solid #DDDDDD;
	color: #444444;
	font-family: 'Maven Pro', sans-serif;
	font-size: 22px; font-size: 2.2rem;
	font-weight: 600;
}

#ez-home-container-wrap .ez-widget-area {
	color: #444444;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 300;
}

@media screen and (min-width: 780px) {
	#ez-home-container-wrap .ez-widget-area h4,
	#ez-home-slider-container-wrap .ez-widget-area h4 {
		text-align: center;
	}
	#ez-home-container-wrap .ez-widget-area {
		text-align: center;
	}
}

#ez-home-container-wrap .ez-widget-area a,
#ez-home-container-wrap .ez-widget-area a:visited {
	color: #3B8DBD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

#ez-home-container-wrap .ez-widget-area a:hover {
	color: #444444;
	text-decoration: none;
}

#ez-home-container-wrap .ez-widget-area #wp-calendar caption,
#ez-home-container-wrap .ez-widget-area #wp-calendar th {
	color: #444444;
}

#ez-home-container-wrap img,
#ez-home-container-wrap p img {
	max-width: 100%;
	height: auto;
}
	/*Image tiles should align center */
#ez-home-container-wrap .ez-widget-area {
	text-align: center;
}

#ez-home-container-wrap .ez-widget-area img {
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
   	transition: opacity .5s;
}

#ez-home-container-wrap .ez-widget-area img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#ez-home-container-wrap .nivoSlider img {
    max-width: none;
}

.ez-home-sidebar #ez-home-container-wrap {
	margin-right: 300px;
	float: left;
}

.ez-home-sidebar.home-sidebar-left #ez-home-container-wrap {
	margin-left: 300px;
	margin-right: 0;
	float: right;
}

.ez-home-container-area {
	margin: 0 0 0px;
	overflow: hidden;
}

.ez-home-bottom {
	margin: 0;
}

@media screen and (min-width: 780px) {
	.ez-home-bottom .widget .entry {
		padding: 5%;
	}
}

/* Homepage Sidebar
------------------------------------------------------------ */

#ez-home-sidebar-wrap {
	width: 280px;
	margin-left: -280px;
	float: right;
}

.home-sidebar-left #ez-home-sidebar-wrap {
	margin-left: 0;
	margin-right: -280px;
	float: left;
}

#ez-home-sidebar.sidebar {
	float: none;
}


/* Homepage Slider
------------------------------------------------------------ */

#ez-home-slider-container-wrap {
	margin: 0 0 20px;
	overflow: hidden;
}

#ez-home-slider {
	width: 100%;
	height: auto;
}

#ez-home-slider .nivoSlider img {
    max-width: none;
}


/* EZ Feature Top Widget Areas
------------------------------------------------------------ */

#ez-feature-top-container-wrap {
	background: #F5F5F5;
	border-top: 0 solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	margin: 0 0 20px;
	clear: both;
}

.feature-top-outside #ez-feature-top-container-wrap {
	margin: 0;
}

#ez-feature-top-container {
	margin: 0 auto;
	padding: 25px 20px 30px 20px;
}

#ez-feature-top-container .ez-widget-area h4 {
	border-bottom: 0 solid #DDDDDD;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 22px; font-size: 2.2rem;
}

#ez-feature-top-container .ez-widget-area {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

#ez-feature-top-container .ez-widget-area a,
#ez-feature-top-container .ez-widget-area a:visited {
	color: #3B8DBD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;

}

#ez-feature-top-container .ez-widget-area a:hover {
	color: #333333;
	text-decoration: none;
}

#ez-feature-top-container .ez-widget-area #wp-calendar caption,
#ez-feature-top-container .ez-widget-area #wp-calendar th {
	color: #333333;
}

#ez-feature-top-container img,
#ez-feature-top-container p img {
	max-width: 100%;
	height: auto;
}

#ez-feature-top-container .nivoSlider img {
    max-width: none;
}


/* EZ Fat Footer Widget Areas
------------------------------------------------------------ */

#ez-fat-footer-container-wrap,
.fat-footer-inside #ez-fat-footer-container-wrap {
	background: #FFFFFF;
	border-top: 0 solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	clear: both;
}

.fat-footer-inside #ez-fat-footer-container-wrap {
	float: left;
}

.ez-home.fat-footer-inside #ez-fat-footer-container-wrap {
	margin-top: 45px;
}

#ez-fat-footer-container {
	margin: 0 auto;
}

#ez-fat-footer-container .ez-widget-area h4 {
	border-bottom: 0 solid #DDDDDD;
	color: #666666;
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px; font-size: 2rem;
	font-weight: 500;
text-transform:  uppercase;
}

#ez-fat-footer-container .ez-widget-area {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-weight: 400;
}

#ez-fat-footer-container .ez-widget-area a,
#ez-fat-footer-container .ez-widget-area a:visited {
	color: #DDDDDD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

#ez-fat-footer-container .ez-widget-area a:hover,
#ez-fat-footer-container .ez-widget-area a:active {
	color: #bbb;
	text-decoration: underline;
}

#ez-fat-footer-container .ez-widget-area #wp-calendar caption,
#ez-fat-footer-container .ez-widget-area #wp-calendar th {
	color: #333333;
}

#ez-fat-footer-container img,
#ez-fat-footer-container p img {
	max-width: 100%;
	height: auto;
}

#ez-fat-footer-container .nivoSlider img {
    max-width: none;
}


/* Custom Widget Areas
------------------------------------------------------------ */

.dynamik-widget-area {
	background: #FFFFFF;
	border-top: 0 solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.dynamik-widget-area p,
.dynamik-widget-area ul li,
.dynamik-widget-area.entry-content ol li {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.dynamik-widget-area h4,
.content .dynamik-widget-area h4 {
	padding: 0 0 5px;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 22px; font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.25;
}

.dynamik-widget-area a,
.dynamik-widget-area a:visited {
	color: #3B8DBD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.dynamik-widget-area a:hover {
	color: #333333;
	text-decoration: none;
}

.dynamik-widget-area #wp-calendar caption,
.dynamik-widget-area #wp-calendar th {
	color: #333333;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	margin: -5px 0 15px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 15px; font-size: 1.5rem;
}

.entry-header .entry-meta a,
.entry-header .entry-meta a:visited {
	color: #006298;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.entry-header .entry-meta a:hover {
	color: #333333;
	text-decoration: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #C0DBF1;
	padding: 5px 0 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 15px; font-size: 1.5rem;
	font-style: italic;
	clear: both;
}

.entry-footer .entry-meta a,
.entry-footer .entry-meta a:visited {
	color: #006298;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.entry-footer .entry-meta a:hover {
	color: #333333;
	text-decoration: underline;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: #FAFAFA;
	border-top: 0 solid #C0DBF1;
	border-bottom: 1px solid #C0DBF1;
	border-left: 0 solid #C0DBF1;
	border-right: 0 solid #C0DBF1;
	margin: 0 0 40px;
	padding: 25px 25px 25px 25px;
	overflow: hidden;
	clear: both;
}

.author-box-title {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px; font-size: 2rem;
	font-weight: 300;
	font-weight: 600;
}

.author-box-content {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.author-box a,
.author-box a:visited {
	color: #3B8DBD !important;
	text-decoration: none !important;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.author-box a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}

/**
 * Archives Page
 */

.archive .site-inner .archive-description {
	margin-bottom: 0;
	padding: 0;
}

.archive .content .post,
.archive .content .entry {
	margin-bottom: 15px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}

.content .sticky {
	background: #FFFFFF !important;
	border-top: 0 solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	border-left: 0 solid #DDDDDD;
	border-right: 0 solid #DDDDDD;
	margin: -10px 0 40px 0;
	padding: 20px 20px 20px 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}

/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
	height: auto;
}

.nivoSlider img {
    max-width: none;
}

.featuredpage img,
.featuredpost img,
.post-image {
	background: #FFFFFF;
	border: 0 solid #DDDDDD;
	padding: 0;
}

.author-box .avatar {
	background: #FFFFFF;
	border: 0 solid #DDDDDD;
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.post-image {
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	margin: 0 0 10px;
}

img.alignleft {
	margin: 0 15px 10px 0;
}

img.alignright {
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.site-inner .wp-caption {
	background: #FFFFFF;
	border: 0 solid #DDDDDD;
	max-width: 100%;
	padding: 0px;
	text-align: center;
}

.site-inner .wp-caption-text {
	margin: -2px 0 5px 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 14px; font-size: 1.4rem;
	text-align: right;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.post-format-image {
	display: block;
	float: right;
}

.page .post-format-image {
	display: none;
}

.page-template-page_blog-php .post-format-image {
	display: block;
}

.dynamik-page-builder .site-inner {
	max-width: none;
	padding: 0;
}

.dynamik-content-filler-img {
	width: 100% !important;
	height: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}


/* Post Navigation
------------------------------------------------------------ */

.site-inner .content .pagination,
.site-inner .content .entry-pagination {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px;
	overflow: hidden;
}

.site-inner .content .pagination li {
	display: inline;
	padding-left: 0px;
    text-indent: 0px;
    margin-bottom: 0em;
    margin-left: 0px;
    padding: 0;
}

.site-inner .content .pagination li:before {
	content: "";
	padding-left: 0;
}

.site-inner .content .pagination a,
.site-inner .content .pagination a:visited,
.site-inner .content .entry-pagination a,
.site-inner .content .entry-pagination a:visited {
	color: #3B8DBD;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.site-inner .content .pagination a:hover,
.site-inner .content .entry-pagination a:hover {
	color: #333333;
	text-decoration: none;
}

.site-inner .content .pagination li a,
.site-inner .content .pagination li a:visited,
.site-inner .content .pagination li.disabled,
.site-inner .content .pagination li a:hover,
.site-inner .content .pagination li.active a,
.site-inner .content .pagination li.active a:visited {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 0 0 0;
	padding: 8px 12px 8px 12px;
	color: #3B8DBD;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.site-inner .content .pagination li a:hover,
.site-inner .content .pagination li.active a,
.site-inner .content .pagination li.active a:visited {
	background: #F5F5F5;
	color: #333333;
	text-decoration: none;
}

.site-inner .content .pagination li a:hover {
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar-primary,
.sidebar-secondary,
#ez-home-sidebar {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.sidebar.widget-area .widget {
	background: #FFFFFF;
	border-top: 0 solid #C0DBF1;
	border-bottom: 0 solid #C0DBF1;
	border-left: 0 solid #C0DBF1;
	border-right: 0 solid #C0DBF1;
	margin: 0 0 30px;
	padding: 15px 25px 0 25px;
}

@media only screen and (max-width: 960px) {
	.sidebar.widget-area .widget {
		padding-left: 0;
		padding-right: 0;
	}
}

.sidebar-primary h4,
.sidebar-secondary h4,
#ez-home-sidebar h4 {
	background: transparent;
	border-top: 0 solid #267ABE;
	border-bottom: 0 solid #267ABE;
	border-left: 0 solid #267ABE;
	border-right: 0 solid #267ABE;
	margin: 0;
	padding-bottom: 15px;
	color: #006298;
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px; font-size: 2rem;
	line-height: 1.25;
	font-weight: 600;
}

.sidebar-primary a,
.sidebar-secondary a,
#ez-home-sidebar a {
	color: #006298;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

/* Override for textwidgets to look like content area */
.sidebar-primary .textwidget a,
.sidebar-secondary .textwidget a,
#ez-home-sidebar .textwidget  a {
	text-decoration: underline;
}

.sidebar-primary a:hover,
.sidebar-secondary a:hover,
#ez-home-sidebar a:hover {
	color: #006298;
	text-decoration: underline;
}

.sidebar-primary .textwidget a:hover,
.sidebar-secondary .textwidget a:hover,
#ez-home-sidebar .textwidget  a:hover {
	color: #333333;
	text-decoration: underline;
}

.sidebar.widget-area #wp-calendar caption,
.sidebar.widget-area #wp-calendar th {
	color: #333333;
}

.sidebar.widget-area .widget_archive select,
.sidebar.widget-area #cat {
	margin: 15px 30px 15px 30px;
}

.sidebar.widget-area ul li {
	border-bottom: 0 solid #C0DBF1;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Widget - Recent Entries
------------------------------------------------------------ */

.sidebar.widget-area .widget_recent_entries li {
	margin-bottom: 8px;
}

.sidebar.widget-area .widget_recent_entries a {
}

.sidebar.widget-area .widget_recent_entries  .post-date {
	font-size: 14px; font-size: 1.4rem;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	width: 83%;
	margin: 15px 15px 0;
	padding: 3px;
	font-size: 14px;
	display: inline;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	overflow: hidden;
	clear: both;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0;
	overflow: hidden;
}

.featuredpage .page p,
.featuredpost .post p {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px; font-size: 1.4rem;
}

.featuredpage .page a,
.featuredpage .page a:visited,
.featuredpost .post a,
.featuredpost .post a:visited {
	color: #3B8DBD !important;
	text-decoration: none !important;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.featuredpage .page a:hover,
.featuredpost .post a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}

.featuredpage .page h2,
.featuredpost .post h2 {
	margin: 0 0 5px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px; font-size: 2rem;
	font-weight: 300;
	line-height: 1.25;
}

.featuredpage .page h2 a,
.featuredpage .page h2 a:visited,
.featuredpost .post h2 a,
.featuredpost .post h2 a:visited {
	color: #3B8DBD !important;
	text-decoration: none !important;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.featuredpage .page h2 a:hover,
.featuredpost .post h2 a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}

.featuredpage .page .byline,
.featuredpost .post .entry-header .entry-meta {
	color: #333333 !important;
	font-family: 'Maven Pro', sans-serif !important;
	font-size: 14px; font-size: 1.4rem !important;
}

.featuredpage .page .byline a,
.featuredpage .page .byline a:visited,
.featuredpost .post .entry-header .entry-meta a,
.featuredpost .post .entry-header .entry-meta a:visited {
	color: #3B8DBD !important;
	text-decoration: none !important;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.featuredpage .page .byline a:hover,
.featuredpost .post .entry-header .entry-meta a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
	padding: 20px;
}

#wp-calendar caption {
	font-size: 14px; font-size: 1.4rem;
	font-style: italic;
	padding: 20px 30px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #F5F5F5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #F5F5F5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #F5F5F5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px; font-size: 1.4rem;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	background-color: #006298;
	background-image: url("images/footer-background.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px; font-size: 1.6rem;
    text-align: left;
    font-weight: 300;
    height: 70px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.site-footer > .wrap {
	padding-top: 25px;
	padding-bottom: 20px;
}

.site-footer p,
.site-footer li {
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 300;
	line-height: 20px;
}

.site-footer a,
.site-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.site-footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

@media only screen and (min-width: 961px) {
	.site-footer .footer-home-link {
		float: right;
	    width: 200px;
	    height: 70px;
	    margin: -25px -20px 0 0;
		background: url("images/footer-logo.png") center center no-repeat;
	}
}

@media only screen and (max-width: 960px) {
	.site-footer .footer-home-link {
		height: 90px;
		width: 100%;
		display: block;
		text-align: center;
		background: url("images/footer-logo.png") center center no-repeat;
	}
}



@media only screen and (min-width: 961px) {
	.site-footer {
		background-color: #006298;
		background-image: url("images/footer-background.png");
		background-position: 52% center;
	}

	.site-footer .wrap {
		overflow: hidden;
	}
	.site-footer  ul {
		float: left;
	}

	.site-footer li {
		display: inline-block;
	    text-align: left;
		list-style: none;
		margin: 0;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 1201px) {
	.site-footer {
		background-position: center center;
	}
}

@media only screen and (max-width: 960px ){
	.site-footer {
		background-image: url("images/footer-background-sm.png");
		background-position: center center;
		background-size: cover;
		text-align: left;
		text-align: center;
		height: auto;

	}

	.site-footer > .wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}


/* Comments
------------------------------------------------------------ */

#comments {
	margin: 0 0 15px;
	overflow: hidden;
}

#respond {
	margin: 0 0 15px;
	padding: 20px 0 0;
}

#comments h3,
#respond h3 {
	margin: 0 0 10px;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 26px; font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.25;
	font-weight: 600;
}

#author,
#comment,
#email,
#url {
	background: #FFFFFF;
	border: 1px solid #C0DBF1;
	width: 250px;
	margin: 0 5px 10px 0;
	padding: 5px;
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px; font-size: 1.8rem;
    -o-box-shadow: 0 1px 2px #E8E8E8 inset;
	-moz-box-shadow: 0 1px 2px #E8E8E8 inset;
	-webkit-box-shadow: 0 1px 2px #E8E8E8 inset;
	box-shadow: 0 1px 2px #E8E8E8 inset;
}

#comment {
	width: 98%;
	height: 150px;
	margin: 0 0 10px;
}

#commentform #submit {
	background: #2A86D1;
	border: 0 solid #DDDDDD;
	width: auto;
	padding: 10px 14px 10px 14px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	line-height: 19px;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

#commentform #submit:hover {
	background: #2579BB;
	border: 0 solid #DDDDDD;
	color: #FFFFFF;
	text-decoration: none;
}

.comment-author {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
}

.comment-author span,
.comment-author .says {
	font-size: 18px; font-size: 1.8rem;
}

.comment-author span a, .comment-author span a:visited {
	color: #3B8DBD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.comment-author span a:hover {
	color: #333333;
	text-decoration: none;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	border-top: 0 solid #C0DBF1;
	border-bottom: 1px solid #C0DBF1;
	border-left: 0 solid #C0DBF1;
	border-right: 0 solid #C0DBF1;
	margin: 15px 0 5px;
	padding: 25px 25px 25px 25px;
	font-weight: bold;
	list-style-type: none;
}

.comment-list li .avatar {
	background: #FFFFFF;
	border: 0 solid #DDDDDD;
	width: 48px;
	height: 48px;
	margin: 5px 0 0 10px;
	padding: 0;
	float: right;
}

.comment-list li ul li {
	background: #EEEEEE;
	margin-right: -16px;
	list-style-type: none;
}

.comment-content p {
	margin: 0 0 20px;
}

.comment-content p,
#respond p {
	color: #333333;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-weight: 300;
}

.comment-notes {
	margin: 0 0 10px;
}

#respond label {
	display: block;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: normal;
}

.comment-meta {
	margin: 0 0 5px;
	color: #3B8DBD;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}

.comment-meta a,
.comment-meta a:visited {
	color: #3B8DBD !important;
	text-decoration: none !important;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.comment-meta a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}

a.comment-reply-link,
a.comment-reply-link:visited {
	background: #2A86D1;
	border-top: 0 solid #267ABE;
	border-bottom: 1px solid #267ABE;
	border-left: 0 solid #267ABE;
	border-right: 0 solid #267ABE;
	padding: 8px 12px 8px 12px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px; font-size: 1.4rem;
	font-weight: 300;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

a.comment-reply-link:hover {
	background: #2579BB;
	border-top: 0 solid #267ABE;
	border-bottom: 1px solid #267ABE;
	border-left: 0 solid #267ABE;
	border-right: 0 solid #267ABE;
	color: #FFFFFF;
	text-decoration: none;
}

.comment-content a,
.comment-content a:visited,
#comments .navigation a,
#comments .navigation a:visited,
#respond a,
#respond a:visited {
	color: #3B8DBD;
	text-decoration: none;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.comment-content a:hover,
#comments .navigation a:hover,
#respond a:hover {
	color: #333333;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	padding: 20px 0 20px;
	display: block;
}

.thread-even {
	background: #FAFAFA;
}

.thread-alt {
	background: #FAFAFA;
}

.form-allowed-tags {
	background: #FAFAFA;
	border: 0 solid #DDDDDD;
	margin: 10px 0 20px;
	padding: 25px 25px 25px 25px;
}

#respond p.form-allowed-tags {
	color: #666666;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
}


/* BuddyPress
------------------------------------------------------------ */

div.item-list-tabs {
	margin: 25px 0 20px;
}

div.item-list-tabs.nav-secondary {
	margin: -15px 0 15px;
}

.padder div.pagination {
	margin: -20px 0 0;
}

form#whats-new-form textarea {
	width: 97%;
}

table.forum {
	margin: 0;
}

table.forum tr > td:first-child,
table.forum tr > th:first-child {
	padding: 10px 15px;
}

ul#topic-post-list p {
	padding: 0 0 20px;
}

div.dir-search {
	margin: -29px 0 0;
}

ul.button-nav li,
div#item-header ul li,
ul.item-list li {
	list-style: none;
}

ul#topic-post-list {
	margin: 0 0 15px;
}

#post-topic-reply {
	margin: 15px 0 0;
}

.sidebar-primary .item-options,
.sidebar-secondary .item-options,
.sidebar-primary .avatar-block,
.sidebar-secondary .avatar-block {
	padding: 10px 10px 0;
}

.sidebar-primary ul.item-list .vcard,
.sidebar-secondary ul.item-list .vcard,
.sidebar-primary .avatar-block,
.sidebar-secondary .avatar-block {
	overflow: auto;
}

.sidebar-primary a img.avatar,
.sidebar-secondary a img.avatar {
	background: #F6F6F6;
	margin: 0 10px 10px 0;
	padding: 5px;
	float: left;
}

.sidebar-primary ul.item-list,
.sidebar-secondary ul.item-list {
	width: auto;
	padding: 0 10px;
}

#primary ul.item-list,
#primary ul.item-list li {
	list-style-type: none;
}

.widget-error {
	padding: 10px;
}


/* BBPress
------------------------------------------------------------ */

.bbPress .content .hentry p {
	padding: 0;
}

.bbPress .content .hentry ul li p {
	padding: 0 0 20px;
}

.bbPress .content .hentry ul {
	padding: 0;
}

.bbPress .content .hentry ul li {
	margin: 0;
	list-style: none;
}

.bbPress .post-format-icon {
	display: none;
}


/* Active Dynamik Skin Custom Styles
------------------------------------------------------------ */

/*
	Skin Name: DigitalPress
	Skin URI: http://cobaltapps.com/dynamik-skins/digitalpress/
	Author: The Cobalt Apps Team
	Author URI: http://cobaltapps.com/
	Version: 1.0
*/

.feature-top-outside #ez-feature-top-container-wrap {
	margin: 2px 0 0;
}

.title-area {
	width: 100%;
	text-align: center;
}

#ez-home-top-container {
	border-bottom: 1px solid #C0DBF1;
}

.ez-home-top-container .widget,
.ez-home-intro-container .widget,
.ez-home-bottom-container .widget {
	margin-bottom: 30px;
}

#ez-home-container-wrap .ez-fa-icon,
#ez-fat-footer-container .ez-fa-icon {
	font-size: 120px; font-size: 12rem;
	text-align: center;
}

#ez-home-container-wrap .ez-fa-icon {
	color: #2284D4;
}

.digital-button-group {
	padding: 30px 0 20px;
	clear: both;
}

#ez-home-container-wrap .ez-widget-area a.digital-button,
#ez-home-container-wrap .ez-widget-area a.digital-button:visited,
a.digital-button, a.digital-button:visited {
	background: #2A86D1;
	border: 1px solid #267ABE;
	padding: 10px;
	color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

#ez-home-container-wrap .ez-widget-area a.digital-button:active,
#ez-home-container-wrap .ez-widget-area a.digital-button:hover,
a.digital-button:active, a.digital-button:hover {
	background: #2579BB;
}

.entry-content a.ptp-button {
	color: #FFFFFF;
}

.enews p {
	padding: 30px 30px 5px;
	text-align: center;
}

.enews #subscribe {
	padding: 10px 30px;
}

.enews #subbox {
	width: 74%;
	margin-right: 2px;
	padding: 9px 8px 10px;
}

.pricing-page-guarantee {
	background: #FAFAFA;
	border-bottom: 1px solid #C0DBF1;
	margin-bottom: 20px;
	padding: 30px;
	font-size: 36px; font-size: 3.6rem;
	text-align: center;
}

@media only screen and (max-width: 765px) {
	.ptp-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	div.ptp-not-most-popular {
		display: none;
	}
}

/* Tile Images - Spacing
 * See https://youtu.be/2nyPnc1fl0E
------------------------------------------------------------ */

.tile-section ul, .tile-section li, .tile-section img.tile{
    margin: 0;
    padding: 0;
}
section.tile-section ul{
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
section.tile-section ul li{
    list-style-type: none;
    display: inline-block;
    margin: 1.6rem 0;
}

section.tile-section ul li:before {
    content: none;
}

section.tile-section ul::after{
    content: "";
    width: 100%;
    display: inline-block;
}


/* Sidebar
------------------------------------------------------------ */

.sidebar .widget-title {
	text-transform: uppercase;
	font-weight: 500;
}

.sidebar .textwidget p {
	line-height: 1.4em;
}

/* EZ Home Top Widgets (Home Page)
------------------------------------------------------------ */

#ez-home-top-container {
	border-bottom: none !important;
	padding-bottom: 0;
}

.ez-home-wrap {
	/*margin-bottom: 30px;*/
}

.site-inner .ez-home-intro {
	text-align: left;
}

.site-inner .ez-home-intro h1,
.site-inner .ez-home-intro h4.widget-title,
.site-inner .ez-home-intro h4.widget-title > a,
#ez-home-container-wrap .ez-widget-area.ez-home-intro h4,
#ez-home-container-wrap .ez-widget-area.ez-home-intro h4 > a {
	color: #00AEC7;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: left;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

.site-inner .ez-home-intro p {
	font-size: 20px;
	font-size: 2rem;
	text-align: left;
}

#ez-home-top-container .tile-wrapper img {
	margin: 0 auto;
	padding: 0;
}

#ez-home-bottom-container h3 {
    color: #00aec7;
    font-size: 20px; font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.upw-posts article {
	text-align: left;
	border-bottom: 2px solid #00aec7 !important;
	border-top: 2px solid #00aec7;
	height: 250px;
	overflow: hidden;
}

.upw-posts .entry {
	padding: 0;
}

.upw-posts .entry-meta, .upw-posts .entry-summary {
	color: #4e4e4e !important;
}

.site-inner #ez-home-container-wrap .upw-posts .entry-meta {
	color: #4e4e4e;
}

.site-inner #ez-home-container-wrap .upw-posts .entry-summary .more-link {
	font-size: 1.4em;
	color: #565656;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
   	transition: color .5s;
}

.upw-posts .entry-meta, .upw-posts .entry-summary .more-link:hover {
	color: #434343;
}


.upw-posts .entry-summary .more-link:after {
   font-family: FontAwesome;
   content: "\f054";
   display: inline-block;
   padding-left: 5px;
   vertical-align: middle;
}

.upw-posts article header h4 {
	text-align: left !important;
	font-size: 24px !important;	font-size: 2.4rem !important;
	line-height: 1.3em;
}

.upw-posts article header h4 a,
.upw-posts article header h4 a:visited {
	color: #636363 !important;
}


/* Bottom Widget Area () a.k.a. EZ Fat Footer (Home Page)
------------------------------------------------------------ */

#ez-fat-footer-container-wrap {
	margin-bottom: 20px;
}

#ez-fat-footer-container .widget-area {
	border-right: 1px solid #00aec7;
	margin-right: -1px;
	min-height: 250px;
	padding-right: 7%;
}

#ez-fat-footer-container .widget-area:last-of-type  {
	border-right: none;
	padding-right: 0;
}

#ez-fat-footer-container a,
#ez-fat-footer-container a:visited {
	color: #000 !important;
}


/* Forms
------------------------------------------------------------ */

div.scrollme {
	height: 200px;
	overflow-y:scroll;
	background-color: #ffeecc
}

div.scrollme p {
	font-size: .9em !important;
	padding: 0 1em;
}


 /* Image Tiles - Set to fill the column as screen is resized
------------------------------------------------------------ */

@media (min-width: 840px) {
	.tile-section .one-third img {
		min-width: 100%;
	}
}
/**/


/* Tabby Tabs
 * ------ wordpress.org/plugins/tabby-responsive-tabs/ ------
------------------------------------------------------------ */

.site-inner .responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.site-inner .responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.site-inner .responsive-tabs-wrapper:before,
.site-inner .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.site-inner .responsive-tabs-wrapper:after {
	clear: both;
}

.site-inner .responsive-tabs .responsive-tabs__heading:focus,
.site-inner .responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.site-inner .responsive-tabs .responsive-tabs__heading--active:focus,
.site-inner .responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.site-inner .responsive-tabs ul.responsive-tabs__list {
	font-size: 18px; font-size: 1.8rem;
	line-height: 18px;
	margin: 20px 0 0 12px;
	padding: 0;
}

.site-inner .responsive-tabs .responsive-tabs__list__item {
	background: transparent;
	border: 1px solid #D1D0D0;
	border-bottom: none;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #D1D0D0;
	color: #006298;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
    font-weight: 500;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	 -moz-transition: color .3s, background-color .3s;
	-o-transition: color .3s, background-color .3s;
	-webkit-transition: color .3s, background-color .3s;
   	transition: color .3s, background-color .3s;
}

.site-inner .responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.site-inner .responsive-tabs .responsive-tabs__list__item:hover {
	color: #00AEC7;
	background: #D9D9D9;
}

.site-inner .responsive-tabs .responsive-tabs__list__item--active,
.site-inner .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #fff;
	border-color: #00AEC7;
	color: #006298;
	font-weight: 500;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
}

.site-inner .responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: 1px solid #00AEC7;
	border-top: 1px solid #00AEC7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

.site-inner .responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

@media (min-width: 768px) {

	.site-inner .responsive-tabs .responsive-tabs__heading {
		display: none;
	}

	/* Disable bullets for tabs */
	.site-inner .content .responsive-tabs > ul > li:before {
	    content: "";
	    color: #5ea053;
	    padding-right: 0;
	}

	/* Disable text-indet for tabs */
	.site-inner .content .responsive-tabs > ul > li {
		text-indent: 0;
	}

	.site-inner .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	.site-inner .content .responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.site-inner .content.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.site-inner .content .responsive-tabs-wrapper {
		border-top: 1px solid #00AEC7;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #00AEC7;
		border-top: none;
		color: #00AEC7;
		font-size: 16px !important; font-size: 1.6rem !important;
		font-weight: normal;
		text-transform: inherit;
		margin: 0 !important;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	    -moz-transition: background-color .5s;
		-o-transition: background-color .5s;
		-webkit-transition: background-color .5s;
    	transition: background-color .5s;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #00AEC7;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0;
		width: 0;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading:hover {
		background: #D1D0D0;
		color: #00AEC7;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading:hover:after {
		border-top: 6px solid #00AEC7;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading--active,
	.site-inner .content .responsive-tabs .responsive-tabs__heading--active:hover {
		background: #00AEC7;
		color: #fff !important;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__heading--active:after,
	.site-inner .content .responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.site-inner .content .responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #00AEC7;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px 20px;
		padding-top: 20px;
	}
}


/* Accordion Sections
------------------------------------------------------------ */

.content .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
	border-bottom: 1px solid #00aec7;
    margin-left: 0;
}

.site-inner h3.accordion-title,
.content .post h3.accordion-title,
.content .page h3.accordion-title,
.content .entry-content h3.accordion-title {
    border-top: 1px solid #00aec7;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
	line-height: 2rem;
	font-size: 16px; font-size: 1.8rem;
	color: #00AEC7;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
   	transition: opacity .5s;
}

.content .accordion-title:first-child {
	border-top: 1px solid #00aec7;
}

.content .accordion-title.open {cursor: pointer;}

.content .accordion-content {
    font-weight: 400;
    line-height: 1.6em;
	color: #333333;
    font-family: Arial,sans-serif;
    font-size: 16px; font-size: 1.6rem;
	padding-bottom: 20px;
}


/* Timely Event Widget
------------------------------------------------------------ */
.timely {
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px; font-size: 1.4rem;
    line-height: 16px;
    color: #333;
    word-wrap: break-word;
}

.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {
    border-top: 1px solid #fff;
    background: #fff;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(1em,#fff),to(#fff));
    background: -webkit-linear-gradient(#fff,#fff 1em,#fff);
    background: -moz-linear-gradient(top,#fff,#fff 1em,#fff);
    background: -ms-linear-gradient(#fff,#fff 1em,#fff);
    background: -o-linear-gradient(#fff,#fff 1em,#fff);
    background: linear-gradient(#fff,#fff 1em,#fff);
    background-repeat: no-repeat;
}

.ai1ec-agenda-widget-view {
    max-width: 500px;
    font-family: 'Maven Pro', sans-serif;
    border-top: 1px solid #00aec7;
	margin-top: 10px;
	padding-top: 4px;
}

.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date {
	border-bottom: 1px solid #00aec7;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.ai1ec-agenda-widget-view .ai1ec-date-title,
.ai1ec-agenda-view .ai1ec-date-title {
    border: 0 solid #c2c2c2;
    border-top: none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-weight: bold !important;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    line-height: 1.2em;
    margin: 6.5px 0;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 4em;
}

.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
    background: #00aec7;
    background: #006298; /*contrast*/
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    padding: 0 0.2em;
    text-transform: uppercase;
    text-shadow: none;
}

.ai1ec-agenda-widget-view .ai1ec-day,
.ai1ec-agenda-view .ai1ec-day {
	background: #d1d0d0;
	background: #e1e1e1; /*contrast*/
	color: #006298; /*contrast*/
}

.ai1ec-agenda-widget-view .ai1ec-weekday,
.ai1ec-agenda-view .ai1ec-weekday {
	background: #d1d0d0;
	background: #e1e1e1; /*contrast*/
	color: #006298;
}

.ai1ec-agenda-widget-view .ai1ec-year,
.ai1ec-agenda-view .ai1ec-year {
	background: #d1d0d0;
	background: #e1e1e1; /*contrast*/
	color: #006298;
	box-shadow: none;
}

.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date {
   border-top: 0 solid #00aec7;
   /* background: #d1d0d0;*/
   background: #fff;
}

.ai1ec-agenda-widget-view .ai1ec-event > a,
.ai1ec-agenda-widget-view .ai1ec-event > a:visited {
    color: #006298;
    display: block;
    background: #fff;
    border: 0 solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 0;
}

.ai1ec-agenda-widget-view .ai1ec-allday-badge {
	background-color: #006298;
}

.ez-widget-area .ai1ec-dropdown-menu li {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
}

.timely .ai1ec-btn-default {
	text-transform: uppercase;
}

.timely .ai1ec-btn-default:active {
	box-shadow: none;
}

/* Custom Responsive CSS
------------------------------------------------------------ */

@media only screen and (min-width: 480px) and (max-width: 1120px) {
	.author-box,
	#comments,
	#respond {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-header {
		margin: 0;
	}

	.admin-bar .nav-primary {
		margin: 0;
	}

	#ez-fat-footer-container .widget-wrap {
		padding-left: 1em;
		position:relative;
		left: 0;
	}

	#ez-fat-footer-1 .widget-wrap, #ez-fat-footer-2 .widget-wrap {
		border-right: none;
		border-top: 1px solid #00aec7;
	}

	.upw-posts article {
		border-bottom: none !important;
		border-top: 1px solid #00aec7;
		height: inherit;
		padding: 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.pricing-page-guarantee {
		padding: 20px;
		font-size: 30px; font-size: 3rem;
	}
}

@media only screen and (max-width: 479px) {
	.site-title {
		font-size: 44px; font-size: 4.4rem;
	}
	.site-description {
		font-size: 18px; font-size: 1.8rem;
	}
	.pricing-page-guarantee {
		padding: 20px;
		font-size: 24px; font-size: 2.4rem;
	}
}


/* Formidable Pager
 * --Override default unordered list styling--
------------------------------------------------------------ */
.frm_pagination_cont ul.frm_pagination > li:before {
   	content: "";
   	padding-left: 5px
    padding-right: 5px;
}

.frm_pagination_cont ul.frm_pagination > li {
    padding-left: 0;
    text-indent: 0px;
    margin-bottom: 0em;
}

.archive-pagination .active a,
.archive-pagination .active a:visited,
.archive-pagination li a:hover,
.archive-pagination li a:focus {
    background-color: #00aec7;
    text-decoration: none;
}

/* Content - Feature Box
------------------------------------------------------------ */

.site-inner .featurebox-green,
.site-inner .featurebox-blue {
	padding: 20px 30px;
	font-size: 20px; font-size: 2rem;
	font-weight: 500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.site-inner .featurebox-green {
	background-color: #BEDD79;
	/*border-color: #5ea053;*/
}

.site-inner .featurebox-blue {
	background-color: #99D6E9;
	/*border-color: #00aec7;*/
}


/* Decision Tree Link Buttons
------------------------------------------------------------ */
.site-inner .btn,
.site-inner .btn:visited {
	display: block;
	width: 100%;
	padding: 20px 30px;
	text-align: center;
	background-color: #006298;
	color: #fff;
	font-size: 20px; font-size: 2rem;
	font-weight: 500;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	margin-bottom: 0px;
}

.site-inner .btn-blue,
.site-inner .btn-blue:visited {background-color: #00aec7;}

.site-inner .btn-green,
.site-inner .btn-green:visited {background-color: #5ea053; }

.site-inner .btn:hover,
.site-inner .btn:active {
	text-decoration: none;
	color: #fff;
}

.site-inner .btn-blue:hover,
.site-inner .btn-blue:active {
	background-color: #006298;
}

.site-inner .btn-green:hover,
.site-inner .btn-green:active {
	background-color: #4C774C;
}

/* Delightful Download Buttons
------------------------------------------------------------ */

.site-inner .ddownload-button {
    display: block;
    color: #fff;
   	font-family: 'Maven Pro', sans-serif;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
}

.site-inner .ddownload-button:hover {
	color: #fff;
}

.site-inner .button-cbt-blue {
    background-color: #00aec7;
}

.site-inner .button-cbt-blue:hover {
	background-color: #006298;
}

.site-inner .button-cbt-green {
	background-color: #5ea053;
}

.site-inner .button-cbt-green:hover {
	background-color: #4C774C;
}

.site-inner .button-icon:before {
	font-family: 'FontAwesome', 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	content: "\f063   ";
}

.site-inner .file-icon:before {
	font-family: 'FontAwesome', 'Maven Pro', sans-serif;
	font-size: 16px; font-size: 1.6rem;
	content: "\f0f6   ";
}

@media only screen and (min-width: 480px) {
	.site-inner .ddownload-button {
	    max-width: 400px;
	}
}

/* Table Press
 * https://en-ca.wordpress.org/plugins/tablepress/
------------------------------------------------------------ */

.site-inner .tablepress {
	color: #333333;
    font-family: Arial, sans-serif;
    font-size: 16px; font-size: 1.6rem;
}

.site-inner .tablepress td,
.site-inner .tablepress th {
	padding: 12px;
}

/* Horizontal borders */
.site-inner .tablepress tbody td,
.site-inner .tablepress tfoot th {
	border-top: 1px solid #d1d0d0;
}

.site-inner .tablepress thead th {
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px; font-size: 1.8rem;
	border-bottom: 1px solid #d1d0d0 ;
}

/* Row background colors */
.site-inner .tablepress thead th,
.site-inner .tablepress tfoot th {
	background-color: #00aec7;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}

.site-inner .tablepress .odd td {
	background-color: #f9f9f9;
}

.site-inner .tablepress .even td {
	background-color: #ffffff;
}

.site-inner .tablepress .row-hover tr:hover td {
	background-color: #f3f3f3;
}

/* Pagination */

.site-inner .dataTables_paginate a {
	color: #333 !important;
	display: inline-block;
	text-decoration: none;
	text-decoration: none\0/IE; /* Hack for IE8, IE9, and IE10pp4, as those have trouble with text-decoration in :after pseudo-elements */
	margin: 0 5px;
}

.site-inner .paginate_button.disabled {
	color: #999999 !important;
	text-decoration: none;
	cursor: default;
}

.site-inner .paginate_button.current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.site-inner .paging_simple .paginate_button.previous:before,
.site-inner .paging_simple .paginate_button.next:after {
	color: #00aec7;
	text-align: left;
	font-family: TablePress;
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
	text-shadow: none;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -14px;
	margin: auto;
	height: 14px;
	width: 14px;
	line-height: 1;
}

.site-inner .paging_simple .paginate_button.next:after {
	text-align: right;
	content: "\f054";
	left: auto;
}

.site-inner .paginate_button:before,
.site-inner .paginate_button:after {
	color: #d9edf7;
}

.site-inner .paginate_button:hover:before,
.site-inner .paginate_button:hover:after {
	color: #049cdb;
}

.site-inner .paginate_button.disabled:before,
.site-inner .paginate_button.disabled:after {
	color: #f9f9f9;
}

.site-inner .tablepress .sorting:after,
.site-inner .tablepress .sorting_asc:after,
.site-inner .tablepress .sorting_desc:after {
	font-family: TablePress;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 6px;
	margin: auto;
	height: 14px;
	line-height: 1;
}

.site-inner .tablepress .sorting:after {
	content: "\f0dc";
}

.site-inner .tablepress .sorting_asc:after {
	content: "\f0d8";
	padding: 0 0 2px;
}

.site-inner .tablepress .sorting_desc:after {
	content: "\f0d7";
}

.site-inner .tablepress .sorting:hover,
.site-inner .tablepress .sorting_asc,
.site-inner .tablepress .sorting_desc {
	background-color: #049cdb;
}

/* Widget - People Tiles
------------------------------------------------------------ */

.sidebar.widget-area .people-tile,
.site-inner .content .people-tile {
	background-color: #99D6E9;
	font-family: 'Maven Pro', sans-serif;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	padding-bottom: 20px;
}

.sidebar.widget-area .people-tile {
	margin: 15px 25px 30px 25px;
	max-width: 260px;
}

.site-inner .content .people-tile {
	margin-bottom: 20px;
	padding: 15px 25px 20px 25px;
}

@media screen and (max-width: 960px ) {
	.sidebar.widget-area .people-tile,
	.site-inner .content .people-tile {
		margin-left: 0;
		margin-right: 0;
		padding: 20px;
	}
}

.sidebar .people-tile .widget-title,
.site-inner .content .people-tile h2 {
	text-align: center;
	color: #333;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 300;
}

.sidebar.widget-area .people-tile img,
.site-inner .content .people-tile img {
	width: 100%;
	min-width: 100%;
	margin-bottom: 10px;
}

.sidebar.widget-area .people-tile p,
.site-inner .content .people-tile p {
	font-family: 'Maven Pro', sans-serif;
	line-height: 20px; line-height: 2rem;
	margin-bottom: 10px;
}

.sidebar.widget-area .people-tile li,
.site-inner .content .people-tile li {
	font-family: 'Maven Pro', sans-serif;
	line-height: 20px; line-height: 2rem;
}

.sidebar.widget-area .people-tile a,
.site-inner .content .people-tile a {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
}

.sidebar.widget-area .people-tile a:hover,
.site-inner .content .people-tile a:hover {
	color: #000;
}

/* Widget - Downlaod Tile
------------------------------------------------------------ */
.site-inner a.ddownload-link {
	font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 16px;
    line-height: 1.6em;
}

.sidebar.widget-area .download-tile,
.site-inner .content .download-tile {
	background-color: #BEDD79;
	font-family: 'Maven Pro', sans-serif;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

.sidebar.widget-area .download-tile {
	margin: 15px 25px 20px 25px;
	padding-bottom: 20px;
	max-width: 260px;
}

.site-inner .content .download-tile {
	margin: 0px 0px 20px 0px;
	padding: 15px 25px 20px 25px;
	max-width: 100%;
}

.sidebar.widget-area .download-tile.blue,
.site-inner .content .download-tile.blue {
	background-color: #B7E2F0;
}

.sidebar.widget-area .download-tile.aqua,
.site-inner .content .download-tile.aqua {
	background-color: #00AEC7;
}

.sidebar .download-tile .widget-title,
.site-inner .content .download-tile h2 {
	color: #333;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: center;
}

.sidebar .download-tile.aqua .widget-title,
.site-inner .content .download-tile.aqua h2 {
	color: #fff;
}

.sidebar .download-tile .ddownload-link:after,
.site-inner .content .download-tile .ddownload-link:after {
	font-family: 'FontAwesome', 'Maven Pro', sans-serif;
	font-size: 14px; font-size: 1.4rem;
	content: "  \f063";
}

.sidebar.widget-area .download-tile img,
.site-inner .content .download-tile img {
	width: 100%;
	min-width: 100%;
	padding: 0 10px;
	margin: 0px;
}

.sidebar.widget-area .download-tile p,
.site-inner .content .download-tile p {
	font-family: 'Maven Pro', sans-serif;
	line-height: 20px; line-height: 2rem;
	margin-bottom: 10px;
}

.sidebar.widget-area .download-tile li,
.site-inner .content .download-tile li {
	font-family: 'Maven Pro', sans-serif;
	line-height: 20px; line-height: 2rem;
}

.sidebar.widget-area .download-tile a,
.site-inner .content .download-tile a {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
}

.site-inner .content .download-tile a {color: #4C774C;}
.sidebar.widget-area .download-tile.aqua a {color: #fff;}


.sidebar.widget-area .download-tile a:hover,
.site-inner .content .download-tile a:hover {
	color: #000;
}

@media only screen and (max-width: 960px) {
	.sidebar.widget-area .download-tile,
	.site-inner .content .download-tile {
		padding: 15px 25px 20px 25px;
		margin-left: 0;
	}
}

/* Feature Box Styles
------------------------------------------------------------ */

.site-inner .featurebox-green,
.site-inner .featurebox-blue {
	padding: 20px 20px 5px 20px;
}

.site-inner .featurebox-blue {
/*	background-color: #B7E2F0;*/
	background-color: #d4eff7;
}

.site-inner .content .featurebox-blue ul li:before {
	color: #006298;
}

.site-inner .featurebox-green {
/*	background-color: #BEDD79;*/
	background-color: #CBE393;
}

.site-inner .featurebox-green h2,
.site-inner .featurebox-green h3,
.site-inner .featurebox-green a {
	color: #395939;
}



/* Embedded Post
------------------------------------------------------------ */

.site-inner .embedded-post {
	border: 1px solid #5ea053;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	/*font-style: italic;*/
	font-weight: 400;
	line-height: 16px; line-height: 1.6em;
	padding: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

.site-inner .embedded-post .listing-item > a {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 600;
}

.site-inner .embedded-post .excerpt {
	font-style: italic;
}

/* Formidable Styles
 * Added class to parent via javascript, as formidable forms doesn't provide one.
------------------------------------------------------------ */

.site-inner .formidable-forms p strong {
	display: block;
	color: #006298;
}


/* Google Search Results
------------------------------------------------------------ */

.site-inner .gsc-control-cse * {
	border-color: #fff !important;
}

.site-inner .cse .gsc-control-cse,
.site-inner .gsc-control-cse {
  padding: 1em 0;
  width: auto;
}
.site-inner .cse .gsc-control-wrapper-cse,
.site-inner .gsc-control-wrapper-cse {
  width: 100%;
}
.site-inner .cse .gsc-branding,
.site-inner .gsc-branding {
  display: none;
}
/* Selector for entire element. */
.site-inner .cse .gsc-control-cse,
.site-inner .gsc-control-cse {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.site-inner .gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif;
  margin-bottom: 0px !important;
}
.site-inner .cse .gsc-control-cse:after,
.site-inner .gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* Search form */
.site-inner .cse form.gsc-search-box,
.site-inner form.gsc-search-box {
  padding: 8px 4px 2px 6px;
  margin-bottom: 6px;
}
.site-inner .cse .gsc-branding-text,
.site-inner .gsc-branding-text {
  color: #000000;
}
/**
 * Table cell containing the search input.
 * 12 pixels added to account for the horizontal padding on the input.
 */
.site-inner .cse table.gsc-search-box td.gsc-input,
.site-inner table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
.site-inner .gsc-above-wrapper-area table {
	margin-bottom: 0;
}
.site-inner .cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse;
}
/* Search input */
.site-inner .cse input.gsc-input,
.site-inner input.gsc-input {
  font-family: inherit;
  border: 1px solid #d1d0d0;
  padding: 3px 6px;
  width: 99%;
  font-size: 16px;
}
/* Search button */
.site-inner .cse input.gsc-search-button,
.site-inner input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  height: 27px;
  min-width: 54px;
  background-color: #333333;
  border: 1px solid #d1d0d0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Base tab selector styles */
.site-inner .cse .gsc-tabHeader,
.site-inner .gsc-tabHeader {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
}
/* Inactive tab */
.site-inner .cse .gsc-tabHeader.gsc-tabhInactive,
.site-inner .gsc-tabHeader.gsc-tabhInactive {
  background-color: #d1d0d0;
  border: 1px solid;
  border-color: #d1d0d0;
  border-bottom: none;
  color: #d1d0d0;
}
/* Active tab */
.site-inner .cse .gsc-tabHeader.gsc-tabhActive,
.site-inner .gsc-tabHeader.gsc-tabhActive {
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  border-bottom: none;
  color: #ffffff;
}
/* This is the tab bar bottom border. */
.site-inner .cse .gsc-tabsArea,
.site-inner .gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #333333;
  padding: 0;
}
/* Inactive refinement */
.site-inner .cse .gsc-refinementHeader.gsc-refinementhInactive,
.site-inner .gsc-refinementHeader.gsc-refinementhInactive {
  color: #444444;
}
.site-inner .cse .gsc-resultsHeader,
.site-inner .gsc-resultsHeader {
  margin: 0;
  border: block;
}
/* Wrapper for all results */
.site-inner .cse .gsc-results,
.site-inner .gsc-results {
  width: 100%;
  margin-top: 1em;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.site-inner .cse .gs-result div.gs-title,
.site-inner div.gs-title,
.site-inner .cse .gs-result .gs-snippet,
.site-inner .gs-result .gs-snippet,
.site-inner .cse .gs-result .gs-visibleUrl,
.site-inner .gs-result .gs-visibleUrl,
.site-inner .cse .gs-spelling,
.site-inner .gs-spelling {
  padding: 0;
}
/* Font size */
.site-inner .cse .gs-result .gs-snippet,
.site-inner .gs-result .gs-snippet,
.site-inner .cse .gs-spelling-original,
.site-inner .gs-spelling-original {
  font-family: Arial, sans-serif;
  font-size: 16px; font-size: 1.6rem;
  font-weight: 400;
  line-height: 16px; line-height: 1.6em;
}
/* Inner wrapper for a result */
.site-inner .cse .gsc-webResult.gsc-result,
.site-inner .gsc-webResult.gsc-result,
.site-inner .gsc-imageResult-classic,
.site-inner .gsc-imageResult-column {
  padding: 0 0 0 .5em;
  border-left: 1px solid;
  border-color: #ffffff;
  border-bottom: 0px solid;
  margin-bottom: 1em;
}
/* Result hover event styling */
.site-inner .cse .gsc-webResult.gsc-result:hover,
.site-inner .gsc-webResult.gsc-result:hover,
.site-inner .gsc-webResult.gsc-result.gsc-promotion:hover,
.site-inner .gsc-results .gsc-imageResult-classic:hover,
.site-inner .gsc-results .gsc-imageResult-column:hover {
  border-left: 1px solid;
  border-color: #ffffff;
  border-bottom: 0px solid;
}
/* Set link colors. */
.site-inner .cse .gs-webResult.gs-result a.gs-title:link,
.site-inner .gs-webResult.gs-result a.gs-title:link,
.site-inner .cse .gs-webResult.gs-result a.gs-title:link b,
.site-inner .gs-webResult.gs-result a.gs-title:link b,
.site-inner .cse .gs-webResult.gs-result a.gs-title:visited,
.site-inner .gs-webResult.gs-result a.gs-title:visited,
.site-inner .cse .gs-webResult.gs-result a.gs-title:visited b,
.site-inner .gs-webResult.gs-result a.gs-title:visited b,
.site-inner .gs-imageResult a.gs-title:link,
.site-inner .gs-imageResult a.gs-title:link b,
.site-inner .gs-imageResult a.gs-title:visited,
.site-inner .gs-imageResult a.gs-title:visited b,
.site-inner .cse .gsc-trailing-more-results:link,
.site-inner .gsc-trailing-more-results:link,
.site-inner .cse .gs-spelling a,
.site-inner .gs-spelling a {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px; font-size: 2rem;
  font-weight: 500;
  color: #006298;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.site-inner .cse .gs-webResult.gs-result a.gs-title:hover,
.site-inner .gs-webResult.gs-result a.gs-title:hover,
.site-inner .cse .gs-webResult.gs-result a.gs-title:hover b,
.site-inner .gs-webResult.gs-result a.gs-title:hover b,
.site-inner .gs-imageResult a.gs-title:hover,
.site-inner .gs-imageResult a.gs-title:hover b  {
	text-decoration: underline !important;
}

.site-inner .gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none !important;
}

.site-inner .cse .gs-webResult.gs-result a.gs-title:active,
.site-inner .gs-webResult.gs-result a.gs-title:active,
.site-inner .cse .gs-webResult.gs-result a.gs-title:active b,
.site-inner .gs-webResult.gs-result a.gs-title:active b,
.site-inner .gs-imageResult a.gs-title:active,
.site-inner .gs-imageResult a.gs-title:active b {
  color: #d1d0d0;
}
/* Snippet text color */
.site-inner .cse .gs-webResult .gs-snippet,
.site-inner .gs-webResult .gs-snippet,
.site-inner .gs-fileFormatType,
.site-inner .gs-imageResult .gs-snippet {
  color: #333333;
}

.site-inner .cse .gs-webResult .gs-snippet b,
.site-inner .gs-webResult .gs-snippet b,
.site-inner .gs-fileFormatType b,
.site-inner .gs-imageResult .gs-snippet b {
	color: #333;
}

/* Size text color */
.site-inner .gs-imageResult .gs-size,
.site-inner .gs-imageResult .gs-size {
  color: #333333;
}

/* URL text color */
.site-inner .cse .gs-webResult .gs-visibleUrl,
.site-inner .gs-webResult .gs-visibleUrl,
.site-inner .cse .gs-webResult .gs-visibleUrl-short,
.site-inner .gs-webResult .gs-visibleUrl-short,
.site-inner .gs-imageResult .gs-visibleUrl,
.site-inner .gs-imageResult .gs-visibleUrl-short {
  color: #5ea053;
  font-weight: bold;
}
/* Pagination container centered */
.site-inner .cse .gsc-cursor-box,
.site-inner .gsc-cursor-box {
  border-top: 1px solid;
  border-color: #ffffff;
  padding: .5em 0 0 .5em;
  text-align: left;
}

.site-inner .gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    margin-right: 8px;
    display: inline;
}

.site-inner .cse .gsc-cursor-page,
.site-inner .gsc-cursor-page {
	font-family: arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	padding: 2px 4px;
}

/* Selected pagination */
.site-inner .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.site-inner .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #333;
  background-color: #e1e1e1;
  text-shadow: none;
  padding: 4px 5px;
  font-weight: normal;
}

/*Promotion Settings*/
/* The entire promo */
.site-inner .cse .gsc-webResult.gsc-result.gsc-promotion,
.site-inner .gsc-webResult.gsc-result.gsc-promotion {
  background-color: #E6E6E6;
  border-color: #ffffff;
}
/* Promotion links */
.site-inner .cse .gs-promotion a.gs-title:link,
.site-inner .gs-promotion a.gs-title:link,
.site-inner .cse .gs-promotion a.gs-title:link *,
.site-inner .gs-promotion a.gs-title:link *,
.site-inner .cse .gs-promotion .gs-snippet a:link,
.site-inner .gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.site-inner .cse .gs-promotion a.gs-title:visited,
.site-inner .gs-promotion a.gs-title:visited,
.site-inner .cse .gs-promotion a.gs-title:visited *,
.site-inner .gs-promotion a.gs-title:visited *,
.site-inner .cse .gs-promotion .gs-snippet a:visited,
.site-inner .gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.site-inner .cse .gs-promotion a.gs-title:hover,
.site-inner .gs-promotion a.gs-title:hover,
.site-inner .cse .gs-promotion a.gs-title:hover *,
.site-inner .gs-promotion a.gs-title:hover *,
.site-inner .cse .gs-promotion .gs-snippet a:hover,
.site-inner .gs-promotion .gs-snippet a:hover {
  color: #444444;
}
.site-inner .cse .gs-promotion a.gs-title:active,
.site-inner .gs-promotion a.gs-title:active,
.site-inner .cse .gs-promotion a.gs-title:active *,
.site-inner .gs-promotion a.gs-title:active *,
.site-inner .cse .gs-promotion .gs-snippet a:active,
.site-inner .gs-promotion .gs-snippet a:active {
  color: #00CC00;
}
/* Promotion snippet */
.site-inner .cse .gs-promotion .gs-snippet,
.site-inner .gs-promotion .gs-snippet,
.site-inner .cse .gs-promotion .gs-title .gs-promotion-title-right,
.site-inner .gs-promotion .gs-title .gs-promotion-title-right,
.site-inner .cse .gs-promotion .gs-title .gs-promotion-title-right *,
.site-inner .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333333;
}
/* Promotion url */
.site-inner .cse .gs-promotion .gs-visibleUrl,
.site-inner .gs-promotion .gs-visibleUrl {
  color: #00CC00;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.site-inner .gsc-completion-selected {
  background: #eee;
}
.site-inner .gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.site-inner .gsc-completion-title {
  color: #0000CC;
}
.site-inner .gsc-completion-snippet {
  color: #333333;
}

/* Full URL */
.site-inner .gs-webResult div.gs-visibleUrl-short,
.site-inner .gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.site-inner .gs-webResult div.gs-visibleUrl-long,
.site-inner .gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.site-inner .gsc-rating-bar {
  display: inline-block;
  width: 54px;
  height: 10px;
  background: transparent url(/cse/images/cse_snippets_stars.png) -52px -52px no-repeat;
  margin: 3px 0 0 0;
}

.site-inner .gsc-rating-bar span {
  display: inline-block;
  height: 10px;
  background: transparent url(/cse/images/cse_snippets_stars.png) 0 -52px no-repeat;
  padding: 4px 0 0 0;
}

.site-inner .gsc-reviewer {
  color: #222;
}

.site-inner .gsc-author {
  color: #222;
}

.site-inner .gsc-table-cell-thumbnail,
.site-inner .gs-promotion-image-cell {
  padding: 0 0 0 6px;
}

.site-inner .gsc-option-menu-item-highlighted {
  background-color: #eee;
}

/* Facet box css */
.site-inner .gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.site-inner .gsc-context-box .gsc-col {
  padding:1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.site-inner .gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}

.site-inner .gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.site-inner .gsc-context-box .gsc-top {
  border-top: 1px solid #ffffff;
}

.site-inner .gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #ffffff;
}

.site-inner .gsc-context-box .gsc-chart div {
  background: #d1d0d0;
  height: 9px;
}

.site-inner .gsc-context-box .gsc-facet-result {
  color: #333333;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

/* Universal one box css. */
.site-inner .gsc-usr-group-thumbnail {
  display: inline-block;
  max-width: 72px;
  max-height: 72px;
}
.site-inner .gsc-usr-group-thumbnail img {
  max-height: 72px;
  overflow: hidden;
}
.site-inner .gs-webResult .gs-title
.site-inner .gs-title.gsc-usr-group-heading {
  color: #333333;
  cursor: pointer;
}
.site-inner .gsc-usr-group {
  min-height: 100px;
  zoom: 1;
  display: block;
  line-height: 1.24;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 20px;
}
.site-inner .gsc-usr-group-content {
  padding-top: 1px;
  padding-bottom: 3px;
}
.site-inner .gsc-usr-group-content-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.site-inner .gsc-usr-group-head-result {
  display: inline-block;
  padding-left: 6px;
}
.site-inner .gsc-usr-group-snippet {
  width: 100%;
  height: 3.6em;
  overflow: hidden;
}
.site-inner .gsc-usr-group-content-results {
  font-size: 12px;
  padding-left: 1px;
  width: 80%;
  padding-top: 7px;
}
.site-inner .gsc-usr-group-head-results {
  display:inline-block;
  font-size: 13px;
  padding-left: 6px;
  width: 80%;
}
.site-inner .gs-webResult .gs-title
.site-inner .gs-title.gsc-usr-group-all-results {
  font-size: 11px;
  line-height: 10px;
}
.site-inner .gs-webResult .gs-title b,
.site-inner .gs-title.gsc-usr-group-all-results b {
  font-size: 14px;
  font-weight: 600;
}
.site-inner .gs-webResult .gs-title b,
.site-inner .gs-title.gsc-usr-group-heading b {
  color: #333333;
}

.site-inner .gsc-selected-option-container {
	width: 100px !important;
}

.site-inner .gsc-result-info {padding-left: 0;}

.site-inner .gsc-results,
.site-inner .gsc-webResult {
	padding-left: 0 !important;
}

.site-inner .gsc-above-wrapper-area {
	margin-bottom: -20px;
}

/* Metaslider
------------------------------------------------------------ */
.site-inner .metaslider {
	margin-bottom: 20px !important;
}

/* Display Posts
------------------------------------------------------------ */

.site-inner .display-posts-listing .listing-item {
    margin-bottom: 40px;
}

.site-inner .display-posts-listing .listing-item .image {
    float: left;
    margin: 0 15px 10px 0;
}

.site-inner .display-posts-listing .listing-item .title {
    display: block;
    color: #006298;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 10px;
    font-family: 'Maven Pro', sans-serif;
    line-height: 1.25;
    font-weight: 600;
    text-decoration: none;
}

.site-inner .display-posts-listing .listing-item .title:hover {
    text-decoration: underline;
}

.site-inner .display-posts-listing .listing-item .date {
    display: block;
    margin: -5px 0 15px;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
}

.site-inner .display-posts-listing .listing-item .excerpt-dash {
  display: none;
}

.site-inner .display-posts-listing .listing-item .excerpt {
    display: block;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

/* Search Forms in Content
------------------------------------------------------------ */

.site-inner .content .resources-search,
.site-inner .content .news-search {
	margin-bottom: 20px;
}

.site-inner .content .resources-search input,
.site-inner .content .resources-search select,
.site-inner .content .resources-search textarea,
.site-inner .content .news-search input,
.site-inner .content .news-search select,
.site-inner .content .news-search textarea {
    background-color: #d1d0d0;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #006298;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

.site-inner .content .resources-search button,
.site-inner .content .resources-search input[type="button"],
.site-inner .content .resources-search input[type="reset"],
.site-inner .content .resources-search input[type="submit"],
.site-inner .content .resources-search .button,
.site-inner .content .news-search button,
.site-inner .content .news-search input[type="button"],
.site-inner .content .news-search input[type="reset"],
.site-inner .content .news-search input[type="submit"],
.site-inner .content .news-search .button {
    background-color: #006298;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
    transition: background-color .3s;
}

.site-inner .content .resources-search button:hover,
.site-inner .content .resources-search input[type="button"]:hover,
.site-inner .content .resources-search input[type="reset"]:hover,
.site-inner .content .resources-search input[type="submit"]:hover,
.site-inner .content .resources-search .button:hover,
.site-inner .content .news-search button:hover,
.site-inner .content .news-search input[type="button"]:hover,
.site-inner .content .news-search input[type="reset"]:hover,
.site-inner .content .news-search input[type="submit"]:hover,
.site-inner .content .news-search .button:hover {
	background-color: #5ea053;
}

.site-inner .content .resources-search input[type="text"],
.site-inner .content .news-search input[type="text"]  {
	height: 50px;
	width: 75%;
}

.site-inner .content .resources-search input[type="submit"],
.site-inner .content .news-search input[type="submit"] {
	height: 50px;
	width: 24%;
}

/* Default Responsive Styles
------------------------------------------------------------ */

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	/* CSS for iPhone and iPad only */
	html {
	    -ms-text-size-adjust: none; /* Prevent font scaling in landscape */
        -moz-text-size-adjust: none; /* Prevent font scaling in landscape */
	    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	}
}

@media only screen and (max-width: 1140px) {
	.site-container {
		border: 0; margin: 0 auto;
		-o-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none; }
	body.override .site-header .wrap, .title-area { width: 100%; }
	.title-area { height: 62px; padding-left: 0; text-align: center; float: none; }
	#ez-home-container-wrap, #ez-home-sidebar-wrap { width: 100%; max-width: 100%; }
	#ez-home-sidebar-wrap { margin: 20px 0 0; float: left; }
	.site-footer .creds, .site-footer .gototop { width: 100%; text-align: center; float: none; }
}

@media only screen and (min-width: 840px) and (max-width: 1140px) {
	body.override .site-inner { padding-bottom: 10px; }
}

@media only screen and (min-width: 480px) and (max-width: 1140px) {
	body.override .breadcrumb { margin: 0 0 20px; }
	.author-box { margin: 0 20px 40px; }
	#comments { margin: 0 20px 15px; }
	.entry-pings { margin: 0 20px; }
	#respond { margin: 0 20px 15px; }
}

@media only screen and (max-width: 839px) {
	body.override .site-inner { padding-bottom: 10px; }
	body.override .sidebar-primary, body.override .sidebar-secondary { width: 100%; float: left; }
	.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth,
	.one-half, .one-sixth, .one-third, .three-fifths, .three-fourths,
	.three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds { width: 100%; margin-left: 0; padding-bottom: 25px; }
	.first { padding-top: 0 !important; }
	#ez-home-slider.ez-widget-area, .slider-inside #ez-home-slider.ez-widget-area { padding-bottom: 0; }
	#ez-home-container-wrap, .ez-home-container-area,
	#ez-feature-top-container, #ez-fat-footer-container { margin: 0 auto; padding-bottom: 0; }
	body.override.fat-footer-inside #ez-fat-footer-container-wrap { margin-top: 0; margin-bottom: 45px; }
	#ez-home-container-wrap .ez-widget-area,
	#ez-feature-top-container .ez-widget-area,
	#ez-fat-footer-container .ez-widget-area { width: 100%; padding-bottom: 20px; margin-left: 0 !important; }
	#ez-home-sidebar-wrap { margin: 0; }
}


@media only screen and (max-width: 479px) {
	body.override .breadcrumb { margin: 0 0 20px; }
}


/**
 * Vertical Spacer Tweak
 */

.gca-vertical-spacer {
	margin-bottom: 20px !important;
}
