/* Text Changes*/
.w600 {
	font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.f12 {
    font-size: 12px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f26 {
    font-size: 26px;
}

/* Font Color */
.dd-lavendar,
.dd-lavendar:hover,
.dd-lavendar:focus,
.dd-lavendar:active {
    color: #573D82;
    text-decoration: none;
}
.dd-green,
.dd-green:hover,
.dd-green:focus,
.dd-green ul {
	color: #1D8928;
}
.dd-green_light,
.dd-green_light:hover,
.dd-green_light:focus,
.dd-green_light li > a {
    color: #1D8928;
}


/* Body */
.content-h1 {
    color: #573D82;
    font-size: 79px;
}
.content-h2 {
    color: #573D82;
    font-size: 59px;
}
.content-h3 {
    color: #573D82;
    font-size: 35px;
}
.content-h4 {
    color: #573D82;
    font-size: 24px;
}
.content-gray {
    background-color: #F7F7F7;
}
.text-description {
    color: #666666;
}
.content-spacing p {
    margin-bottom: 12px;
}
.icn svg {
    fill: #2DB035;
}
.icn li {
    margin-bottom: 5px;
    font-size: 16px;
}
.icn li a {
    color: #424242;
}
ul.custom-bullet {
	padding-left: 30px;
	list-style-type: none;
}
.custom-bullet li:before {
	content: "\f016";
	font-family: 'FontAwesome';
	font-size: 20px;
	margin-top: 4px;
	margin-left: -20px;
	color: #2DB035;
}
.errors {
    background-color: #FFFFFF;
    border:1px solid #ff0309;
    border-radius: .25rem;
    box-shadow: rgb(255, 0, 14) 0 0 3px;
    outline: 0;
    width:100%;
    color: #c80308;
}
.errorNub {
    background-color: #c80308;
    /*border-radius: .25rem;*/
    width:27px;
}
.errorMsg {
    border-radius: .25rem;
    z-index: 10000;
    width: 95%;
}