/*
	Theme Name: Greyhound Pets Theme
	Theme URI: http://www.greyhoundpetsinc.org
	Description: This is custom theme based on the Genesis Sample theme created for the Genesis Framework.
	Author: Digital Agility Media
	Author URI: http://digitalagilitymedia.com

	Version: 1.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.6.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	
	Text Domain: genesis-sample
*/

/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Responsive Site Header
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Home
	- Dog of the Month
	- What's New
	- Call-to-Action Widgets
- Available Dogs & New Arrivals Widget
- Rainbow Bridge
- Blog
- Sidebar
- Miscellaneous Widgets
	- Accordions
	- Calendar
	- Forms
	- Tables
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
	- Site Header Misc.
	- Site Footer Misc.
	- Sidebar Misc.
- Print Styles
*/

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::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,
.footer-widgets::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 */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #EAEFF2;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #3D6EA0;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333333;
	text-decoration: none;
}

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

ul,
ol {
	margin: 0 0 30px 40px;
	padding: 0;
}

ol {
	margin: 0 0 30px 40px;
	list-style-type: decimal;
}

li {
	list-style-type: disc;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	clear: both;
	margin: 30px 0px 30px 0px;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #DDDDDD;
	color: #333333;
}

blockquote {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.625;
	margin: 30px 30px 30px 30px;
	padding: 0px 0px 0px 0px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote::before {
	content: "\201C";
	display: block;
	color: #333333;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-transform: none;
	margin: 0 0 20px;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

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;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #EEEEEE;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999999;
	outline: none;
}

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

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

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

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

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

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

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

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

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

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

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	border-radius: 0px;
	padding: 10px 10px;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D8D7DA #D8D7DA #D8D7DA #D8D7DA;
	color: #333333;
	outline: none;
}

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

::-moz-placeholder {
	color: #333333;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #E8BB00;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #333333 #333333 #333333 #333333;
	border-radius: 0px;
	padding: 11px 27px 11px 27px;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: inherit;
	letter-spacing: 0px;
	line-height: 1.15;
	cursor: pointer;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #EECB40;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #0073E5 #0073E5 #0073E5 #0073E5;
	color: #FFFFFF;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #FFFFFF;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #EEEEEE;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #777777;
	cursor: not-allowed;
}

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%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 45px 0px 0px 0px;
}

.site-inner.page-builder {
    max-width: none;
    padding: 0;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-radius: 50%;
}

.alignleft .avatar {
	margin-right: 20px;
}

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

.comment .avatar {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	margin: 0px 15px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-radius: 50%;
}

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

