/*
Fonts
---------------------------------------------------------------------------------------------------- */
/*
Color Backgrounds
---------------------------------------------------------------------------------------------------- */
.blue-bg {
  background-color: rgba(0, 29, 64, 0.77) !important;
}
.blue-bg p {
  color: #fff;
}
/*
POST TYPES TOC
* Archive
* Single
* Branches
* Headquarters
* Post Thumbnail
---------------------------------------------------------------------------------------------------- */
/*
Archive
---------------------------------------------------------------------------------------------------- */
.archive .navigation {
  overflow: visible;
}
.archive .navigation.posts-navigation {
  width: 50%;
  margin-top: 3rem;
}
.archive .navigation.posts-navigation a {
  color: #fff;
  background-color: #a52423;
  border: 1px solid #a52423;
  text-transform: uppercase;
  padding: .4rem 1rem;
  line-height: 1;
  border-radius: 4px;
}
.archive .navigation.posts-navigation .nav-links {
  align-items: center;
  display: flex;
}
.post-type-archive-leaders #primary.content-area,
.tax-branches #primary.content-area {
  padding-top: unset;
}
/*
Single Post
---------------------------------------------------------------------------------------------------- */
.single-post #primary.content-area {
  padding-top: 9rem;
}
@media only screen and (max-width: 576px) {
  .single-post #primary.content-area {
    padding-top: 6rem;
  }
}
.single-post h1.entry-title {
  font-size: 2rem;
  margin-top: unset;
  margin-bottom: .25rem;
}
@media only screen and (max-width: 576px) {
  .single-post h1.entry-title {
    font-size: 1.5rem;
    margin-bottom: .15rem;
  }
}
.single-post .entry-meta {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 576px) {
  .single-post .entry-meta {
    margin-bottom: .25rem;
  }
}
.single-post .entry-meta .posted-on {
  color: #444444;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 576px) {
  .single-post .entry-meta .posted-on {
    font-size: .9rem;
  }
}
.single-post .site-main a {
  text-decoration: underline;
}
#recent-post a {
  color: #001d40;
}
/*
Branches
---------------------------------------------------------------------------------------------------- */
.branches-wrapper {
  background-color: #ededed;
  padding: .25rem 0;
}
.branches-wrapper .list-group-item {
  border: none;
  background: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.branches-wrapper a {
  color: #444444;
  font-size: .85rem;
  font-weight: 500;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin: unset;
  font-size: .9rem;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  font-size: .9rem;
}
/*
Single Resolutions
---------------------------------------------------------------------------------------------------- */
.single-resolutions #primary.content-area {
  padding-top: 8rem;
}
.single-resolutions .entry-meta {
  margin-bottom: 1.5rem;
}
.single-resolutions .entry-meta .posted-on {
  color: #444444;
}
.single-resolutions a.press-link {
  display: none;
}
/*
Headquarters
---------------------------------------------------------------------------------------------------- */
article.headquarters {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
article.headquarters h1.entry-title.headquarter {
  font-size: 20px;
  color: #444444;
  margin-bottom: .3rem;
  letter-spacing: 1px;
}
article.headquarters .headquarter-img {
  height: 350px;
}
article.headquarters p {
  font-size: 17px;
  font-weight: 400;
}
article.headquarters .entry-content {
  margin-top: 0;
}
article.headquarters .embed-responsive.overlay {
  position: relative;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
article.headquarters .embed-responsive.overlay:after {
  content: '';
  background-color: rgba(0, 29, 64, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
article.headquarters .embed-responsive.overlay:hover {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
article.headquarters .embed-responsive.overlay:hover:after {
  position: relative;
}
/*
Post Thumbnail
---------------------------------------------------------------------------------------------------- */
.post-thumbnail {
  border-bottom: 10px solid #fff !important;
  position: relative;
  z-index: 1;
}
.post-thumbnail:after,
.post-thumbnail:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 34%;
  margin: auto;
}
.post-thumbnail:after {
  right: 0;
  border-bottom: 10px solid #a52423;
  z-index: -1;
}
.post-thumbnail:before {
  border-bottom: 10px solid #001d40;
  content: '';
  z-index: 1;
}
.button-wrapper .btn:not(:last-child) {
  margin-right: 1rem;
}
.button-wrapper .btn {
  margin-bottom: .5rem;
}
.navigation.posts-navigation .nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
/*
PAGES TOC
* Home
* Contact
* Donate
---------------------------------------------------------------------------------------------------- */
#home-img.overlay .map-header .map-title,
#home-img.overlay .map-header .map-instructions {
  color: #fff;
}
span.close_ihp {
  width: 32px;
  height: 32px;
}
span.close_ihp svg {
  fill: #a52423;
}
#powerTip {
  background-color: rgba(0, 0, 0, 0.9);
}
.box_view_html {
  padding: 12px;
  outline: 10px solid #fcfcfc;
  background-color: #fcfcfc;
}
@media only screen and (min-width: 577px) {
  .box_view_html {
    padding: 30px 15px;
    box-shadow: 5px 10px 8px 10px #888888;
  }
}
.box_view_html::before {
  content: '';
  background-color: #001d40;
  position: absolute;
  height: 50%;
  width: 4px;
  top: 0;
  left: 0;
}
.box_view_html::after {
  content: '';
  background-color: #a52423;
  position: absolute;
  height: 50%;
  width: 4px;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
}
.box_view_html h1,
.box_view_html h2,
.box_view_html h3,
.box_view_html h4,
.box_view_html h5,
.box_view_html h6 {
  color: #001d40;
}
.box_view_html h1,
.box_view_html h2,
.box_view_html h3,
.box_view_html h4,
.box_view_html h5,
.box_view_html h6,
.box_view_html p,
.box_view_html ul li,
.box_view_html ol li {
  position: relative;
  z-index: 10;
}
.box_view_html h3 {
  font-size: 1.25em;
  margin-bottom: .5rem;
}
.box_view_html p,
.box_view_html ul,
.box_view_html ol {
  color: #000;
  font-size: .9em;
}
.box_view_html p:last-child,
.box_view_html ul:last-child,
.box_view_html ol:last-child {
  margin-bottom: 0;
}
.box_view_html ul,
.box_view_html ol {
  margin-left: 0;
  padding-left: 20px;
}
.box_view_html h3:before {
  /*
		position: absolute;
	    bottom: -4px;
	    width: 20%;
	    left: 0;
	    border-bottom: 2px solid @secondary;
	    content: '';
	    z-index: 999999999999999999;
	    -webkit-transition: all 0.5s ease-in-out-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
*/
}
.box_view_html h3:after {
  /*
		position: absolute;
	    top: -4px;
	    right: 0;
	    left: 0;
	    border-bottom: 3px solid @primary;
	    content: '';
	    z-index: 999999999999;
	    width: 34%;
	    margin: auto;
	    -webkit-transition: all 0.5s ease-in-out-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
*/
}
/*
Contact
---------------------------------------------------------------------------------------------------- */
.contact-wrapper {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: unset;
  }
}
.contact-wrapper h2.section-title {
  font-size: 26px;
}
.contact-wrapper p {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.page-id-23 .banner-wrapper .gform_wrapper .gform_footer.top_label {
  text-align: right;
}
/*
Donate
---------------------------------------------------------------------------------------------------- */
.page-id-20 .banner-wrapper.full-bg #main.site-main {
  background-color: transparent !important;
  padding-top: 0;
}
.page-id-20 #primary.content-area {
  padding-top: 0;
  padding-bottom: 0;
}
/*
Search
---------------------------------------------------------------------------------------------------- */
.search h1.page-title {
  margin-top: 0;
  font-size: 1.5rem;
}
.search #primary.content-area {
  margin-top: 1rem;
}
.search .entry-header h2.entry-title {
  font-size: 19px;
  margin-bottom: 0;
}
.search .entry-meta {
  font-size: 14px;
}
.search .page-content,
.search .entry-content,
.search .entry-summary {
  margin-top: .5rem;
}
.search .page-content p,
.search .entry-content p,
.search .entry-summary p {
  margin-bottom: .5rem;
  font-size: 16px;
}
.search .hentry {
  margin-bottom: 2rem;
}
.search .widget-area ul {
  list-style-stype: none;
  padding-left: 20px;
}
/* 
HEADERS AND TITLES TOC

* Section Titles
* Page Headers
---------------------------------------------------------------------------------------------------- */
/*
Section Titles
---------------------------------------------------------------------------------------------------- */
.section-title {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
}
.section-title.line-left:before {
  content: '';
  position: absolute;
  width: 125px;
  height: 2px;
  background: #a52423;
  bottom: 0;
}
.section-title.line-center:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 2px;
  background: #a52423;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
