/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License



/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */

.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Layout */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
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 {
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
}
/* Force the vertical scrollbar in FF */
html {
  overflow-y: scroll;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

* {
  box-sizing: border-box;
}

a {
  transition: all 200ms ease-out;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #17385b;
  position: relative;
}

html {
  background-color: #17385b;
}

.inner {
  width: 70%;
  margin: 0 auto;
  display: block;
  max-width: 1000px;
  position: relative;
}

.site-header ul {
  display: inline-block;
  padding: 0 20px 0 0;
  text-align: right;
  vertical-align: middle;
  /* width: 71%; */
  width: calc(100% - 230px);
}

.site-header ul li {
  list-style: none;
  margin-right: 4%;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.site-header ul li a {
  color: #17385b;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.site-header ul li a:hover {
  color: #d8222b;
}

.site-header ul li:last-of-type {
  margin-right: 0;
}

.site-header ul li:last-of-type a {
  border: solid 2px #d8222b;
  padding: 5px 10px;
  color: #d8222b;
}

.site-header ul li:last-of-type a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.site-header a#headerlogo {
  display: inline-block;
  /* margin-right: 4%; */
  margin-right: 30px;
  vertical-align: middle;
  /* width: 10%; */
  width: 80px;
}

.site-header a#headerlogo svg {
  width: 100%;
  max-width: 75px;
  height: auto;
}

#headersocial {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}

#headersocial a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

#headersocial svg {
  height: 30px;
  width: auto;
}

#headersocial svg .fill {
  transition: all ease-in-out 0.4s;
}

#headersocial svg:hover .fill {
  fill: #d8222b;
}

#footer {
  padding: 50px 0;
  color: #ffffff;
}

/* Typography */
.main-content,
.site-header {
  background-color: #ffffff;
}

.main-content {
  /* padding: 50px 0 0 0; */
  padding: 70px 0 0 0;
  min-height: 300px;
}

.page-template-page-home .maincontent {
  padding-top: 100px;
}

.site-header {
  padding-top: 30px;
}

.page-template-page-home .site-header {
  padding-top: 100px;
}

.main-content h1 {
  font-size: 40px;
  line-height: 45px;
  color: #17385b;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 0px;
}

.main-content p {
  font-size: 18px;
  line-height: 28px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-content h2 {
  font-size: 35px;
  line-height: 46px;
  color: #17385b;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 0px;
}

.main-content h3 {
  font-size: 27px;
  line-height: 35px;
  color: #17385b;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-content h4 {
  font-size: 23px;
  line-height: 30px;
  color: #17385b;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-content h5 {
  font-size: 18px;
  line-height: 25px;
  color: #17385b;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-content h6 {
  font-size: 17px;
  line-height: 22px;
  color: #17385b;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-content p a,
.main-content a {
  color: #17385b;
  font-weight: bold;
  text-decoration: none;
}

.main-content p a:hover,
.main-content a:hover {
  color: #d8222b;
}

.main-content li {
  font-size: 18px;
  line-height: 24px;
  color: #2a2a2a;
  margin-bottom: 5px;
}

.main-content ul,
.main-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.site-header img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

#footerdisclaimer {
  border: solid 1px #ffffff;
  padding: 7px 14px;
  display: inline-block;
}

#footer #footerleft {
  width: 68%;
  display: inline-block;
  vertical-align: bottom;
}

#footer #footerright {
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
}

a#footerlogo {
  display: block;
  margin-bottom: 20px;
}

a#footerlogo svg {
  width: 120px;
  height: auto;
}

#footer p {
  font-size: 12px;
  line-height: 18px;
}

#footer ul {
  margin-bottom: 50px;
}

#footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

#footer ul li a {
  font-weight: bold;
}

#footer ul li:last-of-type a {
  border: solid 2px #d8222b;
  padding: 5px 15px;
  color: #d8222b;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #d8222b;
}

#footer ul li:last-of-type a:hover {
  border: solid 2px #ffffff;
  color: #ffffff;
}

#footer ul,
#footer #footersocial {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

#footer #footersocial a {
  margin-right: 5px;
}
.page-template-default .site-header,
.page-template-page-demsummer .site-header {
  padding-top: 10px;
}
.ngp-form span,
.ngp-form p {
  font-size: 13px !important;
  line-height: 15px;
}

