@charset "utf-8";
body {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
}
a {
  color: #00aeef;
  text-decoration: none;
}
.overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  transition: all 225ms ease;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;

  cursor: pointer;
}
.scotch-is-showing .overlay {
  display: block;
}
header {
  height: 150px;
  /*	border-bottom: 13px solid #02264A;*/
  margin-top: 10px;
  position: relative;
}
#header_main {
  margin: 0 auto;
  max-width: 1004px;
  position: relative;
}
#yt_videobx {
  margin: 0 auto;
  position: relative;
  width: 80%;
  padding-bottom: 30px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.donate-button {
  background-color: #a5d136;
  padding: 5px 25px;
  position: relative;
  top: -2px;
  color: #ffffff;
  letter-spacing: 2px;
  box-shadow: 1px 1px 1px #888888;
  font-size: 1.25em;
}
.news-letter-sub-button {
  background-color: #a5d136;
  padding: 5px 20px;
  position: relative;
  top: 4px;
  color: #ffffff;
  margin-left: 30px;
  letter-spacing: 2px;
  /*box-shadow: 1px 1px 1px #888888;*/
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue_hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #005387;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 20px;
  max-width: 1004px;
}
a#about-nav {
  padding-bottom: 40px;
}
#sub-menu-about {
  display: none;
  position: absolute;
  bottom: -28px;
  left: 439px;
  background-color: #fff;
  z-index: 999;
  padding: 5px;
}
a#prostate-nav {
  padding-bottom: 40px;
}
#sub-menu-prostate {
  display: none;
  position: absolute;
  bottom: -28px;
  left: 129px;
  background-color: #fff;
  z-index: 999;
  padding: 5px;
}
#sub-menu-prostate a,
#sub-menu-prostate a:visited,
#sub-menu-prostate a:active,
#sub-menu-prostate a:focus {
  color: #000;
}
#sub-menu-prostate a:hover,
#sub-menu-prostate a.over {
  color: #00aeef;
}

#sub-menu-about a,
#sub-menu-about a:visited,
#sub-menu-about a:active,
#sub-menu-about a:focus {
  color: #000;
}
#sub-menu-about a:hover,
#sub-menu-about a.over {
  color: #00aeef;
}

#sub-menu-eventse a,
#sub-menu-events a:visited,
#sub-menu-events a:active,
#sub-menu-events a:focus {
  color: #000;
}
#sub-menu-events a:hover,
#sub-menu-events a.over {
  color: #00aeef;
}

a#events-nav {
  padding-bottom: 40px;
}
#sub-menu-events {
  display: none;
  position: absolute;
  bottom: -28px;
  left: 548px;
  background-color: #fff;
  z-index: 999;
  padding: 5px;
}
a.selected {
  color: #00aeef;
}
nav ul {
  margin: 0px;
  list-style: none;
}
#header_logo {
  padding: 0px;
}
#header_main ul li {
  float: left;
}
#header_main #nav_main {
  position: absolute;
  right: 0;
  font-size: 15px;
  bottom: -20px;
}
#header_main #nav_main ul li a {
  padding: 3px 15px;
  color: #000;
}
#header_main #nav_main ul li.side-border {
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #42c1ec; /*	background-color: #02264A;*/
}
#header_main #nav_main ul li a:hover,
#header_main #nav_main ul li a.over {
  color: #00aeef;
  /*	background-color: #02264A;*/
}
#header_main #lang {
  position: absolute;
  right: 0;
  font-size: 13px;
  bottom: 40px;
}
#header_main #lang ul li a {
  padding: 3px 7px;
  color: #02264a;
}
#header_main #lang ul li a:hover {
  color: #008fd7;
}
#header_main #lang ul li a#header_register {
  background-color: #008fd7;
  color: #ffffff;
}
.toggle-panel {
  position: absolute;
  right: 10px;
  top: 72px;
  font-size: 35px;
  display: none;
  color: #000;
}
#nav_mobile ul {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 9999;
}
#nav_mobile ul a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 9999;
  /*	background-color:#F00;*/
}
#nav_mobile ul li {
  padding: 8px 0px;
  position: relative;
  z-index: 9999;
  /*	border-bottom: 1px solid #AFAEAE;*/
}

#front_banner {
  position: relative;
  max-width: 100%;
}
#front_banner img {
  max-width: 100%;
}

#banner-info {
  text-align: center;
  width: 100%;
  margin: 0 auto 0;
}
#banner_text {
  display: block;
}
.banner-text-mobile {
  display: none;
}
.callbacks_img {
  text-align: left;
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0 auto;
  display: block;
  top: 10%;
  z-index: 9999999;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  font-size: 30px;
}
.callbacks_img .content {
  max-width: 1004px;
  position: relative;
  margin: 0 auto;
  padding-left: 10px;
}
#front_banner a.learnmore {
  /*color:#00AEEF;*/
  padding-right: 20px;
  background-image: url(../images/learn-triangle.png);
  background-repeat: no-repeat;
  background-position: right 16px;
}
#front_banner a.learnmore_white {
  color: #fff;
  padding-right: 20px;
  background-image: url(../images/learn-triangle_white.png);
  background-repeat: no-repeat;
  background-position: right 16px;
}
#front_banner a.learnmore-navy-blue {
  color: #005387;
  padding-right: 20px;
  background-image: url(../images/learn-triangle_navy.png);
  background-repeat: no-repeat;
  background-position: right 16px;
}
a.more_event {
  color: #005387;
}
a.title_link {
  color: #000;
}

