/*
Theme Name: ptf
Theme URI: http://flinthillsdesign.com
Author: Flint Hills Design
Author URI: http://flinthillsdesign.com
Description: Theme for ptf.
Version: 1.0
Text Domain: ptf
Domain Path: /languages/
*/
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
html,
body {
  font-weight: 100;
}
h2 {
  text-transform: uppercase;
}
img {
  width: 100%;
  height: auto;
}
.yellow-text {
  color: #E9C46A;
}
.green-text {
  color: #2A9D8F;
}
.white-text {
  color: white;
}
.italic {
  font-style: italic;
}
.arrow {
  font-style: italic;
}
.arrow::after {
  content: url('img/link-decoration-green.svg');
  display: inline-block;
  width: 9px;
  margin-left: 3px;
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  top: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,111111+100&1+0,0+93 */
  background: -moz-linear-gradient(top, #111111 0%, rgba(17, 17, 17, 0) 93%, rgba(17, 17, 17, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #111111 0%, rgba(17, 17, 17, 0) 93%, rgba(17, 17, 17, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #111111 0%, rgba(17, 17, 17, 0) 93%, rgba(17, 17, 17, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#00111111', GradientType=0);
  /* IE6-9 */
}
.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-top: 8em;
  padding-bottom: 2.5em;
}
.page-hero.default {
  background-image: url('img/capitol-bg-3.jpg');
  background-position: 50% 16%;
}
.page-hero.liberty {
  background-image: url('img/Liberty-Bell-and-Constitution.jpg');
  background-position: 50% 31%;
}
.page-hero h4 {
  font-weight: 100;
  text-shadow: 0 0 10px #333333;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-hero .heading-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .page-hero .heading-wrapper .title-section {
    width: 50%;
  }
}
.page-hero .heading-wrapper .resource-section {
  background-color: #E9C46A;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  margin-top: 3rem;
}
.page-hero .heading-wrapper .resource-section:hover {
  background-color: #e2b23e;
}
@media (min-width: 768px) {
  .page-hero .heading-wrapper .resource-section {
    width: 35%;
    align-self: center;
    padding-top: 0;
    margin-top: 0;
  }
}
.page-hero .heading-wrapper .resource-section a {
  color: #333333;
}
.page-hero .heading-wrapper .resource-section a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}
.nav > li > a {
  padding: 16px 10px;
  display: block;
  border-bottom: 2px solid transparent;
}
.nav > li > a:hover {
  border-bottom: 2px solid #E9C46A;
}
@media (min-width: 768px) {
  .nav > li > a {
    padding: 10px 10px;
    font-size: 15px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 2rem 0;
  }
}
.navbar-default .navbar-nav > .active > a {
  color: white;
  border-bottom: 2px solid #E9C46A;
}
.navbar-default .navbar-toggle {
  margin: 3rem 1rem;
}
.navbar-brand {
  padding: 25px 15px;
  width: 80%;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-brand {
    max-width: 80%;
    padding: 0 15px;
  }
}
.navbar-brand img {
  width: 100%;
  min-height: 51px;
  max-width: 250px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-brand img {
    max-width: 275px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 300px;
  }
}
#ptf-navbar-collapse {
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #ptf-navbar-collapse {
    background-color: transparent;
    position: inherit;
  }
}
/*--------------------------------------------------------------
Page Styles
--------------------------------------------------------------*/
section {
  padding: 2em 0;
}
.center-title {
  text-align: center;
}
.well {
  color: #333333;
}
.btn {
  border: none;
}
.btn::after {
  content: url('img/link-decoration-white.svg');
  display: inline-block;
  width: 9px;
  margin-left: 3px;
}
.btn.btn-default {
  background-color: #E9C46A;
  color: #333333;
}
.btn.btn-default:hover {
  background-color: #e2b23e;
}
.btn.btn-default::after {
  content: url('img/link-decoration-dark.svg');
  display: inline-block;
  width: 9px;
  margin-left: 3px;
}
.btn.btn-alert {
  text-transform: uppercase;
  background-color: #ed6a5e;
  color: white;
}
.btn.btn-alert:hover {
  background-color: #e84030;
}
.title-decoration {
  height: 3em;
  display: block;
  margin: 0 auto;
}
.involved-bg {
  background-image: url('img/involved-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.involved-bg a {
  color: #E9C46A;
  font-style: italic;
}
.icon.ribbon::before {
  content: url('img/ribbon.svg');
  display: inline-block;
  width: 2.2em;
  margin-right: 0.6em;
  position: relative;
  top: 19px;
}
.icon.staff::before {
  content: url('img/staff.svg');
  display: inline-block;
  width: 2.2em;
  margin-right: 0.6em;
  position: relative;
  top: 12px;
}
.icon.gift::before {
  content: url('img/gift.svg');
  display: inline-block;
  width: 2.2em;
  margin-right: 0.6em;
  position: relative;
  top: 12px;
}
.icon.lightbulb::before {
  content: url('img/lightbulb.svg');
  display: inline-block;
  width: 2.2em;
  margin-right: 0.6em;
  position: relative;
  top: 12px;
}
.news hr {
  margin-bottom: 0;
}
.news small {
  display: inline-block;
  padding-bottom: 1em;
}
.news h3 {
  font-size: 1.06em;
}
.news .news-story {
  margin-top: 2em;
}
.involved-btn .btn-default {
  color: #333333;
}
.involved-btn .btn-default:hover {
  color: #333333;
}
@media (min-width: 768px) {
  .involved-btn {
    padding-top: 5.75em;
  }
}
.news-btn {
  text-align: center;
  margin-top: 2em;
}
#secondary {
  background-image: url('img/sidebar-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5em;
  color: white;
  border-radius: 5px;
}
#secondary section {
  padding: 0;
}
#secondary hr.dotted-line {
  border-top: 1px dotted #EEEEEE;
}
.co-widget-area ul {
  padding-left: 0;
  list-style: none;
}
.co-widget-area ul li {
  margin-bottom: 2rem;
}
.co-widget-area ul li a:hover {
  text-decoration: none;
}
.co-widget-area ul li img {
  border: 3px solid white;
}
.co-widget-area ul li p {
  color: white;
}
#npp-widget-war {
  border: 2px solid #2A9D8F;
}
#npp-widget-war .npp-widget-title {
  text-align: center;
  margin: 0;
  background-color: #2A9D8F;
  width: 100%;
  color: white;
}
#npp-widget-war .npp-widget-summary {
  padding: 1 1.5em;
  width: 80%;
  margin: 0 auto 1em;
  text-align: center;
}
#npp-widget-war .npp-widget-total {
  font-size: 2em;
  text-align: center;
}
#npp-widget-war .npp-widget-meta {
  text-align: center;
  background-color: #2A9D8F;
  color: white;
  margin-bottom: 0;
}
#npp-widget-war .npp-widget-meta a {
  color: #333333;
}
.post-navigation {
  display: none;
}
.liberty-bell {
  background-image: url('img/liberty-bell.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.signup-form {
  background-color: #EEEEEE;
  padding: 2em;
  margin-bottom: 1em;
}
.signup-form label {
  padding-top: 1em;
  font-weight: normal;
}
.embed-image {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  padding: 0.5em;
  background-color: #EEEEEE;
  margin: 1em 0;
}
.embed-image img {
  margin-bottom: 0.6em;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-info {
  background-color: #EEEEEE;
  padding-top: 2em;
}
@media (min-width: 768px) {
  .site-info {
    background: url('img/footer-decoration.png'), #EEEEEE;
    background-repeat: no-repeat;
  }
}
.site-info h5 {
  border-bottom: 1px dotted #999999;
  text-transform: uppercase;
}
.site-info a {
  color: #333333;
}
.site-info img {
  width: 17.37em;
  margin-bottom: 1em;
}
.site-info .btn-default {
  color: #333333;
}
.site-info .btn-default:hover {
  color: #333333;
}
.copy-login {
  background-color: #264653;
  padding: 0.3em 0;
  margin-top: 2em;
  color: white;
}
.copy-login a {
  color: white;
}
.border-top {
  border-top: 1px dotted #999999;
  padding-top: 1.5em;
}
.entry-content .post-date {
  color: #999999;
}
.entry-content .read-more {
  padding-top: 0.8em;
}
.staff-board h3 {
  margin-top: 0;
  color: #2A9D8F;
}
.staff-board a {
  font-weight: bold;
}
.staff-board .title {
  color: #999999;
}
/*--------------------------------------------------------------
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;
}
.nav-next {
  float: right;
  margin-bottom: 50px;
}
/*--------------------------------------------------------------
12.2 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: 24.5%;
}
.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 {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .video-section {
    padding: 2rem 0;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper .video-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
a.callout {
  margin-bottom: 2rem;
  display: block;
}
@media (min-width: 768px) {
  a.callout {
    margin-bottom: 4rem;
  }
}
a.callout:hover {
  text-decoration: none;
}
a.callout:hover .callout-content {
  transform: scale(1.01);
}
a.callout .callout-content {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  transition: background ease-in-out 0.2s, transform ease-in-out 0.2s;
}
@media (min-width: 768px) {
  a.callout .callout-content {
    display: flex;
  }
}
a.callout .callout-content.lewis {
  background: #2A9D8F;
  color: white;
}
a.callout .callout-content.gumbleton {
  background: #E9C46A;
  color: #333333;
}
a.callout .callout-content.gumbleton .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 50%;
}
@media (min-width: 768px) {
  a.callout .callout-content.gumbleton .image {
    width: 30%;
  }
}
a.callout .callout-content .image {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  a.callout .callout-content .image {
    width: 30%;
  }
}
a.callout .callout-content .image img {
  width: 100%;
  height: auto;
}
a.callout .callout-content .text {
  padding: 2rem;
  text-align: center;
}
a.callout .callout-content .text h2 {
  margin: 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  a.callout .callout-content .text h2 {
    font-size: 3.5rem;
  }
}
a.callout .callout-content .text p {
  margin: 0;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  a.callout .callout-content .text p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  a.callout .callout-content .text {
    width: 70%;
    align-self: center;
    padding: 4rem;
    text-align: left;
  }
}

/* April 2024 announcement styles */
.announcement {
  position: relative;
  margin-bottom: 4rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  color: white;
}
.announcement .announcement-text .announcement-tag {
  background: #db4639;
  padding: 2rem;
}
.announcement-text h2 {
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .announcement {
    /* background: url('img/declaration-of-independence.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; */
  margin-bottom: 10rem;
  }
  .announcement-image {
    height: 50rem;
    overflow: hidden;
  }
  .announcement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .announcement-text {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .announcement-text .announcement-tag {
    width: 90%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
  }
}