#id_social iframe {
  margin: 0 auto !important;
}

#masthead {
  height: 500px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: 50px;
}

/* .main-content {
  padding: 20px 0 0 0;
} */

.page-id-5 #masthead {
  background-position: left bottom !important;
}

.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.page-template-page-home .quote-section-wrapper {
  background-color: #17385b;
  position: relative;
  margin-top: 30px;
}

.quote-section-wrapper {
  background-color: #142549;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0px !important;
}

.quote-wrapper-inner {
  position: absolute;
  top: 90px;
  right: 70px;
  width: 450px;
}

.page-template-page-home .quote-wrapper-inner {
  position: relative;
  top: unset;
  right: unset;
  width: unset;
}

.quote-section-wrapper img {
  object-position: left;
  width: 45%;
  object-fit: cover;
  height: 400px;
}

.quote-wrapper-inner .quote {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}

.page-template-default .quote-wrapper-inner p {
  font-size: 18px;
}

.quote-wrapper-inner .cite {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding-bottom: 40px;
}

.quote-section-wrapper img {
  width: 100%;
  height: auto;
}

.page-template-page-home .quote-wrapper {
  position: relative;
}

.take-action-wrapper {
  background-color: #17385b;
  display: block;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 0px;
}

.quote-section-wrapper img {
  object-position: left;
  width: 45%;
  object-fit: cover;
  height: 450px;
}

.take-action-card {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

.take-action-card:nth-of-type(3n + 3) {
  margin-right: 0;
}

.take-action-card img {
  height: 120px;
  width: auto;
  display: inline-block;
}

#wpadminbar {
  z-index: 100000;
  position: fixed;
}

.take-action-card h3 {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 15px;
  min-height: 50px;
}

.take-action-card a {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}

.take-action-card a:hover {
  color: #d8222b;
  border-color: #d8222b;
}

.meet-homepage-wrapper a.button {
  display: block;
  width: 200px;
  padding: 20px 20px;
  color: #ffffff;
  background-color: #17385b;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.meet-homepage-wrapper a.button:hover {
  background-color: #034e9f;
}

.hero-section-wrapper {
  height: 520px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

#homelogo {
  padding: 10px 0 0 0px;
  position: relative;
  display: inline-block;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #41b5ec;
}

.slick-dots {
  display: none !important;
}

.page-template-page-home .slick-dots {
  display: block !important;
}
.slick-dots {
  margin-left: 0 !important;
}

.page-template-page-home .quote-wrapper-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-page-home .quote-wrapper-inner p.quote {
  font-size: 35px;
  line-height: 48px;
  color: #17385b;
  font-weight: bold;
  text-transform: uppercase;
}

.quote-wrapper-inner .quote {
  font-size: 15px;
}

.page-template-page-home .slick-slide {
  float: none;
}

.page-template-page-home .quote-wrapper-inner p.cite {
  font-size: 22px;
  line-height: 29px;
  color: #17385b;
  font-weight: bold;
  margin-bottom: 5px;
}

#headerform input {
  display: inline-block;
  width: 32%;
  background-color: #ffffff;
  font-size: 20px;
  color: #2a2a2a;
  box-sizing: border-box;
  padding: 10px 10px;
  border: none;
  margin-bottom: 15px;
  border: solid 2px #ffffff;
  margin-right: 0.5%;
  font-family: "Montserrat", sans-serif;
}

.card-a {
  border: solid 2px #ffffff;
  padding: 10px 30px;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  min-width: 80%;
}

.page-id-5 .slick-initialized .slick-slide {
  padding-top: 50px;
}

.privacy-policy #masthead {
  background-position: center;
}

.page-template-page-demsummer .quote-section-wrapper img {
  object-position: right;
}

#headerform input:last-of-type() {
  margin-right: 0;
}

#headerform input[type="submit"] {
  background-color: #17385b;
  color: #ffffff;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: all 200ms ease-out;
}

#headerform input[type="submit"]:hover {
  border-color: #d8222b;
  color: #d8222b;
}

.page-template-page-home .form-wrapper {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
}

.page-template-page-home .form-wrapper .inner {
  background-color: rgba(23, 56, 91, 0.9);
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}

.page-template-page-home .form-wrapper h1 {
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-template-page-home .form-wrapper p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}

