/* CFI GENERAL STYLES */
/* Global */

.wp-caption {
  border: 0px !important;
}

#signup-content {
  display: block;
  margin: 50px auto;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.05rem;
  }
}

a {
  color: #084d93;
}

html {
  background-color: #084d93;
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

strong {
  font-weight: bold;
}

main {
  padding: 0px !important;
}

#main .post,
#main .page {
  padding: 0px;
  overflow-x: visible !important;
}

.single-post #content-wrapper {
  overflow-x: hidden;
}

div.container-fluid.page-container.white {
  padding: 0px !important;
}

div.container-fluid.d-flex.flex-stretch.justify-content-center {
  padding: 0px !important;
}

div.site-content.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.dft-padding {
  padding: 0 30px 100px 30px !important;
  margin-bottom: 0;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .dft-padding {
    padding: 0 55px 100px 55px !important;
  }
}

#main .post,
#main .page,
#main .speakers {
  border: none !important;
}

.alignright,
.alignleft {
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

/*
@media screen and (min-width:768px) {
  .blog #main, #main .blog, .single-tribe_events #main, .archive #main, #main .speakers, #main .cases, #main .press_releases, #main .news  {
    padding: 0 55px 100px 55px !important;
    margin-bottom: 0;
  }

  #main .action_alerts  {
    padding: 0 55px 0px !important;
    margin-bottom: 0;
  }


    #main .post, #main .page, #main .news, #main .blog, #main .speakers, #main .cases, #main .press_releases, #main .news, .single #main {
    padding: 0 55px 100px 55px !important;
    overflow-x: hidden;
    margin-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .blog #main, .single-tribe_events #main, .archive #main, #main .speakers, #main .cases, #main .press_releases, #main .news {
    padding: 0 30px 100px !important;
    margin-bottom: 0;
  }

  #main .action_alerts  {
    padding: 0 30px 0px !important;
    margin-bottom: 0;
  }

    #main .post, #main .page, #main .news, #main .blog, #main .speakers, #main .cases, #main .press_releases, #main .news, .single #main {
    padding: 0 30px 100px 30px !important;
    margin-bottom: 0;
    overflow-x: hidden;
  }
}

*/

.post-edit-link {
  display: none !important;
}

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

* {
  font-family: Lato, sans-serif;
}

.readability {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.landing-page {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.no-stretch {
  max-width: 1400px;
  width: 100%;
  -webkit-margin-end: auto;
  -webkit-margin-start: auto;
}

.center {
  text-align: center;
}

.site-footer .center {
  display: block;
}

.circle-img-div {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  min-width: 100px;
  min-height: 100px;
}

.circle-img {
  width: 100% !important;
  padding-bottom: 100%;
  border-radius: 100%;
  margin: 0px auto 20px auto;
  overflow-y: hidden;
  overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
  .circle-img-div {
    margin-left: auto;
    margin-right: auto !important;
  }
}

/*.news-template-default footer.entry-meta{
  display: none;
}*/

@media screen and (max-width: 1400px) {
  .container {
    width: 100% !important;
  }
}

@media screen and (min-width: 1400px) {
  .container-fluid .contain-text {
    max-width: 1400px;
    margin: auto;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

.blue {
  background-color: #084d93;
}

.orange {
  background-color: #ea5213;
}

.tan {
  background-color: #dedbc3;
}

.grey {
  background-color: #333;
}

.white {
  background-color: white;
}

.lite-grey {
  background-color: #fbfbfb;
}

.text-center {
  text-align: center;
}

.shadow {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}

.white-card-shadow {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  border: none;
}

.round-corners {
  border-radius: 5px;
}

.ErrorMessage {
  font-size: 1em;
  color: #990000;
}

.home #email input[type="submit"] {
  border: 3px solid transparent;
  border-radius: 5px;
  background-color: #333;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.home #email input[type="submit"]:hover {
  background-color: #545454;
  color: white;
}

.home #email input[type="submit"]:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.home #email input[type="text"] {
  width: 50%;
  min-width: 250px;
  border: none;
  text-align: center;
}

.page-link {
  color: #666;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #ea5213;
  border-color: #ea5213;
}

.pagination-nav-container {
  margin: 50px 0 !important;
}

/* End Global */

/* Buddypress Registration */

#buddypress #activation-form label,
#buddypress #activation-form input[type="text"] {
  display: none !important;
}

#buddypress p.submit input {
  font-weight: 800 !important;
  font-size: 1em !important;
  text-transform: uppercase;
}

#activate-page p {
  display: none;
}

#activate-page p.submit {
  display: block;
}

#activate-page #template-notices:before {
  content: "Thanks for registering! Activate your account to finish the process:";
}

/* Buddypress Registration */

/* Button Styles */

.btn-center {
  display: block;
  margin: auto;
}

/* BLUE BUTTONS */

.blue-button {
  background-color: #084d93;
  border: 3px solid transparent;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.blue-button:hover {
  background-color: #074582;
  color: white;
}

.blue-button:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.blue-button-ghost {
  background-color: transparent;
  color: #084d93;
  border: 3px solid #084d93;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.blue-button-ghost:hover {
  background-color: #084d93;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.blue-button-ghost:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.blue-home-buttons {
  display: block;
  margin: auto;
  width: 400px;
}

@media screen and (max-width: 491px) {
  .blue-home-buttons {
    display: block;
    margin: auto;
    width: 265px;
  }
}

/* GREY BUTTONS */

.grey-button {
  border: 3px solid transparent !important;
  border-radius: 5px !important;
  background-color: #333 !important;
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 10px 30px !important;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

.grey-button:hover {
  background-color: #545454 !important;
  color: white !important;
}

.grey-button:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) !important;
}

.grey-button-search {
  border: 3px solid transparent;
  border-radius: 5px;
  background-color: #333;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.grey-button-search:hover {
  background-color: #545454;
  color: white;
}

.grey-button-search:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.grey-button-outline {
  background-color: transparent;
  border: 3px solid #333;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
}

.grey-button-outline:hover {
  background-color: #333;
  color: white;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.grey-button-outline:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

/* ORANGE BUTTONS */

.member-button {
  font-weight: 800;
  background-color: #ea5213;
  color: #fff;
  border: 5px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 2em;
  text-align: center;
  line-height: 1em;
}

.member-button:hover {
  background-color: #c64417;
  color: #fff;
}

.member-button:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.orange-button {
  background-color: #ea5213;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.orange-button:hover {
  background-color: #c64417;
  color: white;
}

.orange-button:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.orange-button-ghost {
  background-color: transparent;
  color: #ea5213;
  border: 3px solid #ea5213;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.orange-button-ghost:hover {
  background-color: #c64417;
  color: white;
  border-color: #c64417;
}

.orange-button-ghost:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

/* WHITE BUTTONS */

.white-button-on-orange {
  background-color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #ea5213;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.white-button-on-orange:hover {
  background-color: #eee;
  color: #ea5213;
}

.white-button-on-orange:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.white-button-on-blue {
  background-color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #084d93;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.white-button-on-blue:hover {
  background-color: #eee;
  color: #084d93;
}

.white-button-on-blue:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.white-button-on-grey {
  background-color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #333;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.white-button-on-grey:hover {
  background-color: #eee;
  color: #333;
}

.white-button-on-grey:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.white-button-outline {
  background-color: transparent;
  border: 3px solid white;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
}

.white-button-outline:hover {
  background-color: white;
  color: #ea5213;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.white-button-outline:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

/* End Button Styles */

/* Main Nav */

a.home-button {
  height: 125px;
  padding: 15px 0px;
  text-decoration: none;
  float: left;
}

.home-button img {
  height: 90px;
  width: auto;
}

.mobilelogo {
  width: calc(100vw - 100px);
}

.mobilelogo a.home-button {
  position: relative;
  left: 35px;
  height: auto;
}

.mobilelogo .home-button img {
  max-width: 100%;
  max-height: 90px;
  height: auto;
}

.navbar {
  display: block;
  margin: auto;
  min-height: 75px;
  background-color: transparent;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1040;
  padding: 0px 35px;
}

nav.collapse-nav {
  -webkit-background-origin: border-box !important;
  background-origin: border-box !important;
  z-index: 9999;
  background-color: #eee;
  -webkit-box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.35);
  box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.35);
  width: 25vw;
  position: absolute;
  right: 0;
}

