body {
  font-family: "Libre Franklin", 'proxima-nova',Arial, sans-serif;
}

.right-column {
  display: none;
} /*sidebar - never?*/

a {
  color: #f87700;
  font-weight: 900;
}

a:visited {
  color: #f87700;
}

a.image {
  color: transparent;
}


.header {
  z-index: 5;
  width: 100%;
  height: 110px;
}

hr {
  border: 0;
  border-top: 1px dotted Lightgray;
}

#center-logo {
  display:inline-block;
}

#mobile-logo {
  display:none;
}

.logo-head {
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.logo-head.three-wrap-2 {
  max-width: 250px;
}

.cols-wrap {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-link {
  margin-right: 30px;
  padding-bottom: 2px;
  border-color: Black !important;
  -webkit-transition: border 300ms cubic-bezier(.215, .61, .355, 1);
  transition: border 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  vertical-align:top;
}

.header-link:hover {
  border-bottom: 1px solid #fff;
}

.header-link a {
	color:Black;
  text-decoration: none;
  font-weight: 700;
}

.header-link a.active {
  color:#f87700;
}

.links-left, .links-right, .logo-2-header { /*nav middle lineup w/logo*/
  vertical-align: middle;
}

ul.submenu {
  display:none;
  position: absolute;
  padding:0;
  margin-left: -5px;
  padding-top: 15px;
  z-index: 1000;
}

ul.submenu li {
  list-style-type:none;
  padding:6px;
  background-color:rgba(255,255,255,1);
  cursor:pointer;
}

ul.submenu li:hover {
  font-weight: 700;
}

ul.submenu li a {
  font-weight: 500;
}

ul.submenu li a:hover {
  color: rgb(249,161,52) !important;
}

div#mobilenav-button { /*hamburger*/
    width: auto;
    height: auto;
    font-size: 27px;
    top: 10px;
    left: 10px;
    position: absolute;
    display: none;
   z-index: 100000;
}

.col-left {
  padding-top: 30px;
  padding-right: 0px;
  text-align: right;
}

.right-menu-wrap {
  max-width: 50%;
  text-align: left;
}

.col-right {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 25px;
}


.donate-user {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  width: 250px;
  height: 100px;
  padding-top: 46px;
  padding-right: 50px;
  text-align: right;
}

.donate-button {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.donate-button:hover {
  background-color: #f87700;
}

.html-embed {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 35px;
  cursor: pointer;
}

.wrap-2-header {
  padding-top: 25px;
  float: none;
  text-align: center;
}

.links-left {
  display: inline-block;
  margin-right: 25px;
  padding-right: 20px;
  float: none;
}

.logo-2-header {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.links-right {
  position: static;
  display: inline-block;
  margin-left: 25px;
  padding-left: 45px;
  float: none;
  clear: none;
}

.mission-right {
  position: static;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 30%;
  min-width: 400px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  text-align: left;
}

.mission-right.mission-v2 {
  width: 42%;
}

.mission-right.mission-v2.mission-v3 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 9%;
  text-align: left;
}

.mission-right.mission-v2.mission-v3.mission-v4 {
  display: none;
}

.tagline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 700;
  margin-left: 15px;
}

.tagline.tag-v4 {
  width: 78%;
  margin-bottom: 60px;
  padding-left: 20px;
  color: #000;
  font-size: 3.6vw;
}

.bottom-grid {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 45px;
}

.bottom-grid.grid-v3 {
  width: 90%;
  padding-left: 0px;
  text-align: center;
}

.upcoming {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.upcoming.wkshops {
  border-style: none;
  border-left-width: 1px;
  border-left-color: #000;
  font-size: 22px;
  text-align: left;
}

.events-col {
  padding: 20px 20px 0px;
  border: 1px none #f87700;
}

div.bottom-grid .paragraph {
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
}

.events-wrap {
  min-height: 340px;
}

.paragraph.events-p, .events-wrap p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
}

.wkshops-col-2 {
  padding-top: 80px;
}

.latest-col-3 {
  padding-top: 280px;
  padding-right: 36px;
  text-align: right;
}

.events-wrap {
  position: static;
  display: block;
  width: 100%;
  padding: 25px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #f87700;
  background-color: rgba(0, 0, 0, .59);
  text-align: left;
}

.events-wrap:hover {
  background-color: rgba(0, 0, 0, .9);
}

.latest-wrap {
  padding: 25px;
  border-style: none;
  border-width: 1px;
  border-color: #fff #8d8d8d #8d8d8d #fff;
  cursor: default;
}

.latest-wrap:hover {
  background-color: #00aa3d;
}

.latest-wrap.third-block {
  border: 1px none #adadad;
}

.latest-wrap.third-block:hover {
  border-style: none;
  background-color: #000;
}

.latest-wrap.third-block.wrap3-v2 {
  border-style: dotted;
  border-color: #f87700;
  background-color: rgba(0, 0, 0, .65);
  text-align: left;
}

.latest-wrap.third-block.wrap3-v2:hover {
  background-color: #000;
}

.latest-wrap.wrap2-v2 {
  background-color: rgba(0, 170, 61, .85);
  text-align: left;
}

.latest-wrap.wrap2-v2:hover {
  background-color: #00aa3d;
}

.latest-wrap.wrap2-v4 {
  border-style: dotted dotted none;
  border-right-color: #fff;
}


/*footer*/

.foot {
  width: 100%;
  padding: 20px 50px;
  border-top: 1px solid #444;
}

.foot-right {
  text-align: right;
}

div.newsfoot {
  margin-bottom: 15px;
  font-size: 20px;
}

div.newsfoot a{
  color: Black;
}
div.newsfoot a:hover {
  color: #f87700 !important;
}

.foot i.fab {
  cursor: pointer;
	font-size: 42px;
  color: Black;
  display: inline-block;
  margin-right: 6px;
}
.foot i.fab:hover {
  color: #f87700 !important;
}

.paragraph-2 {
  display: inline-block;
  font-family: 'Libre Franklin', sans-serif;
}

.paragraph-3 {
  font-family: 'Libre Franklin', sans-serif;
}

.unordered-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.calendar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #6dd002;
}

