html {
    height  : 100%;
}

body {
    height  : 100%;
    overflow: auto;
    font-size:15px;
}

.home .flipboxrow { background-color: #e7e7e7;}

.righthead {margin-top:5px;}

a, a:hover, a:focus, a:visited, a:active {color:#e51937;}

header.headwrapper {background-color: #fff;}

.homesectionhead {font-size:42px; font-weight:300; text-transform:uppercase; color:#6b6e71; float:left; padding-right:30px; border-right:2px solid #ccc;}

.viewall {padding-top:26px;}

.alllink {margin-left:30px; font-size:18px;}


.spacetop {margin-top:30px;}
.spacebottom {margin-bottom:30px;}

.redwhite {margin-left:7px;}

#wrapper-23 {
	background: #e51937;
	position: absolute;
}

.menu-toggle {float:right;}

.menulable {
  font-size:13px;
  color:#e51937;
  float: right;
  margin: 12px 5px 0 20px;
}


.navbutton {
    font-size: 15px;
    border-radius: 30px;
    padding: 3px;
    border: 2px solid #6B6E71;
    width: 87px;
    text-align: center;
    line-height: 24px;
    color: #6B6E71;
}

.navbutton.larger {
    font-size: 16px;
    padding: 6px;   
}

.formbutton {
    border-radius: 30px;
    background-color: #e51937;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    padding:  6px 25px ;  
    height:40px;
    text-transform:uppercase;
}
.circleformtext {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom:10px;
}

.circleformtextph {
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom:8px;
}

#cons_zip_code, #cons_email, #mob-other-amt, #other-amt{
border-radius:O;
border:1px solid #C2C2C2;
width:205px;
padding:10px;
font-size:18px;
color:#OOO;
margin-bottom:8px;
}

#other-amt, #mob-other-amt {
width:150px;
}

#cons_zip_code.ph, #cons_email.ph {
margin-bottom:4px;
text-align:center;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #939598;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #939598;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #939598;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #939598;
}


.navbutton.gray:hover {
   background-color: #6B6E71;
   color:#ffffff;
}

.headbuttons {
  margin:16px auto 0;
  width:186px;
}

a.navbutton.gray {
   color:#6B6E71;
}

.navbutton.red {
  margin-left:8px;
  color:#e51937;
  border: 2px solid #e51937;
}

.navbutton.red:hover {
   background-color: #e51937;
   color:#fff;
}


.navbutton a {
      color: #6B6E71;
      text-decoration:none;
}
.navbutton.red a {
      color: #e51937;
      text-decoration:none;
}

.navbutton a:hover {
      color: #fff;
}
/*Search styles*/

#wrapper-61{
  padding: 5px 8px;
  position: fixed;
  right:12%;
  z-index:9999;
  width:224px;
  height:58px;
  background-color:#e51937;
  top:0;
  opacity: 0;
          transition: 0.6s;
  -webkit-transition: 0.6s;
          transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
}

#wrapper-61.searchopen {
  display:block;
  top:78px;
  opacity: 1;
          transform: translateY(0);
  -webkit-transform: translateY(0);
}


#searchtoggle {
    border-radius: 100%;
    border-width: 2px;
    padding: 5px 9px;
    font-size: 20px;
    background: none;
    line-height: 24px;
    color: #6B6E71;
    border-color: #6B6E71;
    border-style: solid;
    width: 40px;
    height: 40px;
    float:right;
    cursor:pointer;
}

#searchtoggle.stopen {
/*     padding: 8px 11px; */
}

#searchtoggle:hover {
    color: #fff;
    background-color: #6B6E71;
}


#searchtoggle > .fa-search {
/*   display:block;   */
}

#searchtoggle > .fa-times {
  display:none;  
}

#searchtoggle.stopen > .fa-search {
/*   display:none;   */
}

#searchtoggle.stopen > .fa-times {
  display:block;  
}



td.gsc-clear-button {
    display: none;
}