.banner_ahref {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.front_banner_project {
  position: absolute;
  bottom: 0px;
  right: 300px;
  padding: 6px 16px;
  z-index: 9999;
  color: #fff;
  background-color: #3da4dd;
}
.navy-blue {
  color: #00537d;
}
a.title_link.navy-blue {
  color: #00537d;
}

#header_main #lang ul li:nth-child(2) {
  border-right: 1px solid #000000;
}
#front_slogan {
  color: #00537d;
  font-size: 40px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
#front_volunteer {
  margin: 60px auto 0;
  position: relative;
}
#front_volunteer .text-content {
  text-align: center;
  font-size: 40px;
  color: #fff;
  position: absolute;
  z-index: 50;
  margin: 15% auto 0;
  min-width: 100%;
}
#front_volunteer .img-bg {
  position: relative;
  z-index: 0;
}
#front_volunteer .feature-highlight {
  text-align: center;
  max-width: 100%;
  width: 70%;
  margin: 0 auto;
  padding: 15px 15%;
  color: #fff;
  position: absolute;
  z-index: +1;
}
#front_volunteer .feature-highlight p:first-child {
  margin-top: 55px;
  font-size: 23px;
}
#front_volunteer .feature-highlight img {
  width: 16%;
}
#front_volunteer .feature-highlight .info-block {
  font-size: 35px;
  margin: 5px auto;
}
#front_volunteer .feature-footer {
  text-align: center;
  max-width: 100%;
  width: 70%;
  padding: 15px 15%;
  color: #fff;
  position: absolute;
  bottom: 5px;
  z-index: +1;
  background-color: rgba(50, 50, 50, 0.5);
}
#front_volunteer .feature-footer span {
  width: 60%;
  float: left;
  text-align: left;
  font-size: 25px;
}
#front_volunteer .feature-footer a {
  max-width: 14%;
  float: left;
  margin-left: 1%;
}
#front_volunteer .feature-footer a img {
  max-width: 100%;
}

#front_news {
  max-width: 1004px;
  display: block;
  /*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b6b6;*/
  padding: 0;

  /*	padding-bottom:25px;*/
  text-align: left;
  overflow: hidden;
  margin: 40px auto;
  position: relative;
}
#front_news h2 {
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  text-align: left;
  /*	border-bottom: 1px solid #C7C7C7;*/
  line-height: 0.1em;
  margin: 10px 0 30px;
}

#front_news .title {
  font-size: 25px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

#front_news .fullcol {
  text-align: left;
  overflow: hidden;
  float: none;
  width: auto;
}

#front_news .leftcol {
  /*	margin-right:500px;
	margin-top:0;
	text-align:left;
	overflow:hidden;
	float: none;*/
  text-align: left;
  vertical-align: top;
  margin: 0;
  width: 56.5%;
  display: inline-block;
  padding: 0;
  padding-top: 20px;
}

#front_news .leftcol .news_img {
  display: inline-block;
  width: 175px;
  height: 130px;
  vertical-align: top;
  margin-right: 10px;
  overflow: hidden;
}
#front_news .leftcol .news_txt {
  display: inline-block;
  width: calc(100% - 205px);
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  max-width: 64%;
}

#front_news .rightcol {
  display: inline-block;
  text-align: left;
  width: 39%;
  padding: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #005387;
  border-top-width: 0px;
  border-top-style: none;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0;
}
#front_news .twitter_style {
  position: relative;
  text-align: center;
  padding-right: 0px;
}
#front_news .rightcol .topspace {
  margin-top: 10px;
}
#front_newsletter {
  margin: 30px auto 0;
  max-width: 1004px;
  padding: 0;
  padding-bottom: 20px;
}
#front_newsletter .blocks {
  float: none;
  width: auto;
  margin-left: 260px;
  vertical-align: top;
}
#front_newsletter .title {
  line-height: 0;
  width: 270px;
  float: left;
  padding-left: 0px;
}
#front_newsletter .inputs {
  float: none;
  width: auto;

  vertical-align: top;
  height: 25px;
  width: 38%;
}
#front_newsletter .submit {
  width: 105px;
  text-align: right;
  float: right;
  margin-right: 15px;
}
#front_intro {
  margin: 30px auto 0;
  max-width: 1004px;
  padding-left: 10px;
  padding-right: 10px;
}
#front_intro .left {
  padding: 20px;
  float: left;
}
#front_intro .right {
  padding: 50px;
  float: left;
  max-width: 650px;
  line-height: 24px;
}
.bar_div {
  border-bottom: 27px solid #474443;
}
.clear {
  clear: both;
}
#front_homes {
  margin: 10px auto 0;
  max-width: 1004px;
}
#front_homes h2 {
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #c7c7c7;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
#front_homes h2 span {
  background: #fff;
  padding: 0 10px 0 0px;
}
#front_homes article {
  max-width: 320px;
  margin-right: 10px;
  float: left;
  position: relative;
}
img.rep_img {
  max-width: 100%;
  min-width: 100%;
}
#front_homes article .front_homes_type {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 160px;
}
#front_homes article .front_homes_name {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 0px 0 15px;
  color: #42c1ec;
  font-size: 20px;
  text-align: center;
}
#front_homes #homes_btn {
  text-align: right;
  padding: 20px 10px 20px 0;
}