.archive-description {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.author-box {
	margin-bottom: 40px;
}

.author-box p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.author-box a {
	color: #0073E5;
	text-decoration: underline;
}

.author-box a:hover,
.author-box a:focus {
	color: #333333;
	text-decoration: none;
}

.after-entry {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 20px 30px 20px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.after-entry .widget {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.after-entry .widget a {
	color: #0073E5;
	text-decoration: underline;
}

.after-entry .widget a:hover,
.after-entry .widget a:focus {
	color: #333333;
	text-decoration: none;
}

.after-entry .widget_calendar td,
.after-entry .widget_calendar th {
	border-color: #EEEEEE;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	background: transparent;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 10px 0px;
}

.breadcrumb a {
	color: #0073E5;
	text-decoration: underline;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #333333;
	text-decoration: none;
}

.archive-description p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.archive-description a {
	color: #0073E5;
	text-decoration: underline;
}

.archive-description a:hover,
.archive-description a:focus {
	color: #333333;
	text-decoration: none;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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 {
	font-size: 20px;
	font-size: 2rem;
	color: #333333;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
}

.archive-description .entry-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
	color: #333333;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	color: #3D6EA0;
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #0073E5;
	text-decoration: none;
}

.entry-comments h3 {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

.comment-reply-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

.widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.widget-title a {
	color: #0073E5;
	text-decoration: none;
}

.widget-title a:hover,
.widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

.sidebar .widget .widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.sidebar .widget-title a {
	color: #0073E5;
	text-decoration: none;
}

.sidebar .widget-title a:hover,
.sidebar .widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

.after-entry .widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.after-entry .widget-title a {
	color: #0073E5;
	text-decoration: none;
}

.after-entry .widget-title a:hover,
.after-entry .widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

.footer-widgets .widget-title {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	font-family: 'Bree Serif', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
	padding: 0px 0px 0px 0px;
}

.footer-widgets .widget-title a {
	color: #0073E5;
	text-decoration: none;
}

.footer-widgets .widget-title a:hover,
.footer-widgets .widget-title a:focus {
	color: #333333;
	text-decoration: none;
}

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

.aligncenter {
	text-align: center;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	line-height: 1.625;
	margin: 0;
	padding-top: 0px;
	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 30px;
}


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

.widget {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.widget a {
	color: #0073E5;
	text-decoration: underline;
}

.widget a:hover,
.widget a:focus {
	color: #333333;
	text-decoration: none;
}

.widget p:last-child:not(.entry-meta),
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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 {
	border-color: #EEEEEE;
	text-align: center;
}


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

.featured-content .entry {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.featured-content .entry a {
	color: #0073E5;
	text-decoration: underline;
}

.featured-content .entry a:hover,
.featured-content .entry a:focus {
	color: #333333;
	text-decoration: none;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

/* .featured-content .entry-meta is styled in the Entry Meta section */

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
}

.featured-content .entry-title a {
	color: #333333;
	text-decoration: none;
}

.featured-content .entry-title a:hover,
.featured-content .entry-title a:focus {
	color: #0073E5;
	text-decoration: none;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #F5F5F5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #EEEEEE;
	color: #333333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	border-bottom: 1px solid #EEEEEE;
	color: #0073E5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #3D6EA0;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 0px 90px 0px 90px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.site-header a:hover {
	color: #FFF;
}

#menu-item-781 {
	background-color: #E8BB00;
	margin-left: 20px;
	text-align: center;
}

#menu-item-781 a:hover {
	background-color: #EECB40;
}

.nav-primary .genesis-nav-menu .header-button a {
	padding: 10px 20px 10px 20px;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #FFF;
}
    
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-title {
	font-family: inherit;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	text-transform: none;
	margin-bottom: 0;
}

.site-title a {
	color: #FFFFFF;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-title-link {
    color: #FFF;
    position: relative;
    top: 5px;
    left: 20px;
    font-family: 'Bree Serif', serif;
    font-size: 2.4rem;
}

.page-title {
    position: relative;
    bottom: 90px;
    left: 30px;
}

img.aligncenter.wp-post-image {
	margin: 0 !important;
}

.page-title h1 {
	color: white;
	margin-bottom: 0px;
	padding-right: 30px;
}
	
.uabb-heading {
	margin-bottom: 0px !important;
}

.gpi-button a {
	text-transform: uppercase;
	font-size: 2.7rem;
	padding: 20px !important;
	font-family: 'Bree Serif', serif;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	margin: 0;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 20px 0px 20px 0px;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	display: block;
	outline-offset: -1px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #E8BB00;
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #E8BB00;
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 0px 0px 0px 15px;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	padding: 12px 0px 12px 0px;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #E8BB00;
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #E8BB00;
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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

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

.genesis-responsive-menu {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	padding: 0px 0px 15px 0px;
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	line-height: 20px;
	margin: 10px auto 10px;
	padding: 15px 0px;
	float: right;
	position: relative;
	z-index: 1000;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #E8BB00;
}

.menu-toggle.activated {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #EAEFF2;
}

.menu-toggle.activated:hover,
.menu-toggle.activated:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #E8BB00;
}

.sub-menu-toggle {
	color: #FFFFFF;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #E8BB00;
}

.sub-menu-toggle.activated {
	color: #EAEFF2;
}

.sub-menu-toggle.activated:hover,
.sub-menu-toggle.activated:focus {
	color: #E8BB00;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	width: 20px;
	height: 20px;
	font-size: 20px;
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary ul {
	margin: 0;
}

.nav-secondary a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #3D6EA0;
	font-family: inherit;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
}

.nav-secondary a:hover,
.nav-secondary a:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #0073E5;
	font-weight: 400;
	text-decoration: none;
}

.nav-secondary .current-menu-item > a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #0073E5;
	font-weight: 400;
	text-decoration: none;
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
}

.entry-content a {
	color: #3D6EA0;
	text-decoration: none;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-content ol {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ul {
	margin-bottom: 30px;
	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: #F5F5F5;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	padding: 0px 0px 0px 0px;
}

.entry-content code a {
	color: #0073E5;
	text-decoration: underline;
}

.entry-content code a:hover,
.entry-content code a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-content .caption {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	line-height: 1.625;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #F5F5F5;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 30px 30px 30px 30px;
}

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

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #848484;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
}

.entry-header .entry-meta a {
	color: #3D6EA0;
	text-decoration: underline;
}

.entry-header .entry-meta a:hover,
.entry-header .entry-meta a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-footer .entry-meta {
	background: transparent;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
}

.entry-footer .entry-meta a {
	color: #0073E5;
	text-decoration: none;
}

.entry-footer .entry-meta a:hover,
.entry-footer .entry-meta a:focus {
	color: #333333;
	text-decoration: none;
}

.featured-content .entry-meta {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
}

.featured-content .entry-meta a {
	color: #0073E5;
	text-decoration: underline;
}

.featured-content .entry-meta a:hover,
.featured-content .entry-meta a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 60px 0 60px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.pagination a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #0073E5;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: underline;
}

.pagination a:hover,
.pagination a:focus {
	color: #333333;
	text-decoration: none;
}

.entry-content .pagination {
	background: none;
	border: none;
	border-radius: 0;
	margin: 60px 0 60px;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: none;
}

.entry-content .pagination a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #0073E5;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
}

.entry-content .pagination a:hover,
.entry-content .pagination a:focus {
	color: #333333;
	text-decoration: none;
}

.comments-pagination.pagination {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 60px 0 60px;
	padding: 0px 0px 0px 0px;
}

.comments-pagination.pagination a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #0073E5;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: underline;
}

