
/*hides the homepage-title web notes */
div.Page-Home h1 {
                display: none;
}

.Page-IPledgeDes1 h2, 
.Page-IPledgeDes2 h2, 
.Page-IPledgeCombined h2, 
.AgencySectionHeader h2 


{
    border-bottom: 0;
    background: #FFFFFF;
    color: 	 #005191;
    display: inline-block;
    margin: 38px 0 10px 0;
    line-height: 1;
    text-transform: uppercase;
    font-family: league_gothicregular;
//  font-family: league_gothicregular,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 42px !important;
    padding: 6px 14px 3px 14px;
}




/*
Hides extension
*/

.Col-PhoneExt {
	display: none;
}

.PhoneExt_l116 {
	display: none;
}
.validateNumber(this.form.PhoneExt_l116) {
	display: none;
}

.PhoneExt {
	display: none
}

A NAME="AgencySection" {
	display: none;
}



/* Special event top removal*/

.EventDescription {
	display: none;
}

.EventTime {
	display: none;
}

.StartTime {
	display: none;
}

.EventName {
	display: none;
}



/* SURVEY SECTION */

/* Aline Phone On Survey*/
  .Section-PledgeAddInfo .form-group.row .col-sm-3{
     max-width:100%;
     flex:100%;
	}

    .Section-Survey .col-sm-9.Col-Phone .row .col-sm-3{
/*      max-width:25%;
        flex:33.25;
*/        
 	   max-width:10%;
        flex:33.10;
	}
    
    .Section-Survey .col-sm-9.Col-Phone .row .col-sm-6{
/*        max-width:50%;
        flex:50%;
*/
	   max-width:25%;
        flex:25%;
	}

.Section-Survey .Row-LineDetail > .col-sm-9, .Section-Survey .Row-LineDetail > .col-sm-3 {
    flex: 0 0 60%;
    max-width: 60%;
	}

.Section-Survey .Row-LineDetail > .col-sm-9.Col-eMail, .Section-Survey .Row-LineDetail > .col-sm-3 {
    flex: 0 0 60%;
    max-width: 60%;
}

.Section-Survey .Row-LineDetail > .col-sm-9.Col-Table, .Section-Survey .Row-LineDetail > .col-sm-3 {
    flex: 0 0 22%;
    max-width: 22%;
	}

.Section-Survey .Row-LineDetail > .col-sm-9.Col-TextLine, .Section-Survey .Row-LineDetail > .col-sm-3 {
    flex: 0 0 22%;
    max-width: 22%;
	}


	
/* DEFAULT BUTTON SECTION  - CANCEL - NEXT - PREVIOUS */

.DefaultButtons .button, #wcOptnListForm .btn-primary {
    											 background: #005191 !important;
											 background: var(--primary-color, #005191) !important;
    											 border-radius: 10px;
    											 border: 2px solid var(--primary-color, #005191) !important;
    										      font-size: 17px !important;
    											 font-weight: bold;
        										 color: #fff !important;
}

/*
.DefaultButtons .button, #wcOptnListForm .btn-primary{
 					   background: #005191!important; 
    					   font-size: 17px !important;
    					   color: #FFFFFF !important;
    					   border-radius: 10px;
    					   padding: .5em !important;
 					}

.DefaultButtons .button:hover .btn-primary:hover{
    										font-size: 17px !important;	
    										color: FFFFFF;
    										background-color: green!important;
						}
*/

.DefaultButtons .button:hover, #wcOptnListForm .btn-primary:hover {
    color: #fff;
    background-color: #539ED0 !important;
    border-color: #539ED0 !important;
    border: 2px solid #539ED0 !important;;
   
}


/* PROGRESS NAVIGATION SECTION */

nav.PledgeProgress li.DefaultButtons {
    color: #FFFFFF;
/*    background: #539ED0!important; */
   
}

nav.PledgeProgress li.ProgressStepCurrent.DefaultButtons {
    color: #FFFFFF;
    background:  #FFB351 !important;
    background: var(--primary-color,  #FFB351);
}

nav.PledgeProgress li.DefaultButtons {
    border-radius: 10px !important;
}


/* PLEDGE TYPE SELECTION SECTION */

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel, div#PledgePaymentInfo 
.BlockDetails>div.form-check>label.form-check-label {
	border-radius: 10px;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel:before, 
.PledgeTypeSelection .TypeSelection-Items label.RadioLabel:after, 
div#PledgePaymentInfo .BlockDetails>div.form-check>label.form-check-label:before, 
div#PledgePaymentInfo .BlockDetails>div.form-check>label.form-check-label:after {
    color:  #539ED0;
}



.DesignationTotals td {
/*     border: 1px solid #000000; */
/*   border: 1px solid #cccccc; */
	padding: 8px 20px !important;
     font-weight: bold; 
 	border-color: #cccccc;
	border-width: medium: 
}


.BlockFooter td {
     font-weight: 400;
     border-color: white;
}


/*Corection for head-page logo */

/*
@media only screen and (min-width: 1024px) {
    #header-menu .Logo{
        width:200px !important;
        max-width:300px;
    }
}

@media only screen and (max-width: 1024px) {
    #header-menu .Logo{
        width:300px !important;
        max-width:300px;
    }
 }  

 /*
    #header-menu .col-lg-3 {
        width:300px !important;

}
*/

element.style {
    font-family: 'Segoe UI';
    font-size: 12px;
}
*/

/* Remove Titles From Custom Pages */
.Body-Page-Main > #MainContent,
.Body-Page-Main2 > #MainContent ,
.Body-Page-Main3 > #MainContent ,
.Body-Page-Main4 > #MainContent  {
  padding-top:0 !important;
}

.Page-Main > h1,
.Page-Main2 > h1,
.Page-Main3 > h1,
.Page-Main4 > h1 {
  display: none;
}



nav.header-top-cta ul li a {
     display: none;
}


/* END */