#wrapper-61 {
    padding: 5px 8px;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
    width: 100%;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    min-width: 193px;
}

input.gsc-search-button {
    background-image: url(/wp-content/uploads/2017/02/search.png) !important;
    position: absolute !important;
    top: 18px !important;
    right: 0px !important;
    height: 34px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    background-repeat: no-repeat !important;
    color: transparent!important;
    background-position: right center;
    padding: 11px 4px !important;
    min-width: 10px !important;
}


input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-image: url(/wp-content/uploads/2017/02/searchhover.png);
}

/*Menu Styles*/

#showRight {
    border-radius: 100%;
    border-width: 2px;
    padding: 6px 8px;
    font-size: 24px;
    background: none;
    line-height: 24px;
    color: #e51937;
    border-color: #e51937;
    border-style: solid;
}
#showRight.menu-toggle.active {
       padding: 4px 9px 8px 9px;
    background: #e51937;
    color: #fff;
    border-color: #e51937;
    font-size: 24px;
}

#showRight:hover {
    background: #e51937;
    color: #fff;
}
#showRight.menu-toggle:focus {outline:0;}

#showRight.menu-toggle > .fa-times {
  display:none;
}

#showRight.menu-toggle > .fa-bars {
  display:block;
}

#showRight.menu-toggle.active > .fa-times {
  display:block;
}

#showRight.menu-toggle.active > .fa-bars {
  display:none;
}





/* Orientation-dependent styles for the content of the side menu */

#wrapper-23{
	width: 290px;
	height: auto;
	top: 79px;
	z-index: 1000;
}

#wrapper-23 a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}



/* Vertical menu that slides from the right */



#wrapper-23 {
	right: -290px;
    display:none;
}

#wrapper-23.cbp-spmenu-open {
	right: 0px;
    display:block;
}



.page-template-default {
	overflow-x: hidden;
	position: relative;
	left: 0;
    padding-top:79px; 
}




/* Side Menu Transitions */

/* #wrapper-23,
.page-template-default {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/

/* Side Menu media queries */



	#wrapper-23 {
		font-size: 90%;
		width: 290px;
	}

	#wrapper-23, {
		right: -290px;
	}

	
}

.NextendAccordionMenuWidget dt.level1.active {
    background-color: #6B6E71;
}

.NextendAccordionMenuWidget dl.level1 dt .inner {
    border-color: #e06685!important;
    padding: 16px 0 16px 40px;
}


.NextendAccordionMenuWidget dl.level1 dt .inner:hover {
    background-color: #6B6E71;
}

.NextendAccordionMenuWidget dl.level1 dt.parent .inner:hover {
  background-color:transparent;
}
 .NextendAccordionMenuWidget dl.level1  .inner  {
    padding: 16px 16px 16px 42px !important;
}


.NextendAccordionMenuWidget dl.level1 dt.parent .inner {
    background-image: url(/wp-content/uploads/2016/11/downarrow.gif) !important;
    background-position: 19px 20px !important;
}

.NextendAccordionMenuWidget dl.level1 dt a, .NextendAccordionMenuWidget dl.level1 dt a span {
    color: #fff !important;
    font-size: 18px !important;
    text-shadow: none;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: left !important;
    text-transform:uppercase;
}

.NextendAccordionMenuWidget {
    margin: 0px 0px 0px 0px !important;
    padding: 0;
    background-color: #e51937;
}

.NextendAccordionMenuWidget dl.level2 dt .inner {
    background: #6B6E71!important;
    border-width: 0px 0px 0px 0px!important;
}


.NextendAccordionMenuWidget dl.level1 dt.parent.opened .inner, div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent.opening .inner {
    background-image: url(/wp-content/uploads/2016/11/uparrow.gif) !important;
    background-color:#6B6E71 !important;
  border-width: 0px 0px 0px 0px!important;
}