.comments-pagination.pagination a:hover,
.comments-pagination.pagination a:focus {
	color: #333333;
	text-decoration: none;
}

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

.archive-pagination ul {
	margin: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 4px 0px;
	padding: 8px 12px 8px 12px;
	color: #3D6EA0;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #FFFFFF;
	text-decoration: none;
}

.archive-pagination li.active a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #FFFFFF;
	text-decoration: none;
}

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

.entry-comments,
.entry-pings {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

.comment-list {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment-list > li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment {
	list-style: none;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment-list .children {
	margin: 0;
}

.comment-list .children > li {
	padding: 40px 0 0 30px;
}

.comment-list .children article {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment-author {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-bottom: 0px;
}

.comment-author a {
	color: #0073E5;
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	color: #333333;
	text-decoration: none;
}

.comment-meta,
.pingback .edit-link {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-bottom: 0px;
}

.comment-meta a,
.pingback .comment-edit-link {
	color: #0073E5;
	text-decoration: underline;
}

.comment-meta a:hover,
.comment-meta a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #333333;
	text-decoration: none;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content,
.pingback .comment-body {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	clear: both;
}

.comment-content a,
.pingback .comment-body > a {
	color: #0073E5;
	text-decoration: underline;
}

.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	color: #333333;
	text-decoration: none;
}

.comment-content ul {
	margin: 0 0 30px 40px;
}

.comment-content ol {
	margin: 0 0 30px 40px;
}

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

.comment-reply-link {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	color: #0073E5;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-decoration: underline;
	display: inline-block;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	text-decoration: none;
}

.no-comments {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	padding: 0px 0px 0px 0px;
}

.comment-respond {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
}

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

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-respond label {
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px 12px 0px 0px;
	display: block;
}

.comment-reply-title small a {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	color: #0073E5;
	font-family: inherit;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-decoration: underline;
	float: none;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	color: #333333;
	text-decoration: none;
}

.comment-form {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.comment-form input,
.comment-form textarea {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
	border-radius: 0px;
	padding: 15px 15px;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-form input:focus,
.comment-form textarea:focus {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999 #999999 #999999 #999999;
	color: #333333;
}

.comment-form input {
	line-height: normal;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	text-align: left;
	text-transform: none;
	margin-bottom: 30px;
}

.logged-in-as a {
	color: #0073E5;
	text-decoration: underline;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #333333;
	text-decoration: none;
}

.comment-notes .required {
	color: #333333;
}

.comment-form label .required {
	color: #333333;
}

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

.form-submit input[type="submit"] {
	background-color: #333333;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #333333 #333333 #333333 #333333;
	border-radius: 0px;
	padding: 15px 30px 15px 30px;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.15;
}

.form-submit input:hover[type="submit"],
.form-submit input:focus[type="submit"] {
	background-color: #0073E5;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #0073E5 #0073E5 #0073E5 #0073E5;
	color: #FFFFFF;
}

/* # Home
---------------------------------------------------------------------------------------------------- */

/* ## Dog of the Month
--------------------------------------------- */

.dom-widget {
	height: 486px;
}

.dom-desc h2 {
	color: #FFF;
	font-size: 4.2rem;
}

.dom-desc {
	padding: 30px;
	color: #FFF;
	position: relative;
    bottom: 189px;
}

.dom-desc-mobile {
	padding: 30px;
	color: #FFF;
	background-color: #3D6EA0;
	margin: 0 30px 0 30px;
}

.dom-desc-mobile h2 {
	color: #FFF;
}

.dom-widget-mobile {
	margin: 0 30px 0 30px;
}


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

	.dom-widget {
		display:none;
	}

}

@media only screen and (min-width: 1250px) {
	
	.dom-widget-mobile {
		display:none;
	}
	
	.dom-desc-mobile {
		display:none;
	}

}

/* ## What's New
--------------------------------------------- */

#genesis-mobile-nav-primary {
	padding-top: 12px;
}

ul.whats-new {
	margin-bottom: 0;
	margin-left:20px;
}

.whats-new li {
	font-size: 1.4rem;
	list-style-type: none;
	color: #848484;
	margin-left: -20px;
}

div.whats-new-entry {
	padding-bottom: 20px;
	margin-left: -20px;
}

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

    .column-container {
        display: flex;
        width: 100%;
    }
    
    .col {
        flex: 1;
        background-color: #FFF;
    }
    
}

.rgtkPetContainer {
	max-width:90%;
}

.rgtkPetPicturePrimaryTable {
	display:inline !important;
}

.rgtkPetPicturePrimary {
	max-width:100%;
}

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

.rgtkPetInfoBox {
	width: 100% !important;

}

}

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

.rgtkPetContainer {
	left:5% !important;
}

}

