/*!
Theme Name: ACC Starter Theme
Theme URI: http://underscores.me/
Author: Austin Crane
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acc-starter-theme
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.

ACC Starter Theme is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/* 

	Colors 

*/
/* 

	Typography 

*/
/* 

	Structure 

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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-appearance: textfield;
  box-sizing: content-box; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.pt {
  font-family: 'PT Sans', sans-serif; }

.opensans {
  font-family: 'Open Sans', sans-serif; }

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

/*

	Headings 

*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "PT Serif", serif; }

/*

	Copy 

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

.entry-header h1,
.pageheading {
  line-height: 1;
  color: #25547f;
  margin: 0 0 15px 0;
  font-font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 400; }
  @media screen and (min-width: 600px) {
    .entry-header h1,
    .pageheading {
      font-size: 28px; } }
  @media screen and (min-width: 600px) {
    .entry-header h1,
    .pageheading {
      font-size: 30px; } }

.entry-content {
  font-font-family: "Open Sans", sans-serif;
  font-size: 16px; }
  .entry-content h2 {
    font-size: 19px;
    font-weight: 700; }
  .entry-content h3 {
    font-size: 17px;
    font-weight: 700; }
  .entry-content h4 {
    font-size: 16px;
    font-weight: 700; }
  .entry-content h5 {
    font-size: 14px;
    font-weight: 700; }
  .entry-content h6 {
    font-size: 12px;
    font-weight: 700; }
  .entry-content img {
    width: 100%; }
  @media screen and (min-width: 600px) {
    .entry-content {
      font-size: 16px; }
      .entry-content img {
        width: auto; } }
  @media screen and (min-width: 600px) {
    .entry-content {
      font-size: 16px; } }

.entry-meta {
  font-font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  color: #25547f; }

article,
.content-area,
.widget-area,
.content-area-full,
.entry-header {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.editor-button {
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  color: #25547f;
  width: auto;
  display: inline-block;
  float: left;
  border: 1px solid #25547f; }
  .editor-button a {
    display: block;
    padding: 10px 20px; }
    .editor-button a:hover {
      color: #fff;
      background-color: #25547f; }

/*--------------------------------------------------------------
# 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 http://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, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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. */ }

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;
  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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

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;
  font-size: 12px;
  font-size: 0.75rem; }
  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; }

