.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.default-btn {
  background-color: transparent;
  border: 2px solid #333;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: 0.25s;
}
.default-btn:hover {
  background-color: #333;
  color: #fff;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .content p {
  margin: 0 0.5rem;
}
.pagination .content p a {
  color: #ef1111;
  transition: 0.25s;
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}
.pagination .content p a:hover {
  border-bottom: 2px solid #1e3060;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  font-size: 1vw;
  font-family: 'Lora', serif;
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
html body {
  font-family: 'Lora', serif;
}
html h1,
html .h1 {
  font-size: 3.78125rem;
}
html h2,
html .h2 {
  font-size: 3rem;
}
html h3,
html .h3 {
  font-size: 2.25rem;
}
html h4,
html .h4 {
  font-size: 1.5rem;
}
html h5,
html .h5 {
  font-size: 1.5rem;
}
html h6,
html .h6 {
  font-size: 1.125rem;
}
html p,
html .p,
html li,
html .li {
  font-size: 0.85rem;
}
html a {
  color: #007bff;
}
html a:visited,
html a:focus,
html a:hover,
html a:active {
  text-decoration: none;
}
.body-container p a:hover,
.body-container li a:hover {
  text-decoration: underline;
}
.button {
  cursor: pointer;
}
@media only screen and (max-width: 767.5px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 767.5px) {
  .mobile {
    display: none;
  }
}
#wpadminbar {
  position: fixed;
}
.hidden_animated {
  opacity: 0;
}
.animated {
  opacity: 1 !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-content-widget .content-side h1,
.image-content-widget .content-side h2,
.image-content-widget .content-side h3 {
  display: block;
}
.header-placeholder {
  position: relative;
}
body > header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
body > header .header.active {
  box-shadow: 0 2px 1rem rgba(0,0,0,0.1);
}
body > header .header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body > header .header .header-top {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 12rem;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top {
    padding: 0 1rem 0 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  body > header .header .header-top {
    padding: 0 5rem 0 9rem;
  }
}
@media only screen and (max-width: 767.5px) {
  body > header .header .header-top {
    padding: 0;
  }
}
body > header .header .header-top .logo-container {
  height: 10rem;
  width: 10rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top .logo-container {
    width: 8rem;
    height: 8rem;
  }
}
body > header .header .header-top .logo-container .logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 3;
}
body > header .header .header-top .left,
body > header .header .header-top .right {
  width: 50%;
}
body > header .header .header-top .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
body > header .header .header-top .left span {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0.5rem 0;
  display: block;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top .left {
    width: auto;
    margin-right: auto;
  }
  body > header .header .header-top .left span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.5px) {
  body > header .header .header-top .left {
    width: 100%;
  }
  body > header .header .header-top .left span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  body > header .header .header-top .left span {
    display: flex;
    width: 0;
    white-space: nowrap;
    color: transparent;
  }
}
body > header .header .header-top .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top .right {
    width: auto;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 767.5px) {
  body > header .header .header-top .right {
    display: none;
  }
}
body > header .header .header-top .right .newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body > header .header .header-top .right .newsletter span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e3060;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top .right .newsletter span {
    font-size: 1rem;
  }
}
body > header .header .header-top .right .newsletter .gform_wrapper {
  width: 100%;
}
body > header .header .header-top .right .newsletter #gform_1 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
body > header .header .header-top .right .newsletter #gform_1 label {
  display: none;
}
body > header .header .header-top .right .newsletter #gform_1 .gfield {
  padding: 0;
  margin: 0;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_body {
  padding: 0;
  margin: 0;
  width: 100%;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_body input {
  width: 100%;
  border: 2px solid #1e3060;
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  background-color: transparent;
  font-size: 0.85rem;
  line-height: 0.85rem;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_body input::placeholder {
  color: #353535;
  transition: 0.25s;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_body input:focus::placeholder {
  opacity: 0;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_body .ginput_container {
  margin: 0;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_footer {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
body > header .header .header-top .right .newsletter #gform_1 .gform_footer:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.5rem;
  color: #1e3060;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body > header .header .header-top .right .newsletter #gform_1 .gform_footer input[type=submit] {
  margin: 0;
  background-color: transparent;
  border: none;
  color: transparent;
  width: 2rem;
  width: 2rem;
}
body > header .header .header-top .right .membership {
  display: inline-block;
  flex-shrink: 0;
}
body > header .header .header-top .right .membership button {
  border: 2px solid #ef1111;
  padding: 0.5rem;
  font-size: 0.85rem;
  line-height: calc(0.85rem + 4px);
  color: #ef1111;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  margin: 0 0.5rem 0 1rem;
  cursor: pointer;
  transition: 0.25s;
}
body > header .header .header-top .right .membership button:hover {
  background-color: #ef1111;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top .right .membership button {
    margin-right: 0;
  }
}
body > header .header .header-top .right .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-top .right .social {
    display: none;
  }
}
body > header .header .header-top .right .social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(2rem + 4px);
  width: calc(2rem + 4px);
  background-color: #1e3060;
  color: #fff;
  margin-right: 0.5rem;
  transition: 0.25s;
}
body > header .header .header-top .right .social .social-icon:last-child {
  margin: 0;
}
body > header .header .header-top .right .social .social-icon:hover {
  opacity: 0.75;
}
body > header .header .header-bottom {
  width: 100%;
  background-color: #fff;
  padding: 1.25rem 11rem 1.25rem 12rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-bottom {
    padding: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  body > header .header .header-bottom {
    display: none;
  }
}
body > header .header .header-bottom .menu-top-menu-container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item {
  margin: 0 1.5rem;
}
@media only screen and (max-width: 1250px) {
  body > header .header .header-bottom .menu-top-menu-container .menu .menu-item:last-of-type {
    margin-right: 0;
  }
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a {
  display: inline-block;
  color: #1e3060;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  line-height: 1rem;
  transition: 0.25s;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a:hover {
  border-bottom: 2px solid #1e3060;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a[title=login],
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a[title=account] {
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  border: 2px solid #1e3060;
  transition: 0.25s;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a[title=login]:hover,
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a[title=account]:hover {
  background-color: #1e3060;
  color: #fff;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item a[title=search] {
  font-size: 1rem;
}
body > header .header .header-bottom .menu-top-menu-container .menu .current-menu-item {
  position: relative;
}
body > header .header .header-bottom .menu-top-menu-container .menu .current-menu-item a {
  border-bottom: 2px solid #1e3060;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children.rotate:after {
  transform: rotate(180deg);
  transform-origin: center;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #1e3060;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children .sub-menu.active {
  opacity: 1;
  pointer-events: auto;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: calc(-1.25rem - 1px);
  transform: translateY(100%);
  background-color: #1e3060;
  padding: 0;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  list-style: none;
  white-space: nowrap;
  padding: 0.5rem 1rem;
}
body > header .header .header-bottom .menu-top-menu-container .menu .menu-item-has-children .sub-menu .menu-item a {
  color: #fff;
}
body > header .header #searchBar.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
body > header .header #searchBar {
  background-color: #1e3060;
  padding: 1rem 12.5rem;
  width: 100%;
  display: none;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  body > header .header #searchBar {
    padding: 1rem 20vw;
  }
}
body > header .header #searchBar form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767.5px) {
  body > header .header #searchBar form {
    flex-direction: column-reverse;
  }
}
body > header .header #searchBar button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0.25rem 0.5rem;
  border: 2px solid #fff;
  margin-right: 1rem;
  flex-shrink: 1;
  transition: 0.25s;
}
@media only screen and (max-width: 767.5px) {
  body > header .header #searchBar button {
    margin: 1rem 0 0;
  }
}
body > header .header #searchBar button:hover {
  background-color: #fff;
  color: #1e3060;
}
body > header .header #searchBar input {
  border: 2px solid transparent;
  padding: 0.25rem 0.5rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.mobile-button {
  margin-left: auto;
  position: absolute;
  right: 1.5rem;
  top: 1.5em;
}
@media only screen and (max-width: 767.5px) {
  .mobile-button {
    right: 1.5rem;
    top: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-button {
    display: none;
  }
}
.mobile-menu {
  position: fixed;
  z-index: -1;
  padding: 7rem 2rem 0;
  top: 0;
  right: 0;
  height: 100vh;
  overflow: scroll;
  background-color: #fff;
  transform: translateX(100%);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu .menu-container {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 2rem;
}
.mobile-menu .menu {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}
.mobile-menu .menu .menu-item {
  padding: 0.25rem 1rem;
}
.mobile-menu .menu .menu-item a {
  font-size: 1rem;
  color: #1e3060;
}
.mobile-menu .menu .menu-item .fas {
  display: none;
}
.mobile-menu .menu .menu-item .sub-menu {
  list-style: none;
  padding: 0;
}
.mobile-menu .menu .menu-item .sub-menu .menu-item {
  padding: 0.25rem 0;
}
.mobile-menu .menu .menu-item .sub-menu .menu-item a {
  color: #1e3060;
  font-size: 0.85rem;
}
.mobile-menu .menu .menu-item-has-children a {
  color: #c5c5c5;
}
.mobile-menu.active {
  transform: translateX(0);
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}
.mobileScroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 767.5px) {
  .header-right {
    display: none;
  }
}
.bar.active {
  background-color: #353535 !important;
}
.bar {
  background-color: #1e3060;
  height: 4px;
  width: 2rem;
  margin-bottom: 5px;
  transition: 0.25s;
}
.bar:last-child {
  margin-bottom: 0;
}
.bar1.change {
  animation: 0.25s changeOne forwards;
}
.bar1.back {
  animation: 0.25s backOne forwards;
}
.bar2.change {
  opacity: 0;
}
.bar3.change {
  animation: 0.25s changeThree forwards;
}
.bar3.back {
  animation: 0.25s backThree forwards;
}
@-moz-keyframes changeOne {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(9px) rotate(-45deg);
  }
}
@-webkit-keyframes changeOne {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(9px) rotate(-45deg);
  }
}
@-o-keyframes changeOne {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(9px) rotate(-45deg);
  }
}
@keyframes changeOne {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(9px) rotate(-45deg);
  }
}
@-moz-keyframes backOne {
  0% {
    transform: translateY(9px) rotate(-45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes backOne {
  0% {
    transform: translateY(9px) rotate(-45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes backOne {
  0% {
    transform: translateY(9px) rotate(-45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes backOne {
  0% {
    transform: translateY(9px) rotate(-45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes changeThree {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(-9px) rotate(45deg);
  }
}
@-webkit-keyframes changeThree {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(-9px) rotate(45deg);
  }
}
@-o-keyframes changeThree {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(-9px) rotate(45deg);
  }
}
@keyframes changeThree {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(-9px) rotate(45deg);
  }
}
@-moz-keyframes backThree {
  0% {
    transform: translateY(-9px) rotate(45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes backThree {
  0% {
    transform: translateY(-9px) rotate(45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes backThree {
  0% {
    transform: translateY(-9px) rotate(45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes backThree {
  0% {
    transform: translateY(-9px) rotate(45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
#home .hero {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 767.5px) {
  #home .hero {
    flex-direction: column;
  }
}
#home .hero .left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 2rem;
  width: 75%;
  margin-right: 0.75rem;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  #home .hero .left {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #home .hero .left {
    width: 50%;
  }
}
#home .hero .left .heading {
  width: 20rem;
}
#home .hero .left .heading h1 {
  font-size: 2rem;
  letter-spacing: 0.25vw;
  line-height: 2.75rem;
  margin: 0;
}
#home .hero .left .heading span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#home .hero .left button {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.25s;
}
#home .hero .left button:hover {
  background-color: #1e3060;
  border: 2px solid #1e3060;
}
#home .hero .right {
  width: 25%;
}
@media only screen and (max-width: 1250px) {
  #home .hero .right {
    width: 25rem;
  }
}
@media only screen and (max-width: 1024px) {
  #home .hero .right {
    width: 50%;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .hero .right {
    height: 20rem;
    border-top: 5px solid #ef1111;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .hero .left,
  #home .hero .right {
    width: 100%;
  }
}
#home .one {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 1250px) {
  #home .one {
    display: block;
  }
}
#home .one .left {
  width: 65%;
  text-align: left;
  padding: 2rem 0;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  #home .one .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
#home .one .left svg {
  position: relative;
  z-index: 2;
}
#home .one .left .us-state {
  cursor: pointer;
}
#home .one .left .content {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 2vw;
  display: flex;
  align-items: flex-end;
  justify-content: none;
  flex-direction: column;
  transform: translateY(-35%);
}
@media only screen and (max-width: 1250px) {
  #home .one .left .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transform: none;
    width: 100%;
    right: 0;
    order: 1;
  }
}
#home .one .left .content .visited,
#home .one .left .content .not-visited {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1250px) {
  #home .one .left .content .visited,
  #home .one .left .content .not-visited {
    margin: 0 1rem;
  }
}
#home .one .left .content .visited label[name=counter],
#home .one .left .content .not-visited label[name=counter] {
  border: 2px solid #1e3060;
  padding: 0.5rem 0;
  width: 4.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .one .left .content .visited label[name=text],
#home .one .left .content .not-visited label[name=text] {
  margin: 0;
  margin-top: -1.25rem;
  text-align: center;
  background-color: #fff;
  line-height: 0.85rem;
  color: #969696;
  width: 3.5rem;
}
#home .one .left .content .visited label[name=text] span,
#home .one .left .content .not-visited label[name=text] span {
  font-size: 0.65rem;
}
#home .one .left .content .visited br,
#home .one .left .content .not-visited br {
  margin: 0;
}
#home .one .left .allfifty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  z-index: 3;
  bottom: 10vw;
  right: 2vw;
}
@media only screen and (max-width: 1250px) {
  #home .one .left .allfifty {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 575.5px) {
  #home .one .left .allfifty {
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
  }
}
#home .one .left .allfifty #allFiftyCheckBox {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 2px solid #1e3060;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .one .left .allfifty #allFiftyCheckBox .far {
  opacity: 0;
  font-size: 1rem;
  color: #1e3060;
}
#home .one .left .allfifty #allFiftyCheckBox.selected .far {
  opacity: 1;
}
#home .one .left .allfifty label {
  margin: 0;
  margin-left: 0.5rem;
  color: #1e3060;
  font-size: 1.15rem;
}
#home .one .right {
  width: 35%;
  text-align: left;
  padding: 2rem 5vw;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1250px) {
  #home .one .right {
    width: 100%;
    padding: 2rem 15vw;
  }
}
#home .one .right .top {
  margin-bottom: 3rem;
}
#home .one .right .top .content h2 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #1e3060;
  margin-bottom: 1rem;
}
#home .one .right .top .content p {
  font-size: 0.65rem;
}
#home .one .right .top .links {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#home .one .right .top .links a {
  display: block;
  width: 49%;
}
#home .one .right .top .links a button {
  width: 100%;
  background-color: transparent;
  border: 2px solid #333;
  text-transform: uppercase;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: 0.25s;
}
#home .one .right .top .links a button:hover {
  background-color: #333;
  color: #fff;
}
#home .one .right .gift-membership {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  border: 2px solid #969696;
}
@media only screen and (max-width: 1250px) {
  #home .one .right .gift-membership {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#home .one .right .gift-membership img {
  margin-right: 2rem;
}
#home .one .right .gift-membership .content .heading {
  font-size: 1.25rem;
}
#home .one .right .gift-membership .content button {
  background-color: transparent;
  border: 2px solid #333;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: 0.25s;
}
#home .one .right .gift-membership .content button:hover {
  background-color: #333;
  color: #fff;
}
#home .two {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 3rem 10vw;
}
#home .two .overlay {
  background-color: rgba(30,48,96,0.8);
}
#home .two .content {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #home .two .content {
    flex-direction: column;
  }
}
#home .two .content .counter,
#home .two .content .info {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #home .two .content .info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#home .two .content .info .heading {
  font-weight: 700;
  font-size: 2.75rem;
  text-transform: uppercase;
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid #fff;
  display: inline-block;
}
@media only screen and (max-width: 1250px) {
  #home .two .content .info .heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #home .two .content .info .heading {
    font-size: 2.75rem;
  }
}
#home .two .content .info button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 1250px) {
  #home .two .content .info button {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  #home .two .content .info button {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #home .two .content .counter {
    margin-bottom: 3rem;
    width: auto;
  }
}
#home .two .content .counter #memberCount {
  display: inline-block;
  border: 2px solid #fff;
  border-bottom: none;
  padding: 0.5rem 3rem;
  position: relative;
}
#home .two .content .counter #memberCount label:first-child {
  margin-bottom: 0;
  font-size: 6rem;
  min-width: 18rem;
}
#home .two .content .counter #memberCount label:last-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 33.33%;
  transform: translateX(-50%) translateY(50%);
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#home .two .content .counter #memberCount label:last-child:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  top: 50%;
  left: calc(100% + 2px);
}
#home .two .content .counter #memberCount label:last-child:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  top: 50%;
  right: calc(100% + 2px);
}
#home .two .content .counter #memberCount label:last-child:before,
#home .two .content .counter #memberCount label:last-child:after {
  transform: translateY(-50%);
}
#home .three .section-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2rem 5vw;
  margin: 0;
}
#home .three .posts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
  #home .three .posts {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #home .three .posts {
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .three .posts {
    flex-direction: column;
  }
}
#home .three .posts .post {
  width: 33.33%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  #home .three .posts .post {
    width: 50%;
  }
  #home .three .posts .post:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .three .posts .post {
    width: 100%;
  }
}
#home .three .posts .post .post-inner {
  border: 2px solid #969696;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333;
  transition: 0.25s;
}
#home .three .posts .post .post-inner:hover {
  border-color: #1e3060;
}
#home .three .posts .post .post-inner:hover .heading {
  color: #1e3060;
}
#home .three .posts .post .post-inner:hover .fa-map {
  right: 2rem;
  transform: translateY(-50%) translateX(0);
}
#home .three .posts .post .featured-image {
  height: 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home .three .posts .post .backup-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: #1e3060;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#home .three .posts .post .backup-top .date .far {
  margin-right: 0.5rem;
}
#home .three .posts .post .backup-top .fa-map {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(200%);
  transition: 0.25s;
}
#home .three .posts .post .content {
  padding: 1rem 2rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
}
#home .three .posts .post .content .content-inner {
  margin-top: auto;
  margin-bottom: auto;
}
#home .three .posts .post .content .heading {
  font-size: 1.15rem;
  letter-spacing: 1px;
  transition: 0.25s;
}
#home .three .posts .post .content .excerpt p {
  font-size: 0.65rem;
}
#home .four {
  color: #fff;
}
#home .four .section-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2rem 5vw;
  margin: 0;
}
#home .four .featured-icons {
  width: 80rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1350px) {
  #home .four .featured-icons {
    width: auto;
  }
}
#home .four .featured-icons .featured-icon {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
#home .four .featured-icons .featured-icon img {
  max-height: 4rem;
}
#home .five .section-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2rem 5vw;
  margin: 0;
}
#home .five .featured {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1440px) {
  #home .five .featured {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .five .featured {
    padding: 0 10vw;
  }
}
#home .five .featured .featured-members {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
}
@media only screen and (max-width: 1440px) {
  #home .five .featured .featured-members {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #home .five .featured .featured-members {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .five .featured .featured-members {
    padding: 0;
  }
}
#home .five .featured .featured-members .featured-member {
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 575.5px) {
  #home .five .featured .featured-members .featured-member {
    display: block;
  }
}
#home .five .featured .featured-members .featured-member:first-of-type {
  margin-right: 3rem;
}
@media only screen and (max-width: 1024px) {
  #home .five .featured .featured-members .featured-member {
    width: 100%;
    margin-bottom: 2rem;
  }
  #home .five .featured .featured-members .featured-member:first-of-type {
    margin-right: 0;
  }
}
#home .five .featured .featured-members .featured-member .left {
  width: 50%;
  height: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#home .five .featured .featured-members .featured-member .left:before {
  content: '';
  height: 90%;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #fff;
}
#home .five .featured .featured-members .featured-member .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
#home .five .featured .featured-members .featured-member .right .content {
  border: 2px solid #c5c5c5;
  position: relative;
  z-index: 2;
  left: -2rem;
  background-color: #fff;
}
@media only screen and (max-width: 575.5px) {
  #home .five .featured .featured-members .featured-member .right .content {
    left: 0;
  }
}
#home .five .featured .featured-members .featured-member .right .content .name,
#home .five .featured .featured-members .featured-member .right .content .record,
#home .five .featured .featured-members .featured-member .right .content .info p {
  margin: 0;
}
#home .five .featured .featured-members .featured-member .right .content .name {
  color: #353535;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 575.5px) {
  #home .five .featured .featured-members .featured-member .right .content .name {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