/* ## Call-to-Action Widgets
--------------------------------------------- */

.cta {
	margin: 40px 20px;
	height: 275px;
}

.cta-desc h2 {
	color: #FFF;
	font-size: 4.2rem;
}

.cta-desc {
	padding: 18px;
	text-align: center;
	color: #FFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

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

    .cta {
    	margin: 30px;
    }
	
}

/* # Available Dogs & New Arrivals Widget
---------------------------------------------------------------------------------------------------- */

.rgtkSearchFoundSummary {
	display:none;
}

#rgtkSearchPrevPageLinkTop_0 {
	display:none;
}

#rgtkSearchNextPageLinkTop_0 {
	display: none;
}

.home #rgtkSearchPrevPageLinkBottom_0 {
	display: none;
}

.home #rgtkSearchNextPageLinkBottom_0 {
	display:none;
}

.rgtkSearchResultsCell {
	border-top: none;
}

.rgtkSearchResultsTable tbody {
	border-bottom: none;
}

#rgtkSearchPetInfoAnimalBreed {
	display: none;
}

.rgtkSearchPetPic .rgtkSearchPetPicFixed {
	 height: 150px;
	 width: 150px;
}

.rgtk-N8ygR8j0 .rgtkSearchPetPicFixed {
	height: 318px !important;
	width: 318px !important;
}

