span.subtitle {font-weight: bold; font-size: 28px; font-size: 1.75rem;}

span.title {font-size: 32px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24; text-transform:uppercase;}

body {line-height: 150%; text-decoration: none; font-weight:400; font-size: 16px;}

small {font-size: 11px;}

big {font-size: 40px;}

h1 {font-size: 32px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24; text-transform:uppercase;}

h2 {font-size: 28px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24;}

h3 {font-size: 24px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24;}

h4 {font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#000000;}

h5 {font-size: 18px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#000000;}

h6 {font-size: 14px; font-weight: 400; line-height: 110%; color:#000000;}

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;}

.btn-ghost {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	border-radius: 0 !important;
	background-color: transparent;
	border-color: #d9230f !important;
}

.btn-ghost:hover {
	text-decoration: none !important;
	background-color: #d9230f !important;
	color: #fff !important;
}

/* below is styles for different screen sizes */

/* x-large tablets
---------------------------------------------------------------*/
@media (max-width: 1500px) {
  
span.subtitle {font-weight: bold; font-size: 24px; font-size: 1.75rem;}

span.title {font-size: 28px; font-size: 2.0rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24; text-transform:uppercase;}

small {font-size: 14px;}

big {font-size: 40px;}

h1 {font-size: 28px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24; text-transform:uppercase;}

h2 {font-size: 24px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24;}

h3 {font-size: 20px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#EB1D24;}

h4 {font-size: 18px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#000000;}

h5 {font-size: 16px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#000000;}

h6 {font-size: 14px; font-weight: 400; line-height: 110%; color:#000000;}

}

/* large tablets
---------------------------------------------------------------*/
@media (max-width: 991px) {
  

  
}

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {
  


}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {


}