









/**umb_name:Red*/
.Red{color:red;}

/**umb_name:Purple*/
.Purple{color:purple;}

/**umb_name:Green*/
.Green{color:#6e7646;}

/**umb_name:Link*/
.Link{line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;}

/**umb_name:Pink Button*/
.button{color: #fff;
background: #b02951;
font-size: 1.5rem;
line-height: 1;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.1875rem;
margin: 0;
padding: 1.1875rem 1.25rem 1.4375rem;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
min-width: 17.5rem;}

/**umb_name:Wrap Around This*/
.WrapAroundThis{float: left;
    margin: 10px 10px 10px 0;}

/**umb_name:Paragraph*/
.Paragraph{font-size: 1.125rem;
    color: #484848;
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;}

/**umb_name:Header 4*/
.Header4{font-size: 1rem;
font-weight: 600;
color: #484848;}



/**umb_name:Small Text*/
.small-text{
    font-size: .9rem;
}





/**umb_name:Header 3*/
.Header1{font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;}



/**umb_name:Header 2*/
.Header3{font-size: 1.75rem;
font-weight: 600;
color: #484848;}

/**umb_name:Header 1*/
.Header2 {
    font-weight: 600;
    font-size: 2.75rem;
    color: #148889;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 1em;
    text-transform: uppercase;
}

/**umb_name:SEO Header1*/
h1 {
    font-weight: 600;
    /*font-size: 2.75rem !important;*/
    color: #148889;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 1em;
    text-transform: uppercase;
}
/**umb_name:SEO Header2*/
h2 {
    /*font-size: 2.25rem !important;*/
    text-align:inherit;
}
/**umb_name:SEO Header3*/
h3 {
    /*font-size: 2.0rem !important;*/
    margin-bottom: 0.5rem /*!important*/;
}
/**umb_name:SEO Header4*/
h4 {
    /*font-size: 1.75rem !important;*/
}
/**umb_name:SEO Header5*/
h5 {
    /*font-size: 1.5rem !important;*/
}
/**umb_name:SEO Header6*/
h6 {
    /*font-size: 1.25rem !important;*/
}
h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #484848;
    text-transform: uppercase
}