#rgtkSearchPetInfoAnimalName {
	text-align: center;
}

.rgtkSearchResultsTable {
	margin-bottom: 0;
}

.view-arrivals {
	text-align: right;
	padding-top: 20px;
}

.rgtkSearchPetPic.rgtkSearchPetPicFixed {
	max-width: 15vw !important;
	max-height: 15vw !important;
}

#available-greyhounds .rgtkSearchPetPic {
	height: 310px !important;
	width: 310px !important;
	max-width: 15vw !important;
	max-height: 15vw !important;
}

#rgtkSearchClear_0 {
	display:none;
}

.rgtkSearchPetInfoField.rgtkSearchPetInfoAnimalBreed {
	display: none !important;
}

.rgtkSearchTable td {
	border-top: none;
}

.rgtkSearchResultsTable td {
	border-top: none;
}

.rgtkSearchButtons {
	border-top: none;
	padding-bottom: 20px;
}

#available-greyhounds p {
	display: inline;
}

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

	.rgtkSearchPetInfoField.rgtkSearchPetInfoAnimalName.rgtkSearchPetName {
		font-size:3vw;
	}
}

/* # Rainbow Bridge
---------------------------------------------------------------------------------------------------- */

.poem {
	background-color: #F5F9FA;
	padding: 40px;
}

.rainbow-archive-content li {
	font-size: 2.2rem;
	list-style-type: none !important;
	color: #848484;
}

.memorial-padding {
	background-color: #FFF;
}

.memorial {
	list-style-type: none;
	color: #848484;
	margin-left: -40px;
}

.memorial-title h3 {
	margin: 0;
}

.memoriam-header {
	background-image: url("/wp-content/uploads/2018/04/paw.png");
	background-repeat: no-repeat;
	background-position: 20px 30px; 
	background-color: #F5F9FA;
	padding: 20px 20px 20px 50px;
	margin: 30px 0 0 0;
}

.memoriam-box {
	background-color: #FFF;
}

.memoriam-box ul {
	margin: 0 30px;
}

.memoriam-padding {
	padding: 15px;
	background-color: #FFF;
}

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

.memoriam-list li {
    display:block;
    width:50%;
    float:left;
}

.rainbow-quote {
	background-image: url("/wp-content/uploads/2018/05/rbb-print.png");
	background-repeat: no-repeat;
	background-position: 300px 40px;
	font-size: 2.2rem;
	text-align: center;
	margin-top: 30px;
}

.rainbow-title h1 {
	color: white;
	position: relative;
    bottom: 90px;
    left: 20px;
}

.rainbow-title {
	margin-bottom: -60px;
}

.rainbow-primary-image {
	margin-bottom: 30px;
}

.memoriam-half {
	width: 50%;
	float: left;
}

.memoriam-row {
	clear: both;
}

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

	.memoriam {
		background-color: #FFF;
		overflow: hidden;
	}

	.memoriam-box {
		background-color: #FFF;
	}

	.memoriam-entry > li:nth-child(odd) {
    	width:50%;
    	float:left;
	}

	.memoriam-entry > li:nth-child(even) {
    	width:46%;
    	float:right;
	}

}

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

	.rainbow-title {
		margin-bottom: -60px;
	}

}

/* # Blog
---------------------------------------------------------------------------------------------------- */

