.textLeft {
    text-align: left; 
}

.textRight{
    text-align: right;
}

.textCenter{
    text-align: center;
}

h2, h3, h4, h5{
    font-weight: 700;
    color: #dc4343;
    line-height: 1.5em;
    font-size: 2em;   
    padding: 0.75em;     
}

h3{
    line-height: 1em;
    font-size: 1.5em;
}

h4{
    line-height: 1em;
    font-size: 1.4em;   
}

h5{
    line-height: 1em;
    font-size: 1.3em;   
}

p{
    font-size: 1em; 
    font-weight: 600;
    line-height: 1.5em;
    color: #555;    
}

li{
    margin-left: 2em;
    text-align: left;
    font-size: 0.95em; 
    font-weight: 600;
    color: #555;      
    padding-right: 0.5em;
}

b{
    font-weight: 700;
}

.italic{
    font-style: italic;
}

.bold{
    font-weight: 600; 
}

.padding{
    padding: 1em;
}

.paddingSmall{
    padding: 0.5em;
}

.paddingLarge{
    padding: 2em;
}
.paddingTopSmall{
    padding-top: 0.25em;
}

.paddingTopMid{
    padding-top: 0.75em;
}

.paddingRightNo{
    padding-right: 0em;
}

.paddingTopNo{
    padding-top: 0em;
}
.paddingBottomNo{
    padding-bottom: 0em;
}
.paddingLeftMid{
    padding-left: 1.5em;
}
.paddingLeftBig{
    padding-left: 2em;
}

.paddingLeftRightBig{
    padding-left: 2em;
}

.small{
    font-size: 0.95em;
}

.weightMid{
    font-weight: 600;
}

.smaller{
    font-size: 0.9em;
}

.bigger{
    font-size: 1.1em;
}

.grey{
    color: #6C7A89;
}

.black{
    color: #000000;
}

.pcolor{
    color: #555;
}

.orange{
    color: #dc4343;
}

.headerColor1{
    color: #FC6E51;
}
.headerColor1::first-letter{
    font-size: 150%;
}
.headerColor2{
    color: #FFF;
}
.headerColor2::first-letter{
    font-size: 150%;
}
.firstLetterBig{
    font-size: 150%;
}

.noDecoration{
    text-decoration: none;
}

.white{
    color: #FFFFFF;
}
.light{
    font-weight: normal;
}


.noPaddingTop{
    padding-top: 0;
}

.noPaddingBottom{
    padding-bottom: 0;
}

.noMarginLeft{
    margin-left: 0;
}

.noMargin{
    margin: 0;
}

.marginLeftRight{
    margin-left: 2em;
    margin-right: 2em;
}
.marginLeftRightSmall{
    margin-left: 1em;
    margin-right: 1em;
}

.border{
    border: 1px solid purple;
}

#content-wrapper a{
    transition-duration: 0.5s;
    color: #FC6E51;
    font-weight: bold;
    text-decoration: underline;    
}

#content-wrapper a:hover{
    color: #F99F8D;
}

.ULgrey li{
    color: #6C7A89;
    padding: 0.5em;
    padding-left: 0em;
}

.noLineHeight{
    line-height: 0em;
}

.link{    
    transition-duration: 0.5s;
    color: #dc4343;
    font-weight: 700;
}
.link:hover{    
    color: #6C7A89;
    font-weight: 700;
}

.uppercase{
    text-transform: uppercase;
}

.ULbig{
    list-style-type: none;
}
.ULbig li{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 0;
    margin: 0;
}

.footerIcon{
    font-size: 1.5em;
    color: black;
    font-weight: 700;
    font-style: italic;
}