/**************************SAMPLE of how to use external font************************************/
@font-face {
  font-family: 'MontserratBold';  /*this is the name you give*/
  src: url('https://portal.charitysupportcenter.org/servlet/eAndar.WebExtDocument/styleimage/65313A4161694E486278434C506D646B5776504C767339616F4C566C71594F7149464F46386D383378524A71554B437A4B41/Montserrat-Bold.ttf') ;
}
@font-face {
  font-family: 'MontserratRegular';  /*this is the name you give*/
  src: url('https://portal.charitysupportcenter.org/servlet/eAndar.WebExtDocument/styleimage/65313A415566733070454853524C627444483468444439556C44656E314B643156786A4666744B6736784D65447176464155/Montserrat-Regular.ttf') ;
}
@font-face {
  font-family: 'MontserratItalic';  /*this is the name you give*/
  src: url('https://portal.charitysupportcenter.org/servlet/eAndar.WebExtDocument/styleimage/65313A41634A7A436A484A4442694551375F686D705273616E4C66366D49435A39336B6730345A5F4C716C7A70796469324D/Montserrat-RegularItalic.ttf') ;
}
@font-face {
  font-family: 'RobotoRegular';  /*this is the name you give*/
  src: url('https://portal.charitysupportcenter.org/servlet/eAndar.WebExtDocument/styleimage/65313A4162326847435370735A564F67555A4A6359555858545A6B5A42494A3034494F54446E2D712D51754A5F57556C594D/Roboto-Regular.ttf') ;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}










body{

	height:100%;
	font-family:RobotoRegular;
	font-size:16px;
	
}
#wrap {
	min-height: 100%;
}
#main {
	overflow: auto;
	padding-bottom: 3.5rem;
}
a{
	color: #007bff;
}



/*----------------------------------------------------------------------------LOGIN AND LOGOFF PAGE ---------------------------------------------------*/


.Page-signoffPage,.Page-LoginForgot{min-height:100vh;} /*need to set min height otherwise too much white space below footer.*/


/*.LoginBackground{
	background: url("https://portal.charitysupportcenter.org/servlet/eAndar.WebExtDocument/styleimage/65313A4156754E4569526C6D45717A4A576539755F3332766D3078656E454B6C35556C62726A394B5871556E44584A68544D/robert-bye-gCwUnnur2Mk-unsplash.jpg") no-repeat;
	background-position: center;
	background-size:cover;
}*/

#loginPage {color:black;} /*make text on login fields white*/
.FormFields.LoginFields input{border-radius:0px;}  /*remove round border on login fields*/
.FormFields.LoginFields label{text-transform:uppercase;font-weight:normal;}

/*make background image responsive on login page */
@media screen and (max-width: 1920px) {
  .LoginBackground {min-height:640px}
	.login-banner_heading{margin-top:100px}
  	#loginPage {margin-top:80px;}
}

@media screen and (max-width: 1600px) {
  .LoginBackground {min-height:630px}
}

@media screen and (max-width: 1400px) {
  .LoginBackground {min-height:620px}
  .FormFields.LoginFields div.j_usernameData input,
  .FormFields.LoginFields div.j_passwordData input{max-width: 50%;margin: 0 auto;}
}

@media screen and (max-width: 1024px) {
  .LoginBackground {min-height:600px}
 
}

@media screen and (max-width: 768px) {
  .LoginBackground {min-height:400px}
   .Column2 {margin:20px 0 0 0 !important;}
  .Column3{float:none !important;margin-top:30px;}
  .tagline { text-align: left !important;}
}
/*this is the welcome text on the login page*/
.login-banner_heading{

	text-align: center;
	margin: 0 auto;
}

.AgencySearchSection{
	align: center:}



/*----------------------------------------------------------------------------HEADER AREA ---------------------------------------------------------------*/
/*make top header bar blue*/
.GenericResponsiveTop1{
	background-color:#ffffcc;
	padding:10px 0;
}