h1.archive-title {
	font-size: 4.2rem;
	font-family: 'Bree Serif', serif;
   }
   
   .archive-description {
	   margin-bottom: 30px;
   }
   
   .post-content h2 {
	   margin-bottom: 0;
   }
   
   .post-date {
	   margin-bottom: 20px;
	   color: #848484;
   }
   
   .post-content {
	   margin-bottom: 30px;
	   margin-left: 0;
	   height: 322px;
   }
   
   .post-copy {
	   position: relative;
	   top: 50%;
	   transform: translateY(-50%);
   }
   
   .entry-content {
	   background-color: #FFF;
	   padding: 30px;
   }
   
   .entry-header {
	   background-color: #FFF;
	   padding: 30px 30px 0 30px;
   }
   
   .entry-categories {
	   display: none;
   }
   
   .featured-image-class {
	   background-color: #FFF;
   }
   
   .featured-image-class img {
	   margin: auto;
	   padding: 30px;
   }
   
   .pagination {
	   text-align: center;
   }
	   
   .pagination .active::after {
	   content:none;
   }
   
   .archive-pagination li.active a {
	   color: #333;
   }
   
   .archive-pagination li a:focus, .archive-pagination li a:hover {
	   color: #6E92B8;
   }
   
   @media only screen and (max-width: 1250px) {
   
	   .post-content {
		   margin-left: 30px;
	   }
   
	   .post-image {
		   margin: 0 30px 0 30px;
	   }
   
   }
   
   @media only screen and (min-width: 1251px) {
   
	   .post-image {
			 position: relative;
			 width: 322px;
			 height: 322px;
			 overflow: hidden;
	   }
   
	   .post-image img {
			 position: absolute;
			 left: 50%;
			 top: 50%;
			 height: 322px;
			width: 100%;
			 -webkit-transform: translate(-50%,-50%);
			 -ms-transform: translate(-50%,-50%);
		   transform: translate(-50%,-50%);
			 object-fit: cover;
	   }
   
   }

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

.sidebar {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	margin: 0 0 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar .widget {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 40px;
	padding: 0px 0px 0px 0px;
}

.sidebar .widget a {
	color: #3D6EA0;
	text-decoration: none;
}

.sidebar .widget a:hover,
.sidebar .widget a:focus {
	color: #333333;
	text-decoration: none;
}

.sidebar .widget-area > :last-child,
.sidebar .widget > :last-child {
	margin-bottom: 0;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar ol {
	margin-bottom: 30px;
	margin-left: 40px;
}

.sidebar ul {
	margin-bottom: 0px;
	margin-left: 0px;
}

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

.sidebar ul > li {
	list-style-type: none;
}

#search-2 {
	background-color: #FFF;
	padding: 30px;
}

.sidebar .widget .widget-title {
	background-image: url("/wp-content/uploads/2018/04/paw.png");
	background-repeat: no-repeat;
	background-position: 20px 21px; 
	background-color: #F5F9FA;
	padding: 20px 20px 20px 50px;
	margin-bottom: 0px;
}

.sidebar ul {
	background-color: #FFF;
	padding: 30px;
}

.social-icons {
	padding: 10px;
	max-width: 60px;
}

/* # Miscellaneous Widgets 
---------------------------------------------------------------------------------------------------- */

/* ## Accordions
--------------------------------------------- */

.accordion {
    background-color: #F5F9FA;
    color: #333;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    font-size:1.8rem;
    text-align: left;
    outline: none;
	font-weight: normal;
    transition: 0.4s;
}

.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    background-color: white;
}

.active:after {
    content: "\2212";
    background-color: white;
}

.panel {
    padding: 10px 0 0 10px;
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-box {
	background-color: #FFF;
	padding: 10px 30px 0px 30px;
}

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

	.accordion-container {
		margin: 0 30px 0 30px;
	}
	
	
	.fl-node-5af387a9d4d8f > .fl-module-content {
		margin-left: 0;
	}
	
}

/* ## Calendar
--------------------------------------------- */

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	border-top: 0 !important;
	background: none !important;
}

.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
	text-transform: none !important;
}

.ai1ec-agenda-widget-view {
	max-width: 100% !important;
}

div.widget.widget_ai1ec_agenda_widget {
	margin-bottom: 20px !important;

}

.view-calendar {
	text-align: right;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
	border-radius: 0 !important;
	border: none !important;
	padding: 0.4em 0.8em !important;
}

.timely {
	font-family: inherit !important;
	font-size: 1.4rem !important;
}

#ai1ec-calendar {
	background-color: #FFF;
	padding: 30px 30px 60px 30px;
	margin-bottom: 30px;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
	background-color: #F5F9FA;
}

.ai1ec-agenda-view .ai1ec-event {
	background-color: #F5F9FA;
}

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

	#ai1ec-calendar {
		margin: 0 30px 0 30px;
	}
}

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

.nf-form-title {
	display:none;
}

