/*
==========================
==========================
  base
==========================
==========================
*/
/*
Theme Name: pcaf-custom-theme
Theme URI: http://underscores.me/
Author: Matt Kreiling
Author URI: http://tinynow.com
Description: Another custom theme by tinynow.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pcaf
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.

 pcaf-custom-theme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Menus - partially removed
6.0 Accessibility
7.0 Alignments
8.0 Clearings - removed
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
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: 1.5rem;
  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: 1.5rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
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: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 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;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
  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 */
}
/*--------------------------------------------------------------
7.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: 0 auto;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 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;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 15px;
}
.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;
}
/*
==========================
==========================
  variables
==========================
==========================
*/
/* Colors */
/* Sprites */
/* Breakpoints */
/* Icons */
/* Background Textures */
body {
  background: url(img/45-degree-fabric-light.png) fixed;
}
/*
==========================
==========================
  colors
==========================
==========================
*/
a,
a:visited {
  color: #008b9d;
}
a:hover {
  color: #00a2b7;
}
.red-dot {
  background: url(img/red-dot.svg) no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 1px black;
}
.teal-bg {
  background: #00a2b7;
}
.teal-bg a,
.teal-bg a:visited {
  color: white;
}
.teal-bg a:hover {
  color: #c6222f;
}
.red-bg {
  background: #c6222f;
  color: white;
}
.donate-button {
  background: #c6222f;
}
.pcaf-logo-on-teal {
  background-image: url(img/pcaf-logo-on-teal.svg);
  background-repeat: no-repeat;
}
.entry-content ul li {
  list-style: none;
}
.entry-content ul li:before {
  position: relative;
  top: -3px;
  left: -0.5em;
  display: inline-block;
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c6222f;
}
/*
==========================
==========================
  fonts
==========================
==========================
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 8, 2014 */
.sans {
  font-family: 'cooper_hewitt', helvetica, arial, sans-serif;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-thinitalic-webfont.eot');
  src: url('fonts/cooperhewitt-thinitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-thinitalic-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-thinitalic-webfont.woff') format('woff'), url('fonts/cooperhewitt-thinitalic-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-thin-webfont.eot');
  src: url('fonts/cooperhewitt-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-thin-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-thin-webfont.woff') format('woff'), url('fonts/cooperhewitt-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-book-webfont.eot');
  src: url('fonts/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-book-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-book-webfont.woff') format('woff'), url('fonts/cooperhewitt-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-bookitalic-webfont.eot');
  src: url('fonts/cooperhewitt-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-bookitalic-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-bookitalic-webfont.woff') format('woff'), url('fonts/cooperhewitt-bookitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-bolditalic-webfont.eot');
  src: url('fonts/cooperhewitt-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-bolditalic-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-bolditalic-webfont.woff') format('woff'), url('fonts/cooperhewitt-bolditalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-bold-webfont.eot');
  src: url('fonts/cooperhewitt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-bold-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-bold-webfont.woff') format('woff'), url('fonts/cooperhewitt-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'cooper_hewitt';
  src: url('fonts/cooperhewitt-heavy-webfont.eot');
  src: url('fonts/cooperhewitt-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cooperhewitt-heavy-webfont.woff2') format('woff2'), url('fonts/cooperhewitt-heavy-webfont.woff') format('woff'), url('fonts/cooperhewitt-heavy-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/*
==========================
==========================
  mixins
==========================
==========================
*/
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.down-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  border-bottom: none;
}
.up-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid gray;
  border-top: none;
}
.subtle-shadow {
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
}
input[type="submit"] {
  background: #008b9d;
  color: white;
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: 900;
  text-shadow: 0 1px 0px black;
  border: none;
  box-shadow: none;
}
.pcaf-button {
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: none;
  color: white;
  text-transform: uppercase;
}
.pcaf-button:hover {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
a.donate-button {
  padding: 1em 2em;
  border-radius: 6px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: white;
  text-decoration: none;
  text-shadow: 0px 1px 0px #444;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
}
a.donate-button:hover {
  -webkit-animation: beat .35s 20 alternate;
          animation: beat .35s 20 alternate;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes beat {
  from {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
  }
  to {
    -webkit-transform: scale(1.05) rotateZ(2deg);
            transform: scale(1.05) rotateZ(2deg);
    border-radius: 10px;
  }
}
@keyframes beat {
  from {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
  }
  to {
    -webkit-transform: scale(1.05) rotateZ(2deg);
            transform: scale(1.05) rotateZ(2deg);
    border-radius: 10px;
  }
}
.hearbeat {
  -webkit-animation: beat .35s 20 alternate;
          animation: beat .35s 20 alternate;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@keyframes beat {
  from {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
  }
  to {
    -webkit-transform: scale(1.05) rotateZ(2deg);
            transform: scale(1.05) rotateZ(2deg);
    border-radius: 10px;
  }
}
.post-background {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
}
.post-background:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .post-background:before {
    right: 0;
  }
}
.voices-post {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #c6222f;
}
.voices-post:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .voices-post:before {
    right: 0;
  }
}
.voices-post:before {
  background-image: url(img/our-voice.svg);
}
.voices-post .entry-title a {
  color: #c6222f;
}
.link-post {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #693c5e;
}
.link-post:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .link-post:before {
    right: 0;
  }
}
.link-post:before {
  background-image: url(img/link.svg);
}
.link-post .entry-title a {
  color: #693c5e;
}
.news-post {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #008b9d;
}
.news-post:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .news-post:before {
    right: 0;
  }
}
.news-post:before {
  background-image: url(img/news.svg);
}
.event-post {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #d64920;
}
.event-post:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .event-post:before {
    right: 0;
  }
}
.event-post:before {
  background-image: url(img/event.svg);
}
.event-post .entry-title a {
  color: #d64920;
}
.repeat-event-post {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #d64920;
}
.repeat-event-post:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .repeat-event-post:before {
    right: 0;
  }
}
.repeat-event-post:before {
  background-image: url(img/recurring-event.svg);
}
.repeat-event-post .entry-title a {
  color: #d64920;
}
#key {
  zoom: 1;
  margin-bottom: 2em;
  padding: 0 2%;
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
}
#key:before,
#key:after {
  content: "";
  display: table;
}
#key:after {
  clear: both;
}
#key:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  #key:before {
    right: 0;
  }
}
#key ul {
  margin: 0;
  padding: 0;
}
#key li {
  float: left;
  clear: right;
  list-style: none;
  margin-right: 20px;
  padding-left: 30px;
  line-height: 30px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
