/*
Theme Name: cwpt_s
Theme URI: https://underscores.me/
Author: Underscores.me
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cwpt_s
*/
/*
Theme Name: cwpt_s
Theme URI: https://underscores.me/
Author: Underscores.me
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cwpt_s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cwpt_s is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.test {
  width: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a, a:visited {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

span.avoidwrap { display:inline-block; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .content:before,
.clear:after,
.content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-info:before,
.site-header:after,
.site-info:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .content:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-info:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

.hentry {
  margin: 0; }

.fullwidth {
  width: 100%; }

.smallerwidth, .content, .title {
  max-width: 1024px !important;
  margin: 0 auto; }

.row {
  margin: 0px !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0 0 160px; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 160px;
  width: 100%; }

hr {
  color: #eee; }

body {
  font-family: "Open Sans", sans-serif;
  color: #333; }

p {
  font-size: 140%;
  padding-bottom: 10px;
  margin: 10px; }

strong {
  color: #666; }

a, a:visited {
  color: #476fc9;
  text-transform: none; }
  a:hover {
    opacity: 0.8;
    text-decoration: none; }

li {
  font-size: 124%; }

h1 {
  font-size: 300%; }

h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 300%; }

h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 280%; }

.boxshadow {
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2); }

.content {
  -webkit-box-shadow: 0px 0px 6px -2px rgba(51, 51, 51, 0.6);
  -moz-box-shadow: 0px 0px 6px -2px rgba(51, 51, 51, 0.6);
  -ms-box-shadow: 0px 0px 6px -2px rgba(51, 51, 51, 0.6);
  box-shadow: 0px 0px 6px -2px rgba(51, 51, 51, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f8fd;
  padding: 20px;
  margin-bottom: 80px; }

.title {
  font-size: 160%;
  margin-top: 20px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif; }
  .title h1 {
    padding-bottom: 10px;
    margin: 0; }

.nomargin {
  margin: 0 !important; }

.no-p p {
  display: none; }

.site-title {
  margin: 24px; }

.site-header, .site-info {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 135px; }

.headernumber {
  float: right;
  position: absolute;
  top: 25px;
  right: 0;
  padding-right: 20px;
  text-align: right; }
  .headernumber h1 {
    font-size: 180%;
    font-weight: bold;
    color: #0b4a91;
    margin: 0 0; }
  .headernumber a {
    font-size: 60%;
    text-transform: uppercase;
    color: #731e38; }
    .headernumber a:hover {
      opacity: 0.8;
      text-decoration: none; }

.main-navigation {
  position: absolute;
  top: 85px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: #0b4a91;
  display: table; }
  .main-navigation ul {
    float: right; }
  .main-navigation li a {
    padding: 6px 20px;
    background-color: #0b4a91;
    color: #fff;
    font-size: 200%;
    height: 50px;
    display: table-cell;
    vertical-align: middle; }
    .main-navigation li a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .main-navigation li:last-child a {
    background-color: #731e38; }

.navbackgroundblue, .middlebackground, .navbackgroundred {
  height: 50px;
  width: 100vw;
  background-color: #0b4a91;
  position: absolute;
  top: 85px;
  z-index: -3; }

.middlebackground {
  width: 50vw;
  left: 0;
  z-index: -1; }

.navbackgroundred {
  background-color: #731e38;
  z-index: -2; }

.site-info {
  padding: 40px 20px 20px 20px; }
  .site-info a {
    color: #fff; }
    .site-info a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .site-info a:visited {
    color: #fff; }

.site-footer {
  background-color: #0b4a91;
  color: #fff; }

.site-content {
  max-width: 2048px;
  margin: 0 auto; }

.entry-title {
  display: none; }

.entry-content {
  margin: 0; }

.homebottomimg, .hometopimg, .abouttopimg, .servicestopimg {
  background-image: url(../../uploads/2017/03/runnerwoman1-e1526340371822.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 2048px;
  z-index: 10; }

.hometopimg {
  background-image: url(../../uploads/2017/03/pexels-photo-196464-e1526340355871.jpg);
  height: 330px;
  background-position: center;
  z-index: -1; }

.sitebio {
  color: #333;
  text-align: right;
  background: none;
  padding: 10px 30px;
  margin: 20px 20px 20px 0; }
  .sitebio h2 {
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 600%;
    padding: 0 0 10px 0;
    margin: 0 0 0 0; }
    .sitebio h2::after {
      content: "";
      display: block;
      margin: 20px 0;
      width: 80px;
      height: 2px;
      float: right;
      background: #731e38; }
  .sitebio p {
    font-size: 200%;
    padding: 25px 0 0 0; }

.emphcolor {
  color: #0b4a91; }

.infocard, .help {
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  background: #0b4a91;
  margin-top: -25px;
  z-index: 1;
  color: #fff;
  display: inline-block;
  padding: 20px; }
  .infocard h2, .help h2 {
    padding: 0;
    margin: 0; }

.help {
  color: #333;
  margin-bottom: 30px;
  background-color: #fffaed;
  background-color: rgba(255, 250, 237, 0.8);
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2); }
  .help p {
    margin: 10px; }

.schedulebutton a, .contactbutton a {
  background-color: #731e38;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 180%;
  float: right;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2); }
  .schedulebutton a:hover, .contactbutton a:hover {
    opacity: 0.8;
    text-decoration: none; }

.homeodd {
  background-color: #f6f8fd;
  padding: 10px 0 80px;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 10px 10px -5px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: 0px 10px 10px -5px rgba(51, 51, 51, 0.2);
  box-shadow: inset 0px 0px 10px 5px rgba(51, 51, 51, 0.2); }

.homegrid {
  text-align: center; }

.griditem, .helpbutton {
  background-color: #eee;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  margin: 10px;
  padding: 10px;
  color: #fff; }

.painitem {
  margin: 10px;
  padding: 10px;
  color: #333;
  background-color: #fffaed;
  background-color: rgba(255, 250, 237, 0.8);
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2); 
  min-height: 200px;
  display: table; }

.testimony-padding-cont {
  position: relative;
  top: -15px;
}

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

.bumpdown {
  position: relative;
  top: 40px;
}

.call {
  text-align: center;
  color: #731e38;
  font-size: 160%;
  margin: 30px 0 0; }
  .call div a {
    float: none;
    font-size: 160%; }
  .call p {
    padding-bottom: 40px;
  }

.helpbutton {
  background-color: #731e38;
  font-size: 200%; }
  .helpbutton a {
    background-color: #731e38;
    text-align: center;
    color: #fff;
    padding: 10px;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
    box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2); }
    .helpbutton a:hover {
      opacity: 0.8;
      text-decoration: none; }

.abouttitle {
  background-color: #fffaed;
  background-color: rgba(255, 250, 237, 0.8);
  text-align: center;
  color: #333;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  margin-top: 70px;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
}
.abouttitle h2 {
  padding: 0 0 5px;
}

.helpitems {
  margin-top: 30px;
  margin-bottom: 30px; }

.abouttopimg {
  background-image: url(../../uploads/2017/08/WAmountains2.jpg);
  height: 400px; }

.about {
  padding: 20px 30px !important;
  margin: 26px 15px !important; }

.james {
  text-align: right;
  padding-right: 30px;
}
.james p {
    font-size: 180%;
    font-style: italic;
    position: relative;
    top: 10px;
}
.james img {
    height: auto;
    width: 180px;
    max-width: 100%;
    border: 4px solid #731e38;
    margin-bottom: -50px;
}

.helpitemsabout {
  font-size: 80%;
  margin-top: 50px;
}

.helpbuttonabout {
    margin: 12px 0;
    padding: 10px 5px;
}

.info {
  font-size: 120%; }
  .info strong {
    font-weight: bolder;
    font-size: 140%; }

.infowidget {
	margin: 30px 0 40px;
}

.quote {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.bio img {
  margin-bottom: 50px; }

.bio p {
  border-left: 4px solid #731e38;
  padding: 10px 30px;
  font-size: 160%;}

.contact {
  margin: 10px 0 50px; }
  .contact h3 {
    margin: 0 0 25px 0px; }
  .contact p {
    margin-left: 20px; }

.servicestopimg {
  background-image: url(../../uploads/2017/03/runnerwoman1-e1526340371822.jpg);
  background-position: right; }

.services, .about, .equipment {
  background-color: #f6f8fd;
  background-color: rgba(246, 248, 253, 0.8);
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  margin: 26px 0 0 0;
  padding: 10px 30px; }
  .services p, .about p, .equipment p {
    color: #666; }
  .services table, .about table, .equipment table {
    font-size: 160%;
    margin: 5px 15px; }
    .services table tr td, .about table tr td, .equipment table tr td {
      padding: 5px 0; }

.equipment {
  background-color: #eee;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: -2px 2px 2px 0px rgba(51, 51, 51, 0.2);
  color: #fff; }
  .equipment p {
    color: #fff; }

.policiestable {
  border: 1px solid #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px auto;
  max-width: 800px;
  color: #666;
  padding: 0 20px;
  background-color: #fff; }
  .policiestable h2 {
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    margin: 0 0 15px; }
  .policiestable ul {
    list-style: none;
    font-size: 120%;
    margin-left: 0; }
    .policiestable ul li ul {
      font-size: 80%; }
  .policiestable a {
    color: #731e38; }
    .policiestable a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .policiestable a:hover {
    text-decoration: none; }
  .policiestable a:visited {
    color: #731e38; }

.policies {
  margin: 10px auto;
  max-width: 800px;
  color: #666; }
  .policies h2 {
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    margin: 0 0 15px; }
  .policies h3 {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 5px 0;
    margin: 30px 0 15px; }

.policiescont {
  border: 1px solid #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  margin: 20px 0;
  background-color: #fff; }

.article-content {
  padding: 20px 80px 100px 0;
  font-size: 120%;
  max-width: 650px; }
  .article-content h1 {
    padding: 0 0 10px; }
  .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    color: #666; }
  .article-content ul {
    padding-top: 10px;
    padding-bottom: 10px; }

.contactbutton a {
  float: left;
  margin: 10px; }

.sidebar {
  padding: 0 20px; }

.wpcf7-submit {
  background-color: #731e38 !important;
  color: #fff !important;
  font-size: 120% !important;
  padding: 10px !important; }
  .wpcf7-submit:hover {
    opacity: 0.8;
    text-decoration: none; }

.wpcf7-form {
  margin: 20px; }

@media only screen and (max-width: 1000px) {
  body {
    font-size: 0.7em;
  }
  p {
    font-size: 160%;
  }
  .painitem {
    margin: 10px 0;
    min-height: 160px; }
  .headernumber h1 {
    font-size: 280%;
  }
  .homeodd {
    padding: 10px 0 50px;
  }
  .about, .quote, .james {
    font-size: 120%;
  }
  .helpbuttonabout {
    font-size: 300%;
  }
  .title {
    margin-left: 20px;
  }
  .article-content ul {
    font-size: 140%;
  }
}

@media only screen and (max-width: 767px) {
  .article-content {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 140%;
    max-width: 500px;
  }
  .sidebar {
    padding: 0 40px;
    font-size: 140%;
  }
  #wd-mapgmwd_widget-2 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 0.6em;
  }
  p {
    font-size: 200%;
  }
    .main-navigation {
    height: 30px;
    top: 55px;
  }
    .main-navigation li a {
    padding: 6px 12px;
    height: 30px;
  }
  .navbackgroundblue, .middlebackground, .navbackgroundred {
  height: 30px;
  top: 55px;
  }
  .site-header, .site-info {
    height: 80px;
  }
  .headernumber {
    top: 10px;
  }
  .site-branding img {
    width: 168px;
    height: auto;
  }
  .site-title {
    margin: 10px;
  }
  .hometopimg {
    height: 200px;
  }
  .homeodd {
    padding: 10px 0 30px;
  }
  .bumpdown {
    top: 0px;
  }
  .sitebio {
    padding: 30px 0;
    margin: 20px 0;
  }
  .title {
    margin-top: 20px;
  }
  .about, .quote, .james {
    font-size: 160%;
  }
  .about {
    margin-top: 10px;
  }
  h3 {
    font-size: 320%;
  }
  .helpitemsabout {
    font-size: 100%;
  }
  .testimony-padding-cont {
    padding: 0;
  }
  .testimony-padding {
    padding: 0 5px;
    max-height: 170px;
  }
  .painitem {
    margin: 5px 0;
  }
  .testimony {
    font-size: 120%;
  }
}

@media only screen and (max-width: 470px) {
  body {
    font-size: 0.5em;
  }
  .painitem {
    padding: 0 5px;
  }
}