.list-item {
  margin-bottom: 12px;
}

.text-span {
  background-color: #f87700;
  line-height: 0px;
}

.month {
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #6dd002;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}

.number {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
  letter-spacing: -1px;
}

.paragraph-4 { /*event info*/
  display: inline-block;
  width: 80%;
  padding-left: 20px;
  font-family: 'Libre Franklin', sans-serif;
  vertical-align: top;
  margin-top: 15px;
  font-size: 16px;
}

.paragraph-4 a {
  font-weight: 900;
}

.columns {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bg-read {
  background-color: rgba(0, 0, 0, .59);
  font-size: 2.4vw;
  line-height: 1.4em;
}

.bg-read.subtitle-v2 {
  border-bottom: 1px dotted #f87700;
  font-size: 3vw;
  line-height: 1.45em;
}

.bg-read.subtitle-v2.subtitle-v3 {
  font-size: 3.15vw;
}

.bg-read.subtitle-v2.subtitle-v3:hover {
  background-color: rgba(246, 0, 237, .59);
}

.bg-read.mission-seehow {
  display: inline-block;
}

.bg-read.mission-seehow.subtitle-v2.subtitle-v3 {
  display: inline;
  background-color: rgba(246, 0, 237, .59);
}

.paragraph-5 {
  display: inline-block;
  width: 5%;
}

.foot-link {
  color: #444;
  font-weight: 700;
}

.missionlink {
  display: none;
  color: #fff;
  text-decoration: none;
}

i.fa-user {
  color: Black;
}

i.fa-user:hover {
	color: #f87700 !important;
  }

/*for new simple nationbuilder layout*/

div#body {
  margin-top: 45px;
}

#content, .content-pages-show-donation-wide {
    max-width: 1000px;
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
}

.content-mirror, .like-page  {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  padding-bottom: 25px;
}

#content img:not(.profile_image):not(.icon-cc) {
  width: 100%;
  height: auto;
}

#content.narrow-page, .narrow-page {
  max-width: 800px;
}

/*social stream and login*/

#stream textarea {
  width: 500px;
  border: 1px dotted Lightgray;
  min-height: 100px;
  display: block;
}

#stream input[type='submit'], form.user_session_form input[type='submit'], form.account_form input[type='submit'], form input[type='submit'] {
  border: 1px solid Black;
  padding: 8px;
  margin-top: 8px;
  cursor: pointer;
  font-size: 17px;
}

#stream input.text, form.user_session_form input.text, form.account_form input.text, form input.text {
  	border: 0;
    border-bottom: 1px solid Black;
    margin-bottom: 5px;
    background-color: whitesmoke;
    height: 30px;
    min-width: 250px;
  	border-radius: 0 !important;
}

select {	
  max-width: 250px !important;
}

div#body.page-user-sessions-new-wide div.main-container { /*login*/
  	max-width: 900px;
    margin: auto;
    margin-top: 80px;
    padding-bottom: 50px;
}

ul#page-stream {
  padding-left: 0;
}

ul#page-stream li {
  list-style-type: none;
}

/*flash notifications: RSVP, donate, etc. top of page*/
#flash {
  /* MAB ADJUST 01.2024 */
  max-width: 800px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  width: 100%;
  margin: auto;
  padding: 3%;
  margin-bottom: 30px;
  border: 1px dotted Black;
}

button.flash-close {
  float: right;
  margin-top: -10%;
  margin-right: -6%;
}

/*video iframe for pages*/

div.text-content iframe.embedly-embed {
  width: 100% !important;
  max-width: 100% !important;
}
	

/*header media queries*/

@media only screen and (max-width: 1400px) {
  .wrap-2-header {
    text-align: left;
    padding-left: 12%;
  }
}

@media only screen and (max-width: 1275px) {
  .html-embed { /*user icon*/
  	margin-right: 5px;
  }
  .header-link {
    margin-right: 20px;
  }
  .links-left {
    margin-right: 0px;
  }
  .links-right {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1130px) {
  .donate-user {
    top:0;
    right:0;
    padding-top: 0px;
    padding-right:0px;
    width: auto;
    height: auto;
  }
  .html-embed { /*user icon*/
    display:none;
  }
}

@media only screen and (max-width: 1105px) {
  .wrap-2-header {
    text-align: center;
    padding-left: 0;
  }
}

@media only screen and (max-width: 792px) {
	#content {
    width: 90% !important;
  }
  #center-logo{
    display:none;
  }
  #mobile-logo {
    display:block;
  }
  div#mobilenav-button {
    display: block;
  }
  .mobile-menu-in {
    left: 0 !important;
    right: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.9);
    z-index: 100;
  }
  .logo-2-header {
    display: block;
    padding-top: 10px;
  }
  .wrap-2-header { /*thelinks*/
    left:-1000px;
    position:absolute;
    transition:all 1s;
    -webkit-transition:all 1s;
  }
  .logo-head.three-wrap-2 { /*logo img*/
    max-width: 180px;
  }
  .links-left, .links-right {
    padding:0;
    display: block;
  }
  div.header-link {
    display:block;
    text-align: center;
    border: 0 !important;
    padding: 6px;
    font-size: 22px;
    margin-right: 0;
  }
  .donate-user {
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 10px;
    position: static;
  }
  ul.submenu {
    position:relative;
  }
  .foot {
    padding: 18px;
  }
}