/* 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;
}

.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,.25);
          box-shadow: 0px 10px 15px rgba(0,0,0,.25);
}

.white-card-shadow{
  -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.16);
          box-shadow: 3px 3px 7px rgba(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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

.home #email input[type=submit]:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(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;
}

/* 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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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

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

button.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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.blue-button-ghost:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(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,.25) !important;
          box-shadow: 0px 3px 5px rgba(0,0,0,.25) !important;
}

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

.grey-button:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25) !important;
          box-shadow: 0px 1px 3px rgba(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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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

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

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

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

/* ORANGE BUTTONS */

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

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

button.member-button:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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


/* WHITE BUTTONS */

button.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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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

button.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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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

button.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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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


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

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

button.white-button-outline:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(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-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;
    padding: 0px 10px;
    -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;
  margin-top:;
}

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

.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: .9em;
  color: grey;
}

/* 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,.16);
          box-shadow: 3px 3px 7px rgba(0,0,0,.16);
}

button#sidebar-button:active{
  outline: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(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;
}


/* 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: .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 .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .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 {
  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;
}

/* 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;
  }
}

/* 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: .025em;
}

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

@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: .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,.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: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .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: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .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,.25);
            box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

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

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

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

  .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;
  }
  .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: .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,.25);
          box-shadow: 0px 8px 20px rgba(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,.25);
              box-shadow: 0px 3px 5px rgba(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,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.purchase-button a{
  color: white;
}

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

h5.purchase-button:hover{
  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 .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .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%;
}

#button-elements .btn {
  margin: 25px 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;
}

@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: .5rem .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;
}

/* 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 {
  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 */

