:after, :before, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, option, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    box-sizing: border-box;
    outline: none
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.breadcrumbs {
    text-align: center;
    font-size: 12px;
    color: #747474
}

body, html {
    font-family: Montserrat, sans-serif;
    min-width: 960px;
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    color: #0094a3
}

a:hover {
    color: #d4335f
}

h2 {
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 36px;
    margin-bottom: 14px
}

.breadcrumbs+h2 {
    margin-top: 10px
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

p {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px
}

div>p:last-of-type {
    margin-bottom: 40px;
}

.row {
    letter-spacing: -.31em;
    *letter-spacing: normal;
    *word-spacing: -.43em;
    text-rendering: optimizespeed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
}

.cols-4 {
    width: 33.3333%;
    *width: 33.3023%
}

.cols-6 {
    width: 50%;
    *width: 49.969%
}

.cols-12 {
    width: 100%
}

.cols, .row [class^=cols] {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 10px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.address {
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0
}

.button {
    box-shadow: none;
    outline: none;
    height: 60px;
    background: transparent;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 0 32px;
    font-size: 13px;
    line-height: 58px;
    text-transform: uppercase;
    transition: all .15s ease
}

.button:hover {
    color: #fff
}

.button .fa {
    margin-left: 10px
}

.button-pink {
    border: 2px solid #0094a3
}

.button-pink:hover {
    background: #0094a3
}

.button-violet {
    border: 2px solid #5a276a
}

.button-violet:hover {
    background: #5a276a
}

.logo {
	width: 260px;
	display: block;
	height: 50px;
	background: url(images/logo.png) no-repeat 50%;
	background-size: contain;
}

@media (-webkit-min-device-pixel-ratio:1.3), (min-resolution:124.8dpi) {
    .logo {
        background-image: url(images/logo.png)
    }
}

.main-header .logo, .main-header__phone {
	display: inline-block;
	vertical-align: middle;
}

.main-footer {
    flex-shrink: 0;
    background-color: #393939;
    color: #fff;
}

.main-footer::before {
    content: "";
    display: block;
    position: relative;
    top: -6px;
    height: 6px;
    background: url(images/footer-triangle.png)
}

.main-footer__main {
    padding-bottom: 15px;
    border-bottom: 1px solid #454545
}

.main-footer__content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 22px
}

.main-footer__disclaimer {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    max-width: 530px;
    margin-top: 15px
}

.main-footer__disclaimer a {
    color: #fff
}

.map-container {
    height: 500px;
    margin-bottom: 100px;
    width: 100%
}

.map-container .map {
    height: 500px;
    margin-top: 20px
}

.map {
    height: 360px;
    margin-top: 40px
}

.martor-preview table thead {
    display: none;
}

.martor-preview strong {
    font-size: medium;
}

.text-center {
    text-align: center
}