select {
  border: 1px solid #ccc; }

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"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

input.search-field {
  width: 45%;
  float: left;
  margin-right: 5%; }

input.search-submit {
  width: 35%;
  float: left; }

form.search-form {
  overflow: hidden;
  margin-bottom: 30px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #25547f;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  a:visited {
    color: #25547f; }
  a:hover, a:focus, a:active {
    color: rgba(37, 84, 127, 0.6); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

button:focus {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 1040px) {
  ul#primary-menu {
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 1040px) {
  .dropdown::after {
    content: url(images/dropdown.png);
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 0; } }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      background-color: #25547f;
      float: left;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        text-align: center; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: auto;
        padding: 10px 10px;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        background-color: rgba(255, 255, 255, 0.3); }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    font-size: 20px;
    width: 100%;
    margin: 10px 0; }
    .main-navigation li ul {
      margin: 0 0 20px 0; }
      .main-navigation li ul li {
        font-size: 14px;
        margin: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: white;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .main-navigation a:hover {
      color: rgba(255, 255, 255, 0.7); }
  @media screen and (min-width: 600px) {
    .main-navigation li {
      font-size: 22px;
      width: 100%;
      line-height: 60px; }
    .main-navigation ul ul {
      border-top: 3px solid #000;
      margin: 5px auto 20px auto; }
      .main-navigation ul ul li {
        font-size: 14px;
        line-height: 1.5; } }
  @media screen and (min-width: 1040px) {
    .main-navigation {
      background-color: #25547f; }
      .main-navigation li {
        font-size: 14px;
        width: auto;
        margin: 0; }
      .main-navigation ul ul {
        position: absolute;
        top: 60px;
        left: -999em;
        margin: 0 auto; }
        .main-navigation ul ul li {
          text-align: left; }
        .main-navigation ul ul a {
          width: 250px; } }
  @media screen and (min-width: 1300px) {
    .main-navigation li {
      font-size: 17px;
      width: auto; }
    .main-navigation ul ul li {
      text-align: left; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  background-color: #25547f;
  border: 0;
  box-shadow: none;
  background: none;
  text-shadow: none;
  color: #fff; }

.menu-toggle {
  width: auto;
  font-size: 22px;
  margin: 10px auto 40px auto;
  border: 1px solid #fff;
  padding: 10px 20px;
  background-color: #25547f;
  border-radius: 5px; }
  .menu-toggle:hover {
    box-shadow: none; }
  .menu-toggle.active {
    outline: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.3); }

.main-navigation.toggled ul {
  width: 100%; }
  @media screen and (min-width: 1040px) {
    .main-navigation.toggled ul {
      width: auto; } }

@media screen and (min-width: 1040px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.menu-primary-menu-container {
  background-color: #25547f;
  overflow: hidden; }
  @media screen and (min-width: 1040px) {
    .menu-primary-menu-container {
      overflow: visible; } }

.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; }
  .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::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header: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; }

#primary {
  clear: both; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

.wrapper {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both; }
  @media screen and (min-width: 1300px) {
    .wrapper {
      padding: 0; } }

.banner-wrapper {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  overflow: hidden; }
  @media screen and (min-width: 1300px) {
    .banner-wrapper {
      padding: 0; } }

.content-area {
  width: 100%;
  float: left; }
  @media screen and (min-width: 600px) {
    .content-area {
      width: 70%;
      margin: 80px 0 80px 0; } }

.content-area-full {
  width: 100%;
  float: left; }
  @media screen and (min-width: 600px) {
    .content-area-full {
      margin: 80px 0 80px 0; } }

.widget-area {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 400; }
  .widget-area ul {
    margin: 0 0 30px 0;
    padding: 0; }
    .widget-area ul li {
      color: #25547f; }
  .widget-area ul li, .widget-area li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 400; }
    .widget-area ul li a, .widget-area li a {
      color: #25547f;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-area ul li:hover, .widget-area li:hover {
      font-weight: 700; }
    @media screen and (min-width: 600px) {
      .widget-area ul li, .widget-area li {
        font-size: 19px; } }
    @media screen and (min-width: 600px) {
      .widget-area ul li, .widget-area li {
        font-size: 19px; } }
  .widget-area p {
    font-size: 16px; }
  @media screen and (min-width: 600px) {
    .widget-area {
      width: 26%;
      padding: 0 0 0 3%;
      float: right;
      margin: 80px 0 40px 0;
      border-left: 1px solid #333; }
      .widget-area:before {
        width: auto;
        content: " ";
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 0;
        bottom: 0;
        border-left: 1px solid #333; } }
  .widget-area h2 {
    color: #000;
    font-font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 700; }
    @media screen and (min-width: 600px) {
      .widget-area h2 {
        font-size: 19px; } }
    @media screen and (min-width: 600px) {
      .widget-area h2 {
        font-size: 19px; } }
  .widget-area h3 {
    color: #000;
    font-font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 700; }
    @media screen and (min-width: 600px) {
      .widget-area h3 {
        font-size: 19px; } }
    @media screen and (min-width: 600px) {
      .widget-area h3 {
        font-size: 19px; } }

.resource-area {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
  padding: 5%;
  overflow: hidden;
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 400; }
  .resource-area ul {
    margin: 0 0 30px 0;
    padding: 0; }
    .resource-area ul li {
      color: #fff; }
  .resource-area ul li, .resource-area li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "PT Serif", serif;
    font-size: 15px;
    font-weight: 400; }
    .resource-area ul li a, .resource-area li a {
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .resource-area ul li:hover, .resource-area li:hover {
      font-weight: 700; }
    @media screen and (min-width: 600px) {
      .resource-area ul li, .resource-area li {
        font-size: 15px; } }
    @media screen and (min-width: 600px) {
      .resource-area ul li, .resource-area li {
        font-size: 15px; } }
  .resource-area p {
    font-size: 16px; }
  @media screen and (min-width: 600px) {
    .resource-area {
      width: 26%;
      padding: 0 0 30px 3%;
      float: right;
      margin: 80px 0 40px 0; } }
  .resource-area h2 {
    color: #fff;
    font-font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 700; }
    @media screen and (min-width: 600px) {
      .resource-area h2 {
        font-size: 19px; } }
    @media screen and (min-width: 600px) {
      .resource-area h2 {
        font-size: 19px; } }
  .resource-area h3 {
    color: #fff;
    font-font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 700; }
    @media screen and (min-width: 600px) {
      .resource-area h3 {
        font-size: 19px; } }
    @media screen and (min-width: 600px) {
      .resource-area h3 {
        font-size: 19px; } }
  .resource-area h4 {
    color: #fff;
    margin: 20px 0;
    font-font-family: "PT Serif", serif;
    font-size: 16px;
    font-weight: 400; }
    @media screen and (min-width: 600px) {
      .resource-area h4 {
        font-size: 16px; } }
    @media screen and (min-width: 600px) {
      .resource-area h4 {
        font-size: 16px; } }

header#masthead {
  width: 100%;
  text-align: center; }

/* Logo */
.logo, h1.logo {
  width: 280px;
  height: 30px;
  z-index: 1;
  margin: 20px auto;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 600px) {
    .logo, h1.logo {
      float: left;
      margin: 40px 10px;
      width: 400px;
      height: 43px; } }
  @media screen and (min-width: 1300px) {
    .logo, h1.logo {
      width: 600px;
      height: 65px;
      margin: 40px 0 40px 0; } }

.logo a, h1.logo a {
  width: 280px;
  height: 30px;
  display: block;
  text-indent: -9000px; }
  @media screen and (min-width: 600px) {
    .logo a, h1.logo a {
      width: 400px;
      height: 43px; } }
  @media screen and (min-width: 1300px) {
    .logo a, h1.logo a {
      width: 600px;
      height: 65px; } }

.donate {
  display: none;
  width: auto;
  text-align: center;
  margin: 10px auto; }
  .donate a {
    background-color: #25547f;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .donate a:hover {
      padding: 15px 30px 10px 30px; }
  @media screen and (min-width: 600px) {
    .donate {
      display: block;
      position: absolute;
      margin: 0;
      top: -5px;
      right: 0px; } }

.footer-donate {
  display: block;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 10px auto 40px auto; }
  .footer-donate a {
    background-color: #25547f;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    display: block;
    text-decoration: none; }
  @media screen and (min-width: 600px) {
    .footer-donate {
      display: none; } }

.site-description {
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 10px auto;
  font-family: "PT Serif", serif;
  font-size: 16px; }
  @media screen and (min-width: 600px) {
    .site-description {
      font-size: 20px; } }
  @media screen and (min-width: 1040px) {
    .site-description {
      font-size: 20px;
      text-align: right;
      float: right;
      margin: 70px 0 0 0;
      font-size: 18px; } }
  @media screen and (min-width: 1300px) {
    .site-description {
      font-size: 22px; } }

footer.site-footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  overflow: hidden;
  clear: both;
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: #25547f;
  font-size: 18px;
  font-family: "Open Sans", sans-serif; }
  footer.site-footer h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "PT Serif", serif; }
  footer.site-footer a {
    color: #fff; }
    footer.site-footer a:hover {
      color: #25547f; }
  @media screen and (min-width: 600px) {
    footer.site-footer {
      font-size: 14px; }
      footer.site-footer h3 {
        font-size: 16px; } }
  @media screen and (min-width: 1300px) {
    footer.site-footer {
      padding: 20px 0;
      font-size: 18px; }
      footer.site-footer h3 {
        font-size: 20px; } }

.footer-left {
  width: 100%;
  margin: 20px auto;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .footer-left {
      width: 45%;
      float: left;
      margin: 0;
      text-align: left; } }

.footer-right {
  width: 100%;
  margin: 20px auto;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .footer-right {
      width: 45%;
      float: right;
      margin: 0;
      text-align: right; } }

.footer-email {
  margin-bottom: 40px; }

.home-banner {
  background-color: #000;
  clear: both;
  margin: 0 0 50px 0;
  width: 100%;
  overflow: hidden;
  position: relative; }

.bann-img {
  width: 60%;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .bann-img {
      width: 200px;
      float: left; } }
  @media screen and (min-width: 830px) {
    .bann-img {
      width: 200px; } }
  @media screen and (min-width: 1040px) {
    .bann-img {
      width: 250px; } }

.bann-img img {
  width: 100%; }

.banner-text {
  width: auto;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif; }
  .banner-text h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: "PT Serif", serif; }
  @media screen and (min-width: 600px) {
    .banner-text {
      text-align: right;
      position: absolute;
      top: 20%;
      right: 0;
      font-size: 14px; }
      .banner-text h2 {
        font-size: 24px; } }
  @media screen and (min-width: 1300px) {
    .banner-text {
      font-size: 20px;
      padding-bottom: 0; }
      .banner-text h2 {
        font-size: 31px; } }

.related-posts {
  width: 100%;
  clear: both; }
  .related-posts h3 {
    width: 100%;
    color: #25547f;
    border-bottom: 4px solid #25547f;
    padding: 5px 0;
    font-size: 18px;
    font-family: "PT Serif", serif; }
  @media screen and (min-width: 600px) {
    .related-posts {
      width: 95%;
      float: left; } }

h2.reform-title {
  width: 100%;
  clear: both;
  margin: 20px auto 40px auto;
  overflow: hidden;
  color: #25547f;
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-weight: 400; }

.content-block {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 80px; }
  @media screen and (min-width: 600px) {
    .content-block {
      float: left;
      width: 28%; } }
  .content-block h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #25547f;
    padding: 15px 0;
    margin: 0 0 25px 0;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: 400; }
    @media screen and (min-width: 600px) {
      .content-block h2 {
        font-size: 18px; } }
    @media screen and (min-width: 1300px) {
      .content-block h2 {
        font-size: 24px; } }

.block-image {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc; }
  .block-image img {
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0; }

.block-image-no-border {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0; }
  .block-image-no-border img {
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0; }

.block-left {
  margin: 10px auto; }
  @media screen and (min-width: 600px) {
    .block-left {
      margin: 0 8% 50px 0; } }

.block-right {
  margin: 10px auto; }
  @media screen and (min-width: 600px) {
    .block-right {
      margin: 0 0 50px 0; } }

.learnmore {
  width: auto;
  display: inline-block;
  margin: 20px auto;
  position: relative;
  font-family: "PT Serif", serif; }
  .learnmore a {
    padding: 10px 20px;
    display: inline-block;
    color: #25547f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #25547f;
    border-width: 1px;
    border-style: solid; }
    .learnmore a:hover {
      background-color: #25547f;
      color: #fff; }
  @media screen and (min-width: 600px) {
    .learnmore {
      position: absolute;
      bottom: 10px;
      right: 0;
      left: 0; } }

article.articles {
  width: 100%;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #25547f; }
  article.articles h2 {
    font-size: 19px; }
    article.articles h2 a {
      color: #000;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      article.articles h2 a:hover {
        color: #25547f; }
  @media screen and (min-width: 600px) {
    article.articles {
      float: left;
      width: 30%; } }

article.first {
  margin: 10px auto;
  padding-bottom: 70px; }
  @media screen and (min-width: 600px) {
    article.first {
      margin: 0 3% 30px 0; } }

article.last {
  margin: 10px auto;
  padding-bottom: 70px; }
  @media screen and (min-width: 600px) {
    article.last {
      margin: 0 0 30px 0; } }

article.single {
  width: 100%;
  position: relative; }
  article.single h2 {
    font-size: 19px; }
    article.single h2 a {
      color: #000;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      article.single h2 a:hover {
        color: #25547f; }
  @media screen and (min-width: 600px) {
    article.single {
      float: left;
      width: 95%; } }

.date {
  color: #25547f;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 19px;
  font-family: "PT Serif", serif; }

.story-name {
  color: #000;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-family: "PT Serif", serif; }

.side-story-excerpt {
  font-family: "Open Sans", sans-serif; }

.story-position {
  color: #000;
  width: 100%;
  margin: -15px 0 15px 0;
  font-size: 16px;
  font-family: "PT Serif", serif; }

.side-story h3 {
  font-size: 16px;
  color: #25547f; }

.readmore {
  width: auto;
  display: inline-block;
  margin: 20px auto;
  position: relative;
  font-family: "PT Serif", serif; }
  .readmore a {
    padding: 10px 20px;
    display: inline-block;
    color: #25547f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #25547f;
    border-width: 1px;
    border-style: solid; }
    .readmore a:hover {
      background-color: #25547f;
      color: #fff; }
  @media screen and (min-width: 600px) {
    .readmore {
      position: absolute;
      bottom: 10px;
      left: 0; } }

.organization {
  width: 100%;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  float: left;
  font-family: "PT Serif", serif; }
  .organization a {
    width: 100%;
    padding: 5%;
    display: inline-block;
    color: #25547f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #25547f;
    border-width: 1px;
    border-style: solid; }
    .organization a:hover {
      background-color: #25547f;
      color: #fff; }

.seminars {
  width: 100%;
  clear: both;
  border: 1px solid #25547f;
  overflow: hidden; }

.seminar {
  width: 90%;
  margin: 10px auto;
  text-align: center;
  position: relative; }
  .seminar a {
    width: 100%;
    display: inline-block;
    border: 1px solid #25547f;
    background-color: rgba(37, 84, 127, 0);
    padding: 10px 0;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
    .seminar a:hover {
      background-color: rgba(37, 84, 127, 0.8);
      color: #fff; }
  .seminar .download {
    padding: 0;
    position: relative; }
    .seminar .download::before {
      content: url(images/download.png);
      width: 10px;
      height: 12px;
      position: absolute;
      left: -15px;
      top: 0; }
  @media screen and (min-width: 600px) {
    .seminar {
      width: 33.3333333%;
      float: left;
      margin: 0; } }

.side-story {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
  border-bottom: 4px solid #25547f; }

.column-left {
  width: 100%;
  margin: 10px auto; }
  @media screen and (min-width: 600px) {
    .column-left {
      width: 45%;
      float: left;
      margin: 0 5% 0 0; } }

.column-right {
  width: 100%;
  margin: 10px auto; }
  @media screen and (min-width: 600px) {
    .column-right {
      width: 45%;
      float: left;
      margin: 0; } }

.single-resource-col {
  width: 100%;
  position: relative;
  padding: 0; }
  @media screen and (min-width: 600px) {
    .single-resource-col {
      width: 40%;
      float: left; } }

.r-first {
  margin: 10px auto; }
  @media screen and (min-width: 600px) {
    .r-first {
      margin: 0 10% 30px 0; } }

.r-last {
  margin: 10px auto; }
  @media screen and (min-width: 600px) {
    .r-last {
      margin: 0 0 30px 0; } }

.resource-title {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  font-family: "PT Serif", serif; }
  .resource-title a {
    width: 100%;
    padding: 5%;
    display: inline-block;
    color: #25547f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-color: #25547f;
    border-width: 1px;
    border-style: solid; }
    .resource-title a:hover {
      background-color: #25547f;
      color: #fff; }

.resource-col {
  width: 100%;
  border-top: 3px solid #25547f;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 10px;
  float: left; }
  .resource-col .col-left {
    width: 20%;
    float: left;
    height: 80px; }
    @media screen and (min-width: 600px) {
      .resource-col .col-left {
        height: 40px; } }
    @media screen and (min-width: 830px) {
      .resource-col .col-left {
        height: 50px; } }
    @media screen and (min-width: 1040px) {
      .resource-col .col-left {
        height: 70px; } }
    @media screen and (min-width: 1300px) {
      .resource-col .col-left {
        height: 80px; } }
  .resource-col .col-right {
    width: 75%;
    float: right;
    font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 400; }
  .resource-col .col-left-long {
    width: 20%;
    float: left;
    height: 80px;
    margin-right: 5%; }
    @media screen and (min-width: 600px) {
      .resource-col .col-left-long {
        width: 10%;
        height: 40px; } }
    @media screen and (min-width: 830px) {
      .resource-col .col-left-long {
        width: 10%;
        height: 50px; } }
    @media screen and (min-width: 1040px) {
      .resource-col .col-left-long {
        width: 10%;
        height: 70px; } }
    @media screen and (min-width: 1300px) {
      .resource-col .col-left-long {
        width: 10%;
        height: 80px; } }
    @media screen and (min-width: 1400px) {
      .resource-col .col-left-long {
        width: 10%; } }
  .resource-col .col-right-long {
    width: 75%;
    float: left;
    font-family: "PT Serif", serif;
    font-size: 19px;
    font-weight: 400; }

.pdf, .doc, .mp3 {
  text-indent: -9000px; }
  .pdf a, .doc a, .mp3 a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    background-position: center center; }
    .pdf a:hover, .doc a:hover, .mp3 a:hover {
      background-color: #25547f; }

.pdf a {
  background-image: url(images/pdf.png); }

.doc a {
  background-image: url(images/doc.png); }

.mp3 a {
  background-image: url(images/mp3.png); }

.tags {
  width: 100%;
  margin: 20px 0 30px 0;
  float: left;
  font-size: 14px;
  color: #25547f; }

.tag {
  width: 30px;
  height: 20px;
  margin: 2px 5px 10px 0;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(images/tag.png); }

.donate-top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .donate-top .col-left {
    width: 100%;
    float: left; }
    @media screen and (min-width: 600px) {
      .donate-top .col-left {
        width: 45%; } }
  .donate-top .col-right {
    width: 100%;
    float: right; }
    @media screen and (min-width: 600px) {
      .donate-top .col-right {
        width: 45%; } }

.pub-image {
  width: 100%;
  margin: 10px auto; }
  .pub-image img {
    width: 100%; }
  @media screen and (min-width: 600px) {
    .pub-image {
      width: 130px;
      margin: 0 15px 15px 0;
      float: left; } }

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

/*# sourceMappingURL=style.css.map */