#sub_banner {
  width: 100%;
  vertical-align: middle;
  position: relative;
  display: block;
}
#sub_banner .title_box {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 50;
  margin: 11% auto 0;
  width: 38%;
}
#sub_banner .title {
  text-align: left;
  /* border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	 */
  padding-bottom: 20px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  width: 320px;
  position: relative;
}
#sub_banner_mobile {
  width: 100%;
  vertical-align: middle;
  display: none;
  position: relative;
}
#sub_banner_mobile .title_box {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 50;
  margin: 16% auto 0;
  width: 50%;
}
#sub_banner_mobile .title {
  text-align: left;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  padding-bottom: 20px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  width: 148px;
  font-size: 25px;
  position: relative;
}

#sub_content {
  margin: 30px auto 0;
  max-width: 1004px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#sub_content ul {
  margin-top: 0;
  margin-bottom: 0;
}
#sub_content ul li {
  padding-bottom: 20px;
}
#sub_content ul li.last {
  padding-bottom: 0px;
}
#sub_content h2 {
  color: #005387;
}
#sub_content .bluebox {
  color: #fff;
  padding: 15px;
  background-color: #42c1ec;
  height: 50px;
}
#sub_content .bluebox h2 {
  color: #fff;
  text-align: left;
  line-height: 0.1em;
  margin: 0;
}
#sub_content .bluebox a,
#sub_content .bluebox a:visited,
#sub_content .bluebox a:focus,
#sub_content .bluebox a:active {
  color: #fff;
}
#sub_content .inside_content {
  padding-left: 20px;
  padding-right: 20px;
}
#sub_content .alphabet_box {
  text-align: center;
  margin: 30px auto;
  position: relative;
  color: #016699;
}
#sub_content .alphabet_box a.map_alphabet,
#sub_content .alphabet_box a.map_alphabet:visited,
#sub_content .alphabet_box a.map_alphabet:focus,
#sub_content .alphabet_box a.map_alphabet:active {
  color: #016699;
  font-weight: bold;
}
#sub_content .alphabet_loc_details_box {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e7e8;
  padding-top: 20px;
  padding-bottom: 20px;
}
#sub_content .alphabet_loc_details_box_last {
  padding-top: 20px;
  padding-bottom: 20px;
}
#sub_content .alphabet_box_title {
  color: #005387;
  font-size: 19px;
  font-weight: bold;
}
#sub_content .donation_box_title {
  /*	color:#005387;*/
  font-size: 16px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#sub_content .bold_blue_txt {
  color: #005387;
  font-weight: bold;
}

#sub_content .thankyou_txt {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

#sub_content .sponser_logobx {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
#sub_content .sponser_logo {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
#sub_content .text_wrap_img {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#sub_content .grants_title {
  font-size: 20px;
  color: #005387;
}
#sub_content .award_float_box {
  float: left;
  vertical-align: top;
  margin-bottom: 30px;
  width: 300px;
  text-align: left;
}
#sub_content .award_float_box .small_txt {
  font-size: 13px;
}
#sub_content .award_float_spacing {
  margin-right: 20px;
}
#sub_content .award_box {
  text-align: left;
}
#sub_content .donation_float_box {
  /*	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;*/

  float: left;
  vertical-align: top;
  margin-bottom: 30px;
  width: 300px;
}
#sub_content .donation_float_spacing {
  margin-right: 20px;
}

#sub_content .donation_box {
  background-color: #d4effc;
  color: #005387;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 35px;
  font-weight: bolder;
  line-height: 1.1em;
  width: 300px;
}

#sub_content .contact_float_box {
  /*	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;*/

  float: left;
  vertical-align: top;
  margin-bottom: 30px;
  width: 300px;
  height: 415px;
  position: relative;
  overflow: hidden;
}
#sub_content .contact_float_spacing {
  margin-right: 20px;
}

#sub_content .contact_box {
  background-color: #005387;
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  width: 270px;
  bottom: 0px;
  z-index: 99;
}

#sub_content .contact_box .title_txt {
  font-size: 14px;
  font-weight: normal;
}

#sub_content .contact_box a,
#sub_content .contact_box a:focus,
#sub_content .contact_box a:active,
#sub_content .contact_box a:visited {
  color: #fff;
}

/* for image caption fade in/out */
#boardmember .box a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
#boardmember .box {
  border: none;
  cursor: pointer;
  width: 300px;
  height: 415px;
  float: left;
  margin: 0px;
  position: relative;
  /*    overflow: hidden;*/
}

#boardmember .box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#boardmember .box .caption {
  background-color: rgba(0, 83, 135, 0.7);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}

/* #boardmember .box .bio {
	font-size: 12px;
} */

@media (max-width: 768px) {
  #boardmember .box .bio {
    font-size: 12px;
  }
}

#boardmember .box .fade-caption,
#mainwrapper .box .scale-caption {
  opacity: 0;
  width: 250px;
  height: 415px;
  text-align: left;
  padding: 25px;
}
#boardmember .box:hover .fade-caption {
  opacity: 1;
}
/* for image caption fade in/out */

