/*
Theme Name: Cubby's Canine Castle
Theme URI: https://www.comocreative.com
Description: Responsive Child Theme
Author: Como Creative
Template: responsive
*/

@import url('../responsive/style.css');
@import url('fonts/gandhi-serif-fontfacekit/stylesheet.css');
@import url('fonts/open-sans-fontfacekit/stylesheet.css'); 
@import url('fonts/fontawesome-free-5.15.4-web/css/all.min.css'); 

body {
  line-height: 1;
}
body, html {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #dddddd;
  border: none;
  clear: both;
  color: #dddddd;
  float: none;
  height: 1px;
  width: 100%;
}

hr.space {
  background: #ffffff;
  color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  	-moz-font-smoothing: antialiased;
  	-webkit-font-smoothing: antialiased;
  	background: #efefef;
  	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  	color: #494992;
  	color: rgb(73,73,146);
	font-size: 14px;
  	font-smoothing: antialiased;
  	line-height: 1.5em;
  	text-rendering: optimizeLegibility;
}

strong {
	font-weight: nornal;
	/*font-family: 'OpenSansSemibold';*/
	font-family: 'OpenSansBold';
}
em {
	font-style: normal;
	font-family: 'OpenSansItalic';
}
strong em,
em strong {
	font-weight: normal;
	font-style: normal;
	/*font-family: 'OpenSansSemiboldItalic';*/
	font-family: 'OpenSansBoldItalic';
}
p {
	margin: 0;
	padding: 0.5em 0;
}

/* =Links
-------------------------------------------------------------- */
a {
  color: #0066cc;
  font-weight: 400;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #444444;
  outline: 0;
  text-decoration: none;
}

::selection {
  background: #999999;
  color: #ffffff;
  text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  font-weight: 700;
  padding: 2px 0;
}

legend {
  padding: 2px 5px;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  width: 100%;
  behavior: url('/PIE/PIE.php');
}

select {
  height: auto;
  width: 100%;
}

area,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}

input,
select {
  cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
  border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
  cursor: text;
}

/* Contact Form
------------------------ */
.contactForm {
	width: 90%;
	margin: 10px auto;
}
.contactForm p {
	margin: 0;
	padding: 10px 0;
}
select.width50,
input[type="text"].width50,
input[type="password"].width50,
input[type="email"].width50,
input[type="tel"].width50 {
	width: 49%;
}
input.addStreet {
	margin-bottom: 5px;
}
input.addCity {
	width: 50%;
}
input.addState {
	width: 17%;
}
input.addZip {
	width: 30%;
}

/* =Application Forms
-------------------------------------------------------------- */
.appForm {
	font-size: 0.95em;
}
.appForm .sm {
	font-size: 0.9em;
}
.appForm .sm p,
.appForm .sm ol ,
.appForm .sm ol li {
	line-height: 1.35em !important;
}
.appForm .sm p {
	margin: 0 0 1em 0;
}
.appForm h2 {
	font-size: 1.333em;
	border-bottom: 1px solid #100176;
	padding: 0 0 3px 0;
	margin: 1.5em 0 0.5em 0;
}
.appForm h2.first {
	margin: 0.5em 0;
}
.appForm h3 {
	font-size: 1.25em;
	padding: 0;
	margin: 0.125em 0 0.5em 0;
}
.appForm label {
	font-family: 'OpenSansSemibold';
	display: block;
	margin: 0;
	padding: 0;
}
.appForm .req {
	font-family: 'OpenSansBold';
	color: #FC0307;
}
.appForm div {
	padding: 0;
	margin: 0 0 0.5em 0;
}
.appForm p {
	width: 98%;
	padding: 0 1%;
	margin: 0;
}
.appForm .split50 p {
	float: left;
	width: 48%;
}
.appForm p input {
	width: 100%;
	padding: 0.25em; 
}
.appForm p input[type='radio'] {
	width: 20px !important;
}
.appForm p input[type='checkbox'] {
	width: 20px !important;
}
.appForm p input[type='date'] {
	width:  auto !important;
}
.appForm p input[type='submit'] {
	width:  auto !important;
	padding: 3px 40px;
}
.appForm .split50 p input {
	width: 98%;
}
.appForm .split33 p {
	float: left;
	width: 31.333%;
}
.appForm .split33 p input {
	width: 98%;
}
.appForm .addressInfo p {
	float: left;
}
.appForm p.city {
	width: 64%;
}
.appForm p.state {
	width: 10%;
}
.appForm p.zip {
	width: 20%;
}
.appForm .split50col .col {
	float: right;
	width: 45%;
	padding: 0.5em;
	margin: 0.5em 1%;
	/*border: 1px solid #ECEAEA;
	border: 1px solid rgba(229,229,229,0.75);*/
}
.appForm .split50col .col:first-child {
	float: left;
}
.appForm .split50col .col p {
	float: none;
	width: 98%;
	padding: 0;
	margin: 0 0 0.5em 0;
}
.radioBtn {
	margin: 1em 0 !important;
}
.radioBtn label {
	display: inline;
	float: left;
}
.appForm .radio2 {
	padding: 0 1em 0 0;
}
.appForm .radio2 span {
	float: right;
	padding: 0 1em 0 0;
}
.appForm .radio4 span {
	padding: 0 1em 0 0;
}
.appForm .radio50 span {
	padding: 0 3em 0 0;
}
.appForm .classSelect label {
	width: 30%;
	float: left;
	margin: 2px 0;
}
.appForm .radioInline input {
	margin-left: 1em;
}
.appForm .aidType {
	padding-left: 2em;
}
.appForm .aidType input {
	width: 200px;
}


