/*Update rules according style guide*/
body{
    font-family: 'Montserrat','Roboto','Libre Baskerville',sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000!important;
}
div.body{
    width: 100%;
    min-height: 800px;
}
/*Font Family*/
.fontWeightMontserratLight{ font-family: "Montserrat"; font-weight: 300; }
.fontWeightMontserratNormal{ font-family: "Montserrat"; font-weight: 400; }
.fontWeightMontserratSemiBold{ font-family: "Montserrat"; font-weight: 600; }
.fontWeightMontserratBold{ font-family: "Montserrat"; font-weight: 700; }


/*Colors CSSs*/
.colorfff{ color: #fff; }
.color000{ color: #000; }
.color111{ color: #111; }
.color222{ color: #222; }
.color333{ color: #333; }
.color666 { color: #666; }
.color777 { color: #777; }
.color888 { color: #888; }
.color999 { color: #999; }
.colorccc { color: #ccc; }
.colorddd { color: #ddd; }
.coloreee { color: #eee; }
.color212121 { color: #212121; }
.colorB28601 { color: #656565; }
.color717171 { color: #717171; }
.color1F1F1F { color: #1F1F1F; }

.fsize10{ font-size: 10px;}
.fsize12{ font-size: 12px; }
.fsize13{ font-size: 13px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }

.fontItalics{ font-style: italic;}
.fontBold{ font-weight: bold;}
.lineThrough{ text-decoration: line-through;}
.backgroundColor{ background-color: #fff; }
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}


/*Line Height CSSs*/
.lineHeight1pointZeroPoint9em{ line-height: 0.9em; }
.lineHeight1em{ line-height: 1em; }
.lineHeight1point1em{ line-height: 1.1em; }
.lineHeight1point2em{ line-height: 1.2em; }
.lineHeight1point3em{ line-height: 1.3em; }
.lineHeight1point4em{ line-height: 1.4em; }
.lineHeight1point5em{ line-height: 1.5em; }
.lineHeight1point6em{ line-height: 1.6em; }
.lineHeight1point7em{ line-height: 1.7em; }
.lineHeight1point8em{ line-height: 1.8em; }
.lineHeight1point9em{ line-height: 1.9em; }

/*Letter Specing*/
.letterSpacing1{letter-spacing: 1px; }
.letterSpacing2{letter-spacing: 2px; }
.letterSpacing3{letter-spacing: 3px; }

/*Custom CSSs*/
/*Colors*/
.color-red { color: #E01A4F;}
.color-blue { color: #60CB3F;}
.color-green { color: #4B62FF;}
.color-gray { color: #F5F8FA; }
.color-dark-gray { color: #333333; }
.color-black { color: #1F1F1F; }

/*Headings*/
h2, h3, h4, h5, h6{
    font-family: "Libre Baskerville";
    color: #000000;
}

div.body h1{
    font-weight: 300;
    font-size: 60px;
}
div.body h2{
    font-weight: 400;
    font-size: 32px;
}
div.body h3{
    font-weight: 400;
    font-size: 30px;
}
div.body h4{
    font-weight: 400;
    font-size: 22px;
}
/*h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
}*/

/*Paragraph*/
div.body p{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: -0.42px;
    font-size: 20px;
    line-height: 45px;
}
div.body ul li{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: -0.42px;
    font-size: 26px;
    line-height: 45px;
}
 div.body form ul li{
        font-size: 18px !important;
        line-height: 24px !important;
        }
/*ul li::before {
  content: "\2022";
  color: #ea0a2a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}*/
div.body ol li{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: -0.42px;
    font-size: 26px;
    line-height: 45px;
}

.setBackground{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flexContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-btn1{
    min-width: 220px;
    min-height: 61px;
    border-radius: 6px;
    background-color: #0094c6;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.36px;
    padding-top: 11px;
}
.site-btn1:hover,
.site-btn1:active,
.site-btn1:focus{
    color: #fff;
}

.wih-modal .modal-dialog{
    max-width: 640px!important;
}

.wih-modal .modal-content{
    border-radius: 0;
    padding-bottom: 15px;
}

.wih-modal .modal-body{
    padding-top: 18px;
}

.wih-modal .modal-header{
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    display: block!important;
}

.wih-modal .modal-header h5{
    max-width: 482px;
    margin: 0 auto;
    color: #005598;
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.54px;
    line-height: 54px;
    text-align: center;
}

.wih-modal .modal-header .close{
    position: absolute;
    right: 15px;
    top: 10px;
}

.wih-modal .form-control{
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.42px;
    line-height: 50px;
}

.wih-modal a{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px;
    line-height: 40px;
    text-decoration: underline;
    display: block;
}

.wih-modal a:hover,
.wih-modal a:active,
.wih-modal a:focus{
    color: rgba(0, 0, 0, 0.8);
}
.wih-modal .footer-text{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px; 
    line-height: 40px;
}

#modalDonateStep3 [name="cardNumberMonthYear"]{
    font-size: 14px;
    padding-left: 6px;
    height: 38px;
    padding-top: 8px;
}

.optional {
	display: none;
}


@media(max-width: 767px){
    h1{
        font-size: 36px;
        line-height: 35px;
    }
    h2{
        font-size: 24px;
        line-height: 28px;
    }
    h3{
        font-size: 11px;
        line-height: 22px;
    }
    h4{
        font-size: 18px;
        line-height: 19px;
    }
    h5{
        font-size: 16px;
        line-height: 18px;
    }    
    p{
        font-size: 16px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    .w-full-sm{width: 100%;}
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