#sub_content .form_required {
  text-align: right;
  display: block;
  color: #f00;
  font-size: 14px;
}
#sub_content .asterisk_required {
  color: #f00;
}

/* Events - floating box section */
#event_section #box {
  position: relative;
  width: 275px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border: solid 1px #e6e7e8;
  border-radius: 8px;
}

#event_section #text {
  text-align: left;
  font-size: 13px;
  position: relative;
  /*word-wrap:break-word;
	-ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*  word-break: break-all;/
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#event_section #text .date {
  font-size: 14px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
#event_section #text h2 {
  color: #00aeef;
  font-size: 22px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
}

#event_section #picture {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
/* Events - floating box section */

a.btn {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  margin-right: 0;
  padding: 8px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #a6ce39;
  border-top-left-radius: 0.5em 0.5em;
  border-top-right-radius: 0.5em 0.5em;
  border-bottom-left-radius: 0.5em 0.5em;
  border-bottom-right-radius: 0.5em 0.5em;
}
a.btn1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  padding: 8px;
  display: inline-block;
  font-size: 16px;
  color: #474443;
  vertical-align: central;
}
.txt_large_extra {
  font-size: 46px;
  padding-right: 20px;
}
.txt_large {
  font-size: 36px;
}

a.btn:hover {
  /*	color: #fff;
	background-color: #3da4dd;
	border: 1px solid #3da4dd;*/
}
.txt_white {
  color: #fff;
}

footer {
  background-color: #005387;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 0px;
}
.footer-map {
  margin-top: 0px;
}
#footer1 {
  margin: 0 auto;
  max-width: 1004px;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 0px;
}
#footer1 #footer_logo {
  width: 240px;
  height: 92px;
  padding-left: 0px;
  padding-right: 35px;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}
#footer1 #footer_slogan {
  float: right;
  width: 435px;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: bold;
  padding-bottom: 20px;
}
#footer1 #footer_address {
  width: 175px;
  float: left;
  text-align: left;
  padding-top: 30px;
  height: 35px;
  font-size: 15px;
  display: block;
  font-weight: normal;
  line-height: normal;
}
#footer1 #footer_contact {
  width: 200px;
  float: left;
  padding-left: 40px;
  padding-top: 30px;
  font-size: 15px;
  display: block;
  font-weight: normal;
  line-height: normal;
}

#mobile_menu {
  background-color: #42c1ec;
  z-index: 9999;
  position: relative;
  display: none;
}

#lang_mobile {
  position: relative;
  margin: 0 auto;
  font-size: 13px;
  top: 0px;

  z-index: 999999;
  display: none;
}
.content_small {
  margin: 0px auto;
  max-width: 575px;
  width: 100%;
}

.content_mid {
  margin: 0px auto;
  max-width: 800px;
  width: 100%;
}

.content_large {
  margin: 0px auto;
  max-width: 1004px;
  width: 100%;
}
.content_news {
  margin: 0px auto;
  max-width: 1004px;
  width: 100%;
}

.content_full {
  margin: 0px auto;
  width: 100%;
  max-width: 1340px;
}

.left {
  float: left;
}
.right {
  float: right;
}
#contact .left {
  max-width: 600px;
  width: 100%;
}
.left #contact_inner {
  margin-bottom: 30px;
}
#contact .left #contact_inner {
  margin-top: 20px;
}

.left #contact_inner .left {
  max-width: 280px;
  width: 100%;
}
.left #contact_inner .right {
  max-width: 230px;
  width: 100%;
}
#contact .right {
  max-width: 420px;
  width: 100%;
}

h1 {
  font-family: "Noto Sans", sans-serif;
  text-align: left;
  padding: 0px;
  margin: 0px;
  padding: 62px 0px 30px 0px;
}
.content_mid h1 {
  width: 70%;
  padding-top: 30px;
}
.content_large h1 {
  width: 70%;
}

.content_aboutus {
  margin: 60px auto 0px;
  max-width: 800px;
}
.content_aboutus .item {
  max-width: 206px;
  margin-right: 90px;
  float: left;
}
.content_aboutus .item:last-child {
  margin-right: 0px;
}
.content_aboutus .item h3 {
  font-family: "Noto Sans", sans-serif;
  margin: 0px;
  padding: 16px 0px 0px 6px;
  border-left: 4px solid #02264a;
  text-transform: uppercase;
  font-size: 24px;
  color: #999999;
}
.content_aboutus .item p {
  font-size: 14px;
  line-height: 20px;
}

.block {
  display: block;
}
.content_homes {
  margin: 0px auto;
  padding: 60px 0px;
  max-width: 1004px;
}
.content_homes article {
  max-width: 328px;
  padding-right: 6px;
  padding-bottom: 9px;
  float: left;
  position: relative;
}
.content_homes .homes_type {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
}
.content_homes article:last-child {
  margin-right: 0px;
}
.content_homes article h2 {
  font-family: "Noto Sans", sans-serif;
  margin: 0px;
  padding: 16px 0px 0px 16px;
  background-color: #02264a;
  color: #fff;
  font-size: 24px;
}
.content_homes article h3 {
  font-family: "Noto Sans", sans-serif;
  margin: 0px;
  padding: 2px 0px 16px 16px;
  background-color: #02264a;
  color: #fff;
  font-size: 18px;
}
.content_mid {
  padding-top: 30px;
  margin-top: 0px;
}
.content_mid h2 {
  font-family: "Noto Sans", sans-serif;
  position: relative;
  text-align: center;
}

