/*
Theme Name: Scott Stringer
Theme URI:
Description:
Author: GPSIMPACT
Author URI: http://gpsimpact.com
Version: 1.0
*/
/* ------- Global -------
blue: 003764
teal: 35bfae
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-7-21 13:37:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-7-21 13:47:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

body {
  background-color: #1e2547;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 80px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #1e2547;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  transition: all 0.2s ease-in-out 0s !important;
}

a:hover,
a:focus,
a:active {
  color: #f89d26;
}

img {
  max-width: 100%;
  height: auto;
}

#main {
  background: #fff;
}

.blog #main {
  padding-bottom: 25px;
}

/* ------- Typography ------- */
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-weight: 700;
}

.section-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #323232;
}

.blog .section-title,
.archive .section-title,
.search .section-title,
.page .section-title {
  margin-top: 35px;
}

blockquote {
  background: #f8f8f8;
  border-left: 10px solid #acbee4;
  margin: 1.5em 10px;
  padding: 10px 20px;
}

blockquote p {
  display: inline;
}

/* ------- Header ------- */
.navbar {
  background: #fff;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #1e2547;
}

@media (min-width: 992px) {
  .nav {
    margin-top: 5px;
  }
  .navbar {
    padding: 10px 0;
  }
}

#searchform {
  margin-bottom: 30px;
}

.navbar-brand {
  text-indent: -99999px;
  background-image: url("/wp-content/uploads/2020/09/no-logo-b@3x.png");
  background-repeat: no-repeat;
  background-position: 0 0 !important;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 120px;
  height: 100px;
  position: absolute;
  z-index: 99999;
}

@media (min-width: 992px) {
  .navbar-brand {
    position: absolute;
    width: 140px;
    height: 140px;
    background-position: 0 0 !important;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 999;
  }
}

.nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #1e2547;
  font-size: 14px;
}

.dropdown-menu > li > a {
  color: #1e2547;
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width: 768px) {
  .dropdown-menu > li > a {
    color: #003764;
  }
}

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #f89d26;
  background-color: #FFF;
  text-decoration: none;
}

.nav > li.donate a {
  background-color: #f89d26;
  color: #fff;
}

.nav > li.donate a:hover,
.nav > li.donate a:focus {
  background-color: #f89d26;
  background-color: #f89d26;
  color: #fff;
  filter: brightness(0.9);
}

.navbar-toggle {
  font-size: 25px;
  background-color: #f89d26;
  color: #fff;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #f89d26;
  background-color: #f89d26;
  filter: brightness(0.9);
}

.navbar-collapse {
  border: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .nav > li.facebook a,
  .nav > li.twitter a {
    font-size: 0px;
    padding-bottom: 7px;
    font-weight: 400;
  }
  .nav > li.facebook a:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    content: '\f09a';
  }
  .nav > li.twitter a:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    content: '\f099';
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}

/* ------- Posts & Pages ------- */
.loop .post {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .loop .post {
    margin-bottom: 50px;
  }
  .home-news-pad {
    padding: 10px 30px;
  }
}

.home .loop .post {
  margin-bottom: 0;
}

.post-header.image {
  position: relative;
  z-index: 15;
  background-color: #003764;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.post-header.image .post-title {
  padding: 20px 0;
  color: #fff;
  padding: 200px 0 10px 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .post-header.image .post-title {
    padding: 300px 0 10px 0;
    font-size: 50px;
  }
}

@media (min-width: 1400px) {
  .post-header.image .post-title {
    padding: 500px 0 10px 0;
    font-size: 50px;
  }
}

.post-meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}

.post-header.image .post-meta {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 40px;
}

.post-body {
  padding: 35px 0 35px 0;
}

@media (min-width: 768px) {
  .single .post-body p,
  .single .post-body li,
  .single .post-body blockquote,
  .page .post-body p,
  .page .post-body li,
  .page .post-body blockquote {
    font-size: 19px;
    line-height: 1.75;
  }
}

.post-body h2 {
  font-size: 31px;
}

.post-body h3 {
  font-size: 24px;
}

.post-body h4 {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.post-body small {
  font-size: 15px;
}

.post-body:first-child {
  background: red;
}

.post-body p:last-of-type {
  margin-bottom: 0;
}

.post-footer li {
  font-size: 14px;
  text-transform: uppercase;
}

.post-footer .btn {
  color: #1e2547;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  transition: all 0.2s ease-in-out 0s !important;
}

.post-footer .btn:hover {
  color: #f89d26;
  transform: translateX(0.5rem);
}

/* ------- Splash Page ------- */
body.page-template-page-splash {
  padding-top: 0;
}

.page-template-page-splash .hero {
  background: #003764;
  position: relative;
  z-index: 10;
  margin: 0;
}

@media (min-width: 768px) {
  .page-template-page-splash .hero {
    background-image: url("");
    background-position: 80% 25%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#signup {
  margin: 0 0;
  transition: margin 0.5s ease-in-out;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.hero {
  padding: 0;
  display: block;
  position: relative;
  z-index: 5;
}

.home section.hero {
  min-height: 80vh;
}

.hero img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: block;
}

.hero.image .overlay {
  opacity: 0;
}

@media (min-width: 768px) {
  .hero.image .overlay {
    opacity: 0.25;
  }
  .hero.image .container {
    position: absolute;
    z-index: 25;
    top: 75%;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    color: #fff;
    width: 100%;
    padding: 0 25px;
  }
}

.hero .container > * {
  margin: 0;
  padding: 0;
}

.hero.image .post-title {
  color: #003764;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

.home .hero h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .hero.image .post-title {
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    margin: 0;
  }
  .hero.image .post-meta {
    border: none;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
}

.hero .form legend {
  border: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 15px;
}

.hero .form-group.email {
  float: left;
  width: 65%;
  margin-right: 5%;
}

.hero .form-group.zip {
  float: left;
  width: 30%;
}

@media (max-width: 767px) {
  .home .hero {
    background-image: none !important;
    background-color: #1e2547;
  }
}

@media (max-width: 968px) {
  .page-template-template-formnhero .hero {
    background-image: none !important;
    background-color: #00265a;
  }
}

/* ------- Home Page: Latest News ------- */
#latest-news .row:last-of-type {
  margin-top: 35px;
}

/* ------- Home Page: Three Actions ------- */
#actions {
  background-color: #acbee4;
  padding: 0;
}

#actions .item {
  background: #00265a;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  #actions .item {
    width: 33.3334%;
    height: 200px;
  }
}