.NextendAccordionMenuWidget dl.level2 dt a, div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt a span {
    color: #fff!important;
    font-size: 16px!important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 20px !important;
    text-transform:none !important;
}

.NextendAccordionMenuWidget dl.level2 dt a:hover {
    text-decoration:underline !important;
} 

.NextendAccordionMenuWidget dl.level2 dt span {
    background-color: #6B6E71 !important;
}

.NextendAccordionMenuWidget dl.level2 .inner {
    padding: 0px 0px 20px 32px !important;    
    margin: 0 0 0 8px !important;
}




.container-fluid {max-width:1360px;}


header {
    height:79px;
    top:0;
    left:0;
    width:100%;
    overflow:hidden;
    position: fixed;
    z-index: 99999;
    background-color:#fff;
    border-bottom:1px solid rgba(111,111,111,0.2);
    -webkit-transition: height 0.6s;
  -moz-transition: height 0.1s;
  -ms-transition: height 0.1s;
  -o-transition: height 0.1s;
  transition: height 0.1s; }
    

  
  
  
.navblock {
    width: 100%;
    background-color: #fff;
    position:fixed;
    top:0;
    left:0;
    z-index: 99999;
    padding-top: 15px;
    height:auto;
    padding-bottom:15px;
    overflow:hidden;
}





.logo img {with:224px:}



#footercontent {
  background-image: url(/wp-content/uploads/2016/11/footersymbol2.gif);
background-repeat:no-repeat;
background-position: center center;
background-size:auto 100%;
height: 400px;
background-color:#e51937;
box-shadow: 0px 500px 0px 500px #e51937;
}
.footlinks {
    text-align: center;
    color: #fff;
    margin: 20px 0;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding-top: 17px;
    padding-bottom:10px;
}

.footlinkspace {
    margin: 10px 0;
}


.footdivider {
  margin:0 20px;
}
  
#navcontainer ul, #accredited ul
{
margin: 6px 0 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li, #accredited ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .3em;
}
#accredited ul li a
{
text-decoration: none;
padding: .6em;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: transparent;

}


.lrfcopy {
    color:#fff;
    text-align:center;
    clear:both;
    font-size:14px;
    line-height:28px;
    margin-bottom:20px;
    padding-top:20px;
}
.lrfcopy a, .footlinks a{
  color:#fff;
  text-decoration:none;
}

.lrfcopy a:hover, .footlinks a:hover{
  color:#fff;
  text-decoration:underline;
}


/*flipboxes*/
.single-flipboxes .ult-column {padding:0;}
.flipboxes > .vc_row {margin-left:0; margin-right:0;}
.single-flipboxes .wpb_row {padding:0;}
.single-flipboxes .vc_column_container > .vc_column-inner {padding:0;}

.flipboxes {width:100%; height:300px; overflow:hidden; position:relative; margin:10px auto; max-width:360px;}


