

/**umb_name:Arc Header*/
.arcHeader {
	/*position: relative;
	float: left;*/
    display:table;
	width: auto;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 5px solid #2ea9b0;
	text-transform: uppercase;
    margin:1rem 0;
}

/**umb_name:Heading*/
h3 {
    font-weight: bold;
    font-size: 1.4rem;
    text-align:center;
}

/**umb_name:Subheading*/
h4 {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

/**umb_name:Subheading2*/
h5 {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
}

/**umb_name:Image left*/
.image-left img {
    display: block;
    float: left;
    margin-right: 20px;
}

/**umb_name:Image right*/
.image-right img {
    display: block;
    float: right;
    margin-left: 20px;
}

/**umb_name:Arc button*/
.link-button {
    display: inline-flex;
    min-width: 150px;
    background-color: #2EA9B0;
    height: 41px;
    text-align: center;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    width: auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
    .link-button:hover {
        background-color: #193E72;
    }
.link-button:nth-child(n+2) {
margin-left:20px;
}