html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, "Times New Roman", serif;
}

body {
	color: #050423;
	background: #fff;
	font-size: 14px;
}

img, li, ul, ol, p, a, h1, h2, h3, h4, h5, h6 {border:0; margin:0; padding:0; font-size:100%; font:inherit; vertical-align:baseline; list-style:none; text-decoration:none;}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 16px;
}

.container-inner {
	padding: 32px;
}

.color-gray {
	color: #9B9BA7;
}

.bg-color-gray {
	background: #9B9BA7;
}

.color-red {
	color: #B60D18;
}

.bg-color-red {
	background: #B60D18;
}

.color-dark-blue {
	color: #050423;
}

.fw-700 {
	font-weight: 700;
}

.bg-color-dark-blue {
	background: #050423;
}

p.default-text {
	color: #050423;
	line-height: 24px;
}

a.basic-link {
	text-decoration: underline;
}

a.basic-link:hover {
	text-decoration: none;
}

a.basic-link-inv {
	text-decoration: none;
}

a.basic-link-inv:hover {
	text-decoration: underline;
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

.uppercase {
	text-transform: uppercase;
}

.circle-date {
	width: 48px;
	height: 48px;
	background: #B60D18;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}

.circle-date-day {
	position: relative;
	top: 1px;
	font-size: 24px;
	font-weight: 700;
}

.circle-date-month {
	position: relative;
	bottom: 7px;
	font-size: 14px;
}

.mt-18 {
	margin-top: 18px;
}

.calendar-links {
        margin-bottom: 20px;
	font-size: 18px;
}

#static-page-content td {
	border: 1px solid #050423;
	padding: 2px;
}

@media print
{    
    .no-print-m, .no-print-m *
    {
        display: none !important;
    }
}