Page Headers
---------------------------------------------------------------------------------------------------- */
.page-header.text-center {
  padding-top: 2rem;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
  line-height: 1.2;
  padding-top: .5em;
  padding-bottom: .4em;
}
.btn-primary {
  background-color: #001d40;
  border-color: #001d40;
  color: #fff !important;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #000000;
}
.btn.btn-secondary {
  background-color: #a52423;
  color: #fff;
  border: 2px solid transparent;
  border-color: transparent;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}
.btn.btn-secondary:hover {
  background-color: #fff;
  color: #a52423;
  border-color: #a52423;
}
.btn.btn-red {
  background-color: #a52423;
  color: #fff;
  border-color: transparent;
  cursor: pointer;
}
.btn.btn-red:hover {
  background-color: #511211;
}
.btn.btn-white.red {
  border-color: #a52423;
  color: #a52423;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}
.btn.btn-white.red:hover {
  color: #fff;
  background-color: #a52423;
}
.btn.btn-white.blue {
  background-color: #fff;
  color: #001d40;
  border-color: #001d40;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}
.btn.btn-white.blue:hover {
  color: #fff;
  background-color: #001d40;
}
/*
AJAX Load More
---------------------------------------------------------------------------------------------------- */
#ajax-load-more,
#ajax-load-more-2 {
  width: 100%;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn,
#ajax-load-more-2 .alm-btn-wrap .alm-load-more-btn {
  border-radius: 7px;
  background-color: #a52423;
  color: #fff;
  border-color: transparent;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn:hover,
#ajax-load-more-2 .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #511211;
}
.ajax-load-more-wrap .alm-btn-wrap {
  width: 100%;
  text-align: center;
}
/*
Donate Buttons
---------------------------------------------------------------------------------------------------- */
.btn-donate {
  color: #fff !important;
  border-radius: 0;
  margin-top: 0 !important;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group-donate .btn-darkGreen {
  background-color: #3E690B;
}
.btn-group-donate .btn-darkMedGreen {
  background-color: #50880F;
}
.btn-group-donate .btn-lightMedGreen {
  background-color: #5A9812;
}
.btn-group-donate .btn-lightGreen {
  background-color: #73AD2F;
}
/*

General News Card Styles
Hover Effects
Homepage Latest News
Press Releases
---------------------------------------------------------------------------------------------------- */
/*
General
---------------------------------------------------------------------------------------------------- */
.news-card {
  height: 300px;
  margin-bottom: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .news-card {
    height: 250px;
  }
}
.news-card:before {
  content: '';
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), #000000);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  height: 90%;
  -webkit-transition: all 0.25s ease-in-out-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news-card .text-wrap {
  position: relative;
  z-index: 1;
}
.news-card .text-wrap h3 {
  font-size: 1rem;
  margin-bottom: .2rem;
}
@media only screen and (max-width: 576px) {
  .news-card .text-wrap h3 {
    font-size: .8rem;
  }
}
.news-card .text-wrap p {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .4rem;
}
@media only screen and (max-width: 576px) {
  .news-card .text-wrap p {
    font-size: .7rem;
  }
}
.news-card .bot-border:after {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  border-bottom: 10px solid #a52423;
  content: '';
  z-index: -1;
  width: 34%;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-card .bot-border:before {
  position: absolute;
  bottom: -10px;
  width: 33%;
  left: 0;
  border-bottom: 10px solid #001d40;
  content: '';
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-card .bot-border {
  align-self: flex-end !important;
}
/*
Hover Effects
---------------------------------------------------------------------------------------------------- */
.news-card:hover .bot-border:after {
  width: 100%;
}
.news-card:hover .bot-border:before {
  width: 50%;
}
/*
Homepage
---------------------------------------------------------------------------------------------------- */
#latest-news {
  padding: 3rem 0;
}
@media only screen and (max-width: 576px) {
  #latest-news {
    padding: 2rem 0;
  }
}
.news-posts {
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-posts .news-card {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .news-posts .news-card {
    min-height: 220px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .news-posts .news-card {
    min-height: 200px;
  }
}
/*
Press Releases
---------------------------------------------------------------------------------------------------- */
.press-releases {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.press-releases .d-flex.press-posts {
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.press-releases .press-card {
  margin-bottom: 3rem;
  width: 33%;
  padding: 1rem;
}
@media only screen and (max-width: 991px) {
  .press-releases .press-card {
    width: 49%;
  }
}
@media only screen and (max-width: 576px) {
  .press-releases .press-card {
    width: 100%;
  }
}
.press-releases .press-card h3 {
  font-size: .9rem;
  margin-bottom: .3rem;
}
.press-releases .press-card p {
  color: #444444;
  font-size: .9rem;
  margin-bottom: .5rem;
}
.press-releases .press-card a.press-link {
  color: #a52423;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}
.press-posts #ajax-load-more .news-card {
  height: unset !important;
  width: 33%;
  background: none !important;
  border: none !important;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .press-posts #ajax-load-more .news-card {
    width: 49%;
  }
}
@media only screen and (max-width: 576px) {
  .press-posts #ajax-load-more .news-card {
    width: 100%;
  }
}
.press-posts #ajax-load-more .news-card h3 {
  color: #001d40 !important;
}
.press-posts #ajax-load-more .news-card p {
  color: #444444 !important;
  font-weight: 400;
  font-size: .8rem;
  margin-bottom: .5rem;
}
.press-posts #ajax-load-more .news-card .btn.btn-secondary {
  background: none !important;
  color: #a52423;
  padding: 0;
}
.press-posts #ajax-load-more .news-card:before {
  background: none !important;
}
.press-posts #ajax-load-more .news-card .bot-border:before,
.press-posts #ajax-load-more .news-card .bot-border:after {
  border: none !important;
}
.banner-wrapper {
  position: relative;
  background-repeat: no-repeat;
  padding-top: 20rem;
}
@media only screen and (max-width: 991px) {
  .banner-wrapper {
    padding-top: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper {
    padding-top: 14rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner-wrapper {
    padding-top: 10rem;
  }
}
.banner-wrapper .text-wrapper {
  margin-top: 9rem;
  margin-bottom: 9rem;
  padding: 1.75rem 2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .text-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner-wrapper .text-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.banner-wrapper .text-wrapper.blue-bg {
  color: #fff;
}
.banner-wrapper .text-wrapper .section-header {
  letter-spacing: 1px;
}
.banner-wrapper .text-wrapper h1 {
  font-size: 2.7rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1rem;
}
@media only screen and (max-width: 576px) {
  .banner-wrapper .text-wrapper h1 {
    margin-top: 0;
    font-size: 2rem;
  }
}
.banner-wrapper .text-wrapper h2 {
  font-size: 2.7rem;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .banner-wrapper .text-wrapper h2 {
    font-size: 2rem;
  }
}
.banner-wrapper .text-wrapper p.text-white {
  margin-bottom: 0;
}
.banner-wrapper a.scroll-down {
  color: #fff;
  font-size: 35px;
  z-index: 999;
}
.banner-wrapper a.scroll-down i.fa {
  position: absolute;
  bottom: 0;
}
.banner-wrapper.inner {
  padding-top: 20rem;
}
.banner-wrapper.parallax {
  background-attachment: fixed;
}
.banner-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  text-align: center;
}
.banner-wrapper .gform_wrapper .gform_footer.top_label {
  text-align: center;
}
.banner-wrapper.full-bg {
  padding-top: 7rem;
}
@media only screen and (max-width: 576px) {
  .banner-wrapper.full-bg {
    padding-top: 5rem;
  }
}
.banner-wrapper.full-bg #main.site-main {
  background-color: rgba(0, 29, 64, 0.77) !important;
  padding: 2rem;
}
.banner-wrapper.full-bg #main.site-main h1,
.banner-wrapper.full-bg #main.site-main h2,
.banner-wrapper.full-bg #main.site-main h3,
.banner-wrapper.full-bg #main.site-main h4,
.banner-wrapper.full-bg #main.site-main h5,
.banner-wrapper.full-bg #main.site-main h6,
.banner-wrapper.full-bg #main.site-main p {
  color: #fff;
}
.banner-wrapper.hero {
  padding-top: 4rem;
}
footer#colophon {
  background-color: #F7F7F7;
  padding: 3rem 0;
  overflow: unset;
  font-family: 'PT Sans', sans-serif;
}
footer#colophon a {
  color: #444444;
}
footer#colophon .footer-top {
  padding-bottom: 1rem;
}
footer#colophon .social-wrapper ul li a {
  font-size: 1.25rem;
  color: #001d40;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