.header-right {
  float: right;
  position: relative;
  top: 40px;
}

nav.collapse-nav a {
  color: #084d93;
  text-transform: uppercase;
}

nav.collapse-nav a:hover {
  color: #ea5213;
}

#menu-main-navigation {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: start !important;
  justify-content: start !important;
}

.current_page_item a {
  color: #ea5213 !important;
}

.navbar-nav {
  margin: auto;
}

#bootstrap-basic4-topnavbar .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown {
  text-align: right;
}

.dropdown-item {
  white-space: initial !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ea5213 !important;
  text-decoration: none;
  background-color: transparent !important;
}

.menu-item {
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bg-faded {
    background-color: #333;
  }
}

.bg-faded {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  a.nav-link {
    text-align: center;
  }
}

.social-media-icons {
  min-width: 145px;
  text-align: center;
}

.main-navigation .navbar-toggler-right {
  margin-top: 40px;
}

.row.main-navigation {
  margin-right: 0px !important;
  margin-left: 0px !important;
  overflow-x: hidden;
}

.icon {
  width: 35px;
  display: inline-block;
}

img.header-icon {
  width: 40px;
  padding: 10px;
  border: 1px solid #084d93;
  border-radius: 100%;
  display: inline-block;
}

.header-icon {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.header-icon:hover {
  position: relative;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

@media screen and (max-width: 767px) {
  .header-icon {
    width: 25px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 13px;
  }
}

#menu-text {
  display: inline-block;
}

#nav-icon3 {
  float: right;
  position: relative;
  top: 9px;
}

.facebook-dark {
  background-image: url("https://www.centerforinquiry.net/img/social/facebook-dark.png");
  background-repeat: no-repeat;
  width: 15px !important;
}

.twitter-dark {
  background-image: url("https://www.centerforinquiry.net/img/social/twitter-dark.png");
  background-repeat: no-repeat;
}

.meetup-dark {
  background-image: url("https://www.centerforinquiry.net/img/social/meetup-dark.png");
  background-repeat: no-repeat;
}

.youtube-dark {
  background-image: url("https://www.centerforinquiry.net/img/social/youtube-dark.png");
  background-repeat: no-repeat;
}

.social-media-band {
  width: 100%;
  background-color: #333333;
  min-height: 30px;
  padding-top: 8px;
  padding-right: 15px;
  text-align: right;
}

.facebook {
  background-image: url("https://www.centerforinquiry.net/img/social/facebook.png");
  background-repeat: no-repeat;
  width: 15px !important;
}

.twitter {
  background-image: url("https://www.centerforinquiry.net/img/social/twitter.png");
  background-repeat: no-repeat;
}

.meetup {
  background-image: url("https://www.centerforinquiry.net/img/social/meetup.png");
  background-repeat: no-repeat;
}

.youtube {
  background-image: url("https://www.centerforinquiry.net/img/social/youtube.png");
  background-repeat: no-repeat;
}

.dropdown-menu {
  top: initial !important;
  left: initial !important;
  border: none;
  position: relative !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  text-align: center;
  max-width: 100%;
  width: 25vw;
  border-radius: 0px;
}

.dropdown-menu a:hover {
  background-color: #111;
}

@media screen and (max-width: 1200px) {
  nav.collapse-nav {
    width: 33.333333vw;
  }

  .dropdown-menu {
    width: 33.333333vw;
  }
}

@media screen and (max-width: 1078px) {
  nav.collapse-nav {
    position: relative !important;
    top: 0 !important;
    width: calc(100vw) !important;
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.35);
  }
  .dropdown-menu {
    width: 100vw !important;
  }
}

/* End Main Nav */

/* Home Page */

.page-header {
  margin-bottom: 0;
}

.band {
  margin: 0 -15px 0;
  -webkit-background-origin: border-box !important;
  background-origin: border-box !important;
  z-index: 9989;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

.home #main {
  padding: 0 0px !important;
}

.home #main .page {
  margin-bottom: 0px;
  padding: 0px !important;
}

.home-content {
  padding-right: 55px;
  padding-left: 55px;
}

.home .event-block {
  display: none;
}

.featured-event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.featured-event-card {
  height: 100%;
}

#featured-event-container {
  margin-bottom: 20px;
}

.featured-event-card button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 125px;
}

.h2-headers {
  color: #333 !important;
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 576px) {
  .featured-event-card button {
    position: relative;
    display: block;
  }
}

#featured-event-excerpt {
  margin: 0px 20px 20px 20px;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0px !important;
}

.tribe-events-list .type-tribe_events:first-of-type {
  margin-top: 0px !important;
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.95) !important;
}

#targeticon {
  width: 200px;
}

.mission-container {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.mission-container hr {
  margin-left: 0;
  margin-top: 0;
  width: 130px;
  border-width: 4px;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .mission-container button {
    display: block;
    margin: auto;
  }

  .mission-container hr {
    display: block;
    margin: 0 auto 20px auto;
  }

  .mission-container p {
    text-align: center;
    margin-bottom: 20px;
  }

  .mission-container h2 {
    text-align: center;
  }
}

hr.home-underliner {
  margin-left: 0;
  margin-top: 0;
  width: 135px;
  border-width: 4px;
  border-color: #333;
  float: left;
}

h2.member-home-text {
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-latest p,
.blog-latest blockquote {
  display: none;
}

.blog-latest p:first-of-type {
  display: block;
}

.article-thumbs {
  height: 150px;
  width: 100%;
}

@media screen and (max-width: 1570px) {
  .member-button {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 991px) {
  .member-button {
    display: block;
    margin: auto;
  }

  h2.member-home-text {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 491px) {
  .member-button {
    width: 75%;
  }
}

.donate-email-home {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.donate-email-home form {
  width: 100%;
}

.donate-email-home input[type="text"] {
  color: #666;
  margin: 0 auto 20px;
  display: block;
}

.home-icon-email {
  width: 175px;
  height: 175px;
}

.home-icon-donate {
  width: 150px;
  height: 150px;
}

@media screen and (min-width: 767px) {
  .donate-email-home {
    min-height: 350px;
  }
}

/*.blog-text h3{
  text-transform: capitalize;
}*/

/* End Home Page */

/* Start General Pages */

.single .featured-image {
  max-width: 100vw;
  height: 25vw;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 -15px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.blur {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}

div.featured-outer {
  width: calc(100% + 110px);
  height: auto;
  overflow: hidden !important;
  margin: 0px -55px;
}

.ee-image {
  height: 25vw;
  display: block;
  margin: calc(-25vw) auto 0;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .page-featured-image {
    height: 90vw !important;
  }

  .single .featured-image {
    height: 50vw;
  }

  .blur {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    min-width: calc(100% + 30px) !important;
  }

  .ee-image {
    height: 50vw;
    display: block;
    margin: calc(-50vw) auto 0;
    position: relative;
    z-index: 999;
  }
}

@media screen and (max-width: 566px) {
  div.featured-outer {
    width: calc(100% + 60px);
    height: auto;
    margin: 0px -30px;
  }
  .featured-image .blur {
    height: 25vw !important;
    min-width: calc(100% + 30px) !important;
  }
}

.article-featured-image {
  height: 25vw;
  margin-left: -55px;
  margin-right: -55px;
}

@media screen and (max-width: 767px) {
  .article-featured-image {
    height: 50vw;
    margin-left: -30px;
    margin-right: -30px;
  }
}

/*
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6{
  color: #333;
}
*/

a h3 {
  color: #084d93 !important;
}

.entry-title h3 {
  /*text-transform: capitalize;*/
  color: #333;
}

.entry-title a {
  /*text-transform: capitalize;*/
  color: #084d93;
}

/*
.entry-content p{
  color: #333;
}
*/

.entry-header,
#content .page-header {
  margin-top: 100px;
  margin-bottom: 40px;
}

.entry-header hr,
#content .page-header hr {
  margin-left: 0;
  margin-top: 0;
  width: 80px;
  border-width: 4px;
  border-color: #333;
  float: left;
}

.entry-title {
  /*text-transform: capitalize;*/
  color: #333;
  font-weight: bold;
}

/*h1.entry-title{
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}*/

iframe {
  max-width: 100%;
}

#cfi-disclaimer {
  margin-top: 50px;
  font-size: 0.9em;
  color: grey;
}

@media screen and (max-width: 567px) {
  .entry-header {
    margin-top: 50px;
  }
}

/* End General Pages */

/* Start Sidebar */

#cfi-mission.widget {
  color: white;
  text-align: center;
}

#cfi-mission.widget img {
  max-width: 200px;
  margin-bottom: 10px;
}

#support.widget h4 {
  font-weight: 800;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#support.widget img {
  height: 30px;
  margin-top: -2px;
  margin-right: 10px;
}

