@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i,900|Oswald');

body {
    margin: 0;
    padding: 0;
    color: #4f4f4f !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.45em;
    background-color: #FFFFFF
}

h1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0;
    color: #4f4f4f;
    font-size: 30px;
	font-family: 'Oswald', 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: none
}

h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    line-height: 1.45em;
    margin: 0 0 20px 0
}

.Page-IPledgeDes1 h2,
.Page-IPledgeDes2 h2 {
    border-bottom: 0 !important
}

h3 {
    color: #105DA2;
    font-size: 20px;
    font-weight: 300
}

h4 {
    color: #105DA2;
    font-size: 18px;
    font-weight: 300
}

h5 {
    color: #105DA2;
    font-size: 20px;
    font-weight: 300;
    margin: 0
}

h6 {
    color: #105DA2;
    font-size: 1.75em;
    font-weight: 300
}

p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 300;
    line-height:20px;
}

a:focus {
    outline: none !important
}

/*-----Header-----*/

.miami-logo img {
    max-width: 220px;
    margin: 1em;
}


/*-----Footer-----*/

.MenuHeader:before {
    content: "" !important;
 
}

.GRFooter {
    min-width: 100% !important;
    background-color: #b2b2b2;
    padding: 1em;
}

.GRFooter .container {
    background-color: #b2b2b2;
    width: 100% !important;
}

.Footer, .Footer a, GRFooter1, GRFooter1 p, .FooterMes, .FooterMes p {
    color: #666 !important;
    font-size: 1em !important;
}

/*-----Main Page Height to keep footer toward the bottom -----*/

.GRMainPage {
    min-height: 600px;
}

/*-----Buttons-----*/

.DefaultButtons .button:hover, .hvr-shadow:hover, .Page-TransactionList a.icon:hover, a#print-button:hover, button.print-link:hover, form#Role input:hover, .KeywordSearch .SearchNavigation li .button:hover {
    outline-style: none !important;
    background: transparent !important;
    border: 1px solid #10167f!important; /* #fcb040 !important;*/
    color: #10167f!important; /* #fcb040 !important;*/
}

.DefaultButtons .button, .hvr-shadow, a#print-button, button.print-link, .AlignTransactionsList span#NavigationSearch a.icon, .TransactionsList a.icon.NavigationAddPledge, form#Role input, .KeywordSearch .SearchNavigation li .button {
    display: inline-block !important;
    font-family: sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    color: #FFF !important;
    background: #10167f !important;
    border: 1px solid #10167f !important;
    border-radius: 0 !important;
    padding: 15px 35px !important;
    line-height: 17px !important;
    font-size: 16px !important;
    outline: 0 !important;
    outline-style: none !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    min-width: 200px !important;
    -webkit-transition: all .25s linear !important;
    -moz-transition: all .25s linear !important;
    -o-transition: all .25s linear !important;
    -ms-transition: all .25s linear !important;
    transition: all .25s linear !important;
}

/*hide profile area*/
section#profileBar {display:none !important;}


@media (max-width: 600px) {
	.headerText h1{
		font-size: 33px !important;
		padding: 0 0 10% 0;
	}
	
}

/*Project 184059 - fix alignment of pledge type selection*/
.TypeSelection .form-check{padding-left:0}

/*-----Admin-----*/
/*
.Role-Admin .wrapper.cards {
        background: 0;
        width: 20%;
        min-width: 311px !important;
        padding: 0;
        margin-right: 25px;
        float: left
    }

.wrapper.cards {
    background: 0;
    width: 20%;
    min-width: 381px;
    padding: 0;
    margin-right: 25px;
    float: left
}
*/

.LoginForgotTable {
    margin: 20px 0;
    color:#999;
}

body.BodyClass.Body-Page-LoginForgot {
    color: #333 !important;
}

.col-sm-3.Col-Input.Col-PhoneArea:after {
    /*content: "Area Code";*/
}

.col-sm-6.Col-Input.Col-PhoneNumber:after {
    content: "Phone Number";
}

.col-sm-3.Col-Input.Col-PhoneExt:after {
    content: "Extension";
}
.Section-Survey .col-sm-3.Col-Input.Col-PhoneArea:after {
    content: "Area Code";
}

.Section-Survey .col-sm-6.Col-Input.Col-PhoneNumber:after {
    content: "Phone Number";
}

.Section-Survey .col-sm-3.Col-Input.Col-PhoneExt:after {
    content: "Extension";
}
.Section-Survey .Col-PhoneExt{
	display:none;
}
/*-----Vol Menu Appearance Control-----*/

.Body-Page-MLUnsubscribe .GenericResponsiveTop2,
.Body-Page-RegistrationComplete .GenericResponsiveTop2,
.Body-Page-LoginForgot .GenericResponsiveTop2,
.Body-Page-IPledgeConfirmDisplay .GenericResponsiveTop2,
.Body-Page-UserRegistration .GenericResponsiveTop2,
.Body-Page-CybsSACheckout .GenericResponsiveTop2{
    display: none;
}


/************************************/