.content_mid h2 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.content_mid h2 span img {
  max-width: 120px;
  border: solid #ffffff 15px;
}

.content_mid h2:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.content_mid h2:before {
  left: 0;
}
#contact_frm label {
  width: 220px;
  margin: 0px;
  float: left;
  clear: both;
}

#contact_frm label2 {
  width: 100%;
  margin: 0px;
  float: left;
  clear: both;
}
#contact_frm input {
  margin: 0px 0px 20px;
  display: block;
  float: right;
  width: 65%;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

#contact_frm select {
  /*	margin: 0px 0px 20px;*/
  /*	display: block;*/
  /*	float:right;
	width: 65%;*/
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

#contact_frm input.radio_check {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#contact_frm input.radio_check2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0;
}
#contact_frm .radio_box {
  width: 65%;
  float: right;
  text-align: left;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
}

#contact_frm .radio-inline {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
#contact_frm textarea {
  float: left;
  display: block;
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

/* reCaptcha style begins */
#recaptcha_image {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
#recaptcha_image img {
  width: 100%;
}
#recaptcha_response_field {
  width: 100% !important;
  max-width: 302px;
}
.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
  float: left;
}
#recaptcha_area td {
  padding-top: 20px;
}
.recaptchatable .recaptcha_only_if_privacy {
  font-size: 14px;
  padding-top: 5px;
  padding-left: 10px;
}
#recaptcha_area tr {
  height: auto !important;
}
.recaptcha_image_cell {
  width: 100% !important;
  max-width: 300px;
  /* img{
height: auto !important;
} */
}
/* reCaptcha style ends */

#donate_frm label {
  width: 300px;
  margin: 0px;
  float: left;
  clear: both;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 8px;
}

#donate_frm label strong,
#donate_frm label2 strong {
  text-transform: uppercase;
  font-weight: bold;
}

#donate_frm label2 {
  width: 100%;
  margin: 0px;
  float: left;
  clear: both;
}
#donate_frm input {
  margin: 0px 0px 20px;
  display: block;
  float: right;
  width: 58%;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}
#donate_frm input.orAmount {
  width: 58%;
}
#donate_frm .orSign {
  float: right;
  margin-right: 3px;
  margin-top: 8px;
}
#donate_frm select {
  /*	margin: 0px 0px 20px;*/
  /*	display: block;*/
  /*	float:right;
	width: 65%;*/
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}
#donate_frm select.credit_card {
  width: 70px;
}

#donate_frm input[type="radio" i] {
  height: 20px;
}

#donate_frm input[type="checkbox" i] {
  height: 20px;
}

#donate_frm .note {
  font-size: 13px;
  color: #666;
  width: 100%;
  margin: 0px;
  display: block;
  clear: both;
  position: relative;
  padding-top: 20px;
}
#donate_frm .secure_icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
}

#donate_frm input.admin_only {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
#donate_frm input.radio_check {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 2px;
}
#donate_frm input.radio_check2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0;
}
#donate_frm .radio_box {
  width: 58%;
  float: right;
  text-align: left;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
}
#donate_frm .special_spacing {
  height: 20px;
  clear: both;
}
#donate_frm .radio-inline {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
#donate_frm textarea {
  float: left;
  display: block;
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