/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}

.msie-box a {
  color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 25px;
}
ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0.5em 0 0.5em 25px;
  padding: 0;
}
li {
	padding-bottom: 5px;
}
dt {
  font-weight: 400;
}
ul.pawPrint {
	margin: 0.5em 0 0.5em 25px;
  	padding: 0;
}
ul.pawPrint li {
	list-style-image: url(img/btnPaw.png);	
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 	font-family: 'gandhi_serifbold', Times, "Times New Roman", serif;
	color: #F00;
	font-weight: normal;
  	line-height: 1.0em;
  	word-wrap: break-word;
}

h1 {
  	font-size: 2.5em;
	text-transform: uppercase;
  	margin-bottom: .5em;
  	margin-top: .75em;
}
.home h1 {
	font-size: 2.97em;
  	margin-bottom: 0;
}
h2 {
  font-size: 2.250em; 
  margin-bottom: .75em;
  margin-top: .75em;
}
h2.subtitle {
	font-family: 'OpenSansSemibold';
  	font-size: 1.85em;
  	margin-top: 0.25em;
	padding-top: 0;
	margin-bottom: .75em;
}
.home h2.subtitle {
	text-align: right;
	padding-right: 20px;
}

h3 {
  font-size: 1.875em; /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em;
}

h4 {
	font-family: 'OpenSansSemibold';
  	font-size: 1.25em; /* = 24px */
  	margin-bottom: 0.25em;
 	margin-top: 0;
}

h5 {
  font-size: 1.125em; /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}

h6 {
  font-size: 1.000em; /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}

/* =Globals
-------------------------------------------------------------- */
.widthFull {
	position: relative;
	width: 100%;
	margin: 0;
}
.containFull {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px;
}
.containFullinner {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#container {
	position: relative;
  	margin: 0 auto -200px auto;
 	max-width: 960px;
  	padding: 0 25px 200px 25px;
	height: auto;
}

#wrapper {
	background: #ffffff;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	height: 100%;
	-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	behavior: url('/PIE/PIE.php');
}
#wrapper #content-wrap {
	margin: 0 20px;
}

.front-page #wrapper {
	background: #ffffff;
	border: none !important;
	margin: 0 auto 0 auto;
	/*padding: 0 20px;*/
}

#footer-wrapper {
	background: url(img/dblue091.jpg) repeat;
	min-height: 300px;
	overflow: hidden;	
}

#footer {
	/*background: url(img/dblue091.jpg) repeat;*/
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px 0 25px;
	overflow: hidden;
}

#footer-container {
	position: relative;
	background: url(img/dblue091.jpg) repeat;
	border-top: 3px solid #fff;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	min-height: 75px;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.10);
	behavior: url('/PIE/PIE.php');
}
#footer-outer {
	padding-top: 10px;
	color: #f8f8fd;
  	color: rgb(248,248,253);
}
#footer .socialize {
	z-index: 900;
	overflow: visible;
}
#footer .socialize div {
	display: block; 
	float: left;
	margin-right: 5px;
}


/* =Header
-------------------------------------------------------------- */
#header {
		position: relative;
		margin: 0;
		overflow: visible;
}

