/*
Theme Name: The Fairness Project
Theme URI:
Description:
Author: GPS IMPACT
Author URI: https://www.gpsimpact.com
Version: 1.0
*/

body {
  background-color: #fff;
  font: 400 16px/1.65 'Source Sans Pro', sans-serif;
  font-style: normal;
  color: #39393b;
  padding-top: 82px;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 107px;
    font-size: 21px;
  }
}

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

h1,
h2,
h3,
.menu-item,
.navbar-toggler {
  font-family: 'trumpsoftpro', serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

h4,
h5,
h6,
.btn {
  font-family: 'Montserrat', serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 2.75rem;
}

h3 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 3rem; }
  h3 { font-size: 2.5rem; }
}

.widgettitle {
  color: #52a7c6;
  margin-bottom: 0.75rem;
}

.section-header {
  font-family: 'trumpsoftpro', serif;
  font-size: 42px;
  letter-spacing: 1px;
  color: #52a7c6;
  text-transform: uppercase;
  text-align: center;
}

blockquote p {
  color: #52a7c6;
  font-style: italic;
  letter-spacing: 1px;
}

a {
  color: #3d77a2;
  transition: color 0.15s ease-in-out;
}

a:hover,
a:focus {
  color: #ba0000;
}

section {
  position: relative;
  z-index: 1;
}

/* ------- Header ------- */

#wpadminbar {
  position: fixed !important;
}

.logged-in .fixed-top {
  top: 45px;
}
@media (min-width: 783px) {
  .logged-in .fixed-top {
    top: 32px;
  }
}

#header .navbar {
  background-color: #ffffff;
  transition: all 0.15s ease-in-out
}

.scrolled #header .navbar {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  font-size: 0px;
  text-indent: -99999px;
  background: transparent url('assets/img/TheFairnessProject_Logo_mobile.png') no-repeat 0 50%;

  background-size: 215px auto;
  width: 220px;
  height: 50px;
  transition: all 0.15s ease-in-out;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .navbar-brand {
    background-image: url('assets/img/logo-color.png');
    background-size: 258px 50px;
    width: 300px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body:not(.scrolled) .navbar-brand {
    background-size: 387px 75px;
    width: 400px;
    height: 75px;
  }
}

.navbar-toggler {
  border-radius: 0;
  background-color: #3d77a2;
  color: #ffffff;
  margin: 0;
  padding: 0.75rem 1.5rem;
}

.menu-item,
.navbar-toggler {
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left:  0.75rem;
  }
}

.menu-item,
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: #3d77a2;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active:focus,
.dropdown-item.active:hover,
.dropdown-item:active:focus,
.dropdown-item:active:hover {
  background-color: transparent;
  color: #ba0000;
}


@media (min-width: 992px) {
  body.home {
    padding-top: 0px;
  }

  .home:not(.scrolled) #header .navbar {
    background: transparent;
    box-shadow: none;
    border-bottom-color: transparent;
  }

  .home:not(.scrolled) #header .navbar-brand {
    background-image: url('assets/img/logo-white.png');
  }

  .home:not(.scrolled) #header .menu-item>a {
    color: #fff;
  }
}

/* ------- Blog ------- */

.page-header {
  padding: 50px 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  background-color: #39393b;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .page-header {
    padding: 100px 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .page-header {
    padding: 150px 50px;
  }
}

.page-header > * {
  position: relative;
  z-index: 25;
}

.page-header h1 {
  text-transform: uppercase;
  font-size: 50px;
  margin: 0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: 72px;
  }
}

.page-header .post-meta {
  margin-top: 1rem;
  color: #fff;
}

.page-header .post-meta a {
  color: #fff;
}

.blog .post {
  padding: 2rem 12.5%;
  border: 1px solid #888;
  margin: 1rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .blog .post {
    padding-top: 6.25%;
    padding-bottom: 6.25%;
  }
}

.post-meta {
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-family: 'Montserrat', serif;
}

.post-meta a {
  color: #aaa;
}

.blog .post h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .blog .post h2 {
    font-size: 60px;
    margin-bottom: 2.5rem;
  }
}

.blog .post .share {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .blog .post .share {
    margin: 0;
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 2;
  }
}

.blog .post .share li {
  display: inline-block;
  font-size: 28px;
}
@media (min-width: 768px) {
  .blog .post .share li {
    font-size: 36px;
  }

  .blog .post .share li,
  .blog .post .share li:first-of-type:before {
    display: block;
  }
}