#nf-field-13-container {
	margin-bottom: 0;
}

#nf-field-9-container {
	margin-bottom: 0;
}

#nf-field-10-container {
	margin-bottom: 0;
	margin-left: 0;
}

hr.ninja-forms-field {
	margin: 10px;
}

.widget_ninja_forms_widget {
	margin-bottom: 0;
}

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

	#nf-field-10 {
		padding: 14px 5px 14px 5px;
		font-size: 1.3rem;
		width:100%;
		float: none;
	}

}

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

tbody {
	font-size: 1.6rem;
}

table {
	word-break: normal !important;
}

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

	.table-header {
		display:none;
	}

}

/* Featured Event
--------------------------------------------- */

.hp-featured-box {
	background-color: #FFF;
	margin-bottom:40px;
}

.hp-featured-header {
	font-size: 3.0rem !important;
}

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

	.hp-featured-box {
		margin:0 30px 30px 30px;
}

}

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

.footer-widgets {
	background-color: #F5F9FA;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0px 60px 0px;
	clear: both;
	margin-top: 60px;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
}

.footer-widget-area {
	background: transparent;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 0px;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.625;
	margin-bottom: 40px;
	padding: 0px 30px 0px 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area a {
	color: #3D6EA0;
	text-decoration: none;
	margin-bottom: 30px;	
}

.footer-widget-area a:hover,
.footer-widget-area a:focus {
	color: #E8BB00;
	text-decoration: none;
}

.footer-widgets .widget_calendar td,
.footer-widgets .widget_calendar th {
	border-color: #EEEEEE;
}

.footer-widgets li {
	font-size: 1.4rem;
	list-style-type: none;
}

.textwidget {
	font-size: 1.4rem;
}

ul.menu {
	margin-left: 0;
}

.content-box {
	background-color: #FFF;
	padding: 30px;
}

.header-box {
	background-image: url("/wp-content/uploads/2018/04/paw.png");
	background-repeat: no-repeat;
	background-position: 20px 50%; 
	background-color: #F5F9FA;
	padding: 20px 20px 20px 50px;
	margin-bottom: 0px;
}

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

.site-footer {
	background-color: #F5F9FA;
	border-style: none;
	border-width: 1px 0px 0px 0px;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 30px 30px 30px 30px;
	text-align: center;
}

.site-footer p {
	color: #333333;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.site-footer p a {
	color: #3D6EA0;
	text-decoration: none;
}

.site-footer p a:hover,
.site-footer p a:focus {
	color: #E8BB00;
	text-decoration: none;
}

.footer-widgets {
	margin-top: 60px;
}

.footer-widgets .wrap {
	max-width: 1540px;
}

.footer-widget-area {
	margin-bottom: 30px;	
}

.footer-widgets li {
	font-size: 1.4rem;
	list-style-type: none;
}

.textwidget {
	font-size: 1.4rem;
}

ul.menu {
	margin-left: 0;
}

.content-box {
	background-color: #FFF;
	padding: 30px;
}

.header-box {
	background-image: url("/wp-content/uploads/2018/04/paw.png");
	background-repeat: no-repeat;
	background-position: 20px 50%; 
	background-color: #F5F9FA;
	padding: 20px 20px 20px 50px;
	margin-bottom: 0px;
}

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

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

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

	h1 {
		font-size: 64px;
		font-size: 6.4rem;
	}
	
	h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	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;
	}

	/* Site Header
	--------------------------------------------- */
	
	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.site-title {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

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

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a,
	.nav-primary .genesis-nav-menu > .menu-highlight > a,
	.nav-primary .genesis-nav-menu > .menu-highlight.current-menu-item > a {
		background-color: #333333;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 3px;
		color: #FFFFFF;
		font-weight: 600;
		text-decoration: none;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus,
	.nav-primary .genesis-nav-menu > .menu-highlight > a:hover,
	.nav-primary .genesis-nav-menu > .menu-highlight > a:focus,
	.nav-primary .genesis-nav-menu > .menu-highlight.current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu > .menu-highlight.current-menu-item > a:focus {
		background-color: #0073E5;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #FFFFFF;
		font-weight: 600;
		text-decoration: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 0px 0px 0px 0px;
		opacity: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 20px 20px 20px 20px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -56px 0 0 179px;
	}

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

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		background: transparent;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 0px;
		margin-top: 0px;
		padding: 0px 0px 0px 0px;
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		background: transparent;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 0px;
		padding: 24px 20px 24px 20px;
		color: #FFFFFF;
		font-family: inherit;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 100;
		font-style: normal;
		line-height: 1;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu li:hover > a,
	.nav-primary .genesis-nav-menu li:focus > a {
		background-color: #E8BB00;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #FFFFFF;
		font-weight: 400;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .current-menu-item > a {
		background: transparent;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #0073E5;
		font-weight: 400;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 0px 0px 0px 0px;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: #F5F9FA;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		padding: 20px 20px 20px 20px;
		color: #3D6EA0;
		font-family: inherit;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		font-style: normal;
		line-height: 1;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu li:hover > a,
	.nav-primary .genesis-nav-menu .sub-menu li:focus > a {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #3D6EA0;
		font-weight: 400;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		color: #333333;
		font-weight: 400;
		text-decoration: none;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 70px;
		max-width: 1570px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #F5F5F5;
		border-style: none;
		border-width: 1px 1px 1px 1px;
		border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
		border-radius: 0px;
		padding: 30px 30px 30px 30px;
	}

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

	.after-entry {
		padding: 40px 60px 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

	/* Entry Misc.
	--------------------------------------------- */

	.comment-respond {
		margin-bottom: 60px;
	}
	
	.archive-description {
		margin-bottom: 60px;
	}
	
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}
	
	.author-box {
		margin-bottom: 60px;
	}
	
	.content .sticky {
		margin-bottom: 60px;
	}
	
	.entry {
		margin-bottom: 60px;
	}
	
	.after-entry {
		margin-bottom: 60px;
	}

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



	.footer-widget-area {
		float: left;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}

}

/* Site Header Misc. 
--------------------------------------------- */

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

	.gpi-button a {
		font-size:2.2rem;
	}

}

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

    .site-header {
        max-height: 63px;
    }
        
}
    
@media only screen and (max-width: 1250px) {
    
    .custom-logo {
        width: 19%;
    }
    
    .site-title-link {
        top: 9px;
    }
    
    .site-header {
        padding: 0 30px 0 30px;
    }
    
    img.aligncenter.wp-post-image  {
        object-fit: cover;
        position: relative;
        height: 211px;
        width: 100%;
    }
    
    .page-title {
        margin-bottom: -50px;
        bottom: 100px !important;
    }
    
    body > div {
        font-size: 1.6rem !important;
	}
	
	.gpi-button a {
		line-height: 2.4rem;
	}
    
}
    
@media only screen and (max-width: 402px) {
    
    .site-title-link {
        left: -15px;
    }
    
    .custom-logo {
        display:none;
    }
    
}

/* Site Footer Misc. 
--------------------------------------------- */

@media only screen and (max-width: 1250px) {
	
	.content-box {
		margin: 0 30px 30px 30px;
	}

	.header-box {
		margin: 30px 30px 0 30px;
	}	

	.leftfoot {
		margin-bottom: 30px;
	}
	
}

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

    .footer-widgets .widget-area {
        float: left;
        margin-left: 3.3333333333333%;
    }
    
    .footer-widgets .widget-area:first-child {
        margin-left: 0;
    }
    
    .footer-widgets .widget-area:nth-child(-n+4),
    .footer-widgets .widget-area:nth-child(-n+4) ~ div {
        width: 13.333333333333%;
    }
    
 
    .footer-widgets .widget-area:last-child,
    .footer-widgets .widget-area:last-child ~ div {
        width: 32.5% !important;
    }
    
}

/* Sidebar Misc.
--------------------------------------------- */

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

	#genesis-sidebar-primary {
		margin: 0 30px 0 30px;
	}
	
	#genesis-sidebar-primary img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.socials {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 60px 60px;
	
	}
	
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !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;
	}

}