#home .five .featured .featured-members .featured-member .right .content .record {
  padding: 0.5rem 1rem;
  background-color: #1e3060;
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
}
#home .five .featured .featured-members .featured-member .right .content .info {
  padding: 0.5rem 1rem 1rem;
}
#home .five .featured .featured-members .featured-member .right .content .info p {
  font-size: 0.6rem;
}
@media only screen and (max-width: 575.5px) {
  #home .five .featured .featured-members .featured-member .right .content .info p {
    font-size: 0.85rem;
  }
}
#home .five .featured .featured-members .featured-member .right .content .info a {
  color: #353535;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 2px solid #353535;
  margin-top: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
}
#home .five .featured .featured-members .featured-member .right .content .info a:hover {
  background-color: #353535;
  color: #fff;
}
@media only screen and (max-width: 575.5px) {
  #home .five .featured .featured-members .featured-member .right,
  #home .five .featured .featured-members .featured-member .left {
    width: 100%;
  }
}
#home .five .featured .record-holders {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  #home .five .featured .record-holders {
    width: 100%;
  }
  #home .five .featured .record-holders img {
    margin-right: 2rem;
  }
}
#home .five .featured .record-holders a {
  padding: 2rem;
  border: 2px solid #c5c5c5;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  #home .five .featured .record-holders a {
    border-right: 2px solid #c5c5c5;
  }
}
@media only screen and (max-width: 767.5px) {
  #home .five .featured .record-holders a {
    width: 100%;
  }
}
#home .five .featured .record-holders a h3 {
  color: #353535;
  font-size: 1.75rem;
  text-align: right;
}
#home .five .featured .record-holders a h3 span {
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  #home .five .featured .record-holders a h3 span {
    display: block;
  }
}
@media only screen and (max-width: 575.5px) {
  #home .six {
    text-align: center;
  }
}
#home .six .section-heading {
  color: #1e3060;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 1rem;
}
@media only screen and (max-width: 575.5px) {
  #home .six .section-heading {
    font-size: 1.5rem;
  }
}
#home .six #instaFeed {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 575.5px) {
  #home .six #instaFeed {
    flex-direction: column;
  }
}
#home .six #instaFeed .ig-post {
  width: 20%;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 1024px) {
  #home .six #instaFeed .ig-post {
    width: 33.33%;
  }
  #home .six #instaFeed .ig-post:nth-of-type(4),
  #home .six #instaFeed .ig-post:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (max-width: 575.5px) {
  #home .six #instaFeed .ig-post {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#home .six #instaFeed .ig-post a {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#home #confetti {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home #confetti.show {
  display: block;
}
#home .modal-dialog {
  max-width: 30rem;
}
@media only screen and (max-width: 576px) {
  #home .modal-dialog {
    max-width: calc(100% - 0.5rem);
  }
}
#home .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 2rem rgba(0,0,0,0.2);
  text-align: center;
}
#home .modal-content .modal-header {
  background-color: #1e3060;
  border-radius: 0;
}
#home .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
}
#home .modal-content .modal-title {
  width: 100%;
  color: #fff;
}
#home .modal-content .modal-title strong {
  display: block;
  text-transform: uppercase;
}
#home .modal-content .modal-body {
  padding: 2rem 4rem 1rem;
}
#home .modal-content .modal-body p {
  margin: 0;
}
#home .modal-content .modal-footer {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem 2rem;
}
#home .modal-content .modal-footer button {
  background-color: transparent;
  border: 2px solid #1e3060;
  padding: 0.5rem 3rem;
  color: #1e3060;
  text-transform: uppercase;
  transition: 0.25s;
}
#home .modal-content .modal-footer button:hover {
  background-color: #1e3060;
  color: #fff;
}
.modal-backdrop {
  background-color: #fff;
  opacity: 0.5;
}
.child-header {
  margin-top: 5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.child-header .title {
  width: 100%;
  text-align: center;
  color: #1e3060;
  line-height: 1;
  font-size: 3rem;
  background-size: cover;
  margin: 0;
  padding: 0 5vw;
}
@media only screen and (min-width: 1024px) {
  .child-header .title {
    background-size: contain;
  }
}
.child-header .title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.child-header .title span:before {
  content: '';
  height: 150%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -25%;
  background-color: #fff;
}
#searchPage .search-form,
.member-list-widget .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 15vw;
}
#searchPage .search-form form,
.member-list-widget .search-form form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchPage .search-form button,
.member-list-widget .search-form button {
  border: none;
  background-color: transparent;
  color: #1e3060;
  padding: 0.25rem 0.5rem;
  width: 100%;
  margin-right: 0.5rem;
}
#searchPage .search-form input,
.member-list-widget .search-form input {
  padding: 0.25rem 0.5rem;
  border: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #1e3060;
  color: #1e3060;
}
#searchPage .search-form input:focus,
.member-list-widget .search-form input:focus {
  border-bottom-color: #ef1111;
  outline: none;
}
#searchPage .user-list,
.member-list-widget .user-list {
  padding: 0 15vw 2rem;
}
#searchPage .user-list .heading,
.member-list-widget .user-list .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #353535;
  background-color: #1e3060;
  color: #fff;
  padding: 1rem 1rem;
  margin: 0;
}
#searchPage .user-list .user,
.member-list-widget .user-list .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  color: #353535;
  font-size: 0.85rem;
  transition: 0.25s;
}
#searchPage .user-list .user:nth-of-type(even),
.member-list-widget .user-list .user:nth-of-type(even) {
  background-color: #f3f3f3;
}
#searchPage .user-list .user:hover,
.member-list-widget .user-list .user:hover {
  background-color: #d5d5d5;
}
.search-results-container {
  max-width: calc(65rem - 5vw);
  margin: auto;
  padding: 0 5vw;
}
.search-results-container h3.entry-title a {
  color: #1e3060;
}
#searchBarUser {
  background-color: #1e3060;
  padding: 1rem 12.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #searchBarUser {
    padding: 1rem 20vw;
  }
}
#searchBarUser form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767.5px) {
  #searchBarUser form {
    flex-direction: column-reverse;
  }
}
#searchBarUser button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0.25rem 0.5rem;
  border: 2px solid #fff;
  margin-right: 1rem;
  flex-shrink: 1;
  transition: 0.25s;
}
@media only screen and (max-width: 767.5px) {
  #searchBarUser button {
    margin: 1rem 0 0;
  }
}
#searchBarUser button:hover {
  background-color: #fff;
  color: #1e3060;
}
#searchBarUser input {
  border: 2px solid transparent;
  padding: 0.25rem 0.5rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.member-list-widget .member-list-container .tab-content .tab-pane.active {
  flex-direction: column;
  align-items: stretch;
}
.member-list-widget .member-list-container .tab-content p {
  width: 100%;
  display: flex;
}
.member-list-container .heading {
  background-color: #1e3060;
  margin: 0;
  padding: 0.5rem;
}
.member-list-container .heading span {
  color: #fff;
}
.member-list-container .name {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20%;
  margin-right: 1rem;
}
.member-list-container .city-state {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20%;
  margin-right: 1rem;
}
.member-list-container .accomplishment {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 60%;
  margin-right: 1rem;
}
@media only screen and (max-width: 991.5px) {
  .member-list-container .accomplishment {
    display: none;
  }
}
.member-list-container p.american {
  padding: 0.5rem;
  margin: 0;
}
.member-list-container p.american:nth-of-type(even) {
  background-color: #eee;
}
.member-list-container .no-results {
  padding: 0.5rem;
  margin: 0;
}
.child-page-1 .child-container {
  padding: 0;
}
.child-page-1 .child-container .generic-styling .widget-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #353535;
}
.child-page-1 .child-container .generic-styling a {
  color: #1e3060;
  text-decoration: underline;
  font-weight: 700;
}
.child-page-2 .child-container {
  padding: 3rem 0;
}
.padding-15 {
  padding: 4rem 15vw;
}
@media only screen and (max-width: 1024px) {
  .padding-15 {
    padding: 5rem 10vw;
  }
}
.no-padding-bottom {
  padding-bottom: 0;
}
.site-footer {
  padding: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.site-footer .footer-inner {
  border: 3px solid #1e3060;
  padding: 0.75rem 3rem;
}
.site-footer .footer-inner .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top {
    flex-direction: column;
  }
}
.site-footer .footer-inner .footer-top .footer-left,
.site-footer .footer-inner .footer-top .footer-middle,
.site-footer .footer-inner .footer-top .footer-right {
  width: 33.33%;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-left,
  .site-footer .footer-inner .footer-top .footer-middle,
  .site-footer .footer-inner .footer-top .footer-right {
    margin-bottom: 2rem;
    text-align: center;
  }
  .site-footer .footer-inner .footer-top .footer-left:last-of-type,
  .site-footer .footer-inner .footer-top .footer-middle:last-of-type,
  .site-footer .footer-inner .footer-top .footer-right:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .site-footer .footer-inner .footer-top .footer-left,
  .site-footer .footer-inner .footer-top .footer-middle,
  .site-footer .footer-inner .footer-top .footer-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-left {
    order: 2;
  }
}
.site-footer .footer-inner .footer-top .footer-left h3 {
  font-size: 1.15rem;
  color: #1e3060;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.site-footer .footer-inner .footer-top .footer-left a {
  display: block;
  color: #1e3060;
  font-size: 0.65rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-left a {
    font-size: 0.8rem;
  }
}
.site-footer .footer-inner .footer-top .footer-left a:last-child {
  margin: 0;
}
.site-footer .footer-inner .footer-top .footer-middle {
  text-align: center;
}
.site-footer .footer-inner .footer-top .footer-middle .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-inner .footer-top .footer-middle .logos .logo {
  width: 33.33%;
  height: 4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-middle .logos .logo {
    width: 20vw;
  }
}
.site-footer .footer-inner .footer-top .footer-middle .logos .logo:nth-of-type(2) {
  height: 7rem;
}
@media only screen and (max-width: 1250px) {
  .site-footer .footer-inner .footer-top .footer-middle {
    width: 25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-middle {
    order: 1;
    width: 100%;
  }
}
.site-footer .footer-inner .footer-top .footer-middle h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e3060;
}
.site-footer .footer-inner .footer-top .footer-right {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-inner .footer-top .footer-right {
    order: 3;
    text-align: center;
  }
}
.site-footer .footer-inner .footer-top .footer-right a {
  color: #1e3060;
}
.site-footer .jlb {
  color: #1e3060;
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.site-footer .jlb p {
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0;
  text-align: center;
}
.site-footer .jlb a {
  color: #1e3060;
  font-size: 0.6rem;
}
#gform_wrapper_6,
#gform_wrapper_2,
#gform_wrapper_9,
#gform_wrapper_8 {
  padding: 4rem 20vw;
}
@media only screen and (max-width: 767.5px) {
  #gform_wrapper_6,
  #gform_wrapper_2,
  #gform_wrapper_9,
  #gform_wrapper_8 {
    padding: 4rem 10vw;
  }
}
#gform_wrapper_6 form,
#gform_wrapper_2 form,
#gform_wrapper_9 form,
#gform_wrapper_8 form {
  color: #353535;
}
#gform_wrapper_6 form .gform_title,
#gform_wrapper_2 form .gform_title,
#gform_wrapper_9 form .gform_title,
#gform_wrapper_8 form .gform_title {
  font-size: 1.75rem;
  text-align: center;
}
#gform_wrapper_6 form .gform_fields,
#gform_wrapper_2 form .gform_fields,
#gform_wrapper_9 form .gform_fields,
#gform_wrapper_8 form .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
#gform_wrapper_6 form .gform_fields .gfield,
#gform_wrapper_2 form .gform_fields .gfield,
#gform_wrapper_9 form .gform_fields .gfield,
#gform_wrapper_8 form .gform_fields .gfield {
  width: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  #gform_wrapper_6 form .gform_fields .gfield,
  #gform_wrapper_2 form .gform_fields .gfield,
  #gform_wrapper_9 form .gform_fields .gfield,
  #gform_wrapper_8 form .gform_fields .gfield {
    width: 100%;
  }
}
#gform_wrapper_6 form .gform_fields .gfield > label,
#gform_wrapper_2 form .gform_fields .gfield > label,
#gform_wrapper_9 form .gform_fields .gfield > label,
#gform_wrapper_8 form .gform_fields .gfield > label {
  margin: 0;
  color: #1e3060;
  min-height: 2.25rem;
}
#gform_wrapper_6 form .gform_fields .gfield input,
#gform_wrapper_2 form .gform_fields .gfield input,
#gform_wrapper_9 form .gform_fields .gfield input,
#gform_wrapper_8 form .gform_fields .gfield input,
#gform_wrapper_6 form .gform_fields .gfield select,
#gform_wrapper_2 form .gform_fields .gfield select,
#gform_wrapper_9 form .gform_fields .gfield select,
#gform_wrapper_8 form .gform_fields .gfield select,
#gform_wrapper_6 form .gform_fields .gfield textarea,
#gform_wrapper_2 form .gform_fields .gfield textarea,
#gform_wrapper_9 form .gform_fields .gfield textarea,
#gform_wrapper_8 form .gform_fields .gfield textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 2px solid #1e3060;
  background-color: transparent;
}
#gform_wrapper_6 form .gform_fields .gfield span label,
#gform_wrapper_2 form .gform_fields .gfield span label,
#gform_wrapper_9 form .gform_fields .gfield span label,
#gform_wrapper_8 form .gform_fields .gfield span label {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
#gform_wrapper_6 form .gform_fields ul.gfield_checkbox,
#gform_wrapper_2 form .gform_fields ul.gfield_checkbox,
#gform_wrapper_9 form .gform_fields ul.gfield_checkbox,
#gform_wrapper_8 form .gform_fields ul.gfield_checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#gform_wrapper_6 form .gform_fields ul.gfield_checkbox input,
#gform_wrapper_2 form .gform_fields ul.gfield_checkbox input,
#gform_wrapper_9 form .gform_fields ul.gfield_checkbox input,
#gform_wrapper_8 form .gform_fields ul.gfield_checkbox input,
#gform_wrapper_6 form .gform_fields .gfield_radio li input,
#gform_wrapper_2 form .gform_fields .gfield_radio li input,
#gform_wrapper_9 form .gform_fields .gfield_radio li input,
#gform_wrapper_8 form .gform_fields .gfield_radio li input {
  margin: 0 0.5rem 0 0;
}
#gform_wrapper_6 form .gform_fields ul.gfield_checkbox li + li,
#gform_wrapper_2 form .gform_fields ul.gfield_checkbox li + li,
#gform_wrapper_9 form .gform_fields ul.gfield_checkbox li + li,
#gform_wrapper_8 form .gform_fields ul.gfield_checkbox li + li {
  margin-left: 0.5rem !important;
}
#gform_wrapper_6 form .gfield.gsection,
#gform_wrapper_2 form .gfield.gsection,
#gform_wrapper_9 form .gfield.gsection,
#gform_wrapper_8 form .gfield.gsection {
  color: #1e3060;
  border-color: #1e3060;
  width: 100%;
}
#gform_wrapper_6 form .ginput_product_price,
#gform_wrapper_2 form .ginput_product_price,
#gform_wrapper_9 form .ginput_product_price,
#gform_wrapper_8 form .ginput_product_price {
  color: #ef1111;
}
#gform_wrapper_6 form .gform_footer,
#gform_wrapper_2 form .gform_footer,
#gform_wrapper_9 form .gform_footer,
#gform_wrapper_8 form .gform_footer {
  margin: 0;
  text-align: center;
}
#gform_wrapper_6 form .gform_footer input[type=submit],
#gform_wrapper_2 form .gform_footer input[type=submit],
#gform_wrapper_9 form .gform_footer input[type=submit],
#gform_wrapper_8 form .gform_footer input[type=submit] {
  padding: 0.5rem 3rem;
  background-color: #fff;
  border: 2px solid #1e3060;
  color: #1e3060;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.25s;
}
#gform_wrapper_6 form .gform_footer input[type=submit]:hover,
#gform_wrapper_2 form .gform_footer input[type=submit]:hover,
#gform_wrapper_9 form .gform_footer input[type=submit]:hover,
#gform_wrapper_8 form .gform_footer input[type=submit]:hover {
  color: #fff;
  background-color: #1e3060;
}
#gform_wrapper_6 #field_6_6,
#gform_wrapper_6 #field_6_8,
#gform_wrapper_6 #field_6_9,
#gform_wrapper_6 #field_6_1,
#gform_wrapper_6 #field_6_10,
#gform_wrapper_6 #field_6_16 {
  width: 100%;
}
#gform_wrapper_2 #field_2_6,
#gform_wrapper_2 #field_2_9,
#gform_wrapper_2 #field_2_23,
#gform_wrapper_2 #field_2_3,
#gform_wrapper_2 #field_2_22 {
  width: 100%;
}
#gform_wrapper_2 #gf_coupons_container_2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gform_wrapper_2 #gf_coupons_container_2 .button {
  text-transform: uppercase;
  color: #1e3060;
  width: auto;
  padding: 0.5rem 2rem;
  transition: 0.25s;
}
#gform_wrapper_2 #gf_coupons_container_2 .button:hover {
  color: #fff;
  background-color: #1e3060;
}
#gform_wrapper_8 form .gform_fields .gfield.full-width,
#gform_wrapper_9 form .gform_fields .gfield.full-width {
  width: 100%;
}
#gform_wrapper_8 form .gform_fields .ginput_container[id*="gf_coupons_container"],
#gform_wrapper_9 form .gform_fields .ginput_container[id*="gf_coupons_container"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gform_wrapper_8 form .gform_fields .button,
#gform_wrapper_9 form .gform_fields .button {
  text-transform: uppercase;
  color: #1e3060;
  width: auto;
  padding: 0.5rem 2rem;
  transition: 0.25s;
}
#gform_wrapper_8 form .gform_fields .button:hover,
#gform_wrapper_9 form .gform_fields .button:hover {
  color: #fff;
  background-color: #1e3060;
}
.gform_confirmation_message_8.gform_confirmation_message {
  max-width: calc(65rem + 5vw);
  padding: 0 5vw;
  margin: auto;
}
.confirm_show {
  padding: 5vw;
}
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_left {
  margin: auto !important;
}
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_left + span.ginput_right,
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right {
  margin: auto !important;
}
.slick-slider {
  height: 100%;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-track .slick-slide,
.slick-slider .slick-list .slick-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-dots {
  display: flex !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5rem;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8px;
  width: 8px;
  margin: 0 5px;
}
.slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 5px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5);
  overflow: hidden;
  position: relative;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots .slick-active button:before {
  background-color: transparent;
}
#blog .blog-container .posts {
  display: flex;
  flex-wrap: wrap;
  width: 80rem;
  margin: 0 auto;
  padding: 4rem 0;
}
@media only screen and (max-width: 1440px) {
  #blog .blog-container .posts {
    width: auto;
    padding: 4rem 10vw;
  }
}
#blog .blog-container .posts .post {
  width: 33.33%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1250px) {
  #blog .blog-container .posts .post {
    width: 50%;
  }
}
@media only screen and (max-width: 767.5px) {
  #blog .blog-container .posts .post {
    width: 100%;
  }
}
#blog .blog-container .posts .post .post-inner {
  border: 2px solid #969696;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333;
  transition: 0.25s;
}
#blog .blog-container .posts .post .post-inner:hover {
  border-color: #1e3060;
}
#blog .blog-container .posts .post .post-inner:hover .fa-map {
  right: 2rem;
  transform: translateY(-50%) translateX(0);
}
#blog .blog-container .posts .post .featured-image {
  height: 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#blog .blog-container .posts .post .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: #1e3060;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#blog .blog-container .posts .post .top .date .far {
  margin-right: 0.5rem;
}
#blog .blog-container .posts .post .top .fa-map {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(200%);
  transition: 0.25s;
}
#blog .blog-container .posts .post .content {
  padding: 1rem 2rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
