span.subtitle {font-weight: bold; font-size: 1.75rem;}

span.title {font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#555555;}

body {font-size: 1rem; color:#555555;}

small {font-size: 11px;}

big {font-size: 20px;}

h1 {font-size: 2rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#555555;}

h2 {font-size: 1.8rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#555555;}

h3 {font-size: 1.6rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#555555;}

h4 {font-size: 1.4rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%;color:#555555;}

h5 {font-size: 1.2rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#555555;}

h6 {font-size: 1.1rem; font-weight: 400; line-height: 110%; color:#555555;}

p {margin: 0 0 20px 0; padding: 0;}

a,a:link,a:active,a:visited {text-decoration: none; color:#f20a5c;}
	
a:hover {text-decoration: underline; color: #f20a5c;}

div#content a {text-decoration: none;}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;}

.btn-primary, .btn-primary:hover {
  	background-color: #8921BD;
  	color: #fff;
    background-image: none;
    filter: none;
    border: 1px solid #8921BD;
}

.btn-secondary, .btn-secondary:hover {
  	background-color: #47675c;
  	color: #fff;
    background-image: none;
    filter: none;
    border: 1px solid #47675c;
}

.text-primary {color: #8921BD !important;}
.text-primary:hover{color: #47675c !important;}