a.back-to-top {
  display: none;
  font-size: 13px;
  width: 40px;
  height: 20px;
  text-indent: -9999;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: -20px;
  background-image: url(../images/move-top.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 55px;
  text-align: center;
  color: #000;
}

.content_service {
  margin: 0px auto;
  max-width: 1004px;
  width: 100%;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  margin-top: 25px;
}

.service-item {
  width: 49%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.service-leftcol {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
  text-align: left;
}

.service_title {
  font-size: 25px;
}
.service-item ul {
  margin-top: 5px;
  margin-left: 15px;
  padding: 0;
}
.service-item ul li {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-bottom: 14px;
  width: 140px;
  list-style-type: none;
}

.yell_content,
.grind_content,
.public_art_content,
.starlight_gala_content,
.miracles_gala_content {
  height: 178px;
  display: block;
  overflow: hidden;
  /*	background-color:#036;*/
}
.tye_content {
  height: 399px;
  display: block;
  overflow: hidden;
  /*	background-color:#036;*/
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover {
  color: #fff;
  background: #3279bb;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279bb;
  color: #fff;
}

/* TAX Receipt style begins */
#print_receipt {
  width: 612px;
  position: relative;
  margin: 0 auto;
  padding-left: 7px;
  padding-right: 7px;
  border: 1px solid #999;
}
#print_receipt h2 {
  color: #ea7c1a;
}
#tax_receipt {
  height: 270px;
  width: 598px;
  position: relative;
}
#tax_receipt #title1 {
  position: absolute;
  left: 20px;
  top: 6px;
  height: 10px;
  width: 314px;
  font-size: 16px;
  font-weight: bold;
}
#tax_receipt #pcfbc_logo1 {
  position: absolute;
  left: 359px;
  top: 0px;
  height: 63px;
  width: 58px;
}
#tax_receipt #address1 {
  position: absolute;
  left: 20px;
  top: 28px;
  height: 10px;
  width: 397px;
  font-size: 9px;
}
#tax_receipt #tag1 {
  position: absolute;
  left: 20px;
  top: 41px;
  height: 10px;
  width: 352px;
  font-size: 11px;
  font-weight: bold;
}
#tax_receipt #receipt1 {
  position: absolute;
  left: 432px;
  top: 21px;
  height: 30px;
  width: 160px;
  font-size: 12px;
  text-align: right;
}
#tax_receipt #date1 {
  position: absolute;
  left: 432px;
  top: 70px;
  height: 20px;
  width: 160px;
  font-size: 12px;
  text-align: right;
}
#tax_receipt #donor1 {
  position: absolute;
  left: 5px;
  top: 132px;
  height: 10px;
  width: 16px;
  font-size: 14px;
  font-weight: bold;
}
#tax_receipt #donor_name1 {
  position: absolute;
  left: 44px;
  top: 139px;
  height: 10px;
  width: 243px;
  font-size: 14px;
}
#tax_receipt #tax1 {
  position: absolute;
  left: 21px;
  top: 214px;
  height: 10px;
  width: 301px;
  font-size: 12px;
  text-align: center;
}
#tax_receipt #acknowledge1 {
  position: absolute;
  left: 304px;
  top: 106px;
  height: 10px;
  width: 286px;
  font-size: 12px;
  text-align: right;
}
#tax_receipt #amount1 {
  position: absolute;
  left: 449px;
  top: 126px;
  height: 10px;
  width: 141px;
  font-size: 16px;
  text-align: right;
}
#tax_receipt #signature1 {
  position: absolute;
  left: 385px;
  top: 148px;
  height: 57px;
  width: 58px;
}
#tax_receipt #rep1 {
  position: absolute;
  left: 334px;
  top: 209px;
  height: 36px;
  width: 258px;
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;
}
#sep {
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #666666;
}
#dup_copy {
  font-size: 18px;
  padding-left: 90px;
}
#dup_receipt {
  height: 270px;
  width: 598px;
  position: relative;
}
#dup_receipt #title1 {
  position: absolute;
  left: 20px;
  top: 6px;
  height: 10px;
  width: 314px;
  font-size: 16px;
  font-weight: bold;
}
#dup_receipt #pcfbc_logo1 {
  position: absolute;
  left: 359px;
  top: 0px;
  height: 63px;
  width: 58px;
}
#dup_receipt #address1 {
  position: absolute;
  left: 20px;
  top: 28px;
  height: 10px;
  width: 397px;
  font-size: 9px;
}
#dup_receipt #tag1 {
  position: absolute;
  left: 20px;
  top: 41px;
  height: 10px;
  width: 352px;
  font-size: 11px;
  font-weight: bold;
}
#dup_receipt #receipt1 {
  position: absolute;
  left: 432px;
  top: 21px;
  height: 30px;
  width: 160px;
  font-size: 12px;
  text-align: right;
}
#dup_receipt #date1 {
  position: absolute;
  left: 432px;
  top: 70px;
  height: 20px;
  width: 160px;
  font-size: 12px;
  text-align: right;
}
#dup_receipt #donor1 {
  position: absolute;
  left: 5px;
  top: 132px;
  height: 10px;
  width: 16px;
  font-size: 14px;
  font-weight: bold;
}
#dup_receipt #donor_name1 {
  position: absolute;
  left: 44px;
  top: 139px;
  height: 10px;
  width: 243px;
  font-size: 14px;
}
#dup_receipt #tax1 {
  position: absolute;
  left: 21px;
  top: 214px;
  height: 10px;
  width: 301px;
  font-size: 12px;
  text-align: center;
}
#dup_receipt #acknowledge1 {
  position: absolute;
  left: 304px;
  top: 106px;
  height: 10px;
  width: 286px;
  font-size: 12px;
  text-align: right;
}
#dup_receipt #amount1 {
  position: absolute;
  left: 449px;
  top: 126px;
  height: 10px;
  width: 141px;
  font-size: 16px;
  text-align: right;
}
#dup_receipt #signature1 {
  position: absolute;
  left: 385px;
  top: 148px;
  height: 57px;
  width: 58px;
}
#dup_receipt #rep1 {
  position: absolute;
  left: 334px;
  top: 209px;
  height: 36px;
  width: 258px;
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;
}
#receipt_note {
  text-align: left;
  margin-bottom: 10px;
}

@media print {
  body * {
    visibility: hidden;
  }
  #print_receipt * {
    visibility: visible;
  }
  #print_receipt {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* TAX Receipt style ends */