#email-subscribe h4 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
}

#email-subscribe input {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

#email-subscribe {
  text-align: center;
}

#email-subscribe .btn {
  font-size: 1.25em;
  padding: 10px 30px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.tnp-field-button .orange-button {
  background-color: #ea5213 !important;
  font-size: 1.5em !important;
}

.tnp-field-button .orange-button:hover {
  background-color: #c64417 !important;
}

input#ACTION_SUBMIT_SURVEY_RESPONSE.btn.orange:hover {
  background-color: #c64417 !important;
}

#sidebar-right h4 {
  color: white !important;
  font-weight: 800;
}

#sidebar-right h6#locations-event-title,
#sidebar-right p#locations-event-date {
  color: white !important;
}

p#locations-event-date {
  text-transform: none !important;
}

#support .orange-button {
  display: block;
  width: 100%;
}

#sidebar-right a {
  color: white !important;
  /*text-transform: uppercase;*/
}

#sidebar-right li {
  color: white;
  /*text-transform: uppercase;*/
}

#sidebar-right ul {
  list-style: none;
}

h1.widget-title {
  color: white;
  text-transform: uppercase;
}

#sidebar-left .widget,
#sidebar-right .widget {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border: 1px solid white;
}

#sidebar-right .widget_search {
  border-bottom: 0px;
}

#section-menu {
  list-style: none;
}

#section-menu .page_item a {
  color: #999 !important;
}

#section-menu .page_item a:hover {
  color: white !important;
  text-decoration: none;
}

#section-menu .current_page_item a {
  color: white !important;
}

#recent-news-list p {
  color: white;
}

#recent-blogs-list p {
  padding-left: 30px;
  color: white;
}

#sidebar-wrapper {
  background-color: #333;
}

/* End Sidebar */

/* Sidebar Toggle */

#sidebar-right {
  background-color: #333;
  padding: 100px 55px;
  height: auto;
  width: 526.328px;
}

#content-wrapper {
  width: calc(100% - 526.328px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar-button {
  display: none;
}

@media screen and (max-width: 1199px) {
  #sidebar-right {
    width: 35vw;
    padding: 50px 25px;
  }

  #content-wrapper {
    width: calc(100% - 35vw);
  }
}

@media screen and (max-width: 992px) {
  #sidebar-button {
    display: block;
    position: absolute;
    top: 200;
    right: 0;
    background-color: #ea5213;
    color: white;
    font-size: 2em;
    padding: 5px 20px;
    border: none;
    border-bottom-left-radius: 5px;
  }

  button#sidebar-button {
    z-index: 9999 !important;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  }

  button#sidebar-button:active {
    outline: none;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  }

  #sidebar-right {
    width: 100vw;
    z-index: 9998;
    position: static;
  }

  #sidebar-wrapper {
    margin-right: -100vw;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
  }

  #sidebar-wrapper.active {
    margin-right: 0;
    width: 100%;
  }

  #content-wrapper {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #content-wrapper.active {
    width: 0px;
    height: 0px;
    z-index: 1;
    overflow: hidden;
  }

  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  #sidebar-right {
    padding: 50px 30px;
  }
}

/* End Sidebar Toggle */

/* Start Forms */

.wpcf7-form label {
  display: block;
}

.wpcf7-form-control-wrap input {
  width: 100% !important;
}

.wpcf7-form-control-wrap textarea {
  width: 100% !important;
}

#email-subscribe .btn {
  color: white;
  font-weight: 800;
  font-family: Lato;
}

div.wpcf7-response-output {
  color: white !important;
  border: 2px solid white !important;
}

.email-form input[type="checkbox"] {
  display: inline;
}

div[data-class="wpcf7cf_group"] {
  margin-bottom: 15px;
}

/* End Forms */

/* Start Speakers */

.speaker-branches-wrap .speaker-block {
  margin-bottom: 40px;
  margin-top: 40px;
  display: block !important;
}

.speaker-branches-wrap .speaker-info {
  display: block;
}

.speaker-block {
  margin-bottom: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.speaker-block h4 {
  color: #333 !important;
  text-transform: uppercase;
}

.speaker-list hr:last-child {
  display: none;
}

.speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  div.speaker-info {
    text-align: center;
  }
}

/* End Speakers */

/* Start Locations Page */

.img-fit {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

h5.locations-address-grey {
  color: #666;
  text-transform: capitalize;
  font-weight: 400 !important;
}

#locations-events-block {
  height: 20px;
  width: 20px;
  display: inline;
  float: left;
  background-color: #ea5213;
  color: #ea5213;
}

#color-bullets {
  height: 20px;
  width: 20px;
  display: inline;
  float: left;
  background-color: #ea5213;
  color: #ea5213;
  margin-right: 15px;
}

h4#locations-upcoming {
  color: #333;
  text-transform: uppercase;
}

#locations-event-subtext {
  padding-left: 30px;
}

h6#locations-event-title {
  color: #333;
  text-transform: capitalize;
}

p#locations-event-date {
  color: #333;
  text-transform: capitalize;
}

.location-box {
  margin: auto;
}

.locations-event-text {
  display: inline;
  text-align: left;
}

.locations-image {
  min-height: 400px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 767px) {
  .card .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .locations-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .locations-event-text {
    display: inline;
    text-align: center;
  }

  .location-button {
    width: 100%;
  }
}

.page-template-locations-map-page .row {
  margin: 0px !important;
}

/* End Locations Page */

/* Start Footer */

#site-footer .current-menu-item a {
  color: white !important;
}

#site-footer {
  background-color: #084d93;
  color: white;
}

#site-footer a {
  color: white !important;
}

#site-footer h6 {
  color: white !important;
}

#site-footer img.header-icon {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 100px !important;
  }
}

.site-footer {
  border: none;
}

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

#site-footer hr {
  color: white;
  border-bottom: 1px white solid;
}

.footer-right h4,
.footer-right p {
  color: white;
  text-transform: none;
}

.footer-right img {
  max-width: 200px;
}

.footer-left h3,
.footer-left h4,
.footer-left li {
  color: white;
  /*text-transform: uppercase;*/
}

.footer-left hr {
  margin-left: 0;
  margin-top: 0;
  width: 60px;
  border-width: 4px;
  border-color: #fff;
  float: left;
}

@media screen and (max-width: 767px) {
  .footer-left {
    margin-right: 0 !important;
  }
}

.footer-menu ul {
  padding: 0px;
  list-style-type: none;
}

.footer-menu li {
  text-align: left;
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  margin-left: 0px;
}
/* End Footer */

/* Contact Us Page */

.contact-us-header {
  text-align: center;
}

.contact-us-header h2 {
  color: #333 !important;
}

#map-column {
  padding: 0px;
}

h6.card-subtitle {
  color: #333;
  text-transform: capitalize;
}

@media screen and (max-width: 920px) {
  .staff-container,
  .staff-container .card {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.staff-img {
  border-radius: 100%;
  height: 150px;
  width: 150px;
}

#cfi-contact-form {
  margin: 0 -15px;
  padding: 50px;
}

#cfi-contact-form input {
  width: 100% !important;
}

#cfi-contact-form p {
  margin: 0;
}

#cfi-contact-form {
  width: calc(100% + 30px);
}

@media screen and (max-width: 767px) {
  div#cfi-contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-group {
  min-width: 100%;
}

.form-group label,
.form-group legend {
  color: white;
}

.contact-message {
  height: 200px;
}