.flipboxes > .front { position: absolute;
	-webkit-transform: perspective( 600px ) rotateY( 0deg );
	transform: perspective( 600px ) rotateY( 0deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
    top:0;
    left:0;
    bottom:0;
    right:0;
    overflow:hidden;
    cursor:pointer;
}
.flipboxes > .back { 	position: absolute;

	-webkit-transform: perspective( 600px ) rotateY( 180deg );
	transform: perspective( 600px ) rotateY( 180deg );
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
        font-size:16px;
        color:#fff;
        text-transform:uppercase;
        line-height:22px;
        text-align:center;
        top:0;
    left:0;
    bottom:0;
    right:0;
    overflow:hidden;
  background-color:#e51937;
}
.flipboxes:hover > .front{
	-webkit-transform: perspective( 600px ) rotateY( -180deg );
	transform: perspective( 600px ) rotateY( -180deg );
}
.flipboxes:hover > .back{
	-webkit-transform: perspective( 600px ) rotateY( 0deg );
	transform: perspective( 600px ) rotateY( 0deg );
}
.flipboxes img {position:absolute;
top:0; left:0; z-index:-9;}

.flipboxes > .back img {
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}
.flipribbon {
    position: absolute;
    height: auto;
    background-color: #000;
    opacity: .8;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    bottom: 30px;
    left: 0px;
    font-size: 18px;
    padding: 10px;
}

.flipribbon a {color:#fff;}


.flipribbon span {opacity:1.0;}

.btn.flipboxbtn {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #e51937;
    width: 140px;
    margin:20px auto;
    padding:3px 20px;
    clear:both;
}

.btn.flipboxbtn:hover{
    border: 2px solid #ffffff;
    color: #e51937;
    background-color:#ffffff;
}
.flipboxes > .back p {margin: 40px 0 0; padding:0; font-size:14px;}
.flipboxes > .back ul {margin: 40px 0 0; padding:0;}
.flipboxes > .back li {margin:10px 0; padding:0;}


.flipboxlist a {color:#fff;}
.flipboxlist a:hover {text-decoration:underline;}
.flipboxrow {
background-color:#e7e7e7;
padding:50px 0;
}

.flipboxrowfff {
background-color:#fff;
padding:0;
margin-bottom:50px;
}

/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

/*General Mosaic Styles*/
.mosaic-block {
	/*float:left;*/
	position:relative;
	overflow:hidden;
	width:100%;
	height:300px;
	background:#111 url(../img/progress.gif) no-repeat center center;
}

.mosaic-block img {
	width:100%;
        height:100%;
}

.mosaic-block-double {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	height:140px;
	background:#111 url(../img/progress.gif) no-repeat center center;
}


	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles ***/
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
.bar2 a:hover {text-decoration:none;}

		.details h4 {font-size:16px; color:#fff; text-transform:uppercase; margin-bottom:14px;}
	    .details p {font-size:14px; color:#fff; text-transform:none; margin:0;}
	    .details {padding:6px 10px;}

@media screen and (max-width: 767px){
  .mosaic-block {
    /* float: left; */
    max-width: 360px;
    margin: auto;
}
  .mosaic-block img {
    width: auto;
  }
}

/*Home Donate and Email Signup*/
.homedonatedt {width:740px; height:400px; padding:65px 0 0 90px; margin:-10px auto 36px; }
.homedonateph {width:350px; height:565px; text-align:center; padding-top:40px;  margin: -20px auto 25px; }
.circleform .vc_column_container>.vc_column-inner {
   padding-left: 0;
   padding-right: 0;
}

.emailformbg {
background-size: cover; 
background-repeat: no-repeat; 
background-color: rgba(0, 0, 0, 0); 
background-image: url("/wp-content/uploads/2017/02/bloodcellbackground.jpg"); 
background-attachment: scroll; 
width:100%;
left: 0px; 
height: 461px;
}

.homedonatedt.signupdt {
    margin: -430px auto 30px;
}




.signupdt {
    background-image: url(/wp-content/uploads/2017/01/HomeemailSignup.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.signupph {
    background-image: url(/wp-content/uploads/2017/01/HomeemailSignupPhone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -590px;
}

/*Carousel Styles*/
#wrapper-63, #wrapper-75, #wrapper-77 {
    padding: 30px 0;
    background-color: #e7e7e7;
}
/*News Styles*/

.newsthumb img {
    width: 100%;
    height: auto;
}

.newscat {
font-size;14px;
color:#6B6E71;
text-transform:uppercase;
}

.newscat a, .newscat a:hover, .newscat a:focus {
color:#6B6E71;
}

.newscat a:hover {
text-decoration:underline;
}


.newstitle {
font-size:18px;
color:#e51937;
}

.newsdate {
color:#6B6E71;
font-size:15px;
display:inline;
border-right:1px solid #000;
padding-right:6px;
margin-right:6px;
float:left;
line-height:20px;
}

.newsexcerpt {
font-size:15px;
display:inline;
color:#000;
line-height:20px;
}


#wrapper-65 {
    text-align: center;
    margin-top:30px;
}

#wrapper-75 {
    margin-bottom:30px;
}

#container-65 , #container-66{
    max-width: 975px;
    text-align: left;
}

.newsmiddle {
  margin:30px 0;
}   

/*landing pages*/

.logoseparator {
width:100%;
height:70px;
background: url("/wp-content/uploads/2017/02/divider.png") no-repeat center top;
margin:10px 0 30px;
}



.btn.moreinfo {
    margin-top: 20px;
    border-radius:0;
    border: 1px solid #e51937;
    color: #e51937;
}
    
.btn.moreinfo:hover, .btn.moreinfo:focus,.btn.moreinfo:active {
background-color:#fff;
}
 
 .landingintro , .btn-group.open , .dropdown-toggle {
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
    
    .landingintro {
    margin-top:20px;
}
    
.landingintro p {
font-size:24px;
line-height:32px;
color:#000;
font-weight:300;
}


.landingintro h1 {
text-transform:uppercase;
font-weight:300;
color:#6B6871;
}


/*Resource Icons*/
#resourceicons {
margin:30px auto;
}
.resicon {
width:100%;
max-width:152px;
height:152px;
margin: 10px auto;
}
#resourceicons div {
text-align:center;
}

.resicon.helpline {background: #fff url("/wp-content/uploads/2017/03/reshelpline.png") no-repeat  top left; background-size:cover}

.resicon.trials {background: #fff url("/wp-content/uploads/2017/03/restrials.png") no-repeat    top left; background-size:cover}

.resicon.network {background: #fff url("/wp-content/uploads/2017/03/resnetwork.png") no-repeat   top left; background-size:cover}

.resicon.assistance {background: #fff url("/wp-content/uploads/2017/03/resassistance.png") no-repeat   top left; background-size:cover}

.resicon.education {background: #fff url("/wp-content/uploads/2017/03/reseducation.png") no-repeat   top left; background-size:cover}

.resicon.app {background: #fff url("/wp-content/uploads/2017/03/resapp.png") no-repeat   top left; background-size:cover}

.resicon.publications {background: #fff url("/wp-content/uploads/2017/03/respublications.png") no-repeat   top left; background-size:cover}

.resicon.webcasts {background: #fff url("/wp-content/uploads/2017/03/reswebcasts.png") no-repeat   top left; background-size:cover}

.resicon.helpline:hover, 

.resicon.trials:hover, 

.resicon.network:hover, 

.resicon.assistance:hover, 

.resicon.education:hover, 

.resicon.app:hover, 

.resicon.publications:hover, 

.resicon.webcasts:hover {background-position:top right;}

.caption {
width:100%;
margin-bottom:20px;
}

.caption a {
font-size:21px;
line-height:23px; 
text-decoration:none;
text-transform:uppercase;
}

.caption a:hover {
text-decoration:underline;
}

/*Spotlight*/
.spotimg {margin:auto;}
.spotname {color:#e51937;}
.spotname, .spotquote {font-weight:300;}
.spotimgthumb {width:100px; height:auto; margin:30px auto;}


/*Internal Pages*/
.archivetoprow {
padding-top:90px;
}

.btn.moreinfo.int {
    margin-top: 12px;
}

.pagetitle h1 , h3.element-title  {
font-weight:300;
color:#6B6E71;
text-transform:uppercase;
}

h1.posttitle  {
font-weight:300;
color:#6B6E71;
margin:20px 0
}

.breadcrumb {padding:20px 0; background-color:transparent;}

.crumbs {
font-size:14px;
text-transform:uppercase;
color:#6B6E71;
}
.crumbs a, .crumbs a:active {
text-decoration:none;
color:#6B6E71;
}
.crumbs a:hover {
text-decoration:underline;
}

.relcon {
margin:30px auto;
}

.relconhead {
    font-weight: 300;
    text-transform: uppercase;
    color: #6b6e71;
}

.relcat, .relcat a {
color:#6B6E71;
text-transform:uppercase;
}
.relcon h4 {
color:#e51937;
}

.sidebarpromo {
text-align:center;
margin-top:30px;
}

.sidebarpromo img {
width:100%;
height:auto;
margin:30px auto 0;
max-width:300px;
}

.postcat {
font-style:italic;
}
.postdate, .postauthor, .postcat  {
font-size:14px;
color:#6B6E71;
}

.postdate {
border-right:1px solid #6B6E71;
margin-right:3px;
padding-right:3px;
}

@media screen and (min-width: 992px){

.relconhead, .posttitle {
    font-size: 32px;
}

.relcon img {
width:100%;
height:auto;
}
.pagetopimg img, .contentbox img {
width:240px;
height:200px;
}
  
.spotquote, .spotname {font-size:24px;}
.spotcred {font-size:14px;}
}
.pagetitle h1,   h3.element-title {
font-size:48px;
}

@media screen and (max-width: 1199px){


#container-65, #container-66 {
    max-width: 808px;
}

}
@media screen and (max-width: 991px){

.landingintro p {
font-size:20px;
line-height:26px;
}
.relconhead, .posttitle {
    font-size: 28px;
}
.relcon img {
width:140px;
height:114px;
}
.pagetopimg img, .contentbox img {
width:208px;
height:173px;
}
.relcat {
font-size:14px;;
}
.relcon h4 {
font-size:18px;
}
.pagetitle h1{
font-size:40px;
}
.caption a {
font-size:18px;
line-height:20px; 
}
.resicon {
max-width:120px;
height:120px;
}
.spotimg {margin:auto;width:246px;height:auto;}
.spotquote, .spotname {font-size:20px;}
.spotcred {font-size:12px;}

.NextendAccordionMenuWidget dl.level1 dt a, .NextendAccordionMenuWidget dl.level1 dt a span {
    font-size: 16px !important;
}


}

@media screen and (max-width: 767px){



.footwrapper {
padding-bottom:100px;
}


.toprow.archivetoprow {
padding-top:125px;
}
.toprow {
padding-top:20px;
}
.relconhead, .posttitle {
    font-size: 24px;
}
.relcat {
font-size:13px;;
}
.relcon h4 {
font-size:15px;
}
.relcon img {
width:100%;
height:auto;
}

.wpb_content_element.pagetopimg {
margin-bottom:0;
}

.toptextcontainer.vc_column-inner {
padding-top:10px;
}

.pagetopimg img, .contentbox img {
width:150px;
height:125px;
}

.pagetitle h1   , h3.element-title {
font-size:32px;
}
#wrapper-65 {
    padding: 0;
}

  .landingintro p {
font-size:18px;
line-height:22px;
  }   
.emailformbg {
height: 625px;
}
.resicon {
max-width:100px;
height:100px;
}

  
  #wrapper-61.searchopen {
  top:65px;
}


.headwrapper #searchtoggle {
visibility:hidden;
}

.headwrapper.smaller #searchtoggle {
visibility:visible;
}

   .homesectionhead {
    font-size: 32px;
    padding-right: 0;
    border-right: 0;
    line-height:34px;
    margin-bottom:10px;
}

.alllink {
    clear: both;
    font-size: 16px;
    float:left;
    padding-bottom:20px;
    margin-left:0;
}
  
  .righthead {margin-top:0;}


  .page-template-default {padding-bottom:60px;}
  
.container-fluid {    
    padding-right: 5px;
    padding-left: 5px;
  }

  
  .logo img, #showRight.menu-toggle, .searchglass {height:35px;}
  
  #showRight.menu-toggle {
    width:35px;
    font-size: 18px;
}

#showRight.menu-toggle.active {
    padding: 5px 8px 8px 8px;
    font-size: 20px;
}
  

  
#searchtoggle {
height:35px; 
width:35px; 
margin-right:10px;
cursor:pointer;
padding: 7px 8px !important;
font-size: 18px;  
}
  
#searchtoggle.stopen {
padding: 7px 8px !important;
}
  
#searchbox {
    top: 64px;
    width:100%;
    right:0;
    text-align:center;
    z-index: 999999;
}
  
 
#footercontent { background-image: url(/wp-content/uploads/2016/11/phoneffotersymbol2.gif);
background-repeat:no-repeat;
background-position: center top;
background-size:auto auto; 
min-height:400px;
}

header {height:115px;}

header.smaller {height:66px;}

header.smaller .navblock {height:65px;}


.navblock {height:auto; padding-bottom:13px;}



#wrapper-23.cbp-spmenu-open {
    right: 0px;
    top: 114px;
}
.spotimg {margin:-20px auto 30px; width:186;}


.spotquote {font-size:18x;}

}