@media screen and (max-width: 1450px) {
  #front_volunteer .feature-highlight p:first-child {
    margin-top: 0;
  }
  #front_volunteer .feature-highlight img {
    width: 14%;
  }
  #front_volunteer .feature-highlight .info-block {
    font-size: 30px;
  }
  #front_volunteer .feature-footer span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1020px) {
  #slogan {
    font-size: 30px;
  }
  #front_newsletter,
  #front_news,
  #header_logo {
    padding-left: 10px;
  }
  #front_intro .left,
  #front_intro .right {
    float: none;
    text-align: center;
    max-width: 100%;
  }
  .callbacks_img {
    font-size: 25px;
  }
  #banner-info .callbacks_img a.learnmore,
  #banner-info .callbacks_img a.learnmore_white,
  #banner-info .callbacks_img a.learnmore-navy-blue {
    background-position: right 13px;
  }
  #front_volunteer .text-content {
    font-size: 30px;
    margin: 15% auto 0;
    position: absolute;
    z-index: 50;
  }
  #front_volunteer .feature-highlight .info-block {
    font-size: 27px;
  }
  #front_volunteer .feature-footer span {
    font-size: 17px;
  }
  #front_volunteer .feature-highlight p:first-child {
    margin-top: 20px;
    font-size: 16px;
    /*width:70%;
		width: calc(70% - 10px);
		padding:0;
		margin-left:auto;
		margin-right:auto;
		text-align:left;*/
  }
  #front_slogan {
    font-size: 35px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #front_homes article {
    max-width: 320px;
    width: 100%;
    margin: 8px auto;
    float: none;
  }

  #front_homes #homes_btn {
    padding: 20px 0px 20px 0;
  }

  #front_news #front_community_box .btn {
    margin-right: -20px;
  }
  #footer_social {
    display: block;
    padding-top: 20px;
  }
  #front_news h2 span,
  #front_homes h2 span,
  .front_news_title,
  .front_news_date,
  .front_news_desc,
  .content_mid {
    padding: 0px 10px;
  }

  #front_news .leftcol {
    width: calc(100% - 450px);
  }
  #front_news .rightcol {
    float: right;
    width: 415px;
  }

  #sub_banner .title {
    width: 260px;
    font-size: 45px;
  }

  .content_mid {
    padding: 30px 10px 0px 10px;
    width: auto;
  }

  .content_aboutus .item,
  .content_aboutus .item:last-child {
    float: none;
    margin: 0px auto;
    min-width: 206px;
    max-width: 70%;
  }
  .content_homes article,
  .content_homes article:last-child {
    float: none;
    margin: 0px auto;
    padding: 10px 0px;
    max-width: 70%;
    min-width: 328px;
  }
  .content_homes .homes_type {
    top: 10px;
  }
  .content_large {
    padding: 30px 10px 0px 10px;
    width: auto;
  }
  #contact .right,
  #contact .left,
  .content_large .right,
  .content_large .left,
  .left #contact_inner .left,
  .left #contact_inner .right {
    max-width: 100%;
    margin: 0px auto;
  }
  .txt_large_extra {
    display: block;
    padding-right: 0;
  }
  a.btn {
    margin-right: 10px;
  }
}