#headerBG {
	background: url(img/clouds.jpg) repeat;
	/*border-bottom: 5em #004f97 solid;
	border-bottom: 5em rgb(0,79,151) solid;*/
}
#blueLine {
	position: absolute;
	left: 0;
	bottom: -3px;
	background: #004f97;
	background: rgb(0,79,151);
	width: 100%;
	height: 3em;
}
#logo {
	position: relative;
  	float: none;
  	width: 100%;
  	margin: 0;
  	padding: 0;
	overflow: visible;
}

#logo a,
#logo a img {
	display: block;
}

#logo a {
	position: relative;
	width: 111.35%;
	margin: 0 0 0 -6.444% !important;
}
#logo a img {
	position: relative;
	width: 100%;
	margin: 0;
}
.site-name {
  display: block;
  font-size: 2.063em; /* = 33px */
  line-height: 1.0em;
  padding-top: 20px;
}

.site-name a {
  color: #333333;
  font-weight: 700;
}

.site-description {
  color: #afafaf;
  display: block;
  font-size: 0.875em; /* = 14px */
  margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 0;
  margin-bottom: 20px;
}

#content-full {
  margin-top: 0;
  margin-bottom: 20px;
}

#content-blog {
  margin-top: 0;
  margin-bottom: 20px;
}
#content-blog .author-gravtar {
	display: none !important;
}

#content-images {
  margin-bottom: 20px;
}

#content-search {
  margin-bottom: 20px;
  margin-top: 0;
}

#content-archive {
  margin-top: 0;
  margin-bottom: 20px;
}

#content-sitemap {
  margin-top: 0;
  margin-bottom: 20px;
}

#content-sitemap a {
  font-size: 12px;
}

#content .sticky {
  clear: both;
}

#content .sticky p {
}

.width50 {
	width: 49%;
}
.width50.left {
	float: left;
}
.width50.right {
	float: right;
}


/* Home Logos */
#homeLogos {
	width: 90%;
	margin: 25px auto 0 auto;
	font-family: 'OpenSansSemibold';
}
#homeLogos p {
	padding: 20px 0 0 0;
	font-size: 1.35em;
	line-height: 2em;
}

/* Team Member Bios */
.member-profile {
	margin: 1em 0;
}
.member-name,
.member-name a,
.member-name a:hover {
	font-family: 'OpenSansSemibold';
	color: #F00;
	font-size: 1.25em;
	margin: 0 0 7px 0;
	cursor: text;
}
.member-position {
	font-family: 'OpenSansSemibold';
	font-size: 1.15em;
	color: #494992;
  	color: rgb(73,73,146);
	margin: 0;
}
.member-profile p {
	margin: 0;
	padding: 5px 0; 
}

.fifty {
	width: 49%;
	text-align: center;
}
.fifty img {
	display: block;
	margin: 5px auto;
}
.fifty.left {
	float: left;
}
.fifty.right {
	float: right;
}


/* =Featured Content
-------------------------------------------------------------- */
#featured {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-bottom: 40px;
  width: 99.893617021277%;
}

#featured p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  padding: 0 40px 0 40px;
  text-align: center;
}

#featured-image {
  margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
  margin-left: -20px;
}

.featured-image img {
  margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px;
}

#cancel-comment-reply-link {
  color: #990000;
}

.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

.post-data a {
  color: #111111;
}

.post-entry {
  clear: both;
}

.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 10px;
}

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0;
}

.post-search-terms {
  clear: both;
}

.read-more {
  clear: both;
  font-weight: 700;
}

.attachment-entry {
  clear: both;
  text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
  display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #aaaaaa;
  font-size: 18px;
  margin-left: 5px;
}

.form-allowed-tags {
  display: none;
  font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px 0 0 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
  width: 75%;
}

#widgets {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
  	background: rgb(246,246,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
	behavior: url('/PIE/PIE.php');
	font-size: 0.85em;
}

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#widgets form {
  margin: 0;
}

#widgets ul,
#widgets ol {
  padding: 0 0 0 20px;
}

#widgets ul li a {
  display: inline;
  text-decoration: none;
}

#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}

#widgets .rssSummary {
  padding: 10px;
}

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  line-height: 1.5em;
  margin: 0;
  word-wrap: break-word;
}

#widgets .textwidget a {
  display: inline;
}