.blog .post .share li:first-of-type:before {
  content: 'Share';
  font-family: 'Montserrat', serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
  top: -4px;
}
@media (min-width: 768px) {
  .blog .post .share li:first-of-type:before {
    padding: 0;
    margin-bottom: 8px;
    top: 0;
  }
}

.blog .post .share li a {
  color: #bbb;
  margin-bottom: 8px;
  padding: 0 10px;
}

.blog .post .share li:hover a,
.blog .post .share li:active a,
.blog .post .share li:focus a {
  color: #3d77a2;
}

.single .post-body,
.page .post-body {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .single .post-body,
  .page .post-bod {
    padding-bottom: 50px;
  }
}

.pagination {
  width: 100%;
  margin: 25px 0;
}

.page-numbers {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding: 12px;
  margin: 0;
  color: #39393b;
}

.pagination .page-numbers.current {
  color: #39393b;
}

.pagination li>*:hover,
.pagination li>*:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  color: #aa0000;
  text-decoration: none;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}

/* ------- State Posts ------- */

.blog .post.state > * {
  text-align: left;
  color: #aaa;
}

.blog .post.state h2 {
  margin-bottom: 1rem;
}

.blog .post.state > a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
  border-radius: 0;
  border-top-left-radius: 40px;
  background-color: #56a6c3;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .blog .post.state > a {
    padding: 16px 8px;
    width: 100px;
  }
}

.blog .post.state > a:hover,
.blog .post.state > a:focus {
  background-color: #66b6d3;
  text-decoration: none;
  cursor: pointer;
}

#factsWrap .fa-spinner {
  font-size: 50px;
  opacity: 0.25;

  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 22px);
  transition: opacity 0.25s ease-in-out;
}

#factsWrap {
  min-height: 55px;
  position: relative;
  z-index: 1;
}

#stateFacts {
  text-align: center;
  font-family: 'trumpsoftpro', serif;
  font-size: 60px;
  -webkit-font-smoothing: antialiased;
  color: #3d77a2;
  transition: opacity 0.25s ease-in-out;
}

#stateFacts > p {
  color: #39393b;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: opacity 0.25s ease-in-out;
}
@media (min-width: 992px) {
  #stateFacts > p {
    font-size: 18px;
  }
}

#stateFacts > p:last-of-type {
  margin-bottom: 50px;
}

.single.single-state .state > .container {
  padding-left: 25px;
  padding-right: 25px;
}

/* ------- Team Members ------- */

.staff-header {
  text-align:center;
}
.staff-header h2 {
  text-transform: uppercase;
  color: #66b6d3;
}
.staff-header h3{
  color: #3d77a2;

}
.staff-header img {
  width: 250px;
  max-width: 100%;
  display:block;
  margin: 0 auto;
}
.member a:hover,
.member a:focus,
.member a:active {
  color: #66b6d3;
}
.member {
  text-align: center;
  margin-bottom: 30px;
}
.member h3 {
  margin-top: 1rem;
  font-size: 2em;
  text-transform: uppercase;
  color: #66b6d3;
}
@media (min-width: 768px){
  .member h3 {
    font-size: 1.5rem;
  }
}

.member h6 {
  color: #3d77a2;
}

.single.single-staff .staff .post-body > .container,
.page .page .post-body > .container {
  padding-left: 25px;
  padding-right: 25px;
}

/* ------- Services ------- */

#post-14.page .post-body {
  padding-bottom: 0;
}

#services {
  background-color: #3d77a2;
  color: #fff;
}

#services h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #services h2 {
    text-align: left;
  }
}

#services .service {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 1rem;
}
@media (min-width: 768px) {
  #services .service {
    text-align: left;
  }
}

.service .icon {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service .icon {
    width: 100px;
    width: 60px;
    float: left;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.service svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 60px;
}
@media (min-width: 768px) {
  .service svg {
    max-height: 100px;
  }
}

.service svg path {
  fill: #fff;
  transition: 0.15s all ease-in-out;
}

.service > *:last-child {
  margin-bottom: 0;
}

/* ------- Footer ------- */

#footer {
  background-color: #fafafa;
  color: #69696b;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

#footer #signup {
  background-color: #52a7c6;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #footer #signup {
    background: #52a7c6 url('assets/img/signup_bw.jpg') no-repeat 100% 50%;
    background-size: 50% auto;
  }
}

#footer #feeds {
  background-color: #ffffff
}

#footer #signup h2 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #footer #signup h2 {
    font-size: 56px;
    margin-bottom: 0;
  }
}