footer#colophon .social-wrapper ul li a:hover {
  color: #a52423;
}
footer#colophon .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
footer#colophon .list-inline.page-links .list-inline-item:not(:last-child) {
  border-right: 1px solid #444444;
  padding-right: 1rem;
}
/*
FORMS TOC
	
* Gravity Forms
* 
* 
---------------------------------------------------------------------------------------------------- */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 1rem;
  text-transform: uppercase;
  padding-top: 8px !important;
  font-size: 16px !important;
  color: #a52423 !important;
  font-weight: 600;
}
.gform_wrapper {
  font-family: 'PT Sans', sans-serif;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 8px;
  border: none;
  background-color: #FCFCFC;
}
.gform_wrapper input {
  height: 40px;
  padding-left: 1rem;
  letter-spacing: 1px;
  padding-left: 15px !important;
}
.gform_wrapper textarea {
  padding-left: 1rem;
  padding-top: 1rem;
  letter-spacing: 1px;
  padding-left: 15px !important;
  text-transform: uppercase;
}
.gform_wrapper select {
  height: 40px;
  border-radius: 8px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
  border: none;
}
.gform_wrapper ul.gform_fields li.gfield {
  margin-right: unset;
  color: #838383;
  text-transform: uppercase;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: unset !important;
  }
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
  width: 48% !important;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
  }
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  margin-right: 4%;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  margin-left: 1%;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: unset !important;
}
.gform_wrapper .gform_footer {
  margin-top: unset;
  padding-top: unset;
}
.gform_wrapper .gform_footer.top_label {
  text-align: right;
  padding-bottom: unset;
  margin-top: .5rem;
}
.gform_wrapper .gform_footer.top_label .gform_button.button {
  border-radius: 8px;
  color: #fff;
  background-color: #a52423;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-bottom: unset;
  margin-right: unset;
  cursor: pointer;
  height: unset;
  padding-left: 20px !important;
  padding-bottom: 10px;
}
.gform_wrapper .gform_footer.top_label .gform_button.button:hover {
  background-color: #851d1c;
}
.gform_wrapper.volunteer-wrapper_wrapper .gform_footer.top_label {
  text-align: center;
}
/* Error Message Styles */
.gform_wrapper div.validation_error {
  display: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #a52423 !important;
  text-align: center;
}
.gform_wrapper .validation_message {
  color: #fff !important;
}
/* Gravity Form Section Header and Text */
.gform_wrapper h2.gsection_title {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
  font-size: 30px !important;
}
@media only screen and (max-width: 576px) {
  .gform_wrapper h2.gsection_title {
    padding-top: 0;
  }
}
.gform_wrapper h2.gsection_title:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  background: #a52423;
  bottom: -10px;
}
.gform_wrapper .gsection_description {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gsection_description {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gsection {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.gform_wrapper ul.gform_fields li.gfield {
  border-bottom: 0;
}
.gform_wrapper .gsection_description p {
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gsection_description p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.gform_wrapper .ginput_container.ginput_container_checkbox .gfield_checkbox li {
  color: #fff;
  font-size: 21px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .ginput_container.ginput_container_checkbox .gfield_checkbox li {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.gform_wrapper .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  margin-left: 8px;
}
.gform_wrapper .gsection.form-full {
  margin-bottom: 0;
}
.contact-wrapper .gform_wrapper li.gfmc-column.gfmc-row-1-column.gfmc-row-1-col-1-of-2 {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .gform_wrapper li.gfmc-column.gfmc-row-1-column.gfmc-row-1-col-1-of-2 {
    padding-right: unset;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper.volunteer-wrapper_wrapper li.gfmc-row-1-column {
    width: 100% !important;
  }
}
.gform_confirmation_wrapper {
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
}
.gform_confirmation_wrapper a {
  color: #fff;
}
/*
MODULES TOC
* Homepage Sections
* Widgets
* Pagination
* Responsive Embed
---------------------------------------------------------------------------------------------------- */
/*
HOMEPAGE TOC
Help Difference
Callout
Featured Pages
---------------------------------------------------------------------------------------------------- */
/*
Help Difference
---------------------------------------------------------------------------------------------------- */
#help-difference {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  #help-difference {
    padding-top: unset;
    padding-bottom: 3.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  #help-difference {
    padding-bottom: 2rem;
  }
}
#help-difference h1 {
  font-size: 2.6rem;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #help-difference h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #help-difference h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 576px) {
  #help-difference h1 {
    font-size: 2rem;
  }
}
#help-difference #title {
  border-right: 2px solid #001d40;
}
@media only screen and (max-width: 991px) {
  #help-difference #title {
    border-right: none;
  }
}
#help-difference .btn.btn-secondary {
  margin-top: .5rem;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#help-difference .col-inner .btn.btn-secondary:not(:last-child) {
  margin-right: 1rem;
}
@media only screen and (max-width: 576px) {
  #help-difference .col-inner .btn.btn-secondary:not(:last-child) {
    margin-right: .5rem;
  }
}
#help-difference .col-inner p:last-child {
  margin-bottom: 0 !important;
}
/*
Callout
---------------------------------------------------------------------------------------------------- */
.callout {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
/*
Featured Pages
---------------------------------------------------------------------------------------------------- */
#featured-pages {
  position: relative;
  z-index: 0;
  padding: 2rem 0;
}
#featured-pages.overlay:after {
  background-color: rgba(0, 29, 64, 0.65);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#featured-pages .container {
  z-index: 1;
  position: relative;
}
#featured-pages .featured-card {
  padding: 3rem 0;
}
#featured-pages .featured-outer {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 576px) {
  #featured-pages .featured-outer {
    border: unset;
  }
}
#featured-pages .featured-outer:nth-child(even) {
  border-right: 0;
}
#featured-pages .featured-outer:nth-child(3),
#featured-pages .featured-outer:nth-child(4) {
  border-bottom: 0;
}
@media only screen and (max-width: 576px) {
  #featured-pages .featured-outer .featured-card {
    border-bottom: 3px solid #fff;
  }
  #featured-pages .featured-outer:last-child .featured-card {
    border-bottom: unset;
  }
}
#featured-pages .featured-card h2 {
  font-size: 30px;
}
@media only screen and (max-width: 576px) {
  #featured-pages .featured-card h2 {
    font-size: 28px;
  }
}
#featured-pages p {
  font-size: 1rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget-area h2 {
  font-size: 1.2rem;
}
.widget-area .post-wrapper {
  margin-bottom: 2rem;
}
.widget-area img.wp-post-image {
  padding-bottom: .5rem;
}
.widget-area .post-wrapper a {
  font-weight: 700;
}
.widget-area a {
  font-weight: 700;
}
/*
Pagination
---------------------------------------------------------------------------------------------------- */
.paging-navigation {
  font-family: sans-serif;
  padding: 1em;
  background: #fff;
  background: #ffffff;
  width: 100%;
  text-align: center;
}
.paging-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paging-navigation li {
  display: inline;
}
a.page-numbers,
span.page-numbers {
  padding: .3em .7em;
  color: #444444;
}
a:hover.page-numbers {
  color: #001d40;
}
.paging-navigation .current {
  font-weight: bold;
  color: #a52423;
}
.alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.alm-listing .alm-paging-content > li,
.alm-listing .alm-reveal > li,
.alm-listing > li {
  width: 47%;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.alm-listing .alm-paging-content > li img,
.alm-listing .alm-reveal > li img,
.alm-listing > li img {
  position: unset !important;
}
/*
Responsive Embed
---------------------------------------------------------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 111%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.embed-container .page-container {
  background: #fff !important;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-leaders .site-main.container {
  margin-top: 3rem;
}
.single-leaders #primary.content-area {
  padding-top: unset;
}
.single-leaders .social-wrapper {
  padding: 1rem 0;
}
@media only screen and (max-width: 576px) {
  .single-leaders .social-wrapper {
    padding: .5rem 0;
  }
}
.single-leaders .social-wrapper .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.single-leaders .social-wrapper a.social-icon {
  color: #001d40;
  font-size: 2rem;
}
@media only screen and (max-width: 576px) {
  .single-leaders .social-wrapper a.social-icon {
    font-size: 1.25rem;
  }
}
.single-leaders .social-wrapper a.social-icon:hover {
  color: #a52423;
}
@media only screen and (max-width: 576px) {
  .official-info h3,
  .campaign-info h3 {
    font-size: 1.2rem;
  }
}
.official-info ul li,
.campaign-info ul li {
  width: 100%;
}
.site-content ul {
  width: 100%;
}
.phone-numbers {
  width: 100%;
}
.leader-details .fa.fa-2x {
  color: #a52423;
  font-size: 1.7rem;
}
@media only screen and (max-width: 576px) {
  .leader-details .fa.fa-2x {
    font-size: 1.5rem;
  }
}
.leader-details .info-col {
  margin: .7rem 0;
}
@media only screen and (max-width: 576px) {
  .leader-details .info-col {
    margin: .5rem 0;
  }
}
.leader-details .info-col p {
  color: #001d40;
  width: 100%;
}
.archive .type-leaders {
  text-align: center;
}
.archive .leader-details h1,
.archive .leader-details h2 {
  font-size: 1rem;
}
.archive .leader-details h2 {
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: unset;
}
.archive .leader-details .district {
  font-weight: 500;
  color: #a52423;
}
.archive .leader-details p {
  font-size: .9rem;
}
.leader-header h1 {
  font-size: 2rem;
  color: #001d40;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .leader-header h1 {
    font-size: 1.4rem;
  }
}
.leader-header h2 {
  font-size: 1.6rem;
  color: #444444;
  letter-spacing: unset;
}
@media only screen and (max-width: 576px) {
  .leader-header h2 {
    font-size: 1.2rem;
  }
}
.leader-header p.text-muted {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media only screen and (max-width: 576px) {
  .leader-header p.text-muted {
    font-size: 1.1rem;
  }
}
.leader-header p.district {
  color: #a52423;
  font-size: 1.4rem;
  font-weight: 500;
}
.share-wrapper {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.share-wrapper .sharethis-inline-share-buttons .st-btn {
  background-color: #001d40 !important;
}
.share-wrapper .st-btn[data-network='twitter'] {
  display: inline-block !important;
}
.share-wrapper p {
  color: #a52423;
  text-transform: uppercase;
  margin-right: 1rem;
}
/*
Layout
---------------------------------------------------------------------------------------------------- */
.post,
.page {
  margin-bottom: 0;
}
.site-main h1.section-title {
  margin-top: 0;
}
.page-container {
  background: #fff;
}
.site-content ul,
#secondary ul {
  margin-left: unset;
}
#primary.content-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 576px) {
  #primary.content-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.home #primary.content-area {
  padding-bottom: 0;
}
.tribe-events-calendar thead th {
  background-color: #fff;
  color: #001d40;
  border-left: none;
  border-right: none;
}
a.tribe-events-ical.tribe-events-button {
  display: none;
  visibility: hidden;
}
#tribe-events-content {
  border: 1px solid #707070;
  padding: 2rem;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #001d40;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #a52423;
}
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #001d40;
  text-align: center;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: none;
}
.tribe-events-page-title {
  position: relative;
  font-size: 2rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
}
@media only screen and (max-width: 576px) {
  .tribe-events-page-title {
    margin-top: 0;
  }
}
.tribe-is-responsive.tribe-mobile .tribe-events-page-title {
  margin-top: 0;
}
.tribe-events-page-title:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 2px;
  background: #a52423;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background-color: #a52423;
  }
}
#tribe-events-content .tribe-events-calendar .mobile-active:hover,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.mobile-active {
  background-color: #a52423;
}
label.label-tribe-bar-search,
#tribe-bar-form label {
  color: #001d40;
}
#tribe-bar-form {
  border: 1px solid #ddd;
}
#tribe-events-content,
#tribe-events-content.tribe-events-list {
  padding: 1rem;
}
#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  background: #666;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .tribe-events-adv-list-widget .tribe-events-widget-link a,
  .tribe-events-back a,
  .tribe-events-list-widget .tribe-events-widget-link a,
  ul.tribe-events-sub-nav a {
    font-size: 11px;
    font-size: 1.2;
    font-weight: 600;
  }
}
/*
NAVIGATION TABLE OF CONTENTS
	
* Main Nav
* Hamburger
* Sidenav
---------------------------------------------------------------------------------------------------- */
/*
Main Nav
---------------------------------------------------------------------------------------------------- */
header#masthead {
  background-color: rgba(0, 29, 64, 0.77);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
  padding-top: 1rem;
}
@media only screen and (min-width: 767px) {
  header#masthead {
    padding: 1rem;
  }
}
.main-navigation {
  display: flex;
  justify-content: flex-end;
}
.main-navigation a.btn.btn-light {
  margin-right: 2rem;
  color: #001d40;
}
@media only screen and (max-width: 576px) {
  .main-navigation a.btn.btn-light {
    margin-right: 1rem;
    font-size: .9rem;
  }
}
.main-navigation ul {
  display: none;
}
img.custom-logo {
  max-width: 180px;
}
@media only screen and (max-width: 576px) {
  img.custom-logo {
    max-width: 150px;
  }
}
/*
Hamburger
---------------------------------------------------------------------------------------------------- */
.container-btn {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
/*
Donate Buttons
---------------------------------------------------------------------------------------------------- */
.btn-donate {
  font-size: 16px;
}
.btn-group-donate .btn {
  font-size: 16px;
}
@media only screen and (min-width: 767px) {
  .btn-group-donate {
    margin-left: .5rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 767px) {
  .btn-donate,
  .btn-group-donate .btn {
    font-size: unset;
  }
}
/*
Sidenav
---------------------------------------------------------------------------------------------------- */
.mm-menu {
  --mm-color-background: #001d40;
  --mm-color-text: #fff;
}
#primary-menu .mm-panel .mm-listitem,
#primary-menu .mm-panels .mm-listitem {
  border-color: transparent;
}
#primary-menu .mm-navbars_top {
  padding: 30px 20px;
  background: #001126;
}
#primary-menu .mm-searchfield__input input {
  background: #fff;
  padding: 1rem .75rem;
  border-radius: 6px;
}
#primary-menu .mm-navbar.mm-navbar_has-btns {
  display: none;
}
#primary-menu ul.menu li.menu-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: .5rem;
}
#primary-menu .mm-panel {
  background: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