#widgets ul .children {
  padding: 0 0 0 10px;
}

#widgets .author {
  font-weight: 700;
  padding-top: 4px;
}

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
  background: none;
  min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
  width: 100%;
}

#top-widget {
}

.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
  width: 45%;
}

.top-widget ul {
  padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto;
}

.top-widget #searchform {
  margin: 0;
}

/* =Aside Widgets 
--------------------------------------------------------------*/
.asideWidget {
}
.asideWidget p {
	margin: 0;
	padding: 0 0 5px 0;
}

/* Search Widget */
.widget_search {
	margin: 20px 0 0 0;
}
#searchform {
	background: red;
	-moz-box-sizing: border-box;
  	-moz-border-radius: 2px;
  	-webkit-box-sizing: border-box;
  	-webkit-border-radius: 2px;
  	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  	background-color: #ffffff;
  	box-sizing: border-box;
  	border: 1px solid #aaaaaa;
  	border-bottom-color: #cccccc;
  	border-radius: 2px;
  	margin: 0;
  	outline: none;
  	padding: 0;
  	vertical-align: middle;
  	width: 100%;
  	behavior: url('/PIE/PIE.php');
}
#searchform input {
	background: none;
  	-moz-border-radius: 0;
  	-webkit-border-radius: 0;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	border: none;
  	border-radius: 0;
  	margin: 0;
  	outline: none;
  	padding: 6px 8px;
  	vertical-align: middle;
}
#searchform input#s {
	width: 87%;
}
#searchform input.submit,
#searchform input[type='submit'] {
	background: url(img/iconSearch.png) 0 2px no-repeat;
	width: 22px;
	height: 25px;
	float: right;
	text-indent: -3000px;
	overflow: hidden;
}

/* Upcoming Classes Widget */
.asideWidget .trainingSchedule {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.asideWidget .trainingSchedule li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.asideWidget .trainingSchedule a {
	color: #494992 !important;
  	color: rgb(73,73,146) !important;
}

/* Quick Links */
.quick-links .list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.2em;
}
.quick-links .list li {
	margin: 0.5em 0 !important;
	padding: 0 !important;
}
.quick-links .list li a {
	display: block !important;
}

