span.subtitle {font-weight: bold; font-size: 17px; font-size: 1.75rem;}

span.title {font-size: 20px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#114b9b; text-transform:uppercase;}

body {font-family: 'Roboto Condensed', sans-serif; line-height: 150%; text-decoration: none; font-weight:400;}

small {font-size: 11px; font-size: 1.1rem;}

big {font-size: 20px; font-size: 2.0rem;}

h1 {font-size: 20px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#114b9b; text-transform:uppercase;}

h2 {font-size: 17px; font-size: 1.7rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#114b9b;}

h3 {font-size: 17px; font-size: 1.7rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#666666;}

h4 {font-size: 15px; font-size: 1.5rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#333333;}

h5 {font-size: 15px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#666666;}

h6 {font-size: 11px; font-size: 1.1rem; font-weight: 400; line-height: 110%; color:#666666;}

a, a:hover, a:link, a.active, a.visited {color:#114b9b;}

p {margin: 0 0 20px 0; padding: 0;}

div#content a {text-decoration: none !important;}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

u {text-decoration: underline;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;	}

pre {font-family: monospace;}

.btn-ghost {
	font-weight: 700 !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
  	border: 1px #114b9b solid !important;
	border-radius: 0 !important;
	background-color: transparent;
  	color: #114b9b !important;
}

.btn-ghost:hover {
	text-decoration: none !important;
	background-color: #114b9b !important;
	color: #fff !important;
}

.button3 {
    background-color: white; 
    color: red	; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}