#primary-menu .mm-panel .mm-panel {
  padding: 0;
}
#primary-menu .mm-panel .mm-panel ul.sub-menu li.menu-item {
  font-weight: 400;
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0;
}
#primary-menu .mm-panel .mm-panel ul.sub-menu.mm-listview {
  padding-left: 1rem;
  margin-bottom: .5rem;
}
#primary-menu a.mm-listitem__text {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.3;
}
#primary-menu .mm-menu a,
#primary-menu .mm-menu a:active,
#primary-menu .mm-menu a:hover,
#primary-menu .mm-menu a:link,
#primary-menu .mm-menu a:visited {
  background: none;
}
#primary-menu a.mm-btn.mm-btn_next.mm-listitem__btn {
  background: none;
}
#primary-menu li.btn-donate {
  display: inline-flex;
}
#primary-menu li.btn-donate a {
  border: 2px solid #fff;
  padding: 9px 18px 8px 18px;
  border-radius: 8px;
  margin-left: 1.1rem;
  margin-top: 1rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: 0;
}
#primary-menu li.btn-donate a:hover {
  background: #fff;
  color: #001d40;
}
#primary-menu .mm-navbars_bottom {
  display: flex;
  border-top: 0;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
#primary-menu .mm-navbars_bottom .mm-navbar {
  margin-left: 1.5rem;
}
#primary-menu .mm-navbars_bottom .mm-navbar a.fab {
  padding: 0 .75rem;
  font-size: 28px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#primary-menu .mm-navbars_bottom .mm-navbar a.fab:hover {
  color: #a52423;
}
.mm-panels,
.mm-panels > .mm-panel {
  top: 40px;
}
.mm-searchfield__input {
  display: flex;
  align-items: center;
  padding: 0;
  background: #fff;
  border-radius: 6px;
  padding-right: 1rem;
}
.mm-searchfield__input::after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f002";
  color: #a52423;
}
.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 29, 64, 0.65);
}
.overlay {
  position: relative;
  overflow: hidden;
}
.inner {
  position: relative;
  z-index: 1;
}
/*
Table Of Contents
*/
/*
Typography
---------------------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1rem;
  line-height: 1.4;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 15.3px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 576px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 13.6px;
    font-size: 0.8rem;
  }
}
/*
Font Variables
---------------------------------------------------------------------------------------------------- */
html {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #001d40;
  letter-spacing: .5px;
}
h2 {
  font-size: 45px;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-size: 26px;
}
p {
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: .85rem;
}
a,
a:visited {
  color: #a52423;
}
hr {
  border-top: 2px solid #a52423;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/*
@import 'reset.less';
@import 'base.less';
@import 'nav.less';
@import 'btn.less';
@import 'logo.less';
@import 'form.less';
@import 'theme.less';
@import 'callout.less';
@import 'article.less';
@import 'btn.less';
@import 'fonts.less';
@import 'theme.less';
@import 'form.less';
@import 'nav.less';
@import 'footer.less';
*/