#actions .item a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 15;
}

/* ------- Home Page: Latest Tweets ------- */
#latest-tweets {
  text-align: center;
  background-color: #00265a;
  /*background-image: url('assets/img/twitter_bg.jpg');*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 14px;
}

#latest-tweets .tweet a {
  color: #fff;
  text-decoration: underline;
}

#latest-tweets .section-title .fa {
  font-size: 60px;
  color: #4099FF;
}

#latest-tweets .fb .section-title .fa {
  color: #fff;
}

#latest-tweets .section-title:after {
  display: none;
}

#latest-tweets .container {
  position: relative;
  z-index: 25;
}

#latest-tweets .item span {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
  margin: 0 50px 10px 50px;
  display: block;
}

@media (min-width: 768px) {
  #latest-tweets .item span {
    font-size: 24px;
  }
  #latest-tweets .item p a span {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    display: inline;
  }
}

#latest-tweets .rfbp-heading {
  display: none;
}

#latest-tweets .timePosted {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 25px 0;
}

#latest-tweets .item {
  padding: 10px 0 10px 0;
}

#latest-tweets .fa {
  color: #fff;
}

#latest-tweets .carousel-control.left, #latest-tweets .carousel-control.right {
  background: none !important;
  padding-top: 50px;
}

#latest-tweets .carousel-control.left {
  left: -15px;
}

#latest-tweets .carousel-control.right {
  right: -15px;
}

#latest-tweets .carousel-control {
  width: 5%;
  opacity: 1;
  color: #dedede;
  text-shadow: none !important;
}

/* ------- Contact Page ------- */
#contact {
  opacity: 1;
  -moz-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

#contact.bye {
  opacity: 0;
  height: 0px;
}

#contact textarea.form-control {
  min-height: 250px;
}

/* ------- Footer ------- */
#footer {
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #f89d26 !important;
}

#footer-logo {
  width: 75%;
  max-width: 350px;
  display: block;
  margin: 35px auto;
}

#footer-signup {
  background-color: #d0202e;
  padding: 25px 0;
}

#footer-signup legend {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  #footer-signup .form-group {
    width: 40%;
    float: left;
    margin-right: 1%;
  }
  #footer-signup .form-group.zip {
    width: 18%;
    margin-right: 0;
  }
  #footer-signup .btn {
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}

#disclaimer {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 90%;
  max-width: 350px;
  margin: 35px auto 25px auto;
  display: block;
  border: 1px solid #fff;
  padding: 8px 0;
}

/* ------- Buttons ------- */
.btn-primary {
  background-color: #003764;
  border-color: #003764;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #35bfae;
  border-color: #35bfae;
  color: #003764;
}

.btn-contribute {
  background-color: #00467F;
  border-color: #00467F;
  color: #fff;
}

.btn-contribute:hover,
.btn-contribute:focus {
  background-color: #e0303e;
  border-color: #e0303e;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff !important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff !important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff !important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff !important;
  text-shadow: none;
}

.btn-outline {
  background: transparent;
  border: 2px solid #003764;
  color: #1e2547;
}

.btn-outline:hover,
.btn-outline:focus {
  background-color: #1e2547;
  color: #fff;
}

/* ------- Misc ------- */
.home .section {
  position: relative;
  z-index: 10;
  padding: 50px 0;
}

#main .form {
  display: block;
  height: auto;
  -moz-transition: height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}

.form-control,
.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn {
  text-transform: uppercase;
}

.share {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share li {
  font-size: 30px;
  margin: 0;
  width: 50px;
}

.share li a {
  background-color: #aaa;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 0;
}

.share li a.facebook {
  background-color: #5774b3;
}

.share li a.twitter {
  background-color: #4099FF;
}

.share li a.email {
  background-color: #6abd45;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
}

.overlay.black {
  background: #000;
  opacity: 0.3;
}

.overlay.blue {
  background: #003764;
  opacity: 0.6;
}

.top {
  position: relative;
  z-index: 25;
}

.event-details {
  margin-top: 30px;
}

@media (min-width: 768px) {
  /* Alignment */
  .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;
  }
}