#cfi-contact-form input[type="submit"] {
  background-color: #333;
  border: 3px solid transparent !important;
  text-transform: uppercase;
  font-weight: bold !important;
  color: white;
  border: none;
  margin: 20px 0 0 0;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cfi-contact-form input[type="submit"]:hover {
  background-color: transparent;
  border: 3px solid #333 !important;
  border-radius: 5px;
  color: #333;
}

.orange-shadow input[type="text"],
.orange-shadow input[type="email"] {
  padding: 10px;
}

.orange-shadow input[type="text"],
.orange-shadow input[type="email"] {
  padding: 10px;
  border: 3px solid transparent;
  border-radius: 5px;
  margin-bottom: 30px;
}

div.orange-shadow {
  border-radius: 5px;
}

textarea[name="your-message"] {
  padding: 10px;
  border: 3px solid transparent;
  border-radius: 5px;
}

.contact-map div {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

@media screen and (max-width: 991px) {
  .contact-map div {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
  }

  div.contact-map {
    padding: 0;
  }

  .map-info-container {
    background-color: #084d93;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px !important;
    text-align: center;
  }
}

.contact-map-info {
  text-align: left;
  margin: auto;
  color: white;
}

.contact-map-info a {
  color: white;
  text-decoration: underline;
}

.contact-map-info a:hover {
  color: white;
  text-decoration: none !important;
}

.contact-map-info h3,
.contact-map-info h6,
.contact-map-info p {
  color: white !important;
}

.contact-map-info h3 {
  margin-bottom: 15px;
}

.contact-map-info h6 {
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.map-info-container {
  background-color: #084d93;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.google-maps-builder-wrap {
  height: 100%;
  min-height: 400px;
}

span.wpcf7-not-valid-tip {
  color: #333 !important;
  background: #dedbc3 !important;
  font-weight: bold !important;
  letter-spacing: 0.025em;
  padding: 10px 20px !important;
}

div.wpcf7-response-output {
  color: #333 !important;
  border: 2px solid #333 !important;
  border-width: 80%;
}

div.wpcf7-validation-errors {
  color: #333 !important;
}

div.wpcf7-mail-sent-ok {
  color: #333 !important;
}

.nf-field-description {
  margin-bottom: 10px;
}

.nf-field-description p {
  text-align: left;
}

.submit-container input {
  display: block;
  width: 100% !important;
  background-color: #333;
  color: white;
  border: 3px solid transparent !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-size: 1.2em !important;
  text-align: center;
  line-height: 1;
}

.submit-container input:hover {
  background: none !important;
  background-color: transparent;
  color: #333 !important;
  border: 2px solid #333 !important;
  cursor: pointer;
}

/* End Contact Us Page */

/* Email Page */

.email-form-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  padding: 40px !important;
}

.email-form-container:last-child {
  margin-bottom: 0;
}

.email-form-container:before,
.email-form-container:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  content: "";
}

.email-form-container:before {
  border-top: solid 30px #fff;
  border-right: solid 30px #fff;
  border-left: solid 30px transparent;
  border-bottom: solid 30px transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.email-form-container:after {
  border-bottom: solid 30px #b8b5a1;
  border-left: solid 30px #b8b5a1;
  border-right: solid 30px transparent;
  border-top: solid 30px transparent;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.email-form h5 {
  color: #333;
}

.page-template-email-page .entry-content p {
  color: #333 !important;
  /*text-align: center !important;
  margin-top: 40px;*/
}

.page-template-email-page .entry-content label {
  color: #333 !important;
}

input[name="cons_first_name"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline;
  margin-top: 10px;
  margin-right: 10px;
  border: none;
  width: calc(50% - 5px);
}

input[name="cons_last_name"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline;
  border: none;
  width: calc(50% - 10px);
}

input[name="cons_email"],
input[name="cons_phone"] {
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  border: none;
  width: 100%;
}

input[name="cons_street1"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline;
  margin-top: 10px;
  margin-right: 10px;
  border: none;
  width: calc(50% - 5px);
}

input[name="cons_street2"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline;
  border: none;
  width: calc(50% - 10px);
}

input[name="cons_city"] {
  padding: 10px;
  display: inline;
  margin-right: 10px;
  margin-top: 10px;
  border: none;
  width: calc(80% - 100px);
}

input[name="cons_zip_code"] {
  padding: 10px;
  display: inline;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  width: 20%;
}

select[name="cons_state"] {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  height: 44px;
}

select[name="cons_country"] {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 10px;
  height: 44px;
  margin-bottom: 50px;
  width: 100%;
}

.email-form input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #333;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 1em;
  text-align: center;
}

.email-form input[type="submit"]:hover {
  background-color: transparent;
  color: #333;
  border: 3px solid #333;
}

@media screen and (max-width: 1116px) {
  input[name="cons_first_name"] {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  input[name="cons_last_name"] {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  input[name="cons_email"],
  input[name="cons_phone"] {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  input[name="cons_street1"] {
    display: block;
    margin-top: 10px;
    width: 100%;
  }

  input[name="cons_street2"] {
    display: block;
    margin-top: 10px;
    width: 100%;
  }

  input[name="cons_city"] {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  input[name="cons_zip_code"] {
    display: inline;
    width: calc(80% - 10px);
  }
}

@media screen and (max-width: 901px) {
  input[name="cons_zip_code"] {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  #cons_state {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.email-form-container {
  padding-top: 75px !important;
}

.email-form-container .tnp-subscription {
  margin: 0px;
  max-width: 100%;
}

.email-form-container .tnp-subscription input.tnp-submit {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border: 3px solid transparent;
  border-radius: 5px !important;
  padding: 10px 30px !important;
  font-size: 1.25em;
}

.email-form-container .tnp-subscription input.tnp-submit:hover {
  cursor: pointer;
  background-color: transparent;
  border: 3px solid #333;
  color: #333;
}

/* End Email Page */

/* 404 Page */

#fourohfour-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#fourohfour-image {
  max-width: 100%;
  float: right;
}

#fourohfour-header {
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 6em;
}

#fourohfour-subhead {
  color: #333;
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 0.025em;
}

input.fourohfour-search {
  text-align: center;
  width: 40% !important;
}

.fourohfour-search-container .input-group input,
.fourohfour-search-container .input-group span.input-group-btn button {
  height: 45px;
}

@media screen and (max-width: 992px) {
  #fourohfour-row {
    padding-top: 55px;
  }

  #fourohfour-header {
    font-size: 4em;
  }

  #fourohfour-subhead {
    font-size: 2em;
  }

  #fourohfour-button h5 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  #fourohfour-header {
    text-align: center;
  }

  #fourohfour-subhead {
    text-align: center;
  }

  button#fourohfour-button {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  #fourohfour-button h5 {
    font-size: 1em;
  }
}

/* End 404 Page */

/* Thank You Pages */

.thankyou-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 100px 0px;
  text-align: center;
}

.thankyou-header {
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 6em;
}

.thankyou-subhead {
  color: #333;
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 0.025em;
}

.thankyou-button h5 {
  font-size: 2em;
}

@media screen and (max-width: 992px) {
  .thankyou-row {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .thankyou-header {
    font-size: 4em;
  }

  .thankyou-subhead {
    font-size: 2em;
  }

  .thankyou-button h5 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .thankyou-header {
    text-align: center;
    font-size: 3em;
  }

  .thankyou-subhead {
    text-align: center;
    font-size: 1.5em;
  }

  button.thankyou-button {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .thankyou-button h5 {
    font-size: 1em;
  }
}

/* End Thank You Pages */

/* Search Results */

.search-icon {
  float: left;
  width: 100px;
  margin-right: 20px;
}

/* End Search Results */

/* Comment Box */

p.help-block {
  display: none;
}

.comments-link {
  display: none !important;
}

#comments {
  max-width: 700px !important;
  margin: auto;
  margin-top: 100px;
}

#comments .form-text.text-muted {
  display: none;
}

#comments label.col-form-label.col-md-2 {
  display: none;
}

#comments textarea#comment {
  width: 100% !important;
}

#comments input[type="submit"] {
  background-color: #084d93;
  border: 1px solid #084d93;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

#comments input[type="submit"]:hover {
  background-color: #074582;
}

#comments input[type="submit"]:focus {
  outline: 0px !important;
}

@media screen and (max-width: 575px) {
  #comments .avatar.avatar-64.photo {
    display: none;
  }
}