/* Blog Posts Widget */
.blog-posts {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
.blog-posts li {
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
}
.blog-posts li p {
	margin: 0 0 0 0;
	padding: 0;
}
.blog-posts li .post-title {
	font-size: 1.1em;
}
.blog-posts li .post-title,
.blog-posts li .post-title a {
	color: #494992 !important;
  	color: rgb(73,73,146) !important;
}
.blog-posts li .post-date {
	font-size: 0.85em;
}
.blog-posts li .post-excerpt {
	line-height: 1.25 !important;
}

/* Recent Updates Widget */
.widget_feacpost_featuredcategorypostswidget {
	padding-bottom: 25px;
}
.widget_feacpost_featuredcategorypostswidget h4,
.widget_feacpost_featuredcategorypostswidget h4 a {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
  	color: #494992 !important;
  	color: rgb(73,73,146) !important;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.uptDate {
	font-size: 0.85em;
	font-family: 'OpenSansItalic';
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_feacpost_featuredcategorypostswidget p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 1.5em;
}

/* =Footer Widgets 
--------------------------------------------------------------*/
.footerAddress {
	text-align: right;
	font-size: 1.1em;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-family: 'gandhi_serifbold';
  	font-size: 60px;
  	letter-spacing: -1px;
  	margin: 0;
  	padding-top: 40px;
  	text-align: center;
}

.featured-subtitle {
  	padding: 0 10px;
  	text-align: center;
}

.widget-title,
.widget-title a,
a .widget-title,
.widget-title-home h3 {
  	display: block;
  	color: #ff0000;
  	color: rgb(255,0,0);
  	font-family: 'OpenSansSemibold';
  	font-size: 20px;
  	font-weight: normal;
  	line-height: 20px;
  	margin: 10px 0;
  	padding: 0 0 5px 0;
  	text-align: left;
  	text-shadow: -1px 1px 1px #00000 !important;
	text-shadow: -1px 1px 1px rgb(0,0,0,0.75);
	filter: dropshadow(color=#00000, offx=-1, offy=1);
	border-bottom: 1px solid #cbd6de;
	border-bottom: 1px solid rgba(203,214,222,0.75);
	behavior: url('/PIE/PIE.php');
}

.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}

.title-404 {
  color: #993333;
}

/* =404 Page 
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0;
}

.top-menu li {
  display: inline;
  list-style-type: none;
}

.top-menu li a {
  border-left: 1px solid #cccccc;
  color: #333333;
  font-size: 11px;
  padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
  border-left: none;
}

.top-menu li a:hover {
  color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background: #004f97;
	background: rgb(0,79,151);
	clear: both;
	filter: none;
	margin: 0 auto;
	-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.main-nav {
  clear: both;
	height: 45px;
}

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.menu li:hover {
  white-space: normal;
  z-index: 10000;
}

.menu li li {
  float: none;
}

.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.menu,
.menu ul {
  min-height: 0;
}

.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
  color: #484848;
  text-decoration: none;
}

.menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}

.menu a {
  border: none;
  font-family: 'gandhi_serifregular', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #ffffff;
  color: rgba(255,255,255,0.87);
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 0.6em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000000;
  white-space: nowrap;
}

.menu a:hover {
  background: none;
  filter: none;
  color: #ffffff;
  color: rgba(255,255,255,1);
  text-decoration: none;
}

ul.menu > li:hover {
  background: none;
  filter: none;
  color: #ffffff;
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.menu .current_page_item a,
.menu .current-menu-item a {
  background: none;
  filter: none;
  color: #ffffff;
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.front-page .menu .current_page_item a,
.home .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
  color: #ffffff;
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.menu li li {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}

.menu li li a {
  background: transparent !important;
  border: none;
  color: #444444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}

.menu li li a:hover {
  background: #f5f5f5 !important;
  background-image: none;
  border: none;
  color: #444444;
  filter: none;
}

.menu li li:hover {
  background: #f5f5f5 !important;
  filter: none;
}

.menu ul > li + li {
  border-top: 0;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu > li:first-child > a {
  border-left: none;
}

.menu a#responsive_menu_button {
  display: none;
}

.main-nav #responsive_current_menu_item {
  display: none;
}

.js .main-nav .menu {
  display: block;
}

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
  background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
  min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-left: 0;
  padding: 10px 0;
}

.footer-menu li {
  display: inline;
  list-style-type: none;
}

.footer-menu li a {
  border-left: 1px solid #b0afc4;
  border-left: 1px solid rgba(176,175,196,0.35);
  color: #f8f8fd;
  	color: rgb(248,248,253);
  padding: 0 8px;
	font-size: 1.35em;
}

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

.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #111111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}

.navigation a {
  color: #aaaaaa;
  padding: 4px 10px;
}

.navigation a:hover {
  color: #111111;
  text-decoration: none;
}

.navigation .previous {
  float: left;
}

.navigation .next {
  float: right;
}

.navigation .bracket {
  font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}

.pagination a {
  text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px;
}

/* Staff Bios
-------------------------------------------------------------- */
.member-profile {
}
.img-wrap {
	float: left;
	margin: 0 1em 0.25em 0;
}
.member-profile .img-wrap {
	margin: -10px 1em 0.25em 0;
}

/* Training Classes
-------------------------------------------------------------- */
.training-profile {
	margin: 0;
	padding: 0.5em 0 1em 0;
}
.training-profile .training-title,
.training-profile .training-title a,
.training-profile .training-title a:hover {
	font-family: 'OpenSansSemibold';
	color: #F00;
	cursor: text;
	/*margin: 0;
	padding: 1em 0 0 0;*/
}
.training-profile p {
	margin: 0;
	padding: 0 0 0.25em 0;
}

/* Training Schedule Table */
table.trainingSchedule {
	margin: 0 0 2em 0;
	padding: 0;
}
table.trainingSchedule thead th {
	background: #a4b4c2;
	background: rgb(164,180,194);
	font-family: 'OpenSansSemibold';
	color: #fff;
	text-shadow: 1px 1px 1px #404040;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align: center;
}
table.trainingSchedule tbody th {
	background: #f0f3f5;
	background: rgba(164,180,194,0.15);
	font-family: 'OpenSansSemibold';
	text-align: left;
	color: #494992;
  	color: rgb(73,73,146);
}
table.trainingSchedule tbody th a,
table.trainingSchedule tbody th a:hover {
	color: #494992;
  	color: rgb(73,73,146);
	cursor: text;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px;
}

.gallery img {
  border: 1px solid #dddddd;
}

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.attachment-gallery img {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 15px auto;
  width: auto;
}

/* Images
-------------------------------------------------------------- */
img.imgShadow {
	-webkit-box-shadow:  -1px 1px 5px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:  -1px 1px 5px 1px rgba(0, 0, 0, 0.33);
	box-shadow:  -1px 1px 5px 1px #dadada;
    box-shadow:  -1px 1px 5px 1px rgba(0, 0, 0, 0.33);
}
a.polaroid img,
img.polaroid {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.35);
}

/* =Buttons
-------------------------------------------------------------- */
a.pawBtn,
.pawBtn a {
	position: relative;
	display: inline-block;
	background: rgb(116,147,191); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0OTNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzYwODhiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzFmNjNhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzAyNTE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwNDQ4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM5NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(116,147,191,1) 0%, rgba(96,136,185,1) 10%, rgba(31,99,165,1) 33%, rgba(2,81,153,1) 48%, rgba(0,68,137,1) 67%, rgba(0,57,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,147,191,1)), color-stop(10%,rgba(96,136,185,1)), color-stop(33%,rgba(31,99,165,1)), color-stop(48%,rgba(2,81,153,1)), color-stop(67%,rgba(0,68,137,1)), color-stop(100%,rgba(0,57,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(116,147,191,1) 0%,rgba(96,136,185,1) 10%,rgba(31,99,165,1) 33%,rgba(2,81,153,1) 48%,rgba(0,68,137,1) 67%,rgba(0,57,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(116,147,191,1) 0%,rgba(96,136,185,1) 10%,rgba(31,99,165,1) 33%,rgba(2,81,153,1) 48%,rgba(0,68,137,1) 67%,rgba(0,57,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(116,147,191,1) 0%,rgba(96,136,185,1) 10%,rgba(31,99,165,1) 33%,rgba(2,81,153,1) 48%,rgba(0,68,137,1) 67%,rgba(0,57,110,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(116,147,191,1) 0%,rgba(96,136,185,1) 10%,rgba(31,99,165,1) 33%,rgba(2,81,153,1) 48%,rgba(0,68,137,1) 67%,rgba(0,57,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7493bf', endColorstr='#00396e',GradientType=0 ); /* IE6-8 */
	border: 1px solid #336699;
	border: 1px solid red(51,102,153);
	-mox-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	color: #d8d8fa;
	color: rgb(216,216,250);
	padding: 2px 7px 2px 25px !important;
	behavior: url('/PIE/PIE.php');
}
a.pawBtn::before,
.pawBtn a::before {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 14px;
	height: 14px;
	content: " ";
	background: url(img/btnPaw.png) no-repeat;
}
.widget a.pawBtn::before,
.widget .pawBtn a::before {
	top: 2px;
	left: 20px;
}
.pawBtn img {
	display: none !important;
	margin-top: -2px;
}
a.pawBtn:hover,
.pawBtn a:hover {
	background: rgb(0,57,110); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwNDQ4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzAyNTE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzFmNjNhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzYwODhiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDkzYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,57,110,1) 0%, rgba(0,68,137,1) 33%, rgba(2,81,153,1) 52%, rgba(31,99,165,1) 67%, rgba(96,136,185,1) 90%, rgba(116,147,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,57,110,1)), color-stop(33%,rgba(0,68,137,1)), color-stop(52%,rgba(2,81,153,1)), color-stop(67%,rgba(31,99,165,1)), color-stop(90%,rgba(96,136,185,1)), color-stop(100%,rgba(116,147,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,57,110,1) 0%,rgba(0,68,137,1) 33%,rgba(2,81,153,1) 52%,rgba(31,99,165,1) 67%,rgba(96,136,185,1) 90%,rgba(116,147,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,57,110,1) 0%,rgba(0,68,137,1) 33%,rgba(2,81,153,1) 52%,rgba(31,99,165,1) 67%,rgba(96,136,185,1) 90%,rgba(116,147,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,57,110,1) 0%,rgba(0,68,137,1) 33%,rgba(2,81,153,1) 52%,rgba(31,99,165,1) 67%,rgba(96,136,185,1) 90%,rgba(116,147,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,57,110,1) 0%,rgba(0,68,137,1) 33%,rgba(2,81,153,1) 52%,rgba(31,99,165,1) 67%,rgba(96,136,185,1) 90%,rgba(116,147,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00396e', endColorstr='#7493bf',GradientType=0 ); /* IE6-8 */
	color: #fff !important;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #212121;
}

.notice {
  background-color: #fbf9e9;
  border: 1px solid #e3cf57;
  color: #212121;
}

.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #212121;
}

.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #212121;
}

.information {
  background-color: #eef3f6;
  border: 1px solid #6ca6cd;
  color: #212121;
}

.required {
  color: #d5243f;
}

/* WooCommerce
-------------------------------------------------------------- */
#content-woocommerce {
	margin-left: 1em;
}
/*.woocommerce .woocommerce-breadcrumb {
	color: red !important;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #767676 !important;
}*/
.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_country_field {
	display: none;
	-webkit-opacity: 0;
	   -moz-opacity: 0;
			opacity: 0;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
	height: auto;
	line-height: 1;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 20px;
    color: #fff;
	line-height: 1;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
   	width: 20px;
	vertical-align: middle;
	text-align: center;
	color: #fff519;
    	background: #ff0d0c;
    	border-radius: 50%;
    	padding: 1px;  
}

/* =Footer
-------------------------------------------------------------- */
#footer {
  	font-size: 11px;
  	line-height: 1.5em;
  	color: #f8f8fd;
  	color: rgb(248,248,253);
}

#footer a {
  	color: #f8f8fd;
  	color: rgb(248,248,253);
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
  	color: #fff;
	text-decoration: underline;
}

#footer-wrapper .grid.col-940 {
  margin: 0;
}