#key .voices {
  background-image: url(img/our-voice.svg);
}
#key .events {
  background-image: url(img/event.svg);
}
#key .repeating-events {
  background-image: url(img/recurring-event.svg);
}
#key .news {
  background-image: url(img/news.svg);
}
#key .links {
  background-image: url(img/link.svg);
}
/*
==========================
==========================
  typography
==========================
==========================
*/
body {
  font-family: 'cooper_hewitt', helvetica, arial, sans-serif;
  line-height: 1;
  padding-top: 2px;
}
p {
  line-height: 1.8;
  margin-bottom: 1.27em;
}
ul,
ol {
  line-height: 1.74;
  margin: 0 0 1.8em 2em;
}
h1 {
  font-size: 37.5px;
  font-size: 3.75rem;
  font-weight: bolder;
  line-height: 1.1;
  margin-bottom: .25em;
}
@media screen and (min-width: 30em) {
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.24;
    margin-bottom: .4em;
  }
}
.widget-title {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: .25em;
}
h2 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.39;
  font-weight: normal;
  margin-bottom: .4em;
}
@media screen and (min-width: 30em) {
  h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: '2/1'), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h2 {
    font-weight: lighter;
  }
}
h3,
.widget h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: .3em;
}
h4,
.widget h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: .5em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: '2/1'), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h4,
  .widget h3 {
    font-weight: lighter;
  }
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .75em;
}
h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
blockquote {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1.3em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: '2/1'), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  blockquote {
    font-weight: lighter;
  }
}
cite {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
  display: block;
  margin-top: -1.25em;
  margin-bottom: 1.3em;
}
cite:before {
  content: "–";
}
.entry-title a {
  text-decoration: none;
}
address {
  line-height: 1.1;
}
.listing h3 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
.listing h4 {
  font-size: 20px;
  font-size: 2rem;
}
.event-date {
  font-size: 25px;
  font-size: 2.5rem;
}
/*
==========================
==========================
  icons
==========================
==========================
*/
.facebook-icon,
.twitter-icon {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 2.5em;
}
.facebook-icon {
  background: url(img/facebook.svg) no-repeat;
}
.facebook-icon:hover {
  background: url(img/facebook-hover.svg) no-repeat;
}
.twitter-icon {
  background: url(img/twitter.svg) no-repeat;
}
.twitter-icon:hover {
  background: url(img/twitter-hover.svg) no-repeat;
}
/*
==========================
==========================
  structure
==========================
==========================
*/
body {
  width: 100%;
  zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  padding: 0;
}
.site-footer {
  clear: both;
}
.site-content {
  zoom: 1;
  padding-bottom: 6em;
}
.site-content:before,
.site-content:after {
  content: "";
  display: table;
}
.site-content:after {
  clear: both;
}
#primary {
  padding: 0 5px;
}
.custom-menu,
.call-out,
#secondary,
.footer-widgets {
  padding: 0 2vw;
}
.widget {
  text-align: center;
}
img.alignright,
img.alignleft {
  width: 50%;
}
@media screen and (min-width: 30em) {
  #primary {
    display: inline;
    float: left;
    width: 83.33333333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 52em) {
  .widget {
    text-align: inherit;
  }
  #primary {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 8.33333333%;
  }
  article.page {
    width: 100%;
    margin: 0;
  }
  #secondary,
  .custom-menu {
    display: inline;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
    clear: right;
  }
  .custom-menu {
    padding-left: 0;
  }
  img.alignright,
  img.alignleft {
    min-width: auto;
  }
}
@media screen and (min-width: 68.125em) {
  #primary {
    display: inline;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-left: 12.5%;
  }
  #secondary,
  .custom-menu {
    display: inline;
    float: left;
    width: 20.83333333%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
  }
}
@media screen and (min-width: 78em) {
  #secondary,
  .custom-menu {
    display: inline;
    float: left;
    width: 20.83333333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-right: 8.33333333%;
    float: right;
  }
}
/*
==========================
==========================
  header
==========================
==========================
*/
/* this was a trial */
.alternate-header {
  position: relative;
}
.alternate-header .site-branding {
  position: relative;
}
.alternate-header .site-title {
  width: 40%;
  max-width: 300px;
  margin: 0 auto;
}
.alternate-header .site-title a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  padding-bottom: 76%;
  margin: 0 2vw;
  background: url(http://test.tinynow.com/pcaf/wp-content/themes/pcaf/img/logo.svg) no-repeat left;
  background-size: contain;
}
.alternate-header .site-description {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .alternate-header .site-description {
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 2vw;
    width: 20%;
    font-size: 17.5px;
    font-size: 1.75rem;
    text-align: left;
  }
}
.alternate-header .header-contact {
  display: none;
}
@media screen and (min-width: 30em) {
  .alternate-header .header-contact {
    display: inline-block;
    position: absolute;
    right: 2vw;
    top: 27%;
  }
}
.alternate-header .menu-toggle {
  position: static;
  margin-bottom: 2em;
}
.header-contact {
  display: none;
}
.site-header {
  padding-top: 15px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #008b9d;
  background: white;
}
@media screen and (min-width: 720px) {
  .site-header {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 874px) {
  .site-header {
    padding-top: 0;
  }
}
.page-home .site-header {
  margin-bottom: 0;
  padding-top: 0;
}
.site-branding {
  display: table;
  width: 100%;
}
.site-title {
  margin: 5px 0;
  width: 100%;
  max-width: 150px;
  float: left;
  -webkit-transition: max-width 0.3s ease;
          transition: max-width 0.3s ease;
}
.site-title a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  height: 0;
  padding-bottom: 50%;
  margin: 0 2vw;
  background: url(http://test.tinynow.com/pcaf/wp-content/themes/pcaf/img/logo.svg) no-repeat left;
  background-size: contain;
}
.page-home .site-description {
  display: block;
  width: 70%;
  clear: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 33em) {
  .page-home .site-description {
    font-size: 20px;
    font-size: 2rem;
    text-align: right;
    padding-right: 5px;
  }
}
.site-description,
.shrink .site-description {
  display: none;
}
.breadcrumbs {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 14px;
  line-height: 1.2;
}
.home .breadcrumbs {
  display: none;
}
/*
==========================
==========================
  main-nav
==========================
==========================
*/
/*--------------------------------------------------------------
Menus 
--------------------------------------------------------------*/
/* TOGGLE */
.menu-toggle {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: -1em;
  margin-left: 2vw;
  padding: 2px 8px 6px 6px;
  font-size: 12.5px;
  font-size: 1.25rem;
  cursor: pointer;
  background: #c6222f;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
}
@media screen and (min-width: 68.125em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 3px 1px -3px 0;
  background: url(img/menu-plus-sprite.svg) no-repeat;
  background-size: 32px 16px;
  background-position: -16px center;
  -webkit-transition: background-position 0.3s ease;
          transition: background-position 0.3s ease;
}
.menu-toggle:hover:before {
  background-position: 0px 0px;
  -webkit-transition: -webkit-transform 0.3s ease, background-position 0.3s ease, color 0.5s ease;
          transition: transform 0.3s ease, background-position 0.3s ease, color 0.5s ease;
}
.toggled .menu-toggle:before {
  background-position: 0px 0px;
  -webkit-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
/* MENU */
#site-navigation {
  position: relative;
  z-index: 10;
}
.menu-main-menu-container {
  top: 3em;
  position: absolute;
  overflow: hidden;
  left: -100%;
  background: white;
  -webkit-transition: left .5s ease;
          transition: left .5s ease;
}
@media screen and (min-width: 68.125em) {
  .menu-main-menu-container {
    left: 0;
  }
}
.menu-main-menu-container > ul {
  margin: 0;
}
/* keep toggle on staff page and directory */
.toggled .menu-main-menu-container {
  left: 0;
}
/* TOGGLE SKIN */
.menu-toggle {
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: none;
  color: white;
  text-transform: uppercase;
  border-radius: 27.5px;
}
.menu-toggle:hover {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
/* Dropdowns */
.menu > .menu-item-has-children > a {
  position: relative;
}
.menu > .menu-item-has-children > a {
  cursor: default;
  padding-right: 16px;
}
.menu > .menu-item-has-children > a:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  border-bottom: none;
  border-top-color: #008b9d;
  position: absolute;
  top: 50%;
  right: 5px;
}
.main-navigation .menu-item-has-children.drop > a:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid gray;
  border-top: none;
  position: absolute;
  top: 50%;
  right: 5px;
  border-top-color: #008b9d;
}
.sub-menu {
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.main-navigation ul li.drop > ul {
  height: auto;
  max-height: 5000px;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.main-navigation ul ul {
  height: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 99999;
  background: white;
  -webkit-transition: max-height 0.4s ease;
          transition: max-height 0.4s ease;
}
.main-navigation ul ul ul {
  height: auto;
  max-height: 5000px;
}
/*  MENU SKIN */
.menu-main-menu-container ul {
  margin: 0;
}
.menu-main-menu-container li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
@media screen and (min-width: 30em) {
  .menu-main-menu-container li {
    line-height: 1.1;
  }
}
.menu-main-menu-container li a {
  display: block;
  padding: 10px 6px 10px 4px;
  text-decoration: none;
  border-bottom: 1px solid lightgray;
}
.menu-main-menu-container li a:hover {
  background: #c6222f;
  color: white;
}
@media screen and (min-width: 30em) {
  .menu-main-menu-container li a {
    padding: 6px;
  }
}
.menu-item > a {
  font-weight: normal;
}
.menu > .menu-item-has-children > a {
  font-weight: bold;
}
.current-menu-item > a {
  background: #008b9d;
  color: white;
}
.menu-main-menu-container {
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
}
@media screen and (min-width: 720px) {
  .menu-toggle {
    display: none;
  }
  .site-header {
    position: relative;
    margin-top: 0;
  }
  .page-home .site-header {
    margin-bottom: 0;
  }
  #site-navigation {
    zoom: 1;
    width: 100%;
    position: static;
    clear: both;
  }
  #site-navigation:before,
  #site-navigation:after {
    content: "";
    display: table;
  }
  #site-navigation:after {
    clear: both;
  }
  .menu-main-menu-container {
    margin: 0;
    position: relative;
    float: right;
    left: auto;
    right: 0;
    top: 0;
    overflow: visible;
    box-shadow: none;
    background: none;
  }
  .menu-main-menu-container ul ul {
    position: absolute;
    top: 1.8em;
    height: auto;
    max-height: 0;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: white;
    -webkit-transition: max-height 0.4s ease;
            transition: max-height 0.4s ease;
  }
  .menu-main-menu-container ul ul li {
    float: none;
  }
  .menu-main-menu-container ul .drop ul {
    max-height: 5000px;
  }
  .menu-main-menu-container li {
    float: left;
    width: auto;
  }
  .menu-main-menu-container li a {
    border-bottom: none;
  }
}
@media screen and (min-width: 874px) {
  .menu-main-menu-container {
    position: absolute;
  }
  .shrink.site-header {
    position: fixed;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 10;
  }
  .shrink .site-title {
    max-width: 90px;
  }
}
/*
==========================
==========================
  footer
==========================
==========================
*/
@media screen and (min-width: 52em) {
  .site-footer .widget {
    display: inline;
    float: left;
    width: 33.33333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media screen and (min-width: 58em) {
  .site-footer .widget {
    padding: 0 2%;
  }
}
.site-info {
  width: 100%;
  clear: both;
  padding: 3px;
  background: #c6222f;
  color: white;
  text-align: right;
}
.site-info a:hover {
  color: white;
}
.privacy-policy {
  text-align: left;
  float: left;
  line-height: 18px;
}
.privacy-policy a {
  color: white;
}
.site-footer {
  position: relative;
}
.site-footer:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  padding-bottom: 11.5%;
  background: url(img/domes-footer.svg) no-repeat transparent;
  background-size: 100%;
  background-size: cover;
}
.footer-widgets {
  zoom: 1;
  background: #00a2b7;
}
.footer-widgets:before,
.footer-widgets:after {
  content: "";
  display: table;
}
.footer-widgets:after {
  clear: both;
}
.footer-widgets a,
.footer-widgets a:visited {
  color: white;
}
.footer-widgets a:hover {
  color: #c6222f;
}
.footer-widgets .widget:first-child {
  text-align: left;
}
.footer-widgets .widget:last-child {
  text-align: right;
}
/*
==========================
==========================
  posts
==========================
==========================
*/
.entry-content {
  margin-bottom: 1em;
}
/* Consider editing templates so this isn't necessary */
.entry-meta {
  display: none;
}
.entry-footer {
  clear: both;
  font-weight: normal;
  text-align: right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: '2/1'), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .entry-footer {
    font-weight: lighter;
  }
}
.entry-footer a {
  text-decoration: none;
}
article.post {
  padding: 2em;
  margin-bottom: 5em;
}
.post.category-general {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #c6222f;
}
.post.category-general:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .post.category-general:before {
    right: 0;
  }
}
.post.category-general:before {
  background-image: url(img/our-voice.svg);
}
.post.category-general .entry-title a {
  color: #c6222f;
}
.post.category-news {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #008b9d;
}
.post.category-news:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .post.category-news:before {
    right: 0;
  }
}
.post.category-news:before {
  background-image: url(img/news.svg);
}
.post.category-events {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #d64920;
}
.post.category-events:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .post.category-events:before {
    right: 0;
  }
}
.post.category-events:before {
  background-image: url(img/event.svg);
}
.post.category-events .entry-title a {
  color: #d64920;
}
.post.category-repeating-event {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #d64920;
}
.post.category-repeating-event:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .post.category-repeating-event:before {
    right: 0;
  }
}
.post.category-repeating-event:before {
  background-image: url(img/recurring-event.svg);
}
.post.category-repeating-event .entry-title a {
  color: #d64920;
}
.post.category-links {
  position: relative;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  background-image: ;
  background-color: white;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  border-color: #693c5e;
}
.post.category-links:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 30em) {
  .post.category-links:before {
    right: 0;
  }
}
.post.category-links:before {
  background-image: url(img/link.svg);
}
.post.category-links .entry-title a {
  color: #693c5e;
}
a.visit-link {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: right;
  color: #693c5e;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: '2/1'), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.visit-link {
    font-weight: lighter;
  }
}
.edit-link {
  margin: 6px 0;
  display: block;
  clear: both;
}
.read-more {
  display: block;
  float: right;
  clear: both;
}
.entry-content img.aligncenter {
  margin: 12px auto;
}
/*
==========================
==========================
  pagination
==========================
==========================
*/
.custom-pagination {
  display: block;
  margin: 0 auto;
  clear: both;
  width: 96%;
}
.pagination-list {
  float: right;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #c6222f;
  border-radius: .75em;
}
.custom-pagination a {
  background: #c6222f;
  text-decoration: none;
  color: white;
}
.custom-pagination span.page-num {
  width: auto;
  margin-right: 10px;
  padding: 0;
  border: none;
}
.custom-pagination span.dots {
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  font-size: 25px;
  font-size: 2.5rem;
}
.nav-next {
  float: right;
}
/*
==========================
==========================
  feedback-button
==========================
==========================
*/
#un-button.un-left.css3 {
  top: auto;
  bottom: 10%;
  background: rgba(214, 73, 32, 0.9) !important;
}
/*
==========================
==========================
  sub-page-menu
==========================
==========================
*/
.custom-menu {
  zoom: 1;
  margin-bottom: 2em;
}
.custom-menu:before,
.custom-menu:after {
  content: "";
  display: table;
}
.custom-menu:after {
  clear: both;
}
.custom-menu h2 {
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: bolder;
  color: #c6222f;
}
.custom-menu ul {
  margin: 0;
}
.custom-menu .menu li {
  list-style: none;
  float: left;
  margin: 3px;
  text-align: center;
  border: 1px solid #008b9d;
}
.custom-menu .menu li a {
  padding: 2px 6px ;
  text-decoration: none;
}
.custom-menu .menu li:hover {
  background: #c6222f;
}
.custom-menu .menu li:hover a {
  color: white;
}
.custom-menu .menu .current-menu-item {
  background: #008b9d;
}
.custom-menu .menu .current-menu-item:hover {
  background: #008b9d;
}
.custom-menu .menu .current-menu-item:hover a {
  cursor: default;
}
/*
==========================
==========================
  testimonials
==========================
==========================
*/
.Testimonials_Widget_Slider_Widget blockquote {
  margin: 0;
  font-size: 17.5px;
  font-size: 1.75rem;
}
/*
==========================
==========================
  front-page
==========================
==========================
*/
@media screen and (min-width: 30em) {
  .page-home #primary {
    -moz-column-count: 2;
    -moz-column-gap: 1.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.5em;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    padding: 3px;
    overflow: hidden;
  }
  .page-home #primary > article {
    display: inline-block;
    /* Display inline-block, and absolutely NO FLOATS! */
    padding: 20px 10px;
    margin-top: 24px;
    margin-bottom: 14px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  .page-home #primary > article .entry-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .page-home #primary > article h2 {
    font-size: 22.5px;
    font-size: 2.25rem;
  }
  .page-home #primary > article h3 {
    font-size: 17.5px;
    font-size: 1.75rem;
  }
  .page-home #primary > article img {
    width: 100%;
    padding: 5px 0;
  }
}
@media screen and (min-width: 52em) {
  .page-home #primary {
    display: inline;
    float: left;
    width: 66.66666667%;
    margin-right: 0%;
    margin-left: 0%;
  }
}
@media screen and (min-width: 68.125em) {
  .page-home #primary {
    display: inline;
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
@media screen and (min-width: 78em) {
  .page-home #secondary {
    margin-right: 0%;
  }
}
/*
==========================
==========================
  slider
==========================
==========================
*/
#front-page-slider {
  margin-bottom: 2em;
}
#front-page-slider .item {
  height: 0;
  width: 100%;
  padding-bottom: 75.5%;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #008b9d;
  text-align: center;
}
#front-page-slider .slide-content {
  zoom: 1;
  position: relative;
  display: inline-block;
  max-width: 560px;
  margin-top: 10%;
  padding: 10px;
  color: white;
  text-align: center;
  line-height: 1;
  box-shadow: inset 0 0 100px rgba(0, 139, 157, 0.5), inset 0 0 120px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 black, 0 0 18px #008b9d;
  background: rgba(0, 139, 157, 0.7);
}
#front-page-slider .slide-content:before,
#front-page-slider .slide-content:after {
  content: "";
  display: table;
}
#front-page-slider .slide-content:after {
  clear: both;
}
#front-page-slider .slide-content p {
  font-size: 20px;
  line-height: 1.1;
  padding: 0 40px;
}
#front-page-slider .slider-button {
  display: inline-block;
  padding: 16px 24px;
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
  background: rgba(198, 34, 47, 0.9);
  border: 1px solid white;
  border-radius: 30px;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
}
#front-page-slider .slider-button:hover {
  background: #c6222f;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  text-shadow: none;
}
@media screen and (min-width: 600px) {
  #front-page-slider .item {
    padding-bottom: 50%;
  }
  #front-page-slider .slider-content {
    margin-top: 25%;
  }
}
@media screen and (min-width: 874px) {
  #front-page-slider .item {
    padding-bottom: 36%;
  }
}
@media screen and (max-width: 450px) {
  #front-page-slider .slide-content {
    margin-top: 15px;
  }
  #front-page-slider .slide-content h1 {
    font-size: 30px;
  }
  #front-page-slider .slide-content p {
    font-size: 16px;
    padding: 0 10px;
  }
}
.owl-buttons {
  position: relative;
  top: -48px;
  width: 100%;
  font-weight: 900;
  font-size: 20px;
}
.owl-buttons > div {
  height: 36px;
  width: 36px;
  margin: 0 4px;
  line-height: 32px;
  text-align: center;
  padding: 0 0 4px;
  color: white;
  background: #008b9d;
  border-radius: 50%;
}
.owl-buttons > div:hover {
  background: #c6222f;
  text-shadow: 0 1px 0 black;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
/* Styling Pagination*/
.owl-controls {
  text-align: center;
  height: 27px;
  padding: 4px 0;
}
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #c6222f;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/*
==========================
==========================
  people
==========================
==========================
*/
.page-directory #primary,
.page-staff #primary {
  width: 100%;
  margin: 0;
  padding: 0 2%;
}
.arrow_box_left {
  background: #fff;
}
.arrow_box_left:after {
  position: absolute;
  right: 100%;
  top: 45px;
  content: " ";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px;
}
.arrow_box_right:after {
  left: 100%;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 12px;
  margin-top: -12px;
}
.profile {
  position: relative;
  float: left;
  width: 50%;
  min-height: 310px;
  padding: .5em;
}
@media screen and (max-width: 32em) {
  .profile:nth-child(odd) img {
    float: right;
  }
  .profile:nth-child(odd) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(odd) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
.profile:hover .quote {
  overflow: visible;
  max-height: 1500px;
  opacity: 1;
  width: 150%;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.profile:hover img {
  width: 50%;
}
.profile img {
  border-radius: 50%;
  width: 90%;
  margin: 0 auto 5px;
  box-shadow: 1px 1px 2px #444;
  -webkit-transition: width 0.3s ease, box-shadow 0.3s ease;
          transition: width 0.3s ease, box-shadow 0.3s ease;
}
.profile h1,
.profile h2 {
  margin: 0;
  display: inline-block;
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: normal;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: '150/100'), only screen and (min-resolution: 96dpi), only screen and (min-resolution: 1.5dppx) {
  .profile h1,
  .profile h2 {
    font-weight: 100;
  }
}
.profile h2 {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.profile a {
  text-decoration: none;
}
.profile .quote {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 3;
  padding: .75em;
  box-shadow: 1px 1px 8px -4px #000000, -1px -1px 8px -4px #000000;
  background: #fff;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: normal;
  -webkit-transition: opacity .4s ease;
          transition: opacity .4s ease;
}
.profile .quote:after {
  position: absolute;
  right: 100%;
  top: 45px;
  content: " ";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px;
}
.profile .right-side img {
  float: right;
}
.profile .right-side .quote {
  left: auto;
  right: 45%;
}
.profile .right-side .quote:after {
  left: 100%;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 12px;
  margin-top: -12px;
}
.profile .left-side img {
  float: left;
}
.profile .left-side .quote {
  left: 45%;
  right: auto;
  background: #fff;
}
.profile .left-side .quote:after {
  position: absolute;
  right: 100%;
  top: 45px;
  content: " ";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px;
}
@media screen and (min-width: 32em) and (max-width: 44em) {
  .profile {
    width: 33.333%;
  }
  .profile:nth-child(3n+1) img {
    float: right;
  }
  .profile:nth-child(3n+1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(3n+1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:hover .quote {
    width: 150%;
  }
}
@media screen and (min-width: 44em) {
  .profile:hover .quote {
    width: 250%;
  }
}
@media screen and (min-width: 44em) and (max-width: 56em) {
  .profile {
    width: 25%;
  }
  .profile:nth-child(3n+1) img {
    float: left;
  }
  .profile:nth-child(3n+1) .quote {
    left: 45%;
    right: auto;
    background: #fff;
  }
  .profile:nth-child(3n+1) .quote:after {
    position: absolute;
    right: 100%;
    top: 45px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:nth-child(4n) img,
  .profile:nth-child(4n+1) img {
    float: right;
  }
  .profile:nth-child(4n) .quote,
  .profile:nth-child(4n+1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(4n) .quote:after,
  .profile:nth-child(4n+1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 56em) and (max-width: 68em) {
  .profile {
    width: 20%;
  }
  .profile:nth-child(4n) img,
  .profile:nth-child(4n+1) img {
    float: left;
  }
  .profile:nth-child(4n) .quote,
  .profile:nth-child(4n+1) .quote {
    left: 45%;
    right: auto;
    background: #fff;
  }
  .profile:nth-child(4n) .quote:after,
  .profile:nth-child(4n+1) .quote:after {
    position: absolute;
    right: 100%;
    top: 45px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:nth-child(5n) img,
  .profile:nth-child(5n+1) img {
    float: right;
  }
  .profile:nth-child(5n) .quote,
  .profile:nth-child(5n+1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(5n) .quote:after,
  .profile:nth-child(5n+1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 68em) and (max-width: 80em) {
  .profile {
    width: 16.666%;
  }
  .profile:nth-child(5n) img,
  .profile:nth-child(5n+1) img {
    float: left;
  }
  .profile:nth-child(5n) .quote,
  .profile:nth-child(5n+1) .quote {
    left: 45%;
    right: auto;
    background: #fff;
  }
  .profile:nth-child(5n) .quote:after,
  .profile:nth-child(5n+1) .quote:after {
    position: absolute;
    right: 100%;
    top: 45px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:nth-child(6n) img,
  .profile:nth-child(6n+1) img {
    float: right;
  }
  .profile:nth-child(6n) .quote,
  .profile:nth-child(6n+1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(6n) .quote:after,
  .profile:nth-child(6n+1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 80em) {
  .profile:hover .quote {
    width: 320%;
  }
}
@media screen and (min-width: 80em) and (max-width: 92em) {
  .profile {
    width: 14.285714286%;
  }
  .profile:nth-child(6n) img,
  .profile:nth-child(6n+1) img {
    float: left;
  }
  .profile:nth-child(6n) .quote,
  .profile:nth-child(6n+1) .quote {
    left: 45%;
    right: auto;
    background: #fff;
  }
  .profile:nth-child(6n) .quote:after,
  .profile:nth-child(6n+1) .quote:after {
    position: absolute;
    right: 100%;
    top: 45px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:nth-child(7n) img,
  .profile:nth-child(7n+1) img,
  .profile:nth-child(7n-1) img {
    float: right;
  }
  .profile:nth-child(7n) .quote,
  .profile:nth-child(7n+1) .quote,
  .profile:nth-child(7n-1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(7n) .quote:after,
  .profile:nth-child(7n+1) .quote:after,
  .profile:nth-child(7n-1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 92em) and (max-width: 104em) {
  .profile {
    width: 12.5%;
  }
  .profile:nth-child(7n) img,
  .profile:nth-child(7n+1) img,
  .profile:nth-child(7n-1) img {
    float: left;
  }
  .profile:nth-child(7n) .quote,
  .profile:nth-child(7n+1) .quote,
  .profile:nth-child(7n-1) .quote {
    left: 45%;
    right: auto;
    background: #fff;
  }
  .profile:nth-child(7n) .quote:after,
  .profile:nth-child(7n+1) .quote:after,
  .profile:nth-child(7n-1) .quote:after {
    position: absolute;
    right: 100%;
    top: 45px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:nth-child(8n) img,
  .profile:nth-child(8n-1) img,
  .profile:nth-child(8n+1) img {
    float: right;
  }
  .profile:nth-child(8n) .quote,
  .profile:nth-child(8n-1) .quote,
  .profile:nth-child(8n+1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(8n) .quote:after,
  .profile:nth-child(8n-1) .quote:after,
  .profile:nth-child(8n+1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 104em) {
  .profile {
    width: 11.111111%;
  }
  .profile:nth-child(8n) img,
  .profile:nth-child(8n-1) img,
  .profile:nth-child(8n+1) img {
    float: left;
  }
  .profile:nth-child(8n) .quote,
  .profile:nth-child(8n-1) .quote,
  .profile:nth-child(8n+1) .quote {
    left: 45%;
    right: auto;
    background: #fff;
  }
  .profile:nth-child(8n) .quote:after,
  .profile:nth-child(8n-1) .quote:after,
  .profile:nth-child(8n+1) .quote:after {
    position: absolute;
    right: 100%;
    top: 45px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
  .profile:nth-child(9n) img,
  .profile:nth-child(9n-1) img,
  .profile:nth-child(9n+1) img {
    float: right;
  }
  .profile:nth-child(9n) .quote,
  .profile:nth-child(9n-1) .quote,
  .profile:nth-child(9n+1) .quote {
    left: auto;
    right: 45%;
  }
  .profile:nth-child(9n) .quote:after,
  .profile:nth-child(9n-1) .quote:after,
  .profile:nth-child(9n+1) .quote:after {
    left: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
  }
}
/*
==========================
==========================
  directory
==========================
==========================
*/
.page-directory #primary {
  width: 100%;
  margin: 0;
}
.listing {
  padding: 0 .25em 0 0;
  margin-bottom: 2em;
  min-height: 6em;
}
h2 {
  clear: both;
}
@media screen and (min-width: 30em) {
  .listing {
    display: block;
    width: 50%;
    float: left;
  }
}
/*
==========================
==========================
  donate
==========================
==========================
*/
.page-support .entry-title {
  display: none;
}
.page-support #black-studio-tinymce-6 {
  display: none;
}
/*
==========================
==========================
  test
==========================
==========================
*/
.test {
  width: 320px;
  margin: 0 auto;
}
li[class^="color"] {
  list-style: none;
  float: left;
  height: 70px;
  width: 70px;
  margin: 5px;
  color: white;
  font-weight: 900;
  text-align: center;
  line-height: 70px;
}
.color-1 {
  background: #008b9d;
}
.color-2 {
  background: #c6222f;
}
.color-3 {
  background: #d64920;
}
.color-4 {
  background: #693c5e;
}
.color-5 {
  background: #00a2b7;
}
.color-6 {
  background: #9b0a77;
}
/*
==========================
==========================
  hacks
==========================
==========================
*/
#post-832 .entry-header {
  display: none;
}