/* End Comment Box */

/* Navbar Toggler (Code By Jesse Couch) */

#nav-icon3 {
  display: inline;
  margin-left: 10px;
  width: 30px;
  height: 26px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

div#menu-text {
  color: white;
  margin-left: 35px;
  cursor: pointer;
}

.navbar .fa-search {
  margin-left: 35px;
}

.fa-search {
  color: white;
}

.fa-search:hover {
  color: #ea5213 !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1077px) {
  .top-search {
    display: none;
  }

  .donate-top-button {
    display: none;
  }
  #nav-icon3 {
    display: none;
  }
  #menu-text {
    border: 3px solid white;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 0px !important;
  }
  .donate-bottom-button {
    display: block;
    text-align: center;
    margin: 20px auto;
    color: white;
    font-weight: bold;
    letter-spacing: 0.055em;
    padding: 10px 30px;
    background-color: #ea5213;
    border: 3px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  }

  .donate-bottom-button:hover {
    background-color: #c64417;
    color: white;
  }

  .donate-bottom-button:active {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  }

  .donate-bottom-button-outline {
    display: block;
    text-align: center;
    margin: 20px auto;
    color: white;
    font-weight: bold;
    letter-spacing: 0.055em;
    padding: 10px 30px;
    background-color: #ea5213;
    border: 3px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  }

  .donate-bottom-button-outline:hover {
    background-color: #c64417;
    color: white;
  }

  .donate-bottom-button-outline:active {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  }

  .bottom-search {
    display: block !important;
    text-align: center;
    margin: 20px auto;
    color: #084d93;
  }
  .bottom-search:hover {
    color: #ea5213 !important;
  }

  .header-right .fa-search:before {
    content: "" !important;
  }

  .collapse-nav .fa-search:before {
    content: "\f002" !important;
    display: block !important;
    margin: auto !important;
  }
}

@media screen and (min-width: 1078px) {
  .donate-bottom-button {
    display: none;
  }

  .donate-bottom-button-outline {
    display: none;
  }

  .bottom-search {
    display: none;
  }

  .fa-search:before {
    content: "\f002" !important;
  }

  .collapse-nav .fa-search:before {
    content: "" !important;
    display: none !important;
    margin: auto !important;
  }
}
/* End Navbar Toggler */

/* Support Router Page */

.page-template-support-page #support {
  margin: 100px auto;
}

/* End Support Router Page */

/* Membership Levels */

/* Perk Icons in Membership columns */

.perk-row {
  width: 100%;
}

.perk-row.pin {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .perk-row {
    width: 50%;
  }

  .perk-row.pin {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .perk-row {
    width: 100%;
  }
  .perk-row.pin {
    width: 100%;
  }
  button.dropbtn {
    font-size: 1.5em;
  }
  .perk-row {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1200px) {
  button.dropbtn {
    font-size: 2em;
  }
  .perk-row {
    font-size: 1em;
  }
}

.perk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.perk-row.book {
  margin: auto;
}

.perk-row .col-4 {
  padding-right: 0px;
}

.perk-description {
  text-align: left;
}

/* End Perk Icons */

@media screen and (min-width: 992px) {
  #levels-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

#levels-container a:hover {
  text-decoration: none;
}

.buttons {
  float: none;
  background-color: #eee;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  margin: 0px 10px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.buttons h2 {
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.buttons h3 {
  color: #333;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 10px 0;
  font-size: 125%;
}
.buttons p {
  color: #333;
  border: none;
}

@media screen and (max-width: 991px) {
  .buttons {
    display: block;
    width: 100%;
    float: none;
    margin: 15px auto;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  }
}

#button-elements p {
  padding: 0px 25px;
}

h5.purchase-button {
  width: 70%;
  display: block;
  background-color: #194e90;
  border-radius: 5px;
  margin: auto;
  padding: 10px 0px;
  color: white;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.purchase-button a {
  color: white;
}

h5.purchase-button:hover a {
  color: white;
  background-color: #074582;
}

h5.purchase-button:hover {
  color: white;
  background-color: #074582;
}

buttons-container {
  display: block;
}

img#supporting-droparrow.close-arrow,
img#planet-droparrow.close-arrow,
img#star-droparrow.close-arrow,
img#galaxy-droparrow.close-arrow,
img#universe-droparrow.close-arrow {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  img#supporting-droparrow,
  img#planet-droparrow,
  img#star-droparrow,
  img#galaxy-droparrow,
  img#universe-droparrow {
    position: absolute;
    top: 45px;
    right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .buttons {
    width: 25%;
  }
  img#supporting-droparrow,
  img#planet-droparrow,
  img#star-droparrow,
  img#galaxy-droparrow,
  img#universe-droparrow {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img#supporting-droparrow,
  img#planet-droparrow,
  img#star-droparrow,
  img#galaxy-droparrow,
  img#universe-droparrow {
    display: block;
    position: inherit;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

h5.purchase-button {
  margin: 20px auto;
}

.dropdown-content {
  padding: 10px 0;
}

.dropdown-content hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdown-content ul {
  margin: 0 !important;
  padding: 0px;
}

.dropdown-content li {
  padding: 5px 20px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .dropdown-content li {
    padding: 5px 20px;
    text-align: center;
  }
}

.five-across .dropbtn {
  font-size: 1.75em;
  text-transform: uppercase;
  color: white;
  min-height: 100px;
}

#button-elements p {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding: 0px;
}

#button-elements .dropbtn {
  padding: 10px;
  display: block;
  width: 100%;
}

.dropdown-content.show {
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .dropdown-content {
    padding-bottom: 25px;
  }
}

#perk-icons {
  margin-bottom: 20px;
}

#button-elements .btn {
  margin: 5px auto;
}

/* Headers */

#supportingheader {
  background-color: #336699;
}

@media screen and (min-width: 768px) {
  #supportingheader {
    font-size: 1.25em;
  }
}

#planetheader {
  background-color: #718537;
}

#starheader {
  background-color: #deaf38;
}

#galaxyheader {
  background-color: #b74f26;
}

#universeheader {
  background-color: #942e20;
}

/* Dropdown Button */
div.dropbtn {
  display: block;
}

.dropbtn {
  border: 3px solid transparent;
  border-radius: 5px;
  line-height: 1em;
  font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: static;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .dropdown-content {
    display: block;
    position: static;
    z-index: 1;
  }
}

/* A/B Test adjustments */

#starmember {
  background-color: rgb(234, 244, 255);
  padding-top: 10px;
}

#starmember::before {
  content: "Most Popular";
  font-weight: bold;
  color: rgb(8, 77, 147);
  position: relative;
  bottom: 5px;
}

@media screen and (min-width: 992px) {
  #supportingmember,
  #planetmember,
  #galaxymember,
  #universemember {
    position: relative;
    top: 35px;
  }
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.student-membership {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .student-membership {
    font-size: 1.75em;
    text-align: center;
    margin-bottom: 100px;
  }
}

/* End Membership */

/* Group Sign Up Styles */

.group-form-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  padding: 40px !important;
}

.group-form-container:last-child {
  margin-bottom: 0;
}

.group-form-container:before,
.group-form-container:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  content: "";
}