@media screen and (max-width: 365px){

.signupph, .homedonateph {
    width: auto;
    overflow: hidden;
}
}

.flipboxrow {
    background-color: #ffffff;
}

@media screen and (max-width: 767px){
	footer .footdivider {
		visibility: hidden;
	    width: 100%;
	    display: block;
	    height: 0px;
	}

}

/* Menu/Search Updates */
div#bodywrapper {
    position: relative;
}

div#bodywrapper::after {
    content: '';
    background-color: #000;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    z-index: 999997;
    pointer-events: none;
}

div#bodywrapper.menu-open::after {
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
    pointer-events: all;
}

#wrapper-23{
	display: block;
	transform: translateX(290px);
	transition: transform 0.3s ease-out;
	right: 0;
	position: fixed;
	height: 100%;
	z-index: 999999;
}

#wrapper-23.cbp-spmenu-open{
	transform: translateX(0);
}

@media only screen and (max-width: 767px) {
    #wrapper-23{
        top: 114px;
    }
}

@media only screen and (max-width: 767px) {
    #wrapper-23.menu-smaller{
        top: 66px;
    }
}

footer.footwrapper {
    position: relative;
}

footer.footwrapper::after {
    content: '';
    background-color: #000;
    opacity: 0;
    height: 0;
    width: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    z-index: 999997;
    pointer-events: none;
}