#footer #signup h3 {
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  color: #3d77a2;
  font-size: 24px;
  margin-bottom: 1rem;
}

#footer .form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

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

#footer .list-inline > li {
  display: inline-block;
}

#footer .legal a {
  color: #99999b;
  text-transform: uppercase;
  padding: 0 5px;
}

#footer .social {
  text-align: center;
}

#footer .social a {
  font-size: 36px;
  color: #99999b;
}
@media (min-width: 992px) {
  #footer .social a {
    font-size: 24px;
  }
}

#footer .nav-link {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
@media (min-width: 1200px) {
  #footer .nav-link {
    letter-spacing: 1.5px;
    padding: 0 0.75rem;
  }
}

#footer .disco {
  padding: 8px 16px;
  border: 2px solid #69696b;
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .disco {
    width: auto;
    display: inline-block;
  }
}

/* ------- Buttons ------- */

.btn-primary {
  background-color: #3d77a2;
  border-color: #3d77a2;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #4d87b2;
  border-color: #4d87b2;
}

.btn-outline-primary {
  color: #3d77a2;
  border-color: #3d77a2;
  border-width: 3px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #4d87b2;
  border-color: #4d87b2;
  color: #fff !important;
}

.btn {
  border-radius: 40px;
}

.btn-lg {
  padding-right: 2rem;
  padding-left: 2rem;
}
.btn-padside {
  padding-left: 20px;
  padding-right: 20px;
}
.btn-danger {

}
.btn-danger:hover,
.btn-danger:focus {

}

.btn-info {

}
.btn-info:hover,
.btn-info:focus {

}

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

/* ------- Misc ------- */

.svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flexslider {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 10;
}

.flex-direction-nav {
  position: absolute;
  left: calc(50% - 75px);
  bottom: 0%;
  z-index: 15;
  width: 150px;
}
@media (min-width: 992px) {
  .flex-direction-nav {
    right: 5%;
  }
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 1;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px;
  opacity: 1;
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0px;
  opacity: 1;
}

.flex-direction-nav a {
  font-size: 0px;
  height: 70px;
  width: 70px;
}

.flex-direction-nav a {
  top: 0;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  color: #52a7c6;
  font-size: 36px;
}

.flex-direction-nav a.flex-prev:before {
  content: '\f060';
}

.flex-direction-nav a.flex-next:before {
  content: '\f061';
}

.help-block {
  background: #aa0000;
  color: #fff;
  letter-spacing: 1px;
}

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

.btn {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

.searchform {
  max-width: 400px;
  margin-bottom: 25px;
}

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

.overlay.black {
  background-color: #000;
}

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

.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }

  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.social a:before {
  content: none;
}

  li.social>a {
    font-size: 0px !important;
    padding-bottom: 8px;
    font-weight: 400;
    color: #fff;
  }

  li.social>a:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #fff;
  }

  .social.facebook a:before {
    color: #3b5998;
  }

  .social.twitter a:before {
    color: #4099FF;
  }

  .facebook a:before {
    content: '\f230';
  }

  .twitter a:before {
    content: '\f099';
  }

  .youtube a:before {
    content: '\f16a';
  }

  .instagram a:before {
    content: '\f16d';
  }

  .snapchat a:before {
    content: '\f2ac';
  }

.menu-item.social>a {
  font-size: 0px !important;
  padding-bottom: 8px;
  font-weight: 400;
}

.social a:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.social.facebook>a:hover,
.social.facebook>a:focus {
  background: #3b5998;
  color: #fff;
}

.social.twitter>a:hover,
.social.twitter>a:focus {
  background: #4099FF;
  color: #fff;
}

.social.youtube>a:hover,
.social.youtube>a:focus {
  background: #e52d27;
  color: #fff;
}

.social.instagram>a:hover,
.social.instagram>a:focus {
  background: #eaeaea;
  color: #39393b;
}

.social.snapchat>a:hover,
.social.snapchat>a:focus {
  background: #fffc00;
  color: #39393b;
}

