input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}  

input:focus, textarea:focus, select:focus{
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #E0E0E0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E0E0E0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #E0E0E0;
}

label { display:block }

body{
    font-family: museo-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    background:#F8F9F9;
}
.iwcbutton{
    padding-top:6px;
    padding-bottom:6px;
    background:black;
    color:white;
    cursor:pointer;
    padding-left:20px;
    padding-right:20px;
}            

.iwcinput{
    background-color:white;
    border-style:none;
    padding:10px;
    padding-left:0px;
    border-bottom: 2px solid;
    border-color:#00baa8;
    display:table-cell;
    width:100%;
}

.iwcinputDense{
    background-color:white;
    border-style:none;
    padding:5px;
    padding-left:0px;
    border-bottom: 2px solid;
    border-color:#00baa8;

    display:table-cell;
    width:100%;
}

.titleText{
    font-family: museo-sans, sans-serif;
    font-weight: 600;
    font-size:20px;
    /*color:#4DB848*/
    color:#00baa8;
    text-align:center;                
}            




.sectionTitle{
    padding-top:20px;
    padding-bottom:20px;
    font-family: museo-slab, serif;
    font-weight: 700;
    font-size:15px;
    font-style: normal;
    color:black;
}


.lableText{
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size:12px;
}            

.labelText{
    padding-top:5px;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size:11px;
}            


.regularText{
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:1rem;

}

.linkText{
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size:10px;
    color:black;
}            

.footerText{
    font-family: museo-sans, sans-serif;
    font-weight: 900;
    font-size:13px;
    color:#00baa8;
    /*color:#4DB848;*/
    text-align:center;
}            



.body{
    font-family: museo-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
}


.footerText{
    font-family: museo-sans, sans-serif;
    font-weight: 900;
    font-size:13px;
    color:#00baa8;
    text-decoration: none;
}

.holder{
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;


    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-style: normal;


    font-family: museo-sans, sans-serif;
    font-weight: 900;
    font-style: normal;

}



.smallText{

}

.mediumText{

}

.largeText{

}