#blog .blog-container .posts .post .content .heading {
  font-size: 1.15rem;
  letter-spacing: 1px;
  color: #1e3060;
  transition: 0.25s;
}
#blog .blog-container .posts .post .content .excerpt p {
  font-size: 0.65rem;
}
#single-post .single-post-container {
  padding: 4rem 15vw;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #single-post .single-post-container {
    padding: 2rem 15vw 4rem;
  }
}
#single-post .single-post-container .go-back {
  text-align: center;
  position: absolute;
  left: 5vw;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1e3060;
}
@media only screen and (max-width: 1024px) {
  #single-post .single-post-container .go-back {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
  }
}
@media only screen and (max-width: 767.5px) {
  #single-post .single-post-container .go-back {
    width: 50%;
  }
}
@media only screen and (max-width: 575.5px) {
  #single-post .single-post-container .go-back {
    width: 100%;
  }
}
#single-post .single-post-container .go-back .fal {
  font-size: 2rem;
  color: #1e3060;
}
#single-post .single-post-container .go-back button {
  background-color: transparent;
  border: none;
}
#single-post .single-post-container .go-back label {
  font-size: 0.65rem;
  text-transform: uppercase;
  margin: 0.5rem 0;
}
#single-post .single-post-container .date {
  text-align: center;
  font-weight: 700;
  color: #1e3060;
  margin-bottom: 2rem;
}
#userProfile .user-profile-container .cover-photo {
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: -1;
}
#userProfile .user-profile-container .cover-photo .overlay {
  background-color: rgba(255,255,255,0.3);
  z-index: -1;
}
#userProfile .user-profile-container .profile-info .profile-picture {
  height: 8rem;
  width: 8rem;
  margin: -4rem auto 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #c5c5c5;
}
#userProfile .user-profile-container .profile-info .name {
  text-align: center;
  color: #1e3060;
  font-weight: 700;
}
#userProfile .user-profile-container .profile-info .location {
  text-align: center;
  color: #353535;
  font-size: 0.85rem;
  font-weight: 700;
}
#userProfile .user-profile-container .middle {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  #userProfile .user-profile-container .middle {
    flex-direction: column;
  }
}
#userProfile .user-profile-container .middle .states-visited {
  width: 25%;
  background-color: #f3f3f3;
  padding: 2rem;
  color: #353535;
  border-top: 3px solid #1e3060;
}
@media only screen and (max-width: 1024px) {
  #userProfile .user-profile-container .middle .states-visited {
    width: 100%;
    margin-bottom: 2rem;
  }
  #userProfile .user-profile-container .middle .states-visited .states {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #userProfile .user-profile-container .middle .states-visited .states span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 20%;
  }
}
@media only screen and (max-width: 767.5px) {
  #userProfile .user-profile-container .middle .states-visited .states span {
    width: 33.33%;
  }
}
@media only screen and (max-width: 575.5px) {
  #userProfile .user-profile-container .middle .states-visited .states span {
    width: 50%;
  }
}
#userProfile .user-profile-container .middle .states-visited .heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: #353535;
}
#userProfile .user-profile-container .middle .states-visited span {
  display: block;
  text-align: left;
  font-size: 0.85rem;
}
#userProfile .user-profile-container .middle .states-visited span .fal {
  color: #1e3060;
  margin-right: 0.5rem;
}
#userProfile .user-profile-container .middle .states-visited span .not-visited {
  color: #c5c5c5;
}
#userProfile .user-profile-container .middle .traveler-guide {
  width: 75%;
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  #userProfile .user-profile-container .middle .traveler-guide {
    width: 100%;
  }
}
#userProfile .user-profile-container .middle .traveler-guide .heading {
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  #userProfile .user-profile-container .middle .traveler-guide .heading {
    text-align: center;
  }
}
#userProfile .user-profile-container .middle .traveler-guide .heading span {
  color: #353535;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info {
  background-color: #f3f3f3;
  border-top: 3px solid #1e3060;
  padding: 2rem;
  margin-bottom: 2rem;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info .section {
  margin-bottom: 2rem;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info .section:last-child {
  margin-bottom: 0;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info .sub-heading {
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.5;
  text-transform: uppercase;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info p {
  font-weight: 700;
  color: #1e3060;
  margin-bottom: 0rem;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info .section.biography p,
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info .section.memorable-travel p {
  margin-bottom: 1rem;
  font-weight: 400;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-info .info .section.social-media a {
  color: #1e3060;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-gallery {
  display: flex;
  flex-wrap: wrap;
}
#userProfile .user-profile-container .middle .traveler-guide .travel-gallery .travel-photo-container {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  #userProfile .user-profile-container .middle .traveler-guide .travel-gallery .travel-photo-container {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767.5px) {
  #userProfile .user-profile-container .middle .traveler-guide .travel-gallery .travel-photo-container {
    width: 50%;
  }
}
#userProfile .user-profile-container .middle .traveler-guide .travel-gallery .travel-photo-container .travel-photo {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#userProfile .private-profile {
  padding: 6rem 15vw;
  text-align: center;
  color: #353535;
}
#userProfile .private-profile a {
  color: #ef1111;
  display: inline-block;
  padding: 0.5rem 3rem;
  border: 2px solid #ef1111;
  margin-top: 1rem;
  transition: 0.25s;
}
#userProfile .private-profile a:hover {
  color: #fff;
  background-color: #ef1111;
}
#account .account-container {
  padding: 4rem 15vw;
}
#account .profile {
  display: flex;
  align-items: auto;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#account .profile a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ef1111;
  border: 2px solid #ef1111;
  transition: 0.25s;
}
#account .profile a:hover {
  background-color: #ef1111;
  color: #fff;
}
#account .update-user a {
  color: #1e3060;
}
#account .update-user .-cancel {
  color: #fff;
}
#account .update-user .updated {
  text-align: center;
}
#account .update-user .updated p {
  font-size: 1rem;
  font-weight: 700;
  color: #1e3060;
}
#account .update-user .acf-fields .acf-tab-wrap {
  width: 100%;
}
#account .update-user .acf-fields .acf-tab-wrap ul {
  border: none;
  padding: 0.5rem;
}
@media only screen and (max-width: 767.5px) {
  #account .update-user .acf-fields .acf-tab-wrap li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}
#account .update-user .acf-fields .acf-tab-wrap li a {
  padding: 1rem 1.5rem;
  border: none;
}
#account .update-user .acf-fields .acf-tab-wrap .active a {
  background-color: #1e3060;
  color: #fff;
}
#account .update-user .acf-field {
  border: none;
}
#account .update-user .acf-field input,
#account .update-user .acf-field select,
#account .update-user .acf-field textarea {
  border: 2px solid #1e3060;
  padding: 0.5rem 1rem;
  background-color: transparent;
  height: auto;
}
#account .update-user .acf-field-5afc91c25b569 .acf-bl {
  display: flex;
  flex-wrap: wrap;
}
#account .update-user .acf-field-5afc91c25b569 .acf-bl li {
  width: 33%;
}
@media only screen and (max-width: 575.5px) {
  #account .update-user .acf-field-5afc91c25b569 .acf-bl li {
    width: 50%;
  }
}
#account .update-user .acf-field-5bd3555cbaa01 .acf-fields {
  display: flex;
  flex-wrap: wrap;
}
#account .update-user .acf-field-5bd3555cbaa01 .acf-fields .acf-field {
  flex-grow: 0;
  flex-basis: 25%;
}
@media only screen and (max-width: 1500px) {
  #account .update-user .acf-field-5bd3555cbaa01 .acf-fields .acf-field {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 1199.5px) {
  #account .update-user .acf-field-5bd3555cbaa01 .acf-fields .acf-field {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767.5px) {
  #account .update-user .acf-field-5bd3555cbaa01 .acf-fields .acf-field {
    flex-basis: 100%;
  }
}
#account .update-user .acf-basic-uploader input {
  border: none;
}
#account .update-user .acf-form-submit {
  text-align: center;
}
#account .update-user .acf-form-submit input {
  background-color: transparent;
  padding: 0.5rem 3rem;
  border: 2px solid #1e3060;
  color: #1e3060;
  transition: 0.25s;
}
#account .update-user .acf-form-submit input:hover {
  background-color: #1e3060;
  color: #fff;
}
.user-login-container {
  padding: 6rem 20vw;
}
.user-login-container .fallback-message {
  text-align: center;
}
.user-login-container .forgot-password {
  color: #1e3060;
}
.user-login-container #wpum-submit-login-form p {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1e3060;
}
.user-login-container #wpum-submit-login-form fieldset label,
.user-login-container #wpum-submit-login-form fieldset input {
  width: 100%;
}
.user-login-container #wpum-submit-login-form fieldset label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.user-login-container #wpum-submit-login-form fieldset input {
  border: 2px solid #1e3060;
  padding: 0.25rem 0.5rem;
  background-color: transparent;
}
.user-login-container #wpum-submit-login-form fieldset.fieldset-remember {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-login-container #wpum-submit-login-form fieldset.fieldset-remember label {
  font-weight: 400;
  text-transform: capitalize;
}
.user-login-container #wpum-submit-login-form fieldset.fieldset-remember input {
  width: auto;
  margin: 0;
}
.user-login-container #wpum-submit-login-form input[name="submit_login"] {
  width: auto;
  padding: 0.5rem 5rem;
  font-weight: 700;
  border: 2px solid #1e3060;
  text-transform: uppercase;
  background-color: transparent;
  color: #1e3060;
  transition: 0.25s;
}
.user-login-container #wpum-submit-login-form input[name="submit_login"]:hover {
  color: #fff;
  background-color: #1e3060;
}
.wpum-password-recovery-form {
  padding: 5rem 20vw;
}
.wpum-password-recovery-form .wpum-info,
.wpum-password-recovery-form > p {
  text-align: center;
  margin-bottom: 3rem;
}
.wpum-password-recovery-form fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  line-height: 1;
}
.wpum-password-recovery-form fieldset label,
.wpum-password-recovery-form fieldset .field {
  width: 100%;
}
.wpum-password-recovery-form fieldset label {
  font-weight: 700;
  color: #1e3060;
  margin-bottom: 0.5rem;
}
.wpum-password-recovery-form fieldset input {
  border: 2px solid #1e3060;
  padding: 0.5rem 1rem;
}
.wpum-password-recovery-form input[name="submit_password_recovery"] {
  text-align: center;
  background-color: transparent;
  padding: 0.5rem 3rem;
  border: 2px solid #1e3060;
  color: #1e3060;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.25s;
}
.wpum-password-recovery-form input[name="submit_password_recovery"]:hover {
  color: #fff;
  background-color: #1e3060;
}
.wpum-action-links {
  text-align: center;
}
.wpum-action-links a {
  color: #ef1111;
}
#gform_confirmation_wrapper_2,
#gform_confirmation_wrapper_6 {
  padding: 7rem 15vw;
  text-align: center;
}
.widecolumn {
  padding: 4rem 15vw;
  text-align: center;
}
.widecolumn h2 {
  color: #1e3060;
  font-size: 2rem;
}
.widecolumn .signup-welcome span {
  text-transform: uppercase;
}
.widecolumn .view a {
  color: #ef1111;
}
.widecolumn .lead-in {
  margin-top: 2rem;
}
.widecolumn .lead-in a {
  color: #ef1111;
}

/*# sourceMappingURL=style.css.map */