.group-form-container:before {
  border-top: solid 30px #fff;
  border-right: solid 30px #fff;
  border-left: solid 30px transparent;
  border-bottom: solid 30px transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.group-form-container:after {
  border-bottom: solid 30px #b8b5a1;
  border-left: solid 30px #b8b5a1;
  border-right: solid 30px transparent;
  border-top: solid 30px transparent;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.group-form h5 {
  color: #333;
}

.group-form input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #333;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 1em;
  text-align: center;
}

.group-form input[type="submit"]:hover {
  background-color: transparent;
  color: #333;
  border: 3px solid #333;
}

.group-form input[name="understand"] {
  width: 20px !important;
}

.understand {
  text-align: center;
}

/* End Group Sign Up Styles */

/* Search Start */

.searchandfilter ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.search .searchandfilter ul li {
  padding-right: 0px;
  padding: 0px 0 10px;
  width: 100%;
}

.searchandfilter label {
  width: 100%;
}

.searchandfilter ul li input {
  width: 100%;
  background-color: #eee;
  border: none;
  padding: 5px 10px;
  font-size: 1.25em;
}

.searchandfilter li[data-sf-field-input-type="select"] {
  width: 100%;
}

.searchandfilter select {
  background-color: #eee;
  border: none;
  margin: 0px 1px;
  padding: 5px 10px;
  font-size: 1em;
}

.searchandfilter select.sf-input-select {
  width: 100%;
  font-size: 1.2em;
  float: none;
}

.chosen-container {
  background-color: #eee;
  width: 100%;
  border: 0px;
  height: 36px;
  border-radius: 5px;
}

.chosen-single {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 20px;
  margin-top: 6px;
}

/*
@media screen and (min-width:1400px) {
  .searchandfilter select.sf-input-select {
    width: auto;
    font-size: 1em;
    float:left;
  }

  .searchandfilter li[data-sf-field-input-type="select"] {
    float: left;
    display: inline;
    width: auto;
  }
}
*/

p.result-amount {
  margin: 0px 0 50px;
}

.pagination {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: none;
  margin: 20px auto;
}

.pagination div {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination div:hover,
.pagination .total {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.pagination div a {
  text-decoration: none;
}

.nav-previous {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.nav-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

form.searchandfilter li {
  display: block;
  width: 100% !important;
  height: 50px !important;
}

form.searchandfilter li select {
  font-size: 1em !important;
  height: 36px;
}

.chosen-single {
  font-size: 16px;
}

.chosen-container {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  form.searchandfilter li {
    display: inline-block;
    width: 50% !important;
    height: 56px !important;
    vertical-align: top;
  }

  form.searchandfilter li.sf-field-search {
    width: 100% !important;
  }

  form.searchandfilter li.sf-field-search label {
    width: 100% !important;
  }

  form.searchandfilter li select {
    width: calc(100% - 10px) !important;
  }

  form.searchandfilter .chosen-container {
    width: calc(100% - 10px) !important;
  }
}

.chosen-container .chosen-results li {
  width: 100% !important;
}

/* Search End */

/* Start Google Forms Customizations */

.ss-form-container input[type="text"],
.ss-form-container textarea {
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
  border: none;
  background-color: #eee !important;
  border-radius: 5px;
  padding: 6px;
}

.ss-form input[type="date"] {
  border: none;
  border-radius: 5px;
  background-color: #eee !important;
  padding: 6px;
}

.ss-form select {
  border: none;
  border-radius: 5px;
  background-color: #eee !important;
  padding: 6px;
  height: 38px;
}

.ss-form-container h2 {
  margin-top: 30px;
}

.ss-required-asterisk {
  color: red;
}

.ss-q-item-label {
  font-weight: bold;
  margin-top: 30px;
}

#ss-submit {
  background-color: #084d93;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 1.25em;
  display: block;
  width: 200px;
  margin: auto;
  text-align: center;
}

#ss-submit:hover {
  color: white;
  background-color: #ea5213;
  cursor: pointer;
}

.ss-navigate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ss-scalerow,
.ss-scalenumbers {
  padding: 0px 15px;
}

.progress-label {
  display: none !important;
}

.ss-form-container ol {
  padding: 0px;
}

/* End Google Forms Customizations */

/* Remove extra social sharing buttons */

.page-template-email-page .swp_social_panel,
.page-template-about-page .swp_social_panel {
  display: none;
}

/* End Remove extra social sharing buttons */

/* Alternate levels */

.alternate-levels .row {
  margin: 0px;
}

.highlighted-level {
  background-color: #eaf4ff;
}

.cfi-level-checks {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}

.best-value {
  background-color: #cadbef;
  width: 160px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0px;
}

@media screen and (max-width: 767px) {
  .best-value {
    margin: auto;
    width: 100%;
  }

  .cfi-level-checks {
    float: none;
  }
}

/* Blog Subscription */

.tnp-profile {
  width: 100% !important;
  max-width: 500px;
  margin: 15px auto;
  display: block;
}

.tnp-profile .tnp-field input[type="text"] {
  width: 100%;
  height: 50px !important;
  padding: 10px;
  border-radius: 10px !important;
}

.tnp-profile .tnp-field label {
  font-weight: bold;
}

input.tnp-submit {
  border-radius: 10px !important;
}

.email-form-container p {
  display: block !important;
  float: none !important;
  width: 100% !important;
  text-align: center;
}

/* Random */

.wp-caption-text {
  font-style: italic;
  font-size: 14px;
  color: #555;
}

/* Site Map */

.site-map a {
  color: white !important;
  text-decoration: none;
}

.site-map a li:hover {
  border-color: #084d93;
  color: black !important;
  text-decoration: underline;
}

.site-map li {
  padding: 10px 15px;
  background-color: #eee;
  display: block;
  margin: 10px;
  color: black;
  float: none;
}

.site-map li.home,
.site-map li.parent {
  border-bottom: 3px solid #ea5213;
}

.site-map .second-level li {
  border-left: 3px solid #ea5213;
}

.site-map ul.root-level {
  padding: 0px !important;
}

/* End Site Map */

/* SI EE image compatibility */
.image.center {
  margin-bottom: 20px;
  font-size: 12px;
}

.image img {
  margin-bottom: 10px;
}

.image.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.image.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
/* */

.login-info {
  color: green !important;
  font-weight: 800;
  font-size: 1.25em;
}

/* PRINT STYLES */

@media print {
  * {
    overflow: auto !important;
  }
}

@page {
  size: auto; /* auto is the initial value */

  /* this affects the margin in the printer settings */
  margin: 25mm 25mm 25mm 25mm;
}

/* Checkout customizations */
.woocommerce-checkout .form-row label {
  width: calc(100% - 22px) !important;
}

.woocommerce-checkout
  #payment
  div.payment_box
  .sv-wc-payment-gateway-payment-form-manage-payment-methods {
  width: 100%;
}

.woocommerce-checkout
  #payment
  div.payment_box
  .sv-wc-payment-gateway-payment-form-manage-payment-methods:hover {
  color: white;
  background: #0c5fa0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"],
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  position: relative;
  top: 8px;
}

@media screen and (max-width: 577px) {
  .sv-wc-payment-gateway-icon {
    display: inline-block !important;
  }
}

/* ----------------------------------- Blocks ------------------------------------- */

.lg-button button {
  font-size: 1.5em;
  padding: 0.75rem 1.5rem;
}

.wp-block-columns {
  margin-right: -15px;
  margin-left: -15px;
  /* Add !important to :wrap if there are issues */
  flex-wrap: wrap;
}

.wp-block-column:not(:first-child) {
  margin-left: 0px;
}

.wp-block-column {
  padding-right: 15px;
  padding-left: 15px;
}

.wp-block-column {
  flex-basis: 100%;
}

.bleed {
  padding-left: 15px;
  padding-right: 15px;
}

.bleed .wp-block-column {
  padding: 0px;
  margin-bottom: 0px;
}

.bleed .wp-block-cover {
  margin-bottom: 0px;
}

.center-column {
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .has-2-columns.sm .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.sm.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.sm.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.sm.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.sm.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns.sm .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns.sm .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns.sm .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns.sm .wp-block-column {
    flex-basis: 16.6666%;
  }
}

@media screen and (min-width: 768px) {
  .has-2-columns .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns .wp-block-column {
    flex-basis: 16.6666%;
  }

  .lg .wp-block-column,
  .xl .wp-block-column {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 992px) {
  .has-2-columns.lg .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.lg.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.lg.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.lg.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.lg.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns.lg .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns.lg .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns.lg .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns.lg .wp-block-column {
    flex-basis: 16.6666%;
  }

  .xl .wp-block-column {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .has-2-columns.xl .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.xl.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.xl.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.xl.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.xl.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns.xl .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns.xl .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns.xl .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns.xl .wp-block-column {
    flex-basis: 16.6666%;
  }
}

/* Highlight Block */
.program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.program-list img {
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  margin: auto;
  text-align: center;
}

.program-list .col-xl-6 {
  padding: 0px 30px !important;
}

.program-list .row {
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  padding: 50px 25px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  min-width: 100%;
}

.program-image-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
}

.program-image-column h2 {
  color: white;
  font-size: 2.25em;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .program-image-column {
    border-right: none !important;
  }
}

@media screen and (max-width: 575px) {
  .program-list .row {
    padding: 40px 20px !important;
  }
  .program-list .col-xl-6 {
    padding: 0px !important;
  }
}

/* Image Top */
.conference-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.conference-list .row {
  width: 100%;
}

.conference-list .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.conference-list .row .card:nth-child(7) {
  margin: 0px auto !important;
}

.conference-list .card-img-top {
  height: 250px;
}

.conference-list a {
  width: 100%;
}

.conference-list .card {
  padding: 0px;
  border: none;
  margin-right: 15px;
  margin-bottom: 30px;
}

.conference-list .card p {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .conference-list .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 15px);
    -webkit-flex: 0 0 calc(100% - 15px);
    flex: 0 0 calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
  .conference-list .card {
    margin-right: 0px !important;
    margin-left: 7.5px;
  }
}

/* Simple Slider */
#carouselPrograms {
  border-radius: 10px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

#carouselPrograms .carousel-item {
  border-radius: 10px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

#carouselPrograms #slide {
  display: flex;
  align-items: center;
}

.slide-image {
  width: 50%;
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.slide-image img {
  border-radius: 100%;
}

.slide-text {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .slide-image {
    width: 100%;
    max-width: 100%;
  }

  .slide-text {
    text-align: left;
    padding: 30px;
  }
}

.carousel-indicators .active {
  background-color: black;
}

.carousel-indicators li {
  background-color: grey;
}

#carouselPrograms .carousel-item {
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  #carouselPrograms .carousel-item {
    padding-bottom: 0px;
  }
}