footer.footwrapper.menu-open::after {
    background-color: #000;
    opacity: 0.7;
    height: 100%;
    pointer-events: all;
}

/* Search Bar Updates */

#wrapper-61 {
    width: 100%;
    right: 0;
    height: auto;
}

#wrapper-61 .inner-container {
    max-width: 960px;
    margin: auto;
}

#wrapper-61 .inner-container br {
    display: none;
}

#wrapper-61 .inner-container p {
    margin: 0;
}

#wrapper-61 .inner-container form {
    margin: 0;
    padding: 15px;
}

#wrapper-61 .inner-container button.gsc-search-button.gsc-search-button-v2 {
    padding: 0;
    background: none;
    border: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
}

#wrapper-61 .inner-container button.gsc-search-button.gsc-search-button-v2 svg{
    width: 20px;
    height: 20px;
    fill: #6B6E71;
    transition: all 0.2s ease-in-out;
}

#wrapper-61 .inner-container button.gsc-search-button.gsc-search-button-v2:hover svg{
    fill: #e51937;
}

#wrapper-61 .inner-container td.gsc-search-button {
    position: relative;
}

#wrapper-61 .inner-container td.gsib_b{
    display: none;
}

#wrapper-61 .inner-container div#gsc-iw-id1{
    padding: 0;
    border-radius: 0;
}

#wrapper-61 .inner-container #gs_tti50 {
    padding: 6px 40px 6px 15px;
    border: 1px solid #f7f7f7;
}

@media only screen and (max-width: 767px) {
    #searchtoggle > .fa-search {
        top: -4px;
        left: -1px;
        position: relative;
    }
}