.highlight-wrapper {
  position: relative;
  margin-top: 20px;
  height: 100%;
  text-align: center;
  color: #fff;
  background-image: url('assets/img/BlueCircle.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  max-height: 125px;
  justify-content: center;
}

.highlight-content {
  margin-top: 20px;
  padding: 0px 20px;
}

.highlight-content h3 {
  margin-top: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* ------- Map ------- */

.map path {
  stroke-width: 1px;
  stroke: #666666;
  fill: #cccccc;
  cursor: pointer;
}

.map path.state:hover,
.map path.state.highlighted {
  cursor: default;
}

#map-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 16px;
  /*border: 1px solid black;*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.map div.tooltip {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  color: black;
  font-weight: bold;
  padding: 4px 8px;
  display: none;
}

.map .state {
  fill: #bababa;
  stroke: #888;
  stroke-width: 1px;
  -webkit-transition: fill 0.15s ease-in-out;
     -moz-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out;
}
.map .state.has-content {
  fill: #52a7c6;
  stroke: #3d77a2;
}
.map .state.has-content:hover,
.map .state.has-content:focus {
  fill: #62b7d6;
  cursor: pointer;
  stroke: #3d77a2;
}

.map .name {
  fill: #fff;
  stroke-width: 0px;
}

.map .name:hover {
  cursor: default;
}

.widget_display_latest_tweets ul li {
  list-style-type: none;
  padding: 20px 0!important;
}

/*.widget_display_latest_tweets ul li:not(:first-child) {
  padding-top: 18px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}*/
.tweet-time {
  font-size:.7em;
  text-transform: uppercase;
  color: #52a7c6;
}

#election h3 {
  background-color: #3d77a2;
  color: #fff;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
}


@media screen and (min-width: 998px){
.initiatives {
  width: 100%;
  display: grid;
  padding: 12px 10px 10px 10px;
  grid-gap: 10px;
  grid-template-columns: repeat(5, calc(20% - 10px));
}
}

.init-box {
  font-family: 'trumpsoftpro', serif;
  padding:10px;
  margin-left: 8px;
  background-color: #ddd;
  border-top: 5px solid #52a7c6;
  margin-bottom: 10px;
  padding-bottom: 40px;
}
.init-box h4 {
  font-weight: bold;
  font-family: 'trumpsoftpro', serif;
  font-size: 1.2em;

}
.init-box h4 span {
  float: right;
  font-size: .7em;
  color: #787878;
  display: inline-block;
  margin-top: 5px;
}
.init-box p {
  font-size:.9em;
  line-height: 1.2em;
  color: #787878;
  margin-bottom: 5px;
}
.init-box p.yes {
  color: #52a7c6;
  font-weight: bold;
}
.init-box p span {
  float: right;
  display: inline-block;
}
.init-box .rel {
  position: relative;
}
.init-box p.disc {
  position: absolute;
  bottom: -35px;
  font-size: .7em;
  letter-spacing: .5px;
  color: #52a7c6;
}

#services h4 {
  font-family: 'trumpsoftpro', serif;
}

/******** BW Styled Donate Button in main menu 12/18/2019 ***********/
.menu-item.donate-button a{
  border: 3px solid #3d77a2;
  border-radius: 40px;
  padding: 2px 15px !important;
  display: inline-block;
  margin-top: 3px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.menu-item.donate-button a:hover{
  background-color: #3d77a2;
  color: white;
}

@media (min-width: 992px){
  .home:not(.scrolled) #header .menu-item.donate-button>a {
      border-color: #fff;
  }

  .home:not(.scrolled) #header .menu-item.donate-button>a:hover{
    border-color: #3d77a2;
  }
}





.ngp-form {
  text-align: left !important;
  }
.ngp-form .at-title {
  display: none;
}
.ngp-form .at-legend {
  display: none;
}
.ngp-form .at-inner {
  background: transparent !important;
}
.ngp-form .at {
    color: #fff !important;
    text-align: left !important;
}
.at label {
    color: #ffffff !important;
    text-align: left !important;
}
.at label small {
    text-transform: none;
    color: #ffffff !important;
}
.at input {
    padding: .85rem !important;
    height: auto !important;
}
.ngp-form .btn-at-primary {
  cursor: pointer !important;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased !important;
  text-transform: uppercase !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  border-radius: 40px !important;
  font-family: 'Montserrat', serif !important;
  background-color: #3d77a2 !important;
  border-color: #3d77a2 !important;
  display: block !important;
  font-size: 1.25rem !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ngp-form .btn-at-primary:hover {
  background-color: #0062cc !important;
  border-color: #005cbf !important;
}
.ngp-form .btn-at-primary:focus {
  background-color: #4d87b2 !important;
  border-color: #4d87b2 !important;
}
.at-form-submit {
  padding-top: 0 !important;
}
small.error {
  background: #fa5252 !important;
  display: inline-block !important;
  padding: .25rem;
}