#carouselPrograms .carousel-item {
  min-height: 530px;
}

#carouselPrograms .carousel-item-next,
#carouselPrograms .carousel-item-prev,
#carouselPrograms .carousel-item.active {
  display: flex;
}

@media screen and (min-width: 576px) {
  #carouselPrograms .carousel-item {
    min-height: 450px;
  }
}

@media screen and (min-width: 768px) {
  #carouselPrograms .carousel-item {
    min-height: 400px;
  }
}

@media screen and (min-width: 992px) {
  #carouselPrograms .carousel-item {
    min-height: 400px;
  }

  #carouselPrograms .carousel-item h3 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1200px) {
  #carouselPrograms .carousel-item h3 {
    font-size: 1.75em;
  }
}

/* Staff Block */
.staff-block {
  margin-bottom: 25px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.staff-block h4 {
  color: #084d93 !important;
  font-weight: 600;
}

.staff-block .col-7.col-sm-4.col-md-3.col-lg-7.col-xl-3 {
  text-align: right;
}

#staff-list hr:last-child {
  display: none;
}

.staff-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

div.staff-info {
  text-align: center;
}

@media screen and (min-width: 576px) {
  div.staff-info {
    text-align: left;
  }

  .staff-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  div.staff-info {
    padding-left: 25px;
  }
}

/* Sub Heading */
.sub-header {
  padding-top: 50px;
  /*text-transform: uppercase;*/
}

.sub-header hr {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 25px;
  width: 80px;
  border-width: 2px;
  border-color: #333;
  float: left;
}

/* Highlight Stacked */
.branch-about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 25px 7.5px;
  padding: 50px;
  text-align: center;
}

.page-template-our-work-page .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.branch-about-icon {
  height: 125px;
  width: 125px;
  margin-bottom: 25px;
}

/*.branch-about-row h4, .branch-about-row p, .branch-about-row a{
  color: white !important;
}*/

.branch-about-row a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .branch-about-row {
    margin: 12.5px auto;
  }
}

/* Icon Card Block */
.perks-col {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  background-color: #fdfdfd;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
}

.perks-col img {
  max-height: 150px;
  margin: 25px auto;
}

.perks-col h5 {
  margin-bottom: 25px;
}

/* Gutenberg Image Responsiveness */

/* Gutenberg Mobile Photos */
@media screen and (max-width: 1199px) {
  .wp-block-image.img-lg-block .alignleft,
  .wp-block-image.img-lg-block .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-image.img-lg-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .wp-block-image.img-md-block .alignleft,
  .wp-block-image.img-md-block .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-image.img-md-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .wp-block-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.external-source {
  padding-left: 30px;
}

.external-source h4 {
  color: #ea5213;
  font-size: 1em;
}

.external-source p {
  color: grey;
}

.internal-source {
  margin: 50px 0px;
}

.internal-source .card-img-top {
  height: calc((100vw - 110px) * 0.27);
  max-height: 270px;
}

@media screen and (max-width: 991px) {
  .internal-source .card-img-top {
    height: calc((100vw - 110px) * 0.27);
  }
}

@media screen and (max-width: 767px) {
  .internal-source .card-img-top {
    height: calc((100vw - 110px) * 0.54);
    max-height: 270px;
  }
}

.internal-source.card {
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.internal-source .inner-card {
  padding: 25px;
}

.internal-source h4 {
  font-size: 1em;
  color: #ea5213;
}

.internal-source p {
  color: grey;
}

.internal-source.col-md-6 {
  padding: 0px;
}

/* Email Subscribe */

.subscribe-email {
  text-align: center;
  padding: 0px 20px 20px;
}

.subscribe-email #cons_email {
  background-color: #eaeaea;
  width: 80%;
  max-width: 350px;
  display: block;
  margin: 20px auto;
}

.subscribe-confirm {
  text-align: center;
  padding: 20px;
}

.subscribe-confirm i {
  color: green;
  font-size: 5em;
  display: block;
  margin-bottom: 15px;
}

.subscribe-confirm h3 {
  margin-bottom: 2px;
}

.subscribe-modal .modal-header {
  color: white !important;
  border: none;
  background-color: #084d93;
}

.subscribe-modal .close {
  color: white;
}

.subscribe-modal .modal-content {
  border-radius: 0px;
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.subscribe-confirm {
  padding: 50px;
}

/* End Email Subscribe */

/* Headings in Email Builder */
.bodyContainer h1 {
  font-size: 32px !important;
  line-height: normal;
  margin-top: 25px;
}

h1.null {
  margin-top: 0px;
}

.bodyContainer h2 {
  font-size: 24px !important;
  line-height: normal;
  margin-top: 25px;
}

.bodyContainer h3 {
  font-size: 22px !important;
  line-height: normal;
  margin-top: 25px;
}

.bodyContainer h4 {
  font-size: 20px !important;
  line-height: normal;
  margin-top: 25px;
}

.bodyContainer h5 {
  font-size: 20px !important;
  line-height: normal;
  margin-top: 25px;
}

.mcnCaptionRightTextContentContainer h1,
.mcnCaptionRightTextContentContainer h2,
.mcnCaptionRightTextContentContainer h3,
.mcnCaptionRightTextContentContainer h4,
.mcnCaptionLeftTextContentContainer h1,
.mcnCaptionLeftTextContentContainer h2,
.mcnCaptionLeftTextContentContainer h3,
.mcnCaptionLeftTextContentContainer h4 {
  margin-top: 0px;
}

@media screen and (max-width: 860px) {
  .left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 861px) {
  .center-desktop {
    text-align: center !important;
  }
}

/* Condensed Checkout Fields */
@media screen and (min-width: 768px) {
  .woocommerce-billing-fields #billing_first_name_field {
    width: 50%;
    float: left;
  }

  .woocommerce-billing-fields #billing_last_name_field {
    width: 50%;
    float: left;
  }

  .woocommerce-billing-fields #billing_city_field {
    width: 100%;
    float: none;
  }

  .woocommerce-billing-fields p.validate-state {
    width: 50%;
    float: left;
  }

  .woocommerce-billing-fields p.validate-postcode {
    width: 50%;
  }

  .woocommerce-page form .woocommerce-billing-fields .form-row-wide,
  .woocommerce-page form .woocommerce-shipping-fields .form-row-wide {
    clear: none;
  }

  .woocommerce-shipping-fields #shipping_first_name_field {
    width: 50%;
    float: left;
  }

  .woocommerce-shipping-fields #shipping_last_name_field {
    width: 50%;
    float: left;
  }

  .woocommerce-shipping-fields #shipping_city_field {
    width: 100%;
    float: none;
  }

  .woocommerce-shipping-fields p.validate-state {
    width: 50%;
    float: left;
  }

  .woocommerce-shipping-fields p.validate-postcode {
    width: 50%;
  }

  .woocommerce-billing-fields #billing_city_field {
    width: 50%;
    float: left;
  }

  .woocommerce-billing-fields p.validate-state {
    width: 30%;
    float: left;
  }

  .woocommerce-billing-fields p.validate-postcode {
    width: 20%;
  }

  .woocommerce-shipping-fields #shipping_city_field {
    width: 50%;
    float: left;
  }

  .woocommerce-shipping-fields p.validate-state {
    width: 30%;
    float: left;
  }

  .woocommerce-shipping-fields p.validate-postcode {
    width: 20%;
  }
}

