/*-----Project 171837 SECC-----*/

/*	Fonts: Body / Google Alice
 * 	Menus: Sofia Pro - Alternative 'Muli'
 */

/* Header */

.GenericResponsiveTop2 {
    background-color: #fff;
    color: #999;
    height: 222px;
}

.GenericResponsive1PArea2 .PortletMenu {
    float: right;
    position: relative;
    top: -2.3em;
}

.PortletLogo .Logo img {
    max-width: 240px !important;
    max-height: 200px !important;
    margin: 6px 0;
    position: relative;
    top: 1em;
}

ul.pureCssMenu li a:hover {
    background-color: #fff;
    font: 14.5px 'Muli', sans-serif;
    position: relative;
    text-decoration: none;
    color: #999;
}

/* Donate Button*/

.donate_menu {
    border: 1.5px solid #283977;
    color: #283977 !important;
    min-height: 2em;
    border-radius: 300px;
    padding: 5px;
    min-width: 6em;
    padding-left: 1.3em;
}

.donate_menu:hover {
    border: 1.5px solid #283977;
    background-color: #283977;
    min-height: 2em;
    border-radius: 300px;
    padding: 5px;
    color: #fff !important;
    min-width: 6em;
    padding-left: 1.3em;
    transition: background-color 170ms ease-out,color 170ms ease-out;
}

/* Body */


.GRMainPage {
    background-color: #f7f6ed;
}

/* Fonts */
h1, h2, h3 {
    color: #283977 !important;
}

h1, h2, h3 {
    font-family: 'Muli',sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 27px;
    letter-spacing: .1em;
    line-height: 1.55em;
    text-transform: uppercase;
}

body {

   font-family: 'Alice', arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.8em;
    text-transform: none;
    color: #666;
}

p {
    font-family: 'Alice', arial;
    /*color: #666;*/
    font-weight:normal;
}

input[type=checkbox], input[type=radio] {
    /*margin: 10px 0 0;*/
    margin-top: 1px\9;
    line-height: normal;
}

.PledgeTypeSelection .TypeSelection input[type="radio"], .DesignationRadios input[type="radio"] {
    margin-top: 9px;
}

ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
    background-color: transparent;
    border: 0;
    color: #666;
    font: 14.5px 'Muli', sans-serif;
}

/*  Buttons  */
.DefaultButtons .button {
    background-color: #283967;
    color: #fff;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 300px;
    border: 0px solid transparent;
    outline-style: none;
    /*font-size: 17.5px;
    min-height: 3em;
    padding-top: .5em;*/
}

.DefaultButtons .button:hover {
    background-color: #2b3e82;
    text-decoration: none;
    outline: 0px outset #000;
    box-shadow: none;
    transition: background-color 170ms ease-out,color 170ms ease-out;
}



/* Footer */
.GenericResponsiveBottom, .GRFooter {
    min-height: 3em;
    background-color: #363636;
    color: #fff;
}

/*-----Confirmation Page-----*/

.Page-IPledgeConfirmDisplay {
    min-height: 800px;
}

/*-----Footer Logo #2-----*/
.secc-IUW {
    float: right;
    /* max-width: 250px; */
}


/* Footer Menu */

.GenericResponsive1PArea10 .PortletMenu {
    position: relative;
    top: 1em;
}

.GenericResponsive1PArea10 a, .GenericResponsive1NArea10 a, .GenericResponsive1LArea10 a {
    color: #fff !important;
    font-family: 'Muli', sans-serif;
}

.MenuHeader:before {
    content: none !important;
    display: block;
    margin: 0;
    float: right;
    background-image: none;
    
}

/*----For special Therm. on home page - EC 9/19/2018------*/
.PortletEP {
    float: right;
}

/*---swap black hamburger menu icon for white in mobile work ----- Project #173159*/
@media screen and (max-width: 960px) {

.GenericResponsiveTop2 .PortletMenu .PortletHeader {
	background-image:url("https://secc.npasonline.org/epledge/Style/GenericRes/black-menu-button.png");
	background-repeat:no-repeat;
	display:block;
	margin:8px;
	height:19px;
	width:24px;
}
}