@media screen and (max-width: 915px) {
  #front_newsletter .inputs {
    float: none;
    vertical-align: top;
    width: 48%;
  }
  #front_newsletter .submit {
    /*	width:105px;
		text-align:right;*/
    float: none;
    display: block;
    padding-top: 15px;
    /*	margin-right:15px;*/
  }

  #sub_banner .title {
    width: 235px;
    font-size: 40px;
  }
  #recaptcha_area td {
    padding-top: 0px;
  }
  .recaptchatable .recaptcha_only_if_privacy {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 10px;
  }
  #front_volunteer .feature-highlight img {
    margin-top: 8px;
    float: left;
    max-width: 25%;
  }
  #front_volunteer .feature-highlight .info-block {
    float: left;
    max-width: 70%;
    max-width: calc(75% - 10px);
    text-align: left;
    padding-left: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 815px) {
  header {
    height: 160px;
  }
  #lang_mobile {
    display: block;
  }
  #slogan {
    font-size: 18px;
  }
  .callbacks_img {
    font-size: 20px;
  }

  #front_volunteer .text-content {
    font-size: 25px;
    margin: 15% auto 0;
    position: absolute;
    z-index: 50;
  }
  #banner-info .callbacks_img a.learnmore,
  #banner-info .callbacks_img a.learnmore_white,
  #banner-info .callbacks_img a.learnmore-navy-blue {
    background-position: right 9px;
  }
  #banner_text {
    display: none;
  }
  .banner-text-mobile {
    display: block;
  }
  #front_slogan {
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #header_main nav {
    display: none;
  }
  .toggle-panel {
    display: block;
  }

  #front_banner .prev,
  #front_banner .next,
  .front_banner_project {
    display: none;
  }
  #front_news {
    padding-left: 0px;
  }
  #front_news .leftcol {
    width: 95%;
    display: block;
    padding: 0px;
    padding-right: 10px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  #front_news .leftcol .news_img,
  #front_news .leftcol .news_txt {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #front_news .rightcol {
    width: calc(100% - 20px);
    display: block;
    padding: 0px;

    border-left-width: 0px;
    border-left-style: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #005387;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  #front_news .twitter_style {
    position: relative;
    text-align: center;
    padding-right: 20px;
  }

  #front_newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  #front_newsletter .blocks {
  }
  #front_newsletter .title {
    /*	float:none;
	display:inline-block;	*/
  }
  #front_newsletter .inputs {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
  }
  #front_newsletter .submit {
    padding-top: 0px;
  }

  .form-item {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .content_small {
    width: 90%;
  }
  #footer1 #footer_logo {
    display: none;
  }
  #footer1 #footer_slogan,
  #footer1 #footer_address,
  #footer1 #footer_contact {
    float: none;
    display: block;
    padding: 20px;
    width: auto;
  }

  #footer1 #footer_address,
  #footer1 #footer_contact {
    float: none;
    display: block;
    padding: 20px;
    padding-left: 0px;
    width: auto;
  }

  #sub_banner .title {
    width: 205px;
    font-size: 35px;
  }
  #contact_frm label {
    width: 100%;
  }
  #contact_frm input,
  #contact_frm select,
  #contact_frm .radio_box {
    width: 100%;
  }
  #donate_frm label {
    width: 100%;
  }
  #donate_frm input,
  #donate_frm select,
  #donate_frm .radio_box {
    width: 100%;
  }
  #donate_frm .special_spacing {
    height: 0px;
    clear: both;
  }

  #sub_content .donation_box_title {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 8px;
  }
  #front_volunteer .feature-highlight {
    width: 90%;
    padding: 0 5%;
  }
  #front_volunteer .feature-highlight p:first-child {
    width: 70%;
    width: calc(70% - 10px);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 25px;
  }
  #front_volunteer .feature-highlight .info-block {
    font-size: 25px;
  }
  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 715px) {
  #sub_content .award_box {
    text-align: center;
  }

  #sub_content .award_float_box {
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #sub_content .donation_float_box {
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #sub_content .contact_float_box {
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  /* Events - floating box section */
  #event_section #box {
    display: block;
    margin: 0 auto 20px;
    width: auto;
  }

  #front_volunteer .feature-highlight p:first-child {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .callbacks_img {
    font-size: 14px;
  }
  #banner-info .callbacks_img a.learnmore,
  #banner-info .callbacks_img a.learnmore_white,
  #banner-info .callbacks_img a.learnmore-navy-blue {
    background-position: right 4px;
  }
  #front_volunteer .feature-highlight img {
    margin-top: 4px;
  }
  #front_volunteer .feature-highlight p:first-child {
    font-size: 16px;
  }
  #front_volunteer .feature-highlight .info-block {
    font-size: 19px;
  }
  #front_volunteer .text-content {
    font-size: 20px;
    margin: 12% auto 0;
    position: absolute;
    z-index: 50;
  }

  #front_volunteer .feature-highlight p:first-child {
    margin-top: 15px;
  }
  #front_slogan {
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  #front_newsletter .blocks {
    float: none;
    display: block;
    margin-left: 0;
  }
  #front_newsletter .title {
    float: none;
    display: block;
  }
  #front_newsletter .inputs {
    display: block;
    width: 100%;
  }

  #sub_banner .title {
    width: 148px;
    font-size: 25px;
    padding-bottom: 15px;
  }

  #sub_content .bluebox h2 {
    font-size: 18px;
    line-height: normal;
  }
  #donate_frm .secure_icon {
    position: relative;
    clear: both;
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  #boardmember .box {
    font-size: 14px;
  }

  .callbacks_img {
    font-size: 12px;
  }
  #banner-info .callbacks_img a.learnmore,
  #banner-info .callbacks_img a.learnmore_white,
  #banner-info .callbacks_img a.learnmore-navy-blue {
    background-position: right 1px;
  }

  #sub_banner {
    display: none;
  }
  #sub_banner_mobile {
    display: block;
  }
  #front_volunteer .feature-highlight p:first-child {
    margin-top: 5px;
    font-size: 14px;
  }
  #front_volunteer .feature-highlight .info-block {
    font-size: 14px;
  }
}

.btn-support {
  padding: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  display: inline-block;
  background-color: #00537d;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 400;
}

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

.mb-3 {
  margin-bottom: 2rem;
}

.separator {
  width: 100%;
  height: 5px;
  background-color: white;
  margin: 1.5rem 0;
  border: none;
}

.mt-3 {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }

  .hide-on-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }
}

.vc-day::-webkit-scrollbar {
  width: 0px;
}
.vc-day::-webkit-scrollbar-track {
  display: none;
}

.custom-calendar.vc-container {
  --day-border: 1px solid #b8c2cc;
  --day-border-highlight: 1px solid #b8c2cc;
  --day-width: 90px;
  --day-height: 90px;
  --weekday-bg: #f8fafc;
  --weekday-border: 1px solid #eaeaea;
  border-radius: 0;
  width: 100%;
}

.vc-header {
  background-color: #f1f5f8;
  padding: 10px 0;
}
.vc-weeks {
  padding: 0;
}
.vc-weekday {
  background-color: var(--weekday-bg);
  border-bottom: var(--weekday-border);
  border-top: var(--weekday-border);
  padding: 5px 0;
}
.vc-day {
  padding: 0 5px 3px 5px;
  text-align: left;
  height: var(--day-height);
  min-width: var(--day-width);
  background-color: white;
  overflow-y: auto !important;
  /* &.weekday-1,
	  &.weekday-7 {
		background-color: #eff8ff;
	  }
	  &:not(.on-bottom) {
		border-bottom: var(--day-border);
		&.weekday-1 {
		  border-bottom: var(--day-border-highlight);
		}
	  }
	  &:not(.on-right) {
		border-right: var(--day-border);
	  } */
}

.vc-day.weekday-1,
.vc-day.weekday-7 {
  background-color: #eff8ff;
}
.vc-day:not(.on-bottom) {
  border-bottom: var(--day-border);
}
.vc-day:not(.on-bottom).weekday-1 {
  border-bottom: var(--day-border-highlight);
}
.vc-day:not(.on-right) {
  border-right: var(--day-border);
}

.vc-day-dots {
  margin-bottom: 5px;
}
