﻿.PIPbody {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
    font-weight: bold;
    font-variant: normal;
    color: #666;
    text-align: left;
}

.PIPbodypink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F81888;
    text-align: left;
}

.PIPbodypinkbold {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
    font-weight: bold;
    font-variant: normal;
    color: #F81888;
    text-align: left;
}

.BodyLarger {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F83488;
    text-align: center;
}

.BodyLargerPink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F83488;
    text-align: center;
}

.PIPheader {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F83488;
    text-align: center;
}

.HeaderNorm {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 33px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F83488;
    text-align: left;
}

.bigpink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F83488;
    text-align: center;
}

.bigpinkleft {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #F83488;
    text-align: left;
}

.bigwhite {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-align: center;
}

.mediumwhite {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-align: center;
}

.smallwhite {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-align: center;
}

.bottomnav {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-align: center;
}

#c {
    color: #F83488;
}

table {
    color: #F83488;
}

.PIPbody {
    font-weight: normal;
    text-align: center;
}

table .standard {
    color: #F83488;
    width: 96%;
    margin: 1% 2%;
    text-align: center;
}

table .full {
    color: #F83488;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}


table .header {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

table .subHeader {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}

table .row {
    font-size: 12px;
    text-align: left;
}

table td .pad {
    padding: 10px;
}

table td .bold {
    font-weight: bold;
    font-family: Georgia;
}

.center {
    text-align: center;
}

.zipInput {
    width: 40px;
}

.fullwidth {
    width: 100%;
}

.nowrap {
    text-wrap: none;
}

.fein {
    font-family: Verdana;
    font-size: 10px;
    color: black;
}

button {
    background-color: pink;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px;
    border-radius: 4px;
    font-family: Verdana;
    min-width: 75px;
}

select {
    font-family: Roboto, Arial, sans-serif;
    border-radius: .25rem;
}

input {
    border-radius: .25rem;
    border: 1px solid #9c9c9b;
}

.highlight {
    background-color: yellow;
}

.errorMessage {
    text-align: center;
    font-weight: bold;
}

.padtop10 {
    padding-top: 10px;
}

.padbtm10 {
    padding-bottom: 10px;
}

.padtop20 {
    padding-top: 20px;
}

.padbtm20 {
    padding-bottom: 20px;
}

.labelIndent {
    padding-left: 20px;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

/*******************/
/* BEGIN MODAL CSS */
/*******************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-family: Verdana;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 10px;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}

.modal-content-thin {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 10px;
    width: 33%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 16px;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 6px;
    background-color: #F83488;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.modal-body {
    padding: 2px 16px;
    font-size: 12px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #F83488;
    color: white;
    border-radius: 0px 0px 10px 10px;
}
/*******************/
/*  END MODAL CSS  */
/*******************/