.woocommerce-shipping-fields #shipping_company_field {
  display: none;
}

.woocommerce-additional-fields #order_comments_field {
  display: none;
}

@media screen and (min-width: 768px) {
  #wc-authorize-net-cim-credit-card-expiry_field {
    width: 50%;
    float: left;
  }

  #wc-authorize-net-cim-credit-card-csc_field {
    width: 50%;
    float: left;
  }

  #wc-authorize-net-cim-echeck-account-type {
    width: 25% !important;
  }

  #wc-authorize-net-cim-echeck-routing-number_field {
    width: 50%;
    float: left;
  }

  #wc-authorize-net-cim-echeck-account-number_field {
    width: 50%;
    float: left;
  }

  .woocommerce-billing-fields #billing_email_field {
    width: 50%;
    float: left;
  }

  .woocommerce-billing-fields #billing_confirm_email_addres_field {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 875px) {
  #wc-authorize-net-cim-credit-card-account-number_field {
    float: left;
    width: 50%;
  }

  #wc-authorize-net-cim-credit-card-expiry_field {
    width: 25%;
  }

  #wc-authorize-net-cim-credit-card-csc_field {
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  #wc-authorize-net-cim-credit-card-account-number_field {
    width: 60%;
  }

  #wc-authorize-net-cim-credit-card-expiry_field {
    width: 20%;
  }

  #wc-authorize-net-cim-credit-card-csc_field {
    width: 20%;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-checkout #content #main {
    padding: 0px 0px 100px !important;
  }

  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment {
    margin: 0px -15px;
  }
}

/* Donation and Membership Form Update */

#donation-block .donation-buttons {
  text-align: center;
}

#donation-block .donation-buttons button {
  margin-bottom: 5px;
}

#donation-block .donation-buttons .grey-button:hover {
  background-color: #dadada !important;
}

#donation-block .donation-nav {
  background-color: #eee;
  border-radius: 30px;
  padding: 10px 0px 9px;
  width: 250px;
  display: flex;
  margin: auto;
  justify-content: space-between;
}

#donation-block .donation-nav a {
  padding: 10px 25px;
  background-color: #eee;
}

#donation-block .donation-nav li:first-child a {
  border-radius: 30px 0px 0px 30px;
}

#donation-block .donation-nav li:last-child a {
  border-radius: 0px 30px 30px 0px;
}

#donation-block .donation-nav li a.active {
  background-color: #084d93;
  border-radius: 30px;
}

#donation-block .donation-nav li a.active {
  color: white;
}

#donation-block #collapseMembership {
  max-width: 410px;
  margin: auto;
}

#donation-block input[type="text"]:focus {
  outline: none;
}

#donation-block input[type="radio"] {
  display: none;
}

#donation-block label span,
#donation-block #onceCustomInput,
#donation-block #monthlyCustomInput {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 3px solid transparent;
  background-color: #eaeaea;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

#donation-block #onceCustomInput,
#donation-block #monthlyCustomInput {
  width: 180px;
}

#donation-block input[type="radio"]:checked + span,
#donation-block input[type="radio"]:checked + #onceCustomInput,
#donation-block input[type="radio"]:checked + #monthlyCustomInput {
  background-color: #084d93;
  color: white;
  border: 3px solid #084d93;
}

#donation-block select {
  padding: 5px;
  border: none;
  border-bottom: 1px solid black;
}

#donation-block select:focus {
  outline: none;
}

#donation-block .down-arrow {
  position: relative;
  top: 5px;
}

#donation-block a.membership-details {
  color: #808080;
}

#donation-block a.membership-details:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #808080;
  color: #808080;
}

.btn.large {
  font-size: 1.25em;
  padding: 10px 40px;
}

/*#donation-block {
  align-items: center;
}*/

.support-action-row img {
  max-width: 100%;
  width: 150px;
}

.row.support-action-row {
  margin: 15px 0px;
}

.csh-button {
  background-color: #414a9b;
  border: 3px solid transparent;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.csi-button {
  background-color: #379944;
  border: 3px solid transparent;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.csh-button:hover {
  background-color: #303885;
  color: white;
}

.csi-button:hover {
  background-color: #317730;
  color: white;
}

.wp-block-separator {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* Disable Donation Lightbox Popup in Mobile */
@media screen and (max-width: 575px) {
  #ye2019lb-1 {
    display: none !important;
  }
}

/* Internal Link */
.internal-link {
  display: flex;
  flex-direction: row;
  padding: 25px 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  align-items: center;
}

.highlight-circle {
  height: 125px;
  width: 125px;
  border-radius: 100%;
  margin-right: 25px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.indent-1 {
  padding-left: 30px;
}

.indent-2 {
  padding-left: 60px;
}

.magazine-benefit {
  display: none;
}

.magazines .magazine-benefit {
  display: block;
}

#donation-block.magazines {
  align-items: flex-start;
}

.no-membership .d-lg-block {
  display: none !important;
}

.no-membership .center {
  color: white;
}

.no-membership .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  word-break: break-word;
}

.single .entry-content blockquote {
  clear: both;
}

.corners,
.round-corners {
  border-radius: 10px;
}

.conference-list {
  padding: 0px;
}

.round-corners .card-image-top img {
  border-radius: 10px 10px 0px 0px !important;
}

@media screen and (max-width: 599px) {
  .image-card-right {
    flex-direction: column-reverse;
  }
}

.round-corners .card-image-left .wp-block-cover img,
.round-corners .card-image-right .wp-block-cover img {
  border-radius: 10px 10px 0px 0px !important;
}

@media screen and (min-width: 600px) {
  .round-corners .card-image-left .wp-block-cover img {
    border-radius: 10px 0px 0px 10px !important;
  }

  .round-corners .card-image-right .wp-block-cover img {
    border-radius: 0px 10px 10px 0px !important;
  }
}

.wp-block-button a:hover {
  text-decoration: none;
}

.wp-block-acf-button {
  margin-bottom: 15px;
}

.internal-link .program-info {
  flex-basis: 100%;
}

/* Salsa Sign Up Form */
.sli-widget input {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
}

.sli-widget p {
  text-align: left !important;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.sli-widget .sli-input[type="checkbox"] {
  position: relative;
  top: 3px;
}

.sli-widget .sli-form select.sli-input {
  font-family: Lato, sans-serif;
  font-size: 16px;
  height: 56px !important;
  padding: 10px 30px;
}

.sli-widget .sli-form .sli-button {
  height: 50px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 30px !important;
}

.sli-widget .sli-form .sli-button:hover {
  text-decoration: none;
}

/* Salsa Targetted Actions */

.single-action_alerts input.sli-input,
.single-action_alerts select.sli-input {
  background-color: #eaeaea !important;
  border: none !important;
  border-radius: 5px !important;
}

.single-action_alerts .sli-widget .sli-form select.sli-input {
  height: 42px !important;
}

.single-action_alerts .sli-widget .sli-input[type="checkbox"] {
  position: static;
}

.sli-tl-letter-sbj-lbl,
.sli-tl-letter-sbj,
.sli-tl-letter-msg-lbl {
  display: block !important;
  text-align: left !important;
  font-size: 20px;
  font-weight: normal !important;
}

.sli-tl-letter-msg-lbl {
  margin-top: 30px;
}

.sli-tl-letter-msg {
  background-color: #dedbc3;
  border: none !important;
}

/* Salsa Donation Form */

#donation-block .sli-widget .sli-form select.sli-input {
  height: 42px !important;
}
