body.site-page-Home footer {
    display: none;
}

site-nav {
    width: 100%;
    line-height: 60.75px;
    text-align: center;
    position: relative;
    background-color: #d09275;
}

h4 {
    text-align: center !important;
}

h2 {
    text-align: center !important;
}

.property h4 {
    text-align: left !important;
}

body {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #000;
}

a {
    color: #870105;
    text-decoration: none
}

h1 {
    color: #870105;
    font-family: 'Arimo' !important;
    font-size: 60px;
    font-weight: bold;
}

.media-render {
    height: 500px !important;
}

.opaque {
    color: #870105;
    border-top: solid 1px;
    padding-bottom: 20px;
    padding-top: 20px
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    justify-content: top;
    word-wrap: break-word;
}

.slick-dots {
    position: none;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .0;
    color: white;
}

.attachments {
    display: flex !important;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: center;
}

.item.resource {
    display: block !important;
    position: relative;
}