img.text-image-2 {
    margin: 1.125em 0 0 0;
    width: 100%;
    height: auto;
    display: block;
}


/* text-paragraph */
p.text-paragraph-1 {
    margin: 0.875em 0;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
    color: #999;
}

p.text-paragraph-2 {
    margin: 1.5em 0 0 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #333;
}


/* text-label-1 */
p.text-label-1 {
    margin: 0.875em 0;
    font-size: 0.8em;
    line-height: 1.25em;
    font-weight: 500;
    color: #fff;
}
p.text-label-2 {
     margin: 0.255em 0;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 500;
    color: #fff;
}
p.text-label-10 {
    margin: 0.275em 0;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: bold;
    color: #fff;
}
p.text-label-55 {
     margin: 0.255em 0;
    font-size: 0.9em;
    line-height: 1.25em;
    font-weight: 500;
    color: red;
     text-align: center;
}
p.text-label-555 {
     margin: 0.255em 0;
    font-size: 0.9em;
    line-height: 1.25em;
    font-weight: 500;
    color: #fff;
}
p.text-label-4 {
    margin: 0.255em 0;
    font-size: 0.9em;
    line-height: 1.25em;
    font-weight: 500;
    color: #000;
    text-align: center;
    
}p.text-label-r4c {
    margin: 0.255em 0;
    font-size: 0.8em;
    line-height: 1.25em;
    font-weight: 500;
    color: #000;
    text-align: left;
    
}
p.text-label-44 {
    margin: 0.255em 0;
    font-size: 0.9em;
    line-height: 1.25em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    
}

/* text-list-1 */
ul.text-list-1 {
    margin: 0.875em 0;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
    color: #999;
}

ul.text-list-1 li {
    position: relative;
    padding-left: 1.5em;
}

ul.text-list-1 li:before {
    content: '•';
    position: absolute;
	left: 0;
	top: 0;
}

ul.text-list-2 {
    margin: 1.5em 0 0;
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: 400;
    color: #333;
}

ul.text-list-2 li {
    position: relative;
    padding: 0 0 0 2.25em;
}

ul.text-list-2 li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '–';
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: 600;
    color: #333;
}





ol.text-list-1 {
    margin: 0.875em 0;
    counter-reset: li;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
    color: #999;
}

ol.text-list-1 li {
    position: relative;
    padding-left: 1.5em;
}

ol.text-list-1 li:before {
    content: counter(li)'.';
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
}


/* text-heading-1 */
h1.text-heading-1 {
    
}

h1.text-heading-2 {
    text-align: center;
    font-size: 2.4em;
    line-height: 2.25em;
    font-weight: bold;
    color: #000;
}

h2.text-heading-1 {
    margin: 0.625em 0;
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 500;
    color: #000;
}

h2.text-heading-2 {
    margin: 1.5em 0 0 0;
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: 600;
    color: #333;
}

h3.text-heading-1 {
    margin: 1em 0;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 100;
    color: #66cc99;
}

h4.text-heading-1 {
    
}

h5.text-heading-1 {
    
}

h6.text-heading-1 {
    margin: 0.75961538em 0;
    font-size: 0.8125em;
    line-height: 1.25em;
    font-weight: 600;
    color: #000;
}


/* links */
.text-paragraph-1 a,
.text-paragraph-2 a,
.text-label-1 a,
.text-label-2 a,
.text-list-1 a,
.text-list-2 a,
.text-heading-1 a,
.text-heading-2 a {
    color: #3399ff;
    text-decoration: none;
}

.text-paragraph-1 a:hover,
.text-paragraph-2 a:hover,
.text-label-1 a:hover,
.text-label-2 a:hover,
.text-list-1 a:hover,
.text-list-2 a:hover,
.text-heading-1 a:hover,
.text-heading-2 a:hover {
    text-decoration: underline;
}