.main-content .take-action-wrapper h2 {
  color: #ffffff;
  margin-bottom: 50px;
}

article {
  padding-bottom: 20px;
}

#socialstage {
  width: 95%;
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#socialstage .socialitem {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

#socialstage #twitter_social {
  margin-right: 3%;
}

.socialitem {
  border: solid 25px #142549;
  position: relative;
}

.socialitem svg {
  width: 60px;
  height: auto;
  position: absolute;
  top: -50px;
  left: -50px;
}

/* Splash Page */

.page-template-page-splash {
  background-image: linear-gradient(180deg, #78a4b9 0%, #17385b 59%);
  background: url("/wp-content/themes/blueprint/images/splash.jpg") no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.page-template-page-splash h1 {
  font-size: 38px;
  line-height: 45px;
  color: #ffffff;
  margin-left: 0;
}

.page-template-page-splash h3 {
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
}

.page-template-page-splash .main-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.page-template-page-splash #footer {
  display: none;
}

.page-template-page-splash .main-content {
  background: none;
}

.page-template-page-splash .site-header {
  display: none;
}

.page-template-page-splash .main-content p.donate-sidebar-a {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2%;
  padding: 20px 20px;
  transition: all ease-in-out 0.4s;
  text-align: center;
  text-decoration: none;
  width: 47.6%;
  cursor: pointer;
  border: solid 5px #ffffff;
  background-color: #17385b;
  color: #ffffff;
}

.page-template-page-splash .main-content p.donate-sidebar-a:nth-of-type(odd) {
  margin-right: 2%;
}

.page-template-page-splash .main-content p.donate-sidebar-a:hover,
.page-template-page-splash .main-content p.donate-sidebar-a.active {
  background: #ffffff;
  color: #17385b;
  border-color: #d8222b;
}

.splash-page .inner {
  padding-top: 50px;
  margin-left: 80px;
}

.page-template-page-splash .button-wrap a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 28px;
  line-height: 37px;
  border: solid 5px #ffffff;
  background-color: #17385b;
  color: #ffffff;
  width: 31%;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 2%;
}

.page-template-page-splash .button-wrap a:nth-of-type(3n + 3) {
  margin-right: 0;
}

.page-template-page-splash .button-wrap a:hover {
  background: #ffffff;
  color: #17385b;
  border-color: #d8222b;
}

.monthly-wrap {
  border-top: solid 4px #d8222b;
  padding-top: 20px;
  margin-top: 10px;
}

.splash-page {
  min-height: 100vh;
  padding-top: 0px;
  position: relative;
}

#splashclose {
  width: 50px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 60px;
  cursor: pointer;
  display: inline-block;
  z-index: 100;
  transition: all ease-in-out 0.4s;
}

#splashclose:hover {
  opacity: 0.7;
  transition: 0.25s ease-in-out;
}

#splashclose g {
  stroke: #142549 !important;
}

.splashleft {
  width: 65%;
  display: inline-block;
  position: relative;
  z-index: 15;
}

.splashright {
  width: 550px;
  position: absolute;
  right: -30%;
  bottom: 10%;
}

.splashright svg {
  width: 100%;
  height: auto;
}

#splashlogo {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.splashfooter {
  padding-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.splashfooter .continue-a {
  text-shadow: 2px 2px 5px #17385b85;
}

.main-content .splashfooter a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}

.main-content .splashfooter a:hover {
  color: #d8222b;
}

.splashfooter svg {
  width: 25px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
  margin-top: 8px;
}

.splashfooter a:hover #KING2101_Page-02_Splash-Page_Desktop {
  fill: #d8222b;
}

.splashfooter a:hover svg {
  transform: translateX(5px);
}

.ngp-form {
  padding-top: 50px;
}

.ngp-form h1,
.ngp-form header {
  display: none;
}

.ngp-form input {
  border-radius: 0 !important;
}

/* Sticky Nav */

body header.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  background-color: #142549;
  width: 100%;
  padding: 10px 0 !important;
  z-index: 1000000;
}

body header.sticky ul li a {
  color: #ffffff;
}

body header.sticky ul li a:hover {
  color: #d8222b;
}

/* body header.sticky #headerlogo {
  width: 106px;
}

.page-template-page-home body header.sticky #headerlogo {
  width: 106px !important;
} */