.NYCGivesLogo {
	max-width: 125px;
	width: 100%;
}
/*vertically align tagline top right*/
.page-header-top-right{
	margin-top: auto;
	margin-bottom: auto;
}


.tagline {
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
}

/*make top menu background color light blue*/
.GenericResponsiveTop2 {
	background-color: #2167af;
	color: #ffffff;
	
}

.main-banner_heading {
	padding: 6px 0 5px 0;
	position: absolute;
	margin-top: -25%;
	text-align: center;
	width:100%;
}
.BannerLine1{
font-family:MontserratBold;
text-transform:uppercase;
font-size:34px;
color:#000;
}
.BannerLine2{
font-family:MontserratBold;
font-size:50px;
color:#000;
line-height: 40px;
}

@media only screen and (max-width: 1024px) {
	.main-banner_heading {
		margin-top: -25%;
	}
	.BannerLine1{

	font-size:14px;

	}
	.BannerLine2{

	font-size:30px;

	}
}

/*----------------------------------------------------------------------------TOP MENU AREA ---------------------------------------------------------------*/
/*remove margin, creates weird space above and below mobile menu*/
.GenericResponsiveTop2 .PortletMenu .PortletHeader {
	margin: 0;
}

/*remove left padding on first menu iten so it aligns with logo*/
ul.pureCssMenu > li:first-of-type > a{
  padding-left:0;
}

/*convert menu items to capitals*/
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-weight:bold;
	padding:15px 15px;
	font-family:RobotoRegular;
}

/*remove hover color on top menu*/
ul.pureCssMenu li a:hover {
	background-color: transparent;
	font-weight:bold;
	font-family:RobotoRegular;
	}

ul.pureCssMenu li:hover > a {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	font-family:RobotoRegular;
	font-weight:bold;
}

/*make submenu appear below menu bar*/
ul.pureCssMenu ul {
	position: absolute; 
	top: 33px;
			border: none;
	background-color: rgba(17, 7, 7, 0.6);
}

/*----------------------------------------------------------------------------MAIN AREA ---------------------------------------------------------------*/



/*----------------------------------------------------------------------------FOOTER AREA ---------------------------------------------------------------*/
/*make footer background blue*/
.GenericResponsiveBottom{
padding:25px;
background-color:#30a847;
position: relative;
bottom: 0;
width: 100%;

	
}
/*hide Andar copyright area*/
.GRFooter {
	display: none;
}

.Footer{display:none;}
/*help and feedback, make this area 50% to fit content better and reduce the other 2 to 25%.*/
.GenericResponsive1PArea8.col-md-4 {
	width: 50%;
	max-width: 50%;
	flex: 50%;
	margin-bottom: 20px;
}
.GenericResponsive1PArea7.col-md-4{
		width: 25%;
	max-width: 25%;
	flex: 25%;
	margin-bottom: 20px;
}
.GenericResponsive1PArea9.col-md-4{
		width: 25%;
	max-width: 25%;
	flex: 25%;
	margin-bottom: 20px;
}

.helpFeedbackContainer {
	text-align: center;
	margin-top:40px;
}
.helpFeedbackTitle{
	text-align:center;
	font-size:12px;
	font-style: italic;
}

.helpFeedbackTitle::before {
	content: "";

	height: 5px;
	display: block;
	margin: 0 auto;
	opacity: 1;
 width: 100px;
  background-color: #58a618; 
}

.helpFeedbackText{
	text-align:center;
	font-size:12px;
	line-height:18px;
}
#footer, #footer a {
	color:#ffffff;
	
}
.earthshareLogoFooter {
	max-width: 185px;
	width: 100%;
	display:block;
	margin-bottom:15px;
}
.earthshareLogoFooter span{
	color:white;
}
.footerHeading{
	font-family:MontserratBold;
	font-size:16px;
	margin-bottom:15px;
}
.footerContent{

	font-size:14px;
}