.scroll-top {
  text-align: center;
}

.copyright {
  text-align: left;
}

.powered {
  text-align: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: left;
}
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}
#footer .social-icons a img.icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  	filter: alpha(opacity=75); /* IE 5-7 */
  	-moz-opacity: 0.75; /* Netscape */
  	-khtml-opacity: 0.75;  /* Safari 1.x */
  	opacity: 0.75; /* Good browsers */
}
#footer .social-icons a:hover img.icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
  	filter: alpha(opacity=100); /* IE 5-7 */
  	-moz-opacity: 1; /* Netscape */
  	-khtml-opacity: 1;  /* Safari 1.x */
  	opacity: 1; /* Good browsers */
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/* =Responsive iFrame
-------------------------------------------------------------- */
.iframe-rwd  {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	margin-top: 22px;
	height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-box-shadow:  1px 1px 3px 2px rgba(204, 204, 204, 0.65);
	-moz-box-shadow:  1px 1px 3px 2px rgba(204, 204, 204, 0.65);
    box-shadow:  1px 1px 3px 2px rgba(204, 204, 204, 0.65);
	behavior: url('/PIE/PIE.php');
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear {
  clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

  body {
  }
}

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

	body {
	}

	.grid,
	.grid-right {
		float: none;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	
	#content-woocommerce {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

}

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

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		background: #00427e;
		background: rgb(0,66,126);
		clear: both;
		margin: 0 auto;
		filter: none;
		z-index: 900;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #444444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
	}

	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('core/images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('core/images/select-icons.png') 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	.tinynav {
		display: block;
	}

	.sb-holder {
		display: block;
	}

	#author-meta {
		padding: 20px;
	}

	img.alignleft,
	img.alignright {
		float: none;
		display: block;
		margin: 1em auto;
	}
	
	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	
	.appForm .split50col .col {
		float: none;
		width: 100%;
	}
	.appForm .split50col .col:first-child {
		float: none;
	}
	.appForm p.city {
		width: 100%;
		float: none;
	}
	.appForm p.state {
		width: 48%;
	}
	.appForm p.zip {
		width: 48%;
	}
}

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

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}
	
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}
	
	
	.fifty {
		width: 99%;
		text-align: center;
	}
	.fifty.left,
	.fifty.right {
		float: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.appForm .split50 p {
		float: none;
		width: 100%;
	}
	.appForm .split33 p {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	a img.alignright#boarding-img {
		display: block !important;
		float: none !important;
		margin: 5px auto 20px auto !important;
	}
}

@media screen and (max-width: 375px) {
	.radioBtn label {
		display: block;
		float: none;
	}
}

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

	body {
	}
	
	/* Home Logos */
	#homeLogos {
	}
	#homeLogos p {
		font-size: 1.25em;
		line-height: 1.75em;
	}

	#featured p {
		font-size: 12px;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

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

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

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

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}