.home .site-header .inner {
  margin: 10px auto 0px;
}

.stuck {
  margin-top: 165px;
}

header.sticky #menu-main-menu li:hover ul {
  background-color: #142549;
  padding: 1px 1px 5px;
}

.main-header .mobile-nav .social-wrapper a:hover .fill,
.interior-header .mobile-nav .social-wrapper a:hover .fill {
  fill: #006df1;
}

.mobile-nav .social-wrapper a:hover {
  border: none;
}

header.sticky #menu-main-menu #menu-item-88 a:hover,
header.sticky #menu-main-menu #menu-item-660 a:hover,
header.sticky #menu-spanish-main-menu #menu-item-620 a:hover,
header.sticky #menu-spanish-main-menu #menu-item-619 a:hover,
header.sticky .donate-btn:hover,
header.sticky .signup-btn:hover {
  background-color: #142549;
  color: #ffffff;
}

/* MOBILE NAV */
.container {
  cursor: pointer;
  float: right;
  right: 5%;
  position: absolute;
  /* top: 40px; */
  top: 15px;
  z-index: 10;
  display: block;
  display: none;
}

.header-nav {
  display: none;
  margin-top: 65px;
}

.bar1,
.bar2,
.bar3 {
  background-color: #ffffff;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #d8222b;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: #d8222b;
}

.mobile-nav {
  background-color: #142549;
  display: none;
  padding: 80px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 100000;
}

.hamburger-icon {
  z-index: 201;
  position: fixed;
}

.mobile-nav a {
  display: block;
  margin: 20px auto;
  color: #ffffff;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav ul li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.mobile-nav ul li a {
  text-decoration: none;
  font-weight: bold;
  transition: all ease-in-out 0.4s;
}

.mobile-nav ul li:last-of-type a {
  color: #d8222b;
  padding: 5px 10px;
  border: 2px solid #d8222b;
  margin: 0 auto;
  display: inline-block;
}

.mobile-nav ul li a:hover {
  color: #d8222b;
}

.mobile-nav ul li:last-of-type a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.mobile-nav .social-wrapper a svg {
  height: 30px;
  width: auto;
}

.mobile-nav .social-wrapper a {
  display: inline-block;
}

.mobile-nav .social-wrapper a svg .fill {
  transition: all ease-in-out 0.4s;
}

.mobile-nav .social-wrapper a:hover svg .fill {
  fill: #d8222b;
}

.main-header .mobile-nav .social-wrapper,
.interior-header .mobile-nav .social-wrapper {
  text-align: center;
}

.main-header .mobile-nav .big-btn,
.interior-header .mobile-nav .big-btn {
  display: block;
  margin: 20px auto;
}

.mobile-nav #menu-item-88:hover,
.mobile-nav #menu-item-660:hover,
.mobile-nav #menu-item-620:hover,
.mobile-nav #menu-item-619:hover {
  background-color: #142549;
  color: #ffffff;
}

.page-id-8 #masthead {
  background-position: center !important;
}

.page-id-15 .inner-quote {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-home .quote-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-home .quote-wrapper-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw !important;
  margin: 0 auto 0px auto;
  padding: 50px 0;
  text-align: center;
}

.page-template-default .site-header,
.page-template-page-demsummer .site-header,
.page-template-page-ngp .site-header {
  position: fixed;
  width: 100vw;
  z-index: 10000;
  padding: 10px 0;
}

.page-template-page-ngp article {
  margin-top: 100px;
}

.page-template-page-home .slick-slide {
  display: none !important;
}
.page-template-page-home .slick-current {
  display: block !important;
}
.page-template-page-home .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  max-width: 80vw !important;
  min-width: 250px;
  width: fit-content !important;
  margin: 0 auto;
  left: unset !important;
  right: unset !important;
}

.page-template-page-home .quote-wrapper {
  position: relative;

  width: 90%;
  max-width: 1200px;
  display: flex;
  padding-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.page-template-page-home .quote-wrapper {
  min-height: 500px;
  display: flex;

  align-items: center;
  justify-content: center;
}

.page-template-page-home .quote-wrapper-inner {
  overflow: visible;
}

.page-template-page-home .inner-quote {
  overflow: hidden;
}

.page-template-page-home .quote-wrapper-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: 1200px;
  margin: 0 auto;
}