/*---------------------------------------------------------Default Button -----------------------------------------------------*/
.DefaultButtons .button {
	display: inline-block;
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 1.2em;
	color: #000;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 1px;
	border-style: outset; 
	border-color: #d6d3ce #848284 #848284 #d6d3ce; 
	outline-width: 0px; 
	outline-style: none; 
	outline-color: transparent; 
	min-width: 100px;
	border-radius: 50px;
	border: 2px solid #000000;
	font-family: MontserratBold;
	text-transform: uppercase;
	font-size: 14px;
}

.DefaultButtons .button:hover {
	background-color:#232323;
	color:#ffffff;
}

/*stack login, forgot password, hint buttons*/
nav.LoginButtonPanel li {display:block;}

#loginPage .Login.LoginButton1.Login.DefaultButtons .button {
	display: inline-block;
	margin: 0.5em 0.5em 2.5em 0;
	padding: 0.3em 1.2em;
	color: #000;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 1px;
	border-style: outset; 
	border-color: #d6d3ce #848284 #848284 #d6d3ce; 
	outline-width: 0px; 
	outline-style: none; 
	outline-color: transparent; 
	min-width: 100px;
	border-radius: 50px;
	border: 2px solid #000;
	font-family: MontserratBold;
	text-transform: uppercase;
	font-size: 14px;
}

#loginPage .Login.LoginButton1.Login.DefaultButtons .button:hover {
	background-color:#232323;
	color:#fff;
}

#loginPage .Forgot.LoginButton2.Forgot.DefaultButtons .button {
	display: inline-block;
	margin: 10px 10px 10px 10px;
	padding: 0.3em 1.2em;
	color: #000;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 1px;
	border-style: outset; 
	border-color: #d6d3ce #848284 #848284 #d6d3ce; 
	outline-width: 0px; 
	outline-style: none; 
	outline-color: transparent; 
	min-width: 100px;
	border-radius: 50px;
	border: 2px solid #000;
	font-family: MontserratBold;
	text-transform: uppercase;
	font-size: 14px;
}

#loginPage .Forgot.LoginButton2.Forgot.DefaultButtons .button:hover{
	background-color:#232323;
	color:#ffffff;
}

#loginPage .Hint.LoginButton3.Hint.DefaultButtons .button{
	display: inline-block;
	margin: 10px 10px 10px 10px;
	padding: 0.3em 1.2em;
	color: #000;
	font-size: inherit;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border-width: 1px;
	border-style: outset; 
	border-color: #d6d3ce #848284 #848284 #d6d3ce; 
	outline-width: 0px; 
	outline-style: none; 
	outline-color: transparent; 
	min-width: 100px;
	border-radius: 50px;
	border: 2px solid #000;
	font-family: MontserratBold;
	text-transform: uppercase;
	font-size: 14px;
}

#loginPage .Hint.LoginButton3.Hint.DefaultButtons .button:hover{
	background-color:#232323;
	color:#ffffff;
}

/*------------------------------------------------Member Application HomePage and Form----------------------------------------------------*/
.Title1-green{
	font-size: 16px;
	line-height: 23px;
	font-weight: 800;
	color: #58a618;
	margin-bottom:5px;
	text-transform:uppercase;
}
.Title2{
	font-size: 30px;
	line-height: 35px;
	font-weight: 800;
	margin:5px 0 20px 0;
}
.Title3-black{
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
	color: #000000;
	text-transform:uppercase;
}

.lineSeparator{width:100%;border-top:1px solid #6f6f6f;margin:30px 0 ;}

.MemberApplicationHomePage img,
.MemberApplicationForm img{
	max-height:350px
}

/*Added per Bashir when phone number coding went awry*/
.Section-Survey .Row-LineDetail > .col-sm-9, .Section-Survey .Row-LineDetail > .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.Section-Survey .col-sm-9 .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
