body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
fieldset, img { 
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
input {
	vertical-align: middle;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
    clear: both;
}
.phone a, .phone a:hover {
	text-decoration:none;
	color: inherit;
}

.locations {
    overflow: hidden;
    /*background: url(../images/main-bg.png) 0 0 no-repeat;*/
    margin-top: 0;
    clear: both;
}
.locations h3 {
    font-size: 16px;
    margin-top: 15px;
}
.locations ul {
    overflow: hidden;
    margin: 0 -20px 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}
.locations ul li {
    padding: 20px 0;
    margin: 0 20px;
    width: 465px;
    float: left;
    border-bottom: 1px solid rgba(72, 148, 159, 0.33);
}
.locations ul li:nth-child(5), .locations ul li:nth-child(6) {
    border-bottom: none;
    padding-bottom: 0;
}
.locations ul li .text {
    float: left;
    width: 250px;
}

.locations ul li .text .name h2 {
    font-size: 16px !important;
    margin-top: 0;
}
.locations ul li .text .name {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}
.locations ul li .text .description {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    margin-top: 6px;
}
.locations ul li .text .phone {
    color: #00A9EA;
    margin-top: 5px;
    float: left;
    font-size: 14px;
}
.locations ul li .map {
    float: right;
    width: 165px;
    background: #fff;
}
.locations ul li .map img {
    vertical-align: bottom;
}
.locations ul li .map a {
    display: block;
    background: #298fda;
}
.locations ul li .map a:hover img {
    opacity: 0.5;
}

.locations .description.hours {
    font-size: 10px;
}

.layout .info-block ul li {
    list-style: disc;
}
.layout .info-block ol li {
    list-style: decimal;
}
.layout .info-block ol,
.layout .info-block ul {
    padding: 15px 0 0 20px;
}

.item_not-events a {
    pointer-events: none;
}
.info-top {
    padding-top: 10px;
    height: 30px;
    background-color: #005e9c;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: inherit;
    position: relative;
}

@media (max-width: 767px){
    .info-top {
        height: 56px;
        font-size: 15px;
        padding: 15px 15px 0 15px;
    }
}

.grecaptcha-badge {
    z-index: 